@font-face {
    font-family: 'mbgrotesk';
    src: local('MB Grotesk Light'), local('MB-Grotesk-Light'),
        url('../fonts/mbgrotesk-light.woff2') format('woff2'),
        url('../fonts/mbgrotesk-light.woff') format('woff'),
        url('../fonts/mbgrotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
@font-face {
	font-family: 'dockerone';
	src: url('../fonts/docker-one.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/docker-one.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/docker-one.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/docker-one.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/docker-one.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/docker-one.svg#docker_one') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('../fonts/tildasansvf.woff2') format('woff2'), url('../fonts/tildasansvf.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}



@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('../fonts/bebasneuethin.woff2') format('woff2'), url('../fonts/bebasneuethin.woff') format('woff'), url('/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('../fonts/bebasneuelight.woff2') format('woff2'), url('../fonts/bebasneuelight.woff') format('woff'), url('../fonts/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('../fonts/bebasneuebook.woff2') format('woff2'), url('../fonts/bebasneuebook.woff') format('woff'), url('../fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('../fonts/bebasneueregular.woff2') format('woff2'), url('../fonts/bebasneueregular.woff') format('woff'), url('../fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('../fonts/bebasneuebold.woff2') format('woff2'), url('../fonts/bebasneuebold.woff') format('woff'), url('../fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@charset "utf-8";
body{
    font-family: 'MBGrotesk';
    color: #000;
    font-size: 22px;
    line-height: 1.1;
}
body.overflow_hidden {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.footer {
    padding: 90px 0;
    background: #142A4D;
    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: 1px;
}

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: 20px;
    }
    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: #000;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
     text-align: center;
    transition: all 300ms ease-out;
    font-weight: 600;
    letter-spacing: 0.05em;

  line-height: 1.55;
  border-radius: 0px;
  background: #67A8EA;
  transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;
}

.catalog1 h2, .title-h2
{
  margin-bottom: 0px;
}

.catalog1 p{font-size: 17px;
  font-weight: 300;}
.btn:hover {
    background: #fff;
    color: #5BA8EB;
    border-color: #5BA8EB;
}
.section1
{
  padding: 100px 0 100px;
  background: #f6f7f9;
}
.section0
{
  padding: 40px 0 40px;
}
.btn.big{
    font-size: 19px;
    padding: 14px 30px;
}
.btn.btn-color1{
    background: #67A8EA;
    border-color: #67A8EA;
    color: #fff;
}
.btn.btn-color1:hover{
    background: #182A4D;
    border-color: #182A4D;
    color: #fff;
}
/********************* HEADER */
.header-top {
background: #fff;
  width: 100%;
  height: 85px;
  font-weight: 500;
  font-family: 'mbgrotesk';
}
.header-top a{
    color: #fff;
}
.header-top .inner{
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-nav li{
    display: inline-block;
    margin-left: 30px;
    font-size: 13px;
}
.header-top-nav li.active > a,
.header-top-nav li:hover > a{
    color: #E42343;
}
.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: #fff;
  color: #000;

}
@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;
    font-family: 'mbgrotesk';
}
.header-bottom .right-path{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    right: -15px;
}
.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: #000;
}
.header-search-btn:hover svg path{
    fill: #40B0E3;
}
.header-search{
    display: none;
    background: #fff;
    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: #f2f0f0;
    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: #ff5f65;
  border: #ff5f65;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 17px;
  transition: all ease-out 300ms;
  color: #fff;
}
.header-search input[type="submit"]:hover{
    background: #112139;
    border-color: #112139;
    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: #000;
}
.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: 400;
    font-size: 28px;
    line-height: 1;
    color: #fff;
}
.header-bottom .callback-link{
    line-height: 0.5;
}
.header-bottom .callback-link a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.header-bottom .callback-link a:hover{
    text-decoration: none;
    color: #000;
}

/* 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: #40B0E3;
    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-logo img {
        width:80px;
    }
    .header-bottom,
    .header-bottom .inner{
        height: 70px;
    }
    .header-bottom{
        top: 24px;
        background: #fff;
    }
    .header-contacts {
        height: 24px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #112139;
        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 > ul > li{
    display: inline-block;
    margin: 0 30px;
}
.header-bottom-nav > ul > li > a{
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
.header-bottom-nav > ul > li.active > a,
.header-bottom-nav > ul > li:hover > a{
    color: #E42343;
}
.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;
}
.header-bottom-nav li[data-menusize="big"]{
    position: static;
}
.top-big-menu-wrap{
    position: absolute;
    width: 1170px;    
    left: calc(50% - 585px);
    top: calc(100% + 1px);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
li:hover > .top-big-menu-wrap{
    visibility: visible;
    opacity: 1;
    z-index: 500;
}
.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: 17px;
    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: 17px;
    font-weight: 400;
}

@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: auto;    
        left: 0;
        right: 0;
    }
    .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: 20px 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{
  color: #142a4d;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'dockerone';
text-align:center;
}
.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-title{
margin-bottom: 5px;
  height: 40px;
  min-height: 37px;
  font-size: 19px;
  line-height: 1;
  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: 20px;
    
    
}
.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: 14px;
    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{
        font-size:18px;
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog.cols4{
        grid-template-columns: repeat(2, 1fr);
    }
}
.product22 p {
  line-height: 0.9;margin-bottom: 6px;font-weight: 400;font-size: 17px;}
  
 .product22 span {font-size: 15px;line-height: 1 !important;margin-bottom: 4px;}
 
@media(max-width: 439px){
    .catalog.cols5,
    .catalog.cols4{
        grid-column-gap: 10px;
    }
    .catalog .item{
        padding-bottom: 40px;
    }
    .catalog .item-title{
        font-size: 18px;
        height: auto;
        min-height: inherit;
    }
    .product22 p {
    line-height: 1.1;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
}
    .catalog .item-collection{
        font-size: 9px;
    }
    .catalog .item-sticker{
        font-size: 8px;
    }
    .catalog .price-wrapper {
        font-size: 16px;
    }
    .catalog .old-price-wrapper{
        font-size: 13px;
        margin-right: 2px;
    }
    .catalog .item .btn {
        padding: 7px 0;
        font-size: 16px;
    }
    .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: 19px;
    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: #5BA8EB;
}
.catalog-categories .item:hover .item-img{
    opacity: 0.8;
}

@media (max-width: 991px){
    .catalog-categories.cols6,
    .catalog-categories.cols5,
    .catalog-categories.cols3{
        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: 17px;
    }
}
@media (max-width: 767px){
    .catalog-categories.cols3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog-categories .item-title {
        font-size: 17px;
    }
}
@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: #5BA8EB;
    color: #fff;
    border-color: #5BA8EB;
    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: 460px;
    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% - 460px);
    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: #E52443;
    border-color: #E52443;
    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 .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: #E42343;
    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: #142a4d;
    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% - 650px);
    max-height: 700px;
}
.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: 700px;
    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: 620px;
    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: 340px;
    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: #e42343;
    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: 340px;
    user-select: none;
}
.percent-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e42343;
    z-index: -2;
    pointer-events: none;
}
.percent-block:after {
    position: absolute;
    content: '';
    right: -62px;
    bottom: 83px;
    width: 717px;
    height: 397px;
    background: #132a4d;
    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: 390px;
    }
    .main-slider__item_ms{
        height: 90vw;
    }
    .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 #E42343;
    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;
}
@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: 2fr 1.5fr;
}
.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;
}
.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: 20px;
    }
}

.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: 16px;
    font-family: 'Tilda Sans';
    line-height: 1.2;
}
.news .item:hover .item-title{
    color: #5BA8EB;
}
.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: #142A4D;
    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: #5BA8EB;
}
.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;
}
.tt {width: 100%; height: 900px;}
@media(max-width:1500px){
     .tt{height: 600px;}
   }
@media(max-width:767px){
     .tt{height: 350px;}
    .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: 991px){
     .about-page-features{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:767px){
    .about-page-features{
        grid-template-columns: 1fr;
    }
}

.tn-atom
{
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.tn-atom video
{
  object-fit: cover;
  height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}


.whatsapp-button {
position: fixed;
left: 50px;
bottom: 20px;
transform: translate(-50%, -50%);
border-radius: 50%;
width: 60px;
height: 60px;
z-index: 9999;
background-color: #25D366;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
content: " ";
display: block;
position: absolute;
border: 50%;
border: 1px solid #25D366;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: border-animate 1.5s linear infinite;
opacity: 0;
}
.whatsapp-button:after{
animation-delay: .5s;
}
@keyframes border-animate
{
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
.telegram-button {
position: fixed;
left: 120px;
bottom: 20px;
transform: translate(-50%, -50%);
border-radius: 50%;
width: 60px;
height: 60px;
z-index: 9999;
background-color: #2CA5E0;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
content: " ";
display: block;
position: absolute;
border: 50%;
border: 1px solid #2CA5E0;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: border-animate 1.5s linear infinite;
opacity: 0;
}
.telegram-button:after{
animation-delay: .5s;
}
@keyframes border-animate
{
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
.viber-button {
position: fixed;
left: 190px;
bottom: 20px;
transform: translate(-50%, -50%);
border-radius: 50%;
width: 60px;
height: 60px;
z-index: 9999;
background-color: #665CAC;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='%23FFF' d='M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.06 3.11-.13 8.95 5.5 10.541v2.42s-.038.97.602 1.17c.79.25 1.24-.499 1.99-1.299l1.4-1.58c3.85.32 6.8-.419 7.14-.529.78-.25 5.181-.811 5.901-6.652.74-6.031-.36-9.831-2.34-11.551l-.01-.002c-.6-.55-3-2.3-8.37-2.32 0 0-.396-.025-1.038-.016zm.067 1.697c.545-.003.88.02.88.02 4.54.01 6.711 1.38 7.221 1.84 1.67 1.429 2.528 4.856 1.9 9.892-.6 4.88-4.17 5.19-4.83 5.4-.28.09-2.88.73-6.152.52 0 0-2.439 2.941-3.1993.701-.12.13-.26.17-.35.15-.13-.03-.17-.19-.16-.41l.02-4.019c-4.771-1.32-4.491-6.302-4.441-8.902.06-2.6.55-4.732 2-6.172 1.957-1.77 5.475-2.01 7.11-2.02zm.36 2.6a.299.299 0 0 0-.3.299.3.3 0 0 0 .3.3 5.631 5.631 0 0 1 4.03 1.59c1.09 1.06 1.621 2.48 1.641 4.34a.3.3 0 0 0 .3.3v-.009a.3.3 0 0 0 .3-.3 6.451 6.451 0 0 0-1.81-4.76c-1.19-1.16-2.692-1.76-4.462-1.76zm-3.954.69a.955.955 0 0 0-.615.12h-.012c-.41.24-.788.54-1.148.94-.27.32-.421.639-.461.949a1.24 1.24 0 0 0 .05.541l.02.01a13.722 13.722 0 0 0 1.2 2.6 15.383 15.383 0 0 0 2.32 3.171l.03.04.04.03.03.03.03.03a15.603 15.603 0 0 0 3.18 2.33c1.32.72 2.122 1.06 2.602 1.2v.01c.14.04.268.06.398.06a1.84 1.84 0 0 0 1.102-.472c.39-.35.7-.738.93-1.148v-.01c.23-.43.15-.841-.18-1.121a13.632 13.632 0 0 0-2.15-1.54c-.51-.28-1.03-.11-1.24.17l-.45.569c-.23.28-.65.24-.65.24l-.012.01c-3.12-.8-3.95-3.959-3.95-3.959s-.04-.43.25-.65l.56-.45c.27-.22.46-.74.17-1.25a13.522 13.522 0 0 0-1.54-2.15.843.843 0 0 0-.504-.3zm4.473.89a.3.3 0 0 0 .002.6 3.78 3.78 0 0 1 2.65 1.15 3.5 3.5 0 0 1 .9 2.57.3.3 0 0 0 .3.299l.01.012a.3.3 0 0 0 .3-.301c.03-1.19-.34-2.19-1.07-2.99-.73-.8-1.75-1.25-3.05-1.34a.3.3 0 0 0-.042 0zm.49 1.619a.305.305 0 0 0-.018.611c.99.05 1.47.55 1.53 1.58a.3.3 0 0 0 .3.29h.01a.3.3 0 0 0 .29-.32c-.07-1.34-.8-2.091-2.1-2.161a.305.305 0 0 0-.012 0z'/%3e%3c/svg%3e");
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.viber-button:before,
.viber-button:after {
content: " ";
display: block;
position: absolute;
border: 50%;
border: 1px solid #665CAC;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: border-animate 1.5s linear infinite;
opacity: 0;
}
.viber-button:after{
animation-delay: .5s;
}
@keyframes border-animate
{
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}

.tn-atom:after  {

   content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background-color: rgb(0 0 0 / 34%);
}
.tn-atom {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.tn-atom .title {
    height: auto;
    position: absolute;
    z-index: 2;
    left: 10%;
   top: 30%;
    color: #fff;
    line-height: 1.2;
    padding: 0 15px;
}
.tn-atom .title {
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    transition: all ease .2s;
    text-transform: uppercase;
    font-size: 50px;
}
.tn-atom .title p{
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    transition: all ease .2s;
    text-transform: none;
    font-size: 30px;
}
@media (max-width: 767px){
    .tn-atom .title { font-size: 40px;left: 0;}
    
}

li.active::marker {list-style-type:none;}

.ttr h3{border-bottom: 1px solid #162e16;
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-align: center;
  font-family: 'dockerone';
  color: #003303;
  font-size: 15px;margin-top: 10px;}
  
  .filt_block__title {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  font-family: 'MB Grotesk', Arial;
  font-weight: 400;
}
.header_soc_left__text {
  color: #142a4d;
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px;
  font-size: 15px;
}
.vantages-section p {
  margin-bottom: 5px;
}


 /* gallery-list */

.gallery-list .element{
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-list .element:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.7);
}
.gallery-list .element .title{
position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(17,138,199, 0.7);
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  font-weight: 700;
}
.gallery-list .element:hover .title{
    background: rgba(17,138,199, 1);
}
/* end gallery-list */
/* faq-section */
.faq-section{
        padding: 0px 0 40px;
    position: relative;
    /*background: #f0f0f0;*/
}
.steps-section + .faq-section{
    padding-top: 0;
}
.faq-section:before {
    content: "";
    position: absolute;
    bottom: -65px;
    right: 50px;
    background-image: url(../images/object2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 132px;
    height: 202px;
}
.faq-section .container{
    position: relative;
    z-index: 2;
}
.accordeon .item-body {
    display: none;
    padding-bottom: 35px;
    font-weight: 300;
}
.accordeon .item{
    border-bottom: 1px solid #E5E5E5 !important;
    background: #0000000d;
    padding: 0px 20px;
}
.accordeon .item:last-child{
    border-bottom: none;
}
.accordeon .item-head{
    min-height: 90px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordeon .item-title{
    font-size: 24px;
    line-height: 1.35;
    width: calc(100% - 60px);
}
.accordeon .item-icon{
    width: 30px;
    height: 30px;
    position: relative;
}
.accordeon .item-icon:after,
.accordeon .item-icon:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #5b5858;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
}
.accordeon .item-icon:after{
    transform: translateY(-50%) rotate(90deg);
}

.accordeon .item-head:hover .item-icon:before,
.accordeon .item-head:hover .item-icon:after{
    background: #f20000;
}
.accordeon .item-head:hover .item-title,
.accordeon .item.active .item-title{
    color: #f20000;
}
.accordeon .item.active .item-icon:before{
    transform: translateY(-50%) rotate(45deg);
    background: #f20000;
}
.accordeon .item.active .item-icon:after{
    transform: translateY(-50%) rotate(-45deg);
    background: #f20000;
}
@media(max-width:1299px){
    .faq-section:before{
        bottom: -138px;
        right: 6px;
    }
}
@media(max-width: 991px){
    .faq-section{
        padding-bottom: 40px;
        padding-top: 70px;
    }
    .faq-section:before{
        display: none;
    }
    .accordeon .item-head{
        min-height: 80px;
        padding: 12px 0;
    }
    .accordeon .item-title{
        font-size: 20px;
    }
    .accordeon .item-body {
        padding-bottom: 30px;
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .accordeon .item-head{
        min-height: 70px;
        padding: 10px 0;
    }
    .accordeon .item-title{
        font-size: 16px;
    }
    .accordeon .item-body {
        padding-bottom: 25px;
        font-size: 13px;
    }
    .accordeon .item-icon:after, 
    .accordeon .item-icon:before{
        width: 20px;
    }
}
/* /. faq-section */


.footer-block-main{
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.footer-block-main .item {
    margin-bottom:15px;
}
.footer-block-main .item .title {
    font-weight:600;
}
.footer-block-main a{
    font-size:20px;
}
.footer__after{
    margin-top:20px;
}
@media(max-width: 767px) {
    .footer-block-main{
        text-align:center;
         grid-template-columns: repeat(1, 1fr);
    }
    .footer-block-main h3{
        font-size:22px;
    }
    .footer-block-main a{
        font-size:16px;
    }
}

.reviews__gallery .index-gallery .gallery-block{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}
.reviews__gallery .index-gallery .gallery-block > div:first-of-type{
    grid-column-start: unset;
    grid-column-end: 3;
    grid-row-start: unset;
    grid-row-end: 3;
}
.reviews__gallery .index-content-section-inner .item {
        padding: 10px;
}
.header-logo img{
   max-width:90px; 
}