.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}@media screen and (max-width:767px){.flex-m{display:flex}.flex-m-column{flex-direction:column}.flex-m-row{flex-direction:row}}.grid{display:grid}.grid-column-1_2{grid-template-columns:1fr 2fr}.grid-column-2{grid-template-columns:repeat(2,1fr)}.grid-column-2_1{grid-template-columns:2fr 1fr}.grid-column-3{grid-template-columns:repeat(3,1fr)}.grid-column-4{grid-template-columns:repeat(4,1fr)}.grid-gap-sm{gap:8px}.grid-gap-md{gap:16px}.grid-gap-lg{gap:24px}.m-ma-lg{margin:30px!important}.m-ma-md{margin:20px!important}.m-ma-sm{margin:16px!important}.m-ma-none{margin:0!important}.m-mt-lg{margin-top:30px!important}.m-mt-md{margin-top:20px!important}.m-mt-sm{margin-top:16px!important}.m-mt-xs{margin-top:8px!important}.m-mt-none{margin-top:0!important}.m-mb-lg{margin-bottom:30px!important}.m-mb-md{margin-bottom:20px!important}.m-mb-sm{margin-bottom:16px!important}.m-mb-xs{margin-top:8px!important}.m-mb-none{margin-bottom:0!important}.m-mr-lg{margin-right:30px!important}.m-mr-md{margin-right:20px!important}.m-mr-sm{margin-right:16px!important}.m-mr-xs{margin-top:8px!important}.m-mr-none{margin-right:0!important}.m-ml-lg{margin-left:30px!important}.m-ml-md{margin-left:20px!important}.m-ml-sm{margin-left:16px!important}.m-ml-none{margin-left:0!important}.p-pt-lg{padding-top:30px!important}.p-pt-md{padding-top:20px!important}.p-pt-sm{padding-top:16px!important}.p-pt-none{padding-top:0!important}.p-pb-lg{padding-bottom:30px!important}.p-pb-md{padding-bottom:20px!important}.p-pb-sm{padding-bottom:16px!important}.p-pb-none{padding-bottom:0!important}.p-pr-lg{padding-right:30px!important}.p-pr-md{padding-right:20px!important}.p-pr-sm{padding-right:16px!important}.p-pr-none{padding-right:0!important}.p-pl-lg{padding-left:30px!important}.p-pl-md{padding-left:20px!important}.p-pl-sm{padding-left:16px!important}.p-pl-none{padding-left:0!important}.p-pa-lg{padding:30px!important}.p-pa-md{padding:20px!important}.p-pa-sm{padding:16px!important}.p-pa-none{padding:0!important}@media screen and (max-width:767px){.m-mt-lg-m{margin-top:30px!important}.m-mt-md-m{margin-top:20px!important}.m-mt-sm-m{margin-top:16px!important}.m-mt-none-m{margin-top:0!important}.m-mb-lg-m{margin-bottom:30px!important}.m-mb-md-m{margin-bottom:20px!important}.m-mb-sm-m{margin-bottom:16px!important}.m-mb-none-m{margin-bottom:0!important}.m-mr-lg-m{margin-right:30px!important}.m-mr-md-m{margin-right:20px!important}.m-mr-sm-m{margin-right:16px!important}.m-mr-none-m{margin-right:0!important}.m-ml-lg-m{margin-left:30px!important}.m-ml-md-m{margin-left:20px!important}.m-ml-sm-m{margin-left:16px!important}.m-ml-none-m{margin-left:0!important}.p-pt-lg-m{padding-top:30px!important}.p-pt-md-m{padding-top:20px!important}.p-pt-sm-m{padding-top:16px!important}.p-pt-none-m{padding-top:0!important}.p-pb-lg-m{padding-bottom:30px!important}.p-pb-md-m{padding-bottom:20px!important}.p-pb-sm-m{padding-bottom:16px!important}.p-pb-none-m{padding-bottom:0!important}.p-pr-lg-m{padding-right:30px!important}.p-pr-md-m{padding-right:20px!important}.p-pr-sm-m{padding-right:16px!important}.p-pr-none-m{padding-right:0!important}.p-pl-lg-m{padding-left:30px!important}.p-pl-md-m{padding-left:20px!important}.p-pl-sm-m{padding-left:16px!important}.p-pl-none-m{padding-left:0!important}.p-pa-lg-m{padding:30px!important}.p-pa-md-m{padding:20px!important}.p-pa-sm-m{padding:16px!important}.p-pa-none-m{padding:0!important}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(../fonts/Inter-Regular.ttf) format("truetype")}@font-face{font-family:Inter Semibold;font-style:normal;font-weight:600;src:url(../fonts/Inter-Semibold.otf) format("opentype")}@font-face{font-family:Inter Medium;font-style:normal;font-weight:500;src:url(../fonts/Inter-Medium.otf) format("opentype")}@font-face{font-family:Inter Light;font-style:normal;font-weight:300;src:url(../fonts/Inter-Light.otf) format("opentype")}@font-face{font-family:SF Pro Display Medium;font-style:normal;font-weight:500;src:url(/fonts/SFPRODISPLAY-MEDIUM.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:400;src:url(/fonts/SFPRODISPLAYREGULAR.otf) format("opentype")}.modal-fade-center-enter-active{animation:fade .3s}.modal-fade-center-enter-active .modal-center{animation:transformModalCenter .3s}.modal-fade-center-leave-active{animation:fade .2s reverse}.modal-fade-center-leave-active .modal-center{animation:transformModalCenter .3s reverse}.modal-fade-center-enter-from,.modal-fade-center-leave-to{opacity:0}@keyframes transformModalCenter{0%{left:50%;top:50%;transform:translate(-50%,-10%)}to{left:50%;top:50%;transform:translate(-50%,-50%)}}.modal-fade-right-enter-active{animation:fade .3s}.modal-fade-right-enter-active .modal-right{animation:tranformModalRight .3s}.modal-fade-right-leave-active{animation:fade .2s reverse}.modal-fade-right-leave-active .modal-right{animation:tranformModalRight .2s reverse}.modal-fade-right-enter-from,.modal-fade-right-leave-to{opacity:0}@keyframes tranformModalRight{0%{transform:translate(100%)}to{transform:translate(0)}}.modal-fade-left-enter-active{animation:fade .3s}.modal-fade-left-enter-active .modal-left{animation:tranformModalLeft .3s}.modal-fade-left-leave-active{animation:fade .2s reverse}.modal-fade-left-leave-active .modal-left{animation:tranformModalLeft .2s reverse}.modal-fade-left-enter-from,.modal-fade-left-leave-to{opacity:0}@keyframes tranformModalLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.product-count-enter-active{animation:slideLeft .3s}.product-count-enter-from,.product-count-leave-to{opacity:0}@keyframes slideLeft{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media screen and (max-width:767px){.modal-fade-center-enter-active{animation:fade .3s}.modal-fade-center-enter-active .modal-center{animation:transformModalCenter .3s}.modal-fade-center-leave-active{animation:fade .2s reverse}.modal-fade-center-leave-active .modal-center{animation:transformModalCenter .3s reverse}.modal-fade-center-enter-from,.modal-fade-center-leave-to{opacity:0}}.accordion-enter-active,.accordion-leave-active{overflow:hidden;transition:height .3s ease,opacity .3s ease;will-change:height,opacity}.accordion-enter,.accordion-leave-to{height:0!important;opacity:0}@media screen and (min-width:1024px){.desktop-hide{display:none!important}}@media screen and (max-width:1024px){.tablet-hide{display:none!important}}@media screen and (max-width:767px){.mobile-hide{display:none!important}}.arrow{border-bottom:1px solid #fff;border-right:1px solid #fff;cursor:pointer;height:9px;transform:rotate(45deg) translateY(-40%);transition:all .3s ease;width:9px}.arrow-wrapper{display:inline-block;margin-left:5px;width:14px}.arrow.active{transform:rotate(-135deg) translateY(-20%) translate(-30%)}.text-center{text-align:center}.page{background:#f9f9f9;min-height:calc(100vh - 234px);padding-top:146px}@media screen and (max-width:1024px){.page{padding-top:60px}}.container{max-width:1240px;width:100%}.header{font-size:16px;height:96px;position:fixed;transform:translateY(0);transition:transform .3s ease-in-out;width:100%;z-index:3}.header.scroll{transform:translateY(-50px)}.header a{transition:color .3s ease-in-out}.header a:hover{color:#ffc6a3}.header-top{background:#1c1c1c;display:flex;height:50px;justify-content:center;width:100%}.header-top .container{align-items:center;display:flex;justify-content:space-between;width:100%}.header-top__right{display:flex;grid-gap:50px}.header-main{align-items:center;background:#121212;background-blend-mode:darken;display:flex;height:96px;justify-content:center;position:relative;width:100%}.header-main .container{align-items:center;display:flex;height:100%;justify-content:space-between}.header-logo{width:204px}.header-logo svg{height:100%;width:100%}.header-logo svg path{transition:all .3s ease-in-out}.header-logo svg:hover path{fill:#ffc6a3!important}.header-icon{cursor:pointer;display:block;height:18px;position:relative;width:30px;z-index:5}.header-icon span{background-color:#fff;height:2px;left:0;position:absolute;top:calc(50% - 1px);width:100%}.header-icon span:first-child{top:0}.header-icon span:last-child{bottom:0;top:auto}.header-icon{display:none}.header-icon span{transition:all .3s ease}.header-icon__active span:first-child{transform:rotate(45deg) translate(1px,10px);width:30px}.header-icon__active span:nth-child(2){width:0}.header-icon__active span:nth-child(3){transform:rotate(-45deg) translate(1px,-11px);width:30px}.header-nav{display:flex;justify-content:center}.header-nav__icon{grid-gap:20px}.header-nav a{color:#fff;padding-right:30px;text-decoration:none}.header-info{align-items:center;display:flex}.header-info__text{color:#fff;padding-right:25px;text-align:center}.header-info__number{color:#fff;text-decoration:none}.header-info__time{color:#fff}.header-info__link{-moz-column-gap:10px;column-gap:10px;display:flex}.nuxt-link-exact-active{color:#999!important}@media screen and (max-width:992px){.header{display:flex;justify-content:space-between;width:100%}.header-logo{display:block;margin-left:10px;max-width:190px;width:100%}.header-logo__transition{justify-content:space-between;line-height:22px;margin-bottom:-62px;transition:all .2s}.header-icon{display:block;justify-self:end}.header-info__text{display:none}}@media screen and (max-width:767px){.header{height:60px;padding:0 20px}.header-inner{grid-template-columns:30px 1fr 1fr;grid-gap:16px}.header-icon{display:block;justify-self:end}.header-logo{margin-left:0}.header-nav{align-items:center;background:linear-gradient(270.24deg,#050505,#242424 48.75%,#060606);display:flex;flex-direction:column;gap:0;height:100vh;left:-100%;margin:auto;position:absolute;top:0;width:100%}.header-nav__icon{padding-right:0;grid-gap:16px}.header-nav__img{margin-right:0}.header-nav a{display:block;font-size:32px;line-height:70px}.header-mobile{display:flex;justify-content:space-between;width:100%}}.section{padding-bottom:50px;padding-top:50px;position:relative}.section-title{display:flex;justify-content:center}.section-title__text{font-family:Inter Semibold;font-size:3rem;font-weight:600;padding:0 0 20px;text-align:center}.section-content{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:20px}.section-content__logo{margin-bottom:43px}.section-content__text{font-size:32px;margin-bottom:24px;text-align:center}.section-content__subtext{font-size:20px;margin-bottom:150px}.section-content__link{align-items:center;border:1px solid #fff;border-radius:5px;color:#fff;display:flex;font-size:18px;height:47px;justify-content:center;text-decoration:none;width:266px}.section-content__main{padding:150px}.section-main{min-height:580px;padding-top:54px}.section-new{text-align:center}.section-category{display:grid;justify-content:center}.section-models{align-items:center;display:flex;flex-direction:column}.section-advantages{margin-top:100px}.section-gallery{display:flex;justify-content:center}.section-cart{border-radius:12px;margin:100px 0;padding:50px;position:relative}@media (max-width:768px){.section-content__subtext{text-align:center}}@media screen and (max-width:1240px){.section{padding-left:20px;padding-right:20px}}@media screen and (max-width:992px){.section{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.section{padding-left:20px;padding-right:20px}}.product{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between}.product-carousel{display:grid;justify-items:center;margin-right:16px;max-width:460px;min-width:460px;overflow:hidden;position:relative}.product-carousel__slide{border-radius:16px;cursor:zoom-in;height:480px;max-width:100%;overflow:hidden}.product-carousel__slides{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px}.product-carousel__slides img{cursor:pointer;max-height:120px;width:100px}.product-info__name{font-size:32px}.product-info__text{border-bottom:1px solid #000;padding-bottom:10px}.product-info__button,.product-info__text{display:flex;justify-content:space-between;margin-top:20px}.product-info__button button{background-color:#000;border-radius:5px;color:#fff;cursor:pointer;font-size:24px;height:60px;padding:0 30px;width:220px}.product-info__price{font-size:32px}.product-favorites__button{display:flex;justify-content:space-between;margin-top:20px}.product-favorites__button button{border-radius:5px;color:#fff;cursor:pointer;font-size:24px;height:60px;padding:0 30px}.product-main{align-items:center;display:flex;flex-direction:column}.product-main__inner{max-width:1170px;width:100%}.product-comment{margin-top:20px;max-width:970px;padding-left:100px}.product-title{font-size:26px}.product-subtitle{font-size:18px;margin-top:15px}.cool-lightbox__slide img{box-shadow:none!important}@media (max-width:767px){.product-item{flex-wrap:wrap}.product-info{margin-top:20px}}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #0000001a;cursor:pointer;display:grid;grid-template-rows:205px 15px 58px 10px 36px;justify-items:center;max-height:350px;max-width:375px;min-height:350px;min-width:300px;padding:16px 23px;position:relative;transition:background-color .1s}.product-card__image img{max-height:205px}.product-card-carousel{padding-top:10px}.product-card__action{min-width:125px}.product-card__name{font-family:Inter Medium;font-size:24px;font-weight:500;text-align:left;width:100%}.product-card__price{font-family:Inter Light;font-size:14px;font-weight:300;text-align:left}.product-card__favorite{position:absolute;right:0;top:0}.carousel{margin-bottom:30px}.carousel .ssr-carousel-slides{display:flex;justify-content:center;position:relative;width:100%}.carousel .ssr-carousel-dots{margin-top:30px}.carousel .ssr-carousel-mask{max-width:1240px;width:100%}.button{background:#f6f6f8;border-radius:5px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:16px;position:relative;text-decoration:none}.button-color button,.button-memory button,.button-tradein button{font-size:14px;max-width:144px;width:100%}.button-screen button,.button-state button{font-size:14px;max-width:100%;width:160px}.button-aspect button{font-size:14px;max-width:100%;width:150px}.button-set button{font-size:14px;max-width:100%;width:230px}.button-up{bottom:20px;position:fixed;right:20px}.button-up button{background:transparent}.button.right{gap:4px}.button-badge,.button.right{align-items:center;display:flex}.button-badge{background:#fff;border-radius:50%;color:#000;font-size:12px;height:14px;justify-content:center;position:absolute;right:0;top:0;width:14px}.button-badge.right{order:1;position:relative}button{border:none}.models{display:grid;gap:20px;grid-template-columns:repeat(7,1fr)}.models,.models-wrapper{width:100%}.models-title{color:#fff;font-size:2.5em;padding-bottom:1.5rem}.models-text{color:#fff;font-size:32px}.models-button,.models-text{display:flex;justify-content:center;text-align:center}.models-button{align-items:center;font-size:14px;width:100%}.models-button__manufacture.active{background:#ffc6a3}.models-container{background-color:#2a2a2a;border-radius:16px;padding:40px 50px}.models-container__light{background:#a3a3a3;border-radius:50%;filter:blur(130px);height:200px;position:absolute;right:40%;top:50%;width:200px}.models-subtitle{color:#fff;font-size:1.5em;padding:1rem 0}.models-manufactures{margin-bottom:1.5rem}@media screen and (max-width:767px){.models{display:flex;flex-direction:column}}.category-information{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;max-width:100%;width:962px}.category-content{height:217px;max-width:456px;width:100%}.category-content>button{height:100%;width:100%}.category-contents{padding:50px}.category-text{color:#fff;font-size:24px}.category-info{color:#fff;font-size:20px;margin-top:15px}@media screen and (max-width:992px){.category-information{display:flex;flex-wrap:wrap;justify-content:center;width:100%}}@media screen and (max-width:767px){.category-information{display:flex;flex-wrap:wrap;justify-content:center}}.feedback{display:flex;justify-content:center}.feedback-info{color:#fff}.feedback-text{color:#fff;display:flex;font-size:20px;justify-content:center;margin-bottom:50px;text-align:center}.feedback-form{display:flex;justify-items:center;width:100%}.feedback-form__field{color:#fff;display:grid;margin-bottom:40px;width:100%}.feedback-form__field:last-of-type{margin-bottom:0}.feedback-form__field label{margin-bottom:10px}.feedback-form__field input:focus-visible{border-bottom:1px solid #ffc6a3!important;outline:none!important}.feedback-form__field input::-moz-placeholder{font-size:20px;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.feedback-form__field input::placeholder{font-size:20px;transition:color .3s ease-in-out}.feedback-form__field input:focus-visible::-moz-placeholder{color:#ffc6a3}.feedback-form__field input:focus-visible::placeholder{color:#ffc6a3}.feedback-form__field input{background:transparent;border-bottom:1px solid #a3a3a3!important;color:#fff;font-size:20px;height:50px;transition:border-color .3s ease-in-out,color .3s ease-in-out;width:100%}.feedback-form__field input:-webkit-autofill,.feedback-form__field input:-webkit-autofill:active,.feedback-form__field input:-webkit-autofill:focus,.feedback-form__field input:-webkit-autofill:hover{background-color:#2a2a2a!important;box-shadow:inset 0 0 0 1000px #2a2a2a!important;-webkit-text-fill-color:#fff!important;caret-color:#fff;color:#fff!important}.feedback-form__field input:-moz-autofill{-webkit-text-fill-color:#fff!important;background-color:#2a2a2a!important;color:#fff!important}.feedback-form__field input::-moz-placeholder{color:#bbb}.feedback-form__field input::placeholder{color:#bbb}.feedback-form__text{color:#fff;display:grid}.feedback-form__text textarea{background:transparent;border-bottom:1px solid #a3a3a3!important;color:#fff;font-size:20px;height:50px;resize:none;transition:border-color .3s ease-in-out,color .3s ease-in-out;width:100%}.feedback-form__text textarea::-moz-placeholder{color:#bbb;font-size:20px;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.feedback-form__text textarea::placeholder{color:#bbb;font-size:20px;transition:color .3s ease-in-out}.feedback-form__text textarea:focus-visible::-moz-placeholder{color:#ffc6a3}.feedback-form__text textarea:focus-visible::placeholder{color:#ffc6a3}.feedback-form__text textarea:focus-visible{border-bottom:1px solid #ffc6a3!important;outline:none!important}.feedback-form__policy{color:#bbb;font-family:Inter Light;font-size:14px;margin-top:16px}.feedback-form__policy a{color:#ffc6a3;text-decoration:none}.feedback-form__main{background:#2a2a2a;border-radius:16px;display:flex;justify-content:space-between;max-width:1240px;padding:36px 50px 0}.feedback-form__main-inner{display:flex;flex-direction:column;justify-content:center;margin-right:72px;width:100%}.feedback-form__main-title{color:#fff;font-family:Inter Semibold;font-size:40px;margin-bottom:20px}.feedback-form__main-title span{font-family:Inter Semibold}.feedback-form__main-subtitle{color:#fff;font-family:Inter Medium;font-size:24px;margin-bottom:40px}.feedback-button{align-items:center;border-radius:16px;cursor:pointer;display:flex;font-size:20px;height:60px;justify-content:center;margin-top:40px;width:100%}.feedback-button__arrow{margin-left:14px}.feedback-request{align-items:center;background:linear-gradient(90deg,#3f3c47,#7c7c7c);border-radius:16px;box-shadow:0 1px 2px #0000001a;-moz-column-gap:100px;column-gap:100px;display:grid;grid-template-columns:1fr 300px;height:100px;justify-content:center;padding:20px 103px}.feedback-request__text{color:#fff;font-family:Inter Medium;font-size:24px}.feedback-request__button{border-radius:12px;height:60px}@media (max-width:1170px){.feedback-request{display:flex;flex-direction:column;height:auto;padding:16px}.feedback-request__text{font-family:Inter;font-size:16px;margin-bottom:16px;text-align:center}.feedback-request__button{height:40px;width:100%}}.contact{color:#fff;font-size:20px;width:100%}.contact,.contact-title{display:flex;justify-content:center}.contact-info{color:#fff}.contact-inner{max-width:1240px;width:100%}.contact-content{display:flex;justify-content:space-between;width:100%}.contact-content__info{display:grid}.contact-content__info a{color:#fff;text-decoration:none}.contact-content__city{font-size:36px;max-width:190px}.contact-content__links{display:flex;flex-direction:column;grid-gap:20px}.contact-content__link{align-items:center;display:flex;gap:20px}@media screen and (max-width:1240px){.contact-content__info{padding-right:25px}}@media screen and (max-width:992px){.contact-content__info{padding-right:25px}}@media screen and (max-width:767px){.contact-title__mobile{text-align:center;width:100%}.contact-content{display:flex;justify-content:center;margin-top:10px}.contact-content__city{display:none}.contact-content__link{text-align:center}.contact-content__link a{margin:5px 0}.contact-content iframe{display:none}}.footer{background-color:#1c1c1c;display:flex;justify-content:center;padding:80px}.footer-inner{display:flex;justify-content:space-between}.footer-link{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:20px;grid-column-gap:50px}.footer-link a{color:#fff;text-decoration:none}.footer-info{align-items:center;color:#fff;display:grid}@media screen and (max-width:1240px){.footer{padding:20px 10px}}@media screen and (max-width:767px){.footer{align-items:center;display:flex;padding:20px}.footer,.footer-inner{flex-direction:column;justify-content:center}.footer-inner{grid-gap:16px;text-align:center}.footer-logo{order:3;transform:scale(.6)}.footer-link{grid-template-columns:repeat(3,1fr);margin:10px;order:2}.footer-info{margin:20px 0;text-align:center}}.repair-title .section-title__text{font-family:Inter;font-size:2.5rem;line-height:1.2}.repair-subtitle{color:#a3a3a3;font-size:20px}.repair-model,.repair-subtitle{display:flex;justify-content:center}.repair-model{font-size:32px;margin-bottom:50px}.repair-content{align-items:center;display:flex;flex-direction:column}.repair-service{border-bottom:2px solid #a3a3a3;max-width:1217px;width:100%}.repair-line{border:2px solid #a3a3a3}.repair-info{display:grid;font-size:28px;grid-template-columns:3fr 1fr 200px;margin:30px 0}.repair-info__servicies{font-size:28px;margin:30px 0}.repair-info__servicies,.repair-label{display:flex;justify-content:space-between}.repair-label{align-items:center;margin-right:30px;position:relative;width:calc(100% - 213px)}.repair-link{display:flex;margin-top:10px}.repair-link__record{background-color:#12191e;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;height:50px;min-width:213px;padding:0;width:200px}.repair-time{color:#a3a3a3;font-family:Inter Light;font-size:16px}@media screen and (max-width:767px){.repair-info__servicies{display:flex;flex-direction:column;font-size:24px;text-align:center}.repair-label{flex-direction:column;width:100%}.repair-link{padding-top:10px;width:100%}.repair-link__price{margin:0}.repair-link__record{width:100%}}.trade{align-items:center;display:grid;grid-template-columns:1fr 1fr;position:relative;grid-gap:24px}.trade-phone{display:flex;height:100%;justify-content:flex-end}.trade-phone img{position:absolute}.trade-title{color:#fff}.trade-subtitle{color:#fff;font-size:36px;text-align:center}.trade-info{color:#fff;font-size:20px}.trade-button{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;grid-gap:20px;max-width:650px;text-align:center}.trade-button a{display:flex;font-size:14px;justify-content:space-between}.trade-text{margin-top:20px}.trade-result__info{color:#c5c5c5;font-size:16px;margin-top:20px}.trade-result__price{background-color:#fff;border-radius:5px;color:#000;display:grid;height:255px;justify-items:center;padding:20px;width:650px}.trade-result__button{align-items:center;display:flex;justify-content:space-around;width:100%}.trade-result__button button{background:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;min-width:180px;width:100%}.about{background-color:#0d0e10;color:#fff}.about-info{font-size:24px;padding:0 100px;text-align:center}.about-feedback{font-size:40px;padding:50px 0;text-align:center}@media screen and (max-width:767px){.about-info{padding:0}}.menu{background:linear-gradient(270.24deg,#050505,#242424 48.75%,#060606);height:100vh}.menu-nav{align-items:center;display:flex;flex-direction:column;font-size:36px;height:100vh;justify-content:center}.menu-nav a{color:#fff;margin-bottom:25px;text-decoration:none}.menu-nav__link img{width:50px}.breadcrumb{padding-left:100px;padding-top:50px}.breadcrumb a{color:#000;text-decoration:none}.breadcrumb-item:not(:last-of-type):after{content:"/";padding:0 5px}.catalog{display:grid;justify-items:center}.catalog-category{align-items:stretch;display:grid;grid-template-columns:repeat(3,380px);grid-gap:50px;max-width:1240px}.catalog-category__block{border-radius:18px!important;height:380px;position:relative;transition:transform .3s ease;width:380px!important}.catalog-category__block:hover{transform:scale(1.02)}.catalog-category__image{height:380px;position:absolute;width:380px}.catalog-category__title{font-family:SF Pro Display Medium;font-size:30px;left:31px;position:absolute;top:31px}.catalog-category button{align-items:center;background-color:#fff;border:none;border-radius:16px;box-shadow:0 1px 2px #0000001a;cursor:pointer;display:grid;height:380px;justify-content:center;overflow:hidden;padding:0;width:100%}@media (max-width:1170px){.catalog-category{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.catalog-category{grid-template-columns:repeat(1,1fr)}}.review-list{background:linear-gradient(90deg,#e6dedc,#d9d8d8);border-radius:16px;box-shadow:0 1px 2px #0000001a;padding:40px 24px}.sw-review-box{background-color:transparent!important}.mx-datepicker{width:100%!important}.datepicker{display:grid;margin-bottom:10px;width:100%}.datepicker input{border-radius:5px;font-size:14px;height:50px;padding-left:35px;width:100%}.rating{margin-top:1px;position:relative}.rating-active,.rating-inactive{display:flex;margin-left:40px;position:absolute}.accordion{color:#fff;cursor:pointer;position:relative}.accordion.active{height:auto;max-height:500px}#page_wrap{display:grid;justify-items:center;overflow:hidden;width:100%!important}.cart{display:flex;justify-content:center}.cart-light{background:#404954;border-radius:50%;filter:blur(230px);height:350px;margin-top:200px;position:sticky;top:200px;width:350px}.cart-light__wrapper{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.cart-buy{background-color:#fff;border-radius:12px;display:inline-block;padding:20px;position:sticky;top:150px;width:100%;z-index:2}.cart-buy__title{font-family:Inter Semibold;font-size:24px;margin-bottom:40px}.cart-buy__products{display:flex;justify-content:space-between;margin-bottom:40px}.cart-buy__products span{font-family:Inter Medium}.cart-buy__button{background:#000;border-radius:12px;color:#fff;height:50px;width:100%}.cart-list{display:flex;flex-direction:column;gap:30px;width:100%;z-index:2}.cart-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000001a;display:grid;grid-template-columns:50px 100px 300px 120px 1fr;padding:30px}.cart-item__image{max-height:100px}.cart-item__name{font-family:Inter Medium;font-size:20px;text-align:center}.cart-item .count,.cart-item__name{display:flex;justify-content:center}.cart-item__price{display:flex;font-family:Inter Light;justify-content:flex-end}.cart-inner{display:grid;gap:40px;grid-template-columns:1fr 300px}.cart-form{color:#000;width:100%}.cart-form__title{color:#000;font-family:Inter Semibold;font-size:24px}.cart-form__location{border:1px solid #000;border-radius:12px;box-sizing:border-box;padding:20px}.cart-form__location-title{font-family:Inter Medium;font-size:20px;margin-bottom:20px}.cart-form__location-name{font-family:Inter Semibold;margin-bottom:10px}.cart-form__data{display:flex;flex-direction:column;margin-top:40px}.cart-form__data input{border-bottom:1px solid #404954!important;font-size:16px;padding:10px 0;transition:border-color .3s ease-in-out,color .3s ease-in-out}.cart-form__data input:last-of-type{margin-bottom:0}.cart-form__data input:focus-visible{border-bottom:1px solid #ffc6a3!important;outline:none!important}.cart-form__data input::-moz-placeholder{font-size:16px;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.cart-form__data input::placeholder{font-size:16px;transition:color .3s ease-in-out}.cart-form__data input:focus-visible::-moz-placeholder{color:#ffc6a3}.cart-form__data input:focus-visible::placeholder{color:#ffc6a3}.cart-form__data input:-webkit-autofill,.cart-form__data input:-webkit-autofill:active,.cart-form__data input:-webkit-autofill:focus,.cart-form__data input:-webkit-autofill:hover{background-color:#fff!important;box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;caret-color:#000;color:#000!important}.cart-form__data input:-moz-autofill{-webkit-text-fill-color:#000!important;background-color:#fff!important;color:#000!important}.cart-form__data input::-moz-placeholder{color:#404954}.cart-form__data input::placeholder{color:#404954}.cart-form__pay{margin-top:60px}.cart-form__pay-title{color:#404954;font-family:Inter Medium;font-size:18px;margin-bottom:10px}.cart-form__pay-subtitle{color:#404954;font-size:16px}.cart-form__pay-radio{display:flex;flex-direction:column;gap:5px;margin-top:16px}.cart-form__pay-radio_item{align-items:center;color:#667;cursor:pointer;display:flex;font-size:16px}.cart-form__pay-radio_item input{display:none}.cart-form__pay-radio_item label{align-items:center;cursor:pointer;display:flex}.cart-form__pay-radio_item .radio-mark{align-items:center;border:2px solid #000;border-radius:50%;display:flex;height:20px;justify-content:center;margin-right:10px;width:20px}.cart-form__pay-radio_item .radio-mark:after{background:#000;border-radius:50%;content:"";display:none;height:10px;width:10px}.cart-form__pay-radio input:checked+label .radio-mark:after{display:block}.cart-form__button{font-weight:500;opacity:.5;transition:all .3s ease}.cart-form__button-check{background:gray;border-radius:50%;height:35px;position:relative;width:35px}.cart-form__button-active{opacity:1}.cart-form__button-active .cart-form__button-check:before{border:solid #fff;border-width:0 2px 2px 0;content:"";height:12px;left:calc(50% - 7px);position:absolute;top:50%;transform:rotate(45deg) translate(-50%,-50%);width:6px}.cart-form__store{width:900px}.cart-form__store-title{font-family:Inter;font-size:16px;font-weight:600;margin-bottom:20px;margin-top:20px}.cart-form__store-title_map{font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.cart-form__store-list{max-height:500px;overflow-y:scroll}.cart-form__store-city{display:grid;gap:10px;grid-template-columns:1fr 2fr}.cart-form__store-item{border-bottom:1px solid #cfcfcf;cursor:pointer;padding:30px 21px;transition:all .3s ease}.cart-form__store-item:hover{background:#e2e2e2;border-radius:12px}.cart-form__store-item_title{font-size:16px}.cart-form__store-item_address,.cart-form__store-item_title{display:-webkit-box;font-weight:500;margin-bottom:5px;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.cart-form__store-item_address{color:#898989;font-size:13px}.cart-form__store-item_work{font-size:14px;font-weight:500;margin-bottom:14px}.cart-form__store-item:last-of-type{border-bottom:none}.cart-form__store-map{position:relative}.cart-form__store-selected{background:#f5f5f5;border-radius:12px;margin-top:20px;padding:16px 24px;width:700px}.cart-form__store-selected_title{font-size:18px;font-weight:500;margin-bottom:12px}.cart-form__store-selected_address{color:#898989;font-size:14px;margin-bottom:12px}.cart-form__store-selected_work{color:#2b252b;font-size:16px;margin-bottom:24px}.cart-form__submit{background:#000!important;border-radius:16px!important;color:#fff;font-size:20px;margin:20px 0;padding:18px 0;width:100%}.cart-form__policy{color:#000;font-size:14px}.cart-form__policy a{color:#ffc6a3;text-decoration:none}input,textarea{border:none!important}.modal{background:#1f1f1f}.modal .title{font-weight:600}.modal-layout{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#19191966;height:100vh;overflow:hidden;position:fixed;top:0;width:100vw;z-index:99999}.modal-close{height:32px;position:fixed;top:0;width:32px}.modal-close:after,.modal-close:before{background:#fff;border-radius:5px;content:"";height:3px;position:absolute;width:40px}.modal-close:after{right:-4px;top:13px;transform:rotate(45deg)}.modal-close:before{right:-4px;top:13px;transform:rotate(-45deg)}.modal-center{border-radius:24px;color:#fff;display:grid;font-family:Inter;justify-items:center;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);transition:width .3s ease;width:-moz-fit-content;width:fit-content}.modal-center__text{font-size:24px;margin:10px 0}.modal-center__subtitle{color:#d2d2d2}.modal-right{color:#fff;height:100vh;max-width:660px;position:fixed;right:0;width:100%}.modal-right__text{font-size:36px;margin:50px 59px}.modal-right__content{align-items:center;border:1px solid #7c7c7c;display:flex;justify-content:center;margin:0 59px;width:543px}.modal-cart__form{background:#fff;border-radius:12px;padding:20px 40px;transition:width .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1024px){.modal-center{max-width:70vw}.modal-center__text{font-size:22px}}.profile{display:flex;justify-content:center;min-height:calc(100vh - 234px);padding-top:96px;width:100%}.profile-inner{max-width:1240px;width:100%}.profile-nav{background:#fff;border-radius:5px;box-shadow:1px 4px 10px #00000040;height:396px;margin-top:50px;width:235px}.profile-nav__text{font-size:20px;margin-left:10px}.profile-nav__user{align-items:center;color:#000;cursor:pointer;display:flex;font-size:20px;margin-left:20px;margin-top:20px;text-decoration:none}.profile-nav__user img{height:20px;width:20px}.profile-nav__orders{align-items:center;color:#000;cursor:pointer;display:flex;font-size:20px;margin-left:20px;margin-top:20px;text-decoration:none}.profile-nav__orders img{height:18px;width:20px}.profile-nav__likes{align-items:center;color:#000;cursor:pointer;display:flex;font-size:20px;margin-left:20px;margin-top:20px;text-decoration:none}.profile-nav__likes img{height:18px;width:20px}.profile-name{margin:20px 0}.profile-name__text{color:#0b0d10;margin-bottom:10px}.profile-name input{background-color:#0b0d10;border-radius:5px;color:#fff;font-size:14px;height:50px;max-width:500px;padding-left:10px;width:100%}.profile-tel{margin:20px 0}.profile-tel__text{color:#0b0d10;margin-bottom:10px}.profile-tel input{background-color:#0b0d10;border-radius:5px;color:#fff;font-size:14px;height:50px;max-width:500px;padding-left:10px;width:100%}.profile-info{background:#fff;border-radius:5px;box-shadow:0 2px 10px #00000040;height:610px;margin:50px 0;width:905px}.profile-info__title{font-size:24px;font-weight:600}.profile-info__subtitle{font-size:18px;font-weight:600}.profile-info__content{margin:14px 0 0 24px}.order{align-items:start;border-radius:5px;box-shadow:1px 5px 17px #00000040;display:grid;font-weight:400;grid-template-columns:1fr 1fr 1fr;justify-items:center;margin:50px}.order-info{padding:20px 0 0 20px}.order-info__number{font-size:20px}.order-info__date{color:#8c8c8c}.order-name{margin-top:50px}.order-name__model{font-size:20px;font-weight:400;margin-bottom:30px}.order-name__article{color:#707070;font-size:18px}.order-value{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:50px}.order-value__price{font-size:18px;margin-bottom:20px}.order-value__amount{font-size:18px}.products{margin:0 100px}.products-main{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.products-main__inner{max-width:1240px;min-width:1240px}.products-search input{border:1px solid #cacaca!important;border-radius:5px;height:50px;margin-bottom:50px;padding-left:30px;width:100%}.products-cards{-moz-column-gap:13px;column-gap:13px;display:grid;grid-auto-rows:max-content;grid-template-columns:1fr 1fr 1fr 1fr;row-gap:50px;width:100%}.filters{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000001a;display:flex;height:60px;justify-content:center;transition:width .3s ease,left .3s ease,top .3s ease;width:1240px;z-index:9}.filters-wrapper{height:60px;margin-bottom:35px;width:1240px}.filters.scroll{border-radius:0;left:50%;position:fixed;top:96px;transform:translate(-50%);transition:width .3s ease,left .3s ease,top .3s ease;width:100%}.filters.scroll-header{top:146px}.filters .container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around}.filters-item{padding-right:16px;position:relative}.filters-title{align-items:center;cursor:pointer;display:flex;margin:10px;position:relative;transition:color .3s ease}.filters-title:before{border:solid #000;border-width:0 2px 2px 0;content:"";height:8px;position:absolute;right:-20px;top:calc(50% - 6px);transform:rotate(45deg);transition:border-color .3s ease;width:8px}.filters-title:hover{color:#ffc6a3}.filters-title:hover:before{border-color:#ffc6a3}.filters-content{background-color:#fff;border:1px solid #cacaca;border-radius:5px;box-shadow:0 1px 2px #0000001a;box-sizing:border-box;display:none;left:0;max-height:300px;min-width:200px;overflow-y:auto;position:absolute;top:calc(100% + 10px);width:auto;z-index:9}.filters-content.open{display:block}.filters-checkbox{border-bottom:1px solid #cacaca;margin-bottom:8px;padding:10px}.filters-checkbox:last-of-type{border-bottom:none;margin-bottom:0}.filters-checkbox label{cursor:pointer}.filters input[type=checkbox]{margin-right:8px}.advantages{background-color:#fff;border-radius:16px;box-shadow:0 1px 2px #0000001a;padding:40px 24px}.advantages-title{font-size:40px;text-align:center}.advantages-title,.advantages-title span{font-family:Inter Semibold}.advantages-subtitle{font-size:32px;text-align:center}.advantages-cards{display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:40px}.advantages-card{background:#f9f9f9;border-radius:16px;height:250px;overflow:hidden;width:280px}.advantages-card__image{background:#efeeec;background-position:50%;background-repeat:no-repeat;height:150px}.advantages-card__title{font-family:Inter Medium;font-size:24px;margin-left:10px;margin-top:12px}.advantages-card__subtitle{font-family:Inter Light;font-size:16px;margin-left:10px;margin-top:8px}@media (max-width:1170px){.advantages-cards{display:flex;flex-direction:column}.advantages-card{width:100%}.advantages-card__image{min-height:150px}}.gallery{-moz-column-gap:50px;column-gap:50px;display:grid;grid-template-columns:repeat(6,1fr);row-gap:20px}.gallery .item{border-radius:16px;overflow:hidden}.gallery .item img{display:block;height:auto;width:100%}.gallery .item:first-child,.gallery .item:nth-child(2){grid-column:span 3;height:420px}.gallery .item:nth-child(3),.gallery .item:nth-child(4),.gallery .item:nth-child(5){grid-column:span 2;height:180px}.count{align-items:center;display:flex}.count input{text-align:center;width:25px}*{box-sizing:border-box;font-family:Inter}body,html{margin:0;padding:0}
