/*
Theme Name: Teplobaza
Author: Site4All
Author URI: https://site4all.ru/
Description: teplobaza
Requires PHP: 8.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Voda
Crosto, (C) 2021 site4all.ru
*/
@font-face {
    font-family: 'Lato';
    src: url('Lato-Semibold.eot');
    src: local('Lato Semibold'), local('Lato-Semibold'),
        url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Semibold.woff2') format('woff2'),
        url('fonts/Lato-Semibold.woff') format('woff'),
        url('fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.eot');
    src: local('Lato Light'), local('Lato-Light'),
        url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.eot');
    src: local('Lato Bold'), local('Lato-Bold'),
        url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'),
        url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Medium.eot');
    src: local('Lato Medium'), local('Lato-Medium'),
        url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Medium.woff2') format('woff2'),
        url('fonts/Lato-Medium.woff') format('woff'),
        url('fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display:swap;
}

body,html{min-height:100%;min-width:320px;background:#fff}
html{height:100%}
body{
    position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;
    font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-weight:400;color:#414040;
}
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}a{text-decoration:none;-webkit-transition:color ease-in-out .2s;-o-transition:color ease-in-out .2s;transition:color ease-in-out .2s}
.container{position:relative;width:100%;max-width:1300px;margin:0 auto;padding:0 20px}
.site-content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:90px;max-width:100%;overflow-x:hidden;}
.site-content--mb-0{margin-bottom:0!important}
.button{
    display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;
    -ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 30px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;
    line-height:150%;font-weight:400;border:none;border-radius:100px;-webkit-transition:background-color ease-in-out .2s,color ease-in-out .2s;-o-transition:background-color ease-in-out .2s,color ease-in-out .2s;
    transition:background-color ease-in-out .2s,color ease-in-out .2s;
}
.button img{width:20px;height:20px;margin-right:10px}
.button--green{color:#fff;background-color:#53b044}
.button--green:hover{background-color:#4c9e3f}
.button--blue{color:#fff;background-color:#195280;border-color:#195280;}
.button--blue:hover{background-color:#fff;color:#195280;}
.button--white{
    color:#195280;background-color:#fff;font-size:16px;line-height:150%;font-weight:400;border:1px solid #195280;border-radius:100px;
}
.site-header .button.button--white{
  padding:16px 24px;margin-top: 6px;cursor:pointer;white-space: nowrap;
}
.button--white:hover{color:#fff;background-color:#195280;}

.site-header{
    position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:15px 0;background-color:#fff;-webkit-transition:-webkit-box-shadow ease-in-out .2s;transition:-webkit-box-shadow ease-in-out .2s;
    -o-transition:box-shadow ease-in-out .2s;transition:box-shadow ease-in-out .2s;transition:box-shadow ease-in-out .2s,-webkit-box-shadow ease-in-out .2s
}
.site-header--scrolled{-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.06);box-shadow:5px 5px 25px rgba(0,0,0,.06);}
.site-header .container{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;
    align-items:flex-start;
}
.site-header__logo{
    display:block;width:224px;height:69px;margin-right:70px;background-position: center;background-repeat:no-repeat;background-size:contain;
}
.site-header__content{
    /*-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;*/
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
    -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
    width: calc(100% - 294px);
}
.site-header__menu{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    height: 69px;width: calc(100% - 486px);padding-right:70px;
}
.site-header__menu .navbar-collapse{width:100%;max-width: 387px;}
.site-header__phone{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    width: fit-content;
}
.site-header__phone-number{
    position:relative;
    display:inline-block;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:16px;line-height:1.5;color:#414040;font-weight:700;
    padding-left:26px;white-space: nowrap;
}
.site-header__phone-number:before{
    position: absolute;
    display:block;
    content:'';
    width:19px;height:19px;left:0;top:2px;
}
.site-header__phone-number.number1:before{
    content:url(images/phone.svg);
}
.site-header .button{padding:0;}
.site-header .button img{
    width: 36px;height: 36px;margin:0;
}
.site-header .button.whatsapp{margin-left:15px;margin-right:14px;}
.site-header .button.telegram{margin-right:15px;}
.site-header__navigation{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;
    -ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none
}
.site-header__navigation>li{font-size:16px;line-height:20px}
.site-header__navigation>li>a{font-weight:500}
.site-header__navigation .menu-item-has-children>a{
    display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.site-header__navigation .menu-item-has-children>a:after{
    content:"";width:10px;height:5px;margin-left:10px;background:url(assets/images/menu-arrow.svg) center no-repeat;background-size:contain;-webkit-transform:translateY(1px);
    -ms-transform:translateY(1px);transform:translateY(1px);-webkit-transition:-webkit-transform ease-in-out .2s;transition:-webkit-transform ease-in-out .2s;-o-transition:transform ease-in-out .2s;
    transition:transform ease-in-out .2s;transition:transform ease-in-out .2s,-webkit-transform ease-in-out .2s
}
.site-header__navigation .menu-item-has-children>a.opened:after{-webkit-transform:rotate(180deg) translateY(-1px);-ms-transform:rotate(180deg) translateY(-1px);transform:rotate(180deg) translateY(-1px)}
.site-header__navigation a{color:#000}
.site-header__navigation a:hover{color:#0050a7}
.site-header__navigation ul{
    display:none;position:absolute;margin:0;padding:30px 35px;list-style:none;background-color:#fff;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.06);
    box-shadow:5px 5px 25px rgba(0,0,0,.06);-webkit-transform:translateY(10px) translateX(-35px);-ms-transform:translateY(10px) translateX(-35px);transform:translateY(10px) translateX(-35px)
}
.site-header__navigation ul li{margin:0 0 15px;font-size:14px;line-height:1.3}
.site-header__navigation ul li:last-child{margin:0}
.site-header__mobile-request{
    display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;
    align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:46px;height:46px;background-color:#53b044;border-radius:10px
}
.site-header__menu-link{display:none;width:30px;cursor:pointer;margin-top:13px;}
.site-header__menu-link-line{
    width:100%;height:3px;margin-bottom:6px;background-color:#195280;-webkit-transition:opacity ease-in-out .2s,-webkit-transform ease-in-out .2s;
    transition:opacity ease-in-out .2s,-webkit-transform ease-in-out .2s;-o-transition:transform ease-in-out .2s,opacity ease-in-out .2s;
    transition:transform ease-in-out .2s,opacity ease-in-out .2s;transition:transform ease-in-out .2s,opacity ease-in-out .2s,-webkit-transform ease-in-out .2s
}
.site-header__menu-link-line:last-child{margin:0}
.site-header__menu-link--opened .site-header__menu-link-line:nth-child(1){
    -webkit-transform:translateY(7px) translateX(0) rotate(45deg);-ms-transform:translateY(7px) translateX(0) rotate(45deg);transform:translateY(7px) translateX(0) rotate(45deg)
}
.site-header__menu-link--opened .site-header__menu-link-line:nth-child(2){opacity:0}
.site-header__menu-link--opened .site-header__menu-link-line:nth-child(3){
    -webkit-transform:translateY(-11px) translateX(0) rotate(-45deg);-ms-transform:translateY(-11px) translateX(0) rotate(-45deg);transform:translateY(-11px) translateX(0) rotate(-45deg)
}
.breadcrumbs{margin:20px 0 35px;font-size:14px;line-height:1.5;font-weight:400;color:#727272}
.breadcrumbs__item{display:inline;margin:5px 0}
.breadcrumbs__item:not(:last-child){margin-right:10px}
.breadcrumbs__item:last-child{color:#727272}
.breadcrumbs__divider{
    display:inline-block;width:4px;height:8px;margin-right:10px;background:url(assets/images/divider.svg) center no-repeat;
    background-size:contain;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)
}
.breadcrumbs a{color:#414040;margin:5px 0}.breadcrumbs span:not(:last-child) a{margin-right:10px}.breadcrumbs .current-item{color: #727272;}
.breadcrumbs a:hover{color:#414040}
/*.section{margin:120px 0}
.section-information{max-width:660px}*/
.page-title{
    margin: 0 auto 30px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;line-height:1.3;font-weight:700;color:#414040;
}
.section-title{
    margin: 0 auto 30px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:48px;line-height:1.3;font-weight:700;color:#414040;
}
.typography{font-size:16px;line-height:1.5;}
.typography--short{max-width:860px}
.typography--text-block{max-width:1260px}
.typography b,.typography strong{font-weight:700}.typography blockquote,.typography h2,.typography h3,.typography h4,.typography ol,.typography p,.typography table,.typography ul{margin:20px 0}.typography blockquote:first-child,.typography h2:first-child,.typography h3:first-child,.typography h4:first-child,.typography ol:first-child,.typography p:first-child,.typography table:first-child,.typography ul:first-child{margin-top:0}.typography blockquote:last-child,.typography h2:last-child,.typography h3:last-child,.typography h4:last-child,.typography ol:last-child,.typography p:last-child,.typography table:last-child,.typography ul:last-child{margin-bottom:0}
.typography h2,.typography h3,.typography h4{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.3;font-weight:400;color:#195280}
.typography h2{font-size:36px}.typography h3{font-size:24px}.typography h4{font-size:20px}.typography ol li,.typography ul li{margin-bottom:10px}.typography ol li:last-child,.typography ul li:last-child{margin-bottom:0}.typography a{text-decoration:underline;color:#0050a7}.typography a:hover{text-decoration:none}
.typography img{display:block;max-width:100%;width:auto;height:auto;margin:20px 0;border-radius:5px}.typography blockquote{position:relative;margin:30px 0;padding:30px 50px;font-size:18px;line-height:1.6;font-weight:500;color:#080714;background:#f5f5f5;border-radius:5px}.typography blockquote:first-child{margin-top:0}.typography blockquote:last-child{margin-bottom:0}.typography blockquote p{margin:20px 0}.typography blockquote p:first-child{margin-top:0}.typography blockquote p:last-child{margin-bottom:0}.typography .video-frame{position:relative;margin:30px 0;padding-bottom:56.25%;border-radius:5px;overflow:hidden}.typography .video-frame:first-child{margin-top:0}.typography .video-frame:last-child{margin-bottom:0}
.typography .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}.typography table{width:100%;margin:30px 0;border-collapse:collapse}.typography table:first-child{margin-top:0}.typography table:last-child{margin-bottom:0}.typography table thead tr{color:#fff;background-color:#0050a7}.typography table tr:nth-child(2n){background-color:#f5f5f5}.typography table td,.typography table th{padding:10px 20px;vertical-align:top;text-align:left}.typography table th{font-weight:500}

.welcome-block{background-position:0 100%;background-repeat:no-repeat;background-size:cover;margin-top:0;}
.welcome-block .container{min-height:1017px}
.welcome-block__content{padding:70px 0 0;position: relative;height:auto;}
.welcome-block__title{
    margin:0 0 30px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 137px;
    line-height: 1;
    font-weight: 900;
    color: linear-gradient(90deg, rgba(24, 102, 188,0.3) 0%, rgba(3,20,39,0.4) 78%);
    background-image: linear-gradient(to left, #5B9BB2, #195280);
    color: transparent;
    background-clip: text;
    -webkit-background-clip:text;
    display: block;
}
.welcome-img_min{
  width: 34%;/*429px;*/
  height: auto;
  right: 5%;/*66px;*/
  position: absolute;
  top: -252px;
}
.welcome-block__subtitle{
    font-size: 32px;
  line-height: 130%;
  font-weight: 700;
  display: block;
  width:50%;
}
.welcome-block__text{max-width:50%;display:block;}
.welcome-block__button-wrapper{max-width:999px;display: flex;flex-wrap: nowrap;position: absolute;bottom:135px;background: #6FB5B3;}
.welcome-block-wrapper_left{
    width: 586px;padding: 30px 40px;
}
.welcome-block-wrapper_title{
    font-size: 32px;
  line-height: 130%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.welcome-block-wrapper_text{
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.welcome-block-wrapper_right{
    width: 413px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.welcome-block .buttons{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;}
.welcome-block .button{width:fit-content;cursor:pointer;}
.welcome-block .buttons .button:last-child{padding:0;margin-left:30px;}
.welcome-block .button img{
    width: 36px;
    height: 36px;
    margin-right: 0;
}
.about-block{
    height: 811px;
    /*background-position:center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
}
.about-block__left_bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position:0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-block__left{width: 50%;padding: 150px 90px 150px 0;}
.about-block__left img{width:505px;height:202px}
.about-block__right{
    position: absolute;
    right: 0;
    top: 0px;
    width: 50%;
    bottom: 0;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fon-bg{
    position: absolute;
    top:0;
    right: 0;
    left:0;
    bottom:0;
    background-color:#52A29F;
    opacity: 0.8;
}
.about-block__content{
    padding:80px calc(100% - 630px) 80px 80px;z-index: 99;
    position: relative;
}

.about-block__subtitle{
    font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.about-block__left .about-block__information{
    font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
.about-block__right .about-block__information{
    color: #fff;
}
.about-block__information.typography h3{
    font-weight:700;margin:0;
}
.about-block__information.typography p{margin-top:0}

.advantages-block_etap{
    background:#F8FBFB;padding:40px 0;
}
.advantages-block{
    background:#F8FBFB;padding:80px 0;
}
.advantages-block__content{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;
    -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
}
.advantages-block__item{
    margin:15px 0;
    width: calc(20% - 15px);
    max-width: 220px;
}
.advantages-block__item img{width:80px;height:80px}
.advantages-block__title{
    margin:15px 0;
    font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #195280;
}
.services-block{
    background:#F8FBFB;padding:0 0 80px;
}
.services-block__content{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;
    -webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;
}
.services-block__item{
    -webkit-box-flex:0;
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex:0 0 calc(33.33% - 20px);
    max-width:calc(33.33% - 20px);
    margin:30px 30px 0 0;
    background-color:#fff;
    position:relative;
}
.services-block__item:nth-child(3n){
    margin-right:0;
}
.services-block__item img{
    width:100%;height:179px;object-fit:cover;filter:grayscale(100%);-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;
    border-bottom-left-radius:30px;border-bottom-right-radius:30px;
    margin-bottom:20px;
}
.services-block__item:hover img{filter:grayscale(0%)}
.services-block__title{font-weight: 700;font-size: 24px;line-height: 130%;color: #195280;margin-bottom: 5px;padding: 0 40px;}
.services-block__information{padding: 0 40px;height:48px;}
.services-block__price{font-size: 18px;font-weight: 700;margin-top: 15px;padding: 0 40px 40px;}
.services_order{
    position:absolute;max-height:0;overflow:hidden;-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;width: 100%;
  background:#fff; z-index: 99;
}
.services_order .button--blue{margin: 0 40px 40px;width:fit-content;cursor:pointer}
.services-block__item:hover .services_order{max-height:100px;}
.services_order .button--blue:hover{
    border-color:#195280;
    background:#195280;
    color:#fff;
}
.services__item{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:50px;padding:0 20px}

.filters-block{
    padding:80px 0 0;
    background:#F8FBFB;
}
.filters-block .container{text-align:center}
.filters-slider{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
    min-height:560px;margin-top:80px;background-color:#f5f5f5;visibility:hidden
}
.filters-slider .swiper-initialized{visibility:visible}
.filter-slider__item{text-align: center;}
.up_photo{
    width: 342px;
    height: 342px;
    border-radius:50%;
    background-color: #fff;
    margin: 0 auto 20px;
	-webkit-transition:background 0.6s ease;
	-o-transition:background 0.6s ease;
	transition:	background 0.6s ease;
}
.filter-slider__photo{
    width: 100%;
    height: 100%;
    border-radius:50%;
    background-position:center;
    background-size: cover;
    background-color:transparent;
}
.filter-slider__item:hover .up_photo{
    background:linear-gradient(to right, #C5E8EA, #6FB5B3);
}
.filters-slider__name {
  margin:0 0 20px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #195280;
}
.filter-slider__description{margin-bottom:20px;color:#414040}

.review-slider__photo{
    width: 100px;
    height: 100px;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:50%;
    min-width: 100px;
}
.review-slider__content{padding-left: 20px;}
.review-slider__name{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.review-slider__date{color: #727272;padding-bottom: 10px;}
.reviews-block{
    background:#F8FBFB;
    padding:60px 0;
}
.reviews-block .section-information{
    width: 50%;
    margin-bottom: 40px;
}
.review-slider__item{
    display: flex;
    flex-wrap: nowrap;
    background:#fff;
    border-radius:30px;
    padding:40px 30px;
}
.reviews-slider{position:relative;}
.reviews-slider__arrows{position:absolute;top:50%;margin-top:-35px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:0}
.reviews-slider__arrows .slider-arrow{
    -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;
    background:#F6F6F6;
    min-width: 70px;
    height: 70px;
    border-radius:50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:absolute
}
.reviews-slider__arrows .slider-arrow svg{width: 9px;height: 16px;margin:0 auto;}
.reviews-slider__arrows .slider-arrow.js-prevReview{left:-70px}
.reviews-slider__arrows .slider-arrow.js-nextReview{right:-70px}
.reviews-slider__arrows .slider-arrow.js-nextReview svg{transform: rotate(180deg);}
.reviews-slider__arrows .slider-arrow:hover{}
.slider-arrow.swiper-button-disabled{opacity:0}

.form-block{
    background: #F8FBFB;
}
.form-block .container{
    border-radius:30px;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:60px;
}
.form-block .container .fon_bg{
    position: absolute;
    background:#6FB5B3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    border-radius:30px;
}
.form-block .container .fon_bg1{
    position: absolute;
    background:#195280;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    border-radius:30px;
}
.form-block .section-title{color:#fff;position: relative;width: 70%;margin:0 0 30px;}
.form_quest{position: relative;}

.form-block__information{max-width:440px;margin-bottom:50px;font-size:16px;line-height:1.6}
.form-block__fields{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -15px;
    position: relative;
}
.form-block__inputs,.form-block__message{padding:0 15px}
.form-block__inputs{
    width: calc(100% - 200px);
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;
    justify-content: space-between;
}
.form-block__field{margin-bottom:20px;margin-right:20px;}.form-block__field:last-child{margin-bottom:0}
.form-block__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0}
.form-block__footer span{font-size: 14px;color: #fff;}
.form-block__footer span a{color:#fff}.form-block__footer span a:hover{text-decoration:underline;}
.form-block .checkbox{opacity:.7}
.input,.textarea{
    width:100%;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;color:#414040;background-color:#fff;border:1px solid transparent;border-radius:100px;
    -webkit-transition:border-color ease-in-out .2s;-o-transition:border-color ease-in-out .2s;transition:border-color ease-in-out .2s
}
.form-block .input{width:300px}
.input:focus,.textarea:focus{border-color:transparent}
.input.field-error,.textarea.field-error{border-color:#ec3237}
.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#727272}
.input::-moz-placeholder,.textarea::-moz-placeholder{color:#727272}
.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#727272}
.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#727272}
.input::placeholder,.textarea::placeholder{color:#727272}
.input{height:56px;padding:0 20px}
.textarea{display:block;height:100%;min-height:110px;padding:15px 20px;resize:none}
.checkbox{position:relative;overflow:hidden;display:inline-block;font-size:0}.checkbox input{position:absolute;left:-40px;display:none;visibility:hidden;opacity:0;width:0;height:0}.checkbox span{display:inline-block;padding-left:28px;font-size:16px;line-height:18px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.checkbox span:before{content:"";position:absolute;left:0;top:50%;display:block;width:18px;height:18px;min-width:18px;margin-right:10px;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:12px 8px;border:1px solid #fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.checkbox span a{color:#fff;text-decoration:underline}.checkbox span a:hover{text-decoration:none}
.checkbox input:checked+span:before{background-image:url(assets/images/checked.svg)}.agreement{font-size:14px;line-height:1.4}.agreement a{color:#080714;text-decoration:underline}.agreement a:hover{text-decoration:none}.hidden-input{display:block;width:0;height:0;margin:0;padding:0;opacity:0;border:none;visibility:hidden}
.form-btn{
    width:200px;height:56px;
    font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #195280;
    border:none;
    border-radius:100px;
    cursor:pointer;-webkit-transition:background-color ease-in-out .2s;-o-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s
}

.site-footer{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;padding:40px 0;position:relative;background: #195280;color:#fff;}
.site-footer .map{position:absolute;width:50%;top:0;bottom:0;right:0;background:#eee;filter: grayscale(100%);}

.site-footer__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.site-footer__contacts{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;
    -ms-flex-align:start;align-items:flex-start;width:50%;
}
.site-footer__contacts_title{
    font-size: 48px;font-weight:700;line-height:130%;width:100%;display:block;max-width:516px;
}
.site-footer__logo{display:block;width:172px;height:96px;background:url(assets/images/footer-logo.svg) center no-repeat;background-size:contain}
.site-footer__address,
.site-footer__email,
.site-footer__phone{
    display: inline-block;
    margin-top:0;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    position: relative;
}
.site-footer__email_label,
.site-footer__address_label,
.site-footer__phone_label{
    position: relative;
    font-size: 24px;
    line-height: 150%;
    color: #79C8F5;
    padding-left: 30px;
    margin-top: 20px;
}
.site-footer__phone_label:before {
  position: absolute;
  display: block;
  content: url(images/phone_f.svg);
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
.site-footer__email_label:before {
  position: absolute;
  display: block;
  content: url(images/mail_f.svg);
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
.site-footer__address_label:before {
  position: absolute;
  display: block;
  content: url(images/addr_f.svg);
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
.site-footer__copyright{margin-right:30px}
.site-footer__privacy{
    color: #fff;
  margin:30px 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration:underline;
}
.site-footer__privacy:hover{color:#79C8F5}

.site-footer__development{display:block;width:100px;height:34px;background:url(assets/images/site4all.svg) center no-repeat;background-size:contain}
.socials{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;padding:0;list-style:none;font-size:0;
    width: 340px;
    -webkit-box-pack:end;-ms-flex-pack:end;
    justify-content: flex-end;
}
.socials__item{margin-right:10px}.socials__item:last-child{margin:0}.socials img{display:block}.progress{position:fixed;top:0;right:0;left:0;z-index:10000;height:4px;background:#f5f5f5}.progress .progress__line{width:0;height:100%;background:#ec3237;-webkit-transition:width ease-in-out .2s,background-color ease-in-out .2s;-o-transition:width ease-in-out .2s,background-color ease-in-out .2s;transition:width ease-in-out .2s,background-color ease-in-out .2s}.progress--loading .progress__line{width:70%}.progress--finished .progress__line{width:100%}.alertify-notifier .ajs-message{width:260px;color:#fff;border-radius:5px}.alertify-notifier .ajs-message.ajs-error{background:#ec3237!important}.alertify-notifier .ajs-message.ajs-success{background:#53b044!important}.alertify-notifier .ajs-message.ajs-visible{right:260px!important}.alertify-notifier .ajs-message label{display:block;margin-bottom:10px;font-weight:500}
.licenses .swiper-slide{max-width:466px;}
.second_bottom_menu:nth-child(2){margin: 0 100px 0 0;padding: 0;}
.site-footer__menu_header{font-size: 18px;font-weight: 600;margin-bottom: 20px;}
.filter__description{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;
    -ms-flex-flow:row wrap;flex-flow:row wrap;padding-bottom: 60px;
}
.filter__description .typography h2 {font-size: 48px;font-weight: 700;}
.filter__description .typography h3{font-weight: 700;color: #414040;}

.descr_left{width:60%;}
.descr_right{width:40%;padding-left:30px}
.descr_right img{width:100%}
.single-filter .form-block{padding-bottom: 60px;}
@media (max-width:1410px){
    .reviews-slider {
        width: calc(100% - 140px);
        margin-left: 70px;
    }
}
@media (max-width:1299px){
    .site-header__logo{margin-right:20px;}
    .site-header__content{width:calc(100% - 244px);}
    /*.site-header .button img{margin:0 25px;}*/
    .site-header__menu{width:calc(100% - 456px);padding-right:20px;}
    .site-footer__contacts_title{font-size:40px;max-width:450px;}
    .advantages-block__item {width: calc(25% - 15px);}
    .services-block__information {height: 72px;}
    .about-block__left {padding:150px 60px 150px 0;}
    .about-block__content {padding:80px 20px 80px 60px;}
    .form-block .input {width:270px;}
    .welcome-img_min{
        width: 30%;
        right:0;top:-160px;
    }
}
@media (max-width:1199px){
    .container{max-width:100%}
    .site-header__logo{width:200px;height:62px;margin-right:20px;}
    .site-header__menu{height:62px;}
    .site-header__content{width: calc(100% - 210px);}
    .site-header .button.button--white{padding:10px 15px;margin-top:6px;}
    .site-header__menu{width: calc(100% - 438px);padding-right:20px;}
    .site-header__navigation {
        -ms-flex-flow: row wrap;
        flex-flow:row wrap;
    }
    .site-header__navigation > li {padding-bottom: 5px;}
    .welcome-block__title {font-size:96px;}
    .welcome-block .container{min-height:728px;}
    .welcome-block__button-wrapper{bottom:-50px;z-index:99;}
    .about-block__left_bg {
        background-position:50% 0;
    }
    .filters-block {padding:60px 0 0;}
    .up_photo{width: 290px;height: 290px;}
    .form-block .input {width: 240px;}
}
@media (max-width:1099px){
    .about-block {
        height: auto;
        background-position:0 0;
        background-size: contain;
    }
    .about-block__left {
        padding:60px 60px 160px;
        width: 100%;
    }
    .about-block__left img {
        width: 418px;
        height: 166px;
    }
    .about-block__left .about-block__information {
        margin-top: 20px;
    }
    .about-block__right {
      position: relative;
      right: unset;
      top: unset;
      width: 100%;
      bottom: unset;
    }
    .about-block__left_bg {
        bottom: unset;
        width: 100%;
        background-position:0 0;
        height: 530px;
    }
    .form-block .section-title {font-size:32px}
    .form-block__inputs {width:670px;justify-content: flex-start;}
    .form-block .input {width:300px;height:48px;}
    .form-block .form-btn{
        position: absolute;
        bottom: 0;
        left: 335px;
        width: 300px;height:48px;
    }
    .form-block__footer {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .form-block .container {padding:40px;}
}
@media (max-width:1024px){
    .site-header__menu{display:none}
    .site-header__menu-link{display:block;margin-left:40px;margin-top:13px;}
    .site-header__logo{width:159px;height:49px;margin-right:40px;}
    .site-header .button.button--white{padding:10px 16px;margin-top:1px;}
    .site-header__content{width:calc(100% - 269px);justify-content:space-around;}
    .site-footer{display:flex;flex-direction:column;padding-top:0;}
    .site-footer .container{order:2;}
    .site-footer .map{position:relative;width:100%;top:unset;bottom:unset;right:unset;height:350px;order:1;}
    .site-footer__contacts{width:100%;max-width:459px;padding-top:40px;}
    .site-footer__contacts_title{font-size:32px;max-width:360px;}
    .welcome-block__button-wrapper {
        max-width: 728px;
        bottom: -100px;
        left: calc(50% - 364px);
    }
    .welcome-block-wrapper_title{font-size: 24px;}
    .welcome-block-wrapper_left {padding:30px 20px 40px}
    .welcome-block .buttons .button:last-child {margin-left: 15px;}
    .welcome-block .button.button--blue{padding:9px 12px;text-align: center;}
    .advantages-block_etap{padding-top:30px;}
    .advantages-block{padding-top:130px;}
    .services-block__item {
        -ms-flex: 0 0 calc(50% - 15px);
        flex:0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin:30px 30px 0 0;
    }
    .services-block__item:nth-child(3n) {
        margin:30px 30px 0 0;
    }
    .services-block__item:nth-child(2n) {
        margin-right: 0;
    }
    .page-title {font-size: 32px;}
    .filter__description .typography h2 {font-size: 24px;}
    .filter__description .typography h3 {font-size: 18px;}
    .descr_left {
        width: 100%;
        order:2;
    }
    .descr_right {
        width: 100%;
        padding-left: 0;order:2;
    }
    .descr_right.has_img, 
    .descr_left.has_img {
        order:1;text-align: center;
    }
    .descr_left img,
    .descr_right img {
        margin-bottom: 20px;
    }
    .descr_left img,
    .descr_right img {
        height: 251px;
        width: auto;
        margin:0 auto 20px;
    }
}

@media (max-width:991px){
    .site-header{padding:15px 0;height:76px;}
    .breadcrumbs{font-size:10px}.breadcrumbs__divider{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}
    .button{padding:12px 20px;font-size:14px}
    .page-title,.section-title{font-size:30px;line-height:1.3}
    .reviews-block .section-title{font-size:48px;}
    .advantages-block__content {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .advantages-block__item {
        width: calc(33.33% - 20px);
        max-width: unset;
        margin-right:30px;
    }
    .advantages-block__item:nth-child(3n) {
        margin-right:0;
    }
    .services-block__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.services-block .section-information{max-width:430px}.services-block__content .button{margin-left:30px}.services-block__list{margin-top:35px}.services-block__tile{min-height:70px;padding:10px 15px;font-size:14px}.services{margin-top:50px}.services__link{padding:12px 20px;font-size:16px;line-height:20px}.services__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.service__links a:last-child{margin-left:40px}.service__description{margin-top:60px}.service__item{margin-bottom:40px}.service__item:nth-child(even),.service__item:nth-child(odd){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.service__item:nth-child(even) .service__content,.service__item:nth-child(odd) .service__content{margin-bottom:40px;padding:0}.service__content,.service__image{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;max-width:none}.our-advantages__icon{width:22px;margin-bottom:20px}.our-advantages__title{font-size:18px}.price-block__row{font-size:16px}.price-block__col--price{width:160px}.doctors-slider{min-height:460px}.doctors-slider__content{width:360px;padding:40px 40px 40px 20px}
    .col--price .price-block__price span{font-size:13px}
    .doctors-slider__arrows{top:auto;height:46px}.doctors-slider .doctors-slider__photo--active{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}.faq__question{padding:12px 70px 12px 30px;font-size:18px}.faq__icon{right:30px;width:18px;height:9px}.news__photo{margin-bottom:40px}.typography h2{font-size:30px}.typography h3{font-size:26px}.typography h4{font-size:20px}.news-list__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .pagination{margin-top:40px;font-size:16px}.pagination__item{height:36px;min-width:36px}.other-news__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.other-news__item:last-child{display:none}
    .contacts__item{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:20px}#map{height:360px}
    .form-block{padding:0}.form-block__information{margin-bottom:35px;font-size:14px}
    .input,.textarea{font-size:14px}.agreement{font-size:12px}.checkbox span{font-size:12px}
    .advantages-block_etap .section-title {text-align:center;}
    
    .services-block__title {height: 62.4px;}
    .services-block__item img {height: 148px;}
    .about-block__left {padding:60px 60px 130px;}
    .up_photo{width: 210px; height: 210px;}
    .reviews-slider__arrows .slider-arrow {
        min-width: 64px;
        height: 64px;
    }
    .reviews-slider__arrows .slider-arrow.js-nextReview {right: -64px;}
    .reviews-slider__arrows .slider-arrow.js-prevReview {left: -64px;}
    .welcome-img_min{top:-130px}
}
@media (min-width:768px){
    .licenseSlider {
        padding: 0 30px;
    }
    .item-slide{margin:0 10px}
}
@media (max-width:820px){
    .welcome-img_min{
        width: 30%;
        right:-50px;
    }
}
@media (max-width:767px){
    .site-header .container{height:76px;justify-content:space-between;}
    .site-header__logo{width:91px;height:28px;margin-right:20px;}
    .site-header .button{display:none;}
    .site-header__content{width:auto;justify-content:center;}
    .site-header__menu-link{margin-top: 2px;margin-left:20px;}
    .site-footer .map{height:241px;}
    .site-footer__contacts_title{font-size:24px;max-width:260px;}
    .site-footer__email_label, .site-footer__address_label, .site-footer__phone_label{font-size:20px;margin-top:10px;}
    .site-footer__address, .site-footer__email, .site-footer__phone{font-size:20px;}
    .site-footer__phone_label::before,.site-footer__email_label::before,.site-footer__address_label::before{top:2px;}
    .site-footer__privacy{margin:20px 0;}
    .site-footer{padding-bottom:20px;}
    .site-footer__contacts{max-width:100%;padding-top:20px;}
    .site-content{margin-bottom:40px}
    .page-title{margin-bottom:30px;font-size:24px}.second_bottom_menu{display:none}
    .welcome-block .container{min-height:480px}
    .welcome-block__content{padding:30px 0}
    .welcome-block__title{margin-bottom:10px;font-size:36px}
    .welcome-block__subtitle{font-size: 18px;width:75%;}
    .welcome-block__button-wrapper{
        max-width: 520px;
        bottom: -230px;
        left: calc(50% - 260px);
        -webkit-box-orient:vertical;-ms-flex-flow: column nowrap;flex-flow:column nowrap;
    }
    .welcome-block-wrapper_left{padding:30px 20px;width: 100%;}
    .welcome-block-wrapper_right{width: 100%;height: 186px;}
    .welcome-block-wrapper_title {font-size: 18px;}
    .welcome-block .buttons{-webkit-box-orient:vertical;-ms-flex-flow: column nowrap;flex-flow:column nowrap;align-items: center;}
    .welcome-block .buttons .button:last-child {margin-left: 0;margin-top: 15px;}
    .item-slide{margin:0 10px}
    .slick-slider .js-prevLicense{left: 0;}
    .slick-slider .js-nextLicense{right: 0;}
    .services-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:520px;margin:0 auto;}
    .services-block .section-information{max-width:none}
    .services-block__item{
        -webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;
        margin: 30px auto 0;width: 100%;
    }
    .services-block__item:nth-child(3n),.services-block__item:nth-child(2n){
        margin: 30px auto 0;
    }
    .services-block__title {height: auto;}
    .services-block__information{height: auto;}
    .section{margin:60px 0}.typography{font-size:14px}.typography h2{font-size:24px}.typography h3{font-size:22px}.typography h4{font-size:18px}.typography blockquote{font-size:16px}
    .welcome-block__text.typography{max-width:75%;}
    .welcome-img_min {
        width: 28%;
        right: -50px;
        top:-33%;
    }
    .advantages-block_etap{padding-top:30px;}
    .advantages-block {padding-top: 275px;}
    .advantages-block__item {
        width: calc(50% - 20px);
        margin-right:20px;text-align:center;
     }
     .advantages-block__item:nth-child(3n){
         margin-right:20px;
     }
     .advantages-block__item:nth-child(2n){
         margin-right:0;
     }
     .advantages-block__information{
         display:none;
     }
     .advantages-block .container{
         text-align: center;
     }
    .advantages-block__content {max-width: 520px;margin:0 auto;}
    .advantages-block__item img {width: 60px;height: 60px;}
    .about-block__left img {
        width: 196px;
        height: 78px;
    }
    .about-block__subtitle {font-size: 25px;}
    .about-block__left {padding:30px 10px 130px;}
    .about-block__content {padding:30px 30px 30px 30px;}
    .services-block__item img {height: 116px;}
    
    .swiper.js-filtersSlider{visibility: visible;}
    .swiper.js-filtersSlider .swiper-wrapper{
        flex-direction: column;transform: unset !important;
    }
    .swiper.js-filtersSlider .swiper-wrapper .swiper-slide {flex-shrink: 1;margin-bottom: 30px;width:100% !important}
    .up_photo{width: 180px;height: 180px;}
    .filter-slider__item {
        max-width: 520px;
    }
    .reviews-slider {width: 100%;margin-left: 0;}
    .reviews-block {padding:30px 0 100px;}
    .reviews-block .section-title {font-size: 32px;margin-bottom: 20px;text-align: center;}
    .reviews-block .section-information {
        width: 100%;
        margin-bottom:30px;
        text-align: center;
    }
    .reviews-slider__arrows {
        top: unset;
        margin-top: 0;
        bottom:-15px;
    }
    .reviews-slider__arrows .slider-arrow.js-prevReview {
        left: 50%;
        margin-left: -85px;
    }
    .reviews-slider__arrows .slider-arrow.js-nextReview {
        right: 50%;
        margin-right: -85px;
    }
}
@media (max-width:719px){
    .form-block .section-title{font-size: 20px;}
    .form-block__inputs {
        width: 100%;
        -ms-flex-flow: column nowrap;
        flex-flow:column nowrap;
    }
    .form-block .input {
        width: 440px;
        max-width:100%;
        height: 41px;
    }
    .form-block__field {margin-bottom: 10px;margin-right: 0;}
    .form-block .form-btn {
        position: relative;
        bottom:unset;
        left: unset;
        width: 300px;
        height: 41px;
        margin: 10px auto 0;
        max-width:100%;
    }
    .form-block .container {padding:25px;}
    .form-block .section-title {margin:0 0 20px;width: 100%;}
    .form_quest {text-align: center;}
    
}
@media (max-width:575px){
    .breadcrumbs {margin:10px 0 20px;}
    .welcome-block__button-wrapper{
        max-width:calc(100% - 40px);
        bottom: -425px;
        left:20px;
    }
    .advantages-block__content {max-width: 100%;}
    .advantages-block {padding-top: 460px;padding-bottom: 0;}
    .services-block__content {width: 100%;}
    .review-slider__item {
        -ms-flex-flow: column nowrap;
        flex-flow:column nowrap;
        padding:25px 26px;
    }
    .review-slider__content {
        padding-left: 0;
        padding-top: 20px;
    }
    .descr_left img,
    .descr_right img {height: auto;width: 100%;}
    .single-filter .form-block {
        padding-bottom: 20px;
    }
    .welcome-img_min {top: 0;right:-36px}
}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;z-index:1000;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;opacity:0;visibility:hidden;-webkit-transition:
visibility ease-in-out .2s,opacity ease-in-out .2s;transition:visibility ease-in-out .2s,opacity ease-in-out .2s}
.modal::-webkit-scrollbar{width:0;height:0}
.modal__dialog{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;
align-items:center;min-height:100%;padding:1.75rem 45px;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.5)}
.modal__content{
    position:relative;width:100%;max-width:1000px;padding:50px 80px 60px;
    background-image:url(/wp-content/uploads/2025/04/group-63.png);
    background-color:#e8e8e8;background-position:center;background-size:cover;z-index:2;
    -webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);
    -webkit-transition:-webkit-transform ease-in-out .2s;transition:-webkit-transform ease-in-out .2s;
    transition:transform ease-in-out .2s;transition:transform ease-in-out .2s,-webkit-transform ease-in-out .2s;-webkit-backface-visibility:hidden;backface-visibility:hidden;
	border-radius:24px;
}
.modal__close{position:absolute;top:15px;right:15px;font-size:0;cursor:pointer}
.modal__close:hover svg{fill:#333333}.modal__close svg{fill:#fff;-webkit-transition:fill ease-in-out .2s;transition:fill ease-in-out .2s}
.modal__title{margin-bottom:10px;font-size:48px;line-height:1.3;font-weight:700;color:#fff;}
.modal__subtitle{margin-bottom:20px;font-size:24px;line-height:1.5;font-weight:400;color:#fff;}
.modal .agreement{color:#fff;margin-top:15px;}.modal .agreement a{color:#fff}.modal--opened{opacity:1;visibility:visible}
.modal--opened .modal__content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.call-me-back{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
  	-ms-flex-flow: row wrap;
  	flex-flow:row wrap;
  	justify-content: space-between;
}
.call-me-back__field input{width:300px}
.call-me-back .button--blue{width:200px;cursor:pointer;}
.modal__content.modal__content--medium{max-width:500px}
.success-request{color:#fff}
.success-request__title{font-size: 30px;padding-bottom: 20px;}
@media(max-width:1099px){
    .modal__title{font-size: 40px;}
    .modal__subtitle{font-size: 20px;}
    .modal__content{max-width: 100%;padding:30px 30px 40px;}
}
@media(max-width:991px){
    .call-me-back__field input {width: 200px;}
}
@media(max-width:767px){
    .call-me-back {
        -webkit-box-orient:vertical;
        -ms-flex-flow: colum nowrap;
        flex-flow:column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .modal__content {
        max-width: 320px;
        padding:20px 30px 30px;
    }
    .modal__title {font-size: 26px;}
    .modal__subtitle {font-size: 18px;}
    .call-me-back__field{width:100%;max-width:320px;margin-bottom:10px;}
    .call-me-back__field input {width: 100%;height: 48px;}
    .call-me-back .button--blue {width: 100%;max-width: 320px;}
}
@media(max-width:575px){
    .modal__dialog{padding: 1.75rem 20px;}
     .modal__content {max-width: 100%;}
}

.mobile-menu{
    position:fixed;top:0;left:0;z-index:100;display:none;height:100dvh;width:100%;padding:70px 50px;background-color:#ffffff;opacity:0;
    -webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity ease-in-out .2s,-webkit-transform ease-in-out .2s;
    transition:opacity ease-in-out .2s,-webkit-transform ease-in-out .2s;transition:opacity ease-in-out .2s,transform ease-in-out .2s;
    transition:opacity ease-in-out .2s,transform ease-in-out .2s,-webkit-transform ease-in-out .2s;
}
.mobile-menu__close{position:absolute;top:0;right:15px;cursor:pointer}
.mobile-menu__close svg{display:block;fill:#878787;width:60px;height:60px;}
.mobile-menu__inner{
	display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
	-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;max-width:500px;margin:0 auto
}
/*.mobile-menu__body{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;overflow:auto}*/
.mobile-menu__navigation{
	margin:0;padding:0;list-style:none;
    font-size:16px;
    line-height:1.5;
}
.mobile-menu__navigation>li{margin-bottom:8px}
.mobile-menu__navigation>li:last-child{margin-bottom:0}
.mobile-menu__navigation>li>a{color:#414040}
.mobile-menu__navigation ul{max-width:100%;margin:8px 0 0;padding-left:16px;padding-right:16px;list-style:none}
.mobile-menu__navigation ul li{margin-bottom:4px}
.mobile-menu__navigation ul li:last-child{margin-bottom:0}
.mobile-menu__navigation ul a{color:#878787}
.mobile-menu__footer{margin-top:20px;position:relative;}
.mobile-menu__callback{
	display:inline-block;line-height:1.5;font-weight:600;color:#1b4e9b;position: absolute;top: -22px;right: 0;
}
.mobile-menu--opened{
	opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)
}
.mobile-menu__callback_from{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #414040;
  font-weight: 700;
  padding-left: 26px;
	margin-bottom:5px;
  display: block;
}
.mobile-menu__callback_from.last-number{
   margin-bottom: 20px;
}
.mobile-menu__callback_from:before {
  position: absolute;
  display: block;
  content: url(images/phone.svg);
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
}
.mobile-buttons{display:flex;}
.mobile-menu__inner .button--white{cursor:pointer;padding: 5px 20px;margin-right:15px}
.mobile-menu__inner .button.whatsapp{padding:12px 0;}
.mobile-menu__inner .button.telegram{padding:12px 0;}
.mobile-menu__inner .button.whatsapp img {
  width: 36px;
  height: 36px;
}
.mobile-menu__inner .button.telegram img {
  width: 36px;
  height: 36px;
}
.mobile_whatsapp{
    display:none;
    width: 50px;
    height: 50px;
    border-radius:50%;
    background:#fff;
    padding:7px;
    -webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
    right: 15px;
    position: fixed;
    bottom: 15px;
    z-index: 100;   
}
.mobile_whatsapp img{
    width: 36px;
    height: 36px;
    display: inline-block;
}
@media(max-width:767px){
    .mobile_whatsapp{
        display:block;
    }
}