

/* Start:/local/templates/general/css/page.shop.css?172488176811083*/
.brands_listTexted {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.brands_listTexted__col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
}
@media screen and (max-width: 1199px) {
    .brands_listTexted__col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width: 991px) {
    .brands_listTexted__col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media screen and (max-width: 767px) {
    .brands_listTexted__col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.brands_listTexted__item {
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 5px #bbb9b9;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.5s ease-in-out;
}
.brands_listTexted__item img {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    transition: all 0.5s ease-in-out;
    transform-origin: center center;
}
.brands_listTexted__item img.img-fluid {
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 70px;
}
.brands_listTexted__item:hover {
    transition: all 0.5s ease-in-out;
    background: #c4eee2;
}
.brands_listTexted__item:hover img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: all 0.5s ease-in-out;
    transform-origin: center center;
}
.brands_listTexted li {
    position: relative;
}
.brands_listTexted > div {
    margin-bottom: 25px;
}
.brands_listTexted p {
    position: absolute;
    color: #333333;
    bottom: -13px;
    left: 0;
    width: 100%;
    font-family: "Museo Sans Cyrl 700";
    text-align: center;
}

.ol_greenNum {
    counter-reset: section;
    padding-left: 10px;
}
@media screen and (min-width: 992px) {
    .ol_greenNum {
        padding-left: 40px;
    }
}
.ol_greenNum li {
    position: relative;
    list-style-type: none;
    margin-bottom: 4px;
}
.ol_greenNum li:before {
    counter-increment: section;
    content: counter(section);
    background: #2cbf95;
    color: white;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 0px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
    line-height: 20px;
    font-family: "Museo Sans Cyrl 700";
}

.block_green {
    counter-reset: section;
    background: rgb(40, 153, 142);
    background: -moz-linear-gradient(13deg, #287199 0%, rgb(37, 196, 135) 100%);
    background: -webkit-linear-gradient(13deg, #287199 0%, rgb(37, 196, 135) 100%);
    background: linear-gradient(13deg, #287199 0%, rgb(37, 196, 135) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#287199",endColorstr="#25c487",GradientType=1);
    color: white;
    border-radius: 16px;
    padding: 15px;
    position: relative;
    padding-right: 16%;
}
@media screen and (max-width: 767px) {
    .block_green {
        padding-bottom: 110px;
        padding-right: 15px;
    }
}
.block_green:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 15%;
    height: 100%;
    background: url("/images/bg-cart01.png") center bottom no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .block_green:before {
        width: 100%;
        height: 125px;
        background: url("/images/bg-cart-h.png") center center no-repeat;
        background-size: auto 100%;
    }
}
.block_green__item {
    position: relative;
    margin-left: 43px;
}
@media screen and (max-width: 767px) {
    .block_green__item {
        margin-left: 26px;
    }
}
.block_green__item:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: -45px;
    /*  border: 2px solid #ffffff; */
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background: #fa642f;
    /* color:  #fffda6; */
    color: white;
    top: -3px;
    font-size: 1.5em;
}
@media screen and (max-width: 767px) {
    .block_green__item:before {
        width: 26px;
        height: 26px;
        font-size: 1em;
        line-height: 26px;
        top: 0;
        left: -33px;
    }
}
.block_green__txt_bigger {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Museo Sans Cyrl 700";
    color: #fffda6;
}
@media screen and (max-width: 767px) {
    .block_green__txt_bigger {
        font-size: 1.2em;
    }
}
.block_green__txt_sm {
    line-height: 1.3;
}

.txt_sm {
    font-size: 0.7rem;
}

.formWrap_outlined {
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2392156863);
    background: white;
    position: relative;
    margin: 50px auto 40px;
}
.formWrap_outlined .afbf_feedback_poles {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .formWrap_outlined {
        padding: 15px;
    }
}
@media (min-width: 1040px) {
    .formWrap_outlined {
        max-width: 880px;
        margin: 70px auto 50px;
    }
}
@media (min-width: 768px) {
    .formWrap_outlined:before {
        content: "";
        display: block;
        width: calc(100% + 80px);
        height: calc(100% + 80px);
        position: absolute;
        top: -100px;
        left: -40px;
        background: #399f87;
        border-radius: 16px;
        z-index: -1;
    }
}
.formWrap_outlined:after {
    content: "";
    display: block;
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='54.9' height='28.9' style='enable-background:new 0 0 54.9 28.9'%3E%3Cpath d='m2.4 4.9 24.4 20.7L52.4 2.4' style='fill:none;stroke:%232cbf95;stroke-width:4.878;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E") no-repeat;
    background-position-x: center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    animation: bgScroll 3.5s ease-in-out infinite;
}
@media (min-width: 768px) {
    .formWrap_outlined:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='54.9' height='28.9' style='enable-background:new 0 0 54.9 28.9'%3E%3Cpath d='m2.4 4.9 24.4 20.7L52.4 2.4' style='fill:none;stroke:%23fff;stroke-width:4.878;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");
    }
}
@media (max-width: 767px) {
    .formWrap_outlined .form_right {
        border-top: 2px solid #c6c6c6;
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .formWrap_outlined .form_left {
        padding-bottom: 15px;
    }
}

@keyframes bgScroll {
    0%, 100% {
        background-position-y: 0;
    }
    5%, 15% {
        background-position-y: 100%;
    }
    10%, 20% {
        background-position-y: 0;
    }
}
.ul_check {
    padding-left: 40px;
}
.ul_check li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
.ul_check li:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.5em;
    top: 0.1em;
    width: 1.2em;
    height: 1.2em;
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.2px' height='17px' viewBox='0 0 18.2 17' style='enable-background:new 0 0 18.2 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232CBF95;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='8.5' cy='8.5' r='8.5'/%3E%3Cpolyline class='st1' points='4.1,6.8 8.3,11.4 17.2,2.6 '/%3E%3C/svg%3E") center center no-repeat;
    background-size: 100% auto;
}

.block_alarm {
    background: #f9e4e4;
    border: 2px solid #ef8282;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.h1 {
    font-size: 2rem;
    font-family: "Museo Sans Cyrl 700";
    font-weight: normal;
    margin-bottom: 2rem;
    margin-top: 1rem !important;
}

.sale {
    border: 2px solid #1ec094;
    border-radius: 20px;
    background: #d5fde6;
    margin-bottom: 40px;
}
.sale__content {
    padding: 15px 20px;
}
.sale .h2 {
    font-family: "Museo Sans Cyrl 700";
    color: #09746b;
}
@media (max-width: 767px) {
    .sale .h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 519px) {
    .sale .h2 {
        font-size: 1.4rem;
    }
}
.sale .h3 {
    font-family: "Museo Sans Cyrl 700";
    font-size: 1.5rem;
    margin-top: 36px;
}
@media (max-width: 767px) {
    .sale .h3 {
        font-size: 1.5rem;
        margin-top: 30px;
    }
}
@media (max-width: 519px) {
    .sale .h3 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
}

.sale-logos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
@media (max-width: 767px) {
    .sale-logos {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.sale-logos__col {
    width: 33%;
    padding: 20px;
}
@media (max-width: 1259px) {
    .sale-logos__col {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .sale-logos__col {
        width: 33%;
        padding: 10px;
    }
}
@media (max-width: 519px) {
    .sale-logos__col {
        width: 50%;
        padding: 10px;
    }
}
.sale-logos__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 100%;
    border-radius: 15px;
    position: relative;
    height: 100px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
    transition: all 0.3s ease-in-out;
}
.sale-logos__logo:before {
    content: "";
    display: block;
    top: -2px;
    right: -2px;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url("/images/sale/sale.svg") top right no-repeat;
}
.sale-logos__logo:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 519px) {
    .sale-logos__logo {
        height: 60px;
    }
}
.sale-logos a img {
    height: 65%;
}

.banner-big {
    width: 100%;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
@media (max-width: 1259px) {
    .banner-big {
        display: none;
    }
}

.banner-sm {
    display: none;
    width: 100%;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}
@media (max-width: 1259px) {
    .banner-sm {
        display: block;
    }
}
@media (max-width: 519px) {
    .banner-sm {
        display: none !important;
    }
}

.banner-mob {
    display: none;
    width: 100%;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}
@media (max-width: 519px) {
    .banner-mob {
        display: block;
    }
}

/*# sourceMappingURL=styles.css.map */

/* End */
/* /local/templates/general/css/page.shop.css?172488176811083 */
