@charset "UTF-8";@-webkit-keyframes bounce{0%{-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}70%{-webkit-transform:translateY(30px);transform:translateY(30px)}90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounce{0%{-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}70%{-webkit-transform:translateY(30px);transform:translateY(30px)}90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}*,body{margin:0;padding:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@font-face{font-weight:300;font-family:"Raleway";font-style:normal;font-display:swap;src:url(../fonts/Raleway-Light.woff) format("woff")}@font-face{font-weight:600;font-family:"Raleway";font-style:normal;font-display:swap;src:url(../fonts/Raleway-SemiBold.woff) format("woff")}@font-face{font-weight:medium;font-family:"Raleway";font-style:normal;font-display:swap;src:url(../fonts/Raleway-Medium.woff) format("woff")}@font-face{font-weight:700;font-family:"Raleway";font-style:normal;font-display:swap;src:url(../fonts/Raleway-Bold.woff) format("woff")}body{font-family:'Raleway',sans-serif;min-width:320px;color:#000;font-size:14px;line-height:21px;font-weight:300;font-style:normal;background-color:#fff}img{max-width:100%;height:auto}a{text-decoration:none}hr{color:#eee}.section__title{font-size:28px;line-height:28px}@media (min-width:768px){.section__title{font-size:48px;line-height:48px}}@media (min-width:1280px){.section__container{width:1200px;margin-left:80px}}.visually-hidden:not(:focus):not(:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.page-header,.page-main::after{background-color:#f5f5f5}.page-header-faq{background-color:#fff}.page-header__wrapper{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.page-header__logo{margin:15px auto;width:171px;height:50px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.page-header__logo img{width:50px;height:50px}@media (min-width:768px){.page-header__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;padding:15px;max-width:100%}.page-header__logo{margin:0}}@media (min-width:1280px){.page-header__wrapper{padding:15px 0;max-width:1280px;margin:0 auto}}.page-main{width:100%;position:relative;overflow:hidden}.page-main::after{content:"";position:absolute;display:block;width:100%;height:580px;z-index:-1;top:0;left:0}.page-main__header{width:320px;height:660px;margin:0 auto 30px;position:relative;background-image:url(../img/page-main-bg-mobile.png);background-size:cover;background-position:0 0;background-repeat:no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),(min-resolution:1.5dppx){.page-main__header{background-image:url(../img/page-main-bg-mobile@2x.png)}}.page-main__header-promo{position:absolute;bottom:0;left:0}@media (min-width:768px){.page-main__header{width:100%;height:740px;margin-bottom:80px;background-position:center 0;background-image:url(../img/page-main-bg.png)}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:144dpi),(min-width:768px) and (min-resolution:1.5dppx){.page-main__header{background-image:url(../img/page-main-bg@2x.png)}}@media (min-width:1280px){.page-main::after{height:630px}.page-main__header{width:1300px;margin-bottom:155px;background-position:0 0}}.button{display:block;width:150px;padding:12px 30px;border:2px solid #959595;cursor:pointer}.main-nav{font-size:13px;line-height:15px;font-weight:600;text-transform:uppercase}.main-nav__button{margin:0 auto}.main-nav__button:focus,.main-nav__button:hover{border-color:#696868}.main-nav--nojs .main-nav__toggle{display:none}.main-nav__toggle{display:block;width:70px;height:50px;background-color:transparent;cursor:pointer;border:0}.main-nav--closed .main-nav__toggle::before{content:"";position:absolute;top:15px;left:17px;width:36px;height:2px;background-color:#959595;box-shadow:0 8px 0 0 #959595,0 16px 0 0 #959595}.main-nav--opened .main-nav__toggle,.main-nav__toggle{position:absolute;top:20px;right:0;z-index:2}.main-nav--opened .main-nav__toggle::after,.main-nav--opened .main-nav__toggle::before{content:"";position:absolute;top:24px;left:18px;width:36px;height:2px;background-color:#959595}.main-nav--opened .main-nav__toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main-nav--opened .main-nav__toggle::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main-nav--opened .main-nav__toggle:active::after,.main-nav--opened .main-nav__toggle:active::before{background-color:#959595}@media (max-width:767px){.main-nav--closed .main-list__item,.main-nav--closed .main-nav__button{display:none}.main-nav--opened .main-nav__wrapper{position:absolute;width:100%;top:75px;z-index:10;background-color:#f5f5f5;min-height:210px}.main-nav--nojs .main-nav__toggle{display:none}.main-nav--nojs .main-nav__wrapper{position:static;min-height:0}.main-nav--nojs .main-list__item,.main-nav--nojs .main-nav__button{display:block}}@media (min-width:768px){.main-nav{width:auto;margin:0;-webkit-box-flex:1;flex-grow:1}.main-nav__wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;width:auto}.main-nav__toggle{display:none}.main-nav__button{margin:5px 0 0}}@media (min-width:1280px){.main-nav,.main-nav__wrapper{-webkit-box-flex:0;flex-grow:0}.main-nav__wrapper{width:945px;margin-left:0}}.main-list{list-style:none}.main-list__item a{display:block;padding:10px 0;color:#000;background-color:transparent;text-align:center}.main-list__item a[href]:active,.main-list__item a[href]:hover{color:#f5ad43}@media (min-width:768px){.main-list{margin-top:20px;width:410px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.main-list__item a{padding:0}}@media (min-width:1280px){.main-list{width:605px}}.logo,.logo__info{display:-webkit-box;display:flex}.logo__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:115px;padding-top:15px}.logo-info__name{font-size:12px;line-height:14px;font-weight:700;text-transform:uppercase;margin-bottom:3px}.logo-info__about{font-size:8px;line-height:9px}.promo{display:block;background-color:#fff;width:320px;padding:20px}.promo__title{margin-bottom:25px}.promo__about{font-size:12px;line-height:18px;font-weight:600}@media (min-width:768px){.promo{width:640px;padding:50px 80px}.promo__title{margin-top:50px;margin-bottom:45px}}.details{margin-bottom:30px}.details__list{width:320px;margin:0 auto;list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.details__list-item{margin-bottom:20px}.details__list-item p:first-of-type{position:relative;font-size:20px;line-height:30px;font-weight:700;margin-bottom:10px;padding-left:20px}.details__list-item p:first-of-type::before{content:"";display:block;position:absolute;top:7px;left:0;height:16px;width:2px;background-color:#e5a95d}.details__list-item p:last-of-type{font-size:16px;line-height:24px}@media (min-width:768px){.details{margin-bottom:80px}.details__list{width:700px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}}@media (min-width:1280px){.details{margin-bottom:205px}.details__list{-webkit-box-pack:justify;justify-content:space-between;width:1130px}}.stages{background-color:#f5f5f5}.stages__video{margin-left:50%;margin-bottom:30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.stages__title{padding-top:30px;margin-bottom:30px;text-align:center}.stages__list{list-style:none;margin:0 auto;padding-bottom:30px;width:320px}.stages__list-item,.team__list-item img{margin-bottom:20px}@media (min-width:768px){.stages-wrapper,.stages__video{position:relative}.stages-wrapper::after{content:"";position:absolute;z-index:1;display:block;width:720px;height:631px;background-color:#f5ad43;top:60px;left:0}.stages__video{z-index:2;margin-left:70px;margin-bottom:100px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.stages__title{margin-bottom:30px}.stages__list{position:relative;width:490px;z-index:2}.stages__list-item{position:relative;padding-left:90px;margin-bottom:50px}.stages__list-item::before{content:"01";position:absolute;top:0;left:0;font-size:40px;font-weight:600;color:#b8b8ba}.stages__list-item:nth-of-type(2)::before{content:"02"}.stages__list-item:nth-of-type(3)::before{content:"03"}.stages__list-item:last-of-type::before{content:"04"}}@media (min-width:1280px){.stages{margin-bottom:220px}.stages__section-wrapper{width:1280px;margin:0 auto}.stages-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.stages-wrapper::after{top:-145px;left:-160px}.stages__title{text-align:right;padding-top:120px;margin-bottom:85px;margin-right:120px}.stages__video{margin:-305px 0 0;height:643px}.stages__list{padding-bottom:0;margin:0 55px 0 0}}.our-work{margin-bottom:30px}.our-work__wrapper{width:320px;margin:0 auto;display:-webkit-box;display:flex;flex-wrap:wrap}.our-work__title{padding-top:30px;margin-bottom:30px;text-align:center}.our-work__desc{margin-bottom:20px;font-weight:600}.our-work__list,.our-work__list-title{margin-bottom:10px;line-height:27px}.our-work__list{list-style:none;margin-bottom:30px}.our-work__img{width:320px;height:250px;margin:0 auto;background-image:url(../img/our-work-bg-mobile.jpg);background-position:center;background-size:contain;background-repeat:no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),(min-resolution:1.5dppx){.our-work__img{background-image:url(../img/our-work-bg-mobile@2x.jpg)}}@media (min-width:768px){.our-work{margin-bottom:80px}.our-work__wrapper{width:730px;-webkit-box-pack:justify;justify-content:space-between;position:relative}.our-work__wrapper::after{content:"";position:absolute;display:block;width:228px;height:208px;background-color:#f5ad43;bottom:0;right:-80px;z-index:-1}.our-work__title{padding-top:50px;margin-bottom:50px;text-align:left}.our-work__desc{margin-bottom:40px;width:360px}.our-work__list{width:360px;margin-bottom:0}.our-work__img{width:320px;height:250px;margin:0;align-self:center}}@media (min-width:1280px){.our-work{width:1280px;margin:0 auto 190px}.our-work__wrapper{width:1200px;margin:0 0 0 80px}.our-work__wrapper::after{bottom:-60px}.our-work__img{width:726px;height:556px;background-image:url(../img/our-work-bg.jpg)}}@media (min-width:1280px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:1280px) and (min-resolution:144dpi),(min-width:1280px) and (min-resolution:1.5dppx){.our-work__img{background-image:url(../img/our-work-bg@2x.jpg)}}.slider{width:280px;height:410px;margin:0 auto;overflow:hidden}.slider__list{position:relative;-webkit-transition:all ease 1s;transition:all ease 1s;width:2240px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.slider__list-item{display:block;width:280px;height:410px;background-color:#fff}.slider__btn-wrapper{width:175px;margin:20px auto;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.slider__btn{display:block;width:78px;height:80px;cursor:pointer;padding:35px 30px;background-repeat:no-repeat;background-position:center}.slider__btn--left,.slider__btn--right{background-color:#fff;background-image:url(../img/right.svg)}.slider__btn--left{background-image:url(../img/left.svg)}.slider__btn-wrapper .slider__btn--left,.slider__btn-wrapper .slider__btn--right{box-shadow:0 4px 16px rgba(0,0,0,.07)}.slider__btn--left.disabled,.slider__btn--right.disabled{background-image:url(../img/left-disabled.svg);cursor:auto;background-color:rgba(255,255,255,.5);box-shadow:none}.slider__btn--right.disabled{background-image:url(../img/right-disabled.svg)}@media (min-width:768px){.slider{width:560px}}@media (min-width:1280px){.catalog__container,.team__container{width:1280px;margin:0 auto}.slider{width:1280px;margin-right:-80px}.slider__list{width:2880px;z-index:5}.slider__btn-wrapper{margin:0;-webkit-box-ordinal-group:3;order:2}}.team{background-color:#f5f5f5}.team__title{text-align:center;margin-bottom:30px;padding-top:30px}.team__p{font-size:18px;line-height:27px;font-weight:600;width:280px;margin:0 auto;padding-bottom:30px;text-align:center}.team__name{font-size:20px;line-height:30px;font-weight:600;margin-bottom:17px}.team__desc,.team__name{margin-left:40px}@media (min-width:768px){.team__wrapper{width:560px;margin:0 auto;display:-webkit-box;display:flex;padding-top:30px}}@media (min-width:1280px){.team{background-color:#fff;position:relative;width:1280px;margin:0 auto 400px}.team::after,.team::before{content:"";position:absolute;display:block}.team::before{left:-80px;background-color:#f5ad43;width:673px;height:663px;top:130px;z-index:2}.team::after{background-color:#f5f5f5;width:1175px;height:621px;right:-80px;top:300px;z-index:1}.team__title{text-align:right;margin-right:190px;margin-bottom:130px}.team__wrapper{margin-right:0;position:absolute;width:680px;right:-55px;bottom:-195px;z-index:5}.team__p{-webkit-box-ordinal-group:2;order:1;width:375px;margin:0 135px 0 0}}.catalog,.catalog__title{margin-bottom:30px}.catalog__title{padding-top:30px;text-align:center}.catalog__list-item__wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative;width:280px}.catalog__list-item{display:block}.catalog__list-item__img{align-self:flex-end;margin-right:35px;margin-bottom:40px}.catalog__name{font-size:18px;line-height:27px;font-weight:600;margin-bottom:27px}.catalog__desc{position:absolute;display:block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);left:-30px;top:110px}.catalog__task{text-decoration:underline;font-size:16px;cursor:pointer}@media (min-width:1280px){.catalog{margin-bottom:15px}.catalog__title{text-align:left;padding-top:5px;margin-left:80px;margin-bottom:100px}.catalog__slider{margin-bottom:20px}.catalog__list{width:2870px;-webkit-box-pack:justify;justify-content:space-between}.catalog__btn-wrapper{margin-left:auto;margin-right:-50px}}.consultation{position:relative;width:320px;margin:0 auto 30px}.consultation::before{content:"";position:absolute;display:block;width:160px;height:194px;top:60px;right:0;background-color:#f5ad43;z-index:-1}.consultation__flex-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.consultation__promo{width:320px;margin:0 auto 20px;background-color:transparent}.consultation__form-wrapper{display:block;width:320px;min-height:360px;border:5px solid #f5f5f5;background-color:#fff}.consultation__form-title{width:320px;text-align:center;font-size:20px;line-height:20px;font-weight:700;margin:10px 0}.consultation__form input[type=text]{margin:0 auto 20px}.consultation__form input[type=tel],.consultation__form input[type=text]{display:block;height:40px;width:270px;border:0;outline:0;font-size:15px;line-height:24px;border-bottom:1px solid rgba(0,0,0,.12);padding-left:20px}.consultation__form input[type=tel]:focus,.consultation__form input[type=tel]:hover,.consultation__form input[type=text]:focus,.consultation__form input[type=text]:hover{border-bottom:2px solid #f5ad43}.consultation__form input::-webkit-input-placeholder{font-size:15px;line-height:24px;color:rgba(0,0,0,.38)}.consultation__form input::-moz-placeholder{font-size:15px;line-height:24px;color:rgba(0,0,0,.38)}.consultation__form input:-ms-input-placeholder,.consultation__form input::-ms-input-placeholder{font-size:15px;line-height:24px;color:rgba(0,0,0,.38)}.consultation__form input::placeholder{font-size:15px;line-height:24px;color:rgba(0,0,0,.38)}.consultation__form input[type=tel]{margin:0 auto 30px}.consultation__form-btn{display:block;width:250px;padding:15px 0;font-size:13px;line-height:13px;font-weight:600;margin:0 auto;background-color:#fff;border:2px solid #959595;cursor:pointer;text-transform:uppercase}.consultation__form-btn:focus,.consultation__form-btn:hover{border-color:#696868}.checkbox-wrapper{width:280px;padding-left:20px;margin-bottom:40px}.label-checkbox-wrapper{display:block;width:280px;margin:0 auto;padding-left:40px}.label-checkbox{position:relative;font-size:12px;line-height:18px;cursor:pointer}.label-checkbox input[type=checkbox]+.checkbox-indicator{position:absolute;top:0;left:0;width:26px;height:26px;border:1px solid #bdbdbd}.label-checkbox input[type=checkbox]:hover+.checkbox-indicator{border-color:#f5ad43}.label-checkbox input[type=checkbox]:focus+.checkbox-indicator{border-color:#f5ad43}.label-checkbox input[type=checkbox]:checked+.checkbox-indicator{background-color:#f5ad43}.label-checkbox input[type=checkbox]:checked+.checkbox-indicator::after{content:"";position:absolute;display:block;top:0;left:7px;width:8px;height:20px;border:2px solid #fff;border-left:none;border-top:none;background-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media (min-width:768px){.consultation{width:700px;z-index:1}.consultation::before{top:0;left:0}.consultation__flex-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}.consultation__promo{padding:50px 30px}.consultation__promo .section__title{font-size:40px;line-height:40px}.consultation__form-wrapper{z-index:5}}@media (min-width:1280px){.consultation{width:1280px;margin:0 auto 305px}.consultation-faq{margin-bottom:280px}.consultation::before{top:107px;left:0}.consultation::after{content:"";position:absolute;display:block;width:1030px;height:480px;bottom:-95px;right:0;background-image:url(../img/consultation-bg.jpg);background-position:center;background-repeat:no-repeat;z-index:2}.consultation__promo{-webkit-box-ordinal-group:3;order:2;width:640px;padding:50px 80px}.consultation__promo .section__title{font-size:48px;line-height:48px}.consultation__form-wrapper{width:560px;height:580px;border:30px solid #f5f5f5;background-color:#fff;margin-top:165px;-webkit-box-ordinal-group:2;order:1}.consultation__form-title{width:327px;font-size:30px;line-height:45px;font-weight:700;margin:58px auto 23px;text-align:left}.consultation__form input[type=tel],.consultation__form input[type=text]{width:330px;padding-left:0}.consultation__form-btn{width:330px}.checkbox-wrapper{width:330px;padding-left:0;margin:0 auto 40px}.label-checkbox-wrapper{width:310px;margin:0 auto;padding-left:40px}}@media (min-width:1280px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:1280px) and (min-resolution:144dpi),(min-width:1280px) and (min-resolution:1.5dppx){.consultation::after{background-image:url(../img/consultation-bg@2x.jpg)}}.benefits{width:320px;margin:0 auto 30px}.benefits__title{text-align:center;margin-bottom:20px}.benefits__list{list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.benefits__list-item{width:320px;margin-bottom:10px}.list__desc{position:relative;font-size:20px;line-height:30px;font-weight:700;padding-left:22px;margin-bottom:22px}.list__desc::before{content:"";position:absolute;display:block;width:2px;height:18px;background-color:#e5a95d;left:0;top:6px}@media (min-width:768px){.benefits{width:700px;position:relative}.benefits::after,.benefits::before{content:"";position:absolute;display:block}.benefits::after{top:120px;right:-80px;height:925px;width:80px;background-color:#f5ad43}.benefits::before{height:290px;width:730px;background-color:#f5f5f5;left:0;bottom:60px;z-index:-1}.benefits__title{text-align:left}.benefits__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.benefits__list-item{width:345px;min-height:310px;margin-bottom:20px}}@media (min-width:1280px){.benefits{width:1280px;margin-bottom:215px}.benefits::after{height:780px;top:190px}.benefits::before{height:430px;width:1290px;bottom:-14px}.benefits__title{width:670px;margin-left:40px;margin-bottom:120px}.benefits__list{width:1200px;margin:0 auto}.benefits__list-item{width:345px;min-height:310px;margin-bottom:60px}}.advantages{width:320px;margin:0 auto}.advantages__title{text-align:center;margin-bottom:20px}.advantages__img{display:none}.advantages__list{list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:320px}.advantages__list-item{margin-bottom:20px}@media (min-width:768px){.advantages{width:700px;position:relative}.advantages::before{content:"";position:absolute;display:block;width:80px;height:1170px;top:0;left:-80px;background-color:#f5ad43}.advantages__title{margin-bottom:30px;font-size:30px;line-height:35px}.advantages__list{width:700px}.advantages__list-item{padding-left:70px;margin-bottom:40px;position:relative}.advantages__list-item::before{content:"";position:absolute;display:block;width:50px;height:50px;left:0;top:-10px;background-position:center;background-repeat:no-repeat}.advantages__list-item:first-of-type::before{background-image:url(../img/adv-icon-1.svg)}.advantages__list-item:nth-of-type(2)::before{background-image:url(../img/adv-icon-2.svg)}.advantages__list-item:nth-of-type(3)::before{background-image:url(../img/adv-icon-3.svg)}.advantages__list-item:last-of-type::before{background-image:url(../img/adv-icon-4.svg)}}@media (min-width:1280px){.advantages{width:1280px}.advantages::before{top:530px;width:400px;height:1100px;left:-80px;z-index:-1}.advantages__title{margin-bottom:100px;font-size:48px;line-height:71px}.advantages__flex-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.advantages__img{display:block;width:399px;height:1198px;margin-top:60px;background-image:url(../img/advantages-bg.jpg)}}@media (min-width:1280px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:1280px) and (min-resolution:144dpi),(min-width:1280px) and (min-resolution:1.5dppx){.advantages__img{background-image:url(../img/advantages-bg@2x.jpg)}}@media (min-width:1280px){.advantages__list{width:710px;margin-left:auto}.advantages__list-item{margin-bottom:80px}.list__info--adv{font-size:16px;line-height:24px}.list__info--adv-margin{margin-bottom:25px}}.footer__form-wrapper{width:320px;margin:0 auto}.footer__wrapper-img{margin-bottom:30px}@media (min-width:768px){.footer__wrapper-img{width:768px;height:auto;margin:0 auto 40px;background-image:url(../img/footer-form-bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:144dpi),(min-width:768px) and (min-resolution:1.5dppx){.footer__wrapper-img{background-image:url(../img/footer-form-bg@2x.jpg)}}@media (min-width:1280px){.footer__flex-wrapper{width:1280px;margin:0 auto}.footer__wrapper-img{width:1280px;height:840px;padding-top:145px;margin:0 auto 80px;background-image:url(../img/footer-form-bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.footer__form-wrapper{position:relative;width:1000px;height:560px;border:0;display:block;padding-top:130px}.footer__form-wrapper::after{content:"";position:absolute;display:block;width:71px;height:71px;background-color:#f5ad43;top:125px;left:320px;z-index:-1}.footer__form-wrapper .consultation__form-title{width:720px;display:block;margin:0 0 85px 145px;font-size:40px;line-height:60px}.footer__form-wrapper .consultation__form{width:725px;height:150px;margin:0 auto;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between}.footer__form-wrapper .consultation__form input[type=tel],.footer__form-wrapper .consultation__form input[type=text]{margin-bottom:50px;width:320px}.footer__form-wrapper .consultation__form .consultation__form-btn{width:320px;height:45px;margin:0}.footer__form-wrapper .checkbox-wrapper{margin:0}}@media (min-width:1300px){.footer__wrapper-img{width:1300px}}.footer__flex-wrapper{padding:15px 0}.footer-nav__list{list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;font-size:12px;line-height:14px;font-weight:600}.footer-list__item{margin-bottom:5px}.footer-nav__list a{color:rgba(0,0,0,.5)}.footer-nav__list a[href]:active,.footer-nav__list a[href]:hover{color:rgba(0,0,0,.7)}@media (min-width:768px){.footer__flex-wrapper{width:700px;margin:0 auto;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.footer-nav{width:550px;padding:15px 0}.footer-nav__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;text-align:left;padding-top:0}.footer-list__item{margin-bottom:0}}@media (min-width:1280px){.footer__flex-wrapper{width:1280px}.footer-nav{width:580px}}.social{width:25px;margin:0 auto}.social__list{list-style:none}.social__link{display:block;width:25px;height:25px;background-image:url(../img/vk.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}@media (min-width:768px){.social{margin:0}}.footer-information{width:320px;margin:0 auto;padding:15px 0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center}.footer-information__logo{margin:0 auto 10px}@media (min-width:768px){.footer-information{width:700px;padding:20px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;text-align:left;-webkit-box-pack:justify;justify-content:space-between}.footer-information__logo{margin:0}}@media (min-width:1280px){.footer-information{width:1280px;padding:45px 0;position:relative}.footer-information::after,.footer-information::before{content:"";position:absolute;display:block;width:71px;height:71px;bottom:56px;left:320px;background-color:#f5f5f5}.footer-information::after{width:400px;height:56px;bottom:0;left:-80px;background-color:#f5ad43}}.info__adress,.info__contacts,.info__data{margin-bottom:10px;font-size:12px;line-height:14px;font-weight:600;color:rgba(0,0,0,.5)}.adress__title,.contacts__title,.data__title{font-size:15px;line-height:22px;font-weight:700;color:#000}.contacts__sub{font-style:italic}.contacts__list{list-style:none}@media (min-width:768px){.info{width:500px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.adress__title,.contacts__title,.data__title{margin-bottom:20px}.info__adress,.info__contacts,.info__data{margin-bottom:0}.contacts__list-item,.data p:not(:last-of-type){margin-bottom:17px}.adress__p{line-height:25px}}@media (min-width:1280px){.info{width:590px;margin-right:135px}}.copyright{background-color:#000;color:#fff;text-align:center;padding:20px 0;font-size:10px;font-weight:600}.page-inner__header{background-color:#f5f5f5;margin-bottom:30px}.page-inner__header-wrapper{width:320px;margin:0 auto;padding-top:30px;padding-bottom:30px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.page-inner__title{text-align:center;position:relative;z-index:1;margin-bottom:10px}.page-inner__title::before{content:"";position:absolute;display:block;width:30px;height:30px;top:-10px;left:10px;background-color:#f5ad43;z-index:-1}.page-inner__header-p{font-size:12px;line-height:18px;font-weight:600;text-align:center;margin-bottom:10px}.page-inner__header-form{background-color:#fff}.page-inner__header-form,.page-inner__header-reviews__wrapper{width:320px;margin:0 auto}.page-inner__header-reviews .page-inner__title{text-align:center;padding-top:30px}.page-inner__header-reviews .page-inner__header-p{padding-bottom:30px}.page-inner__header-reviews .page-inner__title::before{top:25px;left:95px}.page-inner__header-faq{margin-bottom:30px;background-color:#fff}.page-inner__header-faq__wrapper{width:320px;margin:0 auto;height:450px}.page-inner__header-faq .page-inner__title{padding-top:30px}.page-inner__header-faq .page-inner__title::before{top:25px}.page-inner__header-faq__wrapper .page-inner__header-p{margin-bottom:80px}.page-inner__header-faq__img{position:relative;display:block;background-color:#fff;width:320px;height:270px;z-index:2;background-image:url(../img/faq-bg-man.svg);background-repeat:no-repeat;background-position:center bottom}.page-inner__header-faq__img::after,.page-inner__header-faq__img::before{content:"";position:absolute;display:block;width:180px;height:200px;background-image:url(../img/faq-question-2.svg);background-size:contain;background-repeat:no-repeat;bottom:150px;left:100px}.page-inner__header-faq__img::after{width:100px;height:105px;background-image:url(../img/faq-question-1.svg);bottom:155px;left:60px}@media (min-width:768px){.page-inner__header{margin-bottom:80px}.page-inner__header-wrapper{width:700px;padding-top:100px;padding-bottom:50px}.page-inner__title{margin-bottom:20px}.page-inner__title::before{width:71px;height:71px;top:-15px;left:0}.page-inner__header-form{width:520px;height:370px}.page-inner__header-reviews__wrapper{width:640px}.page-inner__header-reviews .page-inner__title{text-align:left}.page-inner__header-reviews .page-inner__header-p{padding-bottom:40px;text-align:left}.page-inner__header-reviews .page-inner__title::before{top:15px;left:-30px}.page-inner__header-faq__wrapper .page-inner__header-p{margin-bottom:200px}.page-inner__header-faq__wrapper{width:700px;height:580px}.page-inner__header-faq .page-inner__title::before{top:15px;left:90px}.page-inner__header-faq__img{width:585px;height:270px;margin:0 auto;background-repeat:no-repeat;background-position:150px 110px}.page-inner__header-faq__img::before{width:280px;height:300px;bottom:150px;left:240px}.page-inner__header-faq__img::after{width:200px;height:205px;bottom:155px;left:105px}}@media (min-width:1280px){.page-inner__header{margin-bottom:130px}.page-inner__header-wrapper{width:1280px;padding-top:60px;padding-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}.page-inner__title{width:460px;line-height:71px;text-align:left;margin-left:80px;padding-top:40px;margin-bottom:37px}.page-inner__title::before{top:30px;left:-30px}.page-inner__header-p{margin-left:80px;text-align:left;margin-bottom:0}.page-inner__header-form{margin:0}.page-inner__header-reviews__wrapper{width:1280px}.page-inner__header-reviews{margin-bottom:75px}.page-inner__header-reviews .page-inner__header-p{padding-bottom:85px}.page-inner__header-faq .page-inner__title,.page-inner__header-reviews .page-inner__title{padding-top:100px}.page-inner__header-reviews .page-inner__title::before{top:95px}.page-inner__header-faq{margin-bottom:105px}.page-inner__header-faq__wrapper{width:1280px;height:740px;background-image:url(../img/faq-bg.png);background-size:cover;background-repeat:no-repeat;background-position:center}.page-inner__header-faq .page-inner__title::before{top:95px;left:-30px}.page-inner__header-faq__wrapper .page-inner__header-p{margin-bottom:250px}.page-inner__header-faq__img{margin:0}}@media (min-width:1280px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:1280px) and (min-resolution:144dpi),(min-width:1280px) and (min-resolution:1.5dppx){.page-inner__header-faq__wrapper{background-image:url(../img/faq-bg@2x.png)}}.inner-header-form{padding:20px}.inner-header-form__question{font-size:20px;line-height:30px;font-weight:700;margin-bottom:10px}.inner-header-form__p{margin-bottom:20px}.inner-header-form__button{font-size:13px;line-height:15px;font-weight:600;width:190px;padding:12px 0;text-align:center;text-transform:uppercase}.inner-header-form__button:active,.inner-header-form__button:hover{border-color:#696868}@media (min-width:768px){.inner-header-form{padding:72px 94px 62px}.inner-header-form__question{margin-bottom:30px}.inner-header-form__p{margin-bottom:40px}}.filters{width:320px;margin:0 auto 20px}.filters__form{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.filters__form p{box-shadow:0 10px 30px rgba(0,0,0,.06),0 3px 6px rgba(0,0,0,.1);padding:17px 25px;margin-bottom:10px}.filters__form-select{border:0;font-size:14px;line-height:20px;font-weight:400;background-color:transparent;width:280px;outline:0}.form-select__option{background-color:#fff}.filters__form-button{display:none}@media (min-width:768px){.filters{width:700px;margin-bottom:30px}.filters__form{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center;justify-content:space-around}.filters__form p{margin-bottom:0}}@media (min-width:1280px){.filters{width:1280px;margin-bottom:50px}.filters__form{-webkit-box-pack:start;justify-content:flex-start}.filters__form p{margin-right:67px}.filters__form-select{width:332px}}.catalog-purchases__list,.catalog-purchases__wrapper{width:320px;margin:0 auto}.catalog-purchases__list{list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.catalog-purchases__list-item{display:block;width:320px;margin:0 auto 30px}.catalog-purchases__link{display:block;width:320px;padding:20px;border:15px solid transparent}.catalog-purchases__link:focus,.catalog-purchases__link:hover{border-color:#f5ad43}.catalog-purchases__square{color:#f5ad43;margin-bottom:10px}.catalog-purchases__price{font-size:16px;line-height:16px;font-weight:600;margin-bottom:20px;color:#000}.price{font-size:27px;line-height:27px;font-weight:700;display:inline-block;margin:0 10px}.catalog-purchases__desc{font-size:18px;line-height:27px;font-weight:600;margin-bottom:15px;color:#000}.catalog-purchases__task,.pagination__list-item a:hover{color:#000}.from{font-size:16px;line-height:16px;font-weight:600}.square{font-size:46px;line-height:46px;font-weight:700;display:inline-block;margin:0 15px}.square-no-margin{margin:0}.metres{font-size:16px;line-height:16px;font-weight:700}@media (min-width:768px){.catalog-purchases__wrapper{width:640px}.catalog-purchases__list{width:640px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.catalog-purchases__square{margin-bottom:20px}.catalog-purchases__price{margin-bottom:40px}}@media (min-width:1280px){.catalog-purchases__wrapper{width:1280px}.catalog-purchases__list{width:1280px;margin-bottom:5px}.catalog-purchases__list-item{width:384px;margin:0 0 55px}.catalog-purchases__link{width:384px;padding:35px;border-width:30px}.catalog-purchases__list-item:nth-child(3n){margin-right:0}}.pagination__list{list-style:none;width:320px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:20px}.pagination__list-item{display:block;width:45px;height:45px;background-color:transparent}.pagination__list-item a{display:block;width:100%;color:rgba(0,0,0,.38);padding:10px}.pagination__next{box-shadow:0 4px 16px rgba(0,0,0,.07)}.pagination__next a,.pagination__prev a{position:relative;padding:10px}.pagination__next a:before,.pagination__prev a:before{content:"";position:absolute;display:block;width:15px;height:15px;top:14px;left:15px;background-repeat:no-repeat;background-position:center}.pagination__prev a:before{background-image:url(../img/left.svg)}.pagination__next a:before{background-image:url(../img/right.svg)}.pagination__list-item--curent a{color:#000}.pagination__list-item a[href]{cursor:pointer}@media (min-width:768px){.pagination__list{width:620px;font-size:25px;line-height:25px;margin:0 auto 50px}.pagination__list-item{width:80px;height:80px}.pagination__list-item a{padding:33px}.pagination__next a,.pagination__prev a{padding:35px 30px}.pagination__next a:before,.pagination__prev a:before{top:35px;left:30px}}@media (min-width:1280px){.pagination__list{width:620px;font-size:25px;line-height:25px;margin:0 0 80px auto}}.reviews__pagination-wrapper{width:320px;margin:0 auto}.reviews__list{-webkit-transition:all ease 1s;transition:all ease 1s;list-style:none;margin:0 auto 30px}.review-item__gallery,.reviews__list-item{width:320px;margin:0 auto}.review-item__city{font-size:30px;line-height:30px;font-weight:700;margin-bottom:20px}.review-item__content{font-size:12px;line-height:18px;margin-bottom:20px}.review-item__info{text-align:center;font-weight:medium}.review-item__info-link{cursor:pointer;display:block;font-weight:300;text-decoration:underline;color:#1b55ab;margin-bottom:10px}.review-item__info p{margin-bottom:10px}.review-item__author{display:-webkit-box;display:flex;margin-bottom:20px}.review-item__author-name{font-style:italic;font-weight:500}.review-item__author-img{width:65px;height:65px;border-radius:50%;overflow:hidden;margin-right:30px}.review-item__author-name{align-self:center}.review-item__line{margin-top:35px;margin-bottom:25px;padding:0;height:10px;border:0;border-top:1px solid #f5f5f5;box-shadow:0 10px 10px -10px rgba(0,0,0,.07) inset}.review-item__hr--up .review-item__line{border-top:none;border-bottom:1px solid #f5f5f5;box-shadow:0 -10px 10px -10px rgba(0,0,0,.07) inset}.review-item__gallery-wrapper{width:245px;height:326px;margin:20px auto 0;overflow:hidden}.review-item__gallery-list{list-style:none;position:relative;width:980px;right:0;-webkit-transition:all ease 1s;transition:all ease 1s;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.review-item__gallery-item{width:245px}.slider__gallery-btn-wrapper .slider__btn--right{margin:0 auto}@media (min-width:768px){.reviews__pagination-wrapper{width:700px}.review-item__gallery-wrapper{width:490px}.reviews__list{margin-bottom:50px}.reviews__list-item{width:700px;margin:0 auto}.review-item__gallery{width:490px}.review-item__wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.review-item__content{width:470px}.review-item__info{width:200px;text-align:left;position:relative}.review-item__info::before{content:"\275B\275B";position:absolute;display:block;font-size:300px;width:333px;height:240px;color:#f5f5f5;z-index:-1;left:-40px;top:150px}}@media (min-width:1280px){.reviews__pagination-wrapper{width:1280px;margin-bottom:190px}.reviews__list{width:100%;margin-bottom:40px}.review-item__padding,.reviews__list-item{width:1255px;margin:0 auto}.review-item__city{font-size:48px;line-height:71px;margin-bottom:30px}.review-item__content{width:760px;font-size:14px;line-height:27px;margin-bottom:35px}.review-item__info{width:320px}.review-item__author{display:-webkit-box;display:flex;margin-bottom:30px}.review-item__content-author{margin-bottom:15px}.review-item__info{margin-top:5px;margin-right:25px}.review-item__info::before{font-size:470px;width:333px;height:240px;left:-60px;top:190px}.review-item__info-link{margin-bottom:65px}.review-item__info .review-item__info-number,.review-item__info-desc{margin-bottom:20px}.slider__gallery-btn-wrapper{display:none}.review-item__gallery{width:1250px}.review-item__gallery-wrapper{margin-top:30px;width:1250px;margin-bottom:35px}.review-item__gallery-list{width:1255px}.review-item:not(:first-of-type){margin-top:160px}}.faq__list,.faq__wrapper{width:320px;margin:0 auto}.faq__list{font-size:12px;line-height:16px;list-style:none;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;flex-wrap:wrap;margin:0 auto 20px}.faq__list-item{margin-bottom:20px}.answer__list{list-style:none;padding-left:25px;margin-top:10px}.answer__list-item:not(:last-of-type){margin-bottom:10px}.answer__list-item span,.faq__question{font-weight:700}.faq__question{font-size:16px;line-height:20px;margin-bottom:10px;position:relative}.faq__question::before{content:"";position:absolute;display:block;width:2px;height:17px;background-color:#e5a95d;left:0;top:3px}.faq__answer,.faq__question{padding-left:25px}@media (min-width:768px){.faq__list,.faq__wrapper{width:700px}.faq__list{margin-bottom:40px}.faq__question{font-size:20px;line-height:30px;margin-bottom:15px}.faq__question::before{top:7px}}@media (min-width:1280px){.faq__wrapper{width:1280px}.faq__container{width:1240px;margin-left:40px}.faq__list--1,.faq__list--2{width:360px;font-size:14px;line-height:21px;max-height:1100px;margin:0 0 40px}.faq__list--2{width:555px;max-height:1000px;margin:0 0 220px}.faq__list--1 .faq__list-item,.faq__list--2 .faq__list-item{width:360px;margin-right:80px;margin-bottom:0}.faq__list--2 .faq__list-item{width:555px}.faq__list--1 .faq__list-item:first-of-type{-webkit-box-ordinal-group:2;order:1;margin-bottom:110px}.faq__list--1 .faq__list-item:nth-of-type(2){-webkit-box-ordinal-group:4;order:3;margin-bottom:115px}.faq__list--1 .faq__list-item:nth-of-type(3){-webkit-box-ordinal-group:6;order:5;margin-bottom:105px}.faq__list--1 .faq__list-item:nth-of-type(4){-webkit-box-ordinal-group:3;order:2}.faq__list--1 .faq__list-item:nth-of-type(5){-webkit-box-ordinal-group:5;order:4}.faq__list--1 .faq__list-item:last-of-type{-webkit-box-ordinal-group:7;order:6}.faq__list--1 .faq__list-item:nth-of-type(3),.faq__list--1 .faq__list-item:nth-of-type(6){margin-right:0}.faq__list--2 .faq__list-item:first-of-type{-webkit-box-ordinal-group:2;order:1;margin-bottom:90px}.faq__list--2 .faq__list-item:nth-of-type(2){-webkit-box-ordinal-group:4;order:3;margin-bottom:90px}.faq__list--2 .faq__list-item:nth-of-type(3){-webkit-box-ordinal-group:3;order:2}.faq__list--2 .faq__list-item:last-of-type{-webkit-box-ordinal-group:5;order:4}.answer__list{margin-top:20px}.answer__list-item:not(:last-of-type){margin-bottom:20px}}.modal .consultation__form-wrapper{margin:0}.modal,.modal-overlay{display:none;position:fixed}.modal{margin-left:-160px;margin-top:-180px;width:320px;height:360px;top:50%;left:50%;z-index:20}.modal-overlay{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:10}.modal-show{-webkit-animation:bounce .6s;animation:bounce .6s}.modal-show,.overlay-show{display:block}@media (min-width:1280px){.modal{width:560px;height:580px;margin-left:-280px;margin-top:-290px}}