@charset "UTF-8";@font-face{font-family:SFUIText;font-display:swap;src:url(../fonts/SFUIText-Medium.woff) format("woff"),url(../fonts/SFUIText-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:SFUIText;font-display:swap;src:url(../fonts/SFUIText-Regular.woff) format("woff"),url(../fonts/SFUIText-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:SFUIText;font-display:swap;src:url(../fonts/SFUIText-Semibold.woff) format("woff"),url(../fonts/SFUIText-Semibold.woff2) format("woff2");font-weight:600;font-style:normal}*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}aside,footer,header,nav,section{display:block}html{font-size:16px}body,html{height:100%;min-width:320px}body{line-height:1;font-family:SFUIText;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:SFUIText}input::-ms-clear{display:none}button{cursor:pointer;background-color:inherit}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}body{color:#000;font-size:14px}body._lock{overflow:hidden}.wrapper{width:100%;min-height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}._container{max-width:1180px;margin:0 auto}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:10px 20px;font-size:18px;min-width:245px;min-height:70px;background:#bca27a;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#fff}.btn_empty{background:0 0;border:1px solid #bca27a}.btn svg{max-width:24px;margin:0 0 0 8px}.btn._light{overflow:hidden;position:relative}.btn._light::before{content:"";position:absolute;top:0;left:0;width:4em;height:100%;background:rgba(255,255,255,.6);-webkit-transform:translateX(-2em) skewX(-35deg);-ms-transform:translateX(-2em) skewX(-35deg);transform:translateX(-2em) skewX(-35deg);-webkit-animation:move-light 5s infinite;animation:move-light 5s infinite}.btn._fw{width:100%}@-webkit-keyframes move-light{0%{-webkit-transform:translateX(-2em) skewX(-35deg);transform:translateX(-2em) skewX(-35deg)}25%{-webkit-transform:translateX(40em) skewX(-35deg);transform:translateX(40em) skewX(-35deg)}100%{-webkit-transform:translateX(200em) skewX(-35deg);transform:translateX(200em) skewX(-35deg)}}@keyframes move-light{0%{-webkit-transform:translateX(-2em) skewX(-35deg);transform:translateX(-2em) skewX(-35deg)}25%{-webkit-transform:translateX(40em) skewX(-35deg);transform:translateX(40em) skewX(-35deg)}100%{-webkit-transform:translateX(200em) skewX(-35deg);transform:translateX(200em) skewX(-35deg)}}.select{position:relative}.select__item{position:relative}.select__title{color:#000;border:1px solid #d9d9d9;background-color:#fff;cursor:pointer;border-radius:4px}.select__value{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:30px;padding:0 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select__value span{height:1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.select__value:before{content:"";display:inline-block;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:11px;height:7px;background:url(../img/icons/select.svg) center/100% no-repeat}.select__input{width:100%;background-color:transparent;height:100%}.select__options{color:#000;position:absolute;top:29px;border-radius:0 0 4px 4px;min-width:100%;left:0;background-color:#fff;border-top:0;border:1px solid #d9d9d9;border-top:0;font-size:14px;padding:10px 0 5px 0}.select__option{cursor:pointer;padding:5px 15px;margin:0}.select._active{z-index:5}.select._active .select__value:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.select._active .select__options{display:block}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{outline:0}.input{border-radius:0!important;width:100%;display:inline-block;padding:0 20px;background:#ededed;text-align:center;min-height:71px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:120%;color:#444}.input._error{border:1px solid red}textarea.input{resize:none;padding:0 0}.checkbox{position:relative}.checkbox__input{position:absolute;width:0;height:0;opacity:0;visibility:hidden}.checkbox__input:checked+.checkbox__text:before{background:#fff url(../img/icons/check.svg) center no-repeat}.checkbox__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:16px;color:#fff;letter-spacing:-.3px;line-height:calc(20 / 16);cursor:pointer}.checkbox__text:before{content:"";-ms-flex-item-align:start;align-self:flex-start;margin:0 14px 0 0;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;left:0;top:0;width:20px;height:18px;background:#fff;border:1px solid #a7a9ac}.checkbox a{color:#fff;text-decoration:underline}.checkbox._error .checkbox__text:before{border:1px solid #ee1212}.options{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}.options__item{position:relative;cursor:pointer}.options__input{position:absolute;width:0;height:0;opacity:0;left:0;top:0;visibility:hidden}.options__input:checked+.options__text:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.options__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:16px;color:#fff;letter-spacing:-.3px;line-height:calc(20 / 16)}.options__text:before{content:"";-ms-flex-item-align:start;align-self:flex-start;margin:0 14px 0 0;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;left:0;top:0;border-radius:50%;width:20px;height:18px;background:#fff;border:1px solid #a7a9ac}.options__text:after{content:"";-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px;height:10px;border-radius:50%;background-color:#77243a;position:absolute;left:5px;top:4px}.rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:40px;line-height:.75;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.rating.rating_sending{opacity:.2}.rating.rating_set .rating__active,.rating.rating_set .rating__item{cursor:pointer}.rating__body{position:relative}.rating__body::before{content:"★★★★★";display:block}.rating__active{position:absolute;width:0%;height:100%;top:0;left:0;overflow:hidden}.rating__active::before{content:"★★★★★";position:absolute;width:100%;height:100%;top:0;left:0;color:#ffd300}.rating__items{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%;top:0;left:0}.rating__item{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;height:100%;opacity:0}.rating__value{font-size:50%;line-height:1;padding:0 0 0 10px}.quantity{width:88px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid rgba(166,166,166,.45)}.quantity__button{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;position:relative;cursor:pointer}.quantity__button::after,.quantity__button::before{content:"";position:absolute;top:50%;left:50%;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;margin:0 0 0 -4.5px;background-color:#a6a6a6;width:9px;height:1px}.quantity__button_plus::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.quantity__input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.quantity__input input{height:100%;color:#a6a6a6;font-size:12px;width:100%;text-align:center}.row:after{display:block;content:"";clear:both}.rub:after{content:"₽"}.slider-arrow{position:absolute;width:73px;height:73px;background:#bca27a;border-radius:3px}.slider-arrow::after{content:"";width:37px;height:37px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-60%,-50%);-ms-transform:translate(-60%,-50%);transform:translate(-60%,-50%);background:url(../img/icons/slider-arrow.svg) center/cover no-repeat}.slider-arrow_prev{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}ol.counter{list-style-type:none;counter-reset:item}ol.counter li{position:relative;padding:0 0 0 45px}ol.counter li:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:0;color:#818181;font-size:14px;font-weight:700;text-align:center;line-height:26px;border-radius:50%;width:28px;height:28px;border:1px solid #4274bb}.ellipsis{display:block;overflow:hidden;width:100%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.es{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table{display:table;font-size:0;width:100%}.trow{display:table-row}.cell{display:table-cell}.cell.full{width:100%}._ibg{position:relative}._ibg img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}body.ie ._ibg{background-position:center;background-size:cover;background-repeat:no-repeat}body.ie ._ibg img{width:0;height:0;opacity:0;visibility:hidden}._video{position:relative;overflow:hidden;height:0;padding-bottom:56.25%}._video embed,._video iframe,._video object,._video video{position:absolute;top:0;left:0;width:100%;height:100%}.videobg embed,.videobg iframe,.videobg object,.videobg video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-size:cover}._more-content{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;overflow:hidden}._more-link{cursor:pointer}._more-link span{font-style:normal}._more-link span:first-child{display:block}._more-link span:last-child{display:none}._more-link._active span{font-style:normal}._more-link._active span:first-child{display:none}._more-link._active span:last-child{display:block}#map{background:url(../img/icons/loading.gif) center/50px no-repeat}._swiper{overflow:hidden}._swiper .swiper-wrapper{width:100%;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}._swiper.swiper-container-vertical .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._swiper.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swiper-container-initialized .swiper-slide{-ms-flex-negative:0;flex-shrink:0}.swiper-container-android .swiper-slide,.swiper-container-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}._tabs-block{display:none}._tabs-block._active{display:block}.mirror{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.nicescroll-rails{z-index:1000!important}._custom-scroll{position:fixed;right:0;top:0;width:3px;height:100%;z-index:1000}._custom-scroll__line{background-color:rgba(0,0,0,.5);border-radius:3px 0 0 3px;position:relative;left:0;top:0;width:100%}.popup{-webkit-overflow-scrolling:touch;z-index:100;padding:30px 10px;position:fixed;top:0;left:0;width:100%;height:100%;-webkit-transition:visibility .8s ease 0s;-o-transition:visibility .8s ease 0s;transition:visibility .8s ease 0s;visibility:hidden}.popup::before{content:"";background-color:rgba(0,0,0,.9);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .8s ease 0s;-o-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s}.popup.show{visibility:visible;overflow:auto}.popup.show::before{opacity:1}.popup.show .popup__body{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup._active{overflow:auto;visibility:visible}.popup._active::before{opacity:1}.popup._active .popup__body{-webkit-transition:all .3s ease .2s;-o-transition:all .3s ease .2s;transition:all .3s ease .2s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__content{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:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center}.popup__body{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:#fff;padding:60px 20px 60px 20px;width:100%;max-width:360px}.popup__close{width:40px;height:40px;position:absolute;top:-40px;right:-40px;cursor:pointer;z-index:30;background:url(../img/icons/close.svg) center/cover no-repeat}.popup__title{font-size:20px;line-height:140%;text-align:center;color:#000;margin:0 0 5px 0}.popup__undertile{font-size:15px;line-height:120%;text-align:center;color:#000;max-width:244px;margin:0 auto 30px auto}.popup__form{max-width:257px;margin:0 auto}.popup__form-input{margin:0 0 11px 0}.popup__form-btn{min-width:unset!important;width:100%}.popup-thanks .popup__body{padding:120px 0 140px}.popup-thanks__title{font-size:40px;font-weight:500;text-align:center;margin:0 0 20px 0}.popup-thanks__undertitle{font-size:18px;text-align:center;max-width:200px;margin:0 auto}._no-webp .head-promo{background:url(../img/bgs/head-promo.jpg) center/cover no-repeat}.head-promo{padding:10px;min-height:80px;position:fixed;width:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:99}.head-promo p{font-size:20px;text-transform:uppercase;text-align:center}.header{position:absolute;width:100%;top:80px;left:0;padding:28px 0 0 0;color:#fff;z-index:10}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header__logo{margin:10px 0 0 0}.header__location{margin:8px 0 0 -60px}.header__location p{max-width:220px;padding:0 0 0 37px;position:relative;line-height:120%;font-size:16px}.header__location p::before{content:"";width:22px;height:30px;background:url(../img/icons/location.svg) center/cover no-repeat;position:absolute;top:4px;left:0}.header__callback-btn{font-size:20px;line-height:120%;color:#fff;margin-top:14px}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.logo img{margin:0 18px 0 0;max-width:82px}.logo span{display:inline-block;font-size:14px;line-height:120%;max-width:160px;color:#fff}.footer{padding:27px 0 20px 0;background:#fff}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__logo span{color:#252525}.footer__policy{font-size:15px;color:#252525;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin:10px 0 0 0;display:inline-block}.footer__policy:hover{text-decoration:none}.footer__creator{text-align:right;font-size:15px;line-height:120%;color:#252525}.page{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.intro{background:#2c2c2c;min-height:700px}.intro{padding:250px 0 150px 0;color:#fff}.intro__container{position:relative}.intro__title{max-width:610px;font-size:40px;line-height:120%;margin:0 0 10px 0;position:relative;z-index:2}.intro__title span{color:#bca27a}.intro__subtitle{font-size:20px;line-height:140%;color:#e2e2e2;max-width:520px;margin:0 0 45px 0;position:relative;z-index:2}.intro__img{position:absolute;width:1092px;top:-122px;left:350px;z-index:1}.intro__img img{max-width:100%}.intro__plus-row{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:560px;margin:0 0 62px 0}.intro__plus-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.intro__plus-item:nth-child(1){max-width:310px;width:100%;margin:0 0 40px 0}.intro__plus-item:nth-child(2){margin:0 0 40px 0}.intro__plus-item:nth-child(3){max-width:310px;width:100%}.intro__plus-item-index{font-size:27px;line-height:120%;color:#bca27a;display:inline-block;margin:0 20px 0 0}.intro__plus-item-text{font-size:16px;line-height:120%}.intro__btn-cont{position:relative;z-index:2}._no-webp .numbers{background:url(../img/bgs/numbers.jpg) center/cover no-repeat}.numbers{padding:42px 0 49px 0}.numbers__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:990px}.numbers__item:nth-child(3) .numbers__item-text{max-width:120px}.numbers__item:nth-child(4) .numbers__item-text{max-width:143px}.numbers__item-title{font-size:40px;line-height:120%;color:#caac7f;margin:0 0 4px 0}.numbers__item-text{font-size:16px;line-height:120%;color:#cdcdcd}.gallery{padding:81px 0 0 0}.gallery__slider-cont{max-width:1108px;margin:0 auto;position:relative}.gallery__slider-item-title{font-size:35px;line-height:120%;text-align:center;margin:0 0 9px 0;color:#111}.gallery__slider-item-subtitle{font-size:20px;line-height:140%;text-align:center;color:#616161;max-width:525px;margin:0 auto 40px auto;min-height:56px}.gallery__slider-item-images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gallery__slider-item-images_three .gallery__slider-item-img{min-height:303px;-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin:0 0 10px 0}.gallery__slider-item-images_three .gallery__slider-item-img:first-child{-webkit-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;margin:0 10px 10px 0}.gallery__slider-item-images_three .gallery__slider-item-img:last-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;min-height:292px;margin:0}.gallery__slider-item-images_two .gallery__slider-item-img{min-height:605px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.gallery__slider-item-images_two .gallery__slider-item-img:first-child{-webkit-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;margin:0 10px 0 0}.gallery__slider-nav-item{bottom:266px}.gallery__slider-nav-item_prev{left:-33px}.gallery__slider-nav-item_next{right:-36px}.programs{padding:95px 0 96px 0}.programs__title{font-size:35px;line-height:120%;text-align:center;color:#111;margin:0 0 9px 0}.programs__undertitle{font-size:20px;line-height:140%;text-align:center;color:#333;margin:0 0 51px 0}.programs__slider-cont{margin:0 auto 27px auto;max-width:1110px;position:relative}.programs__slider-item{min-height:460px;height:1px;padding:8px;position:relative}.programs__slider-item::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(58.66%,rgba(34,34,34,0)),color-stop(72.21%,rgba(34,34,34,.71)),color-stop(79.43%,rgba(34,34,34,.97)),to(#222));background:-o-linear-gradient(top,rgba(34,34,34,0) 58.66%,rgba(34,34,34,.71) 72.21%,rgba(34,34,34,.97) 79.43%,#222 100%);background:linear-gradient(180deg,rgba(34,34,34,0) 58.66%,rgba(34,34,34,.71) 72.21%,rgba(34,34,34,.97) 79.43%,#222 100%);opacity:.95;z-index:1}.programs__slider-item-body{width:100%;height:100%;border:1px solid rgba(255,255,255,.2);padding:0 30px 25px 32px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.programs__slider-item-title{min-height:60px;font-weight:600;font-size:22px;line-height:140%;color:#fff;margin:auto 0 0 0}.programs__slider-nav-item{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.programs__slider-nav-item_prev{-webkit-transform:translate(0,-50%) rotate(-180deg);-ms-transform:translate(0,-50%) rotate(-180deg);transform:translate(0,-50%) rotate(-180deg);left:-33px}.programs__slider-nav-item_next{right:-36px}.programs__btn-cont{text-align:center}.programs__btn{min-width:313px}._no-webp .promo{background:url(../img/bgs/promo.jpg) center/cover no-repeat}.promo{padding:90px 0 110px 0}.promo__title{font-size:35px;line-height:120%;text-align:center;color:#fff;margin:0 0 63px 0}.promo__cont{max-width:1058px;margin:0 auto}.promo__nav{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:382px;margin:0 auto 51px auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promo__nav-item{position:relative;width:7px;height:7px;background:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.promo__nav-item._active{background:#d7b889}.promo__nav-item._active .promo__nav-item-title{color:#d7b889}.promo__nav-item::after{content:"";position:absolute;height:1px;width:181px;top:50%;left:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background:#fff}.promo__nav-item::before{content:"";position:absolute;height:1px;width:181px;top:50%;right:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background:#fff}.promo__nav-item:first-child::before{display:none}.promo__nav-item:first-child::after{display:none}.promo__nav-item:last-child::before{display:none}.promo__nav-item:last-child::after{display:none}.promo__nav-item-title{position:absolute;font-size:16px;line-height:120%;display:inline-block;top:-35px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;white-space:nowrap;cursor:pointer}.promo__body{display:-webkit-box;display:-ms-flexbox;display:flex}._no-webp .promo__content{background:url(../img/bgs/promo-inner.jpg) center/cover no-repeat}.promo__content{-webkit-box-flex:0;-ms-flex:0 1 66%;flex:0 1 66%;min-height:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 0 0 57px;-webkit-filter:drop-shadow(0 7px 59px rgba(0, 0, 0, .54));filter:drop-shadow(0 7px 59px rgba(0, 0, 0, .54))}.promo__item{padding:20px 0;margin:-20px 0 0 0}.promo__item-date{margin:0 0 17px 0}.promo__item-date span{background:#fff;padding:2px 12px;font-size:15px;line-height:120%;color:#434343;display:inline-block}.promo__item-title{max-width:300px;font-size:30px;line-height:120%;margin:0 0 14px 0;color:#fff}.promo__item-title span{color:#bca27a}.promo__item-list li{font-size:16px;line-height:120%;color:#fff;margin:0 0 8px 0}.promo__item-list li:last-child{margin:0}.promo__item-list li::before{margin:0 5px 0 0}.promo__item-img{position:absolute;top:0;right:0;height:100%}.promo__item-img img{height:100%}.promo__item-img-mobile{display:none}.promo__form-cont{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:0 0 0 17px;position:relative;z-index:2}.promo__form{background:#fff;padding:76px 30px 89px 30px}.promo__form-title{font-size:20px;line-height:140%;text-align:center;color:#000;margin:0 0 4px 0}.promo__form-undertitle{font-size:15px;line-height:120%;text-align:center;color:#000;max-width:244px;margin:0 auto 29px auto}.promo__form-body{max-width:257px;margin:0 auto}.promo__form-input{margin:0 0 11px 0}.promo__form-btn{min-width:unset;width:100%}.thanks-page{background:#2c2c2c}.thanks-page .head-promo{display:none}.thanks-page .header{top:0!important}.thanks-page .intro{min-height:900px}.thanks-page .footer__logo{opacity:0}@media (min-width:991.98px){.quantity__button:hover::after,.quantity__button:hover::before{background-color:rgba(0,0,0,.5)}}@media (min-width:991px){.slider-arrow{cursor:pointer}}@media (min-width:992px){.btn:hover{opacity:.7}.btn_empty:hover{opacity:1;background:#bca27a}.select__option:hover{background:#d9d9d9}.checkbox a:hover{text-decoration:none}}@media (max-width:1192px){._container{max-width:970px}.slider-arrow{width:60px;height:60px}.slider-arrow::after{width:30px;height:30px}.head-promo p{font-size:18px;text-transform:uppercase}.head-promo{min-height:62px}.header{top:62px;padding:24px 0 0 0}.header__logo{margin:8px 0 0 0}.header__location{margin:6px 0 0 -40px}.header__location p{font-size:15px}.header__callback-btn{font-size:18px}.logo img{max-width:74px;margin:0 16px 0 0}.intro{padding:220px 0 140px 0}.intro__title{font-size:35px;margin:0 0 8px 0}.intro__subtitle{font-size:18px;margin:0 0 30px 0;max-width:460px}.intro__img{width:958px;top:-110px;left:240px}.intro__plus-row{max-width:520px;margin:0 0 44px 0}.intro__plus-item:nth-child(1){max-width:280px;margin:0 0 35px 0}.intro__plus-item:nth-child(2){margin:0 0 35px 0}.intro__plus-item:nth-child(3){max-width:280px}.intro__plus-item-index{margin:0 16px 0 0}.intro__plus-item-text{font-size:15px}.numbers{padding:39px 0 43px 0}.numbers__row{max-width:832px}.numbers__item-title{font-size:35px;margin:0 0 1px 0}.numbers__item-text{font-size:15px}.gallery{padding:43px 0 0 0}.gallery__slider-cont{max-width:919px}.gallery__slider-item-title{margin:0 0 13px 0}.gallery__slider-item-subtitle{font-size:18px;min-height:50px}.gallery__slider-item-images_three .gallery__slider-item-img{margin:0 0 8px 0;min-height:251px}.gallery__slider-item-images_three .gallery__slider-item-img:first-child{margin:0 8px 8px 0}.gallery__slider-item-images_three .gallery__slider-item-img:last-child{min-height:242px}.gallery__slider-item-images_two .gallery__slider-item-img{min-height:501px}.gallery__slider-item-images_two .gallery__slider-item-img:first-child{margin:0 8px 0 0}.gallery__slider-nav-item{bottom:220px}.gallery__slider-nav-item_prev{left:-27px}.gallery__slider-nav-item_next{right:-29px}.programs{padding:70px 0 71px}.programs__title{margin:0 0 13px 0}.programs__undertitle{font-size:18px;margin:0 0 40px 0}.programs__slider-cont{max-width:922px;margin:0 0 22px 0}.programs__slider-item{min-height:381px;padding:7px}.programs__slider-item-body{padding:0 26px 18px 26px}.programs__slider-item-title{font-size:20px;min-height:55px}.programs__slider-nav-item_prev{left:-27px}.programs__slider-nav-item_next{right:-29px}.programs__btn{min-width:297px}.promo{padding:66px 0 91px 0}.promo__title{font-size:30px;margin:0 0 60px 0}.promo__cont{max-width:990px}.promo__nav{margin:0 auto 39px auto}.promo__content{padding:0 0 0 51px}.promo__item-title{font-size:28px;max-width:282px}.promo__item-list li{font-size:15px}.promo__form-cont{padding:0}.thanks-page .intro{min-height:800px}}@media (max-width:991.98px){._container{max-width:735px}.btn svg{max-width:21px}.select__title{font-size:18px}.select__options{font-size:18px}.slider-arrow{width:46px;height:46px}.slider-arrow::after{width:25px;height:25px}.head-promo p{font-size:16px;text-transform:uppercase}.head-promo{min-height:54px}.header{top:54px;padding:22px 0 0 0}.header__location{margin:6px 0 0 0}.header__location p{font-size:14px}.header__location p::before{top:2px}.header__callback-btn{min-height:46px;font-size:16px;min-width:180px}.logo img{max-width:70px;margin:0 12px 0 0}.footer{padding:20px 0 10px}.footer__row{max-width:240px;margin:0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__logo{display:block;text-align:center;margin:0 0 20px 0}.footer__logo span{display:block;max-width:unset}.footer__logo img{margin:0 0 13px 0}.footer__policy{margin:0 0 20px 0}.footer__creator{text-align:center}.intro{padding:200px 0 130px 0}.intro__title{font-size:30px}.intro__subtitle{font-size:16px;max-width:410px}.intro__img{width:829px;top:-65px;left:190px}.intro__plus-row{max-width:508px;margin:0 0 40px 0}.intro__plus-item:nth-child(1){max-width:270px;margin:0 0 25px 0}.intro__plus-item:nth-child(2){margin:0 0 25px 0}.intro__plus-item:nth-child(3){max-width:270px}.intro__plus-item-index{font-size:25px;margin:0 13px 0 0}.numbers{padding:33px 0 39px 0}.numbers__row{max-width:721px}.numbers__item-title{font-size:30px}.numbers__item-text{font-size:14px}.gallery{padding:49px 0 0 0}.gallery__slider-cont{max-width:691px}.gallery__slider-item-title{font-size:30px;margin:0 0 8px 0}.gallery__slider-item-subtitle{margin:0 auto 37px auto;font-size:16px}.gallery__slider-item-images_three .gallery__slider-item-img{margin:0 0 6px 0;min-height:189px}.gallery__slider-item-images_three .gallery__slider-item-img:first-child{margin:0 6px 6px 0}.gallery__slider-item-images_three .gallery__slider-item-img:last-child{min-height:182px}.gallery__slider-item-images_two .gallery__slider-item-img{min-height:377px}.gallery__slider-item-images_two .gallery__slider-item-img:first-child{margin:0 6px 0 0}.gallery__slider-nav-item{bottom:165px}.gallery__slider-nav-item_prev{left:-20px}.gallery__slider-nav-item_next{right:-22px}.programs{padding:74px 0 54px}.programs__title{font-size:30px;margin:0}.programs__undertitle{font-size:16px;margin:0 0 38px 0}.programs__slider-cont{max-width:690px;margin:0 auto 40px auto}.programs__slider-item{min-height:285px;padding:5px}.programs__slider-item-body{padding:0 20px 12px 20px}.programs__slider-item-title{font-size:16px;min-height:45px}.programs__slider-nav-item_prev{left:-20px}.programs__slider-nav-item_next{right:-22px}.programs__btn{min-width:241px;font-size:15px;min-height:57px}.promo{padding:56px 0 76px 0}.promo__container{max-width:unset}.promo__title{font-size:25px;margin:0 0 54px 0}.promo__cont{max-width:800px}.promo__nav{margin:0 auto 50px auto}.promo__nav-item-title{font-size:14px;top:-31px}.promo__content{padding:0 0 0 20px;min-height:354px}.promo__item{padding:10px 0;margin:-20px 0 0 0}.promo__item-date span{font-size:13px}.promo__item-date{margin:0 0 12px 0}.promo__item-title{font-size:23px;max-width:229px;margin:0 0 15px 0}.promo__item-list li{font-size:14px}.promo__form{padding:56px 30px 71px 30px}.promo__form-title{font-size:18px}.promo__form-undertitle{font-size:14px;margin:0 0 17px 0}.promo__form-body{max-width:206px}.promo__form-input{margin:0 0 8px 0;min-height:57px}.promo__form-btn{min-height:57px;font-size:16px;min-width:unset!important}.thanks-page .intro{min-height:700px}.thanks-page .footer__logo{display:none}}@media (max-width:991.98px) and (max-width:767.98px){.footer__logo img{margin:0 0 12px 0!important}}@media (max-width:767.98px){._container{max-width:460px}.btn svg{max-width:18px}.slider-arrow{width:37px;height:37px}.slider-arrow::after{width:18px;height:18px;-webkit-transform:translate(-65%,-50%);-ms-transform:translate(-65%,-50%);transform:translate(-65%,-50%)}.head-promo p{font-size:14px;text-transform:uppercase}.head-promo{min-height:56px}.header{top:56px}.header__row{-ms-flex-wrap:wrap;flex-wrap:wrap}.header__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0}.header__location{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:20px 0 0 0}.header__location p{margin:0 auto;-webkit-transform:translate(20px,0);-ms-transform:translate(20px,0);transform:translate(20px,0)}.header__callback-btn{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2; margin-top: 0}.intro{padding:195px 0 54px 0}.intro__title{font-size:25px;max-width:400px;margin:0 auto 8px auto;text-align:center}.intro__subtitle{font-size:15px;max-width:390px;text-align:center;margin:0 auto 13px auto}.intro__img{position:relative;top:unset;left:unset;max-width:480px;width:100%;margin:0 auto 6px auto;-webkit-transform:translate(15px,0);-ms-transform:translate(15px,0);transform:translate(15px,0);height:318px;position:relative}.intro__plus-row{max-width:220px;margin:0 auto 31px auto}.intro__plus-item:nth-child(1){margin:0 0 21px 0}.intro__plus-item:nth-child(2){margin-bottom:17px}.intro__plus-item:nth-child(3){margin:0 0 17px 0}.intro__plus-item-index{font-size:22px}.intro__plus-item-text{font-size:14px}.intro__btn-cont{text-align:center}._no-webp .numbers{background:url(../img/bgs/numbers_m.jpg) center/cover no-repeat}.numbers{padding:28px 0 33px 0}.numbers__row{max-width:200px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.numbers__item{text-align:center;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin:0 0 20px 0}.numbers__item:last-child{margin:0}.numbers__item:nth-child(3) .numbers__item-text{max-width:unset}.numbers__item:nth-child(4) .numbers__item-text{max-width:unset}.numbers__item-title{margin:0 0 2px 0}.gallery{padding:38px 0 0 0}.gallery__slider-cont{max-width:437px}.gallery__slider-item-title{font-size:25px;margin:0 0 10px 0}.gallery__slider-item-subtitle{font-size:15px;min-height:43px;margin:0 auto 25px auto;max-width:430px}.gallery__slider-item-images_three .gallery__slider-item-img{margin:0 0 4px 0;min-height:151px}.gallery__slider-item-images_three .gallery__slider-item-img:first-child{margin:0 4px 4px 0}.gallery__slider-item-images_three .gallery__slider-item-img:last-child{min-height:146px}.gallery__slider-item-images_two .gallery__slider-item-img{min-height:301px}.gallery__slider-item-images_two .gallery__slider-item-img:first-child{margin:0 4px 0 0}.gallery__slider-nav-item{bottom:130px}.gallery__slider-nav-item_prev{left:-19px}.gallery__slider-nav-item_next{right:-19px}.programs{padding:44px 0 43px}.programs__title{font-size:25px;margin:0 0 10px 0}.programs__undertitle{font-size:15px;margin:0 0 25px 0}.programs__slider-cont{max-width:438px;margin:0 auto 25px auto}.programs__slider-item{min-height:274px}.programs__slider-item-body{padding:0 18px 10px 18px}.programs__slider-item-title{font-size:14px;min-height:40px}.programs__slider-nav-item_prev{left:-19px}.programs__slider-nav-item_next{right:-19px}.promo{padding:46px 0 61px 0}.promo__title{font-size:22px;margin:0 0 52px 0}.promo__cont{max-width:404px}.promo__nav{max-width:340px;margin:0 auto 28px auto}.promo__nav-item::after{width:160px}.promo__nav-item::before{width:160px}.promo__body{-ms-flex-wrap:wrap;flex-wrap:wrap}.promo__content{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;min-height:unset;padding:32px 0 0 0;overflow:hidden}.promo__item{padding:0;margin:0;width:100%}.promo__item-date{text-align:center;margin:0 0 6px 0}.promo__item-title{text-align:center;font-size:25px;margin:0 auto 19px auto}.promo__item-list{padding:0 0 0 40px;max-width:260px;margin:0 auto 30px auto}.promo__item-img{display:none;position:relative;top:unset;right:unset;height:auto;width:100%;margin:0 0 -180px 0}.promo__item-img img{height:auto;width:100%}.promo__item-img-mobile{display:block;width:100%}.promo__item-img-mobile img{max-width:100%}.promo__form-cont{margin:-50px 0 0 0}.promo__form{max-width:300px;margin:0 auto;padding:46px 30px 55px 30px}.thanks-page .intro{padding-top:151px;min-height:unset}}@media (max-width:479.98px){._container{max-width:unset;padding:0 14px}.btn{min-height:64px;min-width:220px}.btn svg{max-width:17px}.slider-arrow{width:35px;height:35px}.slider-arrow::after{width:17px;height:17px}.popup__body{max-width:320px;padding:40px 20px 40px 20px}.popup__close{right:-7px}.head-promo p{font-size:12px;max-width:230px;margin:0 auto}.head-promo{min-height:50px}.header{top:50px;padding:24px 0 0 0}.header__callback-btn{font-size:0;border:unset;width:31px;height:31px;min-width:unset;min-height:unset;padding:0;background:url(../img/icons/phone.svg) center/cover no-repeat}.logo img{max-width:60px;margin:0 9px 0 0}.intro{padding:176px 0 47px 0}.intro__title{font-size:23px;max-width:320px}.intro__subtitle{font-size:14px;max-width:270px}.intro__img img{max-width:unset;width:480px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.intro__plus-row{margin:0 auto 23px auto}.intro__plus-item:nth-child(1){margin:0 0 15px 0}.intro__plus-item:nth-child(2){margin:0 0 15px 0}.intro__plus-item:nth-child(3){margin:0 0 15px 0}.numbers{padding:27px 0 35px 0}.numbers__item-title{font-size:25px;margin:0}.gallery{padding:32px 0 0 0}.gallery__slider-item-title{font-size:20px;margin:0 0 12px 0}.gallery__slider-item-subtitle{font-size:14px;margin:0 auto 23px auto;max-width:296px;min-height:54px}.gallery__slider-item-images_three .gallery__slider-item-img{margin:0 0 3px 0;min-height:130px}.gallery__slider-item-images_three .gallery__slider-item-img:first-child{margin:0 3px 3px 0}.gallery__slider-item-images_three .gallery__slider-item-img:last-child{min-height:125px}.gallery__slider-item-images_two .gallery__slider-item-img{min-height:259px}.gallery__slider-item-images_two .gallery__slider-item-img:first-child{margin:0 3px 0 0}.gallery__slider-nav-item{bottom:110px}.gallery__slider-nav-item_prev{left:-13px}.gallery__slider-nav-item_next{right:-13px}.programs{padding:33px 0 38px}.programs__title{font-size:20px;margin:0 0 12px 0}.programs__undertitle{font-size:14px;margin:0 auto 23px auto;max-width:231px}.programs__slider-cont{max-width:212px;margin:0 auto 15px auto}.programs__slider-nav-item_prev{left:-13px}.programs__slider-nav-item_next{right:-13px}.promo{padding:38px 0 50px 0}.promo__title{max-width:270px;font-size:20px;text-align:center;margin:0 auto 25px auto}.promo__cont{max-width:360px}.promo__nav{display:block;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;margin:0 auto 32px auto;max-width:300px;padding:0 0 0 60px}.promo__nav-item{margin:0 0 27px 0}.promo__nav-item:last-child{margin:0}.promo__nav-item._active .promo__nav-item-title{text-decoration:underline}.promo__nav-item::after{height:29px;width:1px;top:100%;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.promo__nav-item::before{height:29px;width:1px;bottom:100%;left:50%;top:unset;right:unset;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.promo__nav-item-title{left:23px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.promo__item-title{font-size:23px;max-width:234px;margin:0 auto 14px auto}.promo__item-img{margin:0;height:300px;overflow:hidden}.promo__form-cont{margin:-30px 0 0 0}.thanks-page .intro{padding-top:136px}}._webp .head-promo{background:url(../img/bgs/head-promo.webp) center/cover no-repeat}._webp .numbers{background:url(../img/bgs/numbers.webp) center/cover no-repeat}._webp .promo{background:url(../img/bgs/promo.webp) center/cover no-repeat}._webp .promo__content{background:url(../img/bgs/promo-inner.webp) center/cover no-repeat}@media (max-width:767.98px){._webp .numbers{background:url(../img/bgs/numbers_m.webp) center/cover no-repeat}}