@charset "UTF-8";.custom-checkbox{position:relative}.custom-checkbox.error span{color:red!important}.custom-checkbox.error span:before{border-color:red}.custom-checkbox .wpcf7-not-valid-tip{display:none}.custom-checkbox input{position:absolute;visibility:hidden;z-index:-1;opacity:0;inset:0}.custom-checkbox span{margin:0!important;cursor:pointer;position:relative;z-index:2;display:inline-flex;gap:.4rem;min-height:clamp(49px,3.4091vw,6rem);align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;color:var(--cl-a);font-family:var(--second-family);font-size:clamp(14px,1.1364vw,2rem)!important;font-style:normal;font-weight:800;line-height:normal!important;text-transform:uppercase;padding:1.55rem clamp(12px,3.9773vw,7rem);background:var(--bg-b);transition:all .3s;border-radius:5rem;border:.1rem solid var(--cl-a);text-align:center}.custom-checkbox input:checked+span{background:var(--bg-a);color:var(--cl-b)}.main-button img,.main-button .sprite{position:relative;display:flex;width:2.4rem;aspect-ratio:1}.round-button{display:flex;width:clamp(39px,3.125vw,5.5rem);height:clamp(39px,3.125vw,5.5rem);border-radius:100%;border-radius:40px;overflow:hidden;justify-content:center;align-items:center;background:var(--gr-a)}.round-button img{width:clamp(12px,.9091vw,1.6rem);height:clamp(12px,.9091vw,1.6rem);filter:brightness(0) invert(1);rotate:-135deg;transition:all .3s}.swiper-btn{display:flex;width:4.4rem;height:4.4rem;border-radius:100%;border-radius:50%;overflow:hidden;justify-content:center;align-items:center;color:var(--cl-a);border:.1rem solid var(--cl-a);background:linear-gradient(90deg,rgba(190,138,220,.2) 0%,rgba(34,102,248,.2) 56.11%);box-shadow:.1rem 0 .7rem 0 rgba(221,218,218,.25),0 .4rem 3rem 0 rgba(34,102,248,.39) inset,0 .3rem 1rem 0 rgba(255,251,251,.25) inset;-webkit-backdrop-filter:blur(1.25rem);backdrop-filter:blur(1.25rem)}.swiper-btn.swiper-button-disabled{opacity:.2;pointer-events:none}.reset-btn{display:flex;gap:1.6rem;align-items:center;padding:.4rem 2.2rem;color:var(--cl-a);transition:all .3s;font-family:var(--second-family);font-size:clamp(14px,1.1364vw,2rem);font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.reset-btn i{width:1.4rem;height:1.4rem}.up-btn.active{opacity:1;visibility:visible}.modal.active{transform:scale(1)}.custom-select input[type=hidden]{display:none}.custom-select .select-field.active:not(.disabled){border-color:var(--select-border-color-focus);box-shadow:var(--select-shadow-focus)}.custom-select .select-field.active:not(.disabled) .arrow-down{transform:rotate(180deg)}.custom-select .select-field.disabled{background-color:var(--select-background-disabled);border-color:var(--select-border-color-disabled);cursor:not-allowed;opacity:var(--select-opacity-disabled)}.custom-select .select-field.disabled .arrow-down{cursor:not-allowed}.custom-select .selected-option{display:inline-flex;align-items:center;gap:.6rem;padding:var(--select-option-selected-padding);background-color:var(--select-option-selected-background);color:var(--select-option-selected-color);border:var(--select-border-width) solid var(--select-option-selected-border);border-radius:var(--select-option-selected-border-radius);font-size:var(--select-option-selected-font-size);text-transform:var(--select-option-selected-text-transform);font-weight:var(--select-option-selected-font-weight);line-height:1.2;max-width:var(--select-option-selected-width)}.custom-select .selected-option .option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:var(--select-option-label-width)}.custom-select .selected-option i.sprite{flex-shrink:0;width:1.6rem;height:1.6rem;margin-right:.4rem}.custom-select .selected-option .remove-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--select-remove-button-size);height:var(--select-remove-button-size);color:var(--select-remove-button-color);background:0 0;border:none;border-radius:50%;cursor:pointer;transition:all var(--select-transition-duration) var(--select-transition-timing);flex-shrink:0}.custom-select .selected-option .remove-btn:hover{color:var(--select-remove-button-hover-color);background-color:var(--select-remove-button-hover-background)}.custom-select .options-container.active{opacity:1;visibility:visible;transform:translateY(0)}.custom-select .option i.sprite{flex-shrink:0;width:1.6rem;height:1.6rem;margin-right:.8rem}.custom-select .option.active{pointer-events:none;background-color:var(--select-option-active-background);color:var(--select-option-active-color)}.custom-select .option.disabled{color:var(--select-option-disabled-color);background-color:var(--select-option-disabled-background);cursor:not-allowed;opacity:var(--select-opacity-disabled)}.custom-select.selected .placeholder{display:none}.custom-select.size-small{--select-height:3.6rem;--select-min-height:3.6rem;--select-padding-horizontal:1.2rem;--select-padding-vertical:.8rem;--select-font-size:1.3rem;--select-option-selected-font-size:1.2rem;--select-option-font-size:1.3rem;--select-dropdown-max-width:25rem;--select-dropdown-min-width:15rem;--select-option-max-width:20rem}.custom-select.size-small .selected-options{max-width:15rem}.custom-select.size-small .selected-options .option-label{max-width:12rem}.custom-select.size-large{--select-height:5.6rem;--select-min-height:5.6rem;--select-padding-horizontal:2rem;--select-padding-vertical:1.6rem;--select-font-size:1.6rem;--select-option-selected-font-size:1.4rem;--select-option-font-size:1.6rem;--select-dropdown-max-width:35rem;--select-dropdown-min-width:25rem;--select-option-max-width:30rem}.custom-select.size-large .selected-options{max-width:25rem}.custom-select.size-large .selected-options .option-label{max-width:20rem}.custom-select.variant-error{--select-border-color:#ef4444;--select-border-color-hover:#dc2626;--select-border-color-focus:#ef4444;--select-shadow-focus:0 0 0 .3rem rgba(239,68,68,.1)}.custom-select.variant-success{--select-border-color:#10b981;--select-border-color-hover:#059669;--select-border-color-focus:#10b981;--select-shadow-focus:0 0 0 .3rem rgba(16,185,129,.1)}.custom-select.variant-warning{--select-border-color:#f59e0b;--select-border-color-hover:#d97706;--select-border-color-focus:#f59e0b;--select-shadow-focus:0 0 0 .3rem rgba(245,158,11,.1)}.mobile.active{display:flex}.header .burger__line{position:absolute;left:50%;top:50%;width:100%;height:var(--burger-line-height);background:currentColor;transform:translate(-50%,-50%);transition:transform .3s ease-in-out,opacity .5s,background .3s ease-in-out;border-radius:var(--border-radius)}.header .burger.active::before{background:currentColor;top:50%;transform:rotate(45deg) translate(-50%,-50%);transition:transform .3s ease-in-out,top .3s ease-in-out}.header .burger.active::after{background:currentColor;top:50%;transform:rotate(-45deg) translate(-50%,-50%);transition:transform .3s ease-in-out,top .3s ease-in-out}.header .burger.active .burger__line{background:currentColor;transform:scale(0);transition:transform .3s ease-in-out}.header .lang-switcher.active>.lang-item:after{transform:scaleY(-1)}.modal__box{display:flex;flex-direction:column;align-items:center;gap:clamp(2.4rem,1.8182vw,3.2rem);width:100%}.modal .main-form .wpcf7{width:100%}.modal .main-form form{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(10px,2.0455vw,3.6rem) clamp(10px,1.8182vw,3.2rem)}.modal .main-form .wpcf7-not-valid-tip{position:relative;text-align:left;top:8px}.modal .main-form label textarea{width:100%;height:clamp(17px,1.3636vw,2.4rem);transition:all .3s;font-family:var(--second-family);font-size:clamp(14px,1.1364vw,2rem);font-style:normal;font-weight:400;line-height:120%;color:var(--cl-b)}.modal .main-form label textarea::-moz-placeholder{text-transform:uppercase;font-family:var(--second-family);font-size:clamp(14px,1.1364vw,2rem);color:rgba(12,9,9,.5);font-weight:400;line-height:120%}.modal .main-form label textarea::placeholder{text-transform:uppercase;font-family:var(--second-family);font-size:clamp(14px,1.1364vw,2rem);color:rgba(12,9,9,.5);font-weight:400;line-height:120%}.error-section{padding:calc(clamp(50px,11.0909vw,12.2rem) - clamp(16px,2.1818vw,2.4rem)) 0 clamp(40px,7.2727vw,8rem);position:relative;z-index:1}.error-section__blur{position:absolute;top:0;left:0;z-index:-1;pointer-events:none;width:clamp(280px,31.25vw,55rem);height:clamp(100px,8.8636vw,15.6rem);border-radius:0 77.1591vw 77.1591vw 0;background:#8b63fa;filter:blur(19rem)}.error-section__bg{position:absolute;z-index:-1;right:0;display:flex;pointer-events:none;width:min(12.85vw,18.5rem);height:min(50vw,72rem)}.error-section__bg img,.error-section__bg picture{width:100%;height:100%}.error-section__box{display:flex;flex-direction:column;gap:clamp(24px,2.9091vw,3.2rem)}.error-section__box>.sprite{display:flex;align-self:center;width:100%;height:100%;max-width:clamp(361px,74.7273vw,82.2rem);max-height:clamp(158px,32.7273vw,36rem)}.error-section__box .editor p:not([class]){color:var(--cl-w);font-size:clamp(16px,1.6364vw,1.8rem);line-height:clamp(22px,2.1818vw,2.4rem);letter-spacing:-.1rem}.error-section__box .editor .main-button{margin-top:.8rem;min-width:20.4rem}.main-top{grid-gap:1.3rem;display:grid;grid-template-columns:1fr auto;width:100%;align-items:center}.main-top .main-link{font-size:clamp(1.6rem,1.5358vw,1.8rem)}.main-top .editor:only-child{grid-column:1/-1;justify-self:center}.main-nav{display:flex;align-items:center;gap:1.2rem}.main-nav__btn{display:flex;align-items:center;justify-content:center;grid-gap:.8rem;transition:all .4s;text-align:center;font-family:var(--font-family);font-weight:500;font-size:1.4rem;color:var(--cl-a);border-radius:1.2rem;width:-moz-fit-content;width:fit-content;height:clamp(3.8rem,3.5836vw,4.2rem);background:var(--bg-j);padding:clamp(1rem,1.0239vw,1.2rem) clamp(1.4rem,1.3652vw,1.6rem);border:solid .1rem transparent}.main-nav__btn.active{color:var(--cl-a);background:rgba(87,224,108,.2);border-color:var(--br-a)}.main-nav__btn:hover{color:var(--cl-d)}.main-nav__btn:active{color:var(--cl-a);background:rgba(87,224,108,.2);border-color:var(--br-a)}@media (min-width:768px){.header.mode .header__nav{top:clamp(24px,2.2727vw,4rem);transform:translate(-50%,-15%);position:fixed}}@media (min-width:1024px){.header.mode .header__nav{transform:translate(-50%,-10%)}.error-section__bg{top:0}}@media (max-width:1023.98px){.error-section__bg{bottom:0}}@media (max-width:768px){.custom-select .selected-option{font-size:var(--select-mob-option-selected-font-size);padding:var(--select-mob-option-selected-padding)}}@media (max-width:767.98px){.mobile.active .header__nav ul{opacity:1;visibility:visible}.mobile .header__nav ul a.disabled,.mobile .header__nav ul .menu-button.disabled{display:none}.mobile .header__nav ul .menu-button{width:-moz-fit-content;width:fit-content;justify-content:space-between}.mobile .header__nav ul .menu-item-has-children{width:100%}.mobile .header__nav .sub-menu{align-items:center}.header__box.active{transition-delay:0s;border-radius:2.2rem}}@media (max-width:767.98px) and (max-width:767.98px){.mobile .header__nav .sub-menu a{font-size:1.6rem}}@media (max-width:575.98px){.custom-checkbox span{font-weight:700;line-height:120%}.reset-btn{padding:.4rem 0}.modal .main-form form{grid-template-columns:100%}.error-section__bg{display:none}.error-section{padding:34px 0 50px}}@media (hover:hover){.round-button:hover img{transform:scale(1.25)}.swiper-btn:hover img{transform:scale(1.25)}.reset-btn:hover{opacity:.7}}@media (hover:none){.round-button:active img{transform:scale(1.25)}.swiper-btn:active img{transform:scale(1.25)}.reset-btn:active{opacity:.7}}