@layer utilities, base, mainPage, general;:root{--theme-color:#282828;--theme-color-1:#797fa1;--theme-color-2:#c2c5d6;--theme-color-hover:color-mix(in srgb,var(--theme-color) 90%,#fff);--gray-color:#f2f3f7;--font-family:"Inter",sans-serif;--content-width:clamp(62.5rem,100% - 0.9375rem,75rem);--border-radius:0.625rem}@media screen and (max-width:62.5rem){:root{--content-width:max(18.75rem,100% - 1.25rem)}}@layer utilities{.hidden{display:none}button{cursor:pointer}.site-container{box-sizing:content-box;margin:0 auto;width:var(--content-width)}.font-family-inter *{font-family:Inter,sans-serif}.section-title{font:600 clamp(2.625rem,2.2173913043rem + .652173913vw,3rem) var(--font-family)}@media screen and (max-width:62.5rem){.section-title{font:600 clamp(1.625rem,1.1964285714rem + 2.2857142857vw,2.625rem) var(--font-family)}}.button{align-items:center;background-color:var(--color,var(--theme-color));border:none;border-radius:var(--border-radius);color:#fff;cursor:pointer;display:flex;gap:.625rem;text-decoration:none;transition:.3s}.button:hover{background-color:color-mix(in srgb,var(--color,var(--theme-color)) 80%,#fff)}.icon-button{--size:1.875rem;border-radius:100vw;display:grid;height:var(--size);place-items:center;width:var(--size)}.relative{position:relative}a.link{color:#fff;text-decoration:none}a.link:hover{text-decoration:underline}}@layer general{.header{background-color:var(--gray-color);position:sticky;top:0;z-index:9999}.header_mobile{display:none}@media screen and (max-width:62.5rem){.header{background-color:#fff;overscroll-behavior:auto}.header_desktop{display:none}.header_mobile{display:block}}.header__burger-button{background-color:transparent;border:none;padding:0;position:relative;transform-origin:center}.header__burger-button,.header__burger-button div{width:clamp(1.5rem,1.2857142857rem + 1.1428571429vw,2rem)}.header__burger-button div{background-color:var(--theme-color);display:block;height:.25rem;margin-bottom:.25rem;transition:.4s}.header__burger-button_active div{inset:0 0 auto;position:absolute}.header__burger-button_active div:first-child{transform:rotate(45deg)}.header__burger-button_active div:nth-child(2){opacity:0}.header__burger-button_active div:last-child{transform:rotate(-45deg)}.header__container{align-items:center;display:grid;grid-auto-flow:column;justify-content:space-between}@media screen and (max-width:62.5rem){.header__container{gap:.3125rem 1.25rem;grid-template:auto/auto auto}.header__container_open{grid-template:repeat(3,auto) 1fr/auto auto;height:100dvh}}.header__container_items-start{align-items:flex-start}@media screen and (max-width:62.5rem){.header__logo-container{grid-column:2}}.header__mobile-menu{align-self:self-start;display:none;grid-area:4/1/4/-1;overflow:hidden}.header__container_open .header__mobile-menu{display:block}.header__top{background-color:var(--theme-color);padding:.8125rem 0}.header__top-menu{align-items:center;display:flex;gap:1.9375rem;margin:0;padding:0}.header__top-menu-item{align-items:center;color:#fff;display:inline-flex;font-weight:300;gap:.4375rem;list-style:none}.header__top-menu-item_location{font-weight:500}.header__general{padding:.875rem 0}.header__side{--gap:1.5625rem;align-items:center;display:flex;gap:var(--gap)}.header__searching{align-items:center;background-color:#fff;border:.0625rem solid grey;border-radius:var(--border-radius);display:flex;gap:.625rem;padding:.6875rem 1.0625rem;position:relative;width:12.5rem}.header__searching:has(.header__searching-input:focus){outline:.125rem solid var(--theme-color);width:16.125rem}.header__searching:has(.header__search-list:not(.header__search-list_inactive)){width:16.125rem}.header__searching svg{flex-shrink:0}.header__searching-input{background-color:transparent;border:none;font-size:.875rem;width:100%}.header__searching-input::-moz-placeholder{color:var(--theme-color);font-size:.875rem}.header__searching-input::placeholder{color:var(--theme-color);font-size:.875rem}.header__searching-input:focus{outline:none}.header__search-list{background-color:#fff;border-radius:var(--border-radius);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;inset:100% 0 auto;margin-top:.625rem;max-height:7.75rem;outline:.0625rem solid grey;overflow:auto;position:absolute;width:100%;z-index:2}.header__search-list_inactive{display:none}.header__search-item{color:var(--theme-color);font-size:.875rem;padding:.3125rem;text-decoration:none;transition:.3s}.header__search-item:hover{background-color:var(--theme-color);color:#fff}.header__search-is-empty{color:grey;font-size:1.125rem;padding:.3125rem}.header__search-clear{background-color:transparent;border:none;color:grey;cursor:pointer;display:none;height:100%;inset:0 1.0625rem auto auto;padding:0;place-items:center;position:absolute;transition:.3s}.header__search-clear:hover{color:var(--theme-color)}.header__socials{align-items:center;display:flex;gap:.3125rem}@media screen and (max-width:62.5rem){.header__socials{grid-area:3/1/3/-1}.header__container_open .header__socials{display:flex}}.header__social{--color:var(--theme-color);--size:2.5rem;border:.0625rem solid grey;color:var(--color);transition:.3s}.header__social:hover{background-color:var(--theme-color);color:#fff}.header__tel{display:grid;gap:.3125rem;justify-items:flex-end}.header__tel,.header__tel-number{color:var(--theme-color);text-decoration:none}.header__tel-number{font:600 1.25rem var(--font-family)}@media screen and (max-width:62.5rem){.header__tel-number{display:none;font:500 clamp(1.25rem,1.0357142857rem + 1.1428571429vw,1.75rem) var(--font-family);grid-area:2/1/2/-1}.header__container_open .header__tel-number{display:block}}.header__tel-label{background-color:transparent;border:none;cursor:pointer;font:500 .875rem var(--font-family);padding:0}.header__menu-button{font-size:.875rem;padding:.625rem 1rem}.header__menu-button svg{vertical-align:middle}.header__menu{background-color:#fff;border-radius:0 0 .75rem .75rem;padding:.75rem 0}.header__lower-menu{margin:0;padding:0}.header__lower-menu-item{list-style:none}.header__lower-menu-item .link{color:var(--theme-color);font:500 1rem var(--font-family)}.header__list-button{align-items:center;background-color:#fff;border:.0625rem solid grey;border-radius:.625rem;color:var(--theme-color);display:flex;font-size:1.125rem;gap:.1875rem;padding:.8125rem .6875rem;text-decoration:none;transition:.3s}.header__list-button:hover{background-color:var(--theme-color);color:#fff}.header__call{--color:var(--theme-color-1);font-size:1.125rem;padding:.8125rem 2.0625rem}.header__mega-menu{background-color:#fff;border-radius:var(--border-radius);box-shadow:.3125rem .3125rem .625rem #e6e6e6;display:none;inset:100% 0 auto;padding:1.3125rem 0;position:absolute;width:100%;z-index:2}.header__mega-menu_active{display:block}.header__menus{display:grid;gap:1.875rem 4rem;grid-template-columns:repeat(3,1fr)}.header__menus a{color:var(--theme-color)}.header__menus-parent{font:600 1rem var(--font-family);margin:0}.header__menus-parent:has(+ul){margin-bottom:.9375rem}.header__menus-contents{margin:0;padding:0}.header__menus-contents-item{font:.875rem var(--font-family);list-style:none;margin-bottom:.625rem}.header__menus-contents-item:last-child{margin-bottom:0}.header__promotion{display:grid;gap:.9375rem;place-items:center}.header__promotion img{border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover;vertical-align:middle}.header__promotion img:hover{outline:.125rem solid var(--theme-color)}.header__more-promotions{color:var(--theme-color);font:600 .875rem var(--font-family)}.header__logo{-o-object-fit:contain;object-fit:contain;vertical-align:middle;width:clamp(9.375rem,20vw,18.75rem)}@media screen and (max-width:62.5rem){.header__logo{float:right;width:clamp(7.8125rem,3.125rem + 25vw,18.75rem)}}.header__lists{--gap:0.8125rem}.mobile-menu__items{margin:0;padding:0}.mobile-menu__item a{border-bottom:.125rem solid var(--theme-color-2);color:var(--theme-color);display:block;font:600 clamp(1rem,.7857142857rem + 1.1428571429vw,1.5rem) var(--font-family);padding-block:.625rem;text-decoration:none}.footer{background-color:var(--theme-color);border-radius:.75rem .75rem 0 0;margin-top:3.75rem;padding:3.75rem 0 2.375rem;position:relative}.footer__content{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.footer__contacts{display:grid}.footer__tel{display:inline-grid;margin-top:1rem}.footer__tel-number{color:#fff;font:500 1.25rem var(--font-family);text-underline-offset:.25rem}.footer__tel-title{color:#fff;cursor:pointer;font:500 .875rem var(--font-family);margin-top:.375rem}.footer__socials{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1.375rem}.footer__socials-item{background-color:#fff;color:#000}.footer__socials-item img,.footer__socials-item svg{transition:.3s;vertical-align:middle}.footer__socials-item:hover{background-color:var(--theme-color);color:#fff;outline:1px solid #fff}.footer__socials-item:hover img{filter:invert(1)}.footer__menus{display:grid;gap:1.75rem 3.5rem;grid-template-columns:repeat(3,1fr)}}@layer general{@media screen and (max-width:62.5rem){.footer__menus{grid-template-columns:1fr;margin-top:1.875rem;width:100%}}.footer__menu-parent{font:300 1rem var(--font-family);margin-bottom:.9375rem;margin-top:0}.footer__menu-parent a{color:#777}.footer__menu-items{display:grid;gap:.5rem;margin:0;padding:0}.footer__menu-item{font:300 1rem var(--font-family);list-style:none}.footer__company-info{border-top:.0625rem solid #555;display:flex;flex-wrap:wrap;justify-content:space-between;margin:3.125rem clamp(.9375rem,2.5vw,2.75rem) 0;padding-top:2rem}.footer__about{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.9375rem}@media screen and (max-width:62.5rem){.footer__about{margin-bottom:.9375rem}}.footer__text{color:#777;font:300 .75rem var(--font-family);margin:0;max-width:32.3125rem}.footer__legal{color:#fff;font:.75rem var(--font-family)}.footer__offer{font:300 .75rem var(--font-family);text-align:end}@media screen and (max-width:62.5rem){.footer__offer{text-align:start}}.footer__offer-title{color:#666;font:400 .875rem var(--font-family);margin:0}.footer__offer-item{color:#888}.to-top{background-color:#fff;border-radius:100vw;color:var(--theme-color);display:grid;height:3.75rem;inset:3.75rem 2.75rem auto auto;place-items:center;position:absolute;width:3.75rem}@media screen and (max-width:62.5rem){.to-top{inset:3.75rem 1.25rem auto auto}}.to-top svg{height:1.25rem;width:1.25rem}body{background-color:var(--gray-color);font-family:var(--font-family);margin:0;padding:0}html{scroll-behavior:smooth}}@font-face{font-family:Inter;src:url(../fonts/inter.ttf)}@layer mainPage{#promo-slide-prev{inset:0 1.25rem auto}#promo-slide-next{inset:0 1.25rem auto auto}.promo-slider{border-radius:0 0 1.25rem 1.25rem;overflow:hidden;position:relative}.promo-slider__mobile-slide{height:auto}@media screen and (min-width:62.5rem){.promo-slider__mobile-slide{display:none!important}}@media screen and (max-width:62.5rem){.promo-slider__dekstop-slide{display:none!important}}.promo-slider-container{position:relative}.promo-slider-container .splide__pagination{display:flex;gap:.3125rem;inset:auto 2rem 2.84375rem;justify-content:flex-start;margin:0;padding:0;position:absolute;z-index:1}.promo-slider-container .splide__pagination button{background-color:#fff;border:none;border-radius:100vw;cursor:pointer;display:inline-block;font-size:0;height:.9375rem;width:.9375rem}.promo-slider-container .splide__pagination button:hover{background-color:var(--theme-color);outline:.125rem solid #fff}.promo-slider-container .splide__pagination button.is-active{background-color:var(--theme-color)}.promo-slider-container .splide__pagination li{list-style:none}.promo-slider__button{align-items:center;background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;height:100%;opacity:.9;outline:none;padding:0;position:absolute;transition:.3s;width:-moz-fit-content;width:fit-content}@media screen and (max-width:62.5rem){.promo-slider__button{display:none}}.promo-slider__button:hover{color:var(--theme-color-1)}.promo-slider__button:focus{outline:none}.promo-slider img{width:100%}.promo-slider .slick-slide a,.promo-slider img{vertical-align:middle}.showcase{margin-top:40px;position:relative}@media screen and (max-width:62.5rem){.showcase{align-items:center;-moz-column-gap:.625rem;column-gap:.625rem;display:grid;grid-template-columns:auto 1fr}}.showcase__title{color:var(--theme-color);margin-block:0 1.875rem;text-transform:uppercase}@media screen and (max-width:62.5rem){.showcase__title{margin-block:0 1.25rem}}.showcase__controls{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}@media screen and (max-width:62.5rem){.showcase__controls{display:contents;gap:1.5625rem}}.showcase__tabs{align-items:center;display:flex;gap:1.25rem;overflow:auto;padding:.125rem}.showcase__tabs::-webkit-scrollbar{display:none}@media screen and (max-width:62.5rem){.showcase__tabs{gap:.625rem;grid-area:2/1/2/span 2;margin-bottom:1.875rem}}.showcase__link,.showcase__tab{border-radius:100vw;box-sizing:border-box;display:inline;font:500 .875rem var(--font-family);min-width:8.75rem;padding:.625rem 1.25rem;text-align:center}.showcase__tab{background-color:#fff;border:none;cursor:pointer;flex-shrink:0;transition:.3s}.showcase__tab:hover{background-color:#000;color:#fff}.showcase__tab_active{outline:.125rem solid #000}@media screen and (max-width:62.5rem){.showcase__link{grid-area:1/2;margin-bottom:1.25rem}}.showcase__carousel{padding:.125rem 1.0625rem}@media screen and (max-width:62.5rem){.showcase__carousel{grid-column:1/-1}}.showcase__item{background-color:#fff;border-radius:.625rem;box-sizing:border-box;color:var(--theme-color);display:grid;grid-template-rows:auto auto 1fr;padding:1rem}.showcase__item .add-to-list{opacity:0}.showcase__item:hover .add-to-list{opacity:1}.showcase__item-main{align-items:center;display:flex;gap:.625rem;justify-content:space-between;margin-bottom:2pxrem;text-decoration:none}.showcase__item-main:has(+.showcase__colors){margin-bottom:.9375rem}.showcase__item-title{color:var(--theme-color);font:500 1rem var(--font-family);margin:1rem 0 0}.showcase__item-button{background-color:var(--theme-color);border-radius:100vw;color:#fff;display:grid;flex-shrink:0;height:2.5rem;place-items:center;visibility:hidden;width:2.5rem}.showcase__item:hover{outline:.125rem solid var(--theme-color)}.showcase__item:hover .showcase__item-button{visibility:visible}.showcase__thumb{height:25rem;-o-object-fit:contain;object-fit:contain;width:100%}.showcase__arrow-box{align-items:center;display:grid;height:100%;position:absolute;width:-moz-fit-content;width:fit-content;z-index:1}.showcase__arrow-box:has(.showcase__arrow_left){inset:0 0 auto}.showcase__arrow-box:has(.showcase__arrow_right){inset:0 0 auto auto}.showcase__arrow{-webkit-backdrop-filter:blur(.46875rem);backdrop-filter:blur(.46875rem);background-color:rgba(0,0,0,.3);border:.0625rem solid rgba(0,0,0,.3);border-radius:100vw;color:#fff;cursor:pointer;display:grid;height:1.875rem;place-items:center;transition:.3s;width:1.875rem}.showcase__arrow svg{width:auto}.showcase__arrow:hover{background-color:var(--theme-color)}.showcase__actions{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:center;margin-top:2.8125rem}@media screen and (max-width:62.5rem){.showcase__actions{gap:.625rem;grid-column:1/-1}}.showcase__button{--color:var(--theme-color-1);display:inline-block;font:500 1.125rem var(--font-family);min-width:17.5rem;padding:1.375rem 2.125rem;text-align:center}@media screen and (max-width:62.5rem){.showcase__button{flex:1}}.showcase__button_gray{--color:var(--theme-color-2);color:var(--theme-color)}.showcase__price{align-self:flex-end;font:600 1rem var(--font-family);margin-top:1.875rem}.showcase__price del,.showcase__price ins{text-decoration:none}.showcase__price ins{color:#f6a70c}.showcase__price del{background-color:#edeeef;border-radius:.375rem;color:#7d7a76;font:500 .875rem var(--font-family);padding:.1875rem .3125rem .0625rem;position:relative;text-align:center}.showcase__price del:before{background-image:linear-gradient(to bottom right,transparent 45%,#7d7a76,transparent 54%);background-repeat:no-repeat;bottom:.1875rem;content:" ";left:.25rem;position:absolute;right:.25rem;top:.1875rem;z-index:100}.showcase__loading{background-color:transparent;border-radius:1.25rem;box-sizing:border-box;display:grid;font:600 1.25rem var(--font-family);height:32.625rem;padding:1.875rem 1.25rem;place-items:center}.showcase__loading img{mix-blend-mode:difference}.showcase__colors{display:flex;flex-wrap:wrap;gap:.3125rem;margin-bottom:.9375rem}.showcase__colors+.showcase__price{margin-top:0}.showcase__color{background-color:var(--color,gray);border:none;border-radius:5px;cursor:pointer;height:30px;outline:none;width:30px}.showcase__color--active{box-shadow:0 0 0 2px #000}.showcase a:has(.showcase__thumb){position:relative}.peculiarities{align-items:center;display:grid;gap:3.4375rem 4.375rem;grid-template:auto repeat(4,1fr)/1fr auto 1fr;margin-top:7.125rem}@media screen and (max-width:62.5rem){.peculiarities{gap:0;grid-template:auto auto 1fr 1fr/1fr}}.peculiarities__title{grid-column:1/-1;grid-row:1;margin:1.875rem 0 0}.peculiarities__image-box{grid-row:2/-1}@media screen and (max-width:62.5rem){.peculiarities__image-box{grid-column:1;grid-row:2;margin-inline:auto;width:70%}}.peculiarities__image-box img{max-width:435px;width:100%}@media screen and (max-width:62.5rem){.peculiarities__image-box img{height:auto}}.peculiarities__pointer{background-color:#fff;border:.125rem solid var(--theme-color);border-radius:100vw;color:var(--theme-color);cursor:pointer;display:grid;font:600 .875rem var(--font-family);height:1.5625rem;inset:var(--y,0) var(--x,0) auto;place-items:center;position:absolute;width:1.5625rem}@media screen and (max-width:62.5rem){.peculiarities__pointer{height:1.25rem;width:1.25rem}}.peculiarities__pointer:hover,.peculiarities__pointer_focus{background-color:var(--theme-color);color:#fff}.peculiarities__list{grid-row:2/-1;margin:0;padding:0}@media screen and (max-width:62.5rem){.peculiarities__list{grid-column:1}.peculiarities__list:first-of-type{grid-row:3}.peculiarities__list:last-child{grid-row:4}}.peculiarities__item_focus .list-item__circle{background-color:var(--theme-color);color:#fff}.list-item{align-items:center;display:flex;font:400 clamp(.875rem,.7391304348rem + .2173913043vw,1rem) var(--font-family);font-size:14px;gap:.8125rem;list-style:none;margin-bottom:.875rem}.list-item__circle{background-color:#fff;border:2px solid var(--theme-color);border-radius:100vw;color:var(--theme-color);display:grid;flex-shrink:0;height:36px;place-items:center;transition:.3s;width:36px}.list-item__circle:hover{cursor:pointer;}.list-item:hover .list-item__circle{background-color:var(--theme-color);color:#fff}.test-suggestion{align-items:center;border:.125rem solid var(--theme-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--theme-color);display:grid;gap:.9375rem 20.625rem;grid-template:auto auto/1fr 9.6875rem;margin-top:8.9375rem;padding:3.4375rem 2.625rem;position:relative}@media screen and (max-width:62.5rem){.test-suggestion{grid-template:auto auto 1fr/1fr}}.test-suggestion:before{background:50%/cover -webkit-image-set(url("../images/rb_30325.avif") type("image/avif"),url("../images/rb_30325.webp") type("image/webp"));background:50%/cover image-set(url("../images/rb_30325.avif") type("image/avif"),url("../images/rb_30325.webp") type("image/webp"));content:"";height:100%;inset:0 0 auto;mix-blend-mode:color-burn;opacity:.1;position:absolute;width:100%;z-index:-1}.test-suggestion__title{margin:0}.test-suggestion__time{font:500 1.125rem var(--font-family)}.test-suggestion__button{aspect-ratio:1/1;background-color:var(--theme-color-1);border:none;border-radius:100vw;color:#fff;font:600 1.125rem var(--font-family);grid-area:1/2/span 2/2;transition:.3s}@media screen and (max-width:62.5rem){.test-suggestion__button{aspect-ratio:auto;border-radius:var(--border-radius);grid-area:3/1;padding-block:.9375rem}.test-suggestion__button br{display:none}}.test-suggestion__button:hover{background-color:color-mix(in srgb,var(--theme-color-1) 80%,#fff)}.tech{align-items:center;display:grid;gap:.3125rem 4.375rem;grid-template:3.125rem auto 1fr 3.125rem/1fr 1fr;margin-top:10rem}.tech__title{grid-row:2;margin:0}.tech__list{grid-row:3;margin:0;padding:0}.tech__image{grid-area:1/1/span 4/1;width:100%}@media screen and (max-width:62.5rem){.tech__image{grid-area:1/1}}.tech_reversed{grid-template:5rem auto 1fr 3.125rem/1fr 1fr;margin-top:0}.tech_reversed .tech__image{grid-area:1/2/span 4/2}@media screen and (max-width:62.5rem){.tech_reversed .tech__image{grid-area:1/1}}.tech img{width:100%}@media screen and (max-width:62.5rem){.tech img{height:auto;-o-object-fit:contain;object-fit:contain}.tech{grid-template:1fr auto auto/1fr}}.beforeafter{margin-top:8.25rem}.beforeafter__title{margin:0 0 3.875rem}@media screen and (max-width:62.5rem){.beforeafter__title{margin:0 0 1.9375rem}}.beforeafter__item{align-items:center;background-color:var(--theme-color);border-radius:var(--border-radius);box-sizing:border-box;color:#fff;display:grid;gap:4.0625rem;grid-template-columns:5rem auto 1fr clamp(25rem,15.4891304348rem + 15.2173913043vw,33.75rem);padding:3.4375rem 3.125rem;transform:translateY(calc(.9375rem*var(--index, 0)*-1))}@media screen and (max-width:62.5rem){.beforeafter__item{gap:1.5625rem;grid-template-columns:1fr;padding:3.4375rem 1.5625rem}}.beforeafter__item:nth-child(2n){background-color:#fff;color:var(--theme-color)}.beforeafter__item-text,.beforeafter__item-title{margin:0}.beforeafter__item-title{font:600 clamp(1.75rem,1.2065217391rem + .8695652174vw,2.25rem) var(--font-family)}.beforeafter__item-text{font:400 1rem var(--font-family);grid-column:4}@media screen and (max-width:62.5rem){.beforeafter__item-text{grid-column:1}}.consult{background-color:#fff;border-radius:0 0 1.25rem 1.25rem;margin-top:0rem;padding-block:3.4375rem}.consult__title{margin:0}@media screen and (max-width:62.5rem){.consult__title{text-align:center}}.consult__button{--color:var(--theme-color-1);font:500 1.125rem var(--font-family);padding:1.375rem 2.1875rem}.consult .site-container{align-items:center;display:grid;grid-auto-flow:column;justify-content:space-between}@media screen and (max-width:62.5rem){.consult .site-container{grid-auto-flow:row;justify-items:center;row-gap:1.25rem}}.principles{-moz-column-gap:6.25rem;column-gap:6.25rem;display:grid;grid-template:4.6875rem auto 1fr 4.6875rem/.85fr 1.15fr;margin-top:9.5625rem;overflow:hidden;position:relative}@media screen and (max-width:62.5rem){.principles{display:none}}.principles:before{background-image:linear-gradient(to right,var(--gray-color),transparent);content:"";display:block;height:100%;inset:0 0 auto;position:absolute;width:6.25rem;z-index:1}.principles__title{grid-area:2/2/2/2;margin:0 0 2.25rem;text-transform:uppercase}.principles__list{counter-reset:num;grid-area:3/2;margin:0;padding:0}.principles__list-item{border-bottom:.0625rem solid var(--theme-color);color:var(--theme-color);cursor:pointer;display:grid;gap:0;grid-template-rows:auto 0fr;margin-bottom:1.875rem;opacity:.5;padding-bottom:1.625rem;transition:.3s}.principles__list-item:hover{opacity:.9}.principles__list-item_active{gap:1.625rem;grid-template-rows:auto 1fr;opacity:1}.principles__list-item-title{font:500 1.625rem var(--font-family);margin:0}.principles__list-item-title:before{content:counter(num,decimal-leading-zero) "";counter-increment:num;margin-right:1.875rem}.principles__list-item-description{font:400 1rem var(--font-family);overflow:hidden}.principles__wheel{--size:13.75rem;--wrapper-size:46.875rem;--angle-between:72deg;--rotation-angle:calc(var(--angle-between)*var(--current, 0));grid-row:1/-1;height:var(--wrapper-size);position:relative;rotate:var(--rotation-angle);transform-origin:calc(var(--size)/2) center;transition:.6s}.principles__wheel-item{background-color:#fff;border:.125rem dashed var(--theme-color);border-radius:100vw;color:var(--theme-color);display:grid;height:var(--size);inset:calc(var(--wrapper-size)/2 - var(--size)/2) auto auto 0;place-items:center;position:absolute;transform:translate(calc(var(--size)*cos(var(--index) * var(--angle-between))),calc(var(--size)*sin(var(--index) * var(--angle-between))));transition:.6s;width:var(--size)}.principles__wheel-item svg{height:5rem;rotate:calc(var(--rotation-angle)*-1);transform-origin:center;transition:.6s;width:5rem}.principles__wheel-item:hover svg{scale:1.1}.principles__wheel-item_active{background-color:var(--theme-color);color:#fff}.mobile-principles{--circle-size:clamp(8.25rem,3.75rem + 24vw,18.75rem);margin-block:2.5rem}@media screen and (min-width:62.5rem){.mobile-principles{display:none}}.mobile-principles__title{margin:0 0 2.5rem}.mobile-principles__slide{background-color:#fff;border-radius:100vw;color:var(--theme-color);display:grid;place-items:center;transition:background .3s,color .3s,scale .3s}.mobile-principles__slide.is-active{background-color:var(--theme-color);color:#fff;scale:1.05}.mobile-principles__about{display:grid}.mobile-principles__about-item{grid-area:1/1;visibility:hidden}.mobile-principles__about-item--active{visibility:visible}.mobile-principles__about-title{font:600 clamp(1.125rem,.9642857143rem + .8571428571vw,1.5rem) var(--font-family);margin-block:1.25rem .625rem}.mobile-principles__about-description{font:400 clamp(.875rem,.8214285714rem + .2857142857vw,1rem) var(--font-family);margin:0}.mobile-principles .splide__track{margin-bottom:1.25rem;padding-block:.3125rem}.promophone{background-color:#fff;border-radius:1.25rem 1.25rem 0 0;padding-top:15.625rem}@media screen and (max-width:62.5rem){.promophone{padding-top:3.125rem}}.promophone__phone{grid-row:1/-1}.promophone__phone img{-o-object-fit:contain;object-fit:contain;vertical-align:middle}@media screen and (max-width:62.5rem){.promophone__phone img{display:block;height:auto;margin-inline:auto;width:70%}.promophone__phone{grid-row:4;margin-top:4.375rem}}.promophone__title{grid-row:2;margin-block:0 1.75rem}@media screen and (max-width:62.5rem){.promophone__title{grid-row:1;margin-block:0 .875rem}}.promophone__description{font:600 clamp(1.75rem,1.4782608696rem + .4347826087vw,2rem) var(--font-family);grid-area:3/2;margin-bottom:3.125rem}@media screen and (max-width:62.5rem){.promophone__description{font:600 clamp(1.25rem,1.0357142857rem + 1.1428571429vw,1.75rem) var(--font-family);grid-area:2/1;margin-bottom:1.5625rem;text-align:center}}.promophone__socials{display:flex;flex-wrap:wrap;gap:.9375rem;grid-row:4}@media screen and (max-width:62.5rem){.promophone__socials{grid-row:3}}.promophone__socials-item{--size:4.125rem;border:.0625rem solid var(--theme-color)}.promophone__socials-item img{transition:.3s}@media screen and (max-width:62.5rem){.promophone__socials-item{--size:2.8125rem}}.promophone__socials-item:hover img{scale:1.1}.promophone .site-container{-moz-column-gap:12.5rem;column-gap:12.5rem;display:grid;grid-template:6.25rem repeat(2,auto) 1fr/23.25rem 1fr}@media screen and (max-width:62.5rem){.promophone .site-container{grid-template:repeat(3,auto) 1fr/1fr;justify-items:center}}}
