.calc-product{display:flex;flex-direction:column;gap:20px;padding:30px}.calc-product-head{display:flex;flex-direction:row;justify-content:space-between}.calc-product-price{align-items:flex-end;display:flex;flex-direction:column;gap:20px}.calc-product-price-text{position:relative}.calc-product-price-text:before{aspect-ratio:1/1;background:var(--red);border-radius:50%;content:"";height:14px;left:-20px;position:absolute;top:2px;width:14px}.calc-product-price span{color:var(--accent);font-family:SouthGhetto}.calc-product-img{position:relative}.calc-product-img,.calc-product-img img{aspect-ratio:1/1;border-radius:20px;height:362px;margin:0 auto;width:362px}.calc-product-img img{display:block;height:100%;inset:0;-o-object-fit:contain;object-fit:contain;position:absolute;width:100%}.calc-product-name{align-items:flex-end;display:flex;flex-direction:row-reverse;gap:20px;height:100%;justify-content:space-between}.calc-product-name span{color:var(--accent);text-align:left}.calc-product-name .calc-product-name-count{color:var(--text);text-align:left}.calc-product-head-text,.calc-product-name .calc-product-name-count span{color:var(--accent)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-text-enter-active,.fade-text-leave-active{transition:opacity .3s ease,transform .3s ease}.fade-text-enter-from,.fade-text-leave-to{opacity:0;transform:translateY(6px)}.fade-text-enter-to,.fade-text-leave-from{opacity:1;transform:translateY(0)}@media screen and (max-width:1799px){.calc-product{gap:0;padding:20px}.calc-product-price{gap:20px}.calc-product-price-text{display:block;text-align:right;width:-moz-min-content;width:min-content}.calc-product-img{margin-top:-36px}.calc-product-img,.calc-product-img img{height:218px;width:218px}}@media screen and (max-width:1199px){.calc-product{grid-row:2/3}}@media screen and (max-width:639px){.calc-product-head{align-items:flex-start;flex-direction:column;gap:20px}.calc-product-price{gap:10px;padding-left:10px;width:100%}.calc-product-price-text{text-align:right;width:100%}.calc-product-price-text:before{height:8px;left:-10px;width:8px}.calc-product{height:430px}.calc-product-img{margin-top:20px}}.slider-wrapper.n-carousel{border-radius:var(--border-radius)}.slider-arrows{align-items:center;display:flex;gap:5px;justify-content:center;margin-top:30px}.slider-arrows.wide-bottom-mobile,.slider-arrows.wide-hidden-mobile,.slider-arrows.wide-mobile{justify-content:space-between;margin-top:0;padding:0 20px;position:absolute;top:50%;translate:0 -50%;visibility:hidden;width:100%}.slider-arrows.notebook-only{display:none}.slider-arrow{align-items:center;aspect-ratio:1;background-color:var(--white);border:none;border-radius:50%;color:var(--text);cursor:pointer;display:flex;height:32px;justify-content:center;outline:none;transition:var(--transition);visibility:visible;width:32px}@media(hover:hover){.slider-arrow:hover{background-color:var(--accent);color:var(--white)}}@media(hover:none){.slider-arrow:active{background-color:var(--accent);color:var(--white)}}.slider-dots{align-items:center;background-color:var(--text);border-radius:50px;bottom:20px;display:flex;gap:1px;left:20px;padding:1px;position:absolute;width:-moz-max-content;width:max-content}.slider-dots span{background-color:var(--accent);border-radius:50px;cursor:pointer;height:13px;transition:var(--transition);width:13px}.slider-dots span._active-dot{background-color:var(--white);width:120px}@media screen and (max-width:1799px){.slider-arrows.notebook-only{display:flex}}@media screen and (max-width:1199px){.slider-arrows.notebook-only{display:none}}@media screen and (max-width:639px){.slider-arrows.wide-hidden-mobile{display:none}.slider-arrows.wide-bottom-mobile{gap:20px;justify-content:center;margin-top:10px;position:static;translate:0 0}.slider-wrapper.n-carousel:has(.slider-arrows.wide-bottom-mobile){border-radius:unset}.slider-arrows.wide-bottom-mobile .slider-arrow{background-color:var(--accent);color:var(--white)}.slider-arrows.wide-bottom-mobile .slider-arrow:active{background-color:var(--white);color:var(--accent)}}.base-button{all:unset;align-items:center;border-radius:100px;box-sizing:border-box;cursor:pointer;display:flex;padding:20px;transition:var(--transition);width:100%}.base-button.left{flex-direction:row-reverse}.base-button-text{text-align:center;transition:var(--transition);width:100%}.base-button.black,.base-button.black-text,.base-button.primary,.base-button.white{background-color:var(--white)}.base-button.primary p,.base-button.white p{color:var(--accent)}.base-button.gray{background-color:var(--gray)}.base-button.black-text .base-button-dot,.base-button.primary .base-button-dot,.base-button.white .base-button-dot{background-color:var(--accent)}.base-button.black p,.base-button.black-text p,.base-button.gray p{color:var(--text)}.base-button.black .base-button-dot,.base-button.gray .base-button-dot{background-color:var(--text)}.base-button.s{gap:10px;padding:15px 20px;width:-moz-max-content;width:max-content}.base-button.l{padding:25px}.base-button.white-orange{background-color:#fae8dd;border-radius:30px;height:100px}@media(hover:hover){.base-button:not(.lock,.white):hover{background-color:var(--accent)}.base-button:not(.lock,.white,.white-orange):hover .base-button-dot{background-color:var(--white);transform:scale(4)}.base-button.white-orange:hover .base-button-dot{background-color:var(--white)}.base-button:not(.lock,.white):hover .base-button-text{color:var(--white)}.base-button.s:not(.lock):hover .base-button-dot{transform:scale(3) translate(-2px)}.base-button.l:not(.lock):hover .base-button-dot{transform:scale(5)}}@media(hover:none){.base-button:not(.lock,.white):active{background-color:var(--accent)}.base-button:not(.lock,.white):active .base-button-dot{background-color:var(--white)}.base-button:not(.lock,.white):active .base-button-text{color:var(--white)}}.base-button.lock{cursor:not-allowed}@media screen and (max-width:1199px){.base-button{border-radius:50px}.base-button.l{padding:20px}}@media screen and (max-width:639px){.base-button.l{padding:15px}}.title-dote{aspect-ratio:1/1;background:var(--red);border-radius:50%;height:14px}.title-container-top{align-items:center;display:flex;flex-direction:row;gap:10px;height:15px;margin-bottom:20px}.title-container-top span{margin-bottom:-2px}._left{justify-content:left;text-align:left}._center{justify-content:center;text-align:center}._black{background-color:var(--text)}._red{background-color:var(--red)}._orange{background-color:var(--accent)}.base-section-title{color:var(--accent);display:block;line-height:35px;margin-top:-10px}#calc-section{margin-bottom:unset;width:100%}#calc-section .container{padding:unset}.calc-container{display:grid;gap:40px;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:600px;margin-top:30px}.calc-settings-rows{display:grid;gap:40px;grid-template-rows:repeat(3,1fr)}.calc-elem{background:var(--gray);border-radius:30px}.calc-settings-row{display:flex;flex-direction:column;gap:20px;justify-content:center;padding:0 20px}.calc-settings-params{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.calc-settings-title{color:var(--accent)}.calc-settings-params input{display:none}.calc-settings-params label{align-items:center;background:var(--white);border-radius:50px;color:var(--accent);cursor:pointer;display:block;display:flex;flex-direction:row;gap:10px;padding:15px 20px;transition:var(--transition);width:100%}.calc-settings-params label p{display:block;text-align:center;width:100%}.calc-settings-params label span{aspect-ratio:1/1;background:currentColor;border-radius:50%;display:block;height:14px;width:14px}.calc-settings-params label:hover{background:#c8c7c7;color:var(--white)}.calc-settings-params label:has(input:checked){background:var(--text);color:var(--white)}.calc-btn{margin-top:30px}.calc-btn.gray p{color:var(--accent)}.calc-btn.gray .base-button-dot{background:var(--accent)}.calc-settings-params label p.ghetto{line-height:100%}@media screen and (max-width:1799px){.calc-container{gap:24px;height:362px}.calc-settings-row{gap:12px;padding:0 12px}.calc-elem{border-radius:18px}.calc-settings-params{gap:12px}.calc-settings-params label{height:40px}.calc-settings-params label span{height:6px;width:6px}.calc-settings-rows{gap:24px}}@media screen and (max-width:1199px){.calc-container{gap:30px;grid-template-columns:1fr;grid-template-rows:1fr 1fr;height:unset;max-height:calc(100vh - 350px);overflow-y:auto}.calc-settings-rows{gap:20px}.calc-settings-row{height:107px}.calc-product-slider{height:330px}}@media screen and (max-width:639px){.calc-container{grid-template-rows:auto}.calc-settings-params{grid-template-columns:1fr}.calc-settings-row{height:auto;padding:12px}.calc-settings-title{color:var(--text)}.calc-product-slider{height:430px}}.base-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8a56;cursor:pointer;inset:0;position:fixed}.base-popup__content{align-items:center;background-color:var(--background);cursor:default;display:flex;height:100%;justify-content:center;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}._animate-up{animation:scale-up .3s}._animate-down{animation:scale-down .3s}.base-popup-fade-enter-active,.base-popup-fade-leave-active{transition:opacity .3s}.base-popup-fade-enter-from,.base-popup-fade-leave-to{opacity:0}@keyframes scale-up{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes scale-down{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(0)}}.close-calc{align-items:center;aspect-ratio:1;background-color:var(--text);border-radius:50%;color:var(--white);cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:50px;top:50px;transition:var(--transition);width:36px}.close-calc:active{background-color:var(--accent)}@media(hover:hover){.close-calc:hover{background-color:var(--accent)}}@media screen and (max-width:639px){.close-calc{right:10px;top:30px}}.form-link{color:var(--text);text-decoration:underline;transition:var(--transition)}.form-link:hover{color:var(--accent)}.bottom-form{display:flex;flex-direction:column;margin-top:10px}.form-popup{align-items:center;gap:30px;justify-content:center;max-height:calc(100vh - 80px);overflow:hidden;padding-top:2px}.form-popup,.form-popup-wrapper{display:flex;flex-direction:column}.form-popup-wrapper{background-color:var(--white);border-radius:30px;gap:20px;max-width:680px;padding:40px 40px 0}.form-popup-wrapper .form-popup-btn{margin-left:-40px;width:calc(100% + 80px)}.form-popup-wrapper-scroll{max-height:calc(100vh - 350px);overflow-y:auto;scrollbar-width:none}.form-popup-wrapper-scroll::-webkit-scrollbar{height:0;width:0}@media screen and (max-width:1199px){.form-popup-wrapper{padding:30px 30px 0}.form-popup-wrapper .form-popup-btn{margin-left:-30px;width:calc(100% + 60px)}}@media screen and (max-width:639px){.form-popup-wrapper{gap:10px;padding:10px 10px 0}.form-popup-wrapper .form-popup-btn{margin-left:-10px;width:calc(100% + 20px)}}.preloader{background:linear-gradient(90deg,#5e3b24,#2f1200);display:grid;inset:0;place-items:center;position:fixed;transition:var(--transition);translate:0 -120vh;z-index:1500}.preloader.active{translate:0 0}.preloader svg{translate:-11.09375vw 0;width:108.75vw}@keyframes bounce{0%,to{animation-timing-function:ease-in;translate:-210px -30%}50%{animation-timing-function:ease-out;translate:-210px 30%}}@media screen and (max-width:1799px){.preloader svg{translate:-11.08333vw 0;width:108.75vw}}@media screen and (max-width:1199px){.preloader svg{translate:-10.9375vw 0;width:109.375vw}}@media screen and (max-width:639px){.preloader svg{translate:-4vw 0;width:101.33333vw}}.preloader-circle{align-items:center;background-color:#fff;display:flex;justify-content:center;inset:0;opacity:1;pointer-events:all;position:fixed;z-index:500}.preloader-circle.hidden{opacity:0;pointer-events:none;transition:.5s}.lds-ring{display:inline-block;height:80px;position:relative;width:80px}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid var(--accent);border-color:var(--accent) transparent transparent transparent;border-radius:50%;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(1turn)}}#base-popup-provider-container{position:fixed;z-index:3000}body:has(.base-popup){margin-right:5px;overflow:hidden}body:has(.base-popup) header{width:calc(100% - 5px)}@media screen and (max-width:1200px){body:has(.base-popup){margin-right:0;overflow:hidden}body:has(.base-popup) header{width:100%}}:root{--accent:#e58d55;--red:#ca1b1b;--text:#454140;--lock-text:#aaa8a8;--background:#f1f1f1;--gray:#e8e8e8;--white:#fff;--accent-dark:#95674b;--accent-deep:#ac6232;--transition:.5s ease}@font-face{font-family:Roboto;font-weight:100;src:url(./Roboto-Thin.DL0duS5J.ttf)}@font-face{font-family:Roboto;font-weight:200;src:url(./Roboto-ExtraLight.BcarhL20.ttf)}@font-face{font-family:Roboto;font-weight:300;src:url(./Roboto-Light.r0KW6U_F.ttf)}@font-face{font-family:Roboto;font-weight:400;src:url(./Roboto-Regular.CN_pkOMA.ttf)}@font-face{font-family:Roboto;font-weight:500;src:url(./Roboto-Medium.CwcsZ-zd.ttf)}@font-face{font-family:Roboto;font-weight:600;src:url(./Roboto-SemiBold.EVIM0_1H.ttf)}@font-face{font-family:Roboto;font-weight:700;src:url(./Roboto-Bold.yTHeQuef.ttf)}@font-face{font-family:Roboto;font-weight:800;src:url(./Roboto-ExtraBold.CL74Hpzo.ttf)}@font-face{font-family:Roboto;font-weight:900;src:url(./Roboto-Black.BTYGK7k3.ttf)}@font-face{font-family:SouthGhetto;font-weight:400;src:url(./SouthGhetto.jcZZ_jre.ttf)}@font-face{font-family:Tovar;font-weight:400;src:url(./Tovar.5ydr2uTo.ttf)}*{box-sizing:border-box;letter-spacing:-.03em;margin:0;padding:0}body{background:var(--background);color:var(--text);font-family:Roboto;font-weight:400;line-height:1}main{padding-top:121px}.container{margin:0 auto;max-width:1920px;padding:0 50px;width:100%}.h1,h1{font-size:100px}.h1,.h2,h1,h2{font-family:Tovar;font-weight:400;line-height:100%;text-transform:uppercase}.h2,h2{font-size:50px}.h3,h3{font-family:SouthGhetto;font-size:20px;font-weight:400;letter-spacing:-.02em}.h4,h4{font-size:26px}.h4,.h5,h4,h5{font-family:SouthGhetto;font-weight:400;letter-spacing:-.02em;line-height:100%}.h5,h5{font-size:40px;text-transform:uppercase}.h6,h6{font-size:30px}.h6,.h7,h6{font-family:SouthGhetto;font-weight:400;letter-spacing:-.02em;line-height:100%;text-transform:uppercase}.h7{font-size:24px}.num{color:#c7c6c6;font-family:Tovar;font-size:80px;text-transform:uppercase}.num,p{font-weight:400;line-height:100%}p{font-family:Roboto;font-size:18px}.ghetto,p.small{font-size:16px}.ghetto{font-family:SouthGhetto;letter-spacing:-.02em;line-height:10px;margin-bottom:-2px;margin-top:2px}a{text-decoration:none;transition:var(--transition)}html:has(._firefox),html:has(._firefox) *{scrollbar-color:var(--accent) var(--background);scrollbar-width:thin}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background-color:var(--background);border-radius:20px}::-webkit-scrollbar-thumb{background-color:var(--accent);border:1px solid var(--background);border-radius:20px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#803200}section:not(:has(.scroll-cards)){overflow:hidden}section:not(:last-of-type){margin-bottom:150px}section:last-of-type{margin-bottom:100px}.animate-dot__wrapper{align-items:center;display:flex;gap:10px}.animate-dot{background-color:currentColor;border-radius:50%;height:10px;min-width:10px;transition:.5s;width:10px}.animate-dot__wrapper:hover .animate-dot{animation:pulse 1s ease-in .3s infinite}.page-enter-active,.page-leave-active{transition:.5s .5s}br.mobile{display:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:0}}@keyframes UpDown{0%,to{transform:translateY(0)}50%{transform:translateY(100px)}}@keyframes UpDownLow{0%,to{transform:translateY(0)}50%{transform:translateY(50px)}}@keyframes scaledUpDown{0%,to{transform:scale(1)}50%{transform:scale(.9)}}@media screen and (max-width:1799px){.h1,h1{font-size:80px}.h2,h2{font-size:36px}.h3,h3{font-size:20px}.h4,.h5,.h6,h4,h5,h6{font-size:26px}.h7{font-size:22px}.num{font-size:80px}p{font-size:18px}.ghetto,p.small{font-size:16px}section:not(:last-of-type){margin-bottom:120px}section:last-of-type{margin-bottom:80px}}@media screen and (max-width:1199px){.container{padding:0 20px}.h1,h1{font-size:40px}.h2,h2{font-size:32px}.h3,h3{font-size:18px}.h4,h4{font-size:26px}.h5,h5{font-size:20px}.h6,h6{font-size:26px}.h7{font-size:20px}.num{font-size:80px}p{font-size:18px}p.small{font-size:16px}section:not(:last-of-type){margin-bottom:100px}section:last-of-type{margin-bottom:80px}section:not(:has(.scroll-cards)){overflow:unset}main{overflow:hidden}}@media screen and (max-width:639px){br.mobile{display:block}br.desktop{display:none}.h1,h1{font-size:34px}.h2,h2{font-size:30px}.h3,h3{font-size:18px}.h4,.h5,h4,h5{font-size:20px}.h6,h6{font-size:22px}.h7{font-size:16px}.num{font-size:40px}p{font-size:16px}p.small{font-size:14px}section:last-of-type,section:not(:last-of-type){margin-bottom:80px}}.error-page-container{align-items:center;background-color:var(--text);display:flex;height:100vh}.error-page{align-items:center;display:flex;flex-direction:column;height:800px;justify-content:center;overflow:hidden;position:relative;width:100%}.error-page svg{height:100%;left:30%;position:fixed;translate:-50% 0;width:131.57895vw}.error-block{bottom:120px;color:var(--white);display:flex;flex-direction:column;left:50%;position:absolute;text-align:center;translate:-50% 0}.error-title{text-wrap:nowrap}.error-text{font-size:24px;margin:10px 0 30px}@media screen and (max-width:1799px){.error-page-container{min-height:700px}.error-page svg{left:30%;width:1600px}.error-block{bottom:140px}.error-title{font-size:36px}.error-text{font-size:20px}}@media screen and (max-width:1199px){.error-page svg{width:950px}.error-block{bottom:170px}.error-title{font-size:24px}.error-text{font-size:16px}}@media screen and (max-width:639px){.error-page-container{background:linear-gradient(180deg,#803200 0,var(--accent) 100%);background-color:transparent}.error-page{height:100%}.error-page svg{bottom:140px;height:-moz-max-content;height:max-content;left:30%;min-width:550px;rotate:-15deg;width:150%}.error-block{bottom:unset;text-align:left;top:120px;width:calc(100% - 40px)}.error-title{font-size:20px}.error-text{font-size:18px}}
