@charset "utf-8";
body{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}
body.overflow_hidden {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
a{
    transition: all ease-out 300ms;
}
a:hover{
    transition: all ease-out 300ms;
}
.footer {
    padding: 90px 0;
    background: #043d68;
    color: #fff;
}
.footer a{
    color: #fff !important;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
}
.footer-inner{
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 4fr;
}
.footer-nav li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer .item-last-item .footer-nav + .item-content{
    margin-top: 30px;
}
.footer .first-item-content{
    margin-top: 20px;
    font-size: 13px;
}
.footer-logo a{
    display: block;
}

@media(max-width: 991px){
    .footer-inner{
        grid-template-columns: 1fr;
    }
    .footer {
        padding: 80px 0;
    }
}
@media(max-width: 767px){
    .footer {
        padding: 70px 0;
    }
    .footer-nav li{
        display: block;
        margin-right: 0;
    }
}

h1,
.title-h1 {
    font-size: 42px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 30px;
}

h2,
.title-h2 {
    font-size: 32px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 30px;
}

h3,
.title-h3 {
    font-size: 24px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 20px;
}

h4,
.title-h4 {
    font-size: 20px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 10px;
}

h5,
.title-h5 {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 15px;
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 32px;
    }

    h2,
    .title-h2 {
        font-size: 24px;
    }

    h3,
    .title-h3 {
        font-size: 20px;
    }

    h4,
    .title-h4 {
        font-size: 18px;
    }
    h5,
    .title-h5 {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    body{
        font-size: 14px;
    }
    h1,
    .title-h1 {
        font-size: 24px;
    }

    h2,
    .title-h2 {
        font-size: 20px;
    }

    h3,
    .title-h3 {
        font-size: 18px;
    }

    h4,
    .title-h4 {
        font-size: 16px;
    }
}
a {
    color: #5ba8eb;
}

a:hover {
    color: #1c2e36;
}

a.invert {
    color: #1c2e36;
}

a.invert:hover {
    color: #0595e6;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #043d68;
    border-radius: 7px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #043d68;
    text-align: center;
    transition: all 300ms ease-out;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.btn:hover {
    background: #fff;
    color: #043d68;
    border-color: #043d68;
}

.btn.big{
    font-size: 13px;
    padding: 14px 30px;
}
.btn.btn-color1{
    background: #0595e6;
    border-color: #0595e6;
    color: #fff;
}

.btn.btn-color1:hover{
    background: #182A4D;
    border-color: #182A4D;
    color: #fff;
}
.index-gallery .btn-color1{
    background: #043d68;
    border-color: #043d68;
}
.index-gallery .btn-color1:hover{
    background: #0595e6;
    border-color: #0595e6;
}
/********************* HEADER */
.header-top {
    background: #f3f3f3;
    color: #000000;
}
.header-top a{
    color: #000;
}
.header-top .inner{
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-nav li{
    display: inline-block;
    margin-left: 30px;
    font-size: 13px;
    transition: all 300ms ease-out;
}
.header-top-nav li > a{
    transition: all 300ms ease-out;
}
.header-top-nav li.active > a,
.header-top-nav li:hover > a{
    color: #000;
    text-decoration:underline;
    transition: all 300ms ease-out;
}
.header-top .cities-item{
    display: flex;
    align-items: center;
}
.header-top .cities-item a{
    font-size: 14px;
    text-decoration: underline;
}
.header-top .cities-item a:hover{
    text-decoration: none;
}
.header-top .cities-item svg{
    width: 14px;
    margin-right: 6px;
}
.header-bottom{
    background: #043d68;
    color: #fff;
}
@media(min-width: 992px){
    .header-bottom.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }
    .header-bottom.fixed + .header-bottom-push{
        height: 70px;
    }
}

.header-bottom .inner{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom .right-path{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    right: -15px;
}
.left-path{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-search-btn {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-left: 1px solid rgb(255 255 255 / 10%);
}
.header-search-btn svg path{
    transition: all ease-out 300ms;
    fill: #fff;
}
.header-search-btn:hover svg path{
    fill: #40B0E3;
}
.header-search{
    display: none;
    background: #043d68;
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    padding-right: 60px;
}
.header-search.active{
    display: flex;
}
.header-search form{
    width: 100%;
    position: relative;
}
.header-search input[type="text"]{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 100px 0 15px;
    color: #000;
}
.header-search input[type="text"]::-moz-placeholder {
    color: #1C2E36;
    opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="text"]::-webkit-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="submit"] {
    position: absolute;
    right: -2px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: #0595e6;
    border: 1px solid #0595e6;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-out 300ms;
}
.header-search input[type="submit"]:hover{
    background: #5aa8eb;
    border-color: #5aa8eb;
    color: #fff;
}
.header-search-close{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.header-search-close svg path{
    transition: all ease-out 300ms;
    fill: #fff;
}
.header-search-close:hover svg path{
    fill: red;
}
.header-contacts{
    padding-right: 20px;
    display: flex;
    align-items: center;
    text-align: right;
}
.header-phones a{
    font-weight: 100;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.header-bottom .callback-link{
    line-height: 0.5;
}
.header-bottom .callback-link a{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}
.header-bottom .callback-link a:hover{
    text-decoration: none;
    color: #fff;
}

/* HEADER CART */
.msMiniCart .empty, .msMiniCart .empty { display: block; }
.msMiniCart .not_empty, .msMiniCart .not_empty { display: none; }
.msMiniCart.full .empty, .msMiniCart.full .empty { display: none; }
.msMiniCart.full .not_empty, .msMiniCart.full .not_empty { display: block; }
.header-cart {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / 10%);
    padding-right: 6px;
}
.header-cart svg{
    width: 26px;
    height: 26px;
    position: relative;
    bottom: -3px;
}
.header-cart span {
    top: -5px;
    right: -10px;
    background: #0595e6;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 4px 3px;
    border-radius: 14px;
    min-width: 20px;
    font-weight: bold;
}
.msMiniCart > div{
    height: 26px;
    position: relative;
}
/* /. HEADER CART */

@media(max-width: 1229px){
    .header-logo{
        margin-right: 30px;
    }
    .header-phones a{
        font-size: 20px;
    }
    .header-cart,
    .header-search-btn{
        width: 55px;
    }
    .header-contacts{
        padding-right: 15px;
    }
    .header-cart span {
        right: -8px;
        padding: 3px 3px 3px 2px;
        border-radius: 14px;
        min-width: 17px;
    }
    .header-top .cities-item a{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .header-top{
        display: none;
    }
    .header-bottom{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
    }
    .header-bottom-push{
        height: 70px;
    }
    .header-logo {
        margin-right: 0;
    }
    .header-bottom .right-path{
        right: 0;
    }
    .header-cart,
    .header-search-btn{
        border: none;
    }
}
@media(max-width: 767px){
    .header-logo{
        width: 118px;
    }
    .header-bottom,
    .header-bottom .inner{
        height: 46px;
    }
    .header-bottom{
        top: 24px;
    }
    .header-contacts {
        height: 24px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #043d68;
        padding: 0 15px;
        z-index: 900;
        color: #ffffff;
    }
    .header-contacts a,
    .header-bottom .callback-link a{
        color: #fff;
    }
    .header-contacts-inner{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-phones{
        order: 2;
        margin-left: 20px;
    }
    .header-phones a {
        font-size: 13px;
        font-weight: normal;
    }
    .header-search{
        padding-right: 50px;
    }
    .header-search input[type="text"],
    .header-search input[type="submit"]{
        height: 32px;
        line-height: 32px;
    }
    .header-search input[type="text"]{
        font-size: 12px;
    }
}

/* header-bottom-nav */
.header-bottom-nav li{
    position: relative
}
.header-bottom-nav li[data-menusize="big"].first{
    color: #fff;
    padding: 8px 34px;
    background: #0595E6;
    border-radius: 3px;
    cursor:pointer;
}
.header-bottom-nav li[data-menusize="big"].first:hover > a{
    color:#fff;
    text-decoration: none;
}

.header-bottom-nav li[data-menusize="big"].first:before{
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 18px;
    top: 14px;
    transform: rotate(135deg);
    transition: all 200ms ease-out;
}
.header-bottom-nav li[data-menusize="big"].first > span{
    width: 14px;
    height: 1px;
    position: absolute;
    left: 12px;
    display: block;
    background: #fff;
    top: calc(50% - 0.5px)
}
.header-bottom-nav li[data-menusize="big"].first > span:before{
    content:'';
    width: 14px;
    height: 1px;
    position: absolute;
    background: #fff;
    top: -4px;
}
.header-bottom-nav li[data-menusize="big"].first > span:after{
    content:'';
    width: 14px;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 4px;
}
.header-bottom-nav li[data-menusize="big"].first:hover:before{
    transform: rotate(315deg);
    top: 17px;
    transition: all 200ms ease-out;
}
.header-bottom-nav > ul > li{
    display: inline-block;
    margin: 0 20px;
}
.header-bottom-nav {
    margin-left: 20px;
}
.header-bottom-nav > ul > li > a{
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor:pointer;
}
.header-bottom-nav > ul > li:hover > a{
    color: #fff;
    text-decoration:underline;
}
.header-bottom-nav > ul > li.active > a{
    color: #fff;
    text-decoration:underline;
}
.header-bottom-nav > ul > li[data-menusize="big"].first.active > a{
    color: #fff;
    text-decoration: none;
}
.header-bottom-nav > ul > li[data-menusize="big"].first.active{
    background: #0595E6;
}
.header-bottom-nav > ul > li > ul{
    position: absolute;
    top: 47px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    width: 200px;
    padding: 20px 20px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.header-bottom-nav > ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    z-index: 500;
}
.header-bottom-nav > ul > li > ul:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    top: -30px;
}



.top-big-menu-wrap{
    position: absolute;
    width: 1170px;    
    left: calc(50% - 250px);
    top: 54px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 200ms ease-out;
}
li:hover > .top-big-menu-wrap{
    visibility: visible;
    opacity: 1;
    z-index: 500;
    transition: all 200ms ease-out;
}
.top-big-menu-wrap:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    top: -30px;
}
.header-bottom-nav .top-big-menu-wrap > ul{
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    max-height: 500px;
    overflow: auto;
    padding: 30px 30px 15px;
}

.header-bottom-nav ul ul li{
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
}
.header-bottom-nav ul ul a{
    color: #000;
    max-width: 100%;
    display: inline-block;
}
.header-bottom-nav ul ul a:hover{
    text-decoration: underline;
}
.header-bottom-nav > ul > li > ul > li > a,
.header-bottom-nav .top-big-menu-wrap > ul > li > a{
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.nav-img[style$=".png)"],
.nav-img[style$=".jpg)"],
.nav-img[style$=".jpeg)"],
.nav-img[style$=".webp)"]{
    display: block;
    width: 234px;
    max-width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
.nav-img{
    position: relative;
    transition: all ease-out 300ms;
}
.header-bottom-nav ul ul a:hover > .nav-img{
    opacity: 0.8;
}
.header-bottom-nav ul ul ul a{
    font-size: 13px;
    font-weight: 300;
}

@media(max-width: 1229px){
    .header-bottom-nav > ul > li{
        margin: 0 15px;
    }
    .header-bottom-nav > ul > li > a{
        font-size: 12px;
    }
    .top-big-menu-wrap{
        width: 998px;
        right: 0;
        top: 35px;
    }
    .header-bottom-nav .top-big-menu-wrap > ul{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 991px){
    .header-bottom-nav{
        display: none;
    }
}
/* /. header-bottom-nav */

/********************* /. HEADER */

.top-slider .item img{
    width: 100%;
}
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block
}

.section{
    padding: 80px 0;
}
.gray-bg{
    background: #f6f7f9;
}
.section.pt0{
    padding-top: 0;
}
.section.pb0{
    padding-bottom: 0;
}
.section.pt05{
    padding-top: 40px;
}
.section.pb05{
    padding-bottom: 40px;
}
.section-teitle{
    text-align: center;
    margin-bottom: 70px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}
.section-teitle:before{
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    content: '';
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #1c2e36;
}
.section-teitle.text-left{
    text-align: left;
    margin-top: 0;
}
.section-teitle.text-left:before{
    display: none;
}
@media(max-width: 991px){
    .section{
        padding: 70px 0;
    }
    .section-teitle{
        margin-bottom: 50px;
        font-size: 30px;
        margin-top: 18px;
    }
    .section-teitle:before{
        top: -18px;
    }
}
@media(max-width: 767px){
    .section{
        padding: 60px 0;
    }
    .section-teitle{
        margin-bottom: 40px;
        font-size: 24px;
        margin-top: 15px;
    }
    .section-teitle:before{
        top: -15px;
    }
}

/********************* catalog */
.catalog{
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.catalog.cols5{
    grid-template-columns: repeat(5, 1fr);
}
.catalog.cols4{
    grid-template-columns: repeat(4, 1fr);
}
.catalog.cols3{
    grid-template-columns: repeat(3, 1fr);
}

.catalog .item{
    height: 100%;
    position: relative;
    padding-bottom: 52px;
}
.catalog .item .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}
.catalog .item-img{
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}
.catalog .item-img img{
    border-radius: 10px;
    width: 100%;
}
.catalog .item-img a{
    display: block;
    position: relative;
}
.catalog .item-img a:before{
    content: "";
    transition: all ease-out 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid #E42343;
    border-radius: 10px;
    opacity: 0;
}
.catalog .item:hover .item-img a:before{
    opacity: 1;
}
.catalog .item-img a:after{
    content: "";
    transition: all ease-out 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    opacity: 1;
}
.catalog .item:hover .item-img a:after{
    opacity: 0;
}
.catalog .item-title{
    margin-bottom: 5px;
    height: 37px;
    min-height:37px;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
}
.catalog .item-title:hover{
    height: auto;
}
.catalog .item-title a{
    color: #000;
}
.catalog .item-title a:hover{
    color: #5BA8EB;
}
.catalog .item-collection{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .35em;
    min-height: 16px;
    color: rgba(28, 46, 54, 0.5);
}
.catalog .item-collection a{
    color: rgba(28, 46, 54, 0.5);
}
.catalog .price-wrapper{
    font-size: 16px;
}
.catalog .old-price-wrapper{
    text-decoration: line-through;
    font-size: 13px;
    color: #676767;
    margin-right: 5px;
}
.catalog .old-price-wrapper + .price-wrapper{
    font-weight: 600;
    color: #e52443;
}
.catalog .item .sale-sticker{
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 4px 6px 5px;
    background-color: #e42343; 
    color: #fff;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 1;
}
.catalog .item .sale-sticker:after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 9px;
    border-top: 22px solid #e42343;
}
.catalog .item-stickers{
    height: 16px;
    margin-bottom: 10px;
}
.catalog .item-sticker{
    display: inline-block;
    background: #ccc;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin-right: 2px;
}
.catalog .item-sticker:last-child{
    margin-right: 0;
}
.catalog .item-sticker.sticker-new{
    background: #25BAC8;
}
.catalog .item-sticker.sticker-hit{
    background: #E87018;
}

.catalog-carousel-wrapper{
    width: 100%;
    overflow: hidden;
}
.catalog-carousel-inner{
    margin-left: -15px;
    margin-right: -15px;
}
.catalog.catalog-carousel.slick-slider{
    display: block;
}
.catalog.catalog-carousel.slick-slider .col{
    padding-left: 15px;
    padding-right: 15px;
}
.catalog.catalog-carousel.slick-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.catalog.catalog-carousel.slick-slider .slick-slide {
    height: inherit;
}

@media(max-width: 1229px){
    .catalog.cols4{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 991px){
    .catalog.cols5{
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog.cols4{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 767px){
    .catalog.cols5{
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog.cols4{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 619px){
    .catalog.cols5{
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog.cols4{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 439px){
    .catalog.cols5,
    .catalog.cols4{
        grid-column-gap: 10px;
    }
    .catalog .item{
        padding-bottom: 40px;
    }
    .catalog .item-title{
        font-size: 11px;
        height: auto;
        min-height: inherit;
    }
    .catalog .item-collection{
        font-size: 9px;
    }
    .catalog .item-sticker{
        font-size: 8px;
    }
    .catalog .price-wrapper {
        font-size: 13px;
    }
    .catalog .old-price-wrapper{
        font-size: 10px;
        margin-right: 2px;
    }
    .catalog .item .btn {
        padding: 7px 0;
        font-size: 9px;
    }
    .catalog-carousel-inner{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog.catalog-carousel.slick-slider .col{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/********************* /. catalog */


/********************* collections */
.collections.cols3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.collections .item-img img{
    width: 100%;
}
.collections-carousel .item-img img{
    border-radius: 10px;
}
.collections .item-body{
    padding: 20px;
}
.collections .item-title{
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .35em;
}
.collections .item-title:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #1c2e36;
}
.collections .item-description{
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 300;
}
.collections-carousel > div{
    display: none;
}
.collections-carousel.slick-slider > div{
    display: block;
}
.collections-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.collections-carousel .col{
    padding-left: 15px;
    padding-right: 15px;
}
.collections-carousel .slick-prev{
    left: -5px;
}
.collections-carousel .slick-next{
    right: -5px;
}
.collections-carousel .slick-dots {
    margin-top: 0;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.collections-carousel-wrapper{
    padding-top: 20px;
}
@media (max-width: 1249px){
    .collections-carousel {
        margin-left: 0;
        margin-right: 0;
    }

}
@media (max-width: 991px){
    .collections.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    .collections-carousel-wrapper{
        padding-top: 0;
    }
    .collections.cols3{
        grid-template-columns: 1fr;
    }
    .collections-carousel{
        padding-left: 25px;
        padding-right: 25px;
    }
    .collections-carousel .item-body{
        padding: 20px 10px 0;
    }
    .collections .item-title {
        padding-left: 30px;
        font-size: 13px;
    }
    .collections .item-title:before{
        width: 20px;
    }
    .collections .item-description{
        font-size: 12px;
        margin-top: 10px;
    }
}
/********************* /. collections */


/********************* siblingshover */
@media(min-width: 992px){
    .siblingshover .item{
        transition: opacity ease-out 300ms;
    }
    .siblingshover .item.minor{
        opacity: 0.35;
    }
    .siblingshover .item.major{
        opacity: 1;
    }
}

/********************* /. siblingshover */


/********************* catalog-razdel */
.catalog-razdel.cols3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.catalog-razdel .item-img img{
    width: 100%;
}
.catalog-razdel .item-body{
    padding: 20px;
}
.catalog-razdel .item-title{
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .35em;
}
.catalog-razdel .item-title:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #1c2e36;
}

@media (max-width: 991px){
    .catalog-razdel.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    .catalog-razdel.cols3{
        grid-template-columns: 1fr;
    }
    .catalog-razdel .item-title {
        padding-left: 30px;
        font-size: 13px;
    }
    .catalog-razdel .item-title:before{
        width: 20px;
    }
}
/********************* /. catalog-razdel */

/********************* Breadcrumbs */
.breadcrumbs-section{
    margin: 30px 0 0;
    font-size: 14px;
}
.breadcrumbs-section + .section{
    padding-top: 30px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
}
.breadcrumb > li > a:after{
    content: '»';
    margin-left: 10px;
}
/********************* /. Breadcrumbs */

/********************* catalog-categories */
.catalog-categories{
    display: grid;
    grid-gap: 30px;
}
.catalog-categories.cols6{
    grid-template-columns: repeat(6, 1fr);
}
.catalog-categories.cols5{
    grid-template-columns: repeat(5, 1fr);
}
.catalog-categories.cols3{
    grid-template-columns: repeat(3, 1fr);
}
.catalog-categories .item-img{
    transition: all ease-out 300ms;
}
.catalog-categories .item-img img{
    width: 100%;
}
.catalog-categories .item-img img{
    border-radius: 10px;
}
.catalog-categories .item-body{
    padding: 10px;
}
.catalog-categories .item-title{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    transition: all ease-out 300ms;
}
.catalog-categories .item-title:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #1c2e36;
}
.catalog-categories .item:hover .item-title{
    color: #043d68;
}
.catalog-categories .item:hover .item-img{
    opacity: 0.8;
}

@media (max-width: 991px){
    .catalog-categories.cols6,
    .catalog-categories.cols5{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px){
    .catalog-categories.cols6,
    .catalog-categories.cols5{
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-categories .item-title {
        font-size: 13px;
    }
}
@media (max-width: 439px){
    .catalog-categories.cols6,
    .catalog-categories.cols5{
        grid-column-gap: 10px;
    }
}
/********************* /. catalog-categories */

/* pagination */
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 60px;
}
/*.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 60px;
}*/
.pagination li{
    display: inline-block;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857;
    color: rgb(98, 98, 98);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius:5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, 
.pagination .active > a:hover{
    background-color: #043d68;
    color: #fff;
    border-color: #043d68;
    cursor: default;
}
/* /. pagination */


/* contacts page */
.contacts-page-main-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-page-main-section .col1{
    width: 360px;
}
.contacts-page-main-section .col2{
    width: calc(100% - 400px);
}
.contacts-page-main-section .contacts-block{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contacts-page-main-section .contacts-block .item{
    width: 100%;
}
.contacts-page-main-section .contacts-block .item .title {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media(max-width:1229px){
    .contacts-page-main-section .contacts-block{
        padding: 30px;
    }
    .contacts-page-main-section .col1{
        width: 320px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 350px);
    }
}
@media(max-width:991px){
    .contacts-page-main-section .contacts-block{
        padding: 20px;
    }
    .contacts-page-main-section .col1{
        width: 280px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 310px);
    }
}
@media(max-width:767px){
    .contacts-page-main-section .col1,
    .contacts-page-main-section .col2{
        width: 100%;
    }
    .contacts-page-main-section .col1{
        order:2;
        margin-top: 60px;
    }
    .map {
        height: 350px;
    }
}
/* /. contacts page */



/****** cart page*/
.cart-section .cart-item{
    border: 1px solid #E5E5E5;
    padding: 20px 40px 20px 20px;
    margin-bottom: 30px;
}
.cart-section .cart-item-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cart-section .remove{
    position: absolute;
    right: -25px;
    top: -5px;
    z-index: 20;
}
.cart-section .remove button{
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
}
.cart-section .remove svg{
    width: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}
.cart-section .remove:hover svg{
    transform: rotate(180deg);
}
.cart-section .left-part{
    width: 105px;
    align-self: flex-start;
}
.cart-section .left-part a{
    display: block;
}
.cart-section .left-part a:hover{
    opacity:0.8;
}
.cart-section .right-part{
    width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-section .center-part{
    width: calc(100% - 445px);
    padding: 0 30px;
}

.cart-section .item-counter-inner{
    border: 1px solid #e1e0e0;
    width: 100px;
    max-width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}
.cart-section .item-counter-inner .input-number{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.cart-section .item-counter-inner button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: transparent;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-section .item-counter-inner button:hover svg path{
    stroke: #5BA8EB;
}
.cart-section .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.cart-section .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cart-section .technikal-btn{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}
.cart-section .item-price-title,
.cart-section .item-cost-title{
    font-weight: 500;
    color: #747474;
}
.cart-section .item-cost .ms2_cost,
.cart-section .item-price .price{
    font-size: 18px;
}

.cart-section .item-product-information-title a{
    color: #000;
    font-size: 16px;
}
.cart-section .item-product-information-title a:hover{
    text-decoration: underline;
}

.cart-section .cart-total{
    font-size: 24px;
    margin-bottom: 20px;
}

.cart-section .cart-buttons{
    display: flex;
    align-items: center;
}
.cart-section .clean-cart{
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #1c2e36;
    background: #fff;
    border-radius: 7px;
    margin-right: 10px;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart svg{
    width: 20px;
    fill: #1c2e36;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart:hover{
    border-color: #5BA8EB;
}
.clean-cart:hover svg{
    fill: #5BA8EB;
}

@media(max-width:991px){
    .cart-section .center-part{
        padding: 0 20px;
        width: calc(100% - 425px);
    }
    .item-product-information-title a{
        font-size: 13px;
    }
    .cart-section .cart-item {
        padding: 15px 30px 15px 15px;
        margin-bottom: 20px;
    }
    .cart-section .remove{
        top: -10px;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 15px;
    }
    .cart-section .item-counter-inner{
        height: 38px;
        margin: 0 10px;
    }
    .cart-section .right-part{
        width: 320px;
    }
}
@media(max-width:767px){
    .cart-section .cart-item{
        padding: 20px 15px 20px 15px;
    }
    .cart-section .right-part{
        width: 320px;
        margin-top: 20px;
        max-width:100%;
    }
    .cart-section .center-part{
        padding: 0 0 0 15px;
        width: calc(100% - 105px);
    }
    .cart-section .remove {
        top: -17px;
        right: -12px;
    }
    .cart-section .item-product-information-title a {
        font-size: 12px;
        line-height: 1.6;
        display: inline-block;
    }
    .cart-section .item-price-title, 
    .cart-section .item-cost-title{
        font-size: 13px;
    }
    .cart-section .item-counter-inner{
        width: 80px;
    }
    .cart-section .item-counter-inner button{
        width: 24px;
    }
    .cart-section .item-counter-inner .input-number{
        font-size: 14px;
        line-height: 14;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 13px;
    }
    .cart-section .item-counter-inner button svg{
        width: 12px;
    }
    .cart-section .cart-total{
        font-size: 18px;
    }
}
/****** /. cart page*/

/****** Order Page */
.order-section .order-grid{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-1,
.order-section .input-group-2,
.order-section .input-group-3{
    display: grid;
    grid-column-gap: 20px;
}
.order-section .input-group-1{
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-2{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.input-group-2 > .col:first-child{
    grid-column-start: 1;
    grid-column-end: 5;
}
.input-group-2 > .col:nth-child(2){
    grid-column-start: 1;
    grid-column-end: 3;
}

.order-section .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-section .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-section .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.order-section .checkbox label:hover > div{
    border-color: #5ba8eb;
}
.order-section .checkbox label > div.radio{
    border-radius: 100%;
}
.order-section .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .radio{
    border-color: #5ba8eb;
    background-color: #5ba8eb;
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-section .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .checkboxsquare{
    border-color: #5ba8eb;
    background-color: #5ba8eb;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section input[type="checkbox"].error + div + span{
    color: red;
}
.order-section .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-section .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.order-section #msOrder .form-control.error{
    border: 2px solid #FF1A00 !important;
}

.order-section .button.disabled, 
.order-section .button.disabled:hover, 
.order-section .btn.disabled, 
.order-section .btn.disabled:hover {
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
    cursor: default;
}

.orderbutton-wrapper{
    display: inline-block;
}
.orderbutton-wrapper #orderbutton.disabled + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.order-section #agreement_order + label.err{
    color: #FF1A00;
}

.order-section #agreement_order + label a{
    color: #838383;
    text-decoration: underline;
}
.order-section #agreement_order + label a:hover{
    text-decoration: none;
    color: #000;
}
.order-section #agreement_order + label.err a{
    color: #FF1A00;
}
/* ======= /. custom check and radio ======= */
@media(max-width: 991px){
    .order-section .input-group-1 {
        grid-template-columns: 1fr;
    }
    .order-section .input-group-2 {
        grid-template-columns: 1fr 1fr;
    }
    .input-group-2 > .col:first-child,
    .input-group-2 > .col:nth-child(2){
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media(max-width:767px){
    .order-section .order-grid {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
}

/****** /.Order Page */

.jgrowlHide #jGrowl{
    display: none !important;
}
.isa_success {
  border: 1px solid #40b0e3;
  background-color: #f1f7fb;
  margin: 0 0 10px;
  padding: 15px;
}
.order-number{
    color: #40b0e3;
}



/*********** Product page*/


.product-page-top-section .product-collection{
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.product-page-top-section .product-article{
    color: rgba(28, 46, 54, 0.5);
}

.product-page-top-section .flexcontainer{
    display: flex;
    flex-wrap: wrap;
}
.product-page-top-section .flexcontainer .left-block{
    width: 462px;
    overflow: hidden;
}
.product-thumb-carousel-wrapper{
    margin-left: -3px;
    margin-right: -3px;
}
.product-thumb-carousel .item{
    padding: 6px 3px;
}

.product-page-top-section .flexcontainer .right-block{
    width: calc(100% - 462px);
    padding-left: 50px;
}

.product-page-top-section .price{
    font-weight: bold;
    font-size: 24px;
}
.product-page-top-section .old-price + .price{
    color: #e52443;
}
.product-page-top-section .old-price{
    font-size: 18px;
    margin-bottom: 4px;
    text-decoration: line-through;
}
.product-page-top-section .application-buttons-block{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    align-items: center;
    grid-gap: 30px;
}
.product-page-top-section .btn-cart{
    height: 44px;
    padding: 0;
    background: #043d68;
    border-color: #043d68;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}
.product-page-top-section .btn-cart:hover{
    background: #5BA8EB;
    border-color: #5BA8EB;
}
.product-page-top-section .oneclick-link{
    border-bottom: 1px dashed;
    font-size: 18px;
}
.product-page-top-section .oneclick-link:hover{
    border-bottom-color: transparent;
}

.application-buttons-block .item-counter-inner{
    width: 130px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.application-buttons-block .item-counter-inner .input-number{
    display: inline-block;
    height: 22px;
    width: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.application-buttons-block .item-counter-inner button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: #e5e5e5;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.application-buttons-block .item-counter-inner button:hover svg path{
    stroke: #000;
}
.application-buttons-block .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.application-buttons-block .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-page-top-section .availability-text{
    color: #E52443;
}
.product-gallery .product-carousel{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden;
}
.product-gallery .product-thumb-carousel .element{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden;
}
.product-gallery .product-thumb-carousel .slick-current .element{
    border-color: #5BA8EB;
}
.product-gallery .element{
    cursor:pointer;
    transition: all ease-out 300ms;
}
.product-gallery .element:hover{
    opacity: 0.8;
}
.product-carousel > div,
.product-thumb-carousel > div{
    display: none;
}
.product-carousel > div:first-of-type,
.product-carousel.slick-slider > div,
.product-thumb-carousel > div:first-of-type,
.product-thumb-carousel.slick-slider > div{
    display: block;
}
.product-gallery .sale-sticker{
    position: absolute;
    top: 15px;
    left: 0;
    padding: 5px 4px 6px 5px;
    background-color: #e42343; 
    color: #fff;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 1;
}
.product-gallery .sale-sticker:after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 9px;
    border-top: 22px solid #e42343;
}
.product-page-top-section .item-stickers{
    height: 16px;
    margin-bottom: 10px;
}
.product-page-top-section .item-sticker{
    display: inline-block;
    background: #ccc;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin-top: 10px;
}
.product-page-top-section .item-sticker:last-child{
    margin-right: 0;
}
.product-page-top-section .item-sticker.sticker-new{
    background: #25BAC8;
}
.product-page-top-section .item-sticker.sticker-hit{
    background: #E87018;
}

@media(max-width:1229px){
    .product-page-top-section .flexcontainer .right-block {
        padding-left: 40px;
    }
    .product-page-top-section .application-buttons-block{
        grid-gap: 20px;
    }
    .product-page-top-section .btn-cart{
        font-size: 14px;
    }
    .product-page-top-section .oneclick-link{
        font-size: 16px;
    }
    .application-buttons-block .item-counter-inner .input-number{
        width: 28px;
    }
    .application-buttons-block .item-counter-inner{
        width: 120px;
    }
}
@media(max-width:991px){
    .product-page-top-section .flexcontainer .left-block{
        width: 340px;
    }
    .product-page-top-section .flexcontainer .right-block {
        width: calc(100% - 340px);
        padding-left: 30px;
    }
    .product-page-top-section .application-buttons-block {
        grid-gap: 15px;
        grid-template-columns: 1fr 2.5fr 2fr;
    }
    .product-page-top-section .product-collection {
        font-size: 16px;
    }
    .application-buttons-block .item-counter-inner{
        width: 90px;
    }
    .application-buttons-block .item-counter-inner button {
        width: 26px;
        height: 26px;
    }
    .application-buttons-block .item-counter-inner button svg{
        width: 12px;
    }
    .product-page-top-section .oneclick-link {
        font-size: 13px;
    }
    .product-page-top-section .btn-cart {
        font-size: 13px;
    }
}

@media (max-width: 767px){
    .product-page-top-section .flexcontainer .left-block {
        width: 460px;
        max-width:100%;
        margin-bottom: 30px;
    }
    .product-page-top-section .flexcontainer .right-block {
        width: 100%;
        padding-left: 0;
    }
    .product-page-top-section .application-buttons-block {
        grid-gap: 20px;
        grid-template-columns: 1fr 2fr 2fr;
    }
}
@media (max-width: 479px){
    .product-page-top-section .application-buttons-block {
        grid-template-columns: 1fr 1.5fr;
    }
}
/*********** /. Product page*/

#yandex_map {
    height: 450px;
}
.map-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.map-list .item{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 20px;
}
.map-list .item-title{
    font-size: 14px;
    margin-bottom: 5px;
}
.map-list .item-title a{
    color: #000;
    border-bottom: 1px dashed;
}
.map-list .item-title a:hover{
    border-color: transparent;
}
@media (max-width: 991px){
    .map-list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    .map-list{
        grid-template-columns: 1fr;
    }
}

.promo-slider-wrapper{
    width: 100%;
    margin-bottom: 50px;
}
.promo-slider .item-inner{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.promo-slider > div{
    display: none;
}
.promo-slider > div:first-of-type,
.promo-slider.slick-slider > div{
    display: block;
}
.promo-slider .promo-link{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 10px 20px;
    background: #0595e6;
    color: #fff;
    z-index: 10;
    opacity: 0;
}
.promo-slider .item:hover .promo-link{
    opacity: 1;
}
.promo-slider .slick-prev{
    left: -20px;
}
.promo-slider .slick-next{
    right: -20px;
}
.promo-slider .item img{
    width: 100%;
}

.action-section-main{
    display: flex;
    flex-wrap: wrap;
}
.action-section-aside{
    width: 220px;
}
.action-section-column{
    width: calc(100% - 220px);
    padding-left: 30px;
}

@media(max-width:1229px){
    .promo-slider-inner{
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width:991px){
    .action-section-aside{
        width: 100%;
        margin-bottom: 30px;
    }
    .action-section-column{
        width: 100%;
        padding-left: 0;
    }
}

/* ======= ASIDE MENU ======= */

.aside-menu{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 8px 0 8px 0;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover > a,
.aside-menu .active > a{
    color: #E42343 !important;
}
.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before{
    background: #E42343;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 47px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    right: 10px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 21px;
}
.aside-menu > ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}

.aside-menu  ul ul a{
    padding: 8px 36px 8px 20px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul {
    padding-bottom: 18px;
}
.aside-menu  ul ul ul{
    padding-bottom: 0;
}
.aside-menu  ul ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 13px;
    left: 5px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 6px 36px 6px 30px;
}
@media(max-width:991px){
    .aside-menu  ul ul ul a{
        padding: 8px 36px 8px 42px;
    }
    .aside-menu > ul .dropdown-button:after{
        right: 5px;
    }
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 12px 20px;
    background: #043d68;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (min-width: 992px) {
    .aside-menu-title{
        padding: 0;
        background: transparent;
        font-weight: bold;
        color: #43474C;
        text-transform: none;
        margin-bottom: 10px;
    }
    .aside-menu-title:after{
        display: none;
    }
}

@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
        padding: 15px;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu.active > ul{
        border: 1px solid #EDEDED;
        margin-bottom: 20px;
    }
    .aside-menu > ul > li > a{
        padding-left: 13px;
    }
    .aside-menu > ul > li:first-of-type > a{
        border-top: none;
    }
    .aside-menu > ul > li:last-of-type > a{
        border-bottom: none;
    }
    .aside-menu ul ul a {
        padding-left: 33px;
    }
    .aside-menu ul ul > li > a:before {
        left: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #E42343 !important;
    }
}
/* ======= /. ASIDE MENU ======= */

.collection-page-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.collection-page-header .item{
    width: 50%;
}
.collection-page-header .right-item{
    padding-left: 30px;
    text-align: right;
}
.collection-page-header .right-item img{
    border-radius: 10px;
}
.collection-page-header.w100 .left-item{
    width: 100%;
}
.collection-page-header .section-teitle{
    margin-bottom: 40px;
}
.collection-page-features{
    display: grid;
    grid-gap:30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
}
.collection-page-features .item{
    height: 22vw;
    max-height: 290px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.collection-page-features .item-content{
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2%;
    transition: all ease-out 300ms;
    opacity: 0;
    text-align: center;
}
.collection-page-features .item.not-img .item-content{
    opacity: 1;
}
.collection-page-features .item:hover .item-content{
    opacity: 1;
}
.collection-page-features .item-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}

@media(max-width:767px){
    .collection-page-header .item{
        width: 100%;
    }
    .collection-page-header .right-item{
        padding-left: 0;
        text-align: left;
    }
    .collection-page-header .left-item{
        margin-bottom: 50px;
    }
    .collection-page-features{
        grid-template-columns: 1fr;
    }
    .collection-page-features .item{
        height: 290px;
    }
}


.main-top-panel{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    line-height: 1.2;
}
.main-slider {
    font-size: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex: 1 0 calc(100% - 435px);
    max-height: 485px;
}
.main-slider .slick-prev{
    top: auto;
    bottom: 60px;
    left: 60px;
}
.main-slider .slick-next{
    top: auto;
    right: auto;
    bottom: 60px;
    left: 110px;
}
.main-slider__wrap_ms {
    position: relative;
}
.main-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.main-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.main-slider__item_ms {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0;
    text-decoration: none;
    height: 485px;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}
.main-slider__image_ms {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.main-slider__image_ms.tinting:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.main-slider__image_ms img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: block;
}
.main-slider__title_ms {
    font-weight: bold;
    color: #fff;
    position: absolute;
    overflow: hidden;
    font-size: 55px;
    top: 60px;
    left: 60px;
    right: 60px;
    height: 243px;
}

.action-blocks {
    width: 405px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-block {
    height: calc(50% - 15px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-height: 300px;
    z-index: 3;
}
.price-block__image_pb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.price-block__title_pb {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.price-block__image_pb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}
.price-block__image_pb img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.price-block__price_pb {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background: #043d68;
    border-radius: 10px;
    padding: 12px 20px;
    position: relative;
}
.price-block__price_pb span {
    font-size: 16px;
    font-weight: 400;
}

.percent-block {
    height: calc(50% - 15px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 38px 40px 30px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    max-height: 300px;
    user-select: none;
}
.percent-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #043d68;
    z-index: -2;
    pointer-events: none;
}
.percent-block:after {
    position: absolute;
    content: '';
    right: -62px;
    bottom: 83px;
    width: 717px;
    height: 397px;
    background: #0595e6;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}
.percent-block__title_prb {
    font-weight: 500;
    font-size: 23px;
    color: #fff;
    position: relative;
    padding: 0 30px 8px 0;
}
.percent-block__title_prb .percent_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 20px;
}
.percent-block__title_prb .percent_icon svg {
    width: 24px;
    height: 20px;
    fill: #fff;
}
.percent-block__num_prb {
    font-weight: bold;
    font-size: 65px;
    line-height: 1;
    color: #fff;
    position: relative;
}
.percent-block__more_btn_prb {
    position: relative;
    padding: 0 0 0 25px;
    text-align: right;
    margin-top: auto;
}
.percent-block__more_btn_prb .more_icon {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: 0;
}
.percent-block__more_btn_prb .more_icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.percent-block__btn_prb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.18s linear;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding: 11px 50px 14px 16px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.3);
    position: relative;
}
.percent-block__btn_prb:hover{
    color: #fff;
    background: rgba(255,255,255,.5);
}

.percent-block__btn_prb svg {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 8px;
    right: 20px;
    fill: #fff;
}

@media (max-width: 1229px){
    .main-slider {
        flex: 1 0 100%;
        margin-bottom: 30px;
    }
    .action-blocks {
        width: calc(100% + 30px);
        margin: 0 -15px;
        flex-direction: row;
        min-height: 301px;
    }
    .price-block {
        padding: 30px;
        height: auto;
        margin: 0 15px;
        flex: 1 0 calc(50% - 30px);
    }
    .percent-block {
        padding: 38px 40px 30px;
        height: auto;
        margin: 0 15px;
        flex: 1 0 calc(50% - 30px);
    }
}

@media (max-width: 991px){
    .main-slider {
        max-height: 50vw;
    }
    .main-slider__item_ms{
        height: 50vw;
    }
    .main-slider__title_ms {
        font-size: 45px;
        top: 30px;
        left: 30px;
        right: 30px;
        height: auto;
    }
    .main-slider .slick-prev{
        left: 30px;
        bottom: 30px;
    }
    .main-slider .slick-next{
        left: 80px;
        bottom: 30px;
    }
    .action-blocks{
        min-height: 27vw;
    }
    .percent-block{
        padding: 30px;
    }
    .percent-block__num_prb{
        font-size: 55px;
    }
    .percent-block__title_prb{
        font-size: 20px;
    }
    .price-block__title_pb{
        font-size: 28px;
    }
    .price-block__price_pb {
        font-size: 20px;
        padding: 10px 16px;
    }
}

@media (max-width: 767px){
    .main-slider{
        margin-bottom: 20px;
        min-height: 300px;
    }
    .main-slider__item_ms{
        min-height: 300px;
    }
    .main-slider__title_ms{
        top: 20px;
        left: 20px;
        right: 20px;
        font-size: 25px;
    }
    .main-slider .slick-prev{
        left: 20px;
        bottom: 20px;
    }
    .main-slider .slick-next{
        left: 70px;
        bottom: 20px;
    }
    .action-blocks {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .price-block {
        margin: 0 10px;
        flex: 1 0 calc(50% - 20px);
        padding: 20px;
    }
    .percent-block {
        margin: 0 10px;
        flex: 1 0 calc(50% - 20px);
        padding: 20px;
    }
    .price-block__title_pb {
        font-size: 24px;
    }
    .percent-block__num_prb {
        font-size: 34px;
    }
    .percent-block__title_prb {
        font-size: 16px;
    }
}
@media (max-width: 599px){
    .action-blocks {
        margin: 0;
        width: 100%;
        min-height: 0;
        flex-wrap: wrap;
    }
    .price-block {
        margin: 0 0 20px;
        flex: 1 0 100%;
        min-height: 207px;
    }
    .percent-block {
        margin: 0;
        flex: 1 0 100%;
        min-height: 207px;
    }
    .price-block__title_pb {
        font-size: 34px;
    }
    .percent-block__title_prb {
        font-size: 24px;
    }
    .percent-block__num_prb {
        font-size: 48px;
    }
}


.question-block{
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/question-form.webp) 0 50% no-repeat #043d68;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 90px;
}
.question-block .item-title{
    margin-bottom: 0;
    margin-right: 50px;
}
.question-block .item-btn .btn{
    margin-bottom: 0;
}
.question-block .item-btn .btn:hover{
    background: #5aa8eb;
    border-color: #5aa8eb;
}
@media(max-width:767px){
    .question-block{
        padding: 30px;
        margin-bottom: 70px;
    }
}
@media(max-width:599px){
    .question-block{
        flex-wrap: wrap;
    }
    .question-block .item-title{
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        text-align: center;
    }
}
.index-content-section-inner.width-gallery.width-content{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.index-content-section-inner .item{
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}
.page-img img{
    width: 100%;
}

.index-gallery .gallery-block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}
.gallery-block > div:first-of-type{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.index-gallery .gallery-item a{
    display: block;
    position: relative;
    height: 100%;
}
.index-gallery .gallery-item img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.index-gallery .gallery-item a:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    transition: all ease-out 300ms;
    opacity: 0;
}
.index-gallery .gallery-item a:after{
    content:"";
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/zoom.svg) 0 0 / contain no-repeat;
    transition: all ease-out 300ms;
    opacity: 0;
    transform: scale(0);
}
.index-gallery .gallery-item a:hover:before{
    opacity: 1;
}
.index-gallery .gallery-item a:hover:after{
    opacity: 1;
    transform: scale(1);
}

@media(max-width:1229px){
    .index-content-section-inner .item{
        padding: 30px;
    }
}
@media(max-width:991px){
    .index-content-section-inner{
        display: block !important;
    }
    .index-content-section-inner .item.content + .item.index-gallery{
        margin-top: 30px;
    }
}
@media(max-width:767px){
    .index-content-section-inner .item{
        padding: 20px;
        font-size: 13px;
    }
}

.news{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.news-carousel-wrapper{
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    margin-top: -60px;
}
.news.news-carousel.slick-slider{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.news-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.news-carousel .slick-slide {
    height: inherit;
}
.news.news-carousel.slick-slider .col{
    padding-left: 15px;
    padding-right: 15px;
}
.news.news-carousel > div{
    display: none;
}
.news.news-carousel > div:first-of-type,
.news.news-carousel.slick-slider > div{
    display: block;
}
.news-carousel .slick-prev{
    left: auto;
    right: 65px;
    top: -60px;
    margin: 0;
}
.news-carousel .slick-next{
    right: 15px;
    top: -60px;
    margin: 0;
}
.news .item{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.news .item-img{
    margin-bottom: 10px;
    overflow: hidden;
}
.news .item-img img{
    display: block;
    width: 100%;
    transition: all ease-out 300ms;
}
.news .item-date{
    font-size: 13px;
    color: #BABABA;
    margin-bottom: 10px;
}
.news .item-title{
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: all ease-out 300ms;
}
.news .item-text{
    font-size: 13px;
}
.news .item:hover .item-title{
    color: #043d68;
}
.news .item:hover .item-img img{
    transform: scale(1.1) rotate(5deg);
}

.news-page-container-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-page-container .page-img{
    width: 420px;
}
.news-page-container .content-wrapper{
    width: calc(100% - 460px);
}
.news-page-container .date{
    font-size: 18px;
    color: #043d68;
    font-weight: 300;
}
.neighbors .link-prev{
    margin-right: 30px;
}

@media(max-width:1229px){
    .news{
        grid-template-columns: repeat(3, 1fr);
    }
    .news-page-container .page-img{
        width: 380px;
    }
    .news-page-container .content-wrapper{
        width: calc(100% - 410px);
    }
}
@media(max-width:991px){
    .news{
        grid-gap: 20px;
    }
    .news .item-text {
        font-size: 12px;
    }
    .news.news-carousel.slick-slider{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news.news-carousel.slick-slider .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-carousel .slick-prev{
        right: 55px;
    }
    .news-carousel .slick-next{
        right: 10px;
    }
    .news-page-container .page-img{
        width: 350px;
    }
    .news-page-container .content-wrapper{
        width: calc(100% - 380px);
    }
    .news-page-container .content-wrapper .content{
        font-size: 13px;
    }
}
@media(max-width:767px){
    .news{
        grid-template-columns: repeat(2, 1fr);
    }
    .news-page-container .content-wrapper{
        width: 100%;
    }
    .news-page-container .page-img{
        width: 100%;
        margin-bottom: 40px;
    }
}
@media(max-width:499px){
    .news{
        grid-template-columns: 1fr;
    }
}


.logotypes-section .logotypes{
    background: #fff;
    border-radius: 10px;
    padding: 40px 100px;
}
.logotypes-carousel{
    margin-left: -20px;
    margin-right: -20px;
}
.logotypes-carousel .col{
    padding-left: 20px;
    padding-right: 20px;
}
.logotypes-carousel > div{
    display: none;
}
.logotypes-carousel.slick-slider > div{
    display: block;
}
.logotypes-section .slick-prev{
    left: -60px;
    background: #D6D6D6;
    height: 60px;
    margin-top: -10px;
}
.logotypes-section .slick-next{
    right: -60px;
    background: #D6D6D6;
    height: 60px;
    margin-top: -10px;
}
.logotypes-section .slick-prev:hover,
.logotypes-section .slick-next:hover{
    background: #043d68;
}
.logotypes-section .item{
    height: 100%;
    display: flex;
    align-items: center;
}
.logotypes-section .item img{
	transition: all 200ms ease-out;
	filter: grayscale(100%);
	filter: gray;
    opacity: 0.3;
}
.logotypes-section .item:hover img{
    opacity: 1;
    filter: none;
}
.logotypes-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.logotypes-carousel .slick-slide {
    height: inherit;
}
@media(max-width:767px){
    .logotypes-section .logotypes{
        padding: 20px;
    }
}


.about-page-features{
    display: grid;
    grid-gap:30px;
    grid-template-columns: repeat(4, 1fr);
}
.about-page-features .item{
    height: 160px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.about-page-features .item-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2%;
    transition: all ease-out 300ms;
    opacity: 0;
}
.about-page-features .item.not-img .item-content{
    opacity: 1;
}
.about-page-features .item:hover .item-content{
    opacity: 1;
    background: #fff;
}
.about-page-features .item-title{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}
@media(max-width: 991px){
    .about-page-features{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:767px){
    .about-page-features{
        grid-template-columns: 1fr;
    }
}

.product-desc-title{
    font-size: 20px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}







