@font-face{font-family:Roboto;src:url(../fonts/Roboto-Bold.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Regular.eot);src:local("Roboto"),local("Roboto-Regular"),url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Regular.woff) format("woff"),url(../fonts/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Medium.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Medium.woff) format("woff"),url(../fonts/Roboto-Medium.ttf) format("truetype");font-weight:500;font-style:normal}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto;letter-spacing:.05em}.container{width:1110px;margin:0 auto}.header{position:absolute;z-index:100;top:0;left:0;width:100%}.header__wrapper{display:flex;justify-content:space-between;width:100%;margin:0 auto;height:150px;align-items:center}.header__list{display:flex;position:relative}.header__list li:hover .header__sublist{visibility:visible;opacity:1}.header__item{position:relative}.header__link{text-decoration:none;position:relative;margin-right:35px}.header__link:hover{cursor:pointer;color:#fbd765;transition:all .3s ease}.header__link::before{content:'';display:block;position:absolute;top:22px;width:0;height:2px;background-color:#fbd765;left:0;transition:width .3s linear}.header__link:hover::before{width:100%}.header__link-last{margin-right:0}.header__sublist{position:absolute;background-color:#242c3a;margin-top:10px;margin-left:10px;visibility:hidden;opacity:0;transition:all .5s linear}.header__sublist li{padding:10px}.header__sublist li:first-child{margin-top:0}.header__sublink{text-decoration:none}.header__hamburger{display:none;flex-direction:column;justify-content:space-between}.header__hamburger-long{display:block;width:33px;height:3px;background-color:#fbd765}.header__hamburger-short{margin:4px 0;display:block;width:22px;height:3px;background-color:#fbd765}.header li{list-style-type:none}.title{font-weight:400;color:#fff}.title-fz14{font-size:14px;line-height:17px}.title-fz16{font-size:16px;line-height:19px}.title-fz18{font-size:18px;line-height:22px}.title-fz20{font-size:20px;line-height:23px}.title-fz22{font-size:22px;line-height:26px}.title-fz24{font-size:24px;line-height:28px}.title-fz48{font-weight:700;font-size:48px;line-height:56px}.title-fz80{font-size:80px;line-height:130%;font-weight:700}.button{display:block;width:200px;height:60px;color:#000;cursor:pointer;background:linear-gradient(92.66deg,#fff583 7.08%,#ddb947 100%);box-shadow:1px 1px 20px #000;border-radius:53px;text-decoration:none;display:flex;align-items:center;justify-content:center}.button:hover{background:linear-gradient(98.53deg,#ebbd5f 33.7%,#d69204 92.93%);cursor:pointer}.button:active{color:#fbd765;background:#242c3a}.button-300{width:300px;height:80px}.button-120{width:120px;height:40px;color:#000}.promo{position:relative;min-height:100vh;background:url(../img/promo/promo_bg.jpg) no-repeat 50%/cover;padding:1px 0 60px 0}.promo__title{margin:0 auto;margin-top:250px;text-align:center;width:95%;text-shadow:10px 4px 4px rgba(41,35,16,.75)}.promo__trigger{background:url(../icons/promo/mouse.svg) no-repeat 50%/cover;margin:0 auto;position:relative;width:50px;height:56px;transition:-webkit-animation 4s linear;transition:animation 4s linear;transition:animation 4s linear,-webkit-animation 4s linear;-webkit-animation:upDown 2s linear 2s infinite;animation:upDown 2s linear 2s infinite}.promo__trigger:hover{cursor:pointer}.promo__mouse{margin:0 auto;height:120px;margin-top:120px}.promo__calc{margin-top:20px;text-align:center}.promo__calc a{transition:all 1.5s ease;color:#fbd765;font-weight:500;text-decoration:none}.promo__wrapper{margin:0 auto;margin-top:168px;display:flex;justify-content:space-around}.promo__address{display:flex;width:280px;margin-left:150px}.promo__address-text{margin-left:20px;transition:all 3s all;text-decoration:none}.promo__address-text:hover{cursor:pointer;color:#fbd765;transition:all .3s ease}.promo__address-icon{width:15px;height:24px;background:url(../icons/promo/place.svg) no-repeat 100%/cover}.promo__tel{display:flex;width:280px;margin-right:150px}.promo__tel-text{margin-left:20px;transition:all 3s all;text-decoration:none}.promo__tel-text:hover{cursor:pointer;color:#fbd765;transition:all .3s ease}.promo__tel-icon{width:21px;height:24px;background:url(../icons/promo/phone.svg) no-repeat 100%/cover}.moveDown{-webkit-animation:moveDown 1s 1;animation:moveDown 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:2s -webkit-animation;transition:2s animation;transition:2s animation,2s -webkit-animation}@-webkit-keyframes moveDown{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes moveDown{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}.moveUp{-webkit-animation:moveUp 1s 1;animation:moveUp 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:2s -webkit-animation;transition:2s animation;transition:2s animation,2s -webkit-animation}@-webkit-keyframes moveUp{0%{opacity:0;transform:translateY(200%)}100%{opacity:1;transform:translateY(0)}}@keyframes moveUp{0%{opacity:0;transform:translateY(200%)}100%{opacity:1;transform:translateY(0)}}.moveLeft{-webkit-animation:moveLeft 1s 1;animation:moveLeft 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:2s -webkit-animation;transition:2s animation;transition:2s animation,2s -webkit-animation}@-webkit-keyframes moveLeft{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes moveLeft{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}.moveRight{-webkit-animation:moveRight 1s 1;animation:moveRight 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:2s -webkit-animation;transition:2s animation;transition:2s animation,2s -webkit-animation}@-webkit-keyframes moveRight{0%{opacity:0;transform:translateX(200%)}100%{opacity:1;transform:translateX(0)}}@keyframes moveRight{0%{opacity:0;transform:translateX(200%)}100%{opacity:1;transform:translateX(0)}}.opacity{-webkit-animation:opacity 1s 1;animation:opacity 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:2s -webkit-animation;transition:2s animation;transition:2s animation,2s -webkit-animation}@-webkit-keyframes opacity{0%{opacity:0}100%{opacity:1}}@keyframes opacity{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes upDown{0%{top:0}10%{top:-5px}20%{top:0}30%{top:-10px}40%{top:0}50%{top:5}60%{top:0}70%{top:10px}80%{top:0}90%{top:0}100%{top:0}}@keyframes upDown{0%{top:0}10%{top:-5px}20%{top:0}30%{top:-10px}40%{top:0}50%{top:5}60%{top:0}70%{top:10px}80%{top:0}90%{top:0}100%{top:0}}@-webkit-keyframes puls{0%{perspective:600px;transform:rotate(0)}25%{perspective:600px;transform:rotate(-1deg)}50%{perspective:600px;transform:rotate(1deg)}100%{perspective:600px;transform:rotate(0)}}@keyframes puls{0%{perspective:600px;transform:rotate(0)}25%{perspective:600px;transform:rotate(-1deg)}50%{perspective:600px;transform:rotate(1deg)}100%{perspective:600px;transform:rotate(0)}}.reasons{padding:100px 0;background-color:#242c3a}.reasons__title{opacity:0;text-align:center}.reasons__wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px}.reasons__card{margin:0 20px;position:relative;width:300px;height:300px;margin-bottom:40px}.reasons__card:hover .reasons__front{transform:perspective(600px) rotateY(180deg)}.reasons__card:hover .reasons__back{transform:perspective(600px) rotateY(0)}.reasons__back,.reasons__front{width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid #fbd765;filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, .25));border-radius:50px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .5s linear}.reasons__front{transform:perspective(600px) rotateY(0)}.reasons__back{transform:perspective(600px) rotateY(180deg)}.reasons__img{height:70px;display:block;margin:60px auto 0 auto}.reasons__text{margin:60px auto 0 auto;text-align:center;width:220px}.reasons span{color:#fbd765}.news{position:relative;width:100%;min-height:100vh;background:url(../img/news/news_bg.jpg) no-repeat 50%/cover}.news__arrow-left{position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);left:4%;width:100px;height:100px;transition:all .1s linear}.news__arrow-left img{width:100%}.news__arrow-left:hover{width:120px;height:120px}.news__arrow-right{position:absolute;top:50%;transform:translateY(-50%);right:4%;width:100px;height:100px;transition:all .1s linear}.news__arrow-right img{width:100%}.news__arrow-right:hover{width:120px;height:120px}.news__card{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.news__link{text-align:center;text-decoration:none;text-shadow:10px 4px 4px rgba(41,35,16,.75)}.news__dots{position:absolute;bottom:3%;left:50%;transform:translateX(-50%);width:85px;display:flex;justify-content:space-between;align-items:center}.news__dots:hover{cursor:pointer}.news__dot{width:15px;height:15px;border-radius:50%;background-color:#fff}.news__dot:hover{background-color:#fbd765}.news__dot-middle{width:10px;height:10px}.news__dot-small{width:5px;height:5px}.works{padding:100px 0 80px 0;background-color:#242c3a}.works__inner{display:flex;justify-content:center;flex-wrap:wrap}.works__card{margin-right:20px;margin-top:20px}.works__card:last-child{margin-right:0}.works__button{margin:0 auto}.works__img{border-radius:25px;margin-top:25px}.works__title{margin-top:25px;text-align:center}.works__subtitle{margin-top:25px;text-align:center}.works__wrapper{margin-top:20px}.works__row{position:relative;margin-top:20px;padding-left:18px;display:flex;justify-content:space-between}.works__name::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background-color:#fbd765}.works__price{color:#fbd765}.works__more{position:relative;display:block;width:220px;height:33px;margin:0 auto;margin-top:50px;text-decoration:none;display:flex;justify-content:right;overflow:hidden;transition:all .5s linear}.works__more::before{content:url(../icons/works/arrow.svg);position:absolute;top:50%;left:0;transform:translateY(-50%)}.works__more:hover{width:135px;color:#fbd765;font-weight:700}.works__more:hover::before{-webkit-animation:isOut 1.5s 1;animation:isOut 1.5s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes isOut{0%{left:0}100%{left:150%}}@keyframes isOut{0%{left:0}100%{left:150%}}.cost{background:url(../img/cost/cost_bg.jpg) no-repeat 100%/cover;height:100vh}.cost__wrapper{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.cost__title{text-shadow:10px 4px 4px rgba(41,35,16,.75);margin-bottom:60px;max-width:540px;text-align:center}.cost__button:hover{cursor:pointer}.menu{display:none;position:fixed;visibility:hidden;opacity:0;height:100vh;width:100%;z-index:1000;transition:all .5s ease}.menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#242c3a;opacity:.7}.menu__inner{padding:20px 30px;position:absolute;top:0;left:0;z-index:20001;min-width:280px;height:100%;background-color:#242c3a;display:flex;flex-direction:column}.menu__inner::before{content:"";position:absolute;width:calc(100% - 2px);height:0;left:0;top:99px;border:1px solid #262323}.menu__logo{align-self:center}.menu__sublist{display:block}.menu__sublink{display:block;position:relative;visibility:visible;opacity:1;margin:20px;text-decoration:none;transition:all .5s linear}.menu__sublink::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background-color:#fbd765}.menu__sublink::before{left:-10px}.menu__link{position:relative;display:block;margin-top:30px;text-decoration:none}.menu__link:hover{cursor:pointer;color:#fbd765;transition:all .3s ease}.menu__link::after{content:'';position:absolute;width:100%;border:1px dashed #262323;bottom:-10px;left:0;width:200px}.menu__link-active::before{content:url(../icons/promo/arrow.svg);position:absolute;right:0;transition:transform .2s linear;transform:rotate(90deg)}.menu__link-active:active::before,.menu__link-active:hover::before{transform:rotate(270deg)}.menu__link:hover .menu__sublink{visibility:visible;opacity:1}.menu li{list-style-type:none}.review{background-color:#242c3a;padding:100px 0}.review__wrapper{display:grid;grid-template-columns:436px 221px 360px;grid-template-rows:repeat(3,200px);gap:50px}.review__card{display:flex;justify-content:space-between;width:640px;max-height:200px}.review__card-1{grid-column-start:2}.review__card-2{grid-column-start:1;grid-row-start:2}.review__card-3{grid-column-start:3;grid-row-start:2;flex-direction:column;width:300px;max-height:356px}.review__card-3 .review__descr{margin-top:30px}.review__card-4{grid-column-start:1;grid-row-start:3;margin-left:30px}.review__descr{max-width:300px;line-height:130%;letter-spacing:0}.review__descr a{color:#fbd765;text-decoration:none}.review__img{width:300px;height:200px}.review__title{max-width:436px;font-weight:700}.review__subtitle{color:#fbd765;font-weight:700;margin-top:50px}.review span{color:#fbd765}.beam{padding:100px 0;background-color:#242c3a;position:relative}.beam__wrapper{display:flex}.beam__card{max-width:230px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all 1.3s linear}.beam__img{width:100%}.beam__title{text-align:center;margin-top:20px}.beam__button{margin-top:20px}.slick-list{overflow:hidden}.slick-track{display:flex;align-items:center}.slick-active{max-width:350px;width:350px}.slick-active .beam__img{width:350px}.slick-active .beam__title{font-size:24px}.slick-active .beam__button{width:150px;height:45px;font-size:18px}.slick-arrow{position:absolute;font-size:0;border:none}.slick-arrow:hover{cursor:pointer}.slick-prev{left:4%;width:100px;height:100px;top:50%;background:url(../icons/news/arrow.svg) no-repeat 50%/cover;transform:rotateY(-180deg) translateY(-50%)}.slick-next{right:4%;width:100px;height:100px;top:50%;transform:translateY(-50%);background:url(../icons/news/arrow.svg) no-repeat 50%/cover}.contacts{background-color:#242c3a;width:100%;padding:100px 0}.contacts span{font-size:22px}.contacts__wrapper{display:flex;justify-content:space-between}.contacts__text{line-height:130%}.contacts__map{margin-top:40px}@media (min-height:1000px){.promo{min-height:100%}}@media (max-width:1440px){.header__wrapper{justify-content:space-around}.promo{min-height:100%}.promo__title{margin-top:220px}.promo__mouse{margin-top:80px}.promo__wrapper{margin-top:80px}.news__link{width:80%;font-size:60px}}@media (max-width:1200px){.container{padding:0 10px;width:100%}.header__hamburger{display:flex}.header__list{display:none}.promo{min-height:100%}.promo__title{font-size:62px;margin-top:150px}.promo__mouse{margin-top:60px}.promo__wrapper{margin-top:60px}.reasons{padding:50px 0}.works{padding:30px 0 50px 0}.cost__title{font-size:62px}.review{padding:50px 0}.review__wrapper{display:flex;flex-direction:column;align-items:center}.review__card-3{display:none}}@media (max-width:992px){.header__wrapper{height:100%;margin-top:15px;justify-content:space-around}.header__logo{height:25px}.header__hamburger-long{width:20px;height:2px}.header__hamburger-short{width:15px;height:2px;margin:3px 0}.promo{padding-bottom:15px}.promo__title{width:100%;font-size:38px;margin-top:85px}.promo__mouse{margin-top:30px;height:80px}.promo__trigger{width:24px;height:30px}.promo__wrapper{margin-top:30px}.promo__address{margin-left:75px}.promo__address-text{font-size:14px}.promo__tel{margin-right:0}.promo__tel-text{font-size:14px}.promo__calc{font-size:18px}.reasons{padding:30px 0}.reasons__title{font-size:32px}.reasons__wrapper{margin-top:15px}.reasons__card{width:195px;height:195px;border:none;position:relative;margin:0 15px}.reasons__back,.reasons__front{border:none}.reasons__back::after,.reasons__front::after{content:'';position:absolute;top:75px;left:0;width:100%;border:2px solid #fbd765;box-shadow:10px 4px 4px #292310;-webkit-animation:puls 2s 2s 5;animation:puls 2s 2s 5}.reasons__back::after{display:none}.reasons__img{width:50px;height:50px;margin:0 auto}.reasons__text{margin-top:50px;text-align:center;width:100%;font-size:16px}.news__arrow-left,.news__arrow-right{width:70px;height:70px;right:1%}.news__arrow-left{left:1%}.news__link{width:80%;font-size:50px}.works{padding:10px 0 30px 0}}@media (max-width:768px){.container{width:320px;padding:0 15px}.header__wrapper{justify-content:space-between}.promo__title{font-size:24px}.promo__mouse{margin-top:30px}.promo__wrapper{margin-top:30px;flex-direction:column;justify-content:center;align-items:center}.promo__address{margin-left:0;width:100%;justify-content:center;align-items:center}.promo__address-icon{width:11px;height:17px}.promo__address-text{margin-left:10px;font-size:12px}.promo__tel{margin-top:10px;width:100%;justify-content:center;align-items:center}.promo__tel-icon{width:11px;height:13px}.promo__tel-text{margin-left:10px;font-size:12px}.reasons__title{font-size:20px}.reasons__card{height:150px}.reasons__text{font-size:12px;line-height:130%}.news__arrow-left,.news__arrow-right{display:none}.news__link{width:100%;font-size:22px}.works__card{width:90%}.works__button{width:200px;height:40px;font-size:12px}.works__title{font-size:16px;line-height:19px;margin-top:15px}.works__subtitle{font-size:14px;line-height:19px;margin-top:10px}.works__row{margin-top:10px}.works__name{font-size:14px;line-height:19px}.works__price{font-size:14px;line-height:19px}.works__more{font-size:20px;line-height:19px;margin-top:30px;font-weight:700;height:100%;justify-content:center;color:#fbd765}.works__more::before{display:none}.cost__title{font-size:22px}.cost__button{width:200px;height:40px;font-size:12px}.review__wrapper{gap:20px}.review__title{font-size:22px;line-height:26px}.review__subtitle{margin-top:20px;font-weight:400;font-size:14px;line-height:16px}.review__card{width:100%;max-height:100%;flex-direction:column;margin:0}.review__img{margin:10px 0}.beam{padding:50px 0}.beam__card{max-width:300px}.beam__title{font-size:16px}.slick-arrow{display:none}.beam__wrapper{flex-direction:column}.contacts{padding:50px 0}.contacts span{font-size:16px}.contacts__wrapper{flex-direction:column}.contacts__text{font-size:14px;margin-top:10px;text-align:center}.contacts__map{margin-top:20px}}@media (max-width:400px){.promo{background:url(../img/promo/promo_mob.jpg) no-repeat 50%/cover}}