h1{font-family:Inter,sans-serif;font-size:26px;font-weight:900;line-height:130%}@media screen and (min-width:1280px){h1{font-size:46px}}h2{font-family:Inter,sans-serif;font-size:21px;font-weight:900;line-height:130%}@media screen and (min-width:1280px){h2{font-size:36px;line-height:100%}}h3{font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:100%}@media screen and (min-width:1280px){h3{font-size:18px}}button,a,li{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:150%}p,summary{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:150%}input,textarea,label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:130%}div{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:130%}@media screen and (min-width:640px){div{font-size:14px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 50px transparent inset!important;transition:background-color 999999s ease-in-out 0s;-webkit-text-fill-color:#fff!important}input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{border-bottom:1px solid #05c2df!important}body,html,ul,p,h1,h2,h3,h4{margin:0;padding:0}@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;src:url(/layout_KateVR/assets/inter-v20-latin-regular-C38fXH4l.woff2) format("woff2")}@font-face{font-family:Inter;font-weight:500;font-style:normal;font-display:swap;src:url(/layout_KateVR/assets/inter-v20-latin-500-Cerq10X2.woff2) format("woff2")}@font-face{font-family:Inter;font-weight:900;font-style:normal;font-display:swap;src:url(/layout_KateVR/assets/inter-v20-latin-900-D4nM5aha.woff2) format("woff2")}.page{scroll-behavior:smooth;color:#929292}.page__body.no-scroll{overflow:hidden}.nav__list{list-style:none}.nav__item{display:block;width:fit-content;color:#fff;text-decoration:none;transition:color .3s ease}.nav__item:hover{color:#05c2df}.address__list{display:flex;flex-direction:column;gap:11px;align-items:start;list-style:none}.address__item{width:fit-content;color:inherit;text-decoration:none;transition:color .3s ease}.address__item:hover{color:#05c2df}.button{width:100%;padding-block:13px;border:none;border-radius:4px;font-size:14px;color:#fff;text-align:center;text-decoration:none;background-color:#05c2df;transition:color .3s ease,background-color .3s ease}.button:hover{color:#05c2df;background-color:#fff}@media screen and (min-width:640px){.button{width:458px;padding-block:16px;font-size:16px}}@media screen and (min-width:1280px){.button{width:200px}}.select{position:relative}.select__button{cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;border:none;text-align:left}.select__button:after{content:"";display:block;width:9px;height:6px;background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='5'%20viewBox='0%200%208%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.89712%204.5L9.93685e-06%202.19575e-07L7.79424%209.00968e-07L3.89712%204.5Z'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:transform .3s}.select__list{position:absolute;z-index:10;top:100%;left:0;transform:translateY(-10px);width:100%;margin:0;padding:0;list-style:none;visibility:hidden;opacity:0;background:#191536;transition:all .3s}@supports not selector(::-webkit-scrollbar){.select__list{scrollbar-color:#05c2df transparent;scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.select__list::-webkit-scrollbar{width:1px}.select__list::-webkit-scrollbar-thumb{cursor:pointer;background-color:#05c2df}.select__list::-webkit-scrollbar-track{background:transparent}}.select__item{cursor:pointer;padding:10px;color:#fff;transition:color .3s ease,background-color .3s ease}.select__item--disabled{cursor:not-allowed}.select__item:hover{color:#05c2df;background-color:#110e25}.select.is-open .select__list{transform:translateY(0);visibility:visible;opacity:1}.select.is-open .select__button:after{transform:rotate(180deg)}.form__field{position:relative;display:flex;flex-direction:column}.form__label{pointer-events:none;position:absolute;top:16px;left:0;width:100%;transition:all .3s ease}.form__name{position:absolute;top:0;left:0;transition:top .3s ease,font-size .3s ease,color .3s ease,opacity .3s ease,visibility .3s ease}.form__error{position:absolute;top:0;left:0;color:#860404;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.form__input{box-sizing:border-box;width:100%;padding:16px 0 8px;border:none;border-bottom:1px solid #2f2f2f;color:#fff;background:transparent;outline:none;caret-color:#05c2df;transition:border-color .3s ease}.form__input--textarea{resize:none;padding-bottom:67px}.form__input:focus{border-bottom-color:#05c2df}.form__input:focus~.form__label .form__name{top:-20px;color:#05c2df}.form__input:not(:placeholder-shown)~.form__label .form__name{top:-20px}.form__input.is-invalid{border-bottom-color:#860404}.form__input.is-invalid~.form__label{top:-2px;color:#860404}.form__input.is-invalid~.form__label .form__name{visibility:hidden;opacity:0}.form__input.is-invalid~.form__label .form__error{visibility:visible;opacity:1}.form__input.is-valid{border-bottom-color:#05c2df}.form__input.is-valid~.form__label{color:#05c2df}.form__select-name{margin-bottom:13px;font-size:14px}.form__select-button{padding:13px 16px 13px 24px;border-radius:4px;color:#fff;background-color:#191536}.form__select-list{overflow-y:auto;height:308px;margin-top:3px;border-radius:4px}.form__item{padding-left:24px}.title{color:#fff}.title__span{font-weight:400;color:#05c2df}.header{padding-inline:20px}@media screen and (min-width:640px){.header{padding-inline:34px}}@media screen and (min-width:1280px){.header{padding-inline:110px}}@media screen and (min-width:1920px){.header{padding-inline:254px}}.header{display:grid;grid-template-columns:repeat(2,1fr);background:linear-gradient(107.56deg,#191536,#000)}@media screen and (min-width:640px){.header{grid-template-columns:repeat(6,1fr);gap:20px}}@media screen and (min-width:1280px){.header{grid-template-columns:repeat(16,1fr)}}.header__top{grid-column:1/-1}.header__picture{display:flex;grid-column:1/-1;align-items:center;justify-content:center}@media screen and (min-width:640px){.header__picture{overflow:hidden;grid-column:span 3;height:320px}}@media screen and (min-width:1280px){.header__picture{display:none}}.header__image{transform:scale(1.3);max-width:100%;height:100%;object-fit:cover}@media screen and (min-width:640px){.header__image{transform:scale(1.3) translate(-30px)}}@media screen and (min-width:1280px){.header__image{display:none}}.header__slider{display:none}@media screen and (min-width:1280px){.header__slider{display:flex;grid-column:7/-1;width:100%;height:500px;margin-block:100px 84px}}.header__content{grid-column:1/-1;margin-bottom:46px}@media screen and (min-width:640px){.header__content{grid-column:span 3;grid-row:2;margin-block:55px 61px}}@media screen and (min-width:1280px){.header__content{display:grid;grid-column:1/7;grid-template-columns:repeat(6,1fr);margin-block:196px 84px}}.header__title{margin-bottom:17px}@media screen and (min-width:1280px){.header__title{grid-column:1/-1;margin-bottom:20px}}.header__description{margin-bottom:10px;font-weight:500}@media screen and (min-width:1280px){.header__description{grid-column:2/-1;margin-bottom:20px}}.header__price{margin-bottom:15px;font-size:18px;line-height:100%;color:#fff;text-align:center}@media screen and (min-width:640px){.header__price{margin-bottom:24px;text-align:start}}@media screen and (min-width:1280px){.header__price{grid-column:2/-1}}.header__video-button{display:block;width:247px;height:66px;background-image:url(/layout_KateVR/assets/video-button-Rhjj10Ar.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .3s ease}@media screen and (min-width:1280px){.header__video-button{grid-column:2/-1;justify-self:start}}.header__video-button:hover{background-image:url(/layout_KateVR/assets/video-button-hover-C9_fWSGb.svg)}.header__button{position:fixed;z-index:50;right:20px;bottom:20px;left:20px;width:auto;transition:opacity .3s ease,transform .3s ease}@media screen and (min-width:640px){.header__button{justify-self:center;width:458px}}@media screen and (min-width:1280px){.header__button{display:none}}.header__bottom{display:none}@media screen and (min-width:1280px){.header__bottom{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;margin-bottom:84px}}@media screen and (min-width:1920px){.header__bottom{margin-bottom:100px}}@media screen and (min-width:1280px){.header__nav{display:flex;gap:40px}}@media screen and (min-width:1280px){.header__more-button{display:block;width:40px;height:37px;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='37'%20viewBox='0%200%2040%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5%2037L16.6029%2032.5L24.3971%2032.5L20.5%2037Z'%20fill='%2305C2DF'/%3e%3cpath%20d='M1.27841%206.36364H3.40909L7.11364%2015.4091H7.25L10.9545%206.36364H13.0852V18H11.4148V9.57955H11.3068L7.875%2017.983H6.48864L3.05682%209.57386H2.94886V18H1.27841V6.36364ZM19.1776%2018.1761C18.3594%2018.1761%2017.6454%2017.9886%2017.0355%2017.6136C16.4257%2017.2386%2015.9522%2016.714%2015.6151%2016.0398C15.2779%2015.3655%2015.1094%2014.5777%2015.1094%2013.6761C15.1094%2012.7708%2015.2779%2011.9792%2015.6151%2011.3011C15.9522%2010.6231%2016.4257%2010.0966%2017.0355%209.72159C17.6454%209.34659%2018.3594%209.15909%2019.1776%209.15909C19.9957%209.15909%2020.7098%209.34659%2021.3196%209.72159C21.9295%2010.0966%2022.4029%2010.6231%2022.7401%2011.3011C23.0772%2011.9792%2023.2457%2012.7708%2023.2457%2013.6761C23.2457%2014.5777%2023.0772%2015.3655%2022.7401%2016.0398C22.4029%2016.714%2021.9295%2017.2386%2021.3196%2017.6136C20.7098%2017.9886%2019.9957%2018.1761%2019.1776%2018.1761ZM19.1832%2016.75C19.7135%2016.75%2020.1529%2016.6098%2020.5014%2016.3295C20.8499%2016.0492%2021.1075%2015.6761%2021.2741%2015.2102C21.4446%2014.7443%2021.5298%2014.2311%2021.5298%2013.6705C21.5298%2013.1136%2021.4446%2012.6023%2021.2741%2012.1364C21.1075%2011.6667%2020.8499%2011.2898%2020.5014%2011.0057C20.1529%2010.7216%2019.7135%2010.5795%2019.1832%2010.5795C18.6491%2010.5795%2018.206%2010.7216%2017.8537%2011.0057C17.5052%2011.2898%2017.2457%2011.6667%2017.0753%2012.1364C16.9086%2012.6023%2016.8253%2013.1136%2016.8253%2013.6705C16.8253%2014.2311%2016.9086%2014.7443%2017.0753%2015.2102C17.2457%2015.6761%2017.5052%2016.0492%2017.8537%2016.3295C18.206%2016.6098%2018.6491%2016.75%2019.1832%2016.75ZM25.142%2018V9.27273H26.7841V10.6591H26.875C27.0341%2010.1894%2027.3144%209.82008%2027.7159%209.55114C28.1212%209.27841%2028.5795%209.14205%2029.0909%209.14205C29.197%209.14205%2029.322%209.14583%2029.4659%209.15341C29.6136%209.16098%2029.7292%209.17045%2029.8125%209.18182V10.8068C29.7443%2010.7879%2029.6231%2010.767%2029.4489%2010.7443C29.2746%2010.7178%2029.1004%2010.7045%2028.9261%2010.7045C28.5246%2010.7045%2028.1667%2010.7898%2027.8523%2010.9602C27.5417%2011.1269%2027.2955%2011.3598%2027.1136%2011.6591C26.9318%2011.9545%2026.8409%2012.2917%2026.8409%2012.6705V18H25.142ZM34.7315%2018.1761C33.8717%2018.1761%2033.1312%2017.9924%2032.5099%2017.625C31.8925%2017.2538%2031.4152%2016.733%2031.0781%2016.0625C30.7448%2015.3883%2030.5781%2014.5985%2030.5781%2013.6932C30.5781%2012.7992%2030.7448%2012.0114%2031.0781%2011.3295C31.4152%2010.6477%2031.8849%2010.1155%2032.4872%209.73295C33.0933%209.35038%2033.8016%209.15909%2034.6122%209.15909C35.1046%209.15909%2035.5819%209.24053%2036.044%209.40341C36.5062%209.56629%2036.9209%209.82197%2037.2884%2010.1705C37.6558%2010.5189%2037.9455%2010.9716%2038.1577%2011.5284C38.3698%2012.0814%2038.4759%2012.7538%2038.4759%2013.5455V14.1477H31.5384V12.875H36.8111C36.8111%2012.428%2036.7202%2012.0322%2036.5384%2011.6875C36.3565%2011.339%2036.1009%2011.0644%2035.7713%2010.8636C35.4455%2010.6629%2035.063%2010.5625%2034.6236%2010.5625C34.1463%2010.5625%2033.7296%2010.6799%2033.3736%2010.9148C33.0213%2011.1458%2032.7486%2011.4489%2032.5554%2011.8239C32.366%2012.1951%2032.2713%2012.5985%2032.2713%2013.0341V14.0284C32.2713%2014.6117%2032.3736%2015.108%2032.5781%2015.517C32.7865%2015.9261%2033.0762%2016.2386%2033.4474%2016.4545C33.8187%2016.6667%2034.2524%2016.7727%2034.7486%2016.7727C35.0705%2016.7727%2035.3641%2016.7273%2035.6293%2016.6364C35.8944%2016.5417%2036.1236%2016.4015%2036.3168%2016.2159C36.5099%2016.0303%2036.6577%2015.8011%2036.7599%2015.5284L38.3679%2015.8182C38.2391%2016.2917%2038.008%2016.7064%2037.6747%2017.0625C37.3452%2017.4148%2036.9304%2017.6894%2036.4304%2017.8864C35.9342%2018.0795%2035.3679%2018.1761%2034.7315%2018.1761Z'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .3s ease}.header__more-button:hover{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='37'%20viewBox='0%200%2040%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5%2037L16.6029%2032.5L24.3971%2032.5L20.5%2037Z'%20fill='white'/%3e%3cpath%20d='M1.27841%206.36364H3.40909L7.11364%2015.4091H7.25L10.9545%206.36364H13.0852V18H11.4148V9.57955H11.3068L7.875%2017.983H6.48864L3.05682%209.57386H2.94886V18H1.27841V6.36364ZM19.1776%2018.1761C18.3594%2018.1761%2017.6454%2017.9886%2017.0355%2017.6136C16.4257%2017.2386%2015.9522%2016.714%2015.6151%2016.0398C15.2779%2015.3655%2015.1094%2014.5777%2015.1094%2013.6761C15.1094%2012.7708%2015.2779%2011.9792%2015.6151%2011.3011C15.9522%2010.6231%2016.4257%2010.0966%2017.0355%209.72159C17.6454%209.34659%2018.3594%209.15909%2019.1776%209.15909C19.9957%209.15909%2020.7098%209.34659%2021.3196%209.72159C21.9295%2010.0966%2022.4029%2010.6231%2022.7401%2011.3011C23.0772%2011.9792%2023.2457%2012.7708%2023.2457%2013.6761C23.2457%2014.5777%2023.0772%2015.3655%2022.7401%2016.0398C22.4029%2016.714%2021.9295%2017.2386%2021.3196%2017.6136C20.7098%2017.9886%2019.9957%2018.1761%2019.1776%2018.1761ZM19.1832%2016.75C19.7135%2016.75%2020.1529%2016.6098%2020.5014%2016.3295C20.8499%2016.0492%2021.1075%2015.6761%2021.2741%2015.2102C21.4446%2014.7443%2021.5298%2014.2311%2021.5298%2013.6705C21.5298%2013.1136%2021.4446%2012.6023%2021.2741%2012.1364C21.1075%2011.6667%2020.8499%2011.2898%2020.5014%2011.0057C20.1529%2010.7216%2019.7135%2010.5795%2019.1832%2010.5795C18.6491%2010.5795%2018.206%2010.7216%2017.8537%2011.0057C17.5052%2011.2898%2017.2457%2011.6667%2017.0753%2012.1364C16.9086%2012.6023%2016.8253%2013.1136%2016.8253%2013.6705C16.8253%2014.2311%2016.9086%2014.7443%2017.0753%2015.2102C17.2457%2015.6761%2017.5052%2016.0492%2017.8537%2016.3295C18.206%2016.6098%2018.6491%2016.75%2019.1832%2016.75ZM25.142%2018V9.27273H26.7841V10.6591H26.875C27.0341%2010.1894%2027.3144%209.82008%2027.7159%209.55114C28.1212%209.27841%2028.5795%209.14205%2029.0909%209.14205C29.197%209.14205%2029.322%209.14583%2029.4659%209.15341C29.6136%209.16098%2029.7292%209.17045%2029.8125%209.18182V10.8068C29.7443%2010.7879%2029.6231%2010.767%2029.4489%2010.7443C29.2746%2010.7178%2029.1004%2010.7045%2028.9261%2010.7045C28.5246%2010.7045%2028.1667%2010.7898%2027.8523%2010.9602C27.5417%2011.1269%2027.2955%2011.3598%2027.1136%2011.6591C26.9318%2011.9545%2026.8409%2012.2917%2026.8409%2012.6705V18H25.142ZM34.7315%2018.1761C33.8717%2018.1761%2033.1312%2017.9924%2032.5099%2017.625C31.8925%2017.2538%2031.4152%2016.733%2031.0781%2016.0625C30.7448%2015.3883%2030.5781%2014.5985%2030.5781%2013.6932C30.5781%2012.7992%2030.7448%2012.0114%2031.0781%2011.3295C31.4152%2010.6477%2031.8849%2010.1155%2032.4872%209.73295C33.0933%209.35038%2033.8016%209.15909%2034.6122%209.15909C35.1046%209.15909%2035.5819%209.24053%2036.044%209.40341C36.5062%209.56629%2036.9209%209.82197%2037.2884%2010.1705C37.6558%2010.5189%2037.9455%2010.9716%2038.1577%2011.5284C38.3698%2012.0814%2038.4759%2012.7538%2038.4759%2013.5455V14.1477H31.5384V12.875H36.8111C36.8111%2012.428%2036.7202%2012.0322%2036.5384%2011.6875C36.3565%2011.339%2036.1009%2011.0644%2035.7713%2010.8636C35.4455%2010.6629%2035.063%2010.5625%2034.6236%2010.5625C34.1463%2010.5625%2033.7296%2010.6799%2033.3736%2010.9148C33.0213%2011.1458%2032.7486%2011.4489%2032.5554%2011.8239C32.366%2012.1951%2032.2713%2012.5985%2032.2713%2013.0341V14.0284C32.2713%2014.6117%2032.3736%2015.108%2032.5781%2015.517C32.7865%2015.9261%2033.0762%2016.2386%2033.4474%2016.4545C33.8187%2016.6667%2034.2524%2016.7727%2034.7486%2016.7727C35.0705%2016.7727%2035.3641%2016.7273%2035.6293%2016.6364C35.8944%2016.5417%2036.1236%2016.4015%2036.3168%2016.2159C36.5099%2016.0303%2036.6577%2015.8011%2036.7599%2015.5284L38.3679%2015.8182C38.2391%2016.2917%2038.008%2016.7064%2037.6747%2017.0625C37.3452%2017.4148%2036.9304%2017.6894%2036.4304%2017.8864C35.9342%2018.0795%2035.3679%2018.1761%2034.7315%2018.1761Z'%20fill='white'/%3e%3c/svg%3e")}}.header__line{width:33%}.slider{position:relative;overflow:hidden}.slider__image{position:absolute;bottom:0;left:0;width:100%;height:100%;opacity:0;object-fit:cover;object-position:center;transition:opacity .6s ease-in-out,transform .6s ease-in-out}.slider__image--1{transform:scale(1.4)}.slider__image--active{position:relative;opacity:1}.slider__interaction{width:100%}@media screen and (min-width:1280px){.slider__interaction{width:207px}}.slider__control{display:flex;justify-content:space-between;margin-bottom:10px}.slider__button{border:none;color:#fff;background:transparent}.slider__button--disabled{cursor:not-allowed;color:#929292}.slider__button--active{cursor:pointer}.slider__button--active:hover{color:#05c2df}.slider__progress{position:relative;overflow:hidden;width:100%;height:1px;background-color:#212121}.slider__line{height:100%;background-color:#05c2df;transition:transform .3s ease-in-out}.slider__pagination{display:flex;gap:6px;justify-content:center;margin-top:14px}@media screen and (min-width:1280px){.slider__pagination{display:none}}.slider__dot{cursor:pointer;display:block;width:4px;height:4px;border-radius:50%;background-color:#484848;transition:transform .3s ease}.slider__dot--active{background-color:#ababab}.slider__dot:hover{transform:scale(1.6)}.top-bar{display:flex;align-items:center;justify-content:space-between;padding-block:20px}@media screen and (min-width:640px){.top-bar{padding-block:30px}}@media screen and (min-width:1280px){.top-bar{padding-inline:20px;position:fixed;z-index:90;top:0;right:0;left:0;background:linear-gradient(180deg,#191536,#191536d4 70.31%,#19153600)}}@media screen and (min-width:1280px)and (min-width:640px){.top-bar{padding-inline:34px}}@media screen and (min-width:1280px)and (min-width:1280px){.top-bar{padding-inline:110px}}@media screen and (min-width:1280px)and (min-width:1920px){.top-bar{padding-inline:254px}}.top-bar__logo{width:70px;height:14px;transition:transform .3s ease}@media screen and (min-width:1280px){.top-bar__logo{width:77px;height:16px}}.top-bar__logo:hover{transform:scale(1.1)}.top-bar__select{display:none}@media screen and (min-width:1280px){.top-bar__select{display:block;width:46px}}.top-bar__select-button{color:#05c2df;background:transparent;transition:transform .3s ease}.top-bar__select-button:hover{transform:scale(1.1)}.top-bar__select-list{overflow-y:auto;height:132px;border-radius:4px}@media screen and (min-width:1280px){.top-bar__block{display:flex;gap:37px;align-items:center}}.top-bar__nav{display:none}@media screen and (min-width:1280px){.top-bar__nav{display:flex;gap:37px}}.top-bar__button{display:none}@media screen and (min-width:1280px){.top-bar__button{display:block}}.top-bar__burger-menu{cursor:pointer;display:block;width:30px;height:13px;background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='14'%20viewBox='0%200%2030%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='5.41602'%20y1='0.5'%20x2='29.2494'%20y2='0.5'%20stroke='white'/%3e%3cline%20x1='5.41602'%20y1='13.5'%20x2='29.2494'%20y2='13.5'%20stroke='white'/%3e%3cline%20x1='4.37114e-08'%20y1='7'%20x2='17.3334'%20y2='7'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}@media screen and (min-width:1280px){.top-bar__burger-menu{display:none}}.top-bar__burger-menu:hover{transform:scale(1.1)}.menu{pointer-events:none;position:fixed;top:0;left:0;transform:translate(-100%);display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.menu.is-open{pointer-events:all;transform:translate(0);opacity:1}.menu.is-close{pointer-events:none;transform:translate(-100%);opacity:0}.menu__content{height:100%;background-color:#191536}@media screen and (min-width:640px){.menu__content{flex-shrink:0;height:568px}}.menu__top{display:flex;justify-content:end;padding:20px}@media screen and (min-width:640px){.menu__top{padding:34px}}.menu__close{cursor:pointer;display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.57328'%20y1='0.353478'%20x2='17.4404'%20y2='17.2206'%20stroke='white'/%3e%3cpath%20d='M0.353516%2017.2256L17.2206%200.358505'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:background-image .3s ease}.menu__close:hover{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.573051'%20y1='0.353478'%20x2='17.4401'%20y2='17.2206'%20stroke='%2305C2DF'/%3e%3cpath%20d='M0.353546%2017.2251L17.2206%200.358016'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}.menu__nav{display:flex;flex-direction:column}.menu__link{display:block;width:100%;padding:10px 0 10px 22px;transition:background-color .3s ease}@media screen and (min-width:640px){.menu__link{padding:10px 0 10px 150px}}.menu__link:hover{background-color:#110e25}.menu__item{font-size:21px}.menu__bottom{display:none}@media screen and (min-width:640px){.menu__bottom{flex-grow:1;width:100%;height:auto;background-color:#19153650}}.language-menu{pointer-events:none;position:fixed;top:0;left:0;transform:translate(-100%);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.language-menu.is-open{pointer-events:all;transform:translate(0);opacity:1}.language-menu.is-close{pointer-events:none;transform:translate(-100%);opacity:0}.language-menu__content{height:100%;background-color:#191536}@media screen and (min-width:640px){.language-menu__content{flex-shrink:0;height:620px}}.language-menu__top{display:flex;justify-content:start;padding:20px}@media screen and (min-width:640px){.language-menu__top{padding:34px}}.language-menu__back{cursor:pointer;display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='18'%20viewBox='0%200%2010%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.20703%200.353516L0.707031%208.85352L9.20703%2017.3535'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:transform .3s ease}.language-menu__back:hover{transform:scale(1.1)}.language-menu__nav{display:flex;flex-direction:column}.language-menu__link{cursor:not-allowed;display:block;box-sizing:border-box;width:100%;padding:10px 0 10px 22px;border:none;text-align:start;background-color:#191536;transition:background-color .3s ease}@media screen and (min-width:640px){.language-menu__link{padding:10px 0 10px 150px}}.language-menu__link:hover{background-color:#110e25}.language-menu__link--active{cursor:pointer}.language-menu__item{font-size:21px}.language-menu__bottom{display:none}@media screen and (min-width:640px){.language-menu__bottom{flex-grow:1;width:100%;height:auto;background-color:#19153650}}.more{display:grid;gap:20px;padding-block:50px;background-color:#05040b;padding-inline:20px}@media screen and (min-width:640px){.more{padding-inline:34px}}@media screen and (min-width:1280px){.more{padding-inline:110px}}@media screen and (min-width:1920px){.more{padding-inline:254px}}@media screen and (min-width:640px){.more{grid-template-columns:repeat(6,1fr);gap:30px 20px;padding-block:70px}}@media screen and (min-width:1280px){.more{grid-template-columns:repeat(12,1fr);gap:20px;padding-block:100px}}@media screen and (min-width:1920px){.more{padding-block:158px}}.more__description{display:flex;flex-direction:column;gap:12px;padding-bottom:10px}@media screen and (min-width:640px){.more__description{grid-column:1/-1;text-align:center}}@media screen and (min-width:1280px){.more__description{padding-bottom:83px}}.more__title{color:#fff}.more__subtitle{font-size:12px;color:#05c2df}@media screen and (min-width:1280px){.more__subtitle{font-size:14px}}.more__block{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:640px){.more__block{grid-column:span 3;gap:22px;align-items:center}}@media screen and (min-width:1280px){.more__block{grid-column:span 3;gap:30px}}@media screen and (min-width:640px){.more__text{text-align:center}}@media screen and (min-width:640px){.more__image{background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}.more__image--education{width:98px;height:81px;background-image:url("data:image/svg+xml,%3csvg%20width='98'%20height='81'%20viewBox='0%200%2098%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M62.2372%205.25319L49.2011%200.107422L0.275391%2019.0257L49%2041.4999L97.7244%2019.0177L64.8872%206.43209'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M47.9541%2015.9346L74.4961%2028.098V71.9286'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M16%2026L16%2040'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M16.0801%2043.1498V56.7948C16.0801%2056.7948%2047.5813%2083.9774%2081.7385%2056.7948V26.3096'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M74.4965%2080.8999C76.9474%2080.8999%2078.9343%2078.9036%2078.9343%2076.4412C78.9343%2073.9787%2076.9474%2071.9824%2074.4965%2071.9824C72.0455%2071.9824%2070.0586%2073.9787%2070.0586%2076.4412C70.0586%2078.9036%2072.0455%2080.8999%2074.4965%2080.8999Z'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.more__image--estate{width:84px;height:84px;background-image:url(/layout_KateVR/assets/estate-Dpi27lC8.svg)}.more__image--fitness{width:113px;height:83px;background-image:url("data:image/svg+xml,%3csvg%20width='114'%20height='84'%20viewBox='0%200%20114%2084'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M49.9082%2018.1469C52.734%2022.045%2054.2279%2026.6569%2054.2279%2031.4831C54.2279%2044.0246%2044.0246%2054.2279%2031.4831%2054.2279C18.9415%2054.2279%208.73828%2044.0246%208.73828%2031.4831C8.73828%2018.9415%2018.9415%208.73828%2031.4831%208.73828C36.3015%208.73828%2040.9066%2010.2275%2044.8008%2013.0448'%20stroke='%2305C2DF'%20stroke-width='1.00668'%20stroke-linejoin='round'/%3e%3cpath%20d='M31.4834%2022.373C36.5063%2022.373%2040.5936%2026.4605%2040.5938%2031.4834C40.5938%2036.5064%2036.5062%2040.5938%2031.4834%2040.5938C26.4607%2040.5936%2022.373%2036.5063%2022.373%2031.4834C22.3732%2026.4606%2026.4606%2022.3732%2031.4834%2022.373Z'%20stroke='%2305C2DF'%20stroke-width='1.00668'/%3e%3cpath%20d='M112.264%200.50293C102.76%200.50293%2095.0283%208.23522%2095.0283%2017.7393V26.7206C92.7554%2027.3948%2090.6638%2028.6139%2088.9199%2030.3111'%20stroke='%2305C2DF'%20stroke-width='1.00668'/%3e%3cpath%20d='M48.9825%2057.0349C53.4483%2053.9667%2057.0736%2049.7607%2059.4351%2044.8369M93.7994%2053.5032C92.1035%2051.9547%2090.1952%2050.6636%2088.127%2049.6655L87.7818%2049.4989M85.0209%2036.8173C84.633%2038.1602%2084.4363%2039.5423%2084.4363%2040.926V47.8846L82.669%2047.0317C75.8625%2043.7471%2068.3457%2041.8674%2060.7891%2041.5351C61.8735%2038.3819%2062.4636%2035.0009%2062.4636%2031.4844C62.4636%2014.4017%2048.5659%200.503906%2031.4834%200.503906C14.4009%200.503906%200.50293%2014.4017%200.50293%2031.4844C0.50293%2048.5671%2014.4007%2062.4648%2031.4834%2062.4648C36.7131%2062.4648%2041.6432%2061.1603%2045.9686%2058.8627C47.5792%2060.2588%2074.1858%2083.1337%2088.1021%2083.1337C88.2722%2083.1337%2088.4417%2083.1301%2088.6081%2083.1232C102.534%2082.542%20113.062%2071.1227%20113.503%2070.637'%20stroke='%2305C2DF'%20stroke-width='1.00668'/%3e%3c/svg%3e")}.more__image--interactions{width:83px;height:83px;background-image:url(/layout_KateVR/assets/interaction-D-A_G5_4.svg)}.more__image:hover{transform:scale(1.2)}}.about{display:flex;flex-direction:column;gap:79px;padding-block:50px;background:linear-gradient(107.56deg,#191536,#000)}@media screen and (min-width:640px){.about{gap:83px;padding-block:70px 50px}}@media screen and (min-width:1280px){.about{gap:183px;padding-block:100px}}@media screen and (min-width:1920px){.about{gap:175px;padding-block:147px 156px}}.about{padding-inline:20px}@media screen and (min-width:640px){.about{padding-inline:34px}}@media screen and (min-width:1280px){.about{padding-inline:110px}}@media screen and (min-width:1920px){.about{padding-inline:254px}}@media screen and (min-width:640px){.product{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}}@media screen and (min-width:1280px){.product{grid-template-columns:repeat(12,1fr);gap:23px}}@media screen and (min-width:1920px){.product{grid-template-columns:repeat(16,1fr);gap:23px}}@media screen and (min-width:640px){.product__pictures{grid-column:1/4;grid-row:1}}@media screen and (min-width:1280px){.product__pictures{grid-column:3/8}}@media screen and (min-width:1920px){.product__pictures{grid-column:5/11}}.product__image{aspect-ratio:280/189}@media screen and (min-width:640px){.product__image{aspect-ratio:340/270}}@media screen and (min-width:1280px){.product__image{aspect-ratio:430/290}}@media screen and (min-width:1920px){.product__image{aspect-ratio:622/290}}.product__control{display:none}@media screen and (min-width:1280px){.product__control{display:flex}}.product__progress{display:none}@media screen and (min-width:1280px){.product__progress{display:flex}}.product__line{width:20%}.product__title{margin-bottom:20px}@media screen and (min-width:640px){.product__title{grid-column:4/-1;grid-row:1;margin-bottom:0}}@media screen and (min-width:1280px){.product__title{grid-column:9/-1}}@media screen and (min-width:1920px){.product__title{grid-column:12/-1}}.product__count{display:none}@media screen and (min-width:1280px){.product__count{display:flex;grid-column:2;justify-self:right;font-size:14px;font-weight:400;color:#05c2df}}@media screen and (min-width:1920px){.product__count{grid-column:3}}@media screen and (min-width:640px){.product__content{grid-column:4/-1;grid-row:1}}@media screen and (min-width:1280px){.product__content{grid-column:9/-1}}@media screen and (min-width:1920px){.product__content{grid-column:12/-1}}.product__description{margin-block:20px 25px}@media screen and (min-width:640px){.product__description{margin-block:60px 20px}}@media screen and (min-width:1920px){.product__description{margin-block:70px 20px}}.product__video-button{display:block;width:247px;height:66px;background-image:url(/layout_KateVR/assets/video-button-Rhjj10Ar.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .3s ease}.product__video-button:hover{background-image:url(/layout_KateVR/assets/video-button-hover-C9_fWSGb.svg)}@media screen and (min-width:640px){.meeting{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}}@media screen and (min-width:1280px){.meeting{grid-template-columns:repeat(12,1fr)}}@media screen and (min-width:1920px){.meeting{grid-template-columns:repeat(16,1fr)}}.meeting__hello{font-size:14px;color:#05c2df}.meeting__title{margin-block:11px 22px}@media screen and (min-width:640px){.meeting__title{margin-bottom:32px}}@media screen and (min-width:1280px){.meeting__title{margin-top:15px}}@media screen and (min-width:640px){.meeting__content{grid-column:1/5;align-self:center}}@media screen and (min-width:1280px){.meeting__content{grid-column:1/5}}@media screen and (min-width:1920px){.meeting__content{grid-column:2/7}}.meeting__background{display:none}@media screen and (min-width:640px){.meeting__background{overflow-x:hidden;display:block;grid-column:5/-1;height:276px}}@media screen and (min-width:1280px){.meeting__background{grid-column:7/-1;height:342px}}@media screen and (min-width:1920px){.meeting__background{grid-column:9/-1;height:349px}}@media screen and (min-width:640px){.meeting__image{width:100%;height:100%;background-image:url(/layout_KateVR/assets/about-background-CB6ekLTe.png);background-repeat:no-repeat;background-position:left;background-size:cover}}@media screen and (min-width:1280px){.meeting__image{background-size:contain}}.tech{padding-inline:20px}@media screen and (min-width:640px){.tech{padding-inline:34px}}@media screen and (min-width:1280px){.tech{padding-inline:110px}}@media screen and (min-width:1920px){.tech{padding-inline:254px}}.tech{padding-block:50px;background-color:#05040b}@media screen and (min-width:1280px){.tech{padding-block:100px}}@media screen and (min-width:1920px){.tech{padding-block:160px}}.tech__title{margin-bottom:41px}@media screen and (min-width:640px){.tech__title{margin-bottom:57px}}@media screen and (min-width:1280px){.tech__title{display:flex;justify-content:end;margin-right:185px;margin-bottom:80px}}@media screen and (min-width:1920px){.tech__title{margin-right:410px}}.tech__content{position:relative;width:197px;height:194px;margin-inline:auto}@media screen and (min-width:640px){.tech__content{width:358px;height:354px}}@media screen and (min-width:1280px){.tech__content{width:1055px;height:355px}}@media screen and (min-width:1920px){.tech__content{width:1175px}}.tech__image{position:absolute;z-index:1;right:0;bottom:0;width:100%;height:100%}@media screen and (min-width:1280px){.tech__image{left:357px;width:297px;height:294px}}@media screen and (min-width:1920px){.tech__image{left:375px}}.tech__subtitle{display:none}@media screen and (min-width:1280px){.tech__subtitle{display:block;margin-bottom:21px;color:#fff}}.tech__description{list-style:none}.tech__item{font-size:12px;font-weight:400}@media screen and (min-width:1280px){.tech__item{font-size:16px}}.tech__trigger{cursor:pointer;position:absolute;z-index:3;width:34px;height:34px;background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17'%20cy='17'%20r='17'%20fill='%2305C2DF'/%3e%3ccircle%20cx='17'%20cy='17'%20r='16'%20stroke='white'%20stroke-opacity='0.14'%20stroke-width='2'/%3e%3cpath%20d='M17%2011L17%2023'%20stroke='white'/%3e%3cpath%20d='M23%2017L11%2017'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease,background-image .3s ease}.tech__trigger.is-active{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17'%20cy='17'%20r='17'%20fill='%2307798B'/%3e%3ccircle%20cx='17'%20cy='17'%20r='16'%20stroke='white'%20stroke-opacity='0.14'%20stroke-width='2'/%3e%3cpath%20d='M23%2017L11%2017'%20stroke='white'/%3e%3c/svg%3e")}@media screen and (min-width:640px){.tech__trigger{width:62px;height:62px}}@media screen and (min-width:1280px){.tech__trigger{display:none}}.tech__trigger:hover{transform:scale(1.1) rotate(180deg)}.tech__sensor-button{top:-11px;left:60px}@media screen and (min-width:640px){.tech__sensor-button{top:-27px;left:65px}}.tech__connection-button{bottom:8px;left:-17px}@media screen and (min-width:640px){.tech__connection-button{bottom:20px;left:-58px}}.tech__batterries-button{top:80px;right:29px}@media screen and (min-width:640px){.tech__batterries-button{top:145px;right:49px}}.tech__info-block{position:absolute;z-index:10;transform:translateY(-10px);display:block;width:168px;padding:17px 10px 22px;border:none;border-radius:4px;visibility:hidden;opacity:0;background:#191536;transition:opacity .4s ease,transform .4s ease}@media screen and (min-width:1280px){.tech__info-block{transform:none;padding:0;visibility:visible;opacity:1;background:transparent}}.tech__info-block.is-visible{transform:translateY(0);visibility:visible;opacity:1}.tech__sensor-block{position:absolute;top:28px;left:55px}@media screen and (min-width:640px){.tech__sensor-block{top:41px}}@media screen and (min-width:1280px){.tech__sensor-block{top:5px;left:0;width:250px;height:143px}}.tech__connection-block{position:absolute;bottom:47px;left:-15px}@media screen and (min-width:640px){.tech__connection-block{bottom:17px;left:11px}}@media screen and (min-width:1280px){.tech__connection-block{bottom:15px;left:86px;width:241px;height:124px}}@media screen and (min-width:1920px){.tech__connection-block{left:0}}.tech__batterries-block{position:absolute;top:50px;right:69px}@media screen and (min-width:640px){.tech__batterries-block{top:147px;right:117px}}@media screen and (min-width:1280px){.tech__batterries-block{top:5px;right:0;width:338px;height:207px}}@media screen and (min-width:1920px){.tech__batterries-block{width:344px}}.tech__sensor-line{display:none}@media screen and (min-width:1280px){.tech__sensor-line{position:absolute;z-index:2;top:9px;left:101px;display:block;width:403px;height:72px;background-image:url("data:image/svg+xml,%3csvg%20width='404'%20height='72'%20viewBox='0%200%20404%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%203H403V72'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='3'%20cy='3'%20r='3'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}}@media screen and (min-width:1920px){.tech__sensor-line{left:91px;width:431px;background-image:url("data:image/svg+xml,%3csvg%20width='432'%20height='72'%20viewBox='0%200%20432%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%203H431V72'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='3'%20cy='3'%20r='3'%20fill='%2305C2DF'/%3e%3c/svg%3e")}}.tech__connection-line{display:none}@media screen and (min-width:1280px){.tech__connection-line{position:absolute;z-index:2;top:115px;left:226px;display:block;width:134px;height:113px;background-image:url("data:image/svg+xml,%3csvg%20width='134'%20height='113'%20viewBox='0%200%20134%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.95898%20110H40.959V3H129.959'%20stroke='%2305C2DF'/%3e%3cpath%20d='M6%20110C6%20111.657%204.65685%20113%203%20113C1.34315%20113%200%20111.657%200%20110C0%20108.343%201.34315%20107%203%20107C4.65685%20107%206%20108.343%206%20110Z'%20fill='%2305C2DF'/%3e%3cpath%20d='M133.917%203C133.917%204.65685%20132.574%206%20130.917%206C129.26%206%20127.917%204.65685%20127.917%203C127.917%201.34315%20129.26%200%20130.917%200C132.574%200%20133.917%201.34315%20133.917%203Z'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}}@media screen and (min-width:1920px){.tech__connection-line{top:118px;left:137px;width:241px;background-image:url("data:image/svg+xml,%3csvg%20width='241'%20height='113'%20viewBox='0%200%20241%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.5%20110H148V3H237'%20stroke='%2305C2DF'/%3e%3cpath%20d='M6%20109.5C6%20111.157%204.65685%20112.5%203%20112.5C1.34315%20112.5%200%20111.157%200%20109.5C0%20107.843%201.34315%20106.5%203%20106.5C4.65685%20106.5%206%20107.843%206%20109.5Z'%20fill='%2305C2DF'/%3e%3cpath%20d='M240.958%203C240.958%204.65685%20239.615%206%20237.958%206C236.301%206%20234.958%204.65685%20234.958%203C234.958%201.34315%20236.301%200%20237.958%200C239.615%200%20240.958%201.34315%20240.958%203Z'%20fill='%2305C2DF'/%3e%3c/svg%3e")}}.tech__batterries-line{display:none}@media screen and (min-width:1280px){.tech__batterries-line{position:absolute;z-index:2;top:9px;right:355px;display:block;width:192px;height:245px;background-image:url("data:image/svg+xml,%3csvg%20width='192'%20height='245'%20viewBox='0%200%20192%20245'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M188.5%201.4585V241.958H3.5'%20stroke='%2305C2DF'/%3e%3cpath%20d='M191.5%202.99998C191.5%204.65683%20190.157%205.99998%20188.5%205.99998C186.843%205.99998%20185.5%204.65683%20185.5%202.99998C185.5%201.34312%20186.843%20-2.46877e-05%20188.5%20-2.46877e-05C190.157%20-2.46877e-05%20191.5%201.34312%20191.5%202.99998Z'%20fill='%2305C2DF'/%3e%3ccircle%20cx='3'%20cy='241.958'%20r='3'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}}@media screen and (min-width:1920px){.tech__batterries-line{top:9px;right:365px;width:283px;background-image:url("data:image/svg+xml,%3csvg%20width='283'%20height='245'%20viewBox='0%200%20283%20245'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M280%205.5V242H3.5'%20stroke='%2305C2DF'/%3e%3cpath%20d='M283%202.99998C283%204.65683%20281.657%205.99998%20280%205.99998C278.343%205.99998%20277%204.65683%20277%202.99998C277%201.34312%20278.343%20-2.46877e-05%20280%20-2.46877e-05C281.657%20-2.46877e-05%20283%201.34312%20283%202.99998Z'%20fill='%2305C2DF'/%3e%3ccircle%20cx='3'%20cy='242'%20r='3'%20fill='%2305C2DF'/%3e%3c/svg%3e")}}.tech__eclipse{display:none}@media screen and (min-width:1280px){.tech__eclipse{position:absolute;z-index:2;bottom:54px;left:342px;display:block;width:50px;height:201px;background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='202'%20viewBox='0%200%2046%20202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M44.7259%200.357143C19.225%2025.3605%202.67258%2059.6619%200.697822%2098.1722C-1.30506%20137.231%2012.0521%20173.517%2035.47%20201.147'%20stroke='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}}@media screen and (min-width:1920px){.tech__eclipse{left:360px}}.benefits{display:grid;gap:20px;padding-block:50px;background:linear-gradient(107.56deg,#191536,#000);padding-inline:20px}@media screen and (min-width:640px){.benefits{padding-inline:34px}}@media screen and (min-width:1280px){.benefits{padding-inline:110px}}@media screen and (min-width:1920px){.benefits{padding-inline:254px}}@media screen and (min-width:640px){.benefits{grid-template-columns:repeat(6,1fr);gap:30px 20px;padding-block:70px}}@media screen and (min-width:1280px){.benefits{gap:20px;padding-block:100px 240px}}@media screen and (min-width:1920px){.benefits{gap:20px 205px;padding-block:158px}}.benefits__title{margin-bottom:10px}@media screen and (min-width:640px){.benefits__title{grid-column:1/-1}}@media screen and (min-width:1280px){.benefits__title{margin-bottom:64px;text-align:center}}.benefits__subtitle{color:#fff}@media screen and (min-width:640px){.benefits__subtitle{text-align:center}}.benefits__block{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:640px){.benefits__block{grid-column:span 2;gap:22px;align-items:center}}@media screen and (min-width:1280px){.benefits__block{grid-column:span 2;gap:30px}}@media screen and (min-width:1920px){.benefits__block{gap:84px}}@media screen and (min-width:640px){.benefits__text{text-align:center}}.benefits__compatible{font-size:16px}@media screen and (min-width:640px){.benefits__image{background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}.benefits__image--compatible{width:80px;height:79px;background-image:url("data:image/svg+xml,%3csvg%20width='98'%20height='81'%20viewBox='0%200%2098%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M45.0137%2028.0787V21.0684M61.646%2035.3639H69.756M31.9553%2045.8106H36.3539M53.9484%2060.5185V53.5082'%20stroke='%2305C2DF'/%3e%3crect%20x='36.7165'%20y='28.4414'%20width='24.567'%20height='24.567'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='41.39'%20y='33.1152'%20width='15.4948'%20height='15.4948'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='69.9811'%20y='1.5'%20width='18.5189'%20height='18.5189'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='74.3797'%20y='5.89844'%20width='9.99656'%20height='9.99656'%20rx='2.5'%20stroke='%2305C2DF'/%3e%3crect%20x='9.5'%20y='1.5'%20width='18.5189'%20height='18.5189'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='13.8986'%20y='5.89844'%20width='9.99656'%20height='9.99656'%20rx='2.5'%20stroke='%2305C2DF'/%3e%3crect%20x='10.3248'%20y='61.4316'%20width='18.5189'%20height='18.5189'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='14.7234'%20y='65.8301'%20width='9.99656'%20height='9.99656'%20rx='2.5'%20stroke='%2305C2DF'/%3e%3crect%20x='69.9811'%20y='61.4316'%20width='18.5189'%20height='18.5189'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3crect%20x='74.3797'%20y='65.8301'%20width='9.99656'%20height='9.99656'%20rx='2.5'%20stroke='%2305C2DF'/%3e%3cpath%20d='M54.2234%2028.0786V10.8965H69.3436'%20stroke='%2305C2DF'/%3e%3cpath%20d='M36.354%2038.1133L18.8969%2038.1133L18.8969%2020.5188'%20stroke='%2305C2DF'/%3e%3cpath%20d='M61.7835%2041.9619L78.9656%2041.9619L78.9656%2060.931'%20stroke='%2305C2DF'/%3e%3cpath%20d='M45.5636%2053.5083L45.5636%2070.6904L29.2062%2070.6904'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='45.0137'%20cy='18.5943'%20r='1.97423'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='72.2302'%20cy='35.3639'%20r='1.97423'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='29.6186'%20cy='45.8111'%20r='1.97423'%20stroke='%2305C2DF'/%3e%3ccircle%20cx='53.811'%20cy='62.8561'%20r='1.97423'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}.benefits__image--control{width:89px;height:81px;background-image:url("data:image/svg+xml,%3csvg%20width='88'%20height='80'%20viewBox='0%200%2088%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2.06152'%20y='1.91992'%20width='84.3965'%20height='59.5917'%20rx='3.5'%20stroke='%2305C2DF'/%3e%3cline%20x1='1.56152'%20y1='51.5713'%20x2='86.958'%20y2='51.5713'%20stroke='%2305C2DF'/%3e%3cline%20x1='40.0723'%20y1='56.7783'%20x2='47.9243'%20y2='56.7783'%20stroke='%2305C2DF'%20stroke-linecap='round'/%3e%3crect%20x='27.0557'%20y='62.0381'%20width='33.8876'%20height='5.15385'%20stroke='%2305C2DF'/%3e%3crect%20x='16.6416'%20y='73.3994'%20width='54.716'%20height='5.15385'%20stroke='%2305C2DF'/%3e%3cpath%20d='M61.3066%2067.7188L70.0303%2072.873H17.9688L26.6934%2067.7188H61.3066Z'%20stroke='%2305C2DF'/%3e%3cpath%20d='M24.8182%2013.7273L32.8182%2036.0909H32.9091L40.9091%2013.7273H41.6818L33.3636%2037H32.3636L24.0455%2013.7273H24.8182ZM46.3551%2037V13.7273H53.1733C54.4763%2013.7273%2055.6278%2014.0038%2056.6278%2014.5568C57.6354%2015.1098%2058.4233%2015.8826%2058.9915%2016.875C59.5672%2017.8674%2059.8551%2019.0303%2059.8551%2020.3636C59.8551%2021.6818%2059.5672%2022.8371%2058.9915%2023.8295C58.4233%2024.8144%2057.6354%2025.5833%2056.6278%2026.1364C55.6278%2026.6818%2054.4763%2026.9545%2053.1733%2026.9545H46.7188V26.2273H53.1733C54.34%2026.2273%2055.3703%2025.9848%2056.2642%2025.5C57.1581%2025.0152%2057.8589%2024.3333%2058.3665%2023.4545C58.8741%2022.5758%2059.1278%2021.5455%2059.1278%2020.3636C59.1278%2019.1742%2058.8741%2018.1364%2058.3665%2017.25C57.8589%2016.3636%2057.1581%2015.678%2056.2642%2015.1932C55.3703%2014.7008%2054.34%2014.4545%2053.1733%2014.4545H47.0824V37H46.3551ZM55.2188%2026.4091L60.946%2037H60.1278L54.4006%2026.4091H55.2188Z'%20fill='%2305C2DF'/%3e%3c/svg%3e")}.benefits__image--sensor{width:105px;height:79px;background-image:url("data:image/svg+xml,%3csvg%20width='113'%20height='81'%20viewBox='0%200%20113%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='56.1544'%20cy='40.8398'%20r='13.5898'%20stroke='%2305C2DF'/%3e%3cpath%20d='M70.5965%2026.4336C75.2661%2029.5226%2078.3459%2034.8213%2078.3459%2040.8392C78.3459%2046.8572%2075.2661%2052.1558%2070.5965%2055.2449'%20stroke='%2305C2DF'/%3e%3cpath%20d='M70.7729%2055.1055L77.1133%2063.2071'%20stroke='%2305C2DF'/%3e%3cpath%20d='M76.937%2063.3831C84.3657%2058.5112%2089.2656%2050.1545%2089.2656%2040.6632C89.2656%2031.172%2084.3657%2022.8152%2076.937%2017.9434L70.5965%2026.5734'%20stroke='%2305C2DF'/%3e%3cpath%20d='M83.982%209.49023C93.9578%2016.0994%20100.538%2027.436%20100.538%2040.3117C100.538%2053.1875%2093.9578%2064.5241%2083.982%2071.1332'%20stroke='%2305C2DF'/%3e%3cpath%20d='M83.9818%209.66586L90.3222%200.683594C103.27%209.21883%20111.809%2023.8593%20111.809%2040.4874C111.809%2057.1154%20103.27%2071.7559%2090.3222%2080.2911L83.8057%2071.1327'%20stroke='%2305C2DF'/%3e%3cpath%20d='M41.7119%2026.4336C37.0424%2029.5226%2033.9625%2034.8213%2033.9625%2040.8392C33.9625%2046.8572%2037.0424%2052.1558%2041.7119%2055.2449'%20stroke='%2305C2DF'/%3e%3cpath%20d='M41.5364%2055.1055L35.1959%2063.2071'%20stroke='%2305C2DF'/%3e%3cpath%20d='M35.3715%2063.3831C27.9427%2058.5112%2023.0429%2050.1545%2023.0429%2040.6632C23.0429%2031.172%2027.9427%2022.8152%2035.3715%2017.9434L41.7119%2026.5734'%20stroke='%2305C2DF'/%3e%3cpath%20d='M28.3272%209.49023C18.3514%2016.0994%2011.7717%2027.436%2011.7717%2040.3117C11.7717%2053.1875%2018.3514%2064.5241%2028.3272%2071.1332'%20stroke='%2305C2DF'/%3e%3cpath%20d='M28.3274%209.66586L21.987%200.683594C9.03968%209.21883%200.500003%2023.8593%200.500003%2040.4874C0.500003%2057.1154%209.03968%2071.7559%2021.987%2080.2911L28.5035%2071.1327'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}.benefits__image:hover{transform:scale(1.2)}}.faq{position:fixed;z-index:100;top:0;left:0;overflow-y:auto;display:none;box-sizing:border-box;width:100%;height:100%;background-color:#191536;padding-inline:20px}@media screen and (min-width:640px){.faq{padding-inline:34px}}@media screen and (min-width:1280px){.faq{padding-inline:110px}}@media screen and (min-width:1920px){.faq{padding-inline:254px}}.faq.is-open{display:block;animation:fade-in .3s ease-out}@media screen and (min-width:1280px){.faq{display:none;align-items:center;justify-content:center;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.8) 100%)}.faq.is-open{display:flex}}.faq__top{display:flex;justify-content:end;padding-block:20px}@media screen and (min-width:640px){.faq__top{padding-block:34px}}.faq__container{z-index:101;width:100%;background:#191536}@media screen and (min-width:1280px){.faq__container{scrollbar-width:none;overflow-y:auto;box-sizing:border-box;width:880px;height:550px;padding-inline:90px;border-radius:4px;-ms-overflow-style:none}.faq__container::-webkit-scrollbar{display:none}}@media screen and (min-width:1920px){.faq__container{width:1083px;padding-inline:95px}}.faq__content{display:flex;flex-direction:column;gap:13px;margin-block:30px 15px}@media screen and (min-width:640px){.faq__content{margin-top:30px}}.faq__item{padding-inline:12px;border:1px solid #05c2df;border-radius:4px}.faq__question{cursor:pointer;padding-block:20px;color:#05c2df;list-style:none}.faq__description{padding-block:25px 12px;font-size:12px;color:#545454}.faq__close{cursor:pointer;display:block;width:20px;height:20px;border:none;background:linear-gradient(107.56deg,#191536,#000);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.57328'%20y1='0.353478'%20x2='17.4404'%20y2='17.2206'%20stroke='white'/%3e%3cpath%20d='M0.353516%2017.2256L17.2206%200.358505'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:background-image .3s ease}.faq__close:hover{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.573051'%20y1='0.353478'%20x2='17.4401'%20y2='17.2206'%20stroke='%2305C2DF'/%3e%3cpath%20d='M0.353546%2017.2251L17.2206%200.358016'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}.faq__button{display:block;width:40px;height:37px;margin-top:50px;margin-inline:auto;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='37'%20viewBox='0%200%2040%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5%2037L16.6029%2032.5L24.3971%2032.5L20.5%2037Z'%20fill='%2305C2DF'/%3e%3cpath%20d='M1.27841%206.36364H3.40909L7.11364%2015.4091H7.25L10.9545%206.36364H13.0852V18H11.4148V9.57955H11.3068L7.875%2017.983H6.48864L3.05682%209.57386H2.94886V18H1.27841V6.36364ZM19.1776%2018.1761C18.3594%2018.1761%2017.6454%2017.9886%2017.0355%2017.6136C16.4257%2017.2386%2015.9522%2016.714%2015.6151%2016.0398C15.2779%2015.3655%2015.1094%2014.5777%2015.1094%2013.6761C15.1094%2012.7708%2015.2779%2011.9792%2015.6151%2011.3011C15.9522%2010.6231%2016.4257%2010.0966%2017.0355%209.72159C17.6454%209.34659%2018.3594%209.15909%2019.1776%209.15909C19.9957%209.15909%2020.7098%209.34659%2021.3196%209.72159C21.9295%2010.0966%2022.4029%2010.6231%2022.7401%2011.3011C23.0772%2011.9792%2023.2457%2012.7708%2023.2457%2013.6761C23.2457%2014.5777%2023.0772%2015.3655%2022.7401%2016.0398C22.4029%2016.714%2021.9295%2017.2386%2021.3196%2017.6136C20.7098%2017.9886%2019.9957%2018.1761%2019.1776%2018.1761ZM19.1832%2016.75C19.7135%2016.75%2020.1529%2016.6098%2020.5014%2016.3295C20.8499%2016.0492%2021.1075%2015.6761%2021.2741%2015.2102C21.4446%2014.7443%2021.5298%2014.2311%2021.5298%2013.6705C21.5298%2013.1136%2021.4446%2012.6023%2021.2741%2012.1364C21.1075%2011.6667%2020.8499%2011.2898%2020.5014%2011.0057C20.1529%2010.7216%2019.7135%2010.5795%2019.1832%2010.5795C18.6491%2010.5795%2018.206%2010.7216%2017.8537%2011.0057C17.5052%2011.2898%2017.2457%2011.6667%2017.0753%2012.1364C16.9086%2012.6023%2016.8253%2013.1136%2016.8253%2013.6705C16.8253%2014.2311%2016.9086%2014.7443%2017.0753%2015.2102C17.2457%2015.6761%2017.5052%2016.0492%2017.8537%2016.3295C18.206%2016.6098%2018.6491%2016.75%2019.1832%2016.75ZM25.142%2018V9.27273H26.7841V10.6591H26.875C27.0341%2010.1894%2027.3144%209.82008%2027.7159%209.55114C28.1212%209.27841%2028.5795%209.14205%2029.0909%209.14205C29.197%209.14205%2029.322%209.14583%2029.4659%209.15341C29.6136%209.16098%2029.7292%209.17045%2029.8125%209.18182V10.8068C29.7443%2010.7879%2029.6231%2010.767%2029.4489%2010.7443C29.2746%2010.7178%2029.1004%2010.7045%2028.9261%2010.7045C28.5246%2010.7045%2028.1667%2010.7898%2027.8523%2010.9602C27.5417%2011.1269%2027.2955%2011.3598%2027.1136%2011.6591C26.9318%2011.9545%2026.8409%2012.2917%2026.8409%2012.6705V18H25.142ZM34.7315%2018.1761C33.8717%2018.1761%2033.1312%2017.9924%2032.5099%2017.625C31.8925%2017.2538%2031.4152%2016.733%2031.0781%2016.0625C30.7448%2015.3883%2030.5781%2014.5985%2030.5781%2013.6932C30.5781%2012.7992%2030.7448%2012.0114%2031.0781%2011.3295C31.4152%2010.6477%2031.8849%2010.1155%2032.4872%209.73295C33.0933%209.35038%2033.8016%209.15909%2034.6122%209.15909C35.1046%209.15909%2035.5819%209.24053%2036.044%209.40341C36.5062%209.56629%2036.9209%209.82197%2037.2884%2010.1705C37.6558%2010.5189%2037.9455%2010.9716%2038.1577%2011.5284C38.3698%2012.0814%2038.4759%2012.7538%2038.4759%2013.5455V14.1477H31.5384V12.875H36.8111C36.8111%2012.428%2036.7202%2012.0322%2036.5384%2011.6875C36.3565%2011.339%2036.1009%2011.0644%2035.7713%2010.8636C35.4455%2010.6629%2035.063%2010.5625%2034.6236%2010.5625C34.1463%2010.5625%2033.7296%2010.6799%2033.3736%2010.9148C33.0213%2011.1458%2032.7486%2011.4489%2032.5554%2011.8239C32.366%2012.1951%2032.2713%2012.5985%2032.2713%2013.0341V14.0284C32.2713%2014.6117%2032.3736%2015.108%2032.5781%2015.517C32.7865%2015.9261%2033.0762%2016.2386%2033.4474%2016.4545C33.8187%2016.6667%2034.2524%2016.7727%2034.7486%2016.7727C35.0705%2016.7727%2035.3641%2016.7273%2035.6293%2016.6364C35.8944%2016.5417%2036.1236%2016.4015%2036.3168%2016.2159C36.5099%2016.0303%2036.6577%2015.8011%2036.7599%2015.5284L38.3679%2015.8182C38.2391%2016.2917%2038.008%2016.7064%2037.6747%2017.0625C37.3452%2017.4148%2036.9304%2017.6894%2036.4304%2017.8864C35.9342%2018.0795%2035.3679%2018.1761%2034.7315%2018.1761Z'%20fill='%2305C2DF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .3s ease}@media screen and (min-width:1280px){.faq__button{margin-bottom:50px}}.faq__button:hover{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='37'%20viewBox='0%200%2040%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5%2037L16.6029%2032.5L24.3971%2032.5L20.5%2037Z'%20fill='white'/%3e%3cpath%20d='M1.27841%206.36364H3.40909L7.11364%2015.4091H7.25L10.9545%206.36364H13.0852V18H11.4148V9.57955H11.3068L7.875%2017.983H6.48864L3.05682%209.57386H2.94886V18H1.27841V6.36364ZM19.1776%2018.1761C18.3594%2018.1761%2017.6454%2017.9886%2017.0355%2017.6136C16.4257%2017.2386%2015.9522%2016.714%2015.6151%2016.0398C15.2779%2015.3655%2015.1094%2014.5777%2015.1094%2013.6761C15.1094%2012.7708%2015.2779%2011.9792%2015.6151%2011.3011C15.9522%2010.6231%2016.4257%2010.0966%2017.0355%209.72159C17.6454%209.34659%2018.3594%209.15909%2019.1776%209.15909C19.9957%209.15909%2020.7098%209.34659%2021.3196%209.72159C21.9295%2010.0966%2022.4029%2010.6231%2022.7401%2011.3011C23.0772%2011.9792%2023.2457%2012.7708%2023.2457%2013.6761C23.2457%2014.5777%2023.0772%2015.3655%2022.7401%2016.0398C22.4029%2016.714%2021.9295%2017.2386%2021.3196%2017.6136C20.7098%2017.9886%2019.9957%2018.1761%2019.1776%2018.1761ZM19.1832%2016.75C19.7135%2016.75%2020.1529%2016.6098%2020.5014%2016.3295C20.8499%2016.0492%2021.1075%2015.6761%2021.2741%2015.2102C21.4446%2014.7443%2021.5298%2014.2311%2021.5298%2013.6705C21.5298%2013.1136%2021.4446%2012.6023%2021.2741%2012.1364C21.1075%2011.6667%2020.8499%2011.2898%2020.5014%2011.0057C20.1529%2010.7216%2019.7135%2010.5795%2019.1832%2010.5795C18.6491%2010.5795%2018.206%2010.7216%2017.8537%2011.0057C17.5052%2011.2898%2017.2457%2011.6667%2017.0753%2012.1364C16.9086%2012.6023%2016.8253%2013.1136%2016.8253%2013.6705C16.8253%2014.2311%2016.9086%2014.7443%2017.0753%2015.2102C17.2457%2015.6761%2017.5052%2016.0492%2017.8537%2016.3295C18.206%2016.6098%2018.6491%2016.75%2019.1832%2016.75ZM25.142%2018V9.27273H26.7841V10.6591H26.875C27.0341%2010.1894%2027.3144%209.82008%2027.7159%209.55114C28.1212%209.27841%2028.5795%209.14205%2029.0909%209.14205C29.197%209.14205%2029.322%209.14583%2029.4659%209.15341C29.6136%209.16098%2029.7292%209.17045%2029.8125%209.18182V10.8068C29.7443%2010.7879%2029.6231%2010.767%2029.4489%2010.7443C29.2746%2010.7178%2029.1004%2010.7045%2028.9261%2010.7045C28.5246%2010.7045%2028.1667%2010.7898%2027.8523%2010.9602C27.5417%2011.1269%2027.2955%2011.3598%2027.1136%2011.6591C26.9318%2011.9545%2026.8409%2012.2917%2026.8409%2012.6705V18H25.142ZM34.7315%2018.1761C33.8717%2018.1761%2033.1312%2017.9924%2032.5099%2017.625C31.8925%2017.2538%2031.4152%2016.733%2031.0781%2016.0625C30.7448%2015.3883%2030.5781%2014.5985%2030.5781%2013.6932C30.5781%2012.7992%2030.7448%2012.0114%2031.0781%2011.3295C31.4152%2010.6477%2031.8849%2010.1155%2032.4872%209.73295C33.0933%209.35038%2033.8016%209.15909%2034.6122%209.15909C35.1046%209.15909%2035.5819%209.24053%2036.044%209.40341C36.5062%209.56629%2036.9209%209.82197%2037.2884%2010.1705C37.6558%2010.5189%2037.9455%2010.9716%2038.1577%2011.5284C38.3698%2012.0814%2038.4759%2012.7538%2038.4759%2013.5455V14.1477H31.5384V12.875H36.8111C36.8111%2012.428%2036.7202%2012.0322%2036.5384%2011.6875C36.3565%2011.339%2036.1009%2011.0644%2035.7713%2010.8636C35.4455%2010.6629%2035.063%2010.5625%2034.6236%2010.5625C34.1463%2010.5625%2033.7296%2010.6799%2033.3736%2010.9148C33.0213%2011.1458%2032.7486%2011.4489%2032.5554%2011.8239C32.366%2012.1951%2032.2713%2012.5985%2032.2713%2013.0341V14.0284C32.2713%2014.6117%2032.3736%2015.108%2032.5781%2015.517C32.7865%2015.9261%2033.0762%2016.2386%2033.4474%2016.4545C33.8187%2016.6667%2034.2524%2016.7727%2034.7486%2016.7727C35.0705%2016.7727%2035.3641%2016.7273%2035.6293%2016.6364C35.8944%2016.5417%2036.1236%2016.4015%2036.3168%2016.2159C36.5099%2016.0303%2036.6577%2015.8011%2036.7599%2015.5284L38.3679%2015.8182C38.2391%2016.2917%2038.008%2016.7064%2037.6747%2017.0625C37.3452%2017.4148%2036.9304%2017.6894%2036.4304%2017.8864C35.9342%2018.0795%2035.3679%2018.1761%2034.7315%2018.1761Z'%20fill='white'/%3e%3c/svg%3e")}.faq summary::-webkit-details-marker{display:none}.help{position:fixed;z-index:100;top:0;left:0;display:none;box-sizing:border-box;width:100%;height:100%;background-color:#191536}.help.is-open{display:block;animation:fade-in .3s ease-out}@media screen and (min-width:640px){.help{background-color:#000000b3}}@media screen and (min-width:1280px){.help{align-items:center;justify-content:center;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.8) 100%)}.help.is-open{display:flex}}.help__top{display:flex;justify-content:end;padding-block:20px}@media screen and (min-width:640px){.help__top{padding-block:34px}}.help__container{padding-inline:20px}@media screen and (min-width:640px){.help__container{padding-inline:34px}}@media screen and (min-width:1280px){.help__container{padding-inline:110px}}@media screen and (min-width:1920px){.help__container{padding-inline:254px}}.help__container{z-index:101;box-sizing:border-box;width:100%;height:596px;background:#191536}@media screen and (min-width:1280px){.help__container{box-sizing:border-box;width:880px;height:550px;padding-inline:90px;border-radius:4px}}@media screen and (min-width:1920px){.help__container{width:1083px;padding-inline:95px}}.help__content{display:flex;flex-direction:column;gap:32px;margin-block:30px}@media screen and (min-width:640px){.help__content{margin-top:30px}}.help__link{color:#05c2df;text-decoration:none;transition:color .3s ease}.help__link:hover{color:#fff}.help__links{display:flex;flex-direction:column;gap:30px}@media screen and (min-width:640px){.help__links{flex-direction:row;gap:152px}}.help__disabled{cursor:not-allowed}.help__support{display:flex;flex-direction:column;gap:20px;align-items:start}@media screen and (min-width:640px){.help__address{gap:20px}}.help__close{cursor:pointer;display:block;width:20px;height:20px;border:none;background:linear-gradient(107.56deg,#191536,#000);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.57328'%20y1='0.353478'%20x2='17.4404'%20y2='17.2206'%20stroke='white'/%3e%3cpath%20d='M0.353516%2017.2256L17.2206%200.358505'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:background-image .3s ease}.help__close:hover{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.573051'%20y1='0.353478'%20x2='17.4401'%20y2='17.2206'%20stroke='%2305C2DF'/%3e%3cpath%20d='M0.353546%2017.2251L17.2206%200.358016'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}@keyframes fade-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.checkout{pointer-events:none;position:fixed;z-index:100;top:0;left:0;overflow-y:auto;display:none;box-sizing:border-box;width:100%;height:100%;opacity:0;background:linear-gradient(107.56deg,#191536,#000);transition:opacity .3s ease-in-out}.checkout.is-visible{pointer-events:all;display:flex;flex-direction:column;opacity:1}.panel{display:none}.panel--active{display:block;animation:fadeIn .4s ease-in-out}.stepper__top{padding-inline:20px}@media screen and (min-width:640px){.stepper__top{padding-inline:34px}}@media screen and (min-width:1280px){.stepper__top{padding-inline:110px}}@media screen and (min-width:1920px){.stepper__top{padding-inline:254px}}.stepper__top{margin-block:20px 15px}@media screen and (min-width:640px){.stepper__top{margin-block:30px 10px}}@media screen and (min-width:1280px){.stepper__top{display:grid;grid-template-columns:repeat(4,1fr);margin-block:64px 0}}.stepper__header{display:flex;justify-content:space-between}@media screen and (min-width:1280px){.stepper__header{grid-column:1;justify-content:start}}.stepper__logo{width:70px;height:14px;transition:transform .3s ease}@media screen and (min-width:1280px){.stepper__logo{width:77px;height:16px}}.stepper__logo:hover{transform:scale(1.1)}.stepper__close{cursor:pointer;display:block;width:20px;height:20px;border:none;background:linear-gradient(107.56deg,#191536,#000);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.57328'%20y1='0.353478'%20x2='17.4404'%20y2='17.2206'%20stroke='white'/%3e%3cpath%20d='M0.353516%2017.2256L17.2206%200.358505'%20stroke='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:background-image .3s ease}.stepper__close:hover{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.573051'%20y1='0.353478'%20x2='17.4401'%20y2='17.2206'%20stroke='%2305C2DF'/%3e%3cpath%20d='M0.353546%2017.2251L17.2206%200.358016'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}@media screen and (min-width:1280px){.stepper__close{display:none}}.stepper__steps{display:flex;justify-content:space-between;margin-top:30px}@media screen and (min-width:640px){.stepper__steps{justify-content:space-around}}@media screen and (min-width:1280px){.stepper__steps{display:grid;grid-column:2/span 3;grid-template-columns:repeat(3,1fr);margin-top:0}}@media screen and (min-width:1280px){.stepper__step{position:relative;width:fit-content}}.stepper__step--active{color:#05c2df}@media screen and (min-width:1280px){.stepper__step--active:after{content:"";position:absolute;bottom:-7px;left:50%;transform:translate(-100%);display:block;width:4px;height:4px;border-radius:50%;background:#05c2df}}.stepper__desktop-step{display:none}@media screen and (min-width:1280px){.stepper__desktop-step{display:block}}@media screen and (min-width:1280px){.stepper__mobile-step{display:none}}.stepper__status{position:relative;width:100%;height:1px;margin-bottom:30px;background-color:#2f2f2f}@media screen and (min-width:1280px){.stepper__status{display:none}}.stepper__line{width:33%;height:100%;background-color:#05c2df;transition:transform .3s ease-in-out}.stepper__content{padding-inline:20px}@media screen and (min-width:640px){.stepper__content{padding-inline:34px}}@media screen and (min-width:1280px){.stepper__content{padding-inline:110px}}@media screen and (min-width:1920px){.stepper__content{padding-inline:254px}}@keyframes fade-in{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width:640px){.quantity{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px}}@media screen and (min-width:640px){.quantity__picture{overflow:hidden;display:flex;grid-column:1/-1;align-items:center;justify-content:center;width:100%;max-height:460px}}.quantity__image{display:none}@media screen and (min-width:640px){.quantity__image{transform:scale(1.2) translate(-30px);display:block;width:100%;height:100%;object-fit:cover}}@media screen and (min-width:1280px){.quantity__image{transform:scale(1.4) translate(-30px) translateY(-40px)}}.quantity__content{display:flex;justify-content:space-evenly;padding-block:30px}@media screen and (min-width:640px){.quantity__content{grid-column:1/2;justify-content:space-between;padding-block:0 48px}}@media screen and (min-width:1280px){.quantity__content{padding-block:32px 0}}.quantity__count{display:flex;flex-direction:column;gap:10px;align-items:center}@media screen and (min-width:640px){.quantity__count{align-items:start}}.quantity__price{display:flex;flex-direction:column;gap:10px;align-items:center}@media screen and (min-width:640px){.quantity__price{align-items:start}}.quantity__value{font-size:26px;font-weight:500;color:#05c2df}.quantity__select{width:90px}.quantity__button{padding:8px 11px 8px 39px;border-radius:4px;font-size:20px;color:#fff;background-color:#191536}.quantity__select-list{overflow-y:auto;height:144px;margin-top:3px;border-radius:4px;text-align:center}.quantity__item{font-size:20px}@media screen and (min-width:1280px){.order{display:grid;grid-template-columns:repeat(2,1fr);margin-block:102px 97px}}.order__form{display:flex;flex-direction:column;gap:30px}@media screen and (min-width:640px){.order__form{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}}.order__input{background:transparent}.order__button{margin-top:40px}@media screen and (min-width:640px){.order__button{grid-column:1/-1;justify-self:center;margin-top:58px}}@media screen and (min-width:1280px){.order__button{place-self:center;justify-self:left;margin-top:68px}}@media screen and (min-width:640px){.pay{display:grid;grid-template-columns:repeat(12,1fr)}.pay__form-visa{width:54px;height:34px;background-image:url("data:image/svg+xml,%3csvg%20width='54'%20height='34'%20viewBox='0%200%2054%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M52.1286%200H1.79709C0.804585%200%200%200.804585%200%201.79709V31.9048C0%2032.8973%200.804585%2033.7019%201.79709%2033.7019H52.1286C53.1211%2033.7019%2053.9256%2032.8973%2053.9256%2031.9048V1.79709C53.9256%200.804585%2053.1211%200%2052.1286%200Z'%20fill='%23F9F9F9'/%3e%3cpath%20d='M24.8155%2021.913H22.1801L23.8267%2011.7969H26.4621L24.8155%2021.913Z'%20fill='%230066B2'/%3e%3cpath%20d='M19.9661%2011.7972L17.4553%2018.7534L17.1586%2017.2573L16.2687%2012.7087C16.2171%2012.426%2016.059%2012.1739%2015.8271%2012.0043C15.5951%2011.8348%2015.3069%2011.7606%2015.0219%2011.7972H10.8688L10.8215%2011.9692C11.7938%2012.2116%2012.7232%2012.6017%2013.5774%2013.1257L15.8646%2021.9263H18.6118L22.7864%2011.7972H19.9661Z'%20fill='%230066B2'/%3e%3cpath%20d='M40.6842%2021.9264H43.1047L40.9981%2011.8103H38.8785C38.6221%2011.7904%2038.3661%2011.8526%2038.1474%2011.9879C37.9287%2012.1231%2037.7586%2012.3244%2037.6618%2012.5626L33.7323%2021.9264H36.4795L37.0298%2020.426H40.379L40.6842%2021.9264ZM37.7865%2018.3494L39.1709%2014.5618L39.949%2018.3494H37.7865Z'%20fill='%230066B2'/%3e%3cpath%20d='M33.9385%2014.2309L34.3168%2012.0383C33.5549%2011.7709%2032.7553%2011.6257%2031.948%2011.6084C30.6367%2011.6084%2027.5154%2012.1888%2027.5154%2014.9661C27.5154%2017.5801%2031.1612%2017.6102%2031.1612%2018.9859C31.1612%2020.3617%2027.8937%2020.1123%2026.8146%2019.2439L26.4234%2021.5182C27.3634%2021.9126%2028.375%2022.1073%2029.3942%2022.09C31.1913%2022.09%2033.9041%2021.1571%2033.9041%2018.6248C33.9041%2015.9936%2030.2282%2015.7486%2030.2282%2014.605C30.2282%2013.4614%2032.8121%2013.6076%2033.9385%2014.2309Z'%20fill='%230066B2'/%3e%3cpath%20d='M17.1586%2017.2573L16.2687%2012.7087C16.2171%2012.426%2016.059%2012.1739%2015.8271%2012.0043C15.5951%2011.8348%2015.3069%2011.7606%2015.0219%2011.7972H10.8688L10.8215%2011.9692C12.2506%2012.3326%2013.5839%2013.0014%2014.7296%2013.9297C15.8191%2014.8047%2016.6573%2015.9529%2017.1586%2017.2573Z'%20fill='%23F9A533'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}.pay__form-mastercard{width:54px;height:34px;background-image:url(/layout_KateVR/assets/mastercard-icon-BRXiT9dm.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.pay__form-visa,.pay__form-mastercard{display:none;transition:transform .3s ease}.pay__form-visa.is-active,.pay__form-mastercard.is-active{display:inline-block}}@media screen and (min-width:1280px){.pay{grid-template-columns:repeat(2,1fr);margin-block:102px 97px}}.pay__quantity{margin-bottom:53px}@media screen and (min-width:640px){.pay__quantity{grid-column:1/-1}}@media screen and (min-width:1280px){.pay__quantity{grid-column:1}}@media screen and (min-width:640px){.pay__quantity-content{display:grid;grid-column:1/-1;grid-template-columns:repeat(12,1fr)}}@media screen and (min-width:1280px){.pay__quantity-content{display:flex;gap:86px;justify-content:left}}@media screen and (min-width:640px){.pay__count{grid-column:2}}@media screen and (min-width:640px){.pay__price{grid-column:7}}.pay__button{margin-block:40px}@media screen and (min-width:640px){.pay__button{grid-column:1/-1;margin-inline:auto}}@media screen and (min-width:1280px){.pay__button{justify-self:left;margin-top:128px;margin-inline:0}}.pay__form{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:640px){.pay__form{grid-column:2/12}}@media screen and (min-width:1280px){.pay__form{grid-column:2;margin-top:80px}}.pay__form-label{position:relative;display:block;margin-bottom:17px}.pay__form-wrapper{display:flex;gap:21px;justify-content:start}.pay__form-field{flex:1;max-width:60px;padding-bottom:9px;border:none;border-bottom:1px solid #2f2f2f;font-size:18px;color:#fff;text-align:center;letter-spacing:20%;background:transparent;outline:none;transition:border-color .3s ease}.pay__form-field::placeholder{color:#2f2f2f}.pay__form-error{position:absolute;top:0;left:0;color:#860404;visibility:hidden;opacity:0;transition:all .3s ease}.pay__form-name{visibility:visible;opacity:1;transition:all .3s ease}.pay__card-number,.pay__form-date,.pay__form-cvv{position:relative}.pay__card-number:focus-within .pay__form-name,.pay__form-date:focus-within .pay__form-name,.pay__form-cvv:focus-within .pay__form-name{color:#05c2df}.pay__card-number:focus-within input,.pay__form-date:focus-within input,.pay__form-cvv:focus-within input{border-color:#05c2df}.pay__card-number.is-invalid .pay__form-name,.pay__form-date.is-invalid .pay__form-name,.pay__form-cvv.is-invalid .pay__form-name{visibility:hidden;opacity:0}.pay__card-number.is-invalid .pay__form-error,.pay__form-date.is-invalid .pay__form-error,.pay__form-cvv.is-invalid .pay__form-error{display:block;visibility:visible;opacity:1}.pay__card-number.is-invalid input,.pay__form-date.is-invalid input,.pay__form-cvv.is-invalid input{border-color:#860404}.pay__card-number.is-valid input,.pay__form-date.is-valid input,.pay__form-cvv.is-valid input{border-color:#05c2df}.pay__card-number.is-valid .pay__form-name,.pay__form-date.is-valid .pay__form-name,.pay__form-cvv.is-valid .pay__form-name{color:#05c2df}.pay__form-back{display:flex;gap:50px;margin-block:15px 40px}.pay__input-date{width:90px;font-size:18px;text-align:center}.pay__input-date::placeholder{color:#2f2f2f}.pay__input-cvv{width:41px;font-size:18px;text-align:center}.pay__input-cvv::placeholder{color:#2f2f2f}.complete{display:flex;flex-direction:column;gap:16px;margin-block:90px 185px;text-align:center}@media screen and (min-width:640px){.complete{gap:20px;margin-block:180px 453px}}@media screen and (min-width:1280px){.complete{gap:36px;margin-block:140px 270px}}@media screen and (min-width:1920px){.complete{gap:56px;margin-block:236px 500px}}.complete__button{margin-top:14px}@media screen and (min-width:640px){.complete__button{align-self:center;margin-top:30px}}@media screen and (min-width:1280px){.complete__button{width:218px;margin-top:14px}}.video-modal{position:fixed;z-index:500;top:0;left:0;display:none;align-items:center;justify-content:center;width:100vw;height:100vh;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.9) 100%)}.video-modal.is-open{display:flex;animation:fadeIn .3s ease-out}.video-modal__container{position:relative;width:90%;max-width:900px}.video-modal__wrapper{position:relative;height:0;padding-bottom:56.25%;border-radius:4px}.video-modal__wrapper iframe{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border:none;border-radius:4px;box-shadow:0 0 30px #00000080}.video-modal__close{cursor:pointer;position:absolute;z-index:99;top:15px;right:15px;display:block;width:17px;height:17px;border:none;background:transparent url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.57328'%20y1='0.353478'%20x2='17.4404'%20y2='17.2206'%20stroke='white'/%3e%3cpath%20d='M0.353516%2017.2256L17.2206%200.358505'%20stroke='white'/%3e%3c/svg%3e") no-repeat center;background-size:contain;transition:background-image .3s ease}.video-modal__close:hover{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='0.573051'%20y1='0.353478'%20x2='17.4401'%20y2='17.2206'%20stroke='%2305C2DF'/%3e%3cpath%20d='M0.353546%2017.2251L17.2206%200.358016'%20stroke='%2305C2DF'/%3e%3c/svg%3e")}.footer{padding-top:50px;background-color:#05040b;padding-inline:20px}@media screen and (min-width:640px){.footer{padding-inline:34px}}@media screen and (min-width:1280px){.footer{padding-inline:110px}}@media screen and (min-width:1920px){.footer{padding-inline:254px}}@media screen and (min-width:640px){.footer{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;padding-top:70px}}@media screen and (min-width:1280px){.footer{padding-top:103px}}@media screen and (min-width:1920px){.footer{padding-top:156px}}.footer__text{margin-bottom:32px}@media screen and (min-width:640px){.footer__text{grid-column:1/4;grid-row:1}}.footer__subtitle{margin-bottom:11px;font-size:14px;color:#05c2df}.footer__reply{display:none}@media screen and (min-width:640px){.footer__reply{display:flex;flex-direction:column;gap:11px;align-items:start}}.footer__description{font-size:16px}@media screen and (min-width:640px){.footer__description{padding-block:50px 76px}}.footer__reply-mobile{padding-block:30px 50px;font-size:12px}@media screen and (min-width:640px){.footer__reply-mobile{display:none}}.footer__form{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:640px){.footer__form{grid-column:4/-1;margin-bottom:130px}}@media screen and (min-width:1280px){.footer__form{margin-bottom:100px}}@media screen and (min-width:1920px){.footer__form{margin-bottom:205px}}.footer__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:30px}@media screen and (min-width:640px){.footer__buttons{margin-top:48px}}@media screen and (min-width:1280px){.footer__buttons{margin-top:90px}}@media screen and (min-width:1920px){.footer__buttons{margin-top:50px}}@media screen and (min-width:640px){.footer__button{width:200px}}@media screen and (min-width:640px){.footer__top-button{width:48px;height:48px;background-image:url("data:image/svg+xml,%3csvg%20width='49'%20height='49'%20viewBox='0%200%2049%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5%2048.5C37.7548%2048.5%2048.5%2037.7548%2048.5%2024.5C48.5%2011.2452%2037.7548%200.5%2024.5%200.5C11.2452%200.5%200.5%2011.2452%200.5%2024.5C0.5%2037.7548%2011.2452%2048.5%2024.5%2048.5Z'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M32.18%2028.3402L24.5%2019.7002L16.82%2028.3402'%20stroke='%2305C2DF'%20stroke-width='0.5'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .3s ease}.footer__top-button:hover{background-image:url("data:image/svg+xml,%3csvg%20width='49'%20height='49'%20viewBox='0%200%2049%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5%2048.5C37.7548%2048.5%2048.5%2037.7548%2048.5%2024.5C48.5%2011.2452%2037.7548%200.5%2024.5%200.5C11.2452%200.5%200.5%2011.2452%200.5%2024.5C0.5%2037.7548%2011.2452%2048.5%2024.5%2048.5Z'%20fill='%2305C2DF'%20stroke='%2305C2DF'%20stroke-miterlimit='10'/%3e%3cpath%20d='M32.18%2028.3402L24.5%2019.7002L16.82%2028.3402'%20stroke='white'%20stroke-width='0.5'/%3e%3c/svg%3e")}}.bottom-bar{display:grid;grid-template-columns:repeat(2,1fr);justify-items:start;padding-block:45px 50px;background-color:#000}@media screen and (min-width:640px){.bottom-bar{display:flex;grid-column:1/-1;justify-content:space-between;padding-block:25px}}@media screen and (min-width:1280px){.bottom-bar{padding-block:43px}}.bottom-bar__link{grid-column:1/-1;margin-bottom:15px}.bottom-bar__logo{grid-column:1/-1;width:70px;height:14px;transition:transform .3s ease}.bottom-bar__logo:hover{transform:scale(1.1)}.bottom-bar__list{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:640px){.bottom-bar__list{flex-direction:row;gap:40px}}.bottom-bar__social{display:flex;flex-direction:column;gap:20px}.bottom-bar__social-media{display:flex;gap:20px}.bottom-bar__social-icon{cursor:pointer;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}.bottom-bar__social-icon--facebook{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.90909%2010.9434V20H11.5455V10.9434H14.2727L15%207.16981H11.5455V4.5283C11.5455%203.96226%2012.0909%203.39623%2012.6364%203.39623H15V0H10.8182C9.90909%200%207.90909%201.32075%207.90909%203.39623V7.16981H5V10.9434H7.90909Z'%20fill='%23F1F5F4'/%3e%3c/svg%3e")}.bottom-bar__social-icon--x{background-image:url("data:image/svg+xml,%3csvg%20fill='%23FFFFFF'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%20width='30px'%20height='30px'%3e%3cpath%20d='M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65%20l7.182-8.322L19.42,26H26.37z%20M10.23,6l12.34,18h-2.1L8.12,6H10.23z'/%3e%3c/svg%3e")}.bottom-bar__social-icon--youtube{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='14'%20viewBox='0%200%2018%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.2739%200H2.62139C1.17607%200%200%201.17607%200%202.62139V11.0098C0%2012.4551%201.17607%2013.6312%202.62139%2013.6312H15.2739C16.7193%2013.6312%2017.8953%2012.4551%2017.8953%2011.0098V2.62139C17.8953%201.17607%2016.7193%200%2015.2739%200ZM6.32628%2010.4303V3.30336L12.6349%206.80796L6.32628%2010.4303Z'%20fill='white'/%3e%3cpath%20d='M7.37402%205.08545V8.61927L10.5023%206.82362L7.37402%205.08545Z'%20fill='white'/%3e%3c/svg%3e")}.bottom-bar__social-icon--reddit{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.11273%2010.7859C1.06716%2011.0516%201.03535%2011.3206%201.03535%2011.5959C1.03535%2014.9451%204.58761%2017.6699%208.86946%2017.6699C13.1513%2017.6699%2016.6346%2014.9451%2016.6346%2011.5959C16.6346%2011.3206%2016.6027%2011.0516%2016.5572%2010.7859C17.2285%2010.4126%2017.6699%209.67531%2017.6699%208.83495C17.6699%207.61684%2016.7412%206.62621%2015.5992%206.62621C15.0774%206.62621%2014.5871%206.83486%2014.2111%207.19867C12.9099%206.23106%2011.1835%205.6156%209.2747%205.53795L10.2653%201.43927L12.4992%202.27302C12.532%203.46093%2013.4425%204.41748%2014.5639%204.41748C15.7058%204.41748%2016.6346%203.42685%2016.6346%202.20874C16.6346%200.990625%2015.7058%200%2014.5639%200C13.7677%200%2013.0831%200.4869%2012.7368%201.19137L9.54432%200.000575192L8.20269%205.5483C6.39731%205.66909%204.70058%206.2752%203.45884%207.19867C3.08285%206.83486%202.59254%206.62621%202.07069%206.62621C0.928711%206.62621%200%207.61684%200%208.83495C0%209.67531%200.44137%2010.4126%201.11273%2010.7859ZM11.9755%208.83495C12.8318%208.83495%2013.5285%209.5781%2013.5285%2010.4915C13.5285%2011.4049%2012.8318%2012.1481%2011.9755%2012.1481C11.1192%2012.1481%2010.4225%2011.4049%2010.4225%2010.4915C10.4225%209.5781%2011.1192%208.83495%2011.9755%208.83495ZM11.7541%2013.713L12.1969%2014.7105C11.2253%2015.2018%2010.0747%2015.4612%208.86946%2015.4612C7.66426%2015.4612%206.44462%2015.2018%205.47304%2014.7105L5.91576%2013.7129C7.58418%2014.5552%2010.0857%2014.5552%2011.7541%2013.713ZM5.6944%208.83495C6.55072%208.83495%207.24742%209.5781%207.24742%2010.4915C7.24742%2011.4049%206.55072%2012.1481%205.6944%2012.1481C4.83809%2012.1481%204.14138%2011.4049%204.14138%2010.4915C4.14138%209.5781%204.83809%208.83495%205.6944%208.83495Z'%20fill='white'/%3e%3c/svg%3e")}.bottom-bar__social-icon:hover{transform:scale(1.2)}@media screen and (min-width:640px){.bottom-bar__address{display:none}}
