@font-face {
    font-family: 'Istok Web';
    src: url("fonts/IstokWeb-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.header-top .address p {
    line-height: 2.1em;
}
.header-top .address p a {
    font-weight: normal;
    text-decoration: none !important;
}
.fact-counter .count-outer .count-text {
    margin-right: 15px;
}

ol.ol-st li {
    list-style: inherit;
    margin-left: 2em;
}

ol.ol-st li::marker {
    font-weight: 700;
}

.ul-col2 {
    -moz-column-count: 2; 
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 1.0em;
}
.ul-col2 li {
    position: relative;
    padding-left: 20px;
    padding-top: 6px;
    margin-bottom: 6px;
    margin-left: 1em;
}
.ul-col2 li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFD166;
    border-radius: 6px;
    position: absolute;
/*    top: 12px;  */
    left: 0;
    top: 1em;
}
.contact-info-section a {
    font-family: 'Istok Web', sans-serif;
    color: #777777;

}

.u-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}
.mpopular .image {
    display: block;
    max-width: 100%;
    height: auto;
}

.mpopular img {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.mpopular img {
    border-style: none;
}

.mpopular a {
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mpopular-line {
    background-color: #ebebeb;
    padding: 8px;
    min-height: 45px;
    font-size: 21px;
    font-weight: 700;
}

.mpopular-name {
    position: absolute;
    top: 1rem;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    background-color: rgba(238, 238, 238, .7);
    padding: 10px;
}

.mpopular-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.mpopular-grid .inner-text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}
.mpopular-grid .inner-text .title {
    padding: 7px 20px;
    display: inline-block;
    background-color: #fbdc3f;
}
.mpopular-grid .inner-text .price-wrap {
    font-size: 1rem;
    background-color: rgba(11, 119, 207, 0.8);
    display: inline-block;
    padding: 7px 20px;
    color: white;
}
.mpopular-grid .labels-wrap {
    position: absolute;
    left: 15px;
    top: 15px;
}
.mpopular-grid .labels-wrap span {
    display: inline-block;
    padding: 5px 6px 3px 6px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 2px; 
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    color: white;
    background-color: #fbdc3f;
}
.mpopular-grid .labels-wrap .hit {
    background-color: red;
}
.mpopular-grid .labels-wrap .sale {
    background-color: #0062cc;
}
.mpopular-grid .labels-wrap .new {
    background-color: greenyellow;
    color: black;
}
.mpopular-grid .labels-wrap .without {
    color: black;
}

.mpopular-item-2 {
    grid-column: span 2;
}

.mpopular-item {
    position: relative;
}


.mpopular-vertical-2 {
    grid-row: span 2;
}
.mpopular-line {background-color: #ebebeb;padding: 8px;min-height: 45px;font-size: 21px;font-weight: 700;}
.mpopular-grid {display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;}
.mpopular-item {position: relative;}
.mpopular-name {position: absolute;top: 1rem;left: 0;font-weight: 700;font-size: 20px;background-color: rgba(238,238,238,.7);padding: 10px;}
.mpopular-item-2 {grid-column: span 2;}
.mpopular-vertical-2 {grid-row: span 2;}

.footer-widget

@media only screen and (max-width:1230px) {
    .mpopular-grid {grid-gap: 1rem;}

    .mpopular-grid {grid-template-columns: repeat(2,1fr);}
    .mpopular img {width: 100%;}
    .mpopular-line {min-height: 0;}
}

.mpopular-item.mpopular-item-1 .image.second {
    display: none;
}

@media only screen and (max-width:991px) {
    .mpopular-item.mpopular-item-1 {
        grid-column: span 4;
    }
    .mpopular-item.mpopular-item-1 .image {
        display: none;
    }
    .mpopular-item.mpopular-item-1 .image.second {
        display: block;
    }

    .mpopular-item-2 {
        grid-column: span 4;
    }

    .mpopular-item img {
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mpopular-grid .labels-wrap,
    .mpopular-grid .inner-text {
        left: 55px;
    }

}
@media (max-width: 768px){
    .mpopular-item.mpopular-item-1 {
        grid-column: span 4;
    }
}


@media only screen and (max-width:480px) {
    .mpopular-line {font-size: 16px;padding-top: 4px;padding-bottom: 4px;}
}

.btn-effect {
    position: relative;
    overflow: hidden;
}

.btn-effect:hover:before {
    left: 300px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.btn-effect:before {
    content: "";
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.5)));
    background: -o-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.5));
    background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}


@media (max-width: 768px) {
    .mpopular-item-1 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .mpopular-vertical-2 {
        grid-row: span 4;
    }
    .mpopular-item-2 {
        grid-column: span 4;
    }
}

.main-advantages {
padding-bottom: 60px;
}
.block-advantages {
height: 300px; 
background-size: cover;
}
.description-adv {
padding-left: 20px;
padding-top: 120px;
}


.b24-widget-button-social-item.b24-widget-button-openline_livechat .b24-widget-button-social-tooltip{
	left: -100px !important;
}


.b24-widget-button-social-item.b24-widget-button-crmform .b24-widget-button-social-tooltip{
	left: -170px !important;
}

.twlvl {
margin-top: -50px
}
.gallery {
    margin-bottom: 15px;
}
.submenu .catalog-ul-wrapper  a {

    font-size: 13px!important;
}



.gallery-item .inner-box {
    margin-bottom: 15px;
}
