@font-face{font-family:"RG-Standard";font-style:normal;font-weight:500;src:url(/../fonts/RG-StandardMedium.woff) format("woff"),url(/../fonts/RG-StandardMedium.woff2) format("woff2")}@font-face{font-family:"RG-Standard";font-style:normal;font-weight:600;src:url(/../fonts/RG-StandardSemibold.woff) format("woff"),url(/../fonts/RG-StandardSemibold.woff2) format("woff2")}:root{--text-white: #F0F0F0;--text-white--50: rgba(240, 240, 240, 0.50);--text-grey: #2B2B2B;--text-brown--50: rgba(15, 14, 11, 0.50);--text-brown--20: rgba(15, 14, 11, 0.20);--bg-grey: #2B2B2B;--bg-brown--600: #ADA085;--bg-brown--900: #FCF6E6;--bg-brown--50: rgba(15, 14, 11, 0.50);--bg-brown--20: rgba(15, 14, 11, 0.20);--bg-brown--1005: rgba(15, 14, 11, 0.05);--bg-white: #FFF;--bg-white--50: rgba(240, 240, 240, 0.50);--bg-white--20: rgba(240, 240, 240, 0.20);--bg-white--10: rgba(240, 240, 240, 0.10);--bg-elipse: #D9D9D9;--secondary--error: #FF1010;--secondary--success: #2A0;--secondary--blue: #2E42F4}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}ul,ol{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dt{margin:0}ul{list-style:none}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}address{font-style:normal}input,textarea{outline:transparent;border:none}button{padding:0;border:none;background-color:transparent;cursor:pointer}img{max-width:100%;height:auto}body{font-family:"RG-Standard", Arial, Helvetica, sans-serif;font-weight:500;font-style:normal;color:var(--text-grey);background-color:var(--bg-brown--900);font-size:18px;line-height:1.2;min-height:100%}.loaded body{opacity:1;transition:opacity .3s}.preloader{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;background-color:#090909;transition:top 1s ease-in-out .3s, visibility 0s ease-in-out 1.5s, opacity 0s ease-in-out 1.5s}.loaded .preloader{pointer-events:none;visibility:hidden;top:-100%;opacity:0}.preloader__percentage{position:absolute;left:32px;bottom:0;font-size:200px;line-height:normal;font-weight:bold;color:#c3c3c3}@media (max-width: 1099.98px){.preloader__percentage{left:16px;font-size:150px}}@media (max-width: 767.98px){.preloader__percentage{font-size:120px}}@media (max-width: 479.98px){.preloader__percentage{font-size:100px}}.wrapper{min-height:100vh;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:clip}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.container{max-width:1440px;width:100%;padding:0 32px;margin:0 auto}@media (max-width: 1099.98px){.container{padding:0 16px}}*::-webkit-scrollbar{width:6px;height:auto;background-color:var(--bg-brown--50);border-radius:8px}*::-webkit-scrollbar-thumb{background-color:var(--bg-grey);border-radius:8px}*::-webkit-scrollbar-thumb:hover{background-color:var(--bg-brown--50)}._lock,._lock-location,._lock-header,._lock-modal{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.appellat{display:flex;align-items:center;gap:8px}.appellat__link,.appellat span{font-size:14px;font-style:normal;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey);transition:all .3s ease-in-out}.appellat__link:hover{opacity:0.5}.appellat span{padding-left:8px;border-left:1px solid var(--bg-grey)}.select{min-width:0;position:relative}.select__body{position:relative}.select__title{color:inherit;text-align:left;background-color:transparent;cursor:pointer}.select__value{display:flex;min-width:0;align-items:center}.select__value>*{flex:1 1 auto}.select__value:after{flex:0 0 12px;content:"";display:flex;width:12px;height:9px;margin:0 6px;background:url(/../img/svg/arrow-select.svg) no-repeat center center/cover;transition:transform .3s ease-in-out 0s, filter .3s ease-in-out 0s}._select-open .select__value:after{transform:rotate(-180deg)}.select__value._select-pseudo-label::before{content:attr(data-pseudo-label);opacity:0.5}.select__content{font-size:16px;line-height:1.5}.select__content{position:relative;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey)}.select__content::before{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:var(--bg-grey);transition:width .3s ease-in-out 0s, background-color .3s ease-in-out 0s}.select__value:hover .select__content::before,._select-open .select__content::before{width:100%}.select__text{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__input{width:100%;background-color:transparent;height:100%}.select__options{position:absolute;top:calc(100% - -9px);width:200px;left:0;color:var(--bg-grey);background-color:var(--bg-brown--900);border-radius:16px;box-shadow:0 10px 20px 0 #ccc;padding:16px 0}.select--bg-light .select__options{background-color:var(--bg-white)}.select__option{width:100%;text-align:left;cursor:pointer;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey);padding:0 16px}.select__option:not(:last-child){margin-bottom:4px}.select__option:hover{color:var(--bg-brown--50)}.select__row{display:inline-flex;align-items:center}.select--show-top .select__options{top:auto;bottom:calc(100% - -9px)}._select-tag{cursor:pointer}@media (min-width: 768px){._header-light .header__wrap .select__value:after{filter:brightness(10)}._header-light .header__wrap .select__content{color:var(--text-white)}._header-light .header__wrap .select__content::before{background-color:var(--bg-white)}}@media (max-width: 1099.98px){.select__content{font-size:14px;line-height:1.4}.select__value:after{flex:0 0 10px;width:10px;height:9px;margin:4px 5px 2px}}@media (max-width: 767.98px){.select__content{font-size:12px;line-height:1.3}.menu__wrap .select__content{font-size:14px;line-height:1.4}.location-header__select-box .select__content{font-size:14px}.location-header__select-box .select__options{max-width:340px;width:100%;background:var(--bg-white--50);border:1px solid var(--bg-brown--20);padding:16px}.location-header__select-box .select__scroll{display:flex;gap:8px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:hidden;overflow-x:auto}.location-header__select-box .select__scroll::-webkit-scrollbar{display:none}.location-header__select-box .select__option{font-size:14px;line-height:normal;padding:0;margin:0;padding:2px 4px;border-radius:3px}.location-header__select-box option[selected]{color:red}.location-header__select-box ._select-option-active{position:relative;display:flex;flex-direction:row-reverse;gap:8px;color:var(--text-brown--50)}.location-header__select-box ._select-option-active::before{content:"";display:block;flex:0 0 9px;width:9px;height:8px;background:url(/../img/svg/checked-city.svg) no-repeat center center/contain}}.spollers{display:grid}.spollers__title{width:100%;cursor:default;text-align:left;position:relative}._spoller-init .spollers__title{cursor:pointer}@media (max-width: 767.98px){._spoller-init .spollers__title._spoller-active{border-bottom:1px solid transparent}}.loc{position:fixed;z-index:15;opacity:0;max-width:390px;width:100%;border-radius:16px;border:1px solid var(--bg-grey);background-color:var(--bg-brown--900);padding:24px;margin-top:16px}.loaded .loc._watcher-view{opacity:1;transition:opacity .5s ease-in-out 4.5s}.loc.close._watcher-view{opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease-in-out .1s, transform .4s ease-in-out 0s}@media (max-width: 991.98px){.loc{max-width:280px;padding:24px 16px}}.loc__wrapper{display:flex;flex-direction:column;gap:24px}.loc-close{display:flex;position:absolute;width:14px;height:14px;right:21px;top:21px;transition:opacity .4s}.loc-close:hover{opacity:.5}.loc__content{display:flex;flex-direction:column}.loc__title span{color:var(--text-brown--50)}.loc__title:not(:last-child){margin-bottom:8px}.loc__slog{font-size:17px;line-height:1.1}@media (max-width: 767.98px){.loc__slog{font-size:16px;line-height:normal}}.loc__slog:not(:last-child){margin-bottom:2px}.loc__text{font-size:14px;font-weight:500;color:var(--text-brown--50);line-height:1.2}.loc__buttons{display:flex;gap:16px}.loc__btn{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);border-bottom:1px solid var(--bg-grey);transition:all .3s ease-in-out}.loc__btn:hover{border-bottom:1px solid transparent}.local{position:absolute;top:80px;right:12%;display:flex;flex-direction:column;gap:24px;box-shadow:0px 10px 20px 0px #CCC;border-radius:16px;padding:24px 16px 24px 24px;background-color:var(--bg-white);max-width:480px;width:100%;overflow:hidden;z-index:10}@media (max-width: 767.98px){.local{max-width:100%;top:0;right:0;height:100%;border-radius:0;box-shadow:none}}.loc-clos{display:none}.local__box-btn{display:none}@media (max-width: 767.98px){.local__box-btn{width:100%;display:flex;justify-content:end}}.local-close{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:500;line-height:1.3;letter-spacing:0.04em;color:var(--text-grey);text-transform:uppercase;padding:12px 16px;z-index:1}.local__wrap{display:flex;flex-direction:column;gap:24px}.local__subtitle{color:var(--text-brown--50);letter-spacing:-0.02em}@media (max-width: 767.98px){.local__subtitle{font-size:16px}}.local-list{display:flex;flex-direction:column;gap:8px;width:100%}.local-list__item{display:flex;justify-content:space-between;align-items:center;width:100%;transition:all .3s ease-in-out}@media (max-width: 767.98px){.local-list__item{flex-direction:column;align-items:flex-start;text-align:left;gap:8px;background-color:var(--bg-brown--1005);border-radius:16px;padding:16px}}.local-list__item:hover{cursor:pointer}.local-list__title{transition:all .3s ease-in-out}.selected{color:var(--text-brown--20)}.local-list__title:hover .selected{color:var(--text-brown--20)}.local-list__city{display:none}@media (max-width: 767.98px){.local-list__city{display:flex;gap:16px}}.local-list__btn{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);position:relative;transition:all .3s ease-in-out}@media (max-width: 767.98px){.local-list__btn{font-size:14px;line-height:1.4}}.local-list__btn:hover{color:var(--text-brown--50)}.checked{color:var(--text-brown--50);position:relative;margin-right:10px}.local-list__btn.checked::before{position:absolute;content:url(/../img/svg/checked-city.svg);top:2px;right:-16px}.local-list__item:hover{cursor:pointer}.local-list__item:hover .local-list__city{display:flex;gap:16px;align-items:center}.local-list__item:hover .local-list__title{color:var(--text-brown--50);cursor:pointer}.local__select-box{display:none}@media (max-width: 767.98px){.select-box._mob-none{display:none}.local__select-box{display:block;margin-top:auto}}.h2{font-weight:600;font-size:80px;line-height:0.9;letter-spacing:-0.02em}@media (max-width: 1099.98px){.h2{font-size:72px}}@media (max-width: 767.98px){.h2{font-size:48px;line-height:0.8}}.h3{font-size:56px;font-weight:500;line-height:normal;letter-spacing:-0.02em}@media (max-width: 1099.98px){.h3{font-size:48px}}@media (max-width: 767.98px){.h3{font-size:40px}}.h4{font-weight:500;font-size:40px;line-height:1.1}@media (max-width: 1099.98px){.h4{font-size:36px;line-height:normal}}@media (max-width: 767.98px){.h4{font-size:28px}}.h5{font-weight:600;font-size:28px;line-height:1.1;letter-spacing:-0.02em}@media (max-width: 1099.98px){.h5{font-size:24px;line-height:normal}}@media (max-width: 767.98px){.h5{font-size:20px}}.h6{font-weight:600;font-size:24px;line-height:1.2;letter-spacing:-0.02em}@media (max-width: 1099.98px){.h6{font-size:20px}}@media (max-width: 767.98px){.h6{font-size:18px;line-height:1.1}}.hours-btn{padding:6px 24px 4px 8px;border-radius:16px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-white);background-color:var(--secondary--success);position:relative}.hours-btn_close{color:var(--text-grey);background-color:transparent;border:1px solid var(--bg-grey)}.hours-btn::before{position:absolute;content:'';width:8px;height:8px;border-radius:50%;background-color:var(--text-white);top:9px;right:8px;animation:pulse 1s ease infinite}.hours-btn_close::before{position:absolute;content:'';width:8px;height:8px;border-radius:50%;background-color:var(--text-grey);top:9px;right:8px;animation:none}@keyframes pulse{0%{opacity:0}100%{opacity:1}}.btn-close{background-color:var(--bg-white);border-radius:48px;max-width:90px;width:100%;display:flex;align-items:center;text-align:center;padding:1px 10px 1px 14px;font-size:12px;font-weight:500;line-height:1.3;letter-spacing:0.04em;text-transform:uppercase;margin-left:auto}@media (max-width: 767.98px){.hours-btn_open{display:none}.hours-btn_close{display:flex}.btn-close{padding:0}}.btn{background-color:var(--bg-grey);padding:6px 6px 4px 20px;color:var(--text-white);border-radius:48px;font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:0.035em;max-width:250px;width:100%;height:48px;display:flex;justify-content:left;align-items:center;position:relative;transition:all 0.4s;border:1px solid transparent}.btn__icon{position:absolute;width:8px;height:8px;display:flex;justify-content:center;align-items:center;background-color:var(--bg-white);border-radius:50%;overflow:hidden;transition:all 0.4s;top:18px;right:18px}.btn-image{opacity:0;transform:scale(0);transition:all 0.4s}.btn:hover .btn-image{opacity:1;transform:scale(1.2)}.btn:hover .btn__icon{width:40px;height:40px;opacity:1;top:3px;right:3px}.btn-transparent{padding-top:6px;background-color:transparent;color:var(--bg-grey);border:1px solid var(--bg-grey)}.btn__icon--transparent{background-color:var(--bg-grey)}.btn-transparent:hover .btn__icon--transparent{background-color:var(--bg-white)}.btn-transparent:hover{background-color:var(--bg-grey);color:var(--bg-white)}.btn-white{background-color:var(--bg-white);color:var(--bg-grey)}.btn-white-trans{border:1px solid var(--bg-white);background-color:transparent}.btn-white-trans:hover{border:1px solid var(--bg-grey);background-color:var(--bg-white);color:var(--bg-grey)}.btn:hover .btn__icon--white-trans{width:8px;height:8px;top:20px;right:20px;background-color:var(--bg-grey)}.thanks-btn{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;align-items:center;color:var(--text-grey);max-width:208px;width:100%}.btn-visit{display:inline-flex;background-color:transparent;line-height:1.5;font-size:16px;letter-spacing:0.04em;height:24px;overflow:hidden;text-transform:uppercase;position:relative;transition:all 0.3s ease-in-out}.btn-visit img{transform:translateY(1px)}.btn-find{font-size:24px;text-transform:none;height:auto;color:var(--text-grey);letter-spacing:-0.02em;transition:all .4s ease-in-out}.top-title__button .btn-find-visible{overflow:visible;transform:translateY(0)}.btn-find-line{text-transform:uppercase;letter-spacing:0.04em;font-size:16px}.btn-find-line .btn-text{position:relative}.btn-find-line .btn-text::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--bg-grey)}@media (max-width: 1099.98px){.btn-find{font-size:20px}.btn-find-line{font-size:14px}}@media (max-width: 767.98px){.btn-find{font-size:18px;line-height:1.1;padding-bottom:0}.btn-find-line{font-size:12px}.btn-find-line.btn-find img{width:10px;height:9px;transform:none}.btn-find-line .btn-visit__content{gap:4px}}.btn-find:hover{opacity:0.5}.btn-find img:nth-child(2){display:none}@media (max-width: 767.98px){.btn-find img:nth-child(2){display:block}}.btn-find img{transform:translateY(1px)}.btn-translate img{transform:translateY(1px)}@media (max-width: 767.98px){.btn-find img{transform:translateY(-3px)}}.btn-visit__content,.btn-translate{display:flex;gap:8px;transition:all 0.3s ease-in-out}@media (max-width: 767.98px){.btn-visit__content,.btn-translate{gap:4px}}.btn-visit__icon{display:flex;justify-content:center;align-items:center}.btn-translate{position:absolute;transform:translateY(100%)}.btn-visit:hover .btn-visit__content{transform:translateY(-100%)}.btn-visit:hover .btn-translate{transform:translateY(0%)}.btn-view{font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0.035em;text-transform:uppercase;color:var(--text-grey);position:relative;transition:all .3s}.btn-view::before{position:absolute;content:'';width:75%;height:1px;background-color:var(--bg-grey);bottom:2px;left:0;transition:all .3s ease-in-out}.btn-view.btn-view:hover::before{width:0;height:0}.btn-view img{transform:translateY(4px)}.btn-visit__chart{font-size:16px;text-transform:uppercase;height:24px;letter-spacing:0.04em}.chart__btn-visit{gap:12px}.btn-visit__chart::before{width:86%}.btn-visit__chart img{transform:translateY(2px) translateX(-3px)}.btn-visit__chart .btn-translate img{transform:translateY(0px)}.btn-download{display:flex;gap:8px;align-items:center;font-size:14px;font-style:normal;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-white);transition:opacity .4s}.btn-download::before{content:"";display:block;width:48px;height:48px;background:url(/../img/svg/download.svg) no-repeat center center/contain}.btn-download:hover{opacity:.7}.faq-btn{font-weight:600;font-family:"RG-Standard";max-width:109px}@media (max-width: 1099.98px){.btn{font-size:14px}.btn-download::before{width:40px;height:40px}}@media (max-width: 767.98px){.btn{font-size:12px;line-height:1.3}.btn-visit__icon img{width:10px;height:8px}.btn-download span{display:none}}.menu-box{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:8px}@media (max-width: 1099.98px){.menu-box{margin-left:0}}@media (min-width: 768px){.menu-box{text-align:center}}.button{z-index:12;background-color:transparent;display:flex;width:105px;height:48px;justify-content:space-around;align-items:center;padding:6px 4px 4px 24px;font-size:16px;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;cursor:pointer;color:var(--text-grey);position:relative;border-radius:48px;transition:all .3s ease-in-out}.button.active{background-color:var(--bg-white)}@media (any-hover: hover){.button:hover{background-color:var(--bg-white)}._header-light .button:hover .button__text{color:var(--text-grey)}._header-light .button:hover .button-point span{background-color:var(--bg-grey)}}@media (max-width: 1099.98px){.button{padding:6px 8px;width:79px;gap:4px;height:40px}}@media (max-width: 767.98px){.button{justify-content:center;transform:translateY(0)}}.button__hidden{overflow:hidden;width:100%}.button__text{position:relative;text-align:start;transition:transform .4s ease-in-out 0s, color .3s ease-in-out 0s}._header-light .button__text{color:var(--text-white)}.active .button__text{color:var(--text-grey);transform:translateY(-100%)}.button__text span{position:absolute;left:0;transform:translateY(100%)}.button-point{display:flex;gap:2px;transform:translate(-6px, -2px);transition:all .4s ease-in-out}.button-point span{display:block;background-color:var(--bg-grey);border-radius:50%;width:8px;height:8px;transition:background-color .3s ease-in-out}.button.active .button-point span{background-color:var(--bg-grey)}._header-light .button-point span{background-color:var(--bg-white)}.button.active .button-point{transform:rotate(-90deg) translate(2px, -8px)}@media (any-hover: hover){.button:hover .button-point{transform:rotate(-90deg) translate(2px, -8px)}}@media (max-width: 1099.98px){.button-point{transform:translate(-1px, -1px)}.button.active .button-point{transform:rotate(-90deg) translate(0, -1px)}}@media (max-width: 767.98px){.button.active{width:40px;height:40px}.button.active .button__hidden{display:none}.button.active .button-point{transform:rotate(-90deg) translate(0px, 0px)}}.menu{pointer-events:none;display:flex;overflow:hidden;opacity:0;line-height:0;align-items:flex-start;transition:line-height .5s, opacity .5s;z-index:-5}@media (max-width: 767.98px){.menu{width:100%;height:100%;background-color:rgba(6,6,6,0.8);position:fixed;top:0;left:0;padding:16px;line-height:1.4;overflow:auto}}.menu__wrap{display:flex;max-width:480px;width:100%;border-radius:16px;box-shadow:0px 10px 20px 0px #CCC;background-color:var(--bg-white);padding:24px 16px 16px 24px;top:120px;right:0;position:absolute;flex-direction:column;gap:104px;z-index:10;transition:top .4s}.menu.active .menu__wrap{top:60px}@media (max-width: 767.98px){.menu__wrap{overflow:auto;max-height:570px;position:relative;max-width:none;box-shadow:none;right:auto;gap:32px;padding:24px 24px 32px 24px}}.button.active~.menu{opacity:1;z-index:10}@media (min-width: 768px){.button.active~.menu{line-height:1.2}}.select-box__mob{display:none}@media (max-width: 767.98px){.select-box__mob{display:block}}@media (max-width: 767.98px){.select-box-none{display:none}}.menu__list{width:100%;display:flex;flex-direction:column;gap:16px}.menu__item{overflow:hidden;text-align:start}@media (max-width: 767.98px){.menu__list{padding:16px 0}}.menu__link{font-size:40px;font-weight:500;line-height:1.1;transition:all .3s}@media (max-width: 767.98px){.menu__link{font-size:28px;line-height:normal}}.active-link{color:var(--text-brown--50)}.button:hover,.button:focus-visible,.menu__link:hover,.menu__link:focus-visible{color:var(--text-grey)}.menu__link:hover,.menu__link:focus-visible{color:var(--bg-brown--20)}.active-link:hover{color:var(--text-brown--50)}.menu__bottom{display:flex;align-items:center;width:100%;gap:16px}@media (max-width: 767.98px){.menu__bottom{flex-direction:column;align-items:flex-start;align-self:start;text-align:left;gap:8px}}.menu__policy{position:relative;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase}.menu__policy::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-grey);transition:all .3s ease-in-out}.menu__policy:hover::before{opacity:0}@media (max-width: 1099.98px){.menu__policy{line-height:1.25}.menu__policy::before{bottom:1px}}@media (max-width: 767.98px){.menu__policy{font-size:14px}}.menu__btn{width:152px;margin-left:auto;padding:12px 4px 12px 16px;font-size:16px;line-height:1.5;transition:all .3s}@media (max-width: 767.98px){.menu__btn{display:none}}.top-title{position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:24px;margin-bottom:24px}.top-title::before{content:"";position:absolute;width:0;height:1px;left:0;bottom:0;background-color:var(--bg-grey);transition:width 1.2s ease-out}._watcher-view .top-title::before{width:100%}.top-title__project,.top-title__partners-logo{margin-bottom:28px}.top-title--about-the{padding-bottom:13px;margin-bottom:28px}.top-title__left{display:flex;align-items:center;gap:16px}.top-title__link{color:var(--text-grey);font-size:24px;font-weight:600;font-family:"RG-Standard";line-height:1.2;letter-spacing:-0.02em;transition:all .3s;display:flex;align-items:center;position:relative;gap:17px}.top-title__link .top-title__hover{position:absolute;box-shadow:0px 10px 20px 0px #CCC;border-radius:8px;padding:8px;background-color:var(--bg-white);font-size:14px;font-weight:500;line-height:1.2;color:var(--text-grey);top:-114%;right:-20px;opacity:0;transition:all .3s}.top-title__link:hover{opacity:0.5}.top-title__link:hover .top-title__hover{opacity:1}.top-title__right{display:flex;gap:16px;align-items:center}.top-title__button{position:relative;overflow:hidden}.title--hidden{overflow:hidden;display:inline-flex}.title--animation{display:inline-flex;transform:translateY(100%);transition:transform .6s ease-in-out}._watcher-view .title--animation{transform:translateY(0%)}.title--animation_h2{overflow:hidden;line-height:normal}.title--animation_h2 span{display:block;transform:translateY(100%);transition:transform .6s ease-in-out 1.6s}.loaded ._watcher-view .title--animation_h2 span{transform:translateY(0)}.line--animation::before{width:0;transition:width 1.2s ease-out 1.6s}.loaded ._watcher-view.line--animation::before{width:100%}.body--animation{opacity:0;transition:opacity .6s ease-out 1.6s}.loaded ._watcher-view.body--animation{opacity:1}.btn--animation{overflow:hidden}.btn--animation .span--animation{display:block;transform:translateY(100%);transition:transform .6s ease-in-out 0s}.main--animation.btn--animation .span--animation{transition:transform .6s ease-in-out 1.6s}.loaded ._watcher-view .btn--animation .span--animation,.loaded ._watcher-view .btn--animation.main--animation .span--animation{transform:translateY(0)}.slider-drag{pointer-events:none;position:absolute;top:0;left:0;z-index:1;opacity:0;transition:opacity .2s linear 0s, transform .1s linear .2s}.slider-drag-text{width:120px;height:120px;border-radius:80px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;text-align:center;font-size:14px;line-height:1.4;letter-spacing:0.04em;color:var(--text-white);background:var(--bg-grey)}.slider-drag-text_white{color:var(--text-grey);background:var(--bg-white)}@media (any-hover: hover){.slider-drag-container:hover .slider-drag{opacity:1;transition:opacity .2s linear .1s, transform 0s linear 0s}}@media (max-width: 991.98px){.slider-drag{display:none}}.social__list{display:flex;gap:16px;align-items:center}.social__item{width:24px;height:24px}.social__link{font-size:14px;font-weight:500;line-height:1.2;color:var(--text-grey);transition:all .4s;width:100%}.social__link:hover,.social__link--email:hover{color:var(--text-brown--50)}.social-icon{transition:all .4s}.social__link:hover .social-icon{opacity:0.5}.text-decoration{overflow:hidden;display:inline-flex;align-items:center;margin-right:20px;transform:translate(4px, -10px)}@media (max-width: 1099.98px){.text-decoration{transform:translate(4px, -6px)}}@media (max-width: 767.98px){.text-decoration{margin-right:12px;transform:translate(4px, -6px)}}.text-circle{display:inline-flex;width:16px;height:16px;background-color:var(--bg-grey);border-radius:50%;transform:translateY(100%);transition:transform .6s ease-in-out}.text-body{display:inline-flex;overflow:hidden}.text-animation{display:inline-flex;white-space:normal;word-break:break-word;transform:translateY(100%);transition:transform .6s ease-in-out}._watcher-view .text-circle,._watcher-view .text-animation{transform:translateY(0)}.partners-logo{padding-top:120px}.partners-logo__wrapper{display:flex;flex-direction:column;margin-bottom:88px}.partners-logo__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:8px}.partners-logo__item{height:260px;opacity:0;pointer-events:none;transform:translateX(-20px);transition:opacity .4s ease-in-out 0s, transform .4s ease-in-out 0s}._watcher-view .partners-logo__item{transform:translateX(0);opacity:1;pointer-events:all}.partners-logo__link{width:100%;height:100%;border-radius:24px;border:1px solid var(--bg-brown-20, rgba(15,14,11,0.2));display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.partners-logo__link:hover{background-color:var(--bg-brown--1005);border:1px solid transparent}.partners-logo__link img{background-color:transparent}@media (max-width: 1099.98px){.partners-logo{padding-top:104px}.partners-logo__wrapper{margin-bottom:72px}.partners-logo__list{grid-template-columns:repeat(auto-fill, minmax(185px, 1fr))}.partners-logo__item{height:192px}}@media (max-width: 991.98px){.partners-logo__list{grid-template-columns:repeat(auto-fill, minmax(170px, 1fr))}.partners-logo__item{height:178px}}@media (max-width: 767.98px){.partners-logo{padding-top:80px}.partners-logo__wrapper{margin-bottom:40px}.partners-logo__list{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr))}.partners-logo__item{height:167px}}.header{pointer-events:none;padding-top:16px;padding-bottom:16px;position:sticky;top:0;left:0;min-height:117px;width:100%;z-index:11;transform:translateY(-100%)}.loaded .header._watcher-view{animation:animation-translate-up .5s ease-in-out 1.2s forwards}@keyframes animation-translate-up{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}.header._watcher-view._visible{animation:animation-translate-up .4s linear 0s forwards}.header._watcher-view._hidden{animation:animation-translate-hidden .4s linear 0s forwards}.header._watcher-view._header-menu{transform:none;animation:none}@keyframes animation-translate-hidden{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}@media (max-width: 1099.98px){.header{min-height:100px}}.header__wrapper{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.header__logo._mob-none{display:none}.header__logo{flex:0 0 106px}.header__logo{pointer-events:all;width:106px;height:60px;transition:filter .3s ease-in-out}._header-light .header__logo{filter:brightness(10)}@media (max-width: 767.98px){.header__logo._mob-none{display:block}}.header__description{max-width:400px;width:100%;padding-top:9px}@media (max-width: 1099.98px){.header__description{max-width:380px;padding-top:0}}@media (max-width: 767.98px){.header__description{max-width:248px}}.header__description--width{max-width:390px;width:100%}.header-business-desc{max-width:500px}.header__text{font-size:28px;font-family:"RG-Standard";font-weight:600;line-height:1.1;letter-spacing:-0.02em}@media (max-width: 1099.98px){.header__text{font-size:24px;line-height:normal}}@media (max-width: 767.98px){.header__text{display:none;font-size:20px}}.header__descript-move{animation-name:header__text;animation-fill-mode:both;animation-timing-function:linear;animation-timeline:scroll();animation-range:0 200px}@keyframes header__text{to{transform:translateY(-150%)}}.logo img:nth-child(2){display:none}@media (max-width: 767.98px){.logo img:nth-child(2){display:block}.logo img:nth-child(1){display:none}}.header__nav{pointer-events:all;display:flex;align-items:center}@media (max-width: 1099.98px){.header__nav{display:flex;align-items:center;gap:16px}}@media (max-width: 767.98px){.header__nav{gap:0}}.header__wrap{display:flex;align-items:center;gap:30px}@media (max-width: 1099.98px){.header__wrap{padding-top:0;gap:16px}}.location-header__button{display:flex;gap:4px;transition:color .3s ease-in-out}.location-header__button{position:relative;transition:all 0.3s ease}.location-header__button::before{position:absolute;content:'';width:0;height:1px;background-color:var(--bg-grey);bottom:1px;left:0;transition:all 0.3s ease}.location-header__button:hover::before{width:100%}@media (min-width: 768px){._header-light .location-header__button{color:var(--text-white)}._header-light .location-header__button:hover{color:var(--bg-white--50)}}@media (max-width: 767.98px){.location-header__button._mob-none{display:none}}.location-header__button span{font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey)}@media (max-width: 1099.98px){.location-header__button span{font-size:14px;line-height:1.4}}.header__location--mob{display:none}@media (max-width: 767.98px){.header__location--mob{display:flex;order:0;margin-bottom:16px}}.menu-location-header{z-index:10;overflow:auto;position:absolute;width:480px;opacity:0;pointer-events:none;transform:translate(0, 20px);padding:24px 16px 24px 24px;box-shadow:0 10px 20px 0 #ccc;background:var(--bg-white);text-align:start;transition:transform .3s ease-in-out .1s, opacity .4s ease-in-out 0s}@media (min-width: 768px){.menu-location-header{max-height:80vh;right:0;margin-top:24px;border-radius:16px}}@media (max-width: 767.98px){.menu-location-header{display:flex;flex-direction:column;z-index:15;position:fixed;width:100%;height:100%;top:0;left:0;padding:16px 16px 24px 16px}}.menu-location-header.open{opacity:1;pointer-events:all;transform:translate(0, 0)}.menu-location-header .location-header__button.open{opacity:0.5}.menu-location-header.close{opacity:0;pointer-events:none;transform:translate(0, 20px);transition:transform .3s ease-in-out 0s, opacity .4s ease-in-out 0s}.menu-location-header__close{display:none}@media (max-width: 767.98px){.menu-location-header__close{display:flex;justify-content:flex-end;margin-bottom:32px}.menu-location-header__button{position:relative;display:inline-flex;gap:8px;font-size:12px;line-height:1.3;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey);padding:12px 16px}.menu-location-header__button::after{content:"";display:block;width:16px;height:16px;background:url(/../img/svg/close-btn.svg) no-repeat}}@media (max-width: 767.98px){.menu-location-header__content{flex:1 1 auto;margin-bottom:72px}}.location-header__select-box{display:none}.menu-location-header__choose{font-weight:500;letter-spacing:-0.02em;color:var(--bg-brown--50);margin-bottom:24px}@media (max-width: 767.98px){.location-header__select-box{display:block}.menu-location-header__choose{margin-bottom:16px}}.menu-location-header__body{display:flex;flex-direction:column;gap:8px}.menu-location-header__item{display:flex;gap:8px}@media (min-width: 768px){.menu-location-header__body{height:225px;overflow-y:auto}.menu-location-header__item{align-items:center;justify-content:space-between}}@media (max-width: 767.98px){.menu-location-header__item{flex-direction:column;align-items:start;border-radius:16px;padding:16px;background:var(--bg-brown--1005)}}.menu-location-header__country{align-self:flex-start;cursor:pointer;font-weight:600;font-size:28px;line-height:1.1;letter-spacing:-0.02em;color:var(--bg-grey);transition:color .4s}.menu-location-header__country._active-location{color:var(--bg-brown--20)}@media (min-width: 768px){.menu-location-header__item:hover .menu-location-header__country{color:var(--bg-brown--20)}}@media (max-width: 767.98px){.menu-location-header__country{font-size:20px;line-height:normal}}.menu-location-header__sub-body{pointer-events:none;opacity:0;display:flex;gap:16px;transition:opacity .4s}@media (min-width: 768px){.menu-location-header__sub-body{flex-wrap:wrap-reverse;justify-content:end}}.open .menu-location-header__sub-body{pointer-events:all}.menu-location-header__item:hover .menu-location-header__sub-body{opacity:1}.menu-location-header__item._active-location .menu-location-header__sub-body{opacity:1}.menu-location-header__sub-button{display:flex;align-items:center;gap:7px;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey);transition:color .4s}.menu-location-header__sub-button:hover{color:var(--bg-brown--50)}.menu-location-header__sub-button._active-location{color:var(--bg-brown--50)}.menu-location-header__sub-button._active-location::after{display:block;content:"";width:16px;height:16px;transform:translateY(2px);background:url(/../img/svg/checked-city.svg) no-repeat}@media (max-width: 767.98px){.menu-location-header__sub-body{flex-wrap:wrap;opacity:1;column-gap:16px;row-gap:8px}.menu-location-header__sub-button{font-size:14px;line-height:1.4}}.header__btn{width:194px;margin-left:24px;font-size:14px;color:var(--text-white)}@media (min-width: 768px){._header-light .header__nav .header__btn{color:var(--text-grey);background-color:var(--bg-white)}._header-light .header__nav .header__btn .btn__icon{background-color:var(--bg-grey)}._header-light .header__nav .header__btn .btn__icon .btn-image{filter:brightness(10)}}@media (max-width: 1099.98px){.header__btn{display:none}}.header__btn--mob{display:none}@media (max-width: 767.98px){.header__btn--mob{display:flex;margin-left:0;font-size:12px}}.footer{padding-bottom:24px}@media (max-width: 1199.98px){.footer{padding-bottom:16px}}.footer__top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start;padding:40px;border-radius:24px;background-color:var(--bg-brown--1005);margin-bottom:24px}@media (max-width: 1199.98px){.footer__top{padding:32px 24px}}@media (max-width: 767.98px){.footer__top{flex-direction:column;padding:32px 16px;gap:32px;margin-bottom:16px}}.footer__content{display:flex;flex-direction:column;gap:16px;max-width:630px;width:100%}.footer__text{letter-spacing:-0.02em;line-height:1.1}@media (max-width: 1199.98px){.footer__content{max-width:540px}.footer__text{max-width:440px;font-size:16px}}@media (max-width: 991.98px){.footer__content{gap:8px}.footer__text{max-width:none}}.footer__block-btn{display:flex;flex-direction:column;gap:6px;max-width:200px;width:100%}@media (max-width: 767.98px){.footer__block-btn{max-width:100%}.footer__text{line-height:normal}}.footer__button{font-size:14px}@media (max-width: 767.98px){.footer__button{max-width:100%;text-align:center;justify-content:center}}.footer__bottom{padding-top:16px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1199.98px){.footer__bottom{flex-wrap:wrap;gap:24px}}.footer-nav{display:flex;gap:25px}@media (max-width: 1199.98px){.footer-nav{align-items:center;gap:4px}}.footer-nav__list{display:flex;gap:8px}@media (max-width: 1199.98px){.footer-nav__list{row-gap:18px;column-gap:4px}}@media (max-width: 767.98px){.footer-nav__list{flex-wrap:wrap}}.footer-nav__item{position:relative;display:flex;align-items:center}.footer-nav__item::before{position:absolute;content:'';width:1px;height:20px;background-color:var(--bg-grey)}@media (max-width: 991.98px){.footer-nav__item{font-size:12px;line-height:1.4}.footer-nav__item::before{height:16px}}@media (max-width: 767.98px){.footer-nav__item{line-height:1.3}.footer-nav__item::before{height:16px}}.footer-nav__link{font-size:16px;font-weight:500;line-height:normal;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);position:relative;margin-left:8px;transition:all .4s}@media (max-width: 1199.98px){.footer-nav__link{font-size:14px;margin-left:4px}}@media (max-width: 767.98px){.footer-nav__link{font-size:12px}}.footer-nav__link::before{position:absolute;content:'';width:0;height:.9px;background-color:var(--bg-grey);bottom:-2px;left:0;transition:all .4s}.footer-nav__link.footer-nav__link:hover::before{width:100%;height:.9px}@media (max-width: 479.98px){.footer-social{display:flex;flex-direction:column;gap:24px}}.footer-social__list{display:flex;gap:16px;align-items:center}@media (max-width: 1199.98px){.footer-social__list{gap:8px}}@media (max-width: 767.98px){.footer-social__list{flex-wrap:wrap}}.footer-social__link{display:flex;position:relative;font-size:14px;font-weight:500;line-height:1.2;color:var(--text-grey);transition:all .4s}.footer-social__link img{width:20px;height:20px}.footer-social__link:hover,.footer-social__link--email:hover{color:var(--text-brown--50)}.social-icon{transition:all .4s}.footer-social__link:hover .social-icon{opacity:0.5}.footer-social__link--email{display:flex;align-items:center;gap:2px;font-size:14px;font-weight:500;line-height:1.2;transition:all .4s}.footer-social__link--email span{color:var(--text-grey)}.footer-social__link--email:hover{color:var(--text-brown--50)}.footer-social__link--email img{transition:all .4s}.footer-social__link--email:hover img{transform:rotate(16deg)}@media (max-width: 1199.98px){.footer-social__link--email,.footer-social__item--des{margin-left:16px}}@media (max-width: 479.98px){.footer-social__item--des{margin-left:0}}.footer-social__item p{color:var(--text-brown--50);font-size:14px;font-weight:500;line-height:1.2}.footer-social__item--des{display:flex;gap:2px}.hero{position:relative;z-index:10;opacity:0}.loaded .hero._watcher-view{animation:animation-opacity .5s ease-in-out 1.8s forwards}@keyframes animation-opacity{0%{opacity:0}100%{opacity:1}}@media (min-width: 1100px){.hero{padding:28px 0 10px}}.hero__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media (max-width: 1099.98px){.hero__content{align-items:end;margin-bottom:109px}}@media (max-width: 767.98px){.hero__content{display:flex;flex-direction:column-reverse;text-align:left;gap:40px}}@media (max-width: 991.98px){.hero__content{margin-bottom:24px}}.hero__title{z-index:10}.hero-move{position:fixed;top:212px;width:628px;height:416px;animation-name:title-header;animation-timing-function:ease;animation-timeline:scroll();animation-fill-mode:both;animation-range:0 750px}.hero-move path{color:var(--bg-grey);transition:color .3s ease-in-out}._header-light.hero-move path{color:var(--bg-white)}@media (max-width: 1300px){.hero-move{width:510px;height:350px;top:300px}}@media (max-width: 1099.98px){.hero-move{width:428px;height:270px;top:350px}}@media (max-width: 991.98px){.hero-move{width:360px;height:260px;top:300px}}@media (max-width: 767.98px){.hero-move{display:none}}@keyframes title-header{to{top:24px;width:106px;height:70px}}.h1{font-size:246px;font-weight:600;line-height:0.8;letter-spacing:-0.04em}@media (max-width: 1099.98px){.h1{font-size:156px}}@media (max-width: 767.98px){.h1{display:block;font-size:70px}}.hero__icon{width:500px;height:500px}@media (min-width: 1100px){.hero__icon{margin-right:-17px}}@media (max-width: 1099.98px){.hero__icon{width:420px;height:420px}}@media (max-width: 767.98px){.hero__icon{height:400px;width:400px}}@media (max-width: 480px){.hero__icon{height:343px;width:343px}}.hero__bottom,.hero__item{position:relative;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1099.98px){.hero__bottom{align-items:flex-end;gap:40px}}@media (max-width: 767.98px){.hero__bottom{flex-direction:column;align-items:flex-start}}.hero__item--left{z-index:10;position:fixed;bottom:16px;display:flex;padding:17px 24px 12px 24px;border-radius:16px;border:1px solid var(--bg-grey);background-color:var(--bg-brown--900);gap:16px;max-width:740px;width:100%;transition:transform .3s ease-in-out .1s, opacity .4s ease-in-out 0s}.hero__item--left.hidden--cookies{opacity:0;pointer-events:none;transform:translate(0, 20px);transition:transform .3s ease-in-out 0s, opacity .4s ease-in-out 0s}@media (max-width: 1099.98px){.hero__item--left{flex-wrap:wrap;align-items:flex-start;text-align:left;max-width:555px;gap:8px}}@media (max-width: 767.98px){.hero__item--left{width:auto;max-width:467px;left:0;margin:0 15px;padding:16px}}.hero__cookies{letter-spacing:-0.02em;line-height:1.1}@media (max-width: 1099.98px){.hero__cookies{font-size:16px;line-height:normal}}.hero__link-box{display:flex;gap:22px}@media (max-width: 1099.98px){.hero__link-box{gap:8px}}.hero__link-cookies{font-size:16px;line-height:1.5;color:var(--text-grey);letter-spacing:0.04em;font-weight:500;text-transform:uppercase;border-bottom:1px solid var(--bg-grey);transition:all .3s ease-in-out}@media (max-width: 1099.98px){.hero__link-cookies{font-size:14px;line-height:1.4}}.hero__link-cookies:hover{border-bottom:1px solid transparent}.hero__item--right{display:flex;align-items:center;gap:16px;margin-left:auto}.sound-text{font-size:14px;letter-spacing:0.04em;text-transform:uppercase}.switch{z-index:1;cursor:pointer;position:relative;display:inline-block;width:210px;height:52px}@media (max-width: 767.98px){.switch{width:178px;height:40px}}.switch-text__block{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;position:absolute;z-index:-1}.switch-text__on,.switch-text__off{flex:0 0 98px;display:flex;justify-content:center;height:100%;display:flex;align-items:center;text-align:center;font-size:14px;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;transition:color .4s}@media (max-width: 767.98px){.switch-text__on,.switch-text__off{flex:0 0 82px}}.switch input{display:none}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-brown--1005);padding:4px;border-radius:12px;-webkit-transition:.4s;transition:.4s;display:flex;justify-content:right;z-index:-1}.switch-slider:before{display:flex;position:absolute;content:"";height:44px;width:98px;left:4px;top:4px;border-radius:8px;background-color:var(--bg-brown--900);box-shadow:0px 4px 10px 0px rgba(0,0,0,0.1);-webkit-transition:.4s;transition:.4s}@media (max-width: 767.98px){.switch-slider:before{height:32px;width:82px}}input:checked+.switch-slider{background-color:var(--bg-brown--1005)}input:checked+.switch-slider:before{-webkit-transform:translateX(106%);-ms-transform:translateX(106%);transform:translateX(106%)}@media (any-hover: hover){.switch._switch--off:hover .switch-slider:before{-webkit-transform:translateX(106%);-ms-transform:translateX(106%);transform:translateX(106%)}.switch._switch--on:hover input:checked+.switch-slider:before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media (max-width: 767.98px){input:checked+.switch-slider:before{-webkit-transform:translateX(107%);-ms-transform:translateX(107%);transform:translateX(107%)}}@media (max-width: 767.98px) and (any-hover: hover){.switch._switch--off:hover .switch-slider:before{-webkit-transform:translateX(107%);-ms-transform:translateX(107%);transform:translateX(107%)}}.about{padding:120px 0}@media (max-width: 1099.98px){.about{padding:104px 0}}@media (max-width: 767.98px){.about{padding:80px 0}}.top-title__btn-find{max-width:138px;font-weight:600}.cards-catalog{margin-top:10px}@media (min-width: 768px){.cards-catalog{padding-bottom:24px}}.cards__wrapper{background-color:var(--bg-grey);color:var(--text-white);animation-name:cards-width;animation-fill-mode:both;animation-timing-function:linear;view-timeline-name:--cards-width;animation-timeline:--cards-width;animation-range:5% 30%;clip-path:inset(0% 0%);transition:all .3s}.light .cards__wrapper{background-color:#f0e9d7;color:var(--text-grey)}@keyframes cards-width{from{clip-path:inset(0% 12.5% round 40px)}}.cards__body{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:40px;text-align:center;padding:88px 0}.cards__subtitle{display:inline-flex;gap:4px;color:var(--text-white--50);letter-spacing:-0.02em;margin-bottom:16px}.light .cards__subtitle{color:var(--text-brown--50)}.cards__subtitle .title--animation{gap:4px}.cards__title{max-width:550px;line-height:normal;letter-spacing:-0.02em;margin-bottom:32px}.title--hover{background-size:0 3px}._watcher-view .title--hover{display:inline;background-image:linear-gradient(var(--bg-white), var(--bg-white));background-size:100% 3px;background-position:0 calc(100% - 0px);background-repeat:no-repeat;transition:background-size .4s ease 0s}.light ._watcher-view .title--hover{background-image:linear-gradient(var(--bg-grey), var(--bg-grey))}._watcher-view .title--hover_black{background-image:linear-gradient(var(--bg-grey), var(--bg-grey))}.title--hover:hover{background-size:0 3px;background-position:100% calc(100% - 0px)}.cards__btn-box{display:flex;justify-content:center;align-items:center;gap:8px}.overflow--transform{overflow:hidden}.animation--transform{display:block;transform:translateY(100%)}._watcher-view .animation--transform{transform:translateY(0);transition:transform .4s ease-in-out}.mainmenubtn{font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;cursor:pointer;padding:8px;color:var(--text-white--50);display:flex;align-items:center;gap:4px;transition:color .3s}@media (min-width: 375px){.mainmenubtn{gap:0px}}.light .mainmenubtn{color:var(--text-brown--50)}.dropdown-2__span{display:flex}.dropdown-1,.dropdown-2{position:relative;display:inline-block}.mainmenubtn__arrow{transition:transform .3s}.dropdown-1._active-touch .mainmenubtn__arrow,.dropdown-2._active-touch .mainmenubtn__arrow{transform:rotate(-180deg)}@media (any-hover: hover){.dropdown-1:hover .mainmenubtn__arrow,.dropdown-2:hover .mainmenubtn__arrow{transform:rotate(-180deg)}}.dropdown-1-child,.dropdown-2-child{opacity:0;z-index:1;pointer-events:none;position:absolute;min-width:220px;top:100%;left:0;display:flex;flex-direction:column;text-align:start;gap:4px;border-radius:8px;background-color:var(--bg-grey);box-shadow:0 20px 30px 0 rgba(18,18,18,0.5);border:1px solid var(--bg-white--20);padding:4px;transform:translateY(20px);transition:opacity .3s ease 0s, transform .3s ease 0s, background-color .3s ease 0s, border .3s ease 0s}.light .dropdown-1-child,.light .dropdown-2-child{background-color:var(--bg-white);border:1px solid var(--bg-brown--20)}.dropdown-1__button,.dropdown-2__button{color:var(--text-white--50);padding:8px 8px;text-decoration:none;font-size:14px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;border-radius:8px;border:1px solid transparent;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:space-between;gap:8px}.light .dropdown-1__button,.light .dropdown-2__button{color:var(--text-brown--50)}.dropdown-2__body{display:flex;gap:8px;align-items:center}.dropdown-1__button._active-card-dropdown::after,.dropdown-2__button._active-theme-dropdown::after{content:"";width:16px;height:16px;background:url(/../img/svg/checked.svg) no-repeat center center/contain}.light .dropdown-1__button._active-card-dropdown::after,.light .dropdown-2__button._active-theme-dropdown::after{background:url(/../img/svg/checked-dark.svg) no-repeat center center/contain}.dropdown-1__button:hover,.dropdown-2__button:hover{border:1px solid var(--bg-white--20)}.light .dropdown-1__button:hover,.light .dropdown-2__button:hover{border:1px solid var(--bg-brown--20)}.dropdown-1._active-touch .dropdown-1-child,.dropdown-2._active-touch .dropdown-2-child{display:flex;opacity:1;pointer-events:all;transform:translateY(0)}@media (any-hover: hover){.dropdown-1:hover .dropdown-1-child,.dropdown-2:hover .dropdown-2-child{display:flex;opacity:1;pointer-events:all;transform:translateY(0)}}.map-content{width:100%;display:flex;flex-direction:column;gap:24px}.map-content__top{display:flex;gap:10px}.map-content__top::-webkit-scrollbar{display:none}.map-content__filters{display:flex;flex:0 1 100px;gap:10px;align-items:center;padding:8px 8px 8px 11px;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-white--50);cursor:pointer}.light .map-content__filters{color:var(--text-brown--50)}.map-content__text{transition:color .3s ease-in-out}.map-content__filters:hover .map-content__text{color:var(--text-white)}.light .map-content__filters:hover .map-content__text{color:var(--text-grey)}.map-content__picture{opacity:.5;transition:opacity .3s ease-in-out 0s, filter .3s ease-in-out 0s}.map-content__filters:hover .map-content__picture{opacity:1}.light .map-content__picture{opacity:1;filter:brightness(50%)}.light .map-content__filters:hover .map-content__picture{filter:brightness(0%)}.map-content__filters:hover svg,.map-content__filters:hover path{fill:var(--text-white)}.map-content__search{width:100%;display:flex}.map-content__form,.form-map-content__input{position:relative;width:100%}.form-map-content__clean{pointer-events:none;position:absolute;flex:0 0 24px;content:"";display:block;width:24px;height:24px;top:8px;right:16px;background:url(/../img/svg/search-line.svg) no-repeat center center/contain}.form-map-content__submit{display:none;cursor:pointer;position:absolute;flex:0 0 24px;content:"";width:24px;height:24px;top:8px;right:48px;background:url(/../img/svg/submit-arrow-input.svg) no-repeat center center/contain;transition:filter .3s ease-in-out}._form-map-content-active .form-map-content__submit{display:block}._form-map-content-focus .form-map-content__clean,._form-map-content-active .form-map-content__clean{pointer-events:all;cursor:pointer;background:url(/../img/svg/close-input.svg) no-repeat center center/contain;transition:filter .3s ease-in-out}._form-map-content-active .form-map-content__submit:hover,._form-map-content-focus .form-map-content__clean:hover,._form-map-content-active .form-map-content__clean:hover{filter:brightness(200%)}.form-map-content__input:hover{border:1px solid var(--text-white--50)}.light ._form-map-content-active .form-map-content__submit:hover,.light ._form-map-content-focus .form-map-content__clean:hover,.light ._form-map-content-active .form-map-content__clean:hover{filter:brightness(50%)}.map-content__submit{position:absolute}.form-map-content__input{display:flex;position:relative;border-radius:8px;border:1px solid var(--bg-white--20);background-color:transparent;padding:7px 79px 7px 15px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;color:var(--text-white--50);transition:border .3s ease 0s, color .3s ease 0s}.light .form-map-content__input{color:var(--bg-brown--50);border:1px solid var(--bg-brown--20)}._form-map-content-focus .form-map-content__input{color:var(--text-white)}.light ._form-map-content-focus .form-map-content__input{color:var(--text-grey)}.form-map-content__input::placeholder{text-transform:uppercase}.form-map-content__input:hover,.form-map-content__input:focus{outline:none}.map-content__list{display:flex;gap:4px}.map-content__link{display:inline-flex;height:40px;padding:8px 16px;border-radius:8px;background-color:var(--bg-brown--20);font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-white--50);text-wrap:nowrap;transition:all .3s ease-in-out;position:relative}.light .map-content__link{background-color:rgba(15,14,11,0.05);color:var(--text-brown--50)}.map-content__block{display:flex;pointer-events:none;position:absolute;top:-40px;left:0;opacity:0;padding-bottom:5px;text-wrap:nowrap;transition:all .3s ease-in-out}.map-content__content{font-size:14px;text-transform:none;padding:7px 8px;box-shadow:0px 20px 30px 0px rgba(18,18,18,0.5);background-color:var(--bg-grey);border-radius:8px}.light .map-content__content{color:var(--text-grey);background-color:var(--bg-white)}.map-content__link:hover{background-color:var(--bg-white--10)}.light .map-content__link:hover{background-color:rgba(15,14,11,0.1)}@media (any-hover: hover){.map-content__link:hover .map-content__block{opacity:1}}._active-map-content{background-color:var(--bg-white--20)}.light ._active-map-content{background-color:var(--bg-brown--20)}.map-content__inner{display:flex;justify-content:space-between;gap:8px}._active-card-inner .map-content__map{display:none;pointer-events:none;visibility:hidden}._active-card-inner .map-content__cards{flex:1 1 auto}.map-content__cards{flex:0 1 50%;overflow:hidden;height:560px}.skrollbar{overflow-y:scroll}.skrollbar::-webkit-scrollbar{width:6px;height:auto;background-color:var(--bg-grey)}.skrollbar::-webkit-scrollbar-thumb{background-color:var(--bg-white--50);border-radius:8px}.skrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--bg-white--20)}.light .skrollbar::-webkit-scrollbar{background-color:var(--bg-white)}.light .skrollbar::-webkit-scrollbar-thumb{background-color:var(--bg-grey)}.light .skrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--bg-brown--50)}.cards-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(229px, 1fr));gap:8px}._active-card-inner .cards-list{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))}.cards-list__link{overflow:hidden;position:relative;display:flex;align-items:flex-end;text-align:left;width:auto;height:360px;border-radius:8px;padding:16px 8px;background-repeat:no-repeat;background-position:center center;object-fit:cover;transition:all .4s ease-in-out}.cards-list__link h5{color:var(--text-white)}.link-content{pointer-events:none;position:absolute;width:100%;height:100%;top:0;left:0;backdrop-filter:blur(10px);padding:16px 8px 8px 8px;display:flex;align-items:flex-end;opacity:0;transition:all .4s ease-in-out}.link-content__wrap{width:100%;display:flex;flex-direction:column;gap:16px;background-color:var(--bg-white);text-align:start;border-radius:8px;padding:8px;transition:all .4s ease-in-out}.link-content__block-title{display:flex;flex-direction:column;gap:4px}.link-content__h5{color:var(--text-grey)}.link-content__block-title .link-content__h5{color:var(--text-grey);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.link-content__subtitle{font-size:12px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.link-content__slogan{font-size:14px;line-height:1.1;overflow:hidden;color:var(--text-grey);max-width:292px;width:100%;overflow:hidden;text-overflow:ellipsis;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-clamp:5;box-orient:vertical}.link-content__time{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.cards-list__link:hover .link-content{pointer-events:all;opacity:1}.map-content__map{flex:0 1 50%;width:658px;height:560px;border-radius:16px}.map-content__img{object-fit:cover}.map-content__bottom{display:flex;gap:24px;align-items:flex-start}.map-content__clean{position:relative;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;white-space:nowrap;color:var(--text-white);transition:color .3s}.light .map-content__clean{color:var(--text-grey)}.map-content__clean::before{position:absolute;content:'';width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-white);transition:opacity .3s ease 0s, background-color .3s ease 0s}.light .map-content__clean::before{background-color:var(--bg-grey)}.map-content__clean:hover::before{opacity:0}.filters-list{display:flex;flex-wrap:wrap;gap:4px}.filters-list__button{min-height:32px;position:relative;display:flex;align-items:center;gap:2px;border:1px solid var(--bg-white--50);border-radius:40px;padding:4px 16px;transition:background-color .3s ease 0s, border .3s ease 0s}.light .filters-list__button{border:1px solid var(--bg-brown--50)}.filters-list__button span{font-size:16px;line-height:normal;letter-spacing:0.04em;text-transform:uppercase;white-space:nowrap;color:var(--text-white--50);transition:color .3s}.light .filters-list__button span{color:var(--text-brown--50)}.filters-list__button::after{content:"";display:block;width:14px;height:14px;background:url(/../img/svg/cross-filters.svg) no-repeat center center/cover;margin:0 5px;transition:filter .3s}.light .filters-list__button::after{filter:brightness(0%)}.gm-svpc,.gm-style-cc,.gm-style-mtc-bbw,.gm-style-iw-tc,.gm-style-iw-chr{display:none}.gm-style-iw-d{overflow:hidden !important}.gm-style .gm-style-iw-c{text-align:start;align-items:start;justify-content:start;background-color:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;padding:0 !important;font-family:"RG-Standard"}.gm-style div:nth-child(3){border-radius:16px}@media (min-width: 768px){.map-content__top{justify-content:space-between}.map-content{border-radius:32px;border:1px solid var(--bg-white--20);padding:16px 16px 24px}.light .map-content{border:1px solid var(--bg-brown--20)}.map-content__clean{transform:translateY(6px)}.map-content__search{flex:1 0 375px}.map-content__form,.form-map-content__input{flex:1 0 260px}.map-content__list{flex:0 1 445px}}@media (min-width: 1100px){.map-content{padding:24px 24px 32px}.map-content__clean{transform:translateY(4px)}}@media (max-width: 1099.98px){@keyframes cards-width{from{clip-path:inset(0% 12.5% round 32px)}}.cards__body{gap:32px;padding:72px 0}.map-content{gap:16px}.map-content__map{flex:0 1 74.461%}.map-content__cards{flex:0 0 235px;height:520px}.map-content__map{height:520px}.map-content__bottom{gap:16px}.map-content__clean{font-size:14px}.cards__subtitle{font-size:16px}.cards__title{line-height:0.91}.cards-list{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.cards-list__link{height:256px}.filters-list__button span{font-size:14px}.filters-list__button::after{width:10px;height:10px}}@media (max-width: 991.98px){.map-content__top{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.map-content__top::-webkit-scrollbar{display:none}}@media (max-width: 767.98px){@keyframes cards-width{from{clip-path:inset(0% 12.5% round 24px)}}.cards__body{padding:80px 0}.cards__title{margin-bottom:24px}._active-card-inner .cards-list{grid-template-columns:repeat(2, minmax(166px, 1fr));gap:4px}.cards-list{grid-template-columns:repeat(10000, minmax(166px, 1fr));gap:4px}.cards-list__link{min-width:160px;height:198px}.link-content__wrap{height:144px;gap:8px;overflow:hidden}.link-content__image{display:flex}.link-content__block-title{font-size:20px}.link-content__slogan{font-size:12px}.link-content__time{font-size:12px}.mainmenubtn{font-size:12px}.mainmenubtn img{width:20px;height:20px}.dropdown-2__span svg{width:20px;height:20px}.mainmenubtn__arrow{width:16px;height:16px}.dropdown-1-child,.dropdown-2-child{min-width:150px}.dropdown-1__button,.dropdown-2__button{font-size:12px}.map-content{gap:8px}.map-content__cards{flex:none;height:200px}._active-card-inner .map-content__cards{height:auto}.map-content__cards.skrollbar{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.map-content__cards.skrollbar::-webkit-scrollbar{display:none}._active-card-inner .map-content__cards.skrollbar{-ms-overflow-style:auto;scrollbar-width:auto;overflow:auto}._active-card-inner .map-content__cards.skrollbar::-webkit-scrollbar{display:block}.map-content__top{flex-direction:column;gap:8px}.map-content__map{flex:none;width:auto;height:400px}.map-content__inner{flex-direction:column-reverse}.map-content__list{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.map-content__list::-webkit-scrollbar{display:none}.map-content__link{min-width:auto;height:32px;justify-content:center;align-items:center;line-height:normal;font-size:12px;border-radius:4px}.map-content__filters{flex:0 0 88px;padding:7px 4px 7px 16px;gap:8px}.map-content__picture{width:16px;height:14px}.form-map-content__clean{right:8px;flex:0 0 16px;width:16px;height:16px}.form-map-content__submit{flex:0 0 16px;width:16px;height:16px;right:26px}.form-map-content__input{font-size:12px;padding:6px 47px 6px 8px}.map-content__text{font-size:12px}.map-content__bottom{flex-direction:column;margin-top:8px}.map-content__clean{font-size:12px;line-height:1.3}.filters-list__button{min-height:24px;padding:4px 8px}.filters-list__button span{font-size:12px}.filters-list__button::after{width:8px;height:8px;margin:0 4px}}.map-info-box{overflow:hidden;width:284px;height:114px;display:flex;background:var(--bg-white);box-shadow:0 20px 30px 0 rgba(18,18,18,0.5);border-radius:12px}.map-info-box__image{overflow:hidden;position:relative;flex:0 0 100px;padding-top:40.140845%}.map-info-box__picture{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;transition:transform .3s}.map-info-box__image:hover .map-info-box__picture{transform:scale(1.1)}.map-info-box__body{padding:16px}.map-info-box__name{font-weight:500;font-size:18px;line-height:1.2;color:var(--bg-grey);letter-spacing:-0.02em;margin-bottom:4px;transition:opacity .3s;width:160px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-info-box__name:hover{opacity:.5}.map-info-box__text{font-weight:500;font-size:12px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--bg-grey);margin-bottom:24px;width:160px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-info-box__link{position:relative;font-weight:500;font-size:12px;line-height:1.3;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey)}.map-info-box__link::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-grey);transition:width .3s}.map-info-box__link:hover::before{width:0}@media (max-width: 479.98px){.map-info-box__name{width:140px}.map-info-box{height:90px}.map-info-box__image{flex:0 0 64px}.map-info-box__body{padding:8px}.map-info-box__text{margin-bottom:16px;width:140px}}.offer{padding:144px 0 80px}.offer .text-content{max-width:530px}.offer__content{display:flex;padding:132px 0 60px;flex-direction:column;justify-content:center;align-items:center;gap:200px}.offer__h1{position:sticky;top:300px}@media (max-width: 1099.98px){.offer{padding:72px 0 70px}.offer__h1{font-size:156px}.offer .text-content{max-width:460px}.offer__content{padding:208px 0 150px}}@media (max-width: 991.98px){.offer{padding:104px 0 320px}.offer__content{padding:210px 0 0}}@media (max-width: 767.98px){.offer{padding:72px 0 130px}.offer__h1{font-size:110px}.offer .text-content{max-width:460px}.offer__content{padding:160px 0 0}}@media (max-width: 479.98px){.offer__h1{font-size:80px}.offer .text-content{max-width:260px}}.offer__inner{display:flex;justify-content:center;align-self:center}.offer-list{display:flex;flex-direction:column;justify-content:center;gap:100px;max-width:540px;width:100%}@media (max-width: 1099.98px){.offer-list{max-width:420px}}@media (max-width: 767.98px){.offer-list{max-width:350px}}@media (max-width: 479.98px){.offer-list{max-width:300px}}.offer-list__item{position:sticky;top:90px}@media (max-width: 767.98px){.offer-list__item{top:60px}}.offer-list__icon{display:flex;position:relative;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden;transition:all .3s ease-in-out;cursor:pointer;padding-top:51.851852%}@media (max-width: 767.98px){.offer-list__icon{padding-top:59.666667%}}.offer-list__icon img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;transition:all .3s ease-in-out}.offer-list__icon:hover img{scale:1.1}.offer-list__content{padding:16px 24px 24px;background-color:var(--bg-white);border-radius:0 0 16px 16px;display:flex;flex-direction:column;gap:24px}@media (max-width: 1099.98px){.offer-list__content{padding:16px}.offer-list__date{font-size:14px;letter-spacing:0.02em}}@media (max-width: 479.98px){.offer-list__content{gap:16px}}.offer-list__prom{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:0.02em;display:flex;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;color:var(--text-grey);border-radius:48px;padding:6px 7px 3px;border:1px solid var(--bg-grey);height:24px;max-width:99px;width:100%;transition:opacity .3s ease-in-out}.offer-list__prom:hover{opacity:.5}.offer-list__inner{display:flex;flex-direction:column;gap:16px}.offer-list__link-title{transition:all .3s ease-in-out}.offer-list__link-title:hover{opacity:0.5}.offer-list__title{display:inline-block;margin-bottom:8px}@media (max-width: 1099.98px){.offer-list__title{margin-bottom:4px}}.offer-list__subtitle{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;transition:all 0.3s ease-in-out;color:var(--bg-grey)}.offer-list__subtitle:hover{opacity:0.7}.offer-list__sologan{color:var(--text-brown--50);line-height:1.1}@media (max-width: 1099.98px){.offer-list__sologan{font-size:16px;letter-spacing:-0.02em}}@media (max-width: 767.98px){.offer-list__sologan{line-height:normal}}.offer-list__bottom{display:flex;justify-content:space-between}.offer-list__link{display:flex;gap:4px}.offer-list__link:hover span::before{width:0}.offer-list__link::after{position:relative;content:"";display:block;width:9px;height:9px;top:3px;background:url(/../img/svg/arrow-rotate.svg) no-repeat;object-fit:contain;margin:0 5px}.offer-list__link::before{display:none}.offer-list__link span{position:relative}.offer-list__link span::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-grey);transition:width .3s ease-in-out}@media (max-width: 1099.98px){.offer-list__link{font-size:12px;letter-spacing:0.04em}.offer-list__link::after{width:16px;height:16px;top:0;margin:0;background:url(/../img/svg/find-arrow-mob-r.svg) no-repeat}}@media (max-width: 479.98px){.offer-list__link span{display:none}}.partners__wrapper{color:var(--text-white);background-color:var(--bg-grey);animation-name:cards-width;animation-fill-mode:both;animation-timing-function:linear;view-timeline-name:--cards-width;animation-timeline:--cards-width;animation-range:5% 30%;clip-path:inset(0% 0%);transition:all .3s}.light .partners__wrapper{color:var(--text-grey);background-color:var(--bg-white)}.partners__body{align-items:center;display:flex;flex-direction:column;justify-content:center;gap:40px;padding:88px 32px}.partners__top{text-align:center;max-width:634px;width:100%}.partners__subtitle{color:var(--text-white--50);margin-bottom:10px;transition:color .3s}.light .partners__subtitle{color:var(--text-brown--50)}.partners__title{margin-bottom:28px;letter-spacing:-0.02em}.partners__slogan{font-size:24px;font-family:"RG-Standard";letter-spacing:-0.02em}.partners__content{width:100%}.partners-list__item{display:flex;justify-content:space-between;padding:24px 0 32px 0;position:relative;border-bottom:1px solid var(--bg-white--10);cursor:pointer;gap:24px;transition:all .4s ease-in-out}@media (any-hover: hover){.partners-list__item:hover{border-bottom:1px solid var(--bg-white)}}.partners-list__title-block{display:flex;align-items:flex-start;flex-direction:column;position:relative;padding-left:24px}.partners-list__title-block .nums{position:absolute;top:-2px;left:1px;font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}.partners-list__h5{margin-bottom:6px}.partners-list__subtitle{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}.partners-list__visit{flex:0 0 auto}.partners-list__visit .btn-text{position:relative}.partners-list__visit .btn-text::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-white)}.light .partners-list__visit .btn-text::before{background-color:var(--bg-grey)}.partners-list__visit .btn-translate .btn-text::before{display:none}.partners-list__visit .btn-translate,.top-title__button .btn-translate{transform:translateY(150%)}.partners-list__visit:hover .btn-visit__content,.top-title__button:hover .btn-visit__content{transform:translateY(-150%)}.partners-list__visit:hover .btn-visit__content.btn-translate,.top-title__button:hover .btn-visit__content.btn-translate{transform:translateY(0)}.partners-list__link{transition:opacity .3s ease-in-out}.partners-list__link:hover{opacity:.5}@media (max-width: 1099.98px){.partners__body{padding:72px 0 48px;gap:50px}.partners__top{max-width:580px}.partners__subtitle{font-size:16px;margin-bottom:8px}.partners__title{font-size:48px;line-height:normal;margin-bottom:16px}.partners__slogan{font-size:20px}.partners-list__item{padding:16px 0 24px 0}.partners-list__h5{margin-bottom:8px}}@media (max-width: 991.98px){.partners-list__item{border-bottom:1px solid var(--bg-white--50)}.partners__body{gap:32px}}@media (max-width: 767.98px){.partners__body{padding:80px 0 72px;gap:44px}.partners__top{max-width:320px}.partners__title{font-size:40px}.partners__slogan{font-size:18px}.partners-list__subtitle{max-width:300px}}@media (min-width: 480px){.partners-list__item{align-items:end}}@media (max-width: 479.98px){.partners-list__item{flex-direction:column}.partners-list__visit{padding-left:24px}}.careers{padding-top:120px}.careers__wrapper{display:flex;flex-direction:column;gap:80px}.careers__top{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;gap:13px}.careers__subtitle{letter-spacing:-0.02em;color:var(--text-brown--50)}.careers__title{max-width:560px}.careers__content{cursor:none;position:relative;overflow:visible;width:100%}.careers-list__item{max-width:478px;height:280px;display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:24px;background-color:var(--bg-brown--1005)}.careers-list__top{min-height:199px;display:flex;flex-direction:column;gap:16px}.careers-list__vacancies{display:flex;gap:4px}.careers-list__link{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;padding:6px 7px 3px;border-radius:48px;border:1px solid var(--bg-grey);display:flex;justify-content:center;align-items:center;text-align:center;transition:opacity .3s ease-in-out}.careers-list__link:hover{opacity:.5}.careers-list__title{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.careers-list__title-link,.careers-list__subtitle{transition:opacity .3s ease-in-out}.careers-list__title-link:hover{opacity:.5}.careers-list__subtitle{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-brown--50)}.careers-list__subtitle:hover{opacity:.7}.careers-list__slogan{color:var(--text-brown--50);letter-spacing:-0.02em;line-height:1.1;text-overflow:-o-ellipsis-lastline;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.careers-list__bottom{display:flex;justify-content:space-between;align-items:end;margin-top:auto}.careers-list__bottom .btn-view{display:flex;align-items:center;gap:9px}.careers-list__bottom .btn-view::before{content:none}.careers-list__bottom .btn-view span{position:relative}.careers-list__bottom .btn-view span::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--bg-grey);transition:width .3s ease-in-out}.careers-list__bottom .btn-view:hover span::before{width:0}.careers-list__bottom .btn-view::after{content:"";display:block;width:9px;height:10px;background:url(/../img/svg/arrow-rotate.svg) no-repeat;object-fit:contain}.careers-list__date{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}.slider-careers__slide{max-width:526px}@media (min-width: 1100px){.careers-list{align-items:flex-start}.careers .btn{height:48px}}@media (max-width: 1099.98px){.careers{padding-top:104px;padding-bottom:22px}.careers__wrapper{gap:72px}.careers-list__item{max-width:360px;padding:16px}.careers-list__vacancies{margin-bottom:8px}.careers-list__title{gap:4px}.careers-list__slogan{font-size:16px}.slider-careers__slide{max-width:392px}}@media (max-width: 991.98px){.careers{padding-bottom:0px}.careers-list{display:flex;flex-direction:column;gap:8px}.careers-list__item{max-width:none;gap:32px}.careers-list__top{min-height:auto}.careers-list__slogan{max-width:510px}.slider-careers__slide{max-width:none}}@media (min-width: 768px){.careers-list__bottom .btn-view::after{transform:translateY(-1px)}}@media (max-width: 767.98px){.careers{padding-top:80px}.careers__wrapper{gap:40px}.careers-list__item{gap:40px}.careers-list__slogan{line-height:normal}.careers-list__bottom .btn-view{font-size:12px;gap:7px}}.reviews{overflow:hidden;padding:160px 0}.reviews .h3{max-width:400px}.reviews__wrapper{margin-bottom:88px}.reviews-abuot-the{padding-bottom:117px}.business-reviews{padding-bottom:105px}.reviews-list{display:flex}.reviews-list__item{max-width:770px;height:378px;display:flex;justify-content:space-between;gap:48px;border-radius:24px;background-color:var(--bg-brown--1005);padding:32px}.reviews-list__top{display:flex;flex-direction:column;justify-content:space-between}.reviews-list__icon{border-radius:16px}.reviews-list__icon img{border-radius:16px}.reviews-list__description{font-size:28px;line-height:1.1;letter-spacing:-0.02em}.reviews-list__bottom{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.reviews-list__info{display:flex;justify-content:space-between;align-items:end}.reviews-list__block-num{display:flex;align-items:center;gap:8px}.reviews-list__country{color:var(--text-brown--50)}.reviews-list__link{display:flex;gap:4px}.reviews-list__link::before{display:none}.reviews-list__link::after{content:"";display:block;width:20px;height:20px;background:url(/../img/svg/icon-plus.svg) no-repeat center center/contain}.reviews-list__link span{position:relative}.reviews-list__link span::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-grey);transition:width .3s}.reviews-list__link span:hover::before{width:0}.slider-reviews{overflow:visible}@media (min-width: 768px){.reviews-list__bottom{flex:0 1 404px}}@media (min-width: 1200px){.reviews-list__bottom{flex:0 1 458px}}@media (max-width: 1199.98px){.reviews__wrapper{margin-bottom:72px}.reviews-list__item{max-width:660px;height:324px;padding:24px}.reviews-list__description{font-size:24px;line-height:normal}.reviews-list__name{font-size:16px}.reviews-list__country{font-size:16px}}@media (max-width: 1099.98px){.reviews{padding:104px 0}.reviews .h3{max-width:300px}}@media (max-width: 991.98px){.reviews-list__item{max-width:600px}}@media (max-width: 767.98px){.reviews{padding:80px 0}.reviews .h3{max-width:290px}.reviews__wrapper{margin-bottom:40px}.reviews-list__item{flex-direction:column;justify-content:space-around;gap:24px;padding:16px;height:500px}.reviews-list__description{font-size:20px}.reviews-list__top{flex-direction:column}.reviews-list__bottom{gap:40px}.reviews-list__icon{width:160px;height:160px}.reviews-list__icon img{width:160px;height:160px}.reviews-list__block-num{font-size:16px}.reviews-list__link{font-size:12px;align-items:center}.reviews-list__link::after{width:16px;height:16px}}.loop{width:100%;padding:0}.loop-for-busibess{padding-top:120px}.loop-about-the-project{padding:120px 0}.loop-for-busibess .text-content,.loop-about-the-project .text-content{padding-top:24px}.loop__line{position:relative}.loop__line::before{content:"";position:absolute;width:0;height:1px;left:0;bottom:0;background-color:var(--bg-grey);transition:width 1.2s ease-out}._watcher-view .loop__line::before{width:100%}.loop__container-big{overflow:hidden}.loop__wrapper{display:flex;gap:48px;width:200%;padding-bottom:24px;animation:loop-wrapper 15s linear infinite}@media (max-width: 1099.98px){.loop-for-busibess{padding-top:104px}.loop-about-the-project{padding:104px 0}.loop__wrapper{gap:40px;padding-bottom:16px}}@media (max-width: 767.98px){.loop-for-busibess{padding-top:80px}.loop-about-the-project{padding:80px 0}.loop-for-busibess .text-content,.loop-about-the-project .text-content{padding-top:16px}.loop__wrapper{gap:32px}}.loop__wrapper--about-the{border-bottom:none}.loop__item{overflow:visible}.loop__title{line-height:normal;text-wrap:nowrap;transform:translateY(130%);transition:transform .6s ease-in-out}._watcher-view .loop__title{transform:translateY(0)}@keyframes loop-wrapper{0%{transform:translateX(0%)}100%{transform:translateX(-45%)}}.business-loop{margin-bottom:41px;padding-top:6px}.other-places{padding-top:64px;padding-bottom:120px}.other-places__container{position:relative}.other-places__window{opacity:0;pointer-events:none;transform:translateY(20px);position:absolute;top:-256px;right:32px;max-width:328px;width:100%;padding:24px;border:1px solid var(--bg-grey);border-radius:16px;background-color:var(--bg-brown--900);z-index:10}._watcher-view.other-places__window{opacity:1;pointer-events:all;transform:translateY(0);transition:opacity .4s ease-in-out 0s, transform .3s ease-in-out .1s}.other-places__window._other-places-window-close{opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .3s ease-in-out .1s, transform .4s ease-in-out 0s}@media (max-width: 1099.98px){.other-places__window{max-width:288px;padding:16px;top:-192px;right:16px}}@media (max-width: 767.98px){.other-places__window{top:-160px}}.other-places__inner{position:relative;display:flex;flex-direction:column;gap:24px}.other-places__icon{display:flex}.other-places__picture{width:160px;height:136px}.oth-pl-close{display:flex;position:absolute;top:0;right:0;padding:5px;transition:opacity .3s ease-in-out}@media (any-hover: hover){.oth-pl-close:hover{opacity:.5}}@media (max-width: 1099.98px){.other-places__inner{gap:16px}}.other-places__box{display:flex;flex-direction:column;gap:16px}.city-hover{width:100%}.city-hover__wrap{display:flex;flex-direction:column;text-align:center;justify-content:center;gap:16px;width:100%}.city-hover__content{display:flex;text-align:center;justify-content:center;align-items:center;vertical-align:top;height:80px;position:relative;overflow:hidden;transition:all .3s ease-in-out}.city-hover__body{display:flex;gap:8px}.city-hover__text{font-size:18px;line-height:1.1;color:var(--text-grey);font-weight:500;opacity:1;transition:all .3s ease-in-out}@media (max-width: 767.98px){.city-hover__text{line-height:normal}}.h3{opacity:1;transition:all .3s ease-in-out}.loop-content{pointer-events:none;position:absolute;background-color:var(--bg-grey);height:80px;width:100%;padding:0;opacity:0;transform:translateY(-100%);transition:opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s}.city-hover__content:hover .h3 .city-hover__text{opacity:0;pointer-events:all}.city-hover__content:hover .loop-content{transform:translateY(0%);opacity:1}.loop-content__ruhn{display:flex;gap:40px;width:100%;animation:loop-content-ruhn 10s linear infinite}.loop-content__item{display:flex;gap:40px;align-items:center}.icon{width:150px;height:80px;overflow:hidden}.h3-loop{color:var(--text-white);white-space:nowrap}@keyframes loop-content-ruhn{0%{transform:translateX(0%)}100%{transform:translateX(-49%)}}@media (max-width: 1099.98px){.other-places{padding-top:56px;padding-bottom:104px}}@media (max-width: 767.98px){.other-places{padding-top:40px;padding-bottom:80px}}.header-404{padding:20px 0 44px}@media (max-width: 1099.98px){.header-404{padding:16px 32px 22px 16px}}@media (max-width: 767.98px){.header-404{padding:16px 16px 28px}}.loop__wrapper--404{border-bottom:none;padding-bottom:11px}.hero-404{padding-bottom:96px}.hero-404__content{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 767.98px){.hero-404__content{gap:64px}}.hero-404__icon{width:700px;height:400px}@media (max-width: 1099.98px){.hero-404__icon{width:620px;height:354px}}@media (max-width: 767.98px){.hero-404__icon{width:343px;height:235px}}.hero-404__btn{max-width:226px;width:100%}@media (max-width: 1099.98px){.hero-404__btn{max-width:192px;padding-top:6px}}.footer-404{margin-top:auto}._modal{position:fixed;width:100%;height:100%;bottom:0;left:0;z-index:15;opacity:0;visibility:hidden;transition:all .3s;pointer-events:none;display:flex;flex-direction:column;gap:16px;padding:16px;overflow:auto}._modal::before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(6,6,6,0.8)}._modal._active{opacity:1;visibility:visible;pointer-events:all}._modal._modal--geoposition{display:flex;align-items:center;justify-content:center}.modal-geoposition__body{position:relative;max-width:400px;width:100%;min-height:248px;border:1px solid var(--bg-white--20, rgba(240,240,240,0.2));border-radius:16px;padding:24px;background:var(--bg-grey);color:var(--text-white)}.modal-geoposition__content{max-width:310px}._modal._modal--geoposition{background-color:transparent}._modal._modal--geoposition::before{background-color:rgba(6,6,6,0.8)}.modal-geoposition__close.modal-close{display:block;position:absolute;width:24px;height:24px;right:16px;top:16px;padding:0;transition:opacity .3s ease-in-out}.modal-geoposition__close.modal-close::after{content:none}.modal-geoposition__close:hover{opacity:.5}.modal-geoposition__close path{fill:var(--text-white)}.modal-geoposition__title{font-family:var(--second-family);font-weight:600;font-size:28px;line-height:1.1;margin-bottom:16px;letter-spacing:-0.02em}.modal-geoposition__text{line-height:1.2;margin-bottom:32px;letter-spacing:-0.02em}.actions-modal-geoposition{display:flex;gap:16px}.actions-modal-geoposition__button{position:relative;font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-white)}.actions-modal-geoposition__button::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--bg-white);transition:opacity .3s ease-in-out}.actions-modal-geoposition__button:hover::before{opacity:0}@media (max-width: 1099.98px){.modal-geoposition__body{max-width:330px;min-height:189px;padding:16px}.modal-geoposition__content{max-width:270px}.modal-geoposition__title{font-size:24px;line-height:normal;margin-bottom:8px}.modal-geoposition__text{font-size:16px;margin-bottom:24px}.actions-modal-geoposition__button{font-size:14px;line-height:1.4}}@media (min-width: 768px){._modal{display:grid;grid-template-rows:1fr auto;align-items:end;justify-content:end;gap:8px}}@media (max-width: 767.98px){._modal{gap:16px;background-color:var(--bg-white);padding:16px 8px}._modal--menus{padding:0;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}._modal--menus::-webkit-scrollbar{display:none}._modal--cards{padding:0}._modal::before{pointer-events:none;z-index:-1;content:"";position:fixed;width:100%;height:100%;top:0;left:0;background-color:var(--bg-white)}}.modal-body__btn{position:relative;padding:12px 16px;gap:8px}.mod-body-btn{display:flex;gap:8px;align-items:center;font-weight:500;font-size:12px;line-height:1.3;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-grey);padding:12px 16px}.modal-body__btn::after{content:"";display:block;width:14px;height:14px;background:url(/../img/svg/close-btn.svg) no-repeat}.modal-body__box-btn{position:relative}@media (max-width: 767.98px){.modal-body__box-btn{width:100%;display:flex;justify-content:end}}@media (max-width: 767.98px){.modal-cards-body__box-btn{display:none}}.modal-close{position:relative;display:flex;gap:8px;padding:12px 16px;line-height:1.5}@media (max-width: 767.98px){.modal-close .modal-close__mob-none{display:none}.modal-close--filter{justify-content:end;align-items:end;padding:12px 10px}}.modal-close::after{content:"";display:block;width:16px;height:16px;background:url(/../img/svg/close-btn.svg) no-repeat;object-fit:contain;transition:opacity .3s}.modal-close span{transition:opacity .3s}.modal-close:hover span,.modal-close:hover::after{opacity:.5}.modal-cards-close{display:none}@media (max-width: 767.98px){.modal-cards-close{display:flex}.modal-abs-btn img{width:40px;height:40px;transform:translateY(0px);position:absolute;top:24px;right:10px}}.modal-wrapper{position:relative;max-width:600px;width:100%;height:80vh;display:flex;flex-direction:column;gap:24px;border-radius:16px;background-color:var(--bg-white);padding:24px}.modal-wrapper__cont{overflow:auto;height:460px;padding:16px;border-radius:16px;background-color:rgba(15,14,11,0.05)}.modal-wrapper__cont--list{display:grid;gap:8px;padding:0;background-color:transparent}.modal-wrapper__cont--filter{flex:1 1 auto}@media (max-width: 1099.98px){.modal-wrapper{height:650px}.modal-wrapper__cont{height:410px}}@media (max-width: 767.98px){.modal-wrapper{flex:1 1 auto;max-width:none;border-radius:0;padding:0;gap:32px}.modal-wrapper__cont{height:auto;flex:1 1 auto}}.modal-offer{position:relative;display:flex;flex-direction:column;gap:16px}.modal-cards-offer{padding:24px}.careers .modal-offer{gap:8px}.careers .modal-offer__box{margin-bottom:8px}.modal-offer__top{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width: 1099.98px){.modal-cards-offer{padding:16px}}@media (max-width: 767.98px){.modal-cards-offer{flex-direction:column-reverse}.modal-offer__top{padding-right:10px}}.modal-offer__all{font-size:16px;font-weight:500;line-height:1.15;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);border-bottom:1px solid var(--bg-grey);transition:all .3s ease-in-out}@media (max-width: 767.98px){.modal-offer__all{line-height:1.3;font-size:12px}}.modal-offer__all:hover{border-bottom:1px solid transparent}.modal-offer__box{display:flex;gap:8px;align-items:center}.modal-offer__el{align-self:start;font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:40px;height:24px;border:1px solid var(--bg-grey);padding:5px 7px 3px;transition:opacity .3s ease-in-out}.modal-offer__el:hover{opacity:.5}@media (max-width: 767.98px){.modal-offer__el{margin-bottom:16px}.modal-h5{font-size:28px}}.modal-offer__title-box{display:flex;flex-direction:column;gap:8px}.modal-wrapper__inner{border-radius:16px;display:flex;flex-direction:column;gap:16px}.modal-wrapper__subtitle{font-size:18px;line-height:1.1;color:var(--text-brown--50);margin-bottom:16px}@media (max-width: 767.98px){.modal-wrapper__subtitle{font-size:16px;line-height:normal;margin-bottom:16px}}.modal-wrapper__text{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.modal-wrapper__text p{letter-spacing:-0.02em;line-height:1.1}@media (max-width: 767.98px){.modal-wrapper__text p{font-size:16px;line-height:normal}}.modal-wrapper__date{display:flex;align-items:center;gap:8px}.modal-wrapper__date-box{display:flex;align-items:center;gap:4px}.modal-wrapper__date-box:nth-child(2){padding-left:8px;border-left:1px solid var(--bg-brown--50)}.modal-wrapper__tex,.modal-wrapper__num{font-size:14px;font-style:normal;font-weight:500;line-height:1.15;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey)}.modal-wrapper__num{color:var(--text-brown--50)}.modal-wrapper__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.modal-wrapper__btn{max-width:116px;width:100%}@media (min-width: 1100px){.modal-wrapper__btn{height:48px}}@media (max-width: 1099.98px){.modal-wrapper__btn{max-width:96px}}@media (max-width: 767.98px){.modal-wrapper__btn{max-width:92px}}.mod-wrap-filtr-btn{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);display:flex;justify-content:center;align-items:center;text-align:center;gap:4px;width:100%;border:1px solid var(--bg-grey);border-radius:48px;padding:12px 16px;transition:all .3s ease-in-out}@media (max-width: 767.98px){.mod-wrap-filtr-btn{font-size:12px;line-height:1.3}}.mod-wrap-filtr-btn:hover{border:1px solid transparent;color:var(--text-white);background-color:var(--bg-grey)}.cars-window-list{overflow:auto;display:flex;flex-direction:column;gap:8px;height:460px}@media (max-width: 1099.98px){.cars-window-list{overflow:auto;display:flex;flex-direction:column;gap:8px;height:410px}}@media (max-width: 767.98px){.cars-window-list{max-height:700px}}.cars-window-list__item{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:16px;background-color:var(--bg-brown--1005)}.cars-window-list__subtitle{font-size:18px;color:var(--text-brown--50);line-height:1.1}@media (max-width: 1099.98px){.cars-window-list__subtitle{font-size:16px}}@media (max-width: 767.98px){.cars-window-list__subtitle{line-height:normal}}.cars-window-list__descript{line-height:1.1;letter-spacing:-0.02em}@media (max-width: 767.98px){.cars-window-list__descript{line-height:normal}}@media (max-width: 1099.98px){.cars-window-list__descript{font-size:16px}}.filt-list{display:flex;gap:8px;flex-wrap:wrap;align-items:center}@media (max-width: 767.98px){.filt-list{gap:4px}}.filt-list__btn{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-brown--50);display:flex;justify-content:center;align-items:center;text-align:center;height:32px;border-radius:40px;border:1px solid #81807f;padding:6px 16px 6px;transition:all .3s ease-in-out}.filt-list__btn._active-filt-list{color:var(--text-white);background-color:var(--bg-brown--50)}@media (max-width: 767.98px){.filt-list__btn{font-size:14px;line-height:1.3;padding:6px 16px 3px}}@media (any-hover: hover){.filt-list__btn:hover{color:var(--text-white);background-color:var(--bg-brown--50)}.filt-list__btn._active-filt-list:hover{color:var(--text-white);background-color:var(--bg-brown--50)}}.cars-window-list__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.list-social{display:flex;gap:8px}.list-social__item:nth-child(2){border-left:1px solid var(--bg-grey);padding-left:8px}.list-social__link{position:relative;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);transition:opacity .3s ease-in-out}@media (max-width: 1099.98px){.list-social__link{font-size:14px;line-height:1.4}}@media (max-width: 767.98px){.list-social__link{font-size:12px;line-height:1.3}}.list-social__link:hover{opacity:0.5}.cars-wind__btn{max-width:223px;width:100%}@media (max-width: 767.98px){.cars-wind__btn{max-width:170px}}.window-prev{background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;overflow:auto;display:flex;flex-direction:column;justify-content:space-between;padding:0}.window-prev::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(15,14,11,0.5)}@media (max-width: 1099.98px){.window-prev{max-width:500px}}@media (max-width: 767.98px){.window-prev{max-width:none}}.window-prev__top{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 767.98px){.window-prev__top{flex-direction:column-reverse;gap:24px}}.window-prev__box-title{display:flex;flex-direction:column;gap:16px}@media (max-width: 767.98px){.window-prev__box-title{gap:10px}}.window-prev__title{color:var(--text-white)}.window-prev__address{display:flex;gap:8px}.window-prev__lin,.window-prev__address span{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-white);transition:all .3s ease-in-out}.window-prev__lin:hover{opacity:0.5;cursor:pointer}.window-prev__address span{border-left:1px solid var(--bg-white);padding-left:4px}.window-prev__bottom{display:flex;flex-direction:column;gap:24px;backdrop-filter:blur(10px);padding:60px 24px 24px}@media (max-width: 1099.98px){.window-prev__bottom{padding:44px 16px 16px}}@media (max-width: 767.98px){.window-prev__bottom{padding:16px;gap:16px}}.win-prev-list{display:flex;gap:16px}@media (max-width: 767.98px){.win-prev-list{flex-wrap:wrap;gap:8px}}.win-prev-list__item{display:flex;align-items:center;gap:6px}.win-prev-list__item:nth-child(1){padding-right:16px;border-right:1px solid var(--bg-white)}@media (max-width: 767.98px){.win-prev-list__item:nth-child(1){padding-right:0;border-right:none}}.win-prev-list__item p,.win-prev-list__item span{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-white)}.win-prev-list__item span{color:var(--text-white--50)}@media (max-width: 767.98px){.win-prev-list__item span{color:var(--text-white)}}.window-prev__descrip p{color:var(--bg-white);letter-spacing:-0.02em;text-overflow:ellipsis;overflow:hidden;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;line-clamp:9;box-orient:vertical;line-height:1.1}@media (max-width: 1099.98px){.window-prev__descrip p{font-size:16px}}@media (max-width: 767.98px){.window-prev__descrip p{-webkit-line-clamp:13;line-clamp:13;line-height:normal}}.window-prev__box-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.box-arrows{display:flex}.box-arrows__link{display:flex}.window-prev__button{max-width:160px}#copy-link{position:relative;display:inline-block}#copy-link>div{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:7px 8px;font-size:14px;font-weight:500;line-height:16.8px;border-radius:8px;background:var(--bg-white);box-shadow:0px 10px 20px 0px #CCC;min-height:100%;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;pointer-events:none;text-transform:capitalize}#copy-link.show-tooltip>div{opacity:1;visibility:visible}.header-catalog{padding:20px 0 5px}.abuot-the-hero{padding-bottom:179px}.project__body{position:relative}.project__wrapper{display:flex;flex-direction:column;margin-bottom:77px}.project__wrapper--about-the{margin-bottom:119px}.project-content{position:relative;display:grid;gap:8px}.project-content__item{min-height:737px;display:flex;justify-content:space-between;gap:24px;background-color:var(--bg-grey);color:var(--text-white);border-radius:24px;transition:all .3s}.light .project-content__item{background-color:var(--bg-white);color:var(--text-grey)}.project-content__descr{padding:40px;display:flex;flex-direction:column;justify-content:space-between}.project-content__slogan{font-size:24px;font-weight:600;letter-spacing:-0.02em;max-width:448px;width:100%}.project-content__image{flex:0 1 704px;position:relative;padding-top:52.34375%}.project-content__picture{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:24px}.project-remote__list{position:absolute;top:0;right:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-brown--20);padding:2px;gap:4px;width:60px;border-radius:12px;z-index:2}.project-remote__list--about-the{top:30%}.project-remote__item{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;position:relative}.project-remote__item:hover .project-remote__picture,.project-remote__item._project-active .project-remote__picture{transform:scale(1);border-radius:8px;transition:transform .2s ease 0s, border-radius .1s ease .1s}.project-remote__item::before{position:absolute;content:'';width:6px;height:6px;background-color:var(--bg-elipse);border-radius:50%}.project-remote__image{position:relative;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.project-remote__picture{width:100%;height:100%;object-fit:cover;border-radius:50%;transform:scale(0);transition:transform .2s ease .1s, border-radius .1s ease 0s}@media (max-width: 1099.98px){.project-content__descr{padding:32px}.project-content__slogan{font-size:20px}.project-content__item{min-height:519px;border-radius:16px}.project-content__image{flex:0 1 496px}.project-content__picture{border-radius:16px}}@media (max-width: 991.98px){.project-content__descr{flex:0 1 348px;padding:24px 0 24px 24px}.project-content__h3{font-size:36px;line-height:normal}.project-content__item{min-height:397px;margin:0 -12px}.project-content__image{flex:0 1 380px}}@media (max-width: 767.98px){.project-content__h3{font-size:28px}.project-content__slogan{font-size:18px}.project-remote__list{display:none}.project-content__item{min-height:750px;flex-direction:column-reverse;margin:0 -16px;gap:0}.project-content__descr{flex:auto;padding:24px}.project-content__image{flex:0 1 392px}}.help{padding-top:92px}.help-list{display:flex;align-items:flex-start;gap:8px}.help-list__item{overflow:hidden;cursor:pointer;flex:0 1 338px;min-height:320px;border-radius:24px;background-color:var(--bg-brown--1005);padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:flex .4s ease-in-out 0s, background-color .4s ease-in-out 0s}.help-list__item:hover{flex:0 0 498px;background-color:var(--bg-brown--20)}.help-list__item:hover .help-list__button{display:none}.help-list__item:hover .help-list__body{min-width:450px}.help-list__item .help-list__text,.help-list__item .help-list__btn{display:none}.help-list__item:hover .help-list__text,.help-list__item:hover .help-list__btn{display:flex}.help-list__h5{max-width:210px;width:100%;margin-bottom:24px}.help-list__button{align-self:flex-end;display:inline-flex;background-color:var(--bg-grey);border-radius:48px;padding:10px}.help-list__button::before{content:"";display:block;width:20px;height:20px;background:url(/../img/svg/icon-plus-black.svg) no-repeat center center/contain}.help-list__btn{max-width:198px;min-height:40px;font-size:14px;letter-spacing:0.04em}.help-list__btn .btn__icon{background:var(--bg-grey)}@media (max-width: 1099.98px){.help{padding-top:72px}.help-list__item{min-height:240px}.help-list__item:hover{flex:0 0 343px}.help-list__item:hover .help-list__body{min-width:295px}.help-list__h5{margin-bottom:16px}.help-list__text{font-size:16px}.help-list__btn{max-width:180px;min-height:40px;font-size:12px;letter-spacing:0.04em}}@media (max-width: 991.98px){.help-list{display:grid}.help-list__item:hover .help-list__body{min-width:auto}}@media (max-width: 767.98px){.help{padding-top:40px}}.faq{padding-bottom:120px}.faq__wrapper{display:flex;flex-direction:column;gap:8px}.faq__top{padding:32px 48px;border-radius:24px;background-color:var(--bg-brown--1005);display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.faq__item{flex:0 1 560px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.faq__box{max-width:360px;width:100%;display:flex;flex-direction:column;gap:8px}.faq__button-find{flex:0 0 auto}.faq__button-find .btn-find img{transform:translateY(-1px)}.faq-list{width:100%}.faq-list__link{position:relative;min-height:72px;padding:24px 40px;border-bottom:1px solid var(--bg-grey);transition:all .3s ease-in-out}.faq-list__link span{position:absolute;font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;top:32px;left:8px;transition:all .3s ease-in-out}.faq-list__block{display:flex;justify-content:space-between;align-items:center;gap:24px}.faq-list__title{letter-spacing:-0.02em;transition:all .3s ease-in-out}.faq-list__icon{display:flex;justify-items:center;align-items:center;position:relative;padding:10px;border-radius:48px;background-color:var(--bg-grey);transition:background-color .3s ease-in-out, transform .3s ease-in-out}@media (any-hover: hover){.faq-list__link:hover .faq-list__icon{background-color:var(--bg-brown-900)}}.faq-list__icon path{fill:#fcf6e6;transition:fill .3s ease-in-out}@media (any-hover: hover){.faq-list__link:hover .faq-list__icon path{fill:#2b2b2b}}@media (any-hover: hover){.faq-list__link:hover .faq-list__icon path{fill:#2b2b2b}}._spoller-active .faq-list__icon{transform:rotate(135deg)}.faq-list__content{padding:16px 40px 24px}.faq-text{line-height:1.1}.faq-list__text{max-width:550px;letter-spacing:-0.02em;line-height:1.1}@media (any-hover: hover){.faq-list__link:hover{background-color:var(--bg-grey)}.faq-list__link:hover span,.faq-list__link:hover .faq-list__title{color:var(--text-white)}.faq-list__link:hover .faq-list__icon{background-color:var(--bg-brown--900)}}@media (max-width: 1099.98px){.faq{padding-bottom:104px}.faq__item{flex:0 1 447px}.faq__top{padding:32px}.faq-list__link{padding:16px 0 16px 24px}.faq-list__link span{top:24px;left:0}.faq-list__content{padding:16px 24px}}@media (max-width: 991.98px){.faq__item{flex:1 1 auto;flex-direction:column}}@media (max-width: 767.98px){.faq{padding-bottom:80px}.faq__top{flex-direction:column;padding:24px;gap:32px}.faq__item{gap:24px}.faq-list__block{gap:12px}.faq-list__icon{padding:8px}.faq-list__icon svg{width:16px;height:16px}.faq-list__content{padding:16px 24px;border-bottom:1px solid var(--bg-grey)}.faq-list__link{padding:16px 0 16px 24px}.faq-list__link span{top:16px}.faq-list__text,.faq-text{font-size:16px;line-height:normal}}.header-careers{padding:18px 0 22px 0}.careers-page{padding:49px 0 79px}@media (max-width: 1099.98px){.careers-page{padding:32px 0 100px}}@media (max-width: 767.98px){.careers-page{padding:24px 0 80px}}.careers-page__top{position:relative;display:flex;flex-direction:column;padding-bottom:48px;margin-bottom:56px}.careers-page__top::before{content:"";position:absolute;height:1px;bottom:0;left:0;background-color:var(--bg-grey)}@media (max-width: 1099.98px){.careers-page__top{margin-bottom:40px}}@media (max-width: 767.98px){.careers-page__top{padding-bottom:32px;margin-bottom:16px}}.careers-page__block{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.careers-page__slogan{font-size:24px;font-weight:600;letter-spacing:-0.02em;color:var(--text-grey);max-width:400px;width:100%}@media (max-width: 1099.98px){.careers-page__slogan{font-size:20px}}@media (max-width: 767.98px){.careers-page__slogan{font-size:18px;line-height:1.1;max-width:100%}}.careers-page__num{font-size:80px;color:var(--text-grey);font-weight:600;line-height:.9;letter-spacing:-0.02em}@media (max-width: 1099.98px){.careers-page__num{font-size:72px}}@media (max-width: 767.98px){.careers-page__num{font-size:48px;line-height:.8}}.careers-page__content{display:grid;gap:40px;grid-template-columns:268px 1fr;position:relative}@media (max-width: 1199.98px){.careers-page__content{gap:24px;grid-template-columns:176px 1fr}}@media (max-width: 991.98px){.careers-page__content{grid-template-columns:136px 1fr}}@media (max-width: 767.98px){.careers-page__content{display:flex;flex-direction:column;gap:40px}}.careers-page__content .careers-stiky ul{position:sticky;top:56px}@media (max-width: 767.98px){.careers-page__content .careers-stiky ul{position:static}}@media (max-width: 767.98px){.careers-filter__list{display:flex;flex-wrap:nowrap;gap:16px;scrollbar-width:none;overflow:auto;padding:0 16px;margin:0 -16px}.careers-filter__list::-webkit-scrollbar{display:none}}.careers-filter__item:not(:last-child){margin-bottom:8px}@media (max-width: 767.98px){.careers-filter__item:not(:last-child){margin-bottom:0}}.careers-filter__link{display:inline-flex;gap:4px;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-0.02em;color:var(--text-grey);text-wrap:nowrap;transition:all .3s ease-in-out}.careers-filter__link:hover{opacity:0.5}@media (max-width: 767.98px){.careers-filter__link{font-size:18px;line-height:1.1}}.careers-filter__link span{font-feature-settings:'sups' on;transition:all .3s ease-in-out}@media (max-width: 767.98px){.careers-filter__link span{line-height:1.2}}.careers-filter__link.active{color:var(--text-brown--50)}.careers-page__list{display:grid;gap:16px}@media (max-width: 1099.98px){.careers-page__list{gap:8px}}@media (min-width: 992px){.careers-page__list{grid-template-columns:repeat(2, 1fr)}}.careers-list__item{max-width:none}@media (max-width: 1099.98px){.careers-page__item{max-width:none;width:100%}}@media (max-width: 1099.98px){.careers-page__item{padding:16px;min-height:auto}}@media (max-width: 767.98px){.careers-page__item{max-width:100%}}.careers-list__slogan{color:var(--text-brown--50);letter-spacing:-0.02em}@media (max-width: 1099.98px){.careers-list__slogan{font-size:16px}}.careers-page__vacans span{padding:4px 5px 3px 8px}.careers-list__title{display:flex;flex-direction:column;gap:0}.h5__careers{margin-bottom:6px}@media (max-width: 767.98px){.h5__careers{font-size:20px}}.btn-view--carer::before{width:78%}@media (max-width: 767.98px){.footer__content{gap:8px}}.footer__text{letter-spacing:-0.02em}@media (max-width: 1099.98px){.footer__text{font-size:16px}}.news{padding-top:56px;padding-bottom:135px}.news-blog{padding-top:40px;padding-bottom:120px}@media (max-width: 1099.98px){.news{padding-top:32px;padding-bottom:120px}.news-blog{padding-top:32px;padding-bottom:104px}}@media (max-width: 767.98px){.news{padding-top:24px;padding-bottom:96px}.news-blog{padding-top:24px;padding-bottom:80px}}.news__wrapper{gap:54px}.news-blog__title{line-height:normal}@media (max-width: 1099.98px){.news__wrapper{gap:40px}.news-block{gap:16px}}@media (max-width: 767.98px){.news__wrapper{gap:32px}}.news__slogan{max-width:560px;width:100%}@media (max-width: 767.98px){.news__slogan{padding-right:24px}}.news__top{padding-bottom:48px;margin-bottom:16px}@media (max-width: 767.98px){.news__top{padding-bottom:32px;margin-bottom:24px}}.news-filter__content{display:flex;gap:16px}.news-filter__categories{display:flex;justify-content:space-between;width:100%;margin-bottom:56px}@media (max-width: 1099.98px){.news-filter__categories{margin-bottom:40px}}@media (max-width: 767.98px){.news-filter__categories{flex-direction:column;gap:16px;margin-bottom:32px}}.news-filter__subtitle{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.news-filter__list{max-width:760px;display:flex;justify-content:right;gap:8px;flex-wrap:wrap}@media (max-width: 1099.98px){.news-filter__list{max-width:570px}}@media (max-width: 767.98px){.news-filter__list{justify-content:stretch;max-width:none;scrollbar-width:none;overflow:auto;padding:0 16px;margin:0 -16px;flex-wrap:nowrap}.careers-filter__list::-webkit-scrollbar{display:none}}.news-filter__link{display:flex;align-items:flex-start;gap:4px;font-size:24px;line-height:1.2;letter-spacing:-0.02em;color:var(--text-grey);text-wrap:nowrap;transition:all .3s ease-in-out}@media (max-width: 1099.98px){.news-filter__link{font-size:20px}}@media (max-width: 767.98px){.news-filter__link{font-size:18px}}.news-filter__link:hover{opacity:0.5}.news-filter__link span{font-feature-settings:'sups' on}.news-filter__link.active{color:var(--text-brown--50)}.news-filter__link.active:hover{opacity:1}.news-list{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:16px;row-gap:64px}@media (max-width: 1099.98px){.news-list{column-gap:8px;row-gap:40px}}@media (max-width: 767.98px){.news-list{grid-template-columns:repeat(1, 1fr)}}.news-list__item{position:relative}.news-list__absolute{z-index:1;position:absolute;font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-white);display:flex;justify-content:center;align-items:center;text-align:center;height:32px;padding:6px 8px 4px;border-radius:40px;border:1px solid var(--bg-brown--900);top:24px;left:24px;transition:opacity .3s ease-in-out}.news-list__absolute:hover{opacity:.7}@media (max-width: 1099.98px){.news-list__absolute{top:20px;left:24px}}@media (max-width: 767.98px){.news-list__absolute{top:10px;left:10px}}.news-list__icon{display:block;position:relative;padding-top:58.823529%;border-radius:16px;overflow:hidden;margin-bottom:16px}@media (max-width: 1099.98px){.news-list__icon{margin-bottom:8px}}.news-list__icon img{cursor:pointer;position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:16px;transition:scale .3s ease-in-out}.news-list__icon:hover img{scale:1.1}.news-list__description{display:flex;flex-direction:column;gap:18px}@media (max-width: 1099.98px){.news-list__description{padding-right:32px;gap:16px}}@media (max-width: 767.98px){.news-list__description{padding-right:16px;gap:16px}}.news-list__top{display:flex;gap:8px;align-items:center}@media (max-width: 767.98px){.news-list__top{flex-wrap:wrap}}.news-list__top span{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.news-list__h6{display:inline-flex;position:relative;font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.news-list__h6::before{position:absolute;content:'';width:1px;height:16px;background-color:var(--bg-grey);top:-1px;right:-4px}.news-list__link{transition:opacity .3s ease-in-out;font-weight:500}.news-list__link:hover{opacity:0.5}.news-list__bottom{display:flex;flex-direction:column;gap:8px}@media (max-width: 767.98px){.news-list__bottom{gap:4px}}.news-list__slogan{max-width:560px;width:100%;letter-spacing:-0.02em;line-height:1.1}.news-blog__top{flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:48px;margin-bottom:16px;gap:24px}@media (max-width: 1099.98px){.news-blog__top{align-items:flex-start}.news-list__slogan{max-width:100%;font-size:16px}}@media (max-width: 991.98px){.news-blog__top{padding-bottom:40px}}@media (max-width: 767.98px){.news-blog__top{padding-bottom:24px;flex-direction:column;gap:24px}.news-list__slogan{line-height:normal}}.news-blog__btn{max-width:180px;width:100%}@media (max-width: 1099.98px){.news-blog__btn{max-width:160px}.news-blog__btn img{width:10px;height:9px}}.news-blog__btn img,.news-blog__btn-trans img{transform:rotateY(180deg) translateY(-1px)}.news-blog__btn::before{display:none}.blog{padding-bottom:120px;width:100%}@media (max-width: 1099.98px){.blog{padding-bottom:100px}}@media (max-width: 767.98px){.blog{padding-bottom:80px}}.blog__top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:16px}.blog__body{flex:0 1 600px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1099.98px){.blog__body{display:none}}@media (max-width: 767.98px){.blog__top{flex-wrap:wrap;gap:8px 40px}}.news-blog__block{margin-bottom:0}@media (max-width: 1099.98px){.news-blog__block{max-width:70%}}@media (max-width: 767.98px){.news-blog__block{max-width:100%}}.blog__name-link,.blog__date,.blog__brend{font-size:14px;font-style:normal;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey)}.blog__name-link{transition:opacity .3s ease-in-out}.blog__name-link:hover{opacity:.5}.blog__brend span{border-radius:48px;padding:6px 8px 4px;display:flex;justify-content:center;align-items:center;text-align:center;border:1px solid var(--bg-grey);transition:opacity 0.3s ease-in-out}.blog__brend span:hover{opacity:.5}.blog__icon{position:relative;padding-top:43.103448%}.blog__picture{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:24px;background-position:center center;background-attachment:fixed;background-size:cover}.blog-content{display:flex;justify-content:space-between;padding-top:40px}@media (max-width: 1099.98px){.blog-content{padding-top:16px;flex-direction:column;gap:32px}}.blog-list__item{display:flex;align-items:start;gap:16px}.blog-list__shar{padding-top:4px;letter-spacing:-0.02em;opacity:0.5}.list-social__item--blog:nth-child(2){border-left:none;padding-left:0}.blog-content__descript{display:flex;flex-direction:column;gap:8px;max-width:600px;width:100%;padding-right:40px}@media (max-width: 1099.98px){.blog-content__descript{max-width:95%;padding-right:0}}@media (max-width: 767.98px){.blog-content__descript{max-width:100%}}.blog-content__descript p{letter-spacing:-0.02em;line-height:1.1}@media (max-width: 767.98px){.blog-content__descript p{font-size:16px;line-height:normal}}.blog-more{display:flex;flex-direction:column;gap:16px}.blog-more__item{display:flex;justify-content:space-between;align-items:center;padding:24px;border-radius:16px;background-color:var(--bg-brown--1005)}@media (max-width: 1099.98px){.blog-more__item{flex-wrap:wrap;padding:16px;gap:16px}}.blog-more__btn{max-width:280px;width:100%}@media (max-width: 1099.98px){.blog-more__btn{max-width:236px}.blog-more__btn img{width:10px;height:9px}}.news-ad{position:fixed;bottom:32px;right:32px;padding:32px 30px 19px;border-radius:16px;width:281px;min-height:375px;z-index:50;background-position:center center;background-size:contain;background-repeat:no-repeat;transition:background .3s ease 0s, bottom .3s ease-in-out 0s, transform .3s ease-in-out 0s}._news-ad-hidden,._news-ad-visible{bottom:0;transform:translateY(110%)}@media (max-width: 1099.98px){.news-ad{width:200px;min-height:268px;bottom:7px;right:7px;border-radius:11px;padding:23px 21px 13px}}@media (max-width: 767.98px){.news-ad{width:200px;height:268px;border-radius:5px;padding:24px 16px 16px}}.ad-btn-close{display:flex;position:absolute;top:17px;right:17px;cursor:pointer}.ad-btn-close path{color:#2B2B2B;transition:opacity .3s}.ad-btn-close:hover path{opacity:.7}@media (max-width: 1099.98px){.ad-btn-close{top:12px;right:12px;width:11px;height:11px}}.news-ad__content{display:flex;flex-direction:column;text-align:center;justify-content:space-between;height:323px}@media (max-width: 1099.98px){.news-ad__content{height:230px}}.news-ad__top{display:flex;flex-direction:column;text-align:center;align-items:center;gap:8px}@media (max-width: 1099.98px){.news-ad__top{gap:4px}}.news-ad__title{text-transform:uppercase;line-height:1.1}@media (max-width: 1099.98px){.news-ad__title{font-size:18px;letter-spacing:-0.02em}}.news-ad__subtitle{font-size:12px;line-height:1.3;text-transform:uppercase;max-width:186px;color:var(--text-brown--50);text-align:center}@media (max-width: 1099.98px){.news-ad__subtitle{font-size:10px}}.news-ad__bottom{display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center;text-align:center;margin-top:auto}@media (max-width: 1099.98px){.news-ad__bottom{gap:0}}.news-ad-list{display:flex;gap:16px;width:100%;justify-content:center}@media (max-width: 1099.98px){.news-ad-list{gap:8px}}.news-ad-list__item{position:relative}.news-ad-list__item:not(:first-child)::before{position:absolute;content:'/';top:2px;left:-10px}@media (max-width: 1099.98px){.news-ad-list__item:not(:first-child)::before{left:-6px}}.news-ad-list__text{font-size:16px;font-weight:600;line-height:1.35;letter-spacing:-0.02em;color:var(--text-grey)}@media (max-width: 1099.98px){.news-ad-list__text{font-size:12px}}.news-ad__price span{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}@media (max-width: 1099.98px){.news-ad__price span{font-size:10px;line-height:normal}}.header-venue{padding:22px 0 54px}.header-venue .header__description{padding-top:10px}.venue-hero{position:relative;overflow:hidden}.venue-hero__h2{margin-bottom:40px}.venue-hero__body{max-width:800px;width:100%}.slider-venue-hero{overflow:visible;cursor:pointer}.slider-venue-hero__wrapper{margin-bottom:40px}.slider-venue-hero__image{width:100%;height:100%;object-fit:cover}.slider-venue-hero__actions{display:flex;justify-content:space-between}.slider-venue-hero-prev,.slider-venue-hero-next,.slider-venue-hero-pagination{position:relative;width:auto;height:auto;top:auto;bottom:auto;left:auto;right:auto;margin:0;padding:0;color:var(--text-grey);font-size:56px;line-height:normal;letter-spacing:-0.02em;text-transform:uppercase;transition:color .4s}.slider-venue-hero-prev:hover,.slider-venue-hero-next:hover{color:var(--bg-brown--50)}.swiper-button-prev.swiper-button-disabled,.slider-venue-hero-pagination{opacity:1;color:var(--bg-brown--20)}.slider-venue-hero-next::after,.slider-venue-hero-prev::after{display:none}@media (max-width: 1099.98px){.venue-hero__h2{margin-bottom:32px}.venue-hero__body{max-width:780px}.slider-venue-hero__wrapper{margin-bottom:32px}.slider-venue-hero-prev,.slider-venue-hero-next,.slider-venue-hero-pagination{font-size:48px;line-height:.9}}@media (max-width: 991.99px){.venue-hero__body{max-width:640px}}@media (max-width: 767.98px){.venue-hero__h2{margin-bottom:24px}.slider-venue-hero__wrapper{margin-bottom:24px}.slider-venue-hero-prev,.slider-venue-hero-next,.slider-venue-hero-pagination{font-size:40px}}@media (min-width: 768px){.venue-hero{padding-top:24px}}.about-venue{padding-top:80px;padding-bottom:120px}@media (max-width: 1099.98px){.about-venue{padding-top:72px;padding-bottom:104px}}@media (max-width: 767.98px){.about-venue{padding-top:40px;padding-bottom:80px}}.chart-top-title{border-bottom:1px solid var(--bg-grey)}.chart-top-title__button{position:relative;display:flex;align-items:center}.chart-top-title__picture{transition:opacity .3s ease-in-out}.chart-top-title__button:hover .chart-top-title__picture{opacity:.5}.chart-top-title__hover{opacity:0;pointer-events:none;position:absolute;right:-24px;top:-4px;transform:translateY(-100%);pointer-events:none;border-radius:8px;box-shadow:0 10px 20px 0 #ccc;background:var(--bg-white);padding:7px 8px;transition:opacity .3s ease-in-out}.chart-top-title__link{display:flex}.chart__content{display:flex;justify-content:space-between;gap:24px}.chart__map{height:590px;border-radius:24px}.chart__hours{flex:0 0 344px;display:flex;flex-direction:column;gap:24px;padding-top:4px}.chart__spollers{display:none}.spollers-chart__item{flex-direction:column-reverse;display:flex}.chart__hours-box{display:flex;justify-content:space-between;align-items:center}.hours-title{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}.chart-list{display:flex;flex-direction:column;width:100%}.chart-list__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid var(--bg-brown--50)}.chart-list__item:first-child{border-top:1px solid var(--bg-brown--20)}.chart-list__day{font-size:24px;font-weight:600;line-height:1.1;letter-spacing:-0.02em;color:var(--text-grey)}.chart-list__time{letter-spacing:-0.36px;line-height:1.1}@media (max-width: 1199.98px){.chart-top-title{padding-bottom:16px}.chart-top-title__button{gap:4px}.chart-top-title__item{width:20px;height:20px}.chart__map{height:470px}.chart__hours{flex:0 0 320px;gap:16px;margin-bottom:12px}.chart-list__day{font-size:18px}}@media (min-width: 992px){.chart__map{flex:1 1 100%}}@media (max-width: 991.98px){.chart__map{height:590px}.chart__content{flex-direction:column;gap:24px}.chart__spollers{display:block}.chart__button{display:inline-flex;width:100%;max-width:none;justify-content:center;align-items:center;text-align:center;gap:10px}.chart__button::after{flex:0 0 12px;content:"";display:block;width:12px;height:9px;background:url(/../img/svg/arrow-select-white.svg) no-repeat center center/contain;transform:translateY(-1px);transition:transform .4s}.chart__button._spoller-active::after{transform:rotate(-180deg) translateY(2px)}}@media (max-width: 767.98px){.chart-top-title{flex-direction:column;row-gap:24px;margin-bottom:16px}.chart-top-title__left{align-items:start;flex-direction:column;gap:4px}.chart-top-title__right{gap:8px}.chart-top-title__item{width:16px;height:16px}.chart-top-title__list{gap:8px}.chart__map{height:520px}.hours-box_close{opacity:.5}.chart-list__time,.chart-list__day{line-height:normal;font-size:16px}}.services{padding:120px 0}.awards{padding-top:120px}.services-awards__wrapper{display:flex;flex-direction:column;gap:80px}.services-awards__content{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));row-gap:40px;column-gap:24px}.services-awards__item{display:flex;flex-direction:column;gap:32px}.services-awards-list__item{padding:8px 0;border-bottom:1px solid var(--bg-brown--50)}.services-awards-list__item:first-child{padding-top:0px}.services-awards-list__text{letter-spacing:-0.36px;line-height:1.1}@media (max-width: 1099.98px){.services{padding:104px 0}.awards{padding-top:104px;padding-bottom:25px}.services-awards__wrapper{gap:64px}}@media (max-width: 991.98px){.awards{padding-bottom:0}.services-awards__wrapper{gap:40px}.services-awards__content{column-gap:16px}.services-awards__item{gap:24px}}@media (max-width: 767.98px){.services{padding:80px 0}.awards{padding-top:80px}.services-awards-list__item{border-bottom:1px solid var(--bg-brown--20)}.services-awards__content{row-gap:40px}.services-awards-list__text{line-height:normal;font-size:16px;letter-spacing:-0.32px}}@media (max-width: 479.98px){.services-awards__content{grid-template-columns:auto}}.menus__wrapper{background-color:var(--bg-grey);color:var(--text-white);animation-name:cards-width;animation-fill-mode:both;animation-timing-function:linear;view-timeline-name:--cards-width;animation-timeline:--cards-width;clip-path:inset(0% 0%);animation-range:5% 30%;transition:all .3s}.light .menus__wrapper{background-color:var(--bg-white);color:var(--text-grey)}.menus__body{display:flex;flex-direction:column;gap:48px;padding:88px 24px}.menus__top{display:flex;justify-content:space-between;gap:32px}.menus__form{padding-top:5px;width:246px}.menus-switch{border:1px solid var(--text-white);border-radius:8px;width:246px}.menus-on-of{color:var(--text-white)}.menus-slider:before{top:3px}.menus__content{display:flex;justify-content:space-between;align-items:end;gap:16px}.menus-list{display:none;flex:0 1 780px;flex-direction:column;gap:16px}._menus-drinks .menus-list_drinks{display:flex}._menus-food .menus-list_food{display:flex}._menus-drinks .menus-list_drinks{display:flex}.menus-list__item{position:relative;display:flex;gap:16px}.menus-list_drinks .menus-list__item{opacity:0;transition:opacity .4s}._watcher-view.menus-list_drinks .menus-list__item{opacity:1}.menus-list__button{display:flex;gap:4px;font-weight:500;font-size:40px;line-height:1.1;color:var(--text-white--50);transition:color .2s}.light .menus-list__button{color:var(--text-brown--50)}.menus-list__button:hover,._menus-list-active .menus-list__button{color:var(--text-white)}.light .menus-list__button:hover,.light ._menus-list-active .menus-list__button{color:var(--text-grey)}.menus-list__position{display:block;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menus-list__image{opacity:0;pointer-events:none;display:inline-flex;position:absolute;right:0;transform:scale(0) translateY(-25%);transition:opacity .2s ease 0s, transform .2s ease 0s}._menus-list-active .menus-list__image{opacity:1;pointer-events:all;transform:scale(1) translateY(-25%);z-index:1}.menus-list__picture{position:relative;width:239px;height:239px;border-radius:16px}.menus__link{flex:0 0 246px;display:flex;justify-content:end}.switch-menus{width:246px}.switch-menus__slider::before{width:124px}.switch-menus__block{color:var(--text-white);border-radius:12px;border:1px solid var(--bg-brown--900)}.light .switch-menus__block{color:var(--text-grey);border:1px solid var(--bg-brown--900)}._menus-drinks .switch-menus__on,._menus-food .switch-menus__off{color:var(--bg-brown--50)}input:checked+.switch-menus__slider:before{-webkit-transform:translateX(92%);-ms-transform:translateX(92%);transform:translateX(92%)}@media (any-hover: hover){.menus .switch._switch--off:hover .switch-text__off,.menus .switch._switch--on:hover .switch-text__on{color:var(--bg-brown--50)}._menus-drinks .switch._switch--off:hover .switch-text__on,._menus-food .switch._switch--on:hover .switch-text__off{color:var(--text-white)}.switch-menus._switch--off:hover .switch-menus__slider:before{-webkit-transform:translateX(92%);-ms-transform:translateX(92%);transform:translateX(92%)}}.light ._menus-drinks .switch._switch--off:hover .switch-text__on,.light ._menus-food .switch._switch--on:hover .switch-text__off{color:var(--text-grey)}@media (max-width: 1099.98px){.menus__body{padding:88px 0}.menus-list__button{font-size:36px}}@media (max-width: 991.98px){.switch-menus{width:214px;height:40px}.switch-menus__slider::before{width:108px;height:32px}.menus__link{flex:0 0 214px}.menus-list__picture{width:200px;height:200px}input:checked+.switch-menus__slider:before{-webkit-transform:translateX(91%);-ms-transform:translateX(91%);transform:translateX(91%)}}@media (max-width: 991.98px) and (any-hover: hover){.switch-menus._switch--off:hover .switch-menus__slider:before{-webkit-transform:translateX(91%);-ms-transform:translateX(91%);transform:translateX(91%)}}@media (max-width: 767.98px){.menus__body{gap:40px;padding:80px 0}.menus__top{flex-direction:column}.menus-list__button{font-size:28px}.menus__block{display:flex;align-items:center;justify-content:space-between}.menus__link{display:none}.switch-menus{width:203px}.switch-menus__slider::before{width:102px}.menus-list__picture{width:140px;height:140px}}@media (max-width: 479.98px){.menus-list__picture{width:100px;height:100px}.menus-list__position{max-width:170px}}.modal-menus__wrapper{position:relative;max-width:520px;max-height:620px;border-radius:24px;justify-content:space-between;padding:0}.modal-menus__top{position:relative}.modal-menus__bottom{display:flex;justify-content:end;position:relative;padding:24px;background:var(--bg-brown--50);border-radius:0 0 24px 24px;height:164px}.modal-menus__descrip{position:relative;z-index:1;line-height:1.3;letter-spacing:-0.02em;color:var(--text-white);-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;overflow-y:auto}.modal-menus__box-btn{position:absolute;width:auto;top:16px;right:16px}.modal-menus__btn{top:0;right:0}.offer-modal-menus{max-width:424px;padding:24px}.offer-modal-menus__value{display:flex;align-items:center;gap:8px}.offer-modal-menus__value:not(:last-child){margin-bottom:16px}.offer-modal-menus__weight-pack{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey);border-radius:40px;padding:4px 8px;background:var(--bg-white)}.offer-modal-menus__title{font-size:56px;line-height:normal;letter-spacing:-0.02em;color:var(--text-white)}.offer-modal-menus__bottom{display:flex;gap:2px;font-size:40px;line-height:1.1;color:var(--text-white)}@media (max-width: 1099.98px){.modal-menus__wrapper{max-width:510px;max-height:640px;border-radius:8px}.modal-menus__bottom{border-radius:0 0 8px 8px}.modal-menus__descrip{font-size:16px}.offer-modal-menus__title{font-size:48px;line-height:0.9}.offer-modal-menus__bottom{font-size:36px}.offer-modal-menus__value:not(:last-child){margin-bottom:24px}}@media (max-width: 767.98px){.modal-menus__wrapper{max-width:none;max-height:none;border-radius:0}._modal--menus .modal-wrapper{height:auto}.modal-menus__bottom{border-radius:0}.modal-menus__box-btn{top:16px;right:16px}.offer-modal-menus{padding:16px}.offer-modal-menus__title{font-size:40px}.offer-modal-menus__title:not(:last-child){margin-bottom:4px}.modal-menus__descrip{line-height:normal}.modal-menus__bottom{height:200px;padding:16px}}.insta{position:relative;overflow:hidden;padding:120px 0}.insta__wrapper{margin-bottom:95px}.insta__top{width:100%;text-align:center}.insta__social{margin-bottom:8px}.insta__link{font-size:14px;font-style:normal;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-grey);padding:4px 8px;border-radius:40px;border:1px solid var(--bg-grey);display:inline-flex;transition:color .4s ease 0s, background-color .4s ease 0s}.insta__link:hover{color:var(--text-white);background-color:var(--bg-grey)}.slider-insta{overflow:visible}.slider-insta__wrapper{transition-timing-function:linear}.slider-insta__slide{display:flex;gap:8px}.insta-list__image{border-radius:24px}@media (max-width: 1099.98px){.insta{padding:104px 0}.insta__wrapper{margin-bottom:81px}}@media (max-width: 767.98px){.insta{padding:80px 0}.insta__wrapper{margin-bottom:40px}}.header-help{padding-top:40px;padding-bottom:24px}@media (max-width: 1099.98px){.header-help{padding-top:32px}}.help-you{padding:20px 0 39px}.help-you__top{padding-left:16px;margin-bottom:77px}.help-you__h2{line-height:normal}@media (max-width: 1099.98px){.help-you__top{padding-left:0;margin-bottom:43px}}.help-you__item{display:flex;justify-content:space-between;align-items:center;padding-left:17px;margin-bottom:22px}@media (max-width: 1099.98px){.help-you__item{padding-left:0;margin-bottom:20px;align-items:flex-start}}.help-you__block{display:flex;align-items:center;gap:16px}@media (max-width: 1099.98px){.help-you__block{gap:8px}}.help-you__num{display:flex;gap:3px}.help-you__num span{font-size:28px;font-weight:600;line-height:1.1;letter-spacing:-0.02em;color:var(--text-brown--50)}@media (max-width: 1099.98px){.help-you__num span{font-size:24px;line-height:normal}}@media (max-width: 767.98px){.help-you__num span{font-size:20px}}@media (max-width: 767.98px){.help-you__title{font-size:20px;line-height:normal}}.help-you__btn{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-0.02em}@media (max-width: 1099.98px){.help-you__btn{font-size:20px}}@media (max-width: 767.98px){.help-you__btn{font-size:18px;line-height:1.1}}.help-you__btn img{transform:translateY(7px)}@media (max-width: 1099.98px){.help-you__btn img{transform:translateY(6px)}}@media (max-width: 767.98px){.help-you__btn img{transform:translateY(4px)}}.help-you__btn::before{display:none}.help-you-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px}@media (max-width: 767.98px){.help-you-list{grid-template-columns:repeat(1, 1fr)}}.help-you-list__item{height:240px}@media (max-width: 1099.98px){.help-you-list__item{height:177px}}.help-you-list__link{width:100%;height:100%;display:flex;justify-content:space-between;padding:26px 24px 22px;border-radius:24px;color:var(--text-white);background-color:var(--bg-grey);transition:all .3s ease-in-out}.light .help-you-list__link{color:var(--text-grey);background-color:var(--bg-white)}@media (max-width: 1099.98px){.help-you-list__link{padding:17px 16px 13px;border-radius:16px}}.help-you-list__link:hover{background-color:var(--text-brown--50)}.light .help-you-list__link:hover{background-color:var(--text-white--50)}.help-you-list__link span{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase}.help-you-list__wrap{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 767.98px){.help-you-list__wrap{max-width:290px;width:100%}}.help-you-list__subtitle{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;max-width:220px;width:100%}.help-form__wrap{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px}.help-form__label{position:relative}@media (max-width: 767.98px){.help-form__wrap{grid-template-columns:repeat(1, 1fr)}}.help-form__item{position:relative}.help-form__input{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;font-family:"RG-Standard";color:var(--text-brown--50);text-transform:uppercase;width:100%;padding:24px 24px 170px 24px;height:240px;border-radius:24px;border:1px solid var(--bg-grey);background-color:transparent;text-align:left;vertical-align:bottom;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;overflow-y:auto}.help-form__input.help-form__input--textarea{padding:24px}.help-form__input .select__scroll::-webkit-scrollbar{display:none}.help-form__input::placeholder{font-size:16px;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--bg-brown--50);position:absolute;bottom:24px}.help-form__error{position:absolute;font-size:14px;bottom:52px;left:24px;color:#ff1010}@media (max-width: 1099.98px){.help-form__input{font-size:20px;line-height:1.4;letter-spacing:0.04em;height:200px;padding:16px 16px 150px 16px}.help-form__input::placeholder{bottom:16px}.help-form__error{bottom:36px;left:16px}}@media (max-width: 1099.98px){.help-form__input::placeholder{font-size:14px;line-height:1.4}}@media (max-width: 767.98px){.help-form__input{border-radius:16px}.help-form__input::placeholder{font-size:12px;line-height:1.3}}.help-form__textarea{background-color:transparent;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-brown--50);width:100%;height:183px;min-height:100px;min-width:260px;max-width:650px;outline:none;resize:none}@media (max-width: 1099.98px){.help-form__textarea{font-size:14px;height:160px}}@media (max-width: 767.98px){.help-form__textarea{font-size:12px;line-height:1.3}}.help-form__textarea{overflow-y:auto}.help-form__textarea::-webkit-scrollbar{width:6px;border-radius:8px;background-color:var(--bg-white-50, rgba(240,240,240,0.5));height:auto}.help-form__textarea::-webkit-scrollbar-thumb{background-color:var(--bg-grey);border-radius:8px}.help-form__textarea::placeholder{position:absolute;bottom:0;transform:translateY(2%)}.help-form__btn{border-radius:24px;padding:24px;background-color:var(--bg-grey);display:flex;align-items:flex-start;text-align:left;font-size:40px;font-style:normal;font-weight:500;line-height:1.1;color:var(--text-white);height:240px;transition:all .3s ease-in-out}.light .help-form__btn{background-color:var(--bg-white);color:var(--text-grey)}@media (max-width: 1099.98px){.help-form__btn{height:200px;padding:16px;font-size:28px;line-height:normal}}@media (max-width: 767.98px){.help-form__btn{border-radius:16px}}.help-form__btn:hover{background-color:var(--bg-brown--50)}.light .help-form__btn:hover{background-color:var(--bg-white--50)}.thanks-header{padding:20px 16px 0 16px}@media (max-width: 767.98px){.thanks-header{padding:16px 16px 32px}}.thanks-hero{padding:23px 0 16px 0}@media (max-width: 767.98px){.thanks-hero{padding:0 0 8px}}.thanks-hero__content{gap:12px;border-radius:24px;border:1px solid var(--bg-brown--50);padding:5px 32px;align-items:flex-start;margin-bottom:0}@media (max-width: 1099.98px){.thanks-hero__content{padding:32px 24px;align-items:center}}@media (max-width: 767.98px){.thanks-hero__content{padding:24px 16px;align-items:center;flex-direction:column;gap:24px}}.thanks-hero__title{padding-top:106px;max-width:610px;width:100%}@media (max-width: 1099.98px){.thanks-hero__title{max-width:550px;padding-top:0}}@media (max-width: 767.98px){.thanks-hero__title{max-width:100%}}.thanks-title{margin-bottom:28px}@media (max-width: 1099.98px){.thanks-title{margin-bottom:24px}}.thanks__btn{padding:6px 16px 4px 14px;min-height:48px;line-height:normal}@media (max-width: 1099.98px){.thanks__btn{padding:4px 16px 4px 14px;min-height:40px}}@media (max-width: 767.98px){.thanks-btn{max-width:165px;padding-top:5px}}@media (min-width: 768px){.thanks-hero__icon{flex:0 1 560px;position:relative;padding-top:41.728763%}.thanks-hero__icon img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:contain}}@media (max-width: 767.98px){.thanks-hero__icon{width:400px;height:400px;flex:none;display:flex}.thanks-hero__icon img{width:400px;height:400px}}@media (max-width: 479.98px){.thanks-hero__icon{width:311px;height:311px}.thanks-hero__icon img{width:311px;height:311px}}.footer__top--thanks{align-items:center;padding:24px}@media (max-width: 991.98px){.footer__top--thanks{flex-direction:column;gap:32px}}@media (max-width: 767.98px){.footer__top--thanks{padding:16px}}.thanks-footer__content{max-width:none;gap:8px}.social-thanks{display:flex}@media (max-width: 1099.98px){.social-thanks{gap:8px;width:100%;justify-content:space-between}}@media (max-width: 767.98px){.social-thanks{gap:4px}}.social-thanks__btn{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-grey);border-radius:48px;border:1px solid var(--bg-grey);padding:12px 16px;display:flex;justify-content:center;text-align:center;align-items:center;gap:4px;width:123px;transition:all .3s ease-in-out;text-wrap:nowrap}@media (max-width: 1099.98px){.social-thanks__btn{font-size:14px;line-height:1.4;width:164px}}@media (max-width: 991.98px){.social-thanks__btn{font-size:12px;line-height:1.3;width:100%}}.social-thanks__btn:hover{background-color:var(--bg-grey);color:var(--text-white)}.copy-link-img{transition:all .3s ease-in-out}@media (max-width: 767.98px){.copy-link-img{width:20px;height:16px;transform:translateY(-1px)}}.copy-link-img-hover{display:none;transition:all .3s ease-in-out;transform:translateY(-1px)}.social-thanks__copy:hover .copy-link-img{display:none}.social-thanks__copy:hover .copy-link-img-hover{display:block}@media (max-width: 767.98px){.social-thanks__copy:hover .copy-link-img-hover{width:20px;height:16px;transform:translateY(0)}}@media (max-width: 375px){.social-thanks__copy{min-width:112px}}.copy-click{min-width:148px}@media (max-width: 991.98px){.copy-click{max-width:none}}.copy-click-active{display:none}.copy-click:active .copy-click-active{display:block}.copy-click:active .copy-click-none{display:none}.main-policy{padding-top:40px}.policy__switch{width:273px;height:52px}.policy__slider:before{height:44px;width:134px}.policy__on,.policy__off{flex:0 0 130px}input:checked+.switch-slider{background-color:var(--bg-brown--1005)}input:checked+.switch-slider:before{-webkit-transform:translateX(98%);-ms-transform:translateX(98%);transform:translateX(98%)}@media (any-hover: hover){.switch._switch--off:hover .switch-slider:before{-webkit-transform:translateX(98%);-ms-transform:translateX(98%);transform:translateX(98%)}.switch._switch--on:hover input:checked+.switch-slider:before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.policy-header{padding:18px 0 55px}.policy{padding-bottom:130px;display:none}.policy--visible{display:block}.policy__top{margin-bottom:73px}.policy__h2{line-height:normal}.policy__item-update{position:relative;padding-top:23px;align-items:center;display:grid;grid-template-columns:auto 700px;margin-bottom:49px}.policy__item-update::before{content:"";position:absolute;width:0;height:1px;top:0;left:0;background:var(--bg-grey);transition:width 1.2s ease-out 1.6s}.loaded ._watcher-view .policy__item-update::before{width:100%}.update-policy{display:flex;gap:8px}.loaded ._watcher-view .update-policy__text span,.loaded ._watcher-view .update-policy__date span{transform:translateY(0)}.update-policy__text,.update-policy__date{font-size:14px;line-height:1.15;letter-spacing:0.02em;text-transform:uppercase;color:var(--text-brown--50)}.update-policy__date{color:var(--text-grey)}.policy__item:not(:last-child){margin-bottom:32px}.policy__item{display:grid;grid-template-columns:auto 700px}.policy__subtitle{font-size:14px;font-weight:500;line-height:1.15;letter-spacing:0.28px;text-transform:uppercase;color:var(--text-grey)}.policy__description{padding-right:40px}.policy__description p:not(:last-child){margin-bottom:8px}.policy__description p{letter-spacing:-0.36px;color:var(--text-brown--50);line-height:1.1}@media (max-width: 1099.98px){.policy-header{padding:15px 0 47px}.policy__item:not(:last-child){margin-bottom:47px}.policy{padding-bottom:111px}.policy__top{margin-bottom:44px}.policy__update{flex-direction:column;gap:4px}.policy__item-update{display:flex;align-items:start;justify-content:space-between;padding-top:16px}.policy__description p{font-size:16px;letter-spacing:-0.32px;line-height:normal}.main-policy{padding-top:32px}.policy__item{grid-template-columns:auto 560px;gap:24px}.policy__description{padding-right:120px}}@media (max-width: 991.98px){.policy__switch{width:241px;height:40px}.policy__slider:before{height:32px;width:118px}.policy__on,.policy__off{flex:0 0 118px}}@media (max-width: 767.98px){.policy{padding-bottom:80px}.policy__switch{width:226px}.policy__slider:before{width:110px}.policy__on,.policy__off{flex:0 0 110px}.policy__subtitle{letter-spacing:0.56px}.policy__description{gap:8px;padding-right:40px}.policy__item{grid-template-columns:auto;gap:16px}.policy__item-update{grid-template-columns:1fr 2fr;padding-top:16px}.policy__description p{line-height:normal}}.win-prev-list{display:inline-block}.win-prev-list__item:nth-child(1){border-right:none}.window-prev__bottom{z-index:9999}.light .partners__wrapper.no-bg{background:rgba(15,14,11,0.05) !important}.header__btn{width:150px}.light .menus__wrapper{background-color:rgba(15,14,11,0.05)}.no-border-left{border-left:none !important;padding-left:0px !important}.yes-border-right{border-right:1px solid gray;padding-right:8px !important}
