@charset "UTF-8";[class*=_icon-]:before{font-family:icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=_icon-]:before{display:block}._icon-close:before{content:"\e900"}._icon-phone:before{content:"\e901"}._icon-tg:before{content:"\e902"}._icon-vb:before{content:"\e903"}._icon-wh:before{content:"\e904"}html{background:#212020}body{color:#fff;background:#212020;max-width:1380px;margin:0 auto}.lock body{overflow:hidden;-ms-touch-action:none;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:73.75rem;margin:0 auto;padding:0 .9375rem}*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#fff;line-height:140%;font-family:Jost;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Jost;font-size:inherit}button{cursor:pointer;color:inherit;background-color:transparent}a{color:inherit;text-decoration:none;cursor:pointer}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}svg{height:1em;width:1em}svg path{stroke:inherit;fill:inherit}.input{background:#fff;border-radius:10px;padding-top:12px;padding-bottom:12px;padding-left:20px;padding-right:20px}.input::-webkit-input-placeholder{font-weight:300;font-size:14px;line-height:20px;color:#8c8c8c}.input::-moz-placeholder{font-weight:300;font-size:14px;line-height:20px;color:#8c8c8c}.input:-ms-input-placeholder{font-weight:300;font-size:14px;line-height:20px;color:#8c8c8c}.input::-ms-input-placeholder{font-weight:300;font-size:14px;line-height:20px;color:#8c8c8c}.input::placeholder{font-weight:300;font-size:14px;line-height:20px;color:#8c8c8c}.checkbox.style-d{display:inline-block;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox.style-d input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox.style-d input:checked~.checkbox__checkmark{background-color:#fbe521}.checkbox.style-d input:checked~.checkbox__checkmark:after{opacity:1}.checkbox.style-d:hover input~.checkbox__checkmark{background-color:#fbe521}.checkbox.style-d:hover input:checked~.checkbox__checkmark{background-color:#fbe521}.checkbox.style-d:hover input~.checkbox__body{color:#fbe521}.checkbox.style-d .checkbox__checkmark{position:absolute;top:1px;left:0;height:25px;width:25px;background-color:transparent;-webkit-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease;border-radius:10px;border:1px solid #fbe521}.checkbox.style-d .checkbox__checkmark:after{content:"";position:absolute;left:9px;top:5px;width:5px;height:10px;border:solid #333;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.checkbox.style-d .checkbox__body{color:#fff;line-height:1.4;font-size:16px;margin-top:3px;-webkit-transition:color .25s ease;-o-transition:color .25s ease;transition:color .25s ease}.checkbox.style-d .checkbox__body a{text-decoration:underline}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=radio]{--active:transparent;--active-inner:#fff;--border-hover:#275EFE;--background:transparents;--disabled:#F6F8FF;--disabled-inner:#E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:25px;outline:0;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid #fbe521;background:var(--b,var(--background));-webkit-transition:background .3s,border-color .3s;-o-transition:background .3s,border-color .3s;transition:background .3s,border-color .3s}input[type=radio]:after{content:"";display:block;left:2px;top:2px;position:absolute;-webkit-transition:opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease);transition:opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease);-o-transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease)}input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2, .85, .32, 1.2)}input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=radio]:disabled+label{cursor:not-allowed}input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=radio]:focus{-webkit-box-shadow:0 0 0 var(--focus);box-shadow:0 0 0 var(--focus)}input[type=radio]:not(.switch){width:25px}input[type=radio]:not(.switch):after{opacity:var(--o,0)}input[type=radio]:not(.switch):checked{--o:1}input[type=radio]+label{font-size:16px;line-height:140%;display:inline-block;vertical-align:top;cursor:pointer;margin-left:11px}input[type=checkbox]:not(.switch){border-radius:7px}input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;-webkit-transform:rotate(var(--r,20deg));-ms-transform:rotate(var(--r,20deg));transform:rotate(var(--r,20deg))}input[type=checkbox]:not(.switch):checked{--r:43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));-webkit-transform:translateX(var(--x,0));-ms-transform:translateX(var(--x,0));transform:translateX(var(--x,0))}input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:#fbe521;opacity:0}input[type=radio]:checked{--s:.5}}.select{position:relative}.select__body{position:relative}.select__title{color:inherit;text-align:left;background-color:#fff;cursor:pointer;width:100%;border-radius:10px}.select__value{position:relative;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.9375rem;padding:0 .9375rem;gap:.625rem}.select__value>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.select__value:after{content:"";background-image:url(../../../img/icons/ar.svg);background-repeat:no-repeat;background-size:center;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px;margin-top:18px;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}._select-open .select__value:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.select__value._select-pseudo-label::before{content:attr(data-pseudo-label);opacity:.5}.select__text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.select__input{width:100%;background-color:transparent;height:100%}.select__options{color:#000;position:absolute;top:29px;border-radius:0 0 4px 4px;min-width:100%;left:0;background-color:#fff;border-top:0;border:1px solid #d9d9d9;border-top:0;padding:10px 0 5px 0}.select__scroll{overflow-y:auto;overflow-x:hidden;max-height:200px}.select__option{width:100%;text-align:left;cursor:pointer;padding:5px 15px;color:inherit}.select__option._select-selected{background-color:#eee}.select__row{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.select._select-open{z-index:5}._select-tag{cursor:pointer}body::after{content:"";background:rgba(27,26,23,.85);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .8s ease 0s;-o-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:30px 10px;-webkit-transition:visibility .8s ease 0s;-o-transition:visibility .8s ease 0s;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center}.popup__content{position:relative;visibility:hidden;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease 0s;transition:-webkit-transform .3s ease 0s;-o-transition:transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;background:#1b1a17;-webkit-box-shadow:0 0 50px rgba(0,0,0,.8);box-shadow:0 0 50px rgba(0,0,0,.8);width:100%;max-width:1150px;border-radius:10px}.lock .popup__content{visibility:visible}.popup__close{position:absolute}.popup-title{line-height:120%}.popup-text{font-size:14px;line-height:140%;display:block}.popup-input{width:100%;margin-bottom:4px}.popup-button{width:250px}.invest-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:160px;-moz-column-gap:160px;column-gap:160px}.invest-popup__rigth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.invest-popup__img{margin-bottom:60px}.deal-popup{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.deal-popup__title{margin-bottom:10px}.deal-popup__label{margin-bottom:20px;height:100px;display:block}.deal-popup__label span{color:#fbe521}.deal-popup__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:7px;-moz-column-gap:7px;column-gap:7px}.deal-popup__btns a{color:#fbe521}.deal-popup__button--link{display:block;color:#fbe521}.subscript-popup{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.subscript-popup__img{max-width:115px;margin-bottom:30px}.subscript-popup .popup-title{margin-bottom:20px}.subscript-popup .popup-text{max-width:505px;text-align:center}.spollers{display:-ms-grid;display:grid}.spollers__item{font-weight:500;font-size:16px;line-height:23px}.spollers__title{width:100%;cursor:default;text-align:left;position:relative;font-weight:900;font-size:26px;line-height:92.5%;margin-bottom:36px}._spoller-init .spollers__title{cursor:pointer}._spoller-init .spollers__title::after,._spoller-init .spollers__title::before{content:"";position:absolute;right:-40px;top:50%;background-color:#fff;height:2px;width:15px;-webkit-transition:-webkit-transform .5s ease 0s;transition:-webkit-transform .5s ease 0s;-o-transition:transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s}._spoller-init .spollers__title::before{-webkit-transform:translate(-75%,-50%) rotate(40deg);-ms-transform:translate(-75%,-50%) rotate(40deg);transform:translate(-75%,-50%) rotate(40deg)}._spoller-init .spollers__title::after{-webkit-transform:translate(0,-50%) rotate(-40deg);-ms-transform:translate(0,-50%) rotate(-40deg);transform:translate(0,-50%) rotate(-40deg)}._spoller-init .spollers__title._spoller-active::before{-webkit-transform:translateX(-75%) rotate(-40deg);-ms-transform:translateX(-75%) rotate(-40deg);transform:translateX(-75%) rotate(-40deg)}._spoller-init .spollers__title._spoller-active::after{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.spollers-list__item{margin-bottom:12px}.spollers-list__link{font-weight:500;font-size:16px;line-height:23px}.tabs__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.tabs__title{border-bottom:1px solid #fff;padding:12px 0;font-weight:700;width:188px;margin-bottom:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.tabs__title span{background-color:#fff;width:20px;height:20px;color:#000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:14px}.tabs__title._tab-active{border-bottom:1px solid #fbe521;color:#fbe521}.tabs__title._tab-active span{background-color:#fbe521}[data-showmore-button] span:last-child{display:none}._showmore-active [data-showmore-button] span{display:none}._showmore-active [data-showmore-button] span:last-child{display:block}.pagging{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagging nav div:nth-child(1){display:none}.pagging span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagging span span{color:#fbe521}.pagging span a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagging__list{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=-ibg]{position:relative}[class*=-ibg] img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}[class*=-ibg_contain] img{-o-object-fit:contain;object-fit:contain}.section-title{font-weight:700;line-height:120%;margin-bottom:24px}h3{font-weight:700;font-size:20px;line-height:140%;margin-bottom:16px}.section-subttile{font-size:16px;line-height:140%}.button{padding:12px 20px;background:#fbe521;border-radius:10px;font-weight:700;line-height:140%;color:#212020;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.button--transparent{border:1px solid #fff;background-color:transparent;color:#fff}.button--link{font-weight:700;font-size:18px;line-height:130%;text-decoration-line:underline}.button--hidden{display:none}.project-card{background:#212020;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.8);box-shadow:0 4px 10px rgba(0,0,0,.8);border-radius:10px}.project-card__img{max-height:300px;margin:0 auto}.project-card__img img{height:100%;max-height:300px;width:100%;border-radius:10px 10px 0 0}.project-card__content{padding:32px 16px}.project-card__title{font-weight:700;font-size:24px;line-height:140%;margin-bottom:16px}.project-card__description{margin-bottom:16px}.project-card__dl{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.project-card__dl dt{font-weight:700;font-size:20px}.project-card__dl dd{font-weight:300;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;height:26px;border:1px solid #fff;border-radius:10px}.project-card__range{margin-top:32px;margin-bottom:32px}.project-card__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:33px}.project-card__btns .button{-webkit-box-flex:50%;-ms-flex:50%;flex:50%}.range__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:900;font-size:20px;line-height:92.5%;margin-bottom:16px}.range__bottom{background:#fff;border-radius:10px;width:100%;height:8px;position:relative}.range__bottom-before{position:absolute;left:0;top:0;bottom:0;background-color:#fbe521;border-radius:10px}.blog-item{background:#212020;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.8);box-shadow:0 4px 10px rgba(0,0,0,.8);border-radius:10px;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.blog-item__content{padding-top:32px;padding-left:16px;padding-right:16px}.blog-item__img{height:330px}.blog-item__img img{width:100%;height:100%;border-radius:10px 10px 0 0}.blog-item__title{font-weight:700;font-size:24px;line-height:140%;margin-bottom:16px}.blog-item__text{font-size:16px;line-height:140%;margin-bottom:28px}.blog-item__link{font-weight:700;font-size:16px;line-height:140%;color:#fbe521}.breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.breadcrumbs__link{font-weight:300;font-size:14px;line-height:20px}.conditions-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 4px 10px #000;box-shadow:0 4px 10px #000;border-radius:10px;background-color:#fbe521}.conditions__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#212020;border-radius:10px 0 0 10px}.conditions__title{padding-top:20px;padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:left;background-color:#212020;border-radius:0 10px 10px 0;font-weight:700;font-size:18px;line-height:130%;width:280px;position:relative}.conditions__title:first-child::before{display:none}.conditions__title:last-child::after{display:none}.conditions__title._tab-active{background-color:#fbe521;border-radius:0;position:relative;border-radius:10px 10px 0 10px;color:#1b1a17}.conditions__title._tab-active::before{content:"";width:10px;height:10px;border:2px solid #fbe521;background-color:#fbe521;border-radius:5px 0 0 0;position:absolute;top:-9px;right:-1px;-webkit-clip-path:polygon(0 100%,28% 91%,43% 85%,52% 83%,66% 74%,76% 60%,81% 49%,87% 37%,92% 21%,97% 7%,100% 0,100% 9%,100% 29%,100% 43%,100% 59%,100% 78%,100% 91%,100% 100%);clip-path:polygon(0 100%,28% 91%,43% 85%,52% 83%,66% 74%,76% 60%,81% 49%,87% 37%,92% 21%,97% 7%,100% 0,100% 9%,100% 29%,100% 43%,100% 59%,100% 78%,100% 91%,100% 100%)}.conditions__title._tab-active::after{content:"";width:10px;height:10px;border:2px solid #fbe521;background-color:#fbe521;border-radius:5px 0 0 0;position:absolute;bottom:-10px;right:0;-webkit-clip-path:polygon(0 100%,28% 91%,43% 85%,52% 83%,66% 74%,76% 60%,81% 49%,87% 37%,92% 21%,97% 7%,100% 0,100% 9%,100% 29%,100% 43%,100% 59%,100% 78%,100% 91%,100% 100%);clip-path:polygon(0 100%,28% 91%,43% 85%,52% 83%,66% 74%,76% 60%,81% 49%,87% 37%,92% 21%,97% 7%,100% 0,100% 9%,100% 29%,100% 43%,100% 59%,100% 78%,100% 91%,100% 100%);-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.conditions__content{width:100%;padding-top:20px;color:#1b1a17;font-weight:700}.conditions__body-title{border-bottom:1px solid #212020;padding-bottom:30px}.conditions__body-row{display:-ms-grid;display:grid;-ms-grid-columns:190px 1fr;grid-template-columns:190px 1fr;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.conditions__body-row--4{display:-ms-grid;display:grid;-ms-grid-columns:190px 1fr 95px 80px;grid-template-columns:190px 1fr 95px 80px}.conditions__body-content .conditions__body-row{padding-top:20px;padding-bottom:10px;border-bottom:.5px solid #000}.conditions__body--link img{display:none}.conditions__body--light{font-weight:400}.conditions__body--col-mobile{display:none}.conditions-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding-bottom:20px}.conditions-bottom__img{height:13px}.no-webp .conditions-bottom__img--l{background-image:url(../img/con1.png)}.conditions-bottom__img--l{max-width:378px;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.conditions-bottom__img--l img{width:100%}.no-webp .conditions-bottom__img--r{background-image:url(../img/con2.png)}.conditions-bottom__img--r{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-repeat:no-repeat;background-position:center;background-size:cover}.conditions-bottom__img--r img{width:100%}.conditions-button{width:250px}.link-main-color{color:#fbe521}.profile-viewproject{margin-top:40px;max-width:200px}.profile-form__row{display:-ms-grid;display:grid;-ms-grid-columns:minmax(90px,150px) 1fr;grid-template-columns:minmax(90px,150px) 1fr;margin-bottom:48px}.profile-form__col--save{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.profile-form__col--save .button{width:155px}.profile-form__item{display:-ms-grid;display:grid;-ms-grid-columns:minmax(150px,1fr) minmax(150px,505px);grid-template-columns:minmax(150px,1fr) minmax(150px,505px)}.profile-form__item:not(:last-child){margin-bottom:24px}.profile-form__title{font-weight:700;font-size:20px;line-height:140%;max-width:190px}.profile-form__name{font-weight:700;font-size:16px;line-height:140%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.profile-form__name span{font-weight:400;font-size:14px;line-height:140%;display:block;width:100%}.profile-form__input .input{width:100%}.profile-form__span{margin-top:4px;font-size:14px;line-height:140%;display:block}.profile-form__files{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.profile-form__files label{width:195px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-negative:0;flex-shrink:0;height:46px}.graf-title{font-weight:700;font-size:24px;line-height:140%;margin-bottom:30px}.graf-row:nth-child(even){background:#292929}.graf__row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[7];grid-template-columns:repeat(7,1fr);padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #fff}.graf-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:86px;padding-right:10px}.graf-item:not(:first-child){padding-left:10px}.graf-item:not(:last-child){border-right:1px solid #fff}.graf-item__top{font-size:16px;line-height:140%;margin-bottom:16px}.graf-item__bottom{font-weight:700;font-size:16px;line-height:140%}.invest__navigation{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;border-radius:10px;margin-bottom:50px}.invest__title{padding-top:10px;padding-bottom:10px;border-top:1px solid #fff;border-bottom:1px solid #fff;border-right:1px solid #fff;line-height:140%}.invest__title:first-child{border-radius:10px 0 0 10px;border-left:1px solid #fff}.invest__title:last-child{border-radius:0 10px 10px 0}.invest__title._tab-active{background:#faf3a1;border:1px solid #faf3a1;color:#000}.invest-item{border:1px solid #fff;border-radius:10px;margin-bottom:50px;padding:20px;position:relative}.invest-item__title{font-weight:700;line-height:120%;margin-bottom:20px}.invest-item__description{line-height:140%;margin-bottom:40px}.invest-item__graf .graf-row{padding-bottom:0;margin-bottom:30px}.invest-item__graf .graf__row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr);border-bottom:0 solid #fff;padding-bottom:0;margin-bottom:0}.invest-item__graf .graf-item:first-child{padding-left:0}.invest-item__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.invest-item__bottom .link-main-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.rekviz{margin-top:30px;padding-top:32px;padding-left:20px;border-top:1px solid #fff}.rekviz-title{font-weight:700;font-size:24px;line-height:140%;margin-bottom:20px}.rekviz__box{-ms-grid-columns:minmax(300px,520px) 230px;grid-template-columns:minmax(300px,520px) 230px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;display:none}.rekviz__box.active{display:-ms-grid;display:grid}.rekviz-item{max-width:510px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.rekviz-item__title{font-size:16px;line-height:140%}.rekviz-item__copy{font-size:14px;line-height:140%;color:#faf3a1}.rekviz__more{position:absolute;bottom:-34px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;border-radius:0 0 10px 10px;width:48px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:5}.rekviz__more img.active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.deal__more{position:absolute;bottom:-34px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;border-radius:0 0 10px 10px;width:48px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:5}.deal__more img.active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.tolltip{position:relative;cursor:pointer;max-width:20px;height:20px}.tolltip:hover .tolltip__body{opacity:1;visibility:visible}.tolltip__body{padding:12px;background-color:#fff;border-radius:10px;position:absolute;left:35px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:428px;opacity:0;visibility:hidden}.tolltip__body:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);left:-7px;width:15px;height:15px;background-color:#fff}.tolltip__title{font-weight:700;font-size:16px;line-height:140%;color:#344054;margin-bottom:4px}.tolltip__text{font-size:16px;line-height:140%;color:#667085}.file-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.file-delete div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.file-delete img{width:16px;height:16px}.message-error{font-size:14px;line-height:140%;color:#fe3f3f}.deal-item{border:0;padding:0}.deal-item__graf .graf__row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);border-bottom:0 solid #fff;padding-bottom:0;margin-bottom:0}.deal-item__graf .deal__row{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}.deal-item__graf .graf-item:first-child{padding-left:0}.deal-item__textbox{margin-top:30px;background:#fff;border-radius:10px;color:#000;position:relative}.deal-item__textbox .text{height:140px;overflow-y:scroll}.deal-item__textbox .text::-webkit-scrollbar{width:10px}.deal-item__textbox .text::-webkit-scrollbar-track{background:#e6e7e8;border-radius:10px}.deal-item__textbox .text::-webkit-scrollbar-thumb{background:#8c8c8c;border-radius:10px;border:1px solid #8c8c8c;height:10px}.deal-item__textbox .text.active{height:auto;overflow-y:auto}.deal__row{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}.deal .deal__checkbox.checkbox.style-d{padding-left:50px}.deal .deal__checkbox.checkbox.style-d:hover input~.checkbox__body{color:#fff!important}.deal .label-read{margin-top:90px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}.deal-button{width:370px}.page-no .section-title{text-align:center}.page-no__text{max-width:780px;margin:0 auto;text-align:center;margin-bottom:50px}.page-no__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;width:100%}.page-no .button{max-width:180px;width:180px;margin:0 auto;margin-bottom:80px}.input-pas{position:relative}.input-pas input{width:100%}.__viewpass{position:absolute;bottom:12px;width:22px;height:18px;background-image:url(../img/icons/eyeclose.svg);background-repeat:no-repeat;background-position:center;right:10px;cursor:pointer}._viewpass-active{background-image:url(../img/icons/eye2.svg)}.files__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px}.header{position:absolute;top:0;left:0;right:0;width:100%}.menu{padding-top:20px;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu__list li{padding-left:8px;padding-right:8px}.menu__list li.menu__item{width:140px;position:relative}.menu__list li.menu__item:before{content:"";background-image:url(../img/icons/arrw.svg);background-repeat:no-repeat;width:12px;height:8px;position:absolute;top:8px;right:8px}.menu__list li.menu__item._active:before{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.menu__list li a{font-size:16px;line-height:140%}.menu__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu-open .menu__body{left:0;opacity:1;right:0}.icon-menu{display:none}.submenu{position:absolute;left:0;background:#1b1a17;width:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-bottom:16px;padding-top:16px;opacity:0;visibility:hidden;top:-100%}.submenu__item{font-size:14px;line-height:140%}.menu__item:hover{background-color:#1b1a17}.menu__item:hover:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.menu__item:hover .submenu{top:20px;opacity:1;visibility:visible}.footer{background:#1b1a17;-webkit-box-shadow:0 4px 10px #000;box-shadow:0 4px 10px #000}.footer-top{border-bottom:2px solid #fbe521}.footer-top__container{display:-ms-grid;display:grid;-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr}.footer-bottom__container{display:-ms-grid;display:grid;-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr}.footer-bottom__top{font-weight:400;font-size:16px;line-height:23px;margin-bottom:20px}.footer-bottom__bottom{font-weight:700;font-size:16px;line-height:130%;color:#fbe521}.footer-spollers{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.footer__logo{height:100px}.no-webp .main{background-image:url(../img/main-bg.png)}.main{background-position:center;background-repeat:no-repeat;background-size:cover}.main__container{padding-top:230px;padding-bottom:210px}.main__title{margin-bottom:20px;font-weight:900;line-height:92.5%;max-width:424px}.main__subtitle{font-size:20px;line-height:92.5%;margin-bottom:48px}.main-btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.project{padding-top:42px}.project-tabs__body{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:1fr 1fr;grid-template-rows:1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:8px}.work-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.work-item{display:-webkit-box;display:-ms-flexbox;display:flex;background:#212020;border:2px solid #fff;-webkit-box-shadow:0 4px 10px #000;box-shadow:0 4px 10px #000;border-radius:10px;-webkit-box-flex:30%;-ms-flex:30%;flex:30%;position:relative;padding-top:30px;padding-bottom:36px;padding-left:90px;min-height:195px}.work-item:nth-child(1) .work-item__num{top:-11px;left:-9px}.work-item:nth-child(2) .work-item__num{top:83px;left:-2px}.work-item:nth-child(3) .work-item__num{top:auto;bottom:-12px;left:-6px}.work-item:nth-child(4) .work-item__num{top:-2px;left:-3px}.no-webp .work-item:nth-child(4)::after{background-image:url(../img/hand-okay.png)}.work-item:nth-child(4)::after{position:absolute;content:"";display:block;bottom:0;left:-34px;width:110px;height:111px}.work-item:nth-child(5) .work-item__num{top:83px;left:-2px}.work-item:nth-child(6) .work-item__num{top:auto;bottom:-2px;left:-2px}.work-item__num{position:absolute;top:0;left:0}.work-item__num span{font-weight:900;font-size:100px;line-height:92.5%;color:#fbe521;display:none}.work-item__title{font-weight:700;font-size:24px;line-height:140%;margin-bottom:24px}.money{background:#1b1a17;-webkit-box-shadow:0 4px 10px #000;box-shadow:0 4px 10px #000}.money__img{position:absolute;top:134px;left:-10%;width:100%}.money__img--mobile{display:none}.money__img img{max-width:100%}.money-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-bottom:60px}.money-grid__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.money-grid__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:154px}.money-item__title{font-weight:900;line-height:92.5%;margin-bottom:10px;text-align:center}.money-item__subtitle{font-weight:400;font-size:18px;line-height:130%;text-align:center}.money__button{max-width:255px;margin:0 auto}.why-title{max-width:560px}.why-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:250px;-moz-column-gap:250px;column-gap:250px}.why-item{max-width:215px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.why-item__img{margin-bottom:33px}.why-item__title{line-height:140%;text-align:center}.why-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.blog{background-color:#fbe521}.blog-title{color:#212020;max-width:700px}.blog-subttile{color:#212020}.blog .blog-slider{position:relative}.blog-button{color:#212020;border:1px solid #212020;max-width:200px;margin:0 auto}.mailing .section-title{max-width:610px;text-align:center;margin:0 auto}.mailing__form{border:2px solid #fbe521;border-radius:10px}.mailing__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-bottom:20px}.mailing__button{max-width:140px}.mailing__input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mailing-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slick-center{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:31px;height:31px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0;z-index:10}.slick-next{right:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev:before{content:url(../img/arr.svg)}.slick-next:before{content:url(../img/arr.svg)}.slick-list{padding-top:10px!important;padding-bottom:10px!important}.product__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__slider{max-width:565px}.product-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-attributes__row{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-attributes__row dt span{margin-left:10px}.product-attributes__row dd{font-weight:700;font-size:18px;line-height:130%;color:#fbe521;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:end}.product-items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(1fr)[2];grid-template-rows:repeat(2,1fr);gap:10px}.product-items__item{border:.8px solid #fff;border-radius:10px;padding:10px}.product-items__item dt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-items__item dt span{margin-left:10px}.product-items__item dd{font-weight:700;font-size:20px;line-height:140%}.slider-for{max-height:430px}.slider-for__img{max-height:430px}.slider-for__img img{max-width:100%;max-height:100%;border-radius:10px}.slider-nav .slick-track{gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-nav__img{gap:10px}.slider-nav__img img{max-width:100%;border-radius:10px}.active-project{background:#1b1a17}.active-project__slide-item{margin:0 5px}.signup-page{display:-webkit-box;display:-ms-flexbox;display:flex}.signup-title{font-weight:300;font-size:43.2px;line-height:120%;color:rgba(255,255,255,.6);margin-bottom:44px;text-align:center}.signup__left{-ms-flex-preferred-size:54%;flex-basis:54%;padding-left:8%}.no-webp .signup__right{background-image:url(../img/signup-bg.png)}.signup__right{background-size:cover;background-position:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:210px}.signup__right-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}.signup__right-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14.4px;line-height:21px;gap:10px}.signup__right-title{text-align:center}.signup-radio__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px}.signup-input__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.signup-input__list li:last-child{margin-bottom:0}.signup-input__list li label{margin-bottom:4px;font-weight:700;font-size:16px;line-height:140%}.signup-checkbox__list li{margin-bottom:12px}.signup-checkbox__list li:last-child{margin-bottom:0}.signup-button{margin-bottom:10px;max-width:200px}.login__left{-ms-flex-preferred-size:53%;flex-basis:53%}.no-webp .login__right{background-image:url(../img/login-bg.png)}.login-input__list{margin-bottom:5px}.login-button{margin-top:48px;max-width:200px}.faq-title{margin-bottom:48px}.faq__body{border-bottom:none}.faq__body .spollers__title{margin-bottom:0;padding:15px 0}.faq__body .spollers__item{border-bottom:1px solid #212020}.faq__body ._spoller-init .spollers__title::after,.faq__body ._spoller-init .spollers__title::before{content:"";position:absolute;right:0;top:50%;background-color:#1b1a17;height:2px;width:15px;-webkit-transition:-webkit-transform .5s ease 0s;transition:-webkit-transform .5s ease 0s;-o-transition:transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s}@media (min-width:73.75em){.popup__content{padding-top:7.5rem}.popup__content{padding-bottom:6.5625rem}.popup__content{padding-left:6.875rem}.popup__content{padding-right:11.875rem}.popup__close{top:2.5rem}.popup__close{right:2.75rem}.popup__close img{width:1.625rem}.popup__close img{height:1.625rem}.popup-title{font-size:2.125rem}.popup-title{margin-bottom:2.5rem}.popup-text{margin-bottom:2.5rem}.invest-popup{-webkit-column-gap:10rem;-moz-column-gap:10rem;column-gap:10rem}.invest-popup__img{max-width:11.25rem}.invest-popup__img{margin-bottom:3.75rem}.invest-popup__logo{max-width:13.5rem}.deal-popup__img{margin-bottom:4.375rem}.deal-popup__button--link{margin-top:3.125rem}.subscript-popup .popup-text{margin-bottom:5rem}.pagging{margin-top:2.5rem}.pagging span{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.pagging span{font-size:1.25rem}.section-title{font-size:3rem}.section-subttile{margin-bottom:3rem}.page-padding{padding-top:9.125rem}.page-padding{padding-bottom:11.875rem}.blog-item__content{padding-bottom:2.75rem}.blog-item__img{height:20.625rem}.breadcrumbs{padding-top:1.25rem}.breadcrumbs{padding-bottom:1.25rem}.conditions-title{margin-bottom:3rem}.conditions-tabs{margin-bottom:4rem}.conditions__content{padding-left:5.625rem}.conditions__content{padding-right:5.625rem}.profile-form__row{-webkit-column-gap:7.25rem;-moz-column-gap:7.25rem;column-gap:7.25rem}.profile-form__item{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.graf-row{padding-bottom:3.125rem}.invest__title{padding-left:5.75rem}.invest__title{padding-right:5.75rem}.invest__title{font-size:1rem}.invest-item__title{font-size:3rem}.invest-item__description{font-size:.9375rem}.invest-item__graf .graf-item{padding-left:3rem}.invest-item__graf .graf-item{padding-right:3rem}.invest-item__bottom{-webkit-column-gap:4.375rem;-moz-column-gap:4.375rem;column-gap:4.375rem}.deal-item__graf .graf-item{padding-left:2.5rem}.deal-item__graf .graf-item{padding-right:2.5rem}.deal-item__textbox{padding:1.875rem}.deal-item__textbox .text{padding-right:1.25rem}.deal .label-read{margin-top:5.625rem}.menu__logo{margin-right:3.125rem}.menu__list{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.menu__btn{-webkit-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem}.menu__btn{margin-left:1.25rem}.footer-top{padding-top:8.125rem}.footer-top{padding-bottom:7.5rem}.footer-top__container{-webkit-column-gap:6.0625rem;-moz-column-gap:6.0625rem;column-gap:6.0625rem}.footer-bottom{padding-top:8.125rem}.footer-bottom{padding-bottom:7.5rem}.footer-bottom__container{-webkit-column-gap:6.0625rem;-moz-column-gap:6.0625rem;column-gap:6.0625rem}.footer-spollers{-webkit-column-gap:4.25rem;-moz-column-gap:4.25rem;column-gap:4.25rem}.main__title{font-size:4.375rem}.project{padding-bottom:6.875rem}.work{padding-bottom:7.5rem}.work-grid{gap:1.25rem}.work-item{padding-bottom:1.625rem}.money{padding-top:4rem}.money{padding-bottom:4.625rem}.money-title{margin-bottom:3.5625rem}.money-grid__top{margin-bottom:14.375rem}.money-grid__top{padding-left:3.125rem}.money-grid__top{padding-right:4rem}.money-grid__bottom{gap:9.625rem}.money-item__title{font-size:4.375rem}.money-item__subtitle{font-size:1.125rem}.why{padding-top:7.5rem}.why{padding-bottom:7.5rem}.why-title{margin-bottom:3rem}.why-grid{row-gap:1.25rem}.why-grid{-webkit-column-gap:15.625rem;-moz-column-gap:15.625rem;column-gap:15.625rem}.why-grid{margin-bottom:5rem}.why-item__img{margin-bottom:2.0625rem}.why-item__title{font-size:1.25rem}.blog{padding-top:4.375rem}.blog{padding-bottom:4.375rem}.blog .blog-slider{margin-bottom:4.25rem}.mailing{padding-top:7.5rem}.mailing{padding-bottom:7.5rem}.mailing .section-title{margin-bottom:4.625rem}.mailing__form{padding-top:3rem}.mailing__form{padding-bottom:3rem}.mailing__form{padding-left:16.875rem}.mailing__form{padding-right:16.875rem}.mailing-links{margin-top:4.6875rem}.mailing-links{gap:3.125rem}.product__grid{padding-bottom:5rem}.product__grid{-webkit-column-gap:6.125rem;-moz-column-gap:6.125rem;column-gap:6.125rem}.product__slider{max-width:35.3125rem}.product-attributes{margin-bottom:3rem}.product-items{margin-bottom:3rem}.product-items__item dt{margin-bottom:1.0625rem}.active-project{padding-top:3.5625rem}.active-project{padding-bottom:4rem}.active-project{padding-left:8.125rem}.active-project__slide-item{width:29.375rem}.signup__left{padding-right:7.5rem}.signup__left{padding-top:9.125rem}.signup__left{padding-bottom:6.0625rem}.signup-radio__list{margin-top:3rem}.signup-radio__list{margin-bottom:1.5rem}.signup-radio__list{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}.signup-input__list{margin-bottom:1.5rem}.signup-input__list li{margin-bottom:1.5rem}.signup-checkbox__list{margin-bottom:3rem}.login__left{padding-bottom:24.375rem}}@media (max-width:1180px){.signup__left{padding-left:15px}}@media (max-width:380px){.profile .tabs__navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.profile .tabs__navigation .tabs__title:last-child{width:100%}}@media (max-width:20em){.popup__content{padding-top:1.5625rem}.popup__content{padding-bottom:1.5625rem}.popup__content{padding-left:.9375rem}.popup__content{padding-right:.9375rem}.popup__close{top:.875rem}.popup__close{right:.875rem}.popup__close img{width:.75rem}.popup__close img{height:.75rem}.popup-title{font-size:1.25rem}.popup-title{margin-bottom:1.25rem}.popup-text{margin-bottom:1.25rem}.invest-popup{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.invest-popup__img{max-width:4.5rem}.invest-popup__img{margin-bottom:2.25rem}.invest-popup__logo{max-width:5.625rem}.deal-popup__img{margin-bottom:.625rem}.deal-popup__button--link{margin-top:1.25rem}.subscript-popup .popup-text{margin-bottom:2.5rem}.pagging{margin-top:.625rem}.pagging span{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.pagging span{font-size:1rem}.section-title{font-size:2.125rem}.section-subttile{margin-bottom:2rem}.page-padding{padding-top:6rem}.page-padding{padding-bottom:3.125rem}.blog-item__content{padding-bottom:2.0625rem}.blog-item__img{height:7.625rem}.breadcrumbs{padding-top:1.25rem}.breadcrumbs{padding-bottom:1.25rem}.conditions-title{margin-bottom:1rem}.conditions-tabs{margin-bottom:.9375rem}.conditions__content{padding-left:.0000000625rem}.conditions__content{padding-right:.0000000625rem}.profile-form__row{-webkit-column-gap:.0000000625rem;-moz-column-gap:.0000000625rem;column-gap:.0000000625rem}.profile-form__item{-webkit-column-gap:.0000000625rem;-moz-column-gap:.0000000625rem;column-gap:.0000000625rem}.graf-row{padding-bottom:1.875rem}.invest__title{padding-left:.0000000625rem}.invest__title{padding-right:.0000000625rem}.invest__title{font-size:.875rem}.invest-item__title{font-size:1.5rem}.invest-item__description{font-size:.875rem}.invest-item__graf .graf-item{padding-left:.3125rem}.invest-item__graf .graf-item{padding-right:.3125rem}.invest-item__bottom{-webkit-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem}.deal-item__graf .graf-item{padding-left:.3125rem}.deal-item__graf .graf-item{padding-right:.3125rem}.deal-item__textbox{padding:.625rem}.deal-item__textbox .text{padding-right:1.25rem}.deal .label-read{margin-top:.625rem}.menu__logo{margin-right:.625rem}.menu__list{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.menu__btn{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.menu__btn{margin-left:.0000000625rem}.footer-top{padding-top:2rem}.footer-top{padding-bottom:2rem}.footer-top__container{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.footer-bottom{padding-top:2rem}.footer-bottom{padding-bottom:2rem}.footer-bottom__container{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.footer-spollers{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.main__title{font-size:2.125rem}.project{padding-bottom:3.125rem}.work{padding-bottom:3rem}.work-grid{gap:1rem}.work-item{padding-bottom:.9375rem}.money{padding-top:.0000000625rem}.money{padding-bottom:1.25rem}.money-title{margin-bottom:2rem}.money-grid__top{margin-bottom:10rem}.money-grid__bottom{gap:1.25rem}.money-item__title{font-size:3rem}.money-item__subtitle{font-size:.9375rem}.why{padding-top:.0000000625rem}.why{padding-bottom:1.875rem}.why-title{margin-bottom:2rem}.why-grid{row-gap:2rem}.why-grid{-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem}.why-grid{margin-bottom:2.5rem}.why-item__img{margin-bottom:.375rem}.why-item__title{font-size:.9375rem}.blog{padding-top:1.5625rem}.blog{padding-bottom:3.125rem}.blog .blog-slider{margin-bottom:1.25rem}.mailing{padding-top:3rem}.mailing{padding-bottom:3rem}.mailing .section-title{margin-bottom:2rem}.mailing__form{padding-top:1.25rem}.mailing__form{padding-bottom:1.25rem}.mailing__form{padding-left:1rem}.mailing__form{padding-right:1rem}.mailing-links{margin-top:2rem}.mailing-links{gap:1.25rem}.product__grid{padding-bottom:2.5rem}.product__grid{-webkit-column-gap:.0000000625rem;-moz-column-gap:.0000000625rem;column-gap:.0000000625rem}.product__slider{max-width:6.25rem}.product-attributes{margin-bottom:1.5rem}.product-items{margin-bottom:1.5rem}.product-items__item dt{margin-bottom:.25rem}.active-project{padding-top:1.875rem}.active-project{padding-bottom:1.25rem}.active-project{padding-left:.0000000625rem}.active-project__slide-item{width:11.5625rem}.signup__left{padding-right:.625rem}.signup__left{padding-top:5rem}.signup__left{padding-bottom:2.5rem}.signup-radio__list{margin-top:2rem}.signup-radio__list{margin-bottom:1rem}.signup-radio__list{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.signup-input__list{margin-bottom:1rem}.signup-input__list li{margin-bottom:.5rem}.signup-checkbox__list{margin-bottom:2rem}.login__left{padding-bottom:2.75rem}}@media (max-width:61.99875em){.project-card__dl{-ms-flex-wrap:wrap;flex-wrap:wrap}.project-card__dl dt{width:100%;font-weight:400;font-size:15px}.project-card__dl dd{font-weight:400;font-size:15px}.conditions__body-row--4{-ms-grid-columns:190px 1fr 30px 30px;grid-template-columns:190px 1fr 30px 30px}.conditions__body-row--1{-ms-grid-columns:1fr;grid-template-columns:1fr}.conditions__body--link img{display:block}.conditions__body--link span{display:none}.header{background:#1b1a17}.menu{padding-top:24px;padding-bottom:24px}.menu__body{position:absolute;left:-100%;top:86px;background:#212020;height:100vh;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease;opacity:0;gap:30px}.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px;width:100%}.menu__list li.menu__item{width:100%}.menu__list li.menu__item:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.icon-menu{display:block;position:relative;width:1.5rem;height:1rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:#fff}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.submenu{width:100%;position:relative;top:auto;left:auto;background:0 0;display:none;opacity:1;visibility:visible}.submenu._active{display:-webkit-box;display:-ms-flexbox;display:flex}.submenu__item{padding-left:0!important}.menu__item:hover{background-color:transparent}.menu__item:hover .submenu{top:auto;opacity:1;visibility:visible}.product__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:48px}.product__slider{max-width:100%}.product-content{width:100%}.product-attributes__row dt{font-size:15px;line-height:140%}.product-attributes__row dd{font-size:16px;line-height:140%;padding-left:30px}.slider-nav{display:none}.signup__left{-ms-flex-preferred-size:100%;flex-basis:100%}.signup__right{display:none}.login__left{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:61.99875em) and (max-width:61.99875em){.menu__list li{width:100%;background:0 0}}@media (max-width:61.99875em) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:47.99875em){.popup-button{width:100%}.invest-popup{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.invest-popup__logo{display:none}.deal-popup__rigth{display:none}.deal-popup__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.spollers__title{font-weight:400;font-size:15px;line-height:140%;margin-bottom:15px}._spoller-init .spollers__title::after,._spoller-init .spollers__title::before{width:9px;right:-30px}.spollers-list__link{font-size:13px;line-height:16px;font-weight:400}.tabs__navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.tabs__title{width:130px;margin-bottom:40px}.project-card{-webkit-box-shadow:none;box-shadow:none}.project-card__content{padding-left:0;padding-right:0}.project-card__description{font-size:15px}.conditions-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.conditions__title{width:100%;background:#fbe521;-webkit-box-shadow:0 -4px 4px rgba(0,0,0,.25);box-shadow:0 -4px 4px rgba(0,0,0,.25);border-radius:10px 10px 0 0;padding-left:8px;padding-right:8px;font-size:14px;line-height:140%}.conditions__title::after{content:"";background-image:url(../img/icons/arr.svg);width:12px;height:8px;position:absolute;top:15px;right:10px}.conditions__title._tab-active::before{display:none}.conditions__title._tab-active::after{content:"";background-image:url(../img/icons/arr.svg);width:12px;height:8px;position:absolute;top:15px;right:10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);border:none;-webkit-clip-path:none;clip-path:none}.conditions__content{padding:0}.conditions__body .tar{text-align:right}.conditions__body-title{margin-left:8px;margin-right:8px;margin-bottom:20px;font-size:15px;line-height:140%;border-width:80%}.conditions__body-row{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.conditions__body-row--4{-ms-grid-columns:1fr 30px 30px;grid-template-columns:1fr 30px 30px}.conditions__body-content{margin-left:8px;margin-right:8px}.conditions__body-content .conditions__body-row{font-weight:400}.conditions__body--col-desctop{display:none}.conditions__body--col-mobile{display:block}.conditions-bottom{display:-ms-grid;display:grid;-ms-grid-columns:1fr 131px 1fr;grid-template-columns:1fr 131px 1fr}.conditions-button{width:100%}.profile-form__row{-ms-grid-columns:1fr;grid-template-columns:1fr}.profile-form__col--save .button{width:50%}.profile-form__item{-ms-grid-columns:1fr;grid-template-columns:1fr}.profile-form__title{font-weight:400;font-size:14px;line-height:140%;margin-bottom:16px}.profile-form__name{margin-bottom:11px}.profile-form__files{-ms-flex-wrap:wrap;flex-wrap:wrap}.graf__row{-ms-grid-columns:1fr;grid-template-columns:1fr}.graf-item:not(:first-child){padding-left:0;border-bottom:1px solid #fff}.graf-item:not(:last-child){border-right:0 solid #fff}.graf-item{padding-left:0;padding-right:0;height:auto;border-bottom:1px solid #fff;margin-bottom:24px}.invest__navigation{-ms-grid-columns:1fr;grid-template-columns:1fr}.invest__title{padding-left:52px;padding-right:52px;height:64px}.invest__title:first-child{border-radius:10px 10px 0 0}.invest__title:last-child{border-radius:0 0 10px 10px}.invest-item__graf .graf__row{-ms-grid-columns:1fr;grid-template-columns:1fr}.invest-item__graf .graf-item{padding-left:0;padding-right:0;height:auto;border-right:0;border-bottom:1px solid #fff;margin-bottom:24px;padding-bottom:5px}.invest-item__graf .graf-item__top{margin-bottom:14px}.invest-item__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.rekviz{padding-left:0}.rekviz__box{-ms-grid-columns:1fr;grid-template-columns:1fr}.file-delete{margin-top:20px}.deal-item__graf .graf__row{-ms-grid-columns:1fr;grid-template-columns:1fr}.deal-item__graf .deal__row{-ms-grid-columns:1fr;grid-template-columns:1fr}.deal-item__graf .graf-item{padding-left:0}.deal__checkbox{width:100%}.deal-button{width:100%}.footer-bottom__container{-ms-grid-columns:1fr;grid-template-columns:1fr}.footer-bottom__left{display:none}.footer-bottom__top{font-size:14px;line-height:140%}.footer-bottom__bottom{font-weight:400;font-size:14px;line-height:140%}.footer-spollers{-ms-grid-columns:1fr;grid-template-columns:1fr}.footer__logo{display:none}.main{background-position-x:76%;background-position-y:70px}.main__container{padding-top:134px;padding-bottom:30px}.main__title{margin:0 auto;text-align:center;margin-bottom:4px}.main__subtitle{font-size:14px;line-height:140%;margin:0 auto;margin-bottom:170px;text-align:center;max-width:190px}.main-btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-tabs__body{-ms-grid-columns:1fr;grid-template-columns:1fr}.work-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.work-item:nth-child(1) .work-item__num{top:3px;left:3px}.work-item:nth-child(2) .work-item__num{top:35px;left:3px}.work-item:nth-child(3) .work-item__num{bottom:auto;top:44px;left:3px}.work-item:nth-child(4) .work-item__num{bottom:auto;top:40px;left:3px}.work-item:nth-child(4)::after{display:none}.work-item:nth-child(5) .work-item__num{top:35px;left:3px}.work-item:nth-child(6) .work-item__num{bottom:auto;top:44px;left:3px}.work-item__num img{display:none}.work-item__num span{display:block}.money{background:0 0;-webkit-box-shadow:none;box-shadow:none}.money__img--desctop{display:none}.money__img--mobile{display:block;position:absolute;top:0;left:0;width:100%}.money-grid{gap:64px;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.money-grid__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;gap:64px}.money-grid__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.money-item__title{line-height:120%;margin-bottom:0;font-size:48px}.money-item__subtitle{line-height:140%;font-size:15px}.money__button{display:none}.active-project{background:0 0;padding:0 15px}.active-project__slide-item{margin:0 15px}}@media (max-width:47.99875em) and (max-width:47.99875em){.invest__title{border-left:1px solid #fff}.main-btn a{width:184px}}@media (max-width:29.99875em){.tabs__title:nth-child(odd){text-align:left}.tabs__title:nth-child(even){text-align:right}.project-card__btns{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:8px}.project-card__btns .button{width:100%}.profile .tabs__navigation .tabs__title:nth-child(odd){text-align:center}.profile .tabs__navigation .tabs__title:nth-child(even){text-align:center}.no-webp .main{background-image:url(../img/main-bg2.png)}.main{background:-o-radial-gradient(68.72% 45.97%,49.58% 49.58%,rgba(25,25,25,0) 23.96%,#252525 100%);background:radial-gradient(49.58% 49.58% at 68.72% 45.97%,rgba(25,25,25,0) 23.96%,#252525 100%);background-position:center;background-repeat:no-repeat;background-size:cover}.work-item__text{font-size:15px}.why-item{max-width:130px}.why-item__img{width:80px;height:80px}.why-buttons{display:none}.mailing .section-title{font-size:24px;line-height:120%}.mailing__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mailing__input{width:100%}.mailing-links__link img{max-width:30px;max-height:30px}.product-items{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:(1fr)[3];grid-template-rows:repeat(3,1fr)}.product-items__item{border:0}.product-items__item dt{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;font-size:15px;line-height:140%}.product-items__item dd{font-weight:700;font-size:16px;line-height:140%}}@media (min-width:20em) and (max-width:73.75em){@supports (padding-top:clamp(1.5625rem ,-0.6468023256rem + 11.0465116279vw ,7.5rem)){.popup__content{padding-top:clamp(1.5625rem ,-.6468023256rem + 11.0465116279vw ,7.5rem)}}@supports not (padding-top:clamp(1.5625rem ,-0.6468023256rem + 11.0465116279vw ,7.5rem)){.popup__content{padding-top:calc(1.5625rem + 5.9375 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.5625rem ,-0.2979651163rem + 9.3023255814vw ,6.5625rem)){.popup__content{padding-bottom:clamp(1.5625rem ,-.2979651163rem + 9.3023255814vw ,6.5625rem)}}@supports not (padding-bottom:clamp(1.5625rem ,-0.2979651163rem + 9.3023255814vw ,6.5625rem)){.popup__content{padding-bottom:calc(1.5625rem + 5 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.9375rem ,-1.2718023256rem + 11.0465116279vw ,6.875rem)){.popup__content{padding-left:clamp(.9375rem ,-1.2718023256rem + 11.0465116279vw ,6.875rem)}}@supports not (padding-left:clamp(0.9375rem ,-1.2718023256rem + 11.0465116279vw ,6.875rem)){.popup__content{padding-left:calc(.9375rem + 5.9375 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.9375rem ,-3.1322674419rem + 20.3488372093vw ,11.875rem)){.popup__content{padding-right:clamp(.9375rem ,-3.1322674419rem + 20.3488372093vw ,11.875rem)}}@supports not (padding-right:clamp(0.9375rem ,-3.1322674419rem + 20.3488372093vw ,11.875rem)){.popup__content{padding-right:calc(.9375rem + 10.9375 * (100vw - 20rem)/ 53.75)}}@supports (top:clamp(0.875rem ,0.2703488372rem + 3.023255814vw ,2.5rem)){.popup__close{top:clamp(.875rem ,.2703488372rem + 3.023255814vw ,2.5rem)}}@supports not (top:clamp(0.875rem ,0.2703488372rem + 3.023255814vw ,2.5rem)){.popup__close{top:calc(.875rem + 1.625 * (100vw - 20rem)/ 53.75)}}@supports (right:clamp(0.875rem ,0.1773255814rem + 3.488372093vw ,2.75rem)){.popup__close{right:clamp(.875rem ,.1773255814rem + 3.488372093vw ,2.75rem)}}@supports not (right:clamp(0.875rem ,0.1773255814rem + 3.488372093vw ,2.75rem)){.popup__close{right:calc(.875rem + 1.875 * (100vw - 20rem)/ 53.75)}}@supports (width:clamp(0.75rem ,0.4244186047rem + 1.6279069767vw ,1.625rem)){.popup__close img{width:clamp(.75rem ,.4244186047rem + 1.6279069767vw ,1.625rem)}}@supports not (width:clamp(0.75rem ,0.4244186047rem + 1.6279069767vw ,1.625rem)){.popup__close img{width:calc(.75rem + .875 * (100vw - 20rem)/ 53.75)}}@supports (height:clamp(0.75rem ,0.4244186047rem + 1.6279069767vw ,1.625rem)){.popup__close img{height:clamp(.75rem ,.4244186047rem + 1.6279069767vw ,1.625rem)}}@supports not (height:clamp(0.75rem ,0.4244186047rem + 1.6279069767vw ,1.625rem)){.popup__close img{height:calc(.75rem + .875 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(1.25rem ,0.9244186047rem + 1.6279069767vw ,2.125rem)){.popup-title{font-size:clamp(1.25rem ,.9244186047rem + 1.6279069767vw ,2.125rem)}}@supports not (font-size:clamp(1.25rem ,0.9244186047rem + 1.6279069767vw ,2.125rem)){.popup-title{font-size:calc(1.25rem + .875 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1.25rem ,0.7848837209rem + 2.3255813953vw ,2.5rem)){.popup-title{margin-bottom:clamp(1.25rem ,.7848837209rem + 2.3255813953vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.25rem ,0.7848837209rem + 2.3255813953vw ,2.5rem)){.popup-title{margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1.25rem ,0.7848837209rem + 2.3255813953vw ,2.5rem)){.popup-text{margin-bottom:clamp(1.25rem ,.7848837209rem + 2.3255813953vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.25rem ,0.7848837209rem + 2.3255813953vw ,2.5rem)){.popup-text{margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem)) or (column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem))){.invest-popup{-webkit-column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem);-moz-column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem);column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem)}}@supports not ((-moz-column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem)) or (column-gap:clamp(1.25rem ,-2.0058139535rem + 16.2790697674vw ,10rem))){.invest-popup{-webkit-column-gap:calc(1.25rem + 8.75 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(1.25rem + 8.75 * (100vw - 20rem)/ 53.75);column-gap:calc(1.25rem + 8.75 * (100vw - 20rem)/ 53.75)}}@supports (max-width:clamp(4.5rem ,1.988372093rem + 12.5581395349vw ,11.25rem)){.invest-popup__img{max-width:clamp(4.5rem ,1.988372093rem + 12.5581395349vw ,11.25rem)}}@supports not (max-width:clamp(4.5rem ,1.988372093rem + 12.5581395349vw ,11.25rem)){.invest-popup__img{max-width:calc(4.5rem + 6.75 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2.25rem ,1.6918604651rem + 2.7906976744vw ,3.75rem)){.invest-popup__img{margin-bottom:clamp(2.25rem ,1.6918604651rem + 2.7906976744vw ,3.75rem)}}@supports not (margin-bottom:clamp(2.25rem ,1.6918604651rem + 2.7906976744vw ,3.75rem)){.invest-popup__img{margin-bottom:calc(2.25rem + 1.5 * (100vw - 20rem)/ 53.75)}}@supports (max-width:clamp(5.625rem ,2.6947674419rem + 14.6511627907vw ,13.5rem)){.invest-popup__logo{max-width:clamp(5.625rem ,2.6947674419rem + 14.6511627907vw ,13.5rem)}}@supports not (max-width:clamp(5.625rem ,2.6947674419rem + 14.6511627907vw ,13.5rem)){.invest-popup__logo{max-width:calc(5.625rem + 7.875 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(0.625rem ,-0.7703488372rem + 6.976744186vw ,4.375rem)){.deal-popup__img{margin-bottom:clamp(.625rem ,-.7703488372rem + 6.976744186vw ,4.375rem)}}@supports not (margin-bottom:clamp(0.625rem ,-0.7703488372rem + 6.976744186vw ,4.375rem)){.deal-popup__img{margin-bottom:calc(.625rem + 3.75 * (100vw - 20rem)/ 53.75)}}@supports (margin-top:clamp(1.25rem ,0.5523255814rem + 3.488372093vw ,3.125rem)){.deal-popup__button--link{margin-top:clamp(1.25rem ,.5523255814rem + 3.488372093vw ,3.125rem)}}@supports not (margin-top:clamp(1.25rem ,0.5523255814rem + 3.488372093vw ,3.125rem)){.deal-popup__button--link{margin-top:calc(1.25rem + 1.875 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.subscript-popup .popup-text{margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)}}@supports not (margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.subscript-popup .popup-text{margin-bottom:calc(2.5rem + 2.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-top:clamp(0.625rem ,-0.0726744186rem + 3.488372093vw ,2.5rem)){.pagging{margin-top:clamp(.625rem ,-.0726744186rem + 3.488372093vw ,2.5rem)}}@supports not (margin-top:clamp(0.625rem ,-0.0726744186rem + 3.488372093vw ,2.5rem)){.pagging{margin-top:calc(.625rem + 1.875 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem)) or (column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem))){.pagging span{-webkit-column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem);-moz-column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem);column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem)) or (column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem))){.pagging span{-webkit-column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(1rem ,0.9069767442rem + 0.4651162791vw ,1.25rem)){.pagging span{font-size:clamp(1rem ,.9069767442rem + .4651162791vw ,1.25rem)}}@supports not (font-size:clamp(1rem ,0.9069767442rem + 0.4651162791vw ,1.25rem)){.pagging span{font-size:calc(1rem + .25 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(2.125rem ,1.7994186047rem + 1.6279069767vw ,3rem)){.section-title{font-size:clamp(2.125rem ,1.7994186047rem + 1.6279069767vw ,3rem)}}@supports not (font-size:clamp(2.125rem ,1.7994186047rem + 1.6279069767vw ,3rem)){.section-title{font-size:calc(2.125rem + .875 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.section-subttile{margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)}}@supports not (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.section-subttile{margin-bottom:calc(2rem + 1 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(6rem ,4.8372093023rem + 5.8139534884vw ,9.125rem)){.page-padding{padding-top:clamp(6rem ,4.8372093023rem + 5.8139534884vw ,9.125rem)}}@supports not (padding-top:clamp(6rem ,4.8372093023rem + 5.8139534884vw ,9.125rem)){.page-padding{padding-top:calc(6rem + 3.125 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(3.125rem ,-0.1308139535rem + 16.2790697674vw ,11.875rem)){.page-padding{padding-bottom:clamp(3.125rem ,-.1308139535rem + 16.2790697674vw ,11.875rem)}}@supports not (padding-bottom:clamp(3.125rem ,-0.1308139535rem + 16.2790697674vw ,11.875rem)){.page-padding{padding-bottom:calc(3.125rem + 8.75 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2.0625rem ,1.8066860465rem + 1.2790697674vw ,2.75rem)){.blog-item__content{padding-bottom:clamp(2.0625rem ,1.8066860465rem + 1.2790697674vw ,2.75rem)}}@supports not (padding-bottom:clamp(2.0625rem ,1.8066860465rem + 1.2790697674vw ,2.75rem)){.blog-item__content{padding-bottom:calc(2.0625rem + .6875 * (100vw - 20rem)/ 53.75)}}@supports (height:clamp(7.625rem ,2.7877906977rem + 24.1860465116vw ,20.625rem)){.blog-item__img{height:clamp(7.625rem ,2.7877906977rem + 24.1860465116vw ,20.625rem)}}@supports not (height:clamp(7.625rem ,2.7877906977rem + 24.1860465116vw ,20.625rem)){.blog-item__img{height:calc(7.625rem + 13 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.breadcrumbs{padding-top:clamp(1.25rem ,1.25rem + 0 ,1.25rem)}}@supports not (padding-top:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.breadcrumbs{padding-top:calc(1.25rem + 0 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.breadcrumbs{padding-bottom:clamp(1.25rem ,1.25rem + 0 ,1.25rem)}}@supports not (padding-bottom:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.breadcrumbs{padding-bottom:calc(1.25rem + 0 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1rem ,0.2558139535rem + 3.7209302326vw ,3rem)){.conditions-title{margin-bottom:clamp(1rem ,.2558139535rem + 3.7209302326vw ,3rem)}}@supports not (margin-bottom:clamp(1rem ,0.2558139535rem + 3.7209302326vw ,3rem)){.conditions-title{margin-bottom:calc(1rem + 2 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(0.9375rem ,-0.2020348837rem + 5.6976744186vw ,4rem)){.conditions-tabs{margin-bottom:clamp(.9375rem ,-.2020348837rem + 5.6976744186vw ,4rem)}}@supports not (margin-bottom:clamp(0.9375rem ,-0.2020348837rem + 5.6976744186vw ,4rem)){.conditions-tabs{margin-bottom:calc(.9375rem + 3.0625 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)){.conditions__content{padding-left:clamp(.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)}}@supports not (padding-left:clamp(0.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)){.conditions__content{padding-left:calc(.0000000625rem + 5.6249999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)){.conditions__content{padding-right:clamp(.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)}}@supports not (padding-right:clamp(0.0000000625rem ,-2.0930231701rem + 10.4651161628vw ,5.625rem)){.conditions__content{padding-right:calc(.0000000625rem + 5.6249999375 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem)) or (column-gap:clamp(0.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem))){.profile-form__row{-webkit-column-gap:clamp(.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem);-moz-column-gap:clamp(.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem);column-gap:clamp(.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem)}}@supports not ((-moz-column-gap:clamp(0.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem)) or (column-gap:clamp(0.0000000625rem ,-2.6976743328rem + 13.4883719767vw ,7.25rem))){.profile-form__row{-webkit-column-gap:calc(.0000000625rem + 7.2499999375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.0000000625rem + 7.2499999375 * (100vw - 20rem)/ 53.75);column-gap:calc(.0000000625rem + 7.2499999375 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem)) or (column-gap:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem))){.profile-form__item{-webkit-column-gap:clamp(.0000000625rem ,-.4651161933rem + 2.3255812791vw ,1.25rem);-moz-column-gap:clamp(.0000000625rem ,-.4651161933rem + 2.3255812791vw ,1.25rem);column-gap:clamp(.0000000625rem ,-.4651161933rem + 2.3255812791vw ,1.25rem)}}@supports not ((-moz-column-gap:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem)) or (column-gap:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem))){.profile-form__item{-webkit-column-gap:calc(.0000000625rem + 1.2499999375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.0000000625rem + 1.2499999375 * (100vw - 20rem)/ 53.75);column-gap:calc(.0000000625rem + 1.2499999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.875rem ,1.4098837209rem + 2.3255813953vw ,3.125rem)){.graf-row{padding-bottom:clamp(1.875rem ,1.4098837209rem + 2.3255813953vw ,3.125rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.4098837209rem + 2.3255813953vw ,3.125rem)){.graf-row{padding-bottom:calc(1.875rem + 1.25 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)){.invest__title{padding-left:clamp(.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)}}@supports not (padding-left:clamp(0.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)){.invest__title{padding-left:calc(.0000000625rem + 5.7499999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)){.invest__title{padding-right:clamp(.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)}}@supports not (padding-right:clamp(0.0000000625rem ,-2.139534798rem + 10.6976743023vw ,5.75rem)){.invest__title{padding-right:calc(.0000000625rem + 5.7499999375 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(0.875rem ,0.8284883721rem + 0.2325581395vw ,1rem)){.invest__title{font-size:clamp(.875rem ,.8284883721rem + .2325581395vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8284883721rem + 0.2325581395vw ,1rem)){.invest__title{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.invest-item__title{font-size:clamp(1.5rem ,.9418604651rem + 2.7906976744vw ,3rem)}}@supports not (font-size:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.invest-item__title{font-size:calc(1.5rem + 1.5 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(0.875rem ,0.851744186rem + 0.1162790698vw ,0.9375rem)){.invest-item__description{font-size:clamp(.875rem ,.851744186rem + .1162790698vw ,.9375rem)}}@supports not (font-size:clamp(0.875rem ,0.851744186rem + 0.1162790698vw ,0.9375rem)){.invest-item__description{font-size:calc(.875rem + .0625 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.3125rem ,-0.6875rem + 5vw ,3rem)){.invest-item__graf .graf-item{padding-left:clamp(.3125rem ,-.6875rem + 5vw ,3rem)}}@supports not (padding-left:clamp(0.3125rem ,-0.6875rem + 5vw ,3rem)){.invest-item__graf .graf-item{padding-left:calc(.3125rem + 2.6875 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.3125rem ,-0.6875rem + 5vw ,3rem)){.invest-item__graf .graf-item{padding-right:clamp(.3125rem ,-.6875rem + 5vw ,3rem)}}@supports not (padding-right:clamp(0.3125rem ,-0.6875rem + 5vw ,3rem)){.invest-item__graf .graf-item{padding-right:calc(.3125rem + 2.6875 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.9375rem ,-0.3415697674rem + 6.3953488372vw ,4.375rem)) or (column-gap:clamp(0.9375rem ,-0.3415697674rem + 6.3953488372vw ,4.375rem))){.invest-item__bottom{-webkit-column-gap:clamp(.9375rem ,-.3415697674rem + 6.3953488372vw ,4.375rem);-moz-column-gap:clamp(.9375rem ,-.3415697674rem + 6.3953488372vw ,4.375rem);column-gap:clamp(.9375rem ,-.3415697674rem + 6.3953488372vw ,4.375rem)}}@supports not ((-moz-column-gap:clamp(0.9375rem ,-0.3415697674rem + 6.3953488372vw ,4.375rem)) or (column-gap:clamp(0.9375rem ,-0.3415697674rem + 6.3953488372vw ,4.375rem))){.invest-item__bottom{-webkit-column-gap:calc(.9375rem + 3.4375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.9375rem + 3.4375 * (100vw - 20rem)/ 53.75);column-gap:calc(.9375rem + 3.4375 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.3125rem ,-0.5014534884rem + 4.0697674419vw ,2.5rem)){.deal-item__graf .graf-item{padding-left:clamp(.3125rem ,-.5014534884rem + 4.0697674419vw ,2.5rem)}}@supports not (padding-left:clamp(0.3125rem ,-0.5014534884rem + 4.0697674419vw ,2.5rem)){.deal-item__graf .graf-item{padding-left:calc(.3125rem + 2.1875 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.3125rem ,-0.5014534884rem + 4.0697674419vw ,2.5rem)){.deal-item__graf .graf-item{padding-right:clamp(.3125rem ,-.5014534884rem + 4.0697674419vw ,2.5rem)}}@supports not (padding-right:clamp(0.3125rem ,-0.5014534884rem + 4.0697674419vw ,2.5rem)){.deal-item__graf .graf-item{padding-right:calc(.3125rem + 2.1875 * (100vw - 20rem)/ 53.75)}}@supports (padding:clamp(0.625rem ,0.1598837209rem + 2.3255813953vw ,1.875rem)){.deal-item__textbox{padding:clamp(.625rem ,.1598837209rem + 2.3255813953vw ,1.875rem)}}@supports not (padding:clamp(0.625rem ,0.1598837209rem + 2.3255813953vw ,1.875rem)){.deal-item__textbox{padding:calc(.625rem + 1.25 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.deal-item__textbox .text{padding-right:clamp(1.25rem ,1.25rem + 0 ,1.25rem)}}@supports not (padding-right:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)){.deal-item__textbox .text{padding-right:calc(1.25rem + 0 * (100vw - 20rem)/ 53.75)}}@supports (margin-top:clamp(0.625rem ,-1.2354651163rem + 9.3023255814vw ,5.625rem)){.deal .label-read{margin-top:clamp(.625rem ,-1.2354651163rem + 9.3023255814vw ,5.625rem)}}@supports not (margin-top:clamp(0.625rem ,-1.2354651163rem + 9.3023255814vw ,5.625rem)){.deal .label-read{margin-top:calc(.625rem + 5 * (100vw - 20rem)/ 53.75)}}@supports (margin-right:clamp(0.625rem ,-0.3052325581rem + 4.6511627907vw ,3.125rem)){.menu__logo{margin-right:clamp(.625rem ,-.3052325581rem + 4.6511627907vw ,3.125rem)}}@supports not (margin-right:clamp(0.625rem ,-0.3052325581rem + 4.6511627907vw ,3.125rem)){.menu__logo{margin-right:calc(.625rem + 2.5 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem)) or (column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem))){.menu__list{-webkit-column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem);-moz-column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem);column-gap:clamp(.625rem ,.3924418605rem + 1.1627906977vw ,1.25rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem)) or (column-gap:clamp(0.625rem ,0.3924418605rem + 1.1627906977vw ,1.25rem))){.menu__list{-webkit-column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + .625 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(1.25rem ,0.3197674419rem + 4.6511627907vw ,3.75rem)) or (column-gap:clamp(1.25rem ,0.3197674419rem + 4.6511627907vw ,3.75rem))){.menu__btn{-webkit-column-gap:clamp(1.25rem ,.3197674419rem + 4.6511627907vw ,3.75rem);-moz-column-gap:clamp(1.25rem ,.3197674419rem + 4.6511627907vw ,3.75rem);column-gap:clamp(1.25rem ,.3197674419rem + 4.6511627907vw ,3.75rem)}}@supports not ((-moz-column-gap:clamp(1.25rem ,0.3197674419rem + 4.6511627907vw ,3.75rem)) or (column-gap:clamp(1.25rem ,0.3197674419rem + 4.6511627907vw ,3.75rem))){.menu__btn{-webkit-column-gap:calc(1.25rem + 2.5 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(1.25rem + 2.5 * (100vw - 20rem)/ 53.75);column-gap:calc(1.25rem + 2.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-left:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem)){.menu__btn{margin-left:clamp(.0000000625rem ,-.4651161933rem + 2.3255812791vw ,1.25rem)}}@supports not (margin-left:clamp(0.0000000625rem ,-0.4651161933rem + 2.3255812791vw ,1.25rem)){.menu__btn{margin-left:calc(.0000000625rem + 1.2499999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(2rem ,-0.2790697674rem + 11.3953488372vw ,8.125rem)){.footer-top{padding-top:clamp(2rem ,-.2790697674rem + 11.3953488372vw ,8.125rem)}}@supports not (padding-top:clamp(2rem ,-0.2790697674rem + 11.3953488372vw ,8.125rem)){.footer-top{padding-top:calc(2rem + 6.125 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2rem ,-0.0465116279rem + 10.2325581395vw ,7.5rem)){.footer-top{padding-bottom:clamp(2rem ,-.0465116279rem + 10.2325581395vw ,7.5rem)}}@supports not (padding-bottom:clamp(2rem ,-0.0465116279rem + 10.2325581395vw ,7.5rem)){.footer-top{padding-bottom:calc(2rem + 5.5 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)) or (column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem))){.footer-top__container{-webkit-column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem);-moz-column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem);column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)) or (column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem))){.footer-top__container{-webkit-column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(2rem ,-0.2790697674rem + 11.3953488372vw ,8.125rem)){.footer-bottom{padding-top:clamp(2rem ,-.2790697674rem + 11.3953488372vw ,8.125rem)}}@supports not (padding-top:clamp(2rem ,-0.2790697674rem + 11.3953488372vw ,8.125rem)){.footer-bottom{padding-top:calc(2rem + 6.125 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2rem ,-0.0465116279rem + 10.2325581395vw ,7.5rem)){.footer-bottom{padding-bottom:clamp(2rem ,-.0465116279rem + 10.2325581395vw ,7.5rem)}}@supports not (padding-bottom:clamp(2rem ,-0.0465116279rem + 10.2325581395vw ,7.5rem)){.footer-bottom{padding-bottom:calc(2rem + 5.5 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)) or (column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem))){.footer-bottom__container{-webkit-column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem);-moz-column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem);column-gap:clamp(.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem)) or (column-gap:clamp(0.625rem ,-1.398255814rem + 10.1162790698vw ,6.0625rem))){.footer-bottom__container{-webkit-column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + 5.4375 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,-0.7238372093rem + 6.7441860465vw ,4.25rem)) or (column-gap:clamp(0.625rem ,-0.7238372093rem + 6.7441860465vw ,4.25rem))){.footer-spollers{-webkit-column-gap:clamp(.625rem ,-.7238372093rem + 6.7441860465vw ,4.25rem);-moz-column-gap:clamp(.625rem ,-.7238372093rem + 6.7441860465vw ,4.25rem);column-gap:clamp(.625rem ,-.7238372093rem + 6.7441860465vw ,4.25rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,-0.7238372093rem + 6.7441860465vw ,4.25rem)) or (column-gap:clamp(0.625rem ,-0.7238372093rem + 6.7441860465vw ,4.25rem))){.footer-spollers{-webkit-column-gap:calc(.625rem + 3.625 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + 3.625 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + 3.625 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(2.125rem ,1.2877906977rem + 4.1860465116vw ,4.375rem)){.main__title{font-size:clamp(2.125rem ,1.2877906977rem + 4.1860465116vw ,4.375rem)}}@supports not (font-size:clamp(2.125rem ,1.2877906977rem + 4.1860465116vw ,4.375rem)){.main__title{font-size:calc(2.125rem + 2.25 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(3.125rem ,1.7296511628rem + 6.976744186vw ,6.875rem)){.project{padding-bottom:clamp(3.125rem ,1.7296511628rem + 6.976744186vw ,6.875rem)}}@supports not (padding-bottom:clamp(3.125rem ,1.7296511628rem + 6.976744186vw ,6.875rem)){.project{padding-bottom:calc(3.125rem + 3.75 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.work{padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)}}@supports not (padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.work{padding-bottom:calc(3rem + 4.5 * (100vw - 20rem)/ 53.75)}}@supports (gap:clamp(1rem ,0.9069767442rem + 0.4651162791vw ,1.25rem)){.work-grid{gap:clamp(1rem ,.9069767442rem + .4651162791vw ,1.25rem)}}@supports not (gap:clamp(1rem ,0.9069767442rem + 0.4651162791vw ,1.25rem)){.work-grid{gap:calc(1rem + .25 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(0.9375rem ,0.6816860465rem + 1.2790697674vw ,1.625rem)){.work-item{padding-bottom:clamp(.9375rem ,.6816860465rem + 1.2790697674vw ,1.625rem)}}@supports not (padding-bottom:clamp(0.9375rem ,0.6816860465rem + 1.2790697674vw ,1.625rem)){.work-item{padding-bottom:calc(.9375rem + .6875 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(0.0000000625rem ,-1.4883720073rem + 7.4418603488vw ,4rem)){.money{padding-top:clamp(.0000000625rem ,-1.4883720073rem + 7.4418603488vw ,4rem)}}@supports not (padding-top:clamp(0.0000000625rem ,-1.4883720073rem + 7.4418603488vw ,4rem)){.money{padding-top:calc(.0000000625rem + 3.9999999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.25rem ,-0.0058139535rem + 6.2790697674vw ,4.625rem)){.money{padding-bottom:clamp(1.25rem ,-.0058139535rem + 6.2790697674vw ,4.625rem)}}@supports not (padding-bottom:clamp(1.25rem ,-0.0058139535rem + 6.2790697674vw ,4.625rem)){.money{padding-bottom:calc(1.25rem + 3.375 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2rem ,1.4186046512rem + 2.9069767442vw ,3.5625rem)){.money-title{margin-bottom:clamp(2rem ,1.4186046512rem + 2.9069767442vw ,3.5625rem)}}@supports not (margin-bottom:clamp(2rem ,1.4186046512rem + 2.9069767442vw ,3.5625rem)){.money-title{margin-bottom:calc(2rem + 1.5625 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(10rem ,8.3720930233rem + 8.1395348837vw ,14.375rem)){.money-grid__top{margin-bottom:clamp(10rem ,8.3720930233rem + 8.1395348837vw ,14.375rem)}}@supports not (margin-bottom:clamp(10rem ,8.3720930233rem + 8.1395348837vw ,14.375rem)){.money-grid__top{margin-bottom:calc(10rem + 4.375 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(-3.125rem ,-5.4505813953rem + 11.6279069767vw ,3.125rem)){.money-grid__top{padding-left:clamp(-3.125rem ,-5.4505813953rem + 11.6279069767vw ,3.125rem)}}@supports not (padding-left:clamp(-3.125rem ,-5.4505813953rem + 11.6279069767vw ,3.125rem)){.money-grid__top{padding-left:calc(-3.125rem + 6.25 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(-3.125rem ,-5.7761627907rem + 13.2558139535vw ,4rem)){.money-grid__top{padding-right:clamp(-3.125rem ,-5.7761627907rem + 13.2558139535vw ,4rem)}}@supports not (padding-right:clamp(-3.125rem ,-5.7761627907rem + 13.2558139535vw ,4rem)){.money-grid__top{padding-right:calc(-3.125rem + 7.125 * (100vw - 20rem)/ 53.75)}}@supports (gap:clamp(1.25rem ,-1.8662790698rem + 15.5813953488vw ,9.625rem)){.money-grid__bottom{gap:clamp(1.25rem ,-1.8662790698rem + 15.5813953488vw ,9.625rem)}}@supports not (gap:clamp(1.25rem ,-1.8662790698rem + 15.5813953488vw ,9.625rem)){.money-grid__bottom{gap:calc(1.25rem + 8.375 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(3rem ,2.488372093rem + 2.5581395349vw ,4.375rem)){.money-item__title{font-size:clamp(3rem ,2.488372093rem + 2.5581395349vw ,4.375rem)}}@supports not (font-size:clamp(3rem ,2.488372093rem + 2.5581395349vw ,4.375rem)){.money-item__title{font-size:calc(3rem + 1.375 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(0.9375rem ,0.8677325581rem + 0.3488372093vw ,1.125rem)){.money-item__subtitle{font-size:clamp(.9375rem ,.8677325581rem + .3488372093vw ,1.125rem)}}@supports not (font-size:clamp(0.9375rem ,0.8677325581rem + 0.3488372093vw ,1.125rem)){.money-item__subtitle{font-size:calc(.9375rem + .1875 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(0.0000000625rem ,-2.7906975887rem + 13.9534882558vw ,7.5rem)){.why{padding-top:clamp(.0000000625rem ,-2.7906975887rem + 13.9534882558vw ,7.5rem)}}@supports not (padding-top:clamp(0.0000000625rem ,-2.7906975887rem + 13.9534882558vw ,7.5rem)){.why{padding-top:calc(.0000000625rem + 7.4999999375 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.875rem ,-0.2180232558rem + 10.4651162791vw ,7.5rem)){.why{padding-bottom:clamp(1.875rem ,-.2180232558rem + 10.4651162791vw ,7.5rem)}}@supports not (padding-bottom:clamp(1.875rem ,-0.2180232558rem + 10.4651162791vw ,7.5rem)){.why{padding-bottom:calc(1.875rem + 5.625 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.why-title{margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)}}@supports not (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.why-title{margin-bottom:calc(2rem + 1 * (100vw - 20rem)/ 53.75)}}@supports (row-gap:clamp(1.25rem ,2.2790697674rem + -1.3953488372vw ,2rem)){.why-grid{row-gap:clamp(1.25rem ,2.2790697674rem + -1.3953488372vw ,2rem)}}@supports not (row-gap:clamp(1.25rem ,2.2790697674rem + -1.3953488372vw ,2rem)){.why-grid{row-gap:calc(2rem + -.75 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem)) or (column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem))){.why-grid{-webkit-column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem);-moz-column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem);column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem)}}@supports not ((-moz-column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem)) or (column-gap:clamp(1.875rem ,-3.2412790698rem + 25.5813953488vw ,15.625rem))){.why-grid{-webkit-column-gap:calc(1.875rem + 13.75 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(1.875rem + 13.75 * (100vw - 20rem)/ 53.75);column-gap:calc(1.875rem + 13.75 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.why-grid{margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)}}@supports not (margin-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.why-grid{margin-bottom:calc(2.5rem + 2.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(0.375rem ,-0.2529069767rem + 3.1395348837vw ,2.0625rem)){.why-item__img{margin-bottom:clamp(.375rem ,-.2529069767rem + 3.1395348837vw ,2.0625rem)}}@supports not (margin-bottom:clamp(0.375rem ,-0.2529069767rem + 3.1395348837vw ,2.0625rem)){.why-item__img{margin-bottom:calc(.375rem + 1.6875 * (100vw - 20rem)/ 53.75)}}@supports (font-size:clamp(0.9375rem ,0.8212209302rem + 0.5813953488vw ,1.25rem)){.why-item__title{font-size:clamp(.9375rem ,.8212209302rem + .5813953488vw ,1.25rem)}}@supports not (font-size:clamp(0.9375rem ,0.8212209302rem + 0.5813953488vw ,1.25rem)){.why-item__title{font-size:calc(.9375rem + .3125 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(1.5625rem ,0.5159883721rem + 5.2325581395vw ,4.375rem)){.blog{padding-top:clamp(1.5625rem ,.5159883721rem + 5.2325581395vw ,4.375rem)}}@supports not (padding-top:clamp(1.5625rem ,0.5159883721rem + 5.2325581395vw ,4.375rem)){.blog{padding-top:calc(1.5625rem + 2.8125 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(3.125rem ,2.6598837209rem + 2.3255813953vw ,4.375rem)){.blog{padding-bottom:clamp(3.125rem ,2.6598837209rem + 2.3255813953vw ,4.375rem)}}@supports not (padding-bottom:clamp(3.125rem ,2.6598837209rem + 2.3255813953vw ,4.375rem)){.blog{padding-bottom:calc(3.125rem + 1.25 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1.25rem ,0.1337209302rem + 5.5813953488vw ,4.25rem)){.blog .blog-slider{margin-bottom:clamp(1.25rem ,.1337209302rem + 5.5813953488vw ,4.25rem)}}@supports not (margin-bottom:clamp(1.25rem ,0.1337209302rem + 5.5813953488vw ,4.25rem)){.blog .blog-slider{margin-bottom:calc(1.25rem + 3 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.mailing{padding-top:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)}}@supports not (padding-top:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.mailing{padding-top:calc(3rem + 4.5 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.mailing{padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)}}@supports not (padding-bottom:clamp(3rem ,1.3255813953rem + 8.3720930233vw ,7.5rem)){.mailing{padding-bottom:calc(3rem + 4.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2rem ,1.023255814rem + 4.8837209302vw ,4.625rem)){.mailing .section-title{margin-bottom:clamp(2rem ,1.023255814rem + 4.8837209302vw ,4.625rem)}}@supports not (margin-bottom:clamp(2rem ,1.023255814rem + 4.8837209302vw ,4.625rem)){.mailing .section-title{margin-bottom:calc(2rem + 2.625 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(1.25rem ,0.5988372093rem + 3.2558139535vw ,3rem)){.mailing__form{padding-top:clamp(1.25rem ,.5988372093rem + 3.2558139535vw ,3rem)}}@supports not (padding-top:clamp(1.25rem ,0.5988372093rem + 3.2558139535vw ,3rem)){.mailing__form{padding-top:calc(1.25rem + 1.75 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.25rem ,0.5988372093rem + 3.2558139535vw ,3rem)){.mailing__form{padding-bottom:clamp(1.25rem ,.5988372093rem + 3.2558139535vw ,3rem)}}@supports not (padding-bottom:clamp(1.25rem ,0.5988372093rem + 3.2558139535vw ,3rem)){.mailing__form{padding-bottom:calc(1.25rem + 1.75 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)){.mailing__form{padding-left:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)}}@supports not (padding-left:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)){.mailing__form{padding-left:calc(1rem + 15.875 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)){.mailing__form{padding-right:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)}}@supports not (padding-right:clamp(1rem ,-4.9069767442rem + 29.5348837209vw ,16.875rem)){.mailing__form{padding-right:calc(1rem + 15.875 * (100vw - 20rem)/ 53.75)}}@supports (margin-top:clamp(2rem ,1rem + 5vw ,4.6875rem)){.mailing-links{margin-top:clamp(2rem ,1rem + 5vw ,4.6875rem)}}@supports not (margin-top:clamp(2rem ,1rem + 5vw ,4.6875rem)){.mailing-links{margin-top:calc(2rem + 2.6875 * (100vw - 20rem)/ 53.75)}}@supports (gap:clamp(1.25rem ,0.5523255814rem + 3.488372093vw ,3.125rem)){.mailing-links{gap:clamp(1.25rem ,.5523255814rem + 3.488372093vw ,3.125rem)}}@supports not (gap:clamp(1.25rem ,0.5523255814rem + 3.488372093vw ,3.125rem)){.mailing-links{gap:calc(1.25rem + 1.875 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.product__grid{padding-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.5697674419rem + 4.6511627907vw ,5rem)){.product__grid{padding-bottom:calc(2.5rem + 2.5 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem)) or (column-gap:clamp(0.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem))){.product__grid{-webkit-column-gap:clamp(.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem);-moz-column-gap:clamp(.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem);column-gap:clamp(.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem)}}@supports not ((-moz-column-gap:clamp(0.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem)) or (column-gap:clamp(0.0000000625rem ,-2.2790696817rem + 11.3953487209vw ,6.125rem))){.product__grid{-webkit-column-gap:calc(.0000000625rem + 6.1249999375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.0000000625rem + 6.1249999375 * (100vw - 20rem)/ 53.75);column-gap:calc(.0000000625rem + 6.1249999375 * (100vw - 20rem)/ 53.75)}}@supports (max-width:clamp(6.25rem ,-4.5639534884rem + 54.0697674419vw ,35.3125rem)){.product__slider{max-width:clamp(6.25rem ,-4.5639534884rem + 54.0697674419vw ,35.3125rem)}}@supports not (max-width:clamp(6.25rem ,-4.5639534884rem + 54.0697674419vw ,35.3125rem)){.product__slider{max-width:calc(6.25rem + 29.0625 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.product-attributes{margin-bottom:clamp(1.5rem ,.9418604651rem + 2.7906976744vw ,3rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.product-attributes{margin-bottom:calc(1.5rem + 1.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.product-items{margin-bottom:clamp(1.5rem ,.9418604651rem + 2.7906976744vw ,3rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.9418604651rem + 2.7906976744vw ,3rem)){.product-items{margin-bottom:calc(1.5rem + 1.5 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(0.25rem ,-0.0523255814rem + 1.511627907vw ,1.0625rem)){.product-items__item dt{margin-bottom:clamp(.25rem ,-.0523255814rem + 1.511627907vw ,1.0625rem)}}@supports not (margin-bottom:clamp(0.25rem ,-0.0523255814rem + 1.511627907vw ,1.0625rem)){.product-items__item dt{margin-bottom:calc(.25rem + .8125 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(1.875rem ,1.2470930233rem + 3.1395348837vw ,3.5625rem)){.active-project{padding-top:clamp(1.875rem ,1.2470930233rem + 3.1395348837vw ,3.5625rem)}}@supports not (padding-top:clamp(1.875rem ,1.2470930233rem + 3.1395348837vw ,3.5625rem)){.active-project{padding-top:calc(1.875rem + 1.6875 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(1.25rem ,0.226744186rem + 5.1162790698vw ,4rem)){.active-project{padding-bottom:clamp(1.25rem ,.226744186rem + 5.1162790698vw ,4rem)}}@supports not (padding-bottom:clamp(1.25rem ,0.226744186rem + 5.1162790698vw ,4rem)){.active-project{padding-bottom:calc(1.25rem + 2.75 * (100vw - 20rem)/ 53.75)}}@supports (padding-left:clamp(0.0000000625rem ,-3.0232557282rem + 15.1162789535vw ,8.125rem)){.active-project{padding-left:clamp(.0000000625rem ,-3.0232557282rem + 15.1162789535vw ,8.125rem)}}@supports not (padding-left:clamp(0.0000000625rem ,-3.0232557282rem + 15.1162789535vw ,8.125rem)){.active-project{padding-left:calc(.0000000625rem + 8.1249999375 * (100vw - 20rem)/ 53.75)}}@supports (width:clamp(11.5625rem ,4.9345930233rem + 33.1395348837vw ,29.375rem)){.active-project__slide-item{width:clamp(11.5625rem ,4.9345930233rem + 33.1395348837vw ,29.375rem)}}@supports not (width:clamp(11.5625rem ,4.9345930233rem + 33.1395348837vw ,29.375rem)){.active-project__slide-item{width:calc(11.5625rem + 17.8125 * (100vw - 20rem)/ 53.75)}}@supports (padding-right:clamp(0.625rem ,-1.9331395349rem + 12.7906976744vw ,7.5rem)){.signup__left{padding-right:clamp(.625rem ,-1.9331395349rem + 12.7906976744vw ,7.5rem)}}@supports not (padding-right:clamp(0.625rem ,-1.9331395349rem + 12.7906976744vw ,7.5rem)){.signup__left{padding-right:calc(.625rem + 6.875 * (100vw - 20rem)/ 53.75)}}@supports (padding-top:clamp(5rem ,3.4651162791rem + 7.6744186047vw ,9.125rem)){.signup__left{padding-top:clamp(5rem ,3.4651162791rem + 7.6744186047vw ,9.125rem)}}@supports not (padding-top:clamp(5rem ,3.4651162791rem + 7.6744186047vw ,9.125rem)){.signup__left{padding-top:calc(5rem + 4.125 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2.5rem ,1.1744186047rem + 6.6279069767vw ,6.0625rem)){.signup__left{padding-bottom:clamp(2.5rem ,1.1744186047rem + 6.6279069767vw ,6.0625rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.1744186047rem + 6.6279069767vw ,6.0625rem)){.signup__left{padding-bottom:calc(2.5rem + 3.5625 * (100vw - 20rem)/ 53.75)}}@supports (margin-top:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.signup-radio__list{margin-top:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)}}@supports not (margin-top:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.signup-radio__list{margin-top:calc(2rem + 1 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1rem ,0.8139534884rem + 0.9302325581vw ,1.5rem)){.signup-radio__list{margin-bottom:clamp(1rem ,.8139534884rem + .9302325581vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.8139534884rem + 0.9302325581vw ,1.5rem)){.signup-radio__list{margin-bottom:calc(1rem + .5 * (100vw - 20rem)/ 53.75)}}@supports ((-moz-column-gap:clamp(0.625rem ,-0.2587209302rem + 4.4186046512vw ,3rem)) or (column-gap:clamp(0.625rem ,-0.2587209302rem + 4.4186046512vw ,3rem))){.signup-radio__list{-webkit-column-gap:clamp(.625rem ,-.2587209302rem + 4.4186046512vw ,3rem);-moz-column-gap:clamp(.625rem ,-.2587209302rem + 4.4186046512vw ,3rem);column-gap:clamp(.625rem ,-.2587209302rem + 4.4186046512vw ,3rem)}}@supports not ((-moz-column-gap:clamp(0.625rem ,-0.2587209302rem + 4.4186046512vw ,3rem)) or (column-gap:clamp(0.625rem ,-0.2587209302rem + 4.4186046512vw ,3rem))){.signup-radio__list{-webkit-column-gap:calc(.625rem + 2.375 * (100vw - 20rem)/ 53.75);-moz-column-gap:calc(.625rem + 2.375 * (100vw - 20rem)/ 53.75);column-gap:calc(.625rem + 2.375 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(1rem ,0.8139534884rem + 0.9302325581vw ,1.5rem)){.signup-input__list{margin-bottom:clamp(1rem ,.8139534884rem + .9302325581vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.8139534884rem + 0.9302325581vw ,1.5rem)){.signup-input__list{margin-bottom:calc(1rem + .5 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(0.5rem ,0.1279069767rem + 1.8604651163vw ,1.5rem)){.signup-input__list li{margin-bottom:clamp(.5rem ,.1279069767rem + 1.8604651163vw ,1.5rem)}}@supports not (margin-bottom:clamp(0.5rem ,0.1279069767rem + 1.8604651163vw ,1.5rem)){.signup-input__list li{margin-bottom:calc(.5rem + 1 * (100vw - 20rem)/ 53.75)}}@supports (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.signup-checkbox__list{margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)}}@supports not (margin-bottom:clamp(2rem ,1.6279069767rem + 1.8604651163vw ,3rem)){.signup-checkbox__list{margin-bottom:calc(2rem + 1 * (100vw - 20rem)/ 53.75)}}@supports (padding-bottom:clamp(2.75rem ,-5.2965116279rem + 40.2325581395vw ,24.375rem)){.login__left{padding-bottom:clamp(2.75rem ,-5.2965116279rem + 40.2325581395vw ,24.375rem)}}@supports not (padding-bottom:clamp(2.75rem ,-5.2965116279rem + 40.2325581395vw ,24.375rem)){.login__left{padding-bottom:calc(2.75rem + 21.625 * (100vw - 20rem)/ 53.75)}}}@media (any-hover:hover){.select__option:hover{background:#d9d9d9}}.webp .conditions-bottom__img--l{background-image:url(../img/con1.webp)}.webp .conditions-bottom__img--r{background-image:url(../img/con2.webp)}.webp .main{background-image:url(../img/main-bg.webp)}.webp .work-item:nth-child(4)::after{background-image:url(../img/hand-okay.webp)}.webp .signup__right{background-image:url(../img/signup-bg.webp)}.webp .login__right{background-image:url(../img/login-bg.webp)}@media (max-width:29.99875em){.webp .main{background-image:url(../img/main-bg2.webp)}}.title_subscribe_ok{font-size:48px}
@media (min-width: 768px){
   .conditions-bottom__img--l{
           width: calc(50% - 125px);
           max-width: calc(50% - 125px);
   } 
   .conditions-bottom__img--r {
        background-position: unset;
    }
}
