@charset "UTF-8";.footer{padding:10px 0 0}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #240902;padding:0 0 50px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1250px){.footer__column:first-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 20px}}.footer__menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:48px}@media (max-width:1250px){.footer__menu ul{gap:30px}}@media (max-width:650px){.footer__menu ul{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0px}.footer__menu ul li{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding:0 0 25px;font-size:15px}}.footer__menu ul a{position:relative;text-decoration:none;display:inline-block}@media (min-width:991px){.footer__menu ul a{-webkit-transition:color .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s ease;transition:color .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s ease;transition:transform .4s ease,color .4s cubic-bezier(.68,-.55,.265,1.55);transition:transform .4s ease,color .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s ease}.footer__menu ul a:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:1px;background:linear-gradient(92.9deg,#dc843a 28.59%,#c18553 100%);-webkit-transition:width .4s ease,left .4s ease;transition:width .4s ease,left .4s ease;-webkit-transform-origin:center;transform-origin:center}.footer__menu ul a:before{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:1px;background:linear-gradient(92.9deg,#dc843a 28.59%,#c18553 100%);opacity:.3;-webkit-transform-origin:center;transform-origin:center}.footer__menu ul a:hover{-webkit-transform:translate3d(0px,-2px,0px);transform:translate3d(0px,-2px,0px);color:#c18553}.footer__menu ul a:hover:after{width:100%;left:0;-webkit-animation:mainLine .6s ease-in-out infinite alternate;animation:mainLine .6s ease-in-out infinite alternate}.footer__menu ul a:hover:before{-webkit-animation:elasticLine .6s ease-in-out infinite alternate;animation:elasticLine .6s ease-in-out infinite alternate}.footer__menu ul a:not(:hover):after{-webkit-animation:lineOut .4s ease-in-out forwards;animation:lineOut .4s ease-in-out forwards}.footer__menu ul a:not(:hover):before{-webkit-animation:elasticLineOut .4s ease-in-out forwards;animation:elasticLineOut .4s ease-in-out forwards}}.footer__messages{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px}.footer__message{-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s;display:block}.footer__message:hover{-webkit-transform:rotate(2deg) translate(0,-5px);transform:rotate(2deg) translate(0,-5px)}.bottom-footer{margin:30px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;gap:10px}@media (max-width:1250px){.bottom-footer{-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:start}}.bottom-footer a:hover{text-decoration:underline}@media (max-width:650px){.bottom-footer{font-size:13px}}.bottom-footer__ds-art{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-footer__ds-art img{margin:0 20px 0 0;display:block;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.8;-webkit-transition:all .3s;transition:all .3s}@media (max-width:650px){.bottom-footer__ds-art img{width:38px}}.bottom-footer__ds-art:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%);-webkit-transform:translateX(-10px);transform:translateX(-10px);opacity:1}@media (max-width:1250px){.footer__bottom.bottom-footer{margin:20px 0}.footer__content{padding:0 0 25px}}@media (max-width:900px){.footer__messages{margin:20px 0 0}.footer__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:650px){.footer__column{width:100%;-webkit-box-flex:0;-ms-flex:none;flex:none}.footer__messages{margin:0}.footer__bottom.bottom-footer{gap:15px}.footer__column:first-child{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}.footer__bottom-row{display:flex;justify-content:space-between;gap:10px 20px;margin-bottom:40px}@media (max-width:900px){.footer__bottom-row{flex-wrap:wrap}}@media (max-width:650px){.footer__bottom-row{flex-direction:column}}.contacts__input.submit{-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.contacts__input.submit:hover{-webkit-transform:scale(.95) rotate(2deg) translate3d(0,-5px,0);transform:scale(.95) rotate(2deg) translate3d(0,-5px,0)}.image-anime{position:relative;opacity:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-transition:clip-path 1.2s ease,opacity .3s ease;transition:clip-path 1.2s ease,opacity .3s ease}.image-anime._active{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.image-anime--alt{position:relative;opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:opacity .3s ease,-webkit-transform 1.2s ease;transition:opacity .3s ease,-webkit-transform 1.2s ease;transition:transform 1.2s ease,opacity .3s ease;transition:transform 1.2s ease,opacity .3s ease,-webkit-transform 1.2s ease}.image-anime--alt._active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.image-anime--overlay{position:relative;opacity:0}.image-anime--overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:-webkit-transform 1.2s ease;transition:-webkit-transform 1.2s ease;transition:transform 1.2s ease;transition:transform 1.2s ease,-webkit-transform 1.2s ease}.image-anime--overlay._active{opacity:1}.image-anime--overlay._active:after{-webkit-transform:scaleY(0);transform:scaleY(0)}.elem-why{opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-transition:all .8s cubic-bezier(.4,0,.2,1);transition:all .8s cubic-bezier(.4,0,.2,1)}.elem-why:nth-child(1){-webkit-transform:translate3d(-100px,0,-50px) rotateY(20deg);transform:translate3d(-100px,0,-50px) rotateY(20deg)}.elem-why:nth-child(2){-webkit-transform:translate3d(0,100px,-50px) rotateX(-20deg);transform:translate3d(0,100px,-50px) rotateX(-20deg)}.elem-why:nth-child(3){-webkit-transform:translate3d(100px,0,-50px) rotateY(-20deg);transform:translate3d(100px,0,-50px) rotateY(-20deg)}.elem-why:nth-child(4){-webkit-transform:translate3d(-100px,0,-50px) rotateY(20deg);transform:translate3d(-100px,0,-50px) rotateY(20deg)}.elem-why:nth-child(5){-webkit-transform:translate3d(0,100px,-50px) rotateX(-20deg);transform:translate3d(0,100px,-50px) rotateX(-20deg)}.elem-why:nth-child(6){-webkit-transform:translate3d(100px,0,-50px) rotateY(-20deg);transform:translate3d(100px,0,-50px) rotateY(-20deg)}.elem-why img{-webkit-transition:all .8s cubic-bezier(.4,0,.2,1);transition:all .8s cubic-bezier(.4,0,.2,1)}.elem-why .elem-why__num{-webkit-transition:all .8s cubic-bezier(.4,0,.2,1);transition:all .8s cubic-bezier(.4,0,.2,1)}.elem-why._active{opacity:1;-webkit-transform:translate3d(0,0,0) rotate(0deg);transform:translate3d(0,0,0) rotate(0deg)}.elem-why:hover{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}.elem-why:hover img{-webkit-transform:translate(50px,0);transform:translate(50px,0)}.elem-why:hover .elem-why__num{-webkit-transform:translate(50px,0);transform:translate(50px,0)}.bottom-global__btn.btn{text-transform:uppercase}p{color:#623f36;line-height:1.4}h1 p,h2 p,h3 p{color:#240902}.popup{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.8);top:0;left:0;opacity:0;visibility:hidden;overflow-y:auto;overflow-x:hidden;-webkit-transition:all .8s ease 0s;transition:all .8s ease 0s;z-index:1000}.popup.open{opacity:1;visibility:visible}.popup.open .popup__content{-webkit-transform:perspective(600px) translate(0px,0%) rotateX(0deg);transform:perspective(600px) translate(0px,0%) rotateX(0deg);opacity:1}.popup__area{position:absolute;width:100%;height:100%;top:0;left:0}.popup__body{min-height:100%;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;padding:30px 10px;-webkit-transition:all .8s ease-in-out 0s;transition:all .8s ease-in-out 0s}.popup__content{overflow:hidden;width:720px;padding:35px;position:relative;-webkit-transition:all .8s ease-in-out 0s;transition:all .8s ease-in-out 0s;opacity:0;-webkit-transform:perspective(600px) translate(0px,-100%) rotateX(45deg);transform:perspective(600px) translate(0px,-100%) rotateX(45deg);border-radius:30px;background:#f7f0e7;box-shadow:0px 15px 50px 0px rgba(0,0,0,.1490196078);-webkit-box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);text-align:left}@media (max-width:650px){.popup__content{padding:20px;border-radius:25px}}@media (max-width:350px){.popup__content{padding:30px 20px}}.popup-desp{position:relative;z-index:2;padding:0 0 30px;max-width:100%;font-size:15px;color:#623f36;max-width:460px}@media (max-width:650px){.popup-desp{padding:0 0 20px;font-size:13px}}.popup__content_image{padding:0}.popup__image img{max-width:100%;vertical-align:top}.popup__close{position:absolute;right:20px;top:20px;font-size:20px;color:#fff;text-decoration:none;z-index:2;font-size:25px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.popup__close:hover{color:rgba(255,255,255,.7019607843)}.popup__title{position:relative;z-index:2;text-align:left;font-size:42px;font-weight:500;text-transform:uppercase;position:relative;padding:0 0 30px;max-width:620px;line-height:1.3}@media (max-width:650px){.popup__title{padding:0 0 20px}}.popup__title span{font-family:"Playfair Display";font-weight:700}.popup__title:before{content:"";position:absolute;left:-50%;bottom:15px;width:100%;height:2px;background-color:#e4a16f}@media (max-width:650px){.popup__title:before{display:none}}@media (max-width:550px){.popup__title{font-size:25px}}@media (max-width:430px){.popup__title{font-size:25px}}.popup .contacts__form.form-contacts{margin:0}div#popup_2 .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;text-align:center}div#popup_2 .popup__content p{max-width:430px}div#popup_3 .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;text-align:center}div#popup_3 .popup__content p{max-width:430px}div#popup_2 .popup__title{text-align:center;margin:20px 0}div#popup_3 .popup__title{text-align:center;margin:20px 0}.submenu-popup-header__nav.color ul li a{position:relative}.popup .contacts__input{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.popup .contacts__textarea{width:100%;margin:30px 0 0}@media (max-width:650px){.popup .contacts__textarea{margin:20px 0 0}}.popup .contacts__textarea textarea{width:100%;min-height:180px}.popup .contacts__input.submit{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.popup .contacts__input.submit{position:relative}.popup .contacts__input.submit svg{position:absolute;top:50%;right:0;-webkit-transform:translate(-50%,-50%);transform:translate(0%,-50%)}.popup .contacts__input.submit input{border:none;color:#fff;-webkit-transform:translate(0,-2px);transform:translate(0,-2px)}.popup .contacts__input.submit input{max-width:244px;margin:0 0 0 auto}.popup .contacts__col:last-child{margin:30px 0 0}@media (max-width:650px){.popup .contacts__col:last-child{margin:20px 0 0}}.popup .close-popup{-webkit-transition:all .8s ease 0s;transition:all .8s ease 0s}.popup .close-popup:hover{-webkit-transform:scale(.95) rotate(90deg);transform:scale(.95) rotate(90deg)}@media (max-width:1050px){.popup .contacts__input{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}.popup .contacts__row:first-child{display:block}}@media (max-width:650px){.popup .contacts__input.submit svg{width:220px;height:66px}.popup .contacts__input.submit input{width:220px}}.popup .close-popup{z-index:5}div#popup_2 .popup__content{-webkit-box-align:start;-ms-flex-align:start;align-items:start;max-width:540px;text-align:left}div#popup_2 .popup__title{text-align:center}div#popup_2 .popup__title{font-size:36px;margin:0}div#popup_2 .popup__title:before{content:"";width:100%;bottom:10px;display:block !important}div#popup_2 .popup__icon{margin:0 0 20px}@media (max-width:650px){div#popup_2 .popup__title{font-size:22px}div#popup_2 .popup__icon img{width:60px;height:60px}div#popup_2 .popup__content p{max-width:330px;font-size:13px}}div#popup_3 .popup__content{-webkit-box-align:start;-ms-flex-align:start;align-items:start;max-width:540px;text-align:left}div#popup_3 .popup__title{text-align:center}div#popup_3 .popup__title{font-size:36px;margin:0}div#popup_3 .popup__title:before{content:"";width:100%;bottom:10px;display:block !important}div#popup_3 .popup__icon{margin:0 0 20px}@media (max-width:650px){div#popup_3 .popup__title{font-size:22px}div#popup_3 .popup__icon img{width:60px;height:60px}div#popup_3 .popup__content p{max-width:330px;font-size:13px}}.hidden-letter{display:none}.btn-line p{font-weight:500;color:#240902}.footer__menu ul a{color:#623f36}.bottom-footer__link a{color:#623f36}.info-faq__btn p{color:#240902}@media (max-width:991px){.btn{border-radius:13px}}@media (max-width:550px){.btn a{font-size:16px}}@media (max-width:450px){.why-lider__title:before{left:0}.why-lider__title{margin:0}}@media (max-width:550px){.top-racchet__column:last-child{-webkit-transform:translate(-50px,0px);transform:translate(-50px,0px)}.top-racchet__tab{font-size:13px}}html{scroll-behavior:smooth;scroll-timeline:smooth;scroll-timeline-duration:1.5s}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:1000}.modal-content{position:relative;width:30vw;height:80%;margin:5% auto}.modal-video{width:100%;border-radius:20px;overflow:hidden;height:100%;-o-object-fit:cover;object-fit:cover}.close-btn{position:absolute;top:-40px;right:0;color:#fff;font-size:30px;cursor:pointer}.nav-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-size:30px;cursor:pointer;padding:5px;background:rgba(255,255,255,.18);border:none;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-btn svg{width:55px}.prev-btn{left:-60px}.next-btn{right:-60px}.video-slide{position:relative;cursor:pointer}.play-button-cust:after{content:url("data:image/svg+xml,%3Csvg width='79' height='103' viewBox='0 0 79 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34501 6.80028C2.48004 5.66498 2.87805 4.57684 3.50742 3.62235C4.13678 2.66787 4.98013 1.87336 5.97042 1.302C6.96072 0.73064 8.07064 0.398176 9.21197 0.331043C10.3533 0.263909 11.4946 0.463955 12.545 0.915278C17.855 3.18528 29.755 8.58028 44.855 17.2953C59.96 26.0153 70.585 33.6303 75.2 37.0853C79.14 40.0403 79.15 45.9003 75.205 48.8653C70.635 52.3003 60.14 59.8153 44.855 68.6453C29.555 77.4753 17.795 82.8053 12.535 85.0453C8.005 86.9803 2.93501 84.0453 2.34501 79.1603C1.65501 73.4503 0.365004 60.4853 0.365004 42.9753C0.365004 25.4753 1.65001 12.5153 2.34501 6.80028Z' fill='%23C28653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34501 6.80028C2.48004 5.66498 2.87805 4.57684 3.50742 3.62235C4.13678 2.66787 4.98013 1.87336 5.97042 1.302C6.96072 0.73064 8.07064 0.398176 9.21197 0.331043C10.3533 0.263909 11.4946 0.463955 12.545 0.915278C17.855 3.18528 29.755 8.58028 44.855 17.2953C59.96 26.0153 70.585 33.6303 75.2 37.0853C79.14 40.0403 79.15 45.9003 75.205 48.8653C70.635 52.3003 60.14 59.8153 44.855 68.6453C29.555 77.4753 17.795 82.8053 12.535 85.0453C8.005 86.9803 2.93501 84.0453 2.34501 79.1603C1.65501 73.4503 0.365004 60.4853 0.365004 42.9753C0.365004 25.4753 1.65001 12.5153 2.34501 6.80028Z' fill='url(%23paint0_linear_91_88)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_91_88' x1='0.365004' y1='0.318359' x2='81.924' y2='4.0827' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.285883' stop-color='%23DC843A'/%3E%3Cstop offset='1' stop-color='%23C18553'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");position:absolute;top:50%;left:52.5%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:79px;height:103px;-webkit-transition:all .3s;transition:all .3s}.play-button-cust:hover:after{-webkit-transform:scale(1.03) translate(-50%,-50%);transform:scale(1.03) translate(-50%,-50%);-webkit-filter:drop-shadow(5px 5px 0);filter:drop-shadow(5px 5px 0)}@media (max-width:650px){.play-button-cust:after{content:url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 79 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34501 6.80028C2.48004 5.66498 2.87805 4.57684 3.50742 3.62235C4.13678 2.66787 4.98013 1.87336 5.97042 1.302C6.96072 0.73064 8.07064 0.398176 9.21197 0.331043C10.3533 0.263909 11.4946 0.463955 12.545 0.915278C17.855 3.18528 29.755 8.58028 44.855 17.2953C59.96 26.0153 70.585 33.6303 75.2 37.0853C79.14 40.0403 79.15 45.9003 75.205 48.8653C70.635 52.3003 60.14 59.8153 44.855 68.6453C29.555 77.4753 17.795 82.8053 12.535 85.0453C8.005 86.9803 2.93501 84.0453 2.34501 79.1603C1.65501 73.4503 0.365004 60.4853 0.365004 42.9753C0.365004 25.4753 1.65001 12.5153 2.34501 6.80028Z' fill='%23C28653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34501 6.80028C2.48004 5.66498 2.87805 4.57684 3.50742 3.62235C4.13678 2.66787 4.98013 1.87336 5.97042 1.302C6.96072 0.73064 8.07064 0.398176 9.21197 0.331043C10.3533 0.263909 11.4946 0.463955 12.545 0.915278C17.855 3.18528 29.755 8.58028 44.855 17.2953C59.96 26.0153 70.585 33.6303 75.2 37.0853C79.14 40.0403 79.15 45.9003 75.205 48.8653C70.635 52.3003 60.14 59.8153 44.855 68.6453C29.555 77.4753 17.795 82.8053 12.535 85.0453C8.005 86.9803 2.93501 84.0453 2.34501 79.1603C1.65501 73.4503 0.365004 60.4853 0.365004 42.9753C0.365004 25.4753 1.65001 12.5153 2.34501 6.80028Z' fill='url(%23paint0_linear_91_88)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_91_88' x1='0.365004' y1='0.318359' x2='81.924' y2='4.0827' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.285883' stop-color='%23DC843A'/%3E%3Cstop offset='1' stop-color='%23C18553'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");top:50%;left:48.5%;width:35px;height:35px}}@media (max-width:650px){.modal-content{width:100%;padding:20px;height:80%;-webkit-transform:translate(0,10%);transform:translate(0,10%)}.close-btn{right:35px;top:-10px}.prev-btn{left:10px}.prev-btn svg{width:35px}.next-btn{right:10px}.next-btn svg{width:35px}}@media (min-width:991px){.swiper-button__arrow{position:absolute;width:100%;bottom:20px}}a.gallery__message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gallery__text p{color:#240902;font-weight:500}.projects__desp{max-width:700px}.gallery-image__fon{-webkit-animation:float 5s ease-in-out infinite;animation:float 5s ease-in-out infinite}.services-uslugi .services-uslugi__fon{-webkit-animation:float 5s ease-in-out infinite;animation:float 5s ease-in-out infinite}@media (min-width:1200px){.info-faq__btn p{width:280px;height:83px;-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}}@media (max-width:650px){.elem-why__img{width:48px;height:48px}.project__button{width:120px}.project__button svg{width:120px}.project__links{bottom:12px;padding:8px;border-radius:9px;height:35px;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project__links svg{width:24px;height:24px}.top-racchet__tabs{gap:70px}.top-racchet__tabs-global{-webkit-transform:translate(35px,0);transform:translate(35px,0)}.why__video{margin:25px 0}.elem-why .elem-why__elem:before{top:-5px}.gallery .swiper-container{padding:0 0 30px}.feedback__btn.btn a{height:auto;padding:12px 14px 16.5px}.contacts__input.submit svg{height:66px}.info-faq__btn p{font-size:16px}.feedback__btn{margin:15px auto 0 auto}section.feedback .individ__desp__img-bukva{float:left;position:relative;width:42px;height:45px;margin:-30px 3px 0 0}span.span_spoller{font-size:14px}span.services__item-number{font-family:"Playfair Display"}a.footer__logo img{min-width:200px}}.contacts-podpis__content h2 span.probel.probel-1{display:none}.blog-state__title:after{width:0;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.blog-state__title._active:after{width:100%;-webkit-transition:all 3s ease .5s;transition:all 3s ease .5s}.blog-state__title:before{width:0;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.blog-state__title._active:before{width:100%;-webkit-transition:all 3s ease .5s;transition:all 3s ease .5s}.blog-state__content:before{content:"";width:0;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.blog-state__content:after{content:"";width:0;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.blog-state__content._active:before{content:"";width:100%;-webkit-transition:all 3s ease .5s;transition:all 3s ease .5s}.blog-state__content._active:after{content:"";width:100%;-webkit-transition:all 3s ease .5s;transition:all 3s ease .5s}section.racchet span.probel{display:none}section.contacts .top-racchet__title span.probel{display:none}section.contacts.contacts-podpis span.probel{display:none}.gallery__title.h2 span.probel.probel{display:none}@media (max-width:650px){span.probel{width:15px}.elem-why .elem-why__elem:before{height:1px}}@media (max-width:650px){.gallery .swiper-slide{height:180px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.gallery .swiper-slide img{min-height:180px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.gallery .swiper-slide-active{height:100%;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.gallery .swiper-slide-active{height:250px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.play-button-cust{height:100%;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.gallery .swiper-container{min-height:285px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.top-feedback .individ__desp{margin:17px 0 0}}.state .state-item__btn p{font-weight:400 !important}a.footer__message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-animate .char{cursor:default !important}body{cursor:default !important}html{cursor:default !important}a{cursor:pointer !important}.popup .contacts__input.submit input:focus{backdrop-filter:blur(0px);box-shadow:none}.popup .contacts__input.submit input{margin:0 auto;transform:translate(-15px,-2px)}.wpcf7-response-output{display:none}span.wpcf7-spinner{display:none}form.wpcf7-form.invalid .wpcf7-validates-as-required{border-style:solid !important;border-color:rgba(173,25,25,.78) !important;border-image:initial !important;box-shadow:1px 1px 5px rgba(173,25,25,.78) !important}.cursor,.cursor-follower{top:0}.state-item__image img{max-height:200px}.page-faq .info-faq__title h2{font-weight:400}.single-page__image img{width:100%;height:auto}@media (min-width:1200px){.dizzz span.word-group.weight-cust{display:block}}@media (max-width:650px){.popup__title{max-width:300px}div#popup_2 .popup__title:before{left:0}.popup .contacts__input.submit input{width:185px}.single-page__conts h2{margin:0 0 10px}.state-item__btn.btn-line path{animation:none !important;stroke-dashoffset:0 !important;stroke-dasharray:0 !important}.individ__image{width:100%}}a.projects__slide.project{height:auto}.state-item__content{height:100%}.state-item__content{height:100%;display:flex;flex-direction:column}.state-item__desp{flex:1 1 auto}.gallery .video-slide{width:100%}.top-racchet__tab{cursor:pointer}.gallery .swiper-button-next,.gallery .swiper-button-prev{cursor:pointer !important}.top-feedback .top-feedback__tab:hover{background:#c18553;cursor:pointer;color:#fff}.top-feedback .top-feedback__tab p{transition:all .4s ease 0s}.top-feedback .top-feedback__tab:hover p{color:#fff}.num-bap{margin:0 50px 0 0}.num-bap img{border-radius:15px;width:200px;height:0;transition:all .8s ease 0s;object-fit:cover;display:block}.services__item:hover .num-bap img{height:120px}.single-page__conts img{position:relative;opacity:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-transition:clip-path 1.2s ease,opacity .3s ease;transition:clip-path 1.2s ease,opacity .3s ease}.single-page__conts._active img{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.single-page__lines{z-index:2}@media (max-width:991px){.num-bap img{height:120px}.num-bap{margin:0 20px 0 0}.services__item-content h4{flex:0 1 50%}.num-bap img{border-radius:10px;height:60px;width:95px}.services__item-title{font-size:16px}}@media (max-width:650px){.services__item-content h4{flex:0 1 60%}.num-bap{margin:0 15px 0 0}}@media (min-width:991px){.gallery .swiper-container{transform:translate(70px,0)}}.faq-faq__spoller{cursor:pointer}.top-racchet__tab p{transition:all .4s ease 0s}.top-racchet__tab:hover p{color:#dd843a;transform:scale3d(1.1,1.1,1)}.project__link-global:nth-child(2){margin:0 0 0 15px}.project__link-global:last-child{margin:0}.single-page__conts img{opacity:1;clip-path:none}a.faq__btn{transition:all .4s ease 0s}a.faq__btn:hover{transform:scale(.95) rotate(1deg)}.page-template-page-faq .individ__desp__img-bukva img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page-template-page-faq .individ__desp__img-bukva{display:inline;float:left;position:relative;width:52px;height:52px;margin:-33px 3px 0 0}#scrollToTopBtn{visibility:hidden;opacity:1;position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:20%;background-color:#c18553;color:#fff;border:none;cursor:pointer;font-size:20px;outline:none;transition:all .4s ease 0s;z-index:1000}#scrollToTopBtn:after{content:"";width:12px;height:3px;background-color:#fff;position:absolute;left:56%;top:50%;z-index:3;-webkit-transform:translate(-50%,-55%) rotate(45deg);transform:translate(-50%,-55%) rotate(45deg);-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}#scrollToTopBtn:before{content:"";width:12px;height:3px;background-color:#fff;position:absolute;left:43%;top:50%;z-index:3;-webkit-transform:translate(-50%,-45%) rotate(-45deg);transform:translate(-50%,-45%) rotate(-45deg);-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}#scrollToTopBtn:hover{transform:scale(1.1)}@media (max-width:650px){button#scrollToTopBtn{width:40px;height:40px;bottom:10px;right:10px}#scrollToTopBtn:after{left:60%}}.gallery .swiper-slide-active{max-height:100% !important}.gallery .swiper-slide{height:100% !important}#chaty-widget-0 .chaty-widget{bottom:95px !important;right:17px !important}#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button{background-color:#c18553 !important}span.chaty-svg g circle{fill:#c18553 !important}@media (max-width:650px){#chaty-widget-0 .chaty-widget{bottom:55px !important;right:0 !important}}.single-page__image{max-height:500px}.work__gallery a{max-height:450px}.work__gallery img{object-fit:cover}.images-uslugi__link{cursor:pointer}.racchet-content__desp a{color:#dd843a;text-decoration:underline}.racchet-content__desp a:hover{text-decoration:none}.cirkle-racchet__name input{height:auto;padding:0;border:none !important;transform:none !important;font-weight:500;font-size:60px;white-space:nowrap;color:#240902;line-height:1.3;text-transform:uppercase;flex:0 0 25%;margin:0 10px 0 0;box-shadow:none !important}.cirkle-racchet__name input:focus{transform:translateY(0px) !important;backdrop-filter:blur(0px) !important}.cirkle-racchet__name{position:relative;z-index:5;display:flex;justify-content:center;align-items:center}@media (max-width:1400px){.project__links{bottom:10px}}@media (min-width:1200px){@media (max-width:1400px){.top-feedback__tabs{transform:translate(-50px,0px)}}}@media (max-width:650px){.top-feedback__tabs{padding:0 0 15px}.bottom-feedback .projects__swiper{padding:70px 0 0;margin:-85px 0 0}}@media (max-width:1150px){.cirkle-racchet__name input{font-size:40px}}@media (max-width:550px){.cirkle-racchet__name input{font-size:32px}}.gallery .swiper-container{position:relative;width:100%;height:100%;overflow:hidden}.gallery .swiper-wrapper{position:relative;width:100%;height:100%;display:flex;transition-property:transform;box-sizing:content-box}.gallery .swiper-slide{flex-shrink:0;position:relative;transition-property:transform}.gallery .swiper-container-rebuilding .swiper-wrapper{transition:none !important}.contacts__textarea{max-height:100% !important}.itap__title.title h3{font-weight:500}.state .btn-line svg path,.state .btn-line-two svg path{animation:none !important;stroke-dashoffset:0 !important}.gallery .swiper-slide{background:#ffffff00;height:auto !important}@media (max-width:1200px){.gallery .swiper-container{transform:translate(0px,0)}}@media (max-width:1300px){.gallery .swiper-container{overflow:visible !important}}@media (min-width:991px){section.contacts.contacts-podpis textarea{height:180px}}.projects__content{opacity:1;transform:translate(0,0)}.checkbox{--size:18px;--size-2:12px;--gap:12px}.checkbox .wpcf7-form-control,.checkbox .wpcf7-list-item{display:contents}.checkbox br{display:none}.checkbox__label{display:grid;grid-template-columns:var(--size) auto;align-items:center;gap:var(--gap);cursor:pointer}.checkbox__control{display:grid;place-content:center;margin-top:2px;padding:0;width:var(--size);height:var(--size);border-radius:6px;background-color:transparent;border:1px solid #623f36 !important;border:0;border-radius:5px;transform:translateY(-.075em);transition:.3s ease;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.checkbox__control:before{content:"";width:var(--size);height:var(--size);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQuODMgMGMuMjUuMDguMTkuMjIyLjA0LjM4My0uNTkzLjYzNS0xLjQ4MiAxLjI4My0yLjE0MyAxLjg4NC0yLjY5MiAyLjQ1MS00Ljk5OSA0LjkwNC03LjAxMyA4LjA2OS0uMjk4LjQ2OS0uNjA4IDEuMTE1LS45MTcgMS41MzYtLjA2OS4wOTQtLjE1Ni4xODQtLjI1OC4wODVMLjAwNyA2LjU1NGMtLjA0LS4xNDMuMDk0LS4yNDMuMTgtLjMzM2EzMiAzMiAwIDAgMSAyLjE3Ni0yLjA1M2MuMTUyLS4xMy4yNDUtLjI2LjM5Ny0uMDMybDEuNzMgMi44MTVDNy41MzggNC4wMjMgMTAuOTkgMS40ODggMTQuODMgMCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTV2MTJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");background-repeat:no-repeat;background-position:center;background-size:var(--size-2);transform:scale(.6);transform-origin:center;opacity:0;transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .12s ease}.checkbox__control:checked{background-color:#af8378}.checkbox__control:checked:before{transform:scale(1);opacity:1}.checkbox__text{align-self:center;font-size:16px}.checkbox__text a{text-decoration:underline}.checkbox__text a:hover{text-decoration:none}