@charset "utf-8";
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Thin.woff');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-ThinItalic.woff');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Light.woff');
        font-weight: 300;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-LightItalic.woff');
        font-weight: 300;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Regular.woff');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-RegularItalic.woff');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Medium.woff');
        font-weight: 500;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-MediumItalic.woff');
        font-weight: 500;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Semibold.woff');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-SemiBoldItalic.woff');
        font-weight: 600;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Bold.woff');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-BoldItalic.woff');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Extrabold.woff2');
        font-weight: 800;
        font-style: normal;
}
body{
    font-family: 'Gilroy';
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    background: url(../images/bg1.png) 50% 0 no-repeat, url(../images/bg2.svg) 50% 0 no-repeat;
}
body.index-template{
    background: #fff;
}
.index-template .main-content{
    background: url(../images/bg5.svg) 50% 0 no-repeat;
}
.main-content{
    padding-top: 40px;
}

h1,
.title-h1 {
    font-weight: 300;
    font-size: 46px;
    line-height: 114.7%;
    margin-bottom: 30px;
}

h2,
.title-h2 {
    font-weight: 300;
    font-size: 46px;
    line-height: 114.7%;
    margin-bottom: 25px;
}

h3,
.title-h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 114.7%;
    margin-bottom: 20px;
}

h4,
.title-h4 {
    font-size: 26px;
    line-height: 114.7%;
    margin-bottom: 20px;
}

h5,
.title-h5 {
    font-size: 20px;
    line-height: 114.7%;
    margin-bottom: 20px;
}
h6,
.title-h6 {
    font-size: 18px;
    line-height: 114.7%;
    margin-bottom: 15px;
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }

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

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

    h4,
    .title-h4 {
        font-size: 22px;
    }

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

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

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

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

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

a {
    color: #92A9B7;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: #92A9B7;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 40px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    font-size: 25px;
    color: #FFFFFF;
    background: #92A9B7;
    text-align: center;
    transition: all 300ms ease-out;
}

.btn:hover {
    background: #87D4FB;
    color: #fff;
}

.btn.btn-min{
    height: 28px;
    font-size: 14px;
    padding: 0 20px;
}

.btn.btn-invert{
    background: #87D4FB;
    color: #fff;
}
.btn.btn-invert:hover{
    color: #FFFFFF;
    background: #92A9B7;
}

/* Header */
.header-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 18px;
}
.header-logo{
    width: 200px;
}
.header-right{
    width: 360px;
}
.top-menu{
    width: calc(100% - 610px);
    padding: 0 10px;
}
.top-menu > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top-menu > ul > li{
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.top-menu > ul  li {
    position: relative;
    color: #fff;
}
.top-menu > ul  li a{
    color: #fff;
}
.top-menu > ul  li:hover > a,.top-menu > ul  li.active > a,.top-menu > ul  li:focus > a{
    color: #000;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 20px;
    border-radius: 20px;
    color: #5C5454;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li:hover > a{
    background: #87D4FB;
    color: #fff;
}
.top-menu > ul > li:hover {
    background: #87D4FB;
    border-radius: 20px 20px 0 0;
}
.top-menu > ul > li > a:after{
    content: "";
    background: url(../images/blue-line.svg);
    height: 3px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
}


 .top-menu ul ul{
        display: none !important;
    }
    .top-menu ul ul li{
        padding: 5px 20px;
        color: #fff;
    }
    .top-menu ul li:hover > ul{
        display: block !important;
    }
    .top-menu > ul > li > ul{
        width: 240px;
        padding: 10px 0;
        border-radius: 0 20px 20px 20px;
        position: absolute;
        background: #87D4FB;
        top: 25px;
        left: 0;
        border: none;
        z-index: 300;
    }
    .top-menu ul ul ul{
        width: 240px;
        background: #87D4FB;
        position: absolute;
        top: 0;
        left: 235px;
        border: none;
        z-index: 300;
        padding: 10px 0;
            border-radius: 0 20px 20px 0;
    }



.header-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2px;
}
.header-right .header-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 130px;
    border-radius: 20px;
    background: #87D4FB;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header-right .header-btn:hover{
    background: #5C5454;
    color: #fff;
}
.header-contacts{
    width: 100%;
    padding-left: 20px;
}
.header-contacts-row{
    display: flex;
    flex-wrap: wrap;
}
.header-contacts-row .col{
    width: 35%;
}
.header-contacts-row.last .col + .col{
    width: 100%;
    padding-left: 15px;
}
.header-contacts-row + .header-contacts-row{
    margin-top: 5px;
    align-items: center;
}
.header-contacts-row .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-contacts-row .item-icon{
    width: 12px;
}
.header-contacts-row .item-content{
    width: calc(100% - 12px);
    padding-left: 4px;
    font-size: 13px;
}
.header .item-phone a{
    font-weight: 700;
    font-size: 14px;
    color: #5C5454;
}
.header .item-phone a:hover{
    color: #87D4FB;
}
.header .item-mail a{
    color: #5C5454;
    text-decoration: underline;
}
.header .item-mail a:hover{
    text-decoration: none;
}
.header-contacts-row.first .col1{
    width: 140px;
}
.header-contacts-row.first .col2{
    width: calc(100% - 140px);
}
.header-contacts-row.first .col2 a{
    margin-left: 5px;
}

.index-template .header{
    position: relative;
}
.header-video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.header-video:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    z-index: 2;
}
.header-video .bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.index-template .header .container{
    position: relative;
    z-index: 100;
}
.index-template .header:after{
    content:"";
    height: 16px;
    background: url(../images/tooth2.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 5;
}
.index-template .top-menu > ul > li > a,
.index-template .header .item-phone a:not(:hover),
.index-template .header-contacts,
.index-template .header .item-mail a{
    color: #fff;
}
.index-header-content{
    padding: 30px 0 40px;
    text-align: center;
    color: #fff;
}
.index-header-content-text{
    font-size: 22px;
    line-height: 128.3%;
    margin-top: 30px;
}
.header-stats{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-stats .item{
    width: 190px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.header-stats .item-num{
    font-weight: 200;
    font-size: 38px;
    line-height: 159.8%;
    position: relative;
}
.header-stats .item-num:after{
    content:"";
    height: 3px;
    width: 118px;
    background: url(../images/line2.svg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 59px);
}
.header-stats .item-text{
    font-weight: 200;
    margin-top: 10px;
}
.header-scrollto{
    padding-top: 20px;
}
.first-section-scroll-link{
    display: inline-block;
    animation: spin 2s infinite ease-out;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0,50%);
  }
}

@media(max-width: 1489px){
    .top-menu{
        padding: 0 10px;
    }
    .top-menu > ul > li > a {
        padding: 0 10px;
        font-size: 14px;
    }
}
@media(max-width: 1299px){
    .header-inner{
        padding-right: 40px;
    }
    .top-menu{
        display: none;
    }
    .menu-button{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1100;
    }
}
@media(max-width: 767px){
    .header{
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }
    .index-template .header{
        box-shadow: none;
    }
    .header-inner{
        display: block;
        padding-right: 0;
        padding-bottom: 18px;
    }
    .header-logo{
        margin: 0 auto 18px;
        text-align: center;
    }
    .header-right{
        display: block;
        margin: auto;
        width: 240px;
        text-align: center;
    }
    .header-contacts{
        text-align: left;
        width: 100%;
        margin-top: 18px;
    }
    .header-right .header-btn{
        margin: auto;
    }
}
/* /. Header */

/* Breadcrumbs */
.breadcrumbs-section{
    margin: 0 0 50px;
    font-size: 12px;
}
.breadcrumbs-inner{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs-inner .item-icon{
    width: 40px;
}
.breadcrumb{
    width: calc(100% - 40px);
    padding-left: 8px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #000;
}
.breadcrumb > li > a:hover span{
    text-decoration: underline;
}
.breadcrumb > li > a:after{
    content: '/';
    margin-left: 10px;
    color: #000;
}
@media(max-width: 767px){
    .breadcrumbs-section{
        margin-bottom: 30px;
    }
    .breadcrumb{
        width: auto;
    }
}
/* /. Breadcrumbs */

/* services */
.services-wrapper{
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}
.services-inner{
    margin-left: -15px;
    margin-right: -15px;
}
.services{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.services .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    min-width: 20%;
    text-align: center;
}
.services.services-carousel .col{
    min-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
}
.services .item{
    display: block;
    color: #000;
}
.services .item-img{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .item .item-body{
    border-radius: 12px;
    padding: 10px;
}
.services .item-title{
    font-size: 17px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    transition: all ease-out 300ms;
}
.services .item-title:after{
    content:"";
    background: url(../images/blue-line.svg);
    height: 3px;
    width: 108px;
    position: absolute;
    left: calc(50% - 54px);
    bottom: -3px;
}
.services .item-price{
    font-size: 16px;
    font-weight: 500;
}
.services .item:hover .item-body{
    background: #E5F3FF;
    transition: all ease-out 300ms;
}
@media(max-width: 991px){
    .services .col{
        min-width: 25%;
    }
}
@media(max-width: 767px){
    .services-wrapper{
        padding: 0;
    }
    .services .col{
        min-width: 1px;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .services .item-title{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .services .item-title:after{
        display: none;
    }
    .services .item-price{
        font-size: 14px;
    }
}
/* /. services */

.banner img{
    width: 100%;
}
.section-description{
    font-size: 26px;
    line-height: 1.33;
    margin-bottom: 30px;
}
@media(max-width:1499px){
    .section-description{
        font-size: 24px;
        margin-bottom: 25px;
    }
}
@media(max-width:991px){
    .section-description{
        font-size: 20px;
    }
    .section-description br{
        display: none;
    }
}
@media(max-width: 767px){
    .section-description{
        font-size: 16px;
    }
}

/* portfolio */
.portfolio-section{
    padding: 60px 0;
}
.portfolio-wrapper{
    width: 100%;
    overflow: hidden;
}
.portfolio{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio .col{
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.portfolio .col .item img{
    width: 100%;
}
.portfolio .item .img-wrapper{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}
.portfolio .item-title{
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}
@media(max-width:1499px){
    .portfolio .item-title {
        font-size: 26px;
    }
}
@media(max-width:1299px){
    .portfolio-section{
        padding-top: 20px;
    }
}
@media(max-width:1199px){
    .portfolio .item-title {
        font-size: 22px;
    }
}
@media(max-width:991px){
    .portfolio{
        margin-left: -10px;
        margin-right: -10px;
    }
    .portfolio .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .portfolio .item-title {
        font-size: 18px;
    }
}
@media(max-width:767px){
    .portfolio-section{
        padding: 40px 0 20px;
    }
    .portfolio .col{
        width: 50%;
    }
}
@media(max-width:599px){
    .portfolio .col{
        width: 100%;
    }
}
/* /. portfolio */


/* tabs */
.box{
    position: fixed;
    top: -99999px;
    left: -99999px;
    opacity: 0;
    width: 1460px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box.visible{
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.tabs{
    margin-bottom: 20px;
}
.tabs li{
    margin: 0 15px 15px;
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 20px;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.tabs li.current,
.tabs li:hover{
    background: #E4F2FE;
}
@media(max-width:1499px){
    .tabs li {
        margin: 0 10px 10px;
        height: 42px;
        padding: 0 30px;
        font-size: 18px;
        border-radius: 18px;
    }
}
@media(max-width:1199px){
    .tabs li {
        margin: 0 5px 10px;
        height: 38px;
        padding: 0 20px;
        font-size: 17px;
        border-radius: 16px;
    }
}
@media(max-width:991px){
    .tabs li {
        height: 34px;
        padding: 0 15px;
        font-size: 16px;
        border-radius: 14px;
    }
}
@media(max-width:767px){
    .tabs li {
        height: 30px;
        padding: 0 12px;
        font-size: 14px;
        border-radius: 12px;
    }
}
/* /. tabs */

.content-section{
    padding: 20px 0 40px;
}

/* call-to-action-section */
.call-to-action-section{
    background: url(../images/bg3.png) 50% 0 no-repeat, url(../images/bg4.svg) 50% 0 no-repeat;
    background-color: #202020;
    position: relative;
    color: #fff;
}
.call-to-action-section-inner{
    padding: 60px 0;
}
.call-to-action-section:before{
    content:"";
    height: 16px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/tooth.svg);
}
.call-to-action-section .section-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 106.3%;
    margin-bottom: 45px;
}
.call-to-action-section .btn{
    width: 270px;
    max-width: 100%;
}
.call-to-action-section .section-contacts-row{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-to-action-section .phone-link{
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 106.3%;
}
.call-to-action-section .phone-link:hover{
    color: #87D4FB;
}
.call-to-action-section  .whatsapp-btn{
    margin-left: 10px;
}
.call-to-action-section  .viber-btn{
    margin-left: 10px;
}
.call-to-action-section  .tg-btn{
    margin-left: 10px;
}
.whatsapp-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #32D305;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.viber-btn{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #7725A8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.tg-btn{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0088cc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.whatsapp-btn:hover, .viber-btn:hover, .tg-btn:hover{
    filter: brightness(115%);
}
.call-to-action-section-description{
    font-size: 22px;
    line-height: 1.5;
    margin-top: 40px;
}
.call-to-action-section-rating{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media(max-width:1299px){
    .call-to-action-section-inner {
        padding: 60px 0 40px;
    }
    .call-to-action-section-rating{
        position: static;
        text-align: center;
        margin-top: 20px;
    }
}
@media(max-width:767px){
    .call-to-action-section .section-title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}
@media(max-width:599px){
    .call-to-action-section .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .call-to-action-section .phone-link{
        font-size: 26px;
    }
    .call-to-action-section .whatsapp-btn{
        width: 36px;
        height: 36px;
    }
    .call-to-action-section .whatsapp-btn svg{
        width: 18px;
        height: 18px;
    }
    .call-to-action-section .phone-link + .whatsapp-btn {
        margin-left: 20px;
    }
    .call-to-action-section-description {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 30px;
    }
    .call-to-action-section-description br{
        display: none;
    }
}
/* /. call-to-action-section */

/* reviews */
.reviews-section{
    background: url(../images/bg3.png) 50% 0 no-repeat;
    background-color: #404040;
    padding: 30px 0;
}
.reviews{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.reviews-carousel-wrapper{
    width: 100%;
    overflow: hidden;
}
.reviews-carousel-inner{
    margin-left: -15px;
    margin-right: -15px;
}
.reviews-carousel:not(.slick-slider){
    opacity: 0;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-slide > div{
    height: 100%;
}
.reviews-carousel .slick-slide .col{
    height: 100%;
}
.reviews-carousel{
    display: block;
    padding: 10px 0;
}
.reviews-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .col{
    padding: 10px 15px;
}
.reviews .item{
    height: 100%;
    color: #fff;
}
.reviews .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    left: -15px;
    z-index: 2;
}
.reviews .item-header .item-img{
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
}
.reviews .item-header .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews .item-title{
    width: calc(100% - 73px);
    padding-left: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.34;
}
.reviews .item-body{
    background: rgba(255,255,255,.1);
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-top: -20px;
    padding: 15px 0 30px;
    height: calc(100% - 45px);
    position: relative;
}
.reviews .item-text{
    padding: 20px;
    font-size: 16px;
    line-height: 134.3%;
}
.reviews .item-bottom{
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.reviews .item-bottom a{
    text-decoration-line: underline;
    color: #FCE085;
    font-size: 16px;
}
.reviews .item-bottom a:hover{
    text-decoration: none;
}
.reviews-section.page-section{
    background: transparent;
    padding-bottom: 20px;
}
.reviews-section.page-section .reviews .item-body{
    background: #92A9B7;
}
.reviews-section.page-section .reviews .item-title{
    color: #000;
}
@media(max-width:991px){
    .reviews{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:599px){
    .reviews{
        grid-template-columns: 1fr;
    }
}
/* /. reviews */


/* footer */
.footer {
    padding: 25px 0;
    font-size: 10px;
    background: url(../images/bg3.png) 50% -400px no-repeat, url(../images/bg4.svg) 50% 0 no-repeat;
    background-color: #404040;
    color: #d1d1d1;
}
.footer-links li{
    margin-bottom: 4px;
}
.footer-links a{
    text-decoration: underline;
}
.footer a{
    color: #d1d1d1;
}
.footer a:hover{
    color: #F8CF67;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-top .left-part{
    width: 290px;
}
.footer-top .right-part{
    width: calc(100% - 290px);
    padding-left: 70px;
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(4, 1fr);
}
.footer-top-item-title{
    font-size: 12px;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.footer-nav li:not(:last-of-type){
    margin-bottom: 5px;
}
.footer-nav a{
    text-decoration: underline;
}
.footer-nav a:hover{
    text-decoration: none;
}
.footer-tel{
    display: flex;
    align-items: center;
    line-height: 175.78%;
    margin-top: 10px;
}
.footer-tel a{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.footer-mail{
    display: flex;
    align-items: center;
    line-height: 175.78%;
    margin-top: 10px;
}
.footer-mail a{
    font-size: 12px;
}
.footer-callback{
    margin-top: 10px;
}
.footer-callback-btn{
    display: inline-flex;
    height: 28px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-payments{
    margin-top: 30px;
}
.footer-rating {
    margin-top: 20px;
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.footer-text{
    margin-top: 10px;
    width: 600px;
    max-width: 100%;
}
.development{
    display: flex;
    justify-content: flex-end;
}
.development a{
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 8px;
    line-height: 140.62%;
    letter-spacing: 0.01em;
}
.development-icon{
    margin-left: 8px;
    display: inline-block;
    position: relative;
}
.development-icon img{
    position: relative;
    z-index: 2;
}
.development-icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: 4px;
    bottom: 4px;
    background: rgb(255 255 255 / 24%);
}

@media(max-width: 1429px){
    .footer-top .right-part{
        padding-left: 30px;
        width: calc(100% - 260px);
    }
    .footer-top .right-part{
        grid-gap: 25px;
    }
    .footer-top .left-part{
        width: 260px;
    }
    .footer-tel a{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .footer-top .left-part{
        width: 100%;
    }
    .footer-top .right-part{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .footer-top .right-part{
        grid-template-columns: 1fr;
    }
    .footer-top-item-title{
        border: none;
        text-transform: uppercase;
        font-weight: 700;
    }
    .footer-text + .development{
        margin-top: 20px;
    }
}
/* /. footer */

/* features */
.features-section{
    background: url(../images/bg1.png) 50% 0 no-repeat;
    padding-bottom: 60px;
}
.features .item{
    display: flex;
    flex-wrap: wrap;
}
.features .item-img{
    width: 50%;
}
.features .item-img img{
    width: 100%;
}
.features .item-content{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 40px;
}
.features .item:nth-child(even) .item-img{
    order: 1;
    padding-right: 10px;
}
.features .item:nth-child(even) .item-content{
    order: 2;
}
@media(max-width:1199px){
    .features .item-content{
        padding: 10px 0;
    }
    .features .item-content p{
        margin-bottom: 10px;
    }
    .features .item:nth-child(even) .item-content{
        padding-left: 10px;
    }
    .features .item:nth-child(odd) .item-content{
        padding-right: 10px;
    }
    .features .item-content .title-h2{
        margin-bottom: 10px;
        font-size: 30px;
    }
}
@media(max-width:991px){
    .features-section{
        padding-bottom: 20px;
    }
    .features .item{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .features-section{
        padding-top: 20px;
    }
    .features .item-img{
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .features .item-content{
        width: 100%;
        padding: 0 !important;
    }
    .features .item:nth-child(odd) .item-img{
        order: 1;
    }
    .features .item:nth-child(odd) .item-content{
        order: 2;
    }
}
/* /. features */

.index-template .main-section{
    background: url(../images/bg5.png) 50% 700px no-repeat;
}
/* first-section */
.first-section{
    padding: 60px 0;
}
.first-section-inner{
    width: 1300px;
    margin: auto;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.first-section-twentytwenty-item-wrapper{
    margin: auto;
    max-width: 100%;
}
.first-section .col1{
    width: calc(100% - 700px);
    display: flex;
    justify-content: flex-end;
}
.first-section .col2{
    width: 700px;
}
.first-section .col2 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.first-section .item-img{
    margin: auto;
    max-width: 100%;
}
.first-section .col1 .item{
    padding-right: 50px;
}
.first-section .col1 .item-body{
    padding-left: 0px;
}
.first-section .col1 .item-text{
    font-size: 22px;
    line-height: 150.8%;
    padding-top: 10px;
}
.first-section .item-price{
    text-align: right;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    margin-top: 20px;
}
.first-section .twentytwenty-overlay{
    display: none;
}
.first-section .col2 .item-description{
    background: rgba(229, 243, 255, 0.92);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 134.3%;
    color: #334967;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    width: 80%;
    text-align: right;
}
@media(max-width: 1199px){
    .first-section .col2{
        width: 550px;
    }
    .first-section .col1 {
        width: calc(100% - 550px);
    }
    .first-section .col1 .item{
        right: -50px;
    }
    .first-section .col1 .item-body{
        padding-left: 20px;
    }
    .first-section .col1 .item-text{
        font-size: 18px;
    }
    .first-section .item-price{
        font-size: 40px;
    }
    .first-section .col2 .item-description {
        padding: 15px;
        min-height: 140px;
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .first-section{
        padding-top: 30px;
    }
    .first-section .col2{
        width: 450px;
    }
    .first-section .col1 {
        width: calc(100% - 450px);
    }
    .first-section .col1 .item{
        right: -20px;
    }
    .first-section .col1 .item-body{
        padding-left: 0;
    }
    .first-section .col1 .item-text{
        font-size: 16px;
    }
    .first-section .item-price{
        font-size: 34px;
    }
    .first-section .col2 .item-description {
        padding: 12px;
        font-size: 15px;
    }
    .first-section h1,
    .first-section .title-h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .first-section .col1{
        width: 100%;
    }
    .first-section .col1 .item{
        right: auto;
    }
    .first-section .col2{
        width: 100%;
        margin-top: 40px;
    }
    .first-section .col2 .item-description{
        margin-top: -20px;
        min-height: inherit;
        font-size: 14px;
    }
}
/* /. first-section */

/* steps-section */
.steps-section{
    padding: 0 0 60px;
}
.steps-section-title{
    font-weight: 200;
    font-size: 80px;
    line-height: 106.3%;
}
.steps-section-subtitle{
    padding-left: 260px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 132.3%;
}
/* /. steps-section */

/* steps */
.steps{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.steps .col{
    position: relative;
}
.steps .item{
    background: #fff;
    padding: 60px 30px 120px;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    height: 100%;
    font-size: 18px;
line-height: 173.3%;
}
.steps .item-num{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #DBDBDB;
    font-size: 40px;
    font-weight: 200;
}
.steps .item-title{
    text-align: center;
    font-weight: 200;
    font-size: 36px;
    line-height: 106.3%;
    margin-bottom: 40px;
}
.steps .item-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps .item-footer a{
    color: #000;
    text-decoration: underline;
}
.steps .item-footer a:hover{
    text-decoration: none;
}
.whatsapp-btn {
    width: 46px;
    height: 46px;
}
.steps .col2{
    bottom: -67px;
}
.steps .col3{
    top: -60px;
}
@media(max-width:1299px){
    .steps-section-subtitle{
        margin-bottom: 60px;
    }
    .steps .col3{
        top: -30px;
    }
    .steps .item {
        padding: 55px 20px 80px;
        font-size: 16px;
    }
    .steps .item-footer{
        height: 70px;
    }
    .steps .item-title{
        margin-bottom: 20px;
        font-size: 32px;
    }
}
@media(max-width:991px){
    .steps{
        grid-template-columns: 1fr;
    }
    .steps .col2{
        bottom: auto;
    }
    .steps .col3{
        top: auto;
    }
}
@media(max-width:767px){
    .steps-section-title{
        font-size: 46px;
    }
    .steps-section-subtitle{
        padding-left: 0;
        margin-bottom: 30px;
        font-size: 28px;
    }
}
/* /. steps */

/* vantages-section */
.vantages-section{
    padding-top: 60px;
}
.vantages-section-description{
    margin-left: 40px;
    width: 630px;
    max-width: 100%;
    background: #E5F3FF;
    border-radius: 12px;
    padding: 20px;
    font-size: 26px;
    line-height: 134.3%;
    margin-bottom: 40px;
}
.vantages-section{
    width: 100%;
    overflow: hidden;
    margin-bottom: -100px;
}
.vantages{
    height: 620px;
    position: relative;
}
.vantages .item{
    position: absolute;
    background: #eee;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 25px 25px 60px;
    width: 590px;
    min-height:200px;
    cursor: pointer;
    transition: all ease 300ms;
}
.vantages .item-body{
    display: flex;
    flex-wrap: wrap;
}
.vantages .item-title{
    width: 180px;
    padding-right: 25px;
    font-weight: 500;
    font-size: 26px;
    line-height: 110.8%;
}
.vantages .item-text{
    width: calc(100% - 180px);
}
.vantages .item-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.vantages .item-bottom .right-part{
    display: flex;
    align-items: center;
}
.vantages .item a{
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}
.vantages .item a:hover{
    text-decoration: none;
}
.vantages .item:hover a,
.vantages .item.active a{
    color: #fff;
}
.vantages .item-num{
    font-weight: 200;
    font-size: 40px;
    line-height: 97.7%;
    color: #DBDBDB;
}
.vantages .item-text{
    font-size: 16px;
    line-height: 173.3%;
}
.vantages .item1{
    top: 185px;
    left: -15px;
}
.vantages .item2{
    top: 60px;
    left: 200px;
}
.vantages .item3{
    top: 0;
    left: 530px;
}
.vantages .item4{
    top: 80px;
    left: 700px;
}
.vantages .item5{
    top: 180px;
    left: 850px;
}
.vantages .item6{
    top: 380px;
    left: 740px;
}
.vantages .item.active{
    z-index: 2;
    background: #92A9B7;
    color: #fff;
}
.vantages .item:hover{
    z-index: 10;
    background: #92A9B7;
    color: #fff;
}
.vantages .whatsapp-btn{
    margin-left: 10px;
}
  .vantages .viber-btn {
    margin-left: 10px;
}
.vantages .tg-btn {
    margin-left: 10px;
}
@media(max-width:1459px){
    .vantages{
        height: 525px;
    }
    .vantages .item1{
        left: 15px;
    }
    .vantages .item3{
        left: 610px;
    }
    .vantages .item4 {
        top: 150px;
        left: 420px;
    }
    .vantages .item5{
        left: 750px;
    }
    .vantages .item6 {
        top: 290px;
        left: 535px;
    }
}
@media(max-width:1369px){
    .vantages .item2 {
        top: 38px;
        left: 100px;
    }
    .vantages .item4 {
        top: 150px;
        left: 264px;
    }
    .vantages .item5{
        left: auto;
        right: 15px;
    }
}
@media(max-width:1299px){
    .vantages-section{
        margin: 0;
    }
    .vantages{
        height: auto;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .vantages .item{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}
@media(max-width:991px){
    .vantages-section{
        padding-top: 30px;
    }
    .vantages .item {
        width: calc(50% - 10px);
        padding: 20px 20px 50px;
        margin-bottom: 20px;
    }
    .vantages .item-bottom{
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .vantages .item-title {
        width: 130px;
        font-size: 20px;
    }
    .vantages .item-text {
        width: calc(100% - 130px);
    }
    .vantages .item-num{
        font-size: 30px;
    }
    .vantages .item-text {
        font-size: 14px;
        line-height: 160.3%;
    }
    .vantages .whatsapp-btn {
        width: 36px;
        height: 36px;
    }
  
    .vantages .whatsapp-btn svg{
        width: 18px;
        height: 18px;
    }
    .vantages .item a{
        font-size: 14px;
    }
    .vantages-section-description{
        margin-left: 0;
        width: 100%;
        font-size: 18px;
    }
}
@media(max-width:767px){
    .vantages .item {
        width: 100%;
    }
    .vantages .item{
        min-height: inherit;
    }
    .vantages .item-body{
        display: block;
    }
    .vantages .item-title{
        width: 100%;
        margin-bottom: 10px;
    }
    .vantages .item-title br{
        display: none;
    }
    .vantages .item-text{
        width: 100%;
    }
}
/* /. vantages-section */

.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}

/* video-reviews-section */
.video-reviews-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.video-reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.video-reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    margin-bottom: 30px;
    height: 250px;
}
.video-reviews .col .item{
    height: 100%;
}
.video-reviews .col iframe{
    width: 100% !important;
    height: 100% !important;
}
@media(max-width: 1489px){
    .video-reviews .col{
        height: 18vw;
    }
}
@media(max-width: 991px){
    .video-reviews .col{
        width: 50%;
        height: 25vw;
    }
}
@media(max-width: 767px){
    .video-reviews{
        margin-left: -10px;
        margin-right: -10px;
    }
    .video-reviews .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width:599px){
    .video-reviews .col{
        width: 100%;
        height: 50vw;
    }
}
/* /. video-reviews-section */

/* news */
.news-section{
    padding-bottom: 20px;
}
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 25%;
}
.news .item-img{
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.news .item-img img,
.page-img img{
    width: 100%;
}
.news .item-date{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 8px;
    height: 46px;
    width: 110px;
    display: flex;
    align-items: center;
    background: #87D4FB;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.news .item-date-day{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.3px;
    padding-top: 2px;
}
.news .item-body{
    padding: 10px;
}
.news .item-title span{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 125.7%;
    display: inline-block;
}
.news .item-text{
    margin-top: 15px;
    font-size: 13px;
    line-height: 125.7%;
    color: #969696;
}
.news .item:hover .item-title span{
    text-decoration: underline;
}
@media(max-width:1199px){
    .news .col{
        width: 33.33333%;
    }
}
@media(max-width: 991px){
    .news .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .news{
        margin-left: -5px;
        margin-right: -5px;
    }
    .news .col{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 499px){
    .news .col{
        width: 100%;
    }
}

.news-page-section{
    padding-bottom: 50px;
}
.news-page-columns{
    display: flex;
    flex-wrap: wrap;
}
.news-page-columns .col2{
    width: 460px;
}
.news-page-columns .col1{
    width: calc(100% - 460px);
    padding-right: 20px;
}
.page-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.page-img .item-date{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    height: 60px;
    width: 170px;
    display: flex;
    align-items: center;
    background: #87D4FB;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.page-img .item-date-day{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.3px;
    padding-top: 2px;
}

.gallery{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.gallery .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.gallery .item{
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
}
.gallery .item img{
    width: 100%;
}
.gallery .item:after{
    content: "";
    background: url(../images/zoom.svg) 50% 50% no-repeat rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease 300ms;
}
.gallery .item:hover:after{
    opacity: 1;
}
.aside-news .item{
    color: #989898;
    margin-bottom: 25px;
    font-size: 13px;
    display: block;
}
.aside-news .item-title{
    margin: 10px 0;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.aside-news .item-text span,
.aside-news .item-more span{
    text-decoration: underline;
}
.aside-news .item:hover .item-text span,
.aside-news .item:hover .item-more span{
    text-decoration: none;
}
.aside-news .item-more{
    margin-top: 10px;
}

@media(max-width: 1199px){
    .news-page-columns .col1{
        width: calc(100% - 380px);
    }
    .news-page-columns .col2{
        width: 380px;
    }
}
@media(max-width: 991px){
    .news-page-columns .col1{
        width: calc(100% - 300px);
    }
    .news-page-columns .col2{
        width: 300px;
    }
    .gallery .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .news-page-section{
        padding-bottom: 30px;
    }
    .news-page-columns .col1{
        width: 100%;
        padding-right: 0;
    }
    .news-page-columns .col2{
        width: 100%;
        padding-top: 30px;
    }
    .page-img .item-date {
        padding: 0 10px;
        height: 44px;
        width: auto;
        font-size: 12px;
    }
    .page-img .item-date-day{
        font-size: 18px;
    }
}
/* /. news */

/* contacts-section */
.contacts-section{
    padding-bottom: 60px;
}
.contacts-section-columns{
    display: flex;
    flex-wrap: wrap;
}
.contacts-section-columns .col1{
    width: 390px;
    padding-right: 30px;
}
.contacts-section-columns .col2{
    width: calc(100% - 390px);
}
.contacts-section .main-phone{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.contacts-section .main-phone a{
    color: #000;
}
.contacts-section .main-phone a:hover{
    text-decoration: underline;
}
.contacts-section .company-name-wrapper{
    display: flex;
    align-items: center;
}
.contacts-section .company-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.contacts-section .company-name-wrapper .right-part{
    padding-left: 20px;
}
.contacts-section .company-name-wrapper .right-part a span{
    font-size: 11px;
    line-height: 132.2%;
    text-decoration: underline;
    color: #3E3E3E;
}
.contacts-section .company-name-wrapper .right-part a:hover span{
    text-decoration: none;
}
.contacts-section .contacts-items{
    margin-top: 20px;
}
.contacts-items .item{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.contacts-items .item-icon{
    position: absolute;
    top: 0;
    left: 0;
}
.contacts-items .item-phone a{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 175.78%;
    position: relative;
    bottom: -1px;
}
.contacts-items .item-phone a:hover{
    text-decoration: underline;
}
.contacts-items .item-mail a{
    color: #000;
    text-decoration: underline;
}
.contacts-items .item-mail a:hover{
    text-decoration: none;
}
@media(max-width:991px){
    .contacts-section-columns .col1{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .contacts-section-columns .col2{
        width: 100%;
    }
}
@media(max-width:767px){
    .contacts-section .company-name-wrapper{
        display: block;
    }
    .contacts-section .company-name-wrapper .right-part{
        padding-left: 0;
        margin-top: 10px;
    }
    .contacts-section .main-phone{
        font-size: 18px;
    }
}
/* /. contacts-section */

/** catalog */
/* catalog nav */
.catalog-nav ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.catalog-nav a{
    display: inline-block;
    margin: 0 14px 10px 0;
    padding: 0 15px;
    color: #000;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 13px;
}
.catalog-nav .active a,
.catalog-nav a:hover{
    background: #87D4FB;
    border-color: #87D4FB;
    color: #fff;
}
/* /. catalog nav */

.catalog-section{
    padding-bottom: 20px;
}
.catalog{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.catalog .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}
.catalog .item{
    display: block;
    height: 100%;
    background: #fff;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    color: #000;
}
.catalog .item:hover{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.catalog .item-header{
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog .item-header .left-part{
    width: 60%;
}
.catalog .item-header .right-part{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.ec-stars{
    position: relative;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 !important;
}
.ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:11px;
    width:auto;
}
.ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:11px;
    white-space:nowrap;
    overflow:hidden;
}
.ec-stars svg{
    display: block;
}
.catalog .item-img{
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .item-article{
    font-weight: 300;
    font-size: 10px;
    line-height: 132.2%;
}
.catalog .item-title{
    font-size: 15px;
    line-height: 132.2%;
    margin-top: 10px;
}
.catalog .item-text{
    font-size: 12px;
    line-height: 140.62%;
    font-weight: 300;
    margin-top: 15px;
}
.catalog .item-price{
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 132.2%;
}
.catalog .item-more{
    display: inline-flex;
    background: #EFF0F3;
    border-radius: 12px;
    height: 22px;
    padding: 0 10px;
    background: #EFF0F3;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 132.2%;
    margin-top: 10px;
}
@media(max-width:1489px){
    .catalog{
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog .col{
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .catalog .item{
        padding: 15px;
    }
    .catalog .item-img{
        height: 14vw;
    }
    .catalog .item-title{
        margin-top: 5px;
    }
    .catalog .item-text{
        margin-top: 10px;
    }
    .catalog .item-price{
        margin-top: 10px;
    }
}
@media(max-width:991px){
    .catalog .col{
        width: 33.3333%;
    }
    .catalog .item-img{
        height: 21vw;
    }
}
@media(max-width:767px){
    .catalog .col{
        width: 50%;
    }
    .catalog .item-img{
        height: 42vw;
    }
}
@media(max-width:499px){
    .catalog .col{
        width: 100%;
    }
    .catalog .item-img{
        height: 60vw;
    }
}
/** /. catalog*/

/* catalog-page-section */
.catalog-page-section{
    padding-bottom: 60px;
}
.catalog-page-section-columns{
    display: flex;
    flex-wrap: wrap;
}
.product-carousel-wrapper{
    width: 600px;
}

.product-carousel > div:not(:first-of-type),
.product-thumb-carousel > div:not(:first-of-type){
    display: none;
}
.product-carousel,
.product-thumb-carousel{
    margin-bottom: 20px;
}
.product-thumb-carousel .item{
    cursor: pointer;
}
.catalog-page-right-path{
    width: calc(100% - 600px);
    padding-left: 30px;
    padding-top: 30px;
}

.product-application-block{
    background: #91A8B6;
    border-radius: 6px;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}
.product-application-block a{
    color: #fff;
    text-decoration: underline;
}
.product-application-block a:hover{
    text-decoration: none;
}
.product-application-block .item-right{
    width: 250px;
}
.product-application-block .item-left{
    width: calc(100% - 250px);
    padding-right: 20px;
}
.product-application-block .item-info{
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 134.7%;
    margin-bottom: 5px;
}
.product-application-block .item-info-icon{
    width: 22px;
}
.product-application-block .item-info-text{
    width: calc(100% - 22px);
}
.product-application-block .feedback-link{
    font-size: 11px;
    color: #fff;
}
.product-application-block .feedback-link img{
    margin-right: 6px;
}
.product-application-block .feedback-link span{
    text-decoration: underline;
}
.product-application-block .feedback-link:hover span{
    text-decoration: none;
}
.product-application-block .item-price{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 132.2%;
}
.app-bar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.app-btn{
    background: #000;
    height: 36px;
    font-size: 13px;
    margin-left: 10px;
    text-decoration: none !important;
}
.app-btn:hover{
    background: #3C3E3E;
}

.item-counter{
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
.item-counter .input-number {
    width: 70px;
    border: none;
    background: #000;
    border-radius: 9px;
    height: 36px;
    font-weight: 600;
    font-size: 18px;
    line-height: 132.2%;
    text-align: center;
    color: #fff;
    padding: 0 25px 0 5px;
}
.item-counter:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.item-counter button{
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    right: 0;
    border: none;
    padding: 0;
    z-index: 3;
    cursor: pointer;
}
.item-counter button.btn-plus{
    top: 0;
    background: url(../images/btn-plus.svg) 6px 50% no-repeat;
}
.item-counter button.btn-minus{
    bottom: 0;
    background: url(../images/btn-minus.svg) 6px 50% no-repeat;
}
.item-counter  button:hover{
    background-color: rgba(255,255,255,0.1);
}
@media(max-width: 1489px){
    .product-carousel-wrapper{
        width: 40%;
    }
    .catalog-page-right-path{
        width: 60%;
    }
    .catalog-page-right-path{
        padding-top: 10px;
    }
}
@media(max-width: 991px){
    .product-carousel-wrapper{
        width: 500px;
        max-width: 100%;
    }
    .catalog-page-right-path{
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .product-application-block .item-left{
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .product-application-block .item-right{
        order: 1;
        margin-bottom: 20px;
    }
    .app-bar,
    .product-application-block .item-price{
        justify-content: flex-start;
    }
    .product-application-block .item-info{
        margin-bottom: 0;
    }
}
/* /. catalog-page-section */


.rating {
	position: relative;
	height: 20px;
	display: inline-flex;
	color: #CFCFCF;
}

.rating .real {
	position: absolute;
	top: 0;
	left: 0;
	color: #f9ab28;
	width: 0;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.rating.rating1 .real {
	width: 20%;
}

.rating.rating2 .real {
	width: 40%;
}

.rating.rating3 .real {
	width: 60%
}

.rating.rating4 .real {
	width: 80%;
}

.rating.rating5 .real {
	width: 100%;
}

.rev-form{
    width: 700px;
    max-width: 100%;
}
.ec-rating{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rev-form .ec-rating-stars{
    float: none;
}
.rev-form .ec-rating-stars span {
	background: transparent;
	width: 24px;
	height: 22px;
	margin-right: 7px;
}

.ec-rating-stars svg path {
	fill: #CFCFCF;
}

.ec-rating-stars .active svg path ,
.ec-rating-stars .active2 svg path  {
	fill: #F8CF67;
}

.alert-success {
	background: #d4f5d4;
	padding: 15px;
	border: 1px solid #b3dbb3;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.form-group.has-error input {
	border-color: #FF1A00;
}

@media(max-width: 767px){
    .ec-rating{
        flex-wrap: wrap;
    }
    .rev-form .ec-rating-stars{
        width: 100%;
        margin-bottom: 10px;
    }
}


.ec-stars.rating1 .real {
	width: 20%;
}
.ec-stars.rating2 .real {
	width: 40%;
}
.ec-stars.rating3 .real {
	width: 60%
}
.ec-stars.rating4 .real {
	width: 80%;
}
.ec-stars.rating5 .real {
	width: 100%;
}

.ec-reviews .item{
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 15px 15px 35px;
    height: 100%;
    color: #403F4C;
    position: relative;
    margin-bottom: 30px;
}
.ec-reviews .item-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ec-reviews .item-text{
    font-size: 14px;
    line-height: 1.4;
    color: #5B5B5B;
    margin-top: 10px;
}
.ec-reviews .reviews-date{
    font-weight: 600;
    font-size: 11px;
    line-height: 136.2%;
    color: #5B5B5B;
    position: absolute;
    left: 15px;
    bottom: 10px;
    display: flex;
    align-items: center;
}


.header-search{
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
}

.header-search input{
    padding: 6px 6px 6px 60px;
    border: none;
    color: #000;
    background: rgb(203 203 203 / 15%);
    border-radius: 40px;
    width: 100%;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.main .header-search input {
    color: #fff;
}

.header-search input::-webkit-input-placeholder { 
    color:  rgba(255, 255, 255, 0.75); 
    
}

.header-search-close {
    display: none;
}

.header-search .search-button {
    left: 40px;
    top: 5px;
    position: absolute;
    background: none;
    border: none;
}

.search-button-trigger {
    background: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 40px;
}
.search-button-trigger:hover {
    background: rgba(0, 0, 0, 0.45);
}

.search-button-trigger:hover .loupe {
    opacity: 1;
}

.loupe {
    height: 18px;
    width: 18px;
    opacity: 0.75;
    
}

.main .loupe {
    filter: invert(1);
}

.header-search input::-webkit-input-placeholder { 
    color:  rgba(0, 0, 0, 0.75); 
    
}
.main .header-search input::-webkit-input-placeholder { 
    color:  rgba(255, 255, 255, 0.75); 
    
}



.search-lg {
    display: none;
}

.search-lg.active {
    display: block;
}


.search-trigger {
    padding: 0 15px 0 5px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

@media(max-width: 1299px){
    .search-trigger {
        display: none;
    }
}

#mse2_sort {
    display: block !important;
}


/* *Месседжеры */

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 10px;
    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'%3e%3cpath 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;
    right: 20px;
    bottom: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 40px;
    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;
    }
}

.telegram-button,.whatsapp-button {
    width: 40px;
    height: 40px
}