/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.company_bottom_block .img {
    display: none !important;
}

.type {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
}

.type a {
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    position: relative;
    font-size: 16.7px;
    color: #333;
    padding: 14px 15px;
    border: 1px solid #333333;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center
}

.type a:hover {
    color: #6d0f11;
    text-decoration: none;
}

.type a:before {
    content: " ";
    background: url(../images/fire.png) no-repeat;
    width: 15px;
    height: 21px;
    margin-right: 8px;
}

.banner_bg {
    background-size: 100% !important;
}

.logo>a {
    height: 50px;
    display: block;
}

.logo>a>img {

    object-fit: cover !important;
    height: 50px;
}

.nav-justified > li > span{
	padding: 20px 5px; 
}

.nav-pills li:hover
{
	background-color: #c33;
	color: #ffffff;
}

@media (min-width: 900px) {
.napoleon
{
	margin-top: -125px;
	margin-bottom: 50px;
}
}

@media (max-width: 1215px) {
    .col-one-fifth>a {
        height: 70px;
        width: 200px;
    }

    .row.type {
        flex-wrap: wrap;
    }

    .row.type > .col-one-fifth {
        display: flex;
    }
}

@media (max-width: 1095px) {
    .col-one-fifth>a {
        width: 190px;
    }
}

@media (max-width: 995px) {

    .col-one-fifth {
        justify-content: space-between;
        width: 100%;
    }
    .col-one-fifth>a {
        width: 100%;
        font-size: 16px;
    }

        .row.type {
            justify-content: space-between;
    }
}


.site_s3 a.basket-link.basket
{
	display: none;
}

.site_s2 div.item-title a.dark_link, .site_s3 div.item-title a.dark_link
{
	min-height: 40px;
}

.catalog_section_list .section_item li.sect
{
	display: block!important;
}

.section_item_inner .section_info a
{
	font-size: 16px!important;
}

/*
.site_s3 div.table-menu table td:nth-child(2) a.dropdown-toggle
{
	position: relative;
	top: -10px;
}*/

@media (min-width: 760px) {
.site_sy span.afford_best
{
    font-weight: bold;
	font-size: 15px;
}
}
.instructions-tab-icon a {
    display: inline-block;
    padding-left: 32px;
    background: url("../images/instructions-icon.png") left center no-repeat;
}
.instructions-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media (max-width: 768px) {
    .instructions-list {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 520px) {
    .instructions-list {
        grid-template-columns: 1fr;
    }
}
.instructions-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-column-gap: 10px;
    min-height: 46px;
}
.instructions-icon {
    background: url("../images/pdf-icon.png") center no-repeat;
}
body {
    overflow-x: hidden;
}


.site_sy div.wrapper_inner div.left_block div.menu_top_block.catalog_block ul.menu.dropdown span
{
    text-transform: uppercase;
}

.site_sy nav.mega-menu div.table-menu td.menu-item a div
{
    text-transform: uppercase;
}

div.callback-block
{
    display: none;
	
}