.custom-checkbox{position:relative}.custom-checkbox .wpcf7-not-valid-tip{display:none}.custom-checkbox input{position:absolute;visibility:hidden;z-index:-1;opacity:0}.custom-checkbox .custom-checkbox__content,.custom-checkbox .wpcf7-list-item-label{cursor:pointer;position:relative;z-index:2;display:inline;gap:4px;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;color:var(--cl-e);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.custom-checkbox .custom-checkbox__content::before,.custom-checkbox .wpcf7-list-item-label::before{cursor:pointer;content:"";display:inline-block;flex-shrink:0;flex-grow:0;background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;background-repeat:no-repeat;width:24px;height:24px;border-radius:4px;border:solid 2px var(--cl-e);margin-right:16px;float:left}.custom-checkbox .custom-checkbox__content a,.custom-checkbox .wpcf7-list-item-label a{display:inline-block;color:var(--cl-e);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transition:all .3s}.custom-checkbox .custom-checkbox__content a:hover,.custom-checkbox .wpcf7-list-item-label a:hover{text-decoration-color:transparent}.custom-checkbox input:checked+.custom-checkbox__content::before{background-color:var(--cl-e);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.335 4 6 11.333 2.668 8'/%3E%3C/svg%3E")}.custom-checkbox input:checked+.wpcf7-list-item-label::before{background-color:var(--cl-e);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.335 4 6 11.333 2.668 8'/%3E%3C/svg%3E")}.wpcf7-list-item{margin:0}.radio-checkbox{position:relative}.radio-checkbox .wpcf7-not-valid-tip{display:none}.radio-checkbox input{position:absolute;visibility:hidden;z-index:-1;opacity:0}.radio-checkbox .radio-checkbox__content,.radio-checkbox .wpcf7-list-item-label{cursor:pointer;position:relative;z-index:2;display:flex;gap:10px;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;color:var(--cl-f);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.radio-checkbox .radio-checkbox__content::before,.radio-checkbox .wpcf7-list-item-label::before{cursor:pointer;content:"";display:inline-block;flex-shrink:0;flex-grow:0;background-position:50% 50%;background-size:10px 10px;background-repeat:no-repeat;background-repeat:no-repeat;width:24px;height:24px;border-radius:100%;border:solid 2px var(--br-g)}.radio-checkbox input:checked+.radio-checkbox__content::before{border-color:var(--cl-h);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A2896D'/%3E%3C/svg%3E")}.radio-checkbox input:checked+.wpcf7-list-item-label::before{border-color:var(--cl-h);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A2896D'/%3E%3C/svg%3E")}.radio-button{position:relative;display:flex;flex-direction:column;gap:20px}.radio-button input{position:absolute;visibility:hidden;z-index:-1;opacity:0}.radio-button__image{background-color:var(--bg-c);width:100%;height:clamp(160px,20vw,290px);border-radius:clamp(12px,2.34375vw,24px);outline:solid 2px transparent;overflow:hidden;cursor:pointer;transition:all .3s}.radio-button__image img,.radio-button__image picture{transition:all .5s;width:100%;height:100%}.radio-button .radio-button__content{padding-left:34px;cursor:pointer;position:relative;z-index:2;display:flex;flex-direction:column;gap:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;color:var(--cl-f);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.radio-button .radio-button__content::before{position:absolute;left:0;top:-1px;cursor:pointer;content:"";display:inline-block;flex-shrink:0;flex-grow:0;background-position:50% 50%;background-size:10px 10px;background-repeat:no-repeat;background-repeat:no-repeat;width:24px;height:24px;border-radius:100%;border:solid 2px var(--cl-h)}.radio-button .radio-button__content .title{font-size:16px;font-weight:500}.radio-button .radio-button__content span{transition:all .3s}.radio-button:hover .radio-button__image img,.radio-button:hover .radio-button__image picture{transform:scale(1.03)}.radio-button:hover span{color:var(--cl-e)}.radio-button input:checked~.radio-button__content::before{border-color:var(--cl-h);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A2896D'/%3E%3C/svg%3E")}.radio-button.error .radio-button__image{outline-color:red}.radio-button.error .radio-button__content::before{border-color:red}.radio-switcher{display:flex;align-items:center;min-height:22px;gap:10px;position:relative;vertical-align:middle;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5}.radio-switcher__label{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:130%;color:var(--cl-f);margin-right:-35px;padding-right:35px;position:relative;z-index:2;cursor:pointer}.radio-switcher__label:last-of-type{margin-right:0;padding-right:0;padding-left:35px;margin-left:-35px}.radio-switcher__toggle{pointer-events:none;flex-shrink:0;position:relative;display:inline-block;box-sizing:border-box;cursor:pointer;width:48px;height:24px;border-radius:12px;border:solid 2px transparent;vertical-align:top;background:var(--bg-c);transition:.2s}.radio-switcher__thumb{position:absolute;top:2px;left:3px;display:inline-block;width:16px;height:16px;border-radius:50%;background:var(--cl-e);transition:.15s}.radio-switcher input{display:block;width:0;height:0;position:absolute;z-index:-1;opacity:0}.radio-switcher:hover .radio-switcher__toggle{box-shadow:0 4px 4px 0 rgba(142,141,208,.16)}.radio-switcher #for-whom-right:checked~.radio-switcher__toggle{border-color:var(--cl-e)}.radio-switcher #for-whom-right:checked~.radio-switcher__toggle .radio-switcher__thumb{transform:translateX(22px)}.radio-switcher input:disabled+.radio-switcher__thumb{filter:grayscale(70%);border-color:rgba(0,0,0,.1)}.range{position:relative;display:flex;flex-direction:column;gap:16px;padding-top:9px}.range__box{position:relative;width:100%;margin:0 auto}.slider-track{width:100%;height:2px;border-radius:999px;background:var(--bg-g);position:absolute;top:50%;left:50%;transform:translateX(-50%)}.slider-range{height:2px;background:var(--cl-h);position:absolute;top:50%}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;width:calc(100% - 1px);background:0 0;position:absolute;pointer-events:none;height:0;top:50%}input[type=range]:last-of-type::-webkit-slider-thumb{margin-left:-1px}input[type=range]::-webkit-slider-thumb{position:relative;-webkit-appearance:none;height:20px;width:20px;border-radius:2px;background:var(--cl-h);cursor:pointer;pointer-events:auto;margin-left:-2px;-webkit-transition:background .3s;transition:background .3s}input[type=range]::-webkit-slider-thumb:hover{background:var(--cl-e)}.values{display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:16px}.values__box{display:flex;flex-direction:column;gap:2px;align-items:center}.values__box span{color:var(--cl-e);text-align:center;font-family:var(--second-family);font-size:10px;font-style:normal;font-weight:400;line-height:normal}.values label{position:relative;display:flex;align-items:center;justify-content:center;color:var(--cl-c);font-family:var(--second-family);font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:75px;height:37px;border-radius:8px;border:1px solid var(--br-d);padding:10px 5px}.values input{width:-moz-fit-content;width:fit-content;padding:0;transition:left .1s ease-out;color:var(--cl-c);font-family:var(--second-family);font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-align:center}:root{--primary-color:#007aff;--primary-light:#e0f0ff;--secondary-color:#6c757d;--success-color:#34c759;--warning-color:#ffcc00;--error-color:#ff3b30;--background-color:#f2f2f7;--surface-color:var(--bg-j);--text-primary:#000000;--text-secondary:var(--cl-a);--text-disabled:#c7c7cc;--border-color:#d1d1d6;--shadow-color:rgba(0, 0, 0, 0.08);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:10px;--spacing-lg:24px;--spacing-xl:32px;--transition-fast:0.15s ease;--transition-normal:0.25s ease}.custom-select{position:relative;width:100%;font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content;min-width:150px;height:40px}.custom-select .sprite{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:currentColor}.custom-select .sprite svg{width:100%;height:auto}.custom-select .select-field{display:flex;align-items:center;justify-content:space-between;padding:7px 6px 9px 12px;border-radius:8px;height:100%;border:1px solid var(--br-b);background:0 0;cursor:pointer;height:40px;transition:all var(--transition-normal)}.custom-select .select-field.active{border-radius:16px 16px 0 0;background:var(--cl-j);border-color:transparent}.custom-select .select-field:hover .option-label{color:var(--cl-e)}.custom-select .select-field:hover .arrow-down{color:var(--cl-e)}.custom-select .select-field:hover .select-field__icon i{color:var(--cl-e)}.custom-select .select-field__icon{display:flex;margin-right:5px}.custom-select .select-field__icon i{width:24px;height:24px;color:var(--cl-i)}.custom-select .select-field__icon i svg{transition:all var(--transition-normal);width:100%;height:auto}.custom-select .selected-options{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);min-height:24px;color:currentColor;width:100%;z-index:2}.custom-select .placeholder{color:inherit}.custom-select .arrow-down{color:inherit;transition:transform var(--transition-normal),color var(--transition-normal)}.custom-select .select-field.active .arrow-down{transform:scaleY(-1)}.custom-select .options-container{position:absolute;top:100%;left:0;width:100%;max-height:0;overflow:hidden;background:var(--cl-j);border-radius:0 0 16px 16px;box-shadow:0 4px 8px 0 rgba(142,141,208,.16);z-index:10;opacity:0;transition:all var(--transition-normal);list-style:none}.custom-select .options-container::-webkit-scrollbar-thumb{border-radius:4px;background:#93785f}.custom-select .options-container::-webkit-scrollbar-track{background-color:transparent}.custom-select .options-container::-webkit-scrollbar{width:3px;border-radius:16px;display:block}.custom-select .options-container.active{opacity:1;max-height:240px;overflow-y:auto}.custom-select .option{display:flex;align-items:center;cursor:pointer;transition:background-color var(--transition-fast)}.custom-select .option:hover .option-text{color:var(--cl-e)}.custom-select .option.active .option-text{background:var(--bg-f)}.custom-select .option.disabled{opacity:.5;cursor:not-allowed}.custom-select .option-text{display:flex;padding:12px 16px;align-items:center;gap:10px;width:100%;cursor:pointer;transition:all .3s;color:var(--cl-c);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;height:45px}.custom-select .selected-option{display:flex;align-items:center;width:100%}.custom-select .option-label{flex-grow:1;overflow:hidden;width:100%;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;transition:all .3s;color:var(--cl-r);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;margin-right:7px}.custom-select .remove-btn{display:flex;align-items:center;justify-content:center;width:clamp(20px,2.87vw,24px);height:clamp(20px,2.87vw,24px);background-color:var(--bg-j);cursor:pointer;color:var(--cl-a);border-radius:var(--radius-sm);margin-right:-16px}.custom-select .remove-btn svg{width:10px;height:10px}.custom-select .selected-values{margin-top:var(--spacing-md);display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.custom-select .selected-value-item{display:flex;align-items:center;background-color:var(--primary-light);border-radius:var(--radius-sm);padding:var(--spacing-sm);color:var(--primary-color)}.custom-select .placeholder{color:var(--cl-g);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:normal}.custom-select.lang{min-width:89px;margin-left:-6px;height:32px}.custom-select.lang .option-label{margin:0}.custom-select.lang .option-label{color:var(--cl-i)}.custom-select.lang .select-field{padding:0 6px;border-radius:8px 8px 0 0;border:1px solid transparent;background:0 0;height:32px}.custom-select.lang .select-field.active{background:var(--cl-j);border-color:transparent}.custom-select.lang .select-field:hover .option-label{color:var(--cl-e)}.custom-select.lang .select-field:hover .arrow-down{color:var(--cl-e)}.custom-select.lang .options-container{top:100%;border-radius:0 0 8px 8px}.custom-select.lang .option-text{padding:12px 16px 12px 36px;height:32px}.lightpick{box-shadow:0 5px 16px 0 rgba(1,0,73,.08);background:var(--bg-a);border-radius:12px;border:none;padding:10px;transform:translate(-5px,0)}.lightpick .lightpick__day.is-end-date.is-in-range.is-flipped,.lightpick .lightpick__day.is-start-date.is-in-range{background-color:#a2896d}.lightpick .lightpick__select{color:var(--cl-i)}.lightpick .lightpick__day.is-end-date.is-in-range,.lightpick .lightpick__day.is-start-date.is-in-range.is-flipped{background-color:#a2896d}.lightpick .lightpick__close-action,.lightpick .lightpick__next-action,.lightpick .lightpick__previous-action{background-color:rgba(162,137,109,.1411764706)}.lightpick .lightpick__day.is-end-date,.lightpick .lightpick__day.is-end-date:hover,.lightpick .lightpick__day.is-start-date,.lightpick .lightpick__day.is-start-date:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23a2896d' cx='16' cy='16' r='16'/%3E%3C/svg%3E")}.lightpick__day.is-in-range{background-color:rgba(162,137,109,.1215686275)}i.sprite{display:inline-flex}.main-btn{display:inline-flex;align-items:center;justify-content:center;grid-gap:10px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:relative;z-index:1;font-family:var(--font-family);font-weight:400;font-size:clamp(16px,1.953125vw,20px);line-height:130%;color:var(--cl-a);overflow:hidden;transition:color .2s ease,background-color .3s ease;transition-delay:.1s;border-radius:8px;padding:16px 32px;background:var(--cl-h);text-decoration:none}.main-btn:hover{background:var(--cl-k)}.main-btn:disabled{opacity:.6;pointer-events:none}.main-btn--transparent{transition:all .3s;transition-delay:initial;background:0 0;border:solid 1px var(--cl-h);color:var(--cl-h)}.main-btn--transparent:hover{color:var(--cl-a);background:var(--cl-k);border-color:var(--cl-k)}[data-btn-modal] svg{pointer-events:none}.modal{margin:auto;transform:scale(.8);display:none}.modal.active{transform:scale(1)}.modal .close{position:absolute;display:flex;align-items:center;justify-content:center;z-index:5;right:10px;top:10px;width:24px;height:24px;transition:all .3s}.modal .close:hover{opacity:.7}.modal .close svg{pointer-events:none;width:100%;height:100%}[data-loader]{position:relative}@keyframes rotate360{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}[data-loader]::after,[data-loader]::before{content:"";position:absolute;z-index:10;display:flex;opacity:1;transition:all .3s ease;pointer-events:none}[data-loader]::before{inset:0;background-color:#e7e2da;opacity:.9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}[data-loader]::after{left:50%;top:50%;z-index:11;width:clamp(110px,11.1111vw,130px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);animation:rotate360 .8s linear infinite;border:10px solid transparent;border-top-color:#935317;border-right-color:#b3641b;border-bottom-color:#d27721}[data-loader=false]::after,[data-loader=false]::before{opacity:0}.header{left:0;right:0;position:absolute;z-index:55;top:0;margin:20px 0 0}.header .socials{display:flex;align-items:center;grid-gap:10px;height:-moz-fit-content;height:fit-content}.header .socials__link{border-radius:100%;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:100%;transition:all .3s;color:var(--cl-j)}.header .socials__link:hover img,.header .socials__link:hover svg{transform:scale(1.08)}.header .socials__link i{display:flex;width:100%;height:100%}.header .socials__link svg path{fill:var(--cl-a)}.header .socials__link img,.header .socials__link svg{width:100%;height:100%;transition:all .2s}.header__box{display:grid;grid-template-columns:132px 1fr 132px;position:relative;z-index:2;align-items:center;gap:10px 16px}.header__nav{display:flex;align-items:center;z-index:5;width:100%}.header__nav ul{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;justify-content:space-between;gap:clamp(24px,3.65vw,70px)}.header__nav ul li{display:flex;align-items:center;position:relative;z-index:1}.header__nav ul .menu-button,.header__nav ul a{text-align:center;transition:all .3s ease;display:flex;align-items:center;gap:6px;position:relative;font-family:var(--font-family);color:var(--cl-i);font-size:clamp(16px,1.5385vw,18px);font-style:normal;font-weight:500;line-height:130%;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent}.header__nav ul .menu-button:hover,.header__nav ul a:hover{text-decoration-color:inherit}.header-geo{display:flex;align-items:center;gap:20px}.header-geo a{display:flex;align-items:center;gap:10px;color:var(--cl-e);font-size:18px;font-style:normal;font-weight:500;line-height:130%;transition:all .3s;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent}.header-geo a img,.header-geo a svg{width:24px;height:24px}.header-geo a svg{fill:none}.header-geo a:hover{text-decoration-color:inherit}.header-contacts{display:flex;align-items:center;justify-content:center;gap:clamp(24px,3.65vw,70px)}.header-contacts a{transition:all .3s ease;display:flex;align-items:center;gap:10px;font-family:var(--font-family);color:var(--cl-i);font-size:clamp(16px,1.5385vw,18px);font-style:normal;font-weight:500;line-height:130%;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent}.header-contacts a:hover{text-decoration-color:inherit}.header-contacts a img,.header-contacts a svg{width:24px;height:24px}.header-contacts a svg{fill:none}.header__inner{display:grid;grid-template-columns:auto auto 1fr auto;grid-column:1/-1;align-items:center}.header .socials__link svg path{fill:var(--cl-h)}.header .burger{justify-self:end}.header.light .burger{--color:var(--cl-a)}.header.light .burger.active{--color:var(--cl-a)}.header.light .socials__link svg path{fill:var(--cl-a)}.header .search-form{display:flex;justify-content:flex-end;width:48px;height:48px;padding:10px 12px;border-radius:8px;background:var(--cl-j);position:relative;z-index:10;margin-left:auto;transition:width .3s ease}.header .search-form__box{display:flex;align-items:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease;width:100%;padding:12px 12px;border-radius:8px;background:var(--cl-j);width:48px}.header .search-form.active .search-form__box{width:250px}.header .search-form.active .search-form__label{opacity:1;pointer-events:auto}.header .search-form.active .search-form__input{width:100%}.header .search-form__btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;cursor:pointer;z-index:3}.header .search-form__btn i{width:100%;height:100%;transition:all .3s}.header .search-form__btn:hover i{transform:scale(1.05)}.header .search-form__label{flex:1;opacity:0;transition:all .3s ease;pointer-events:none}.header .search-form__input{width:0;padding:0;border:none;background:0 0;color:var(--cl-c);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:normal;transition:width .3s ease,padding .3s ease;overflow:hidden;text-indent:12px}.header .search-form__input::-moz-placeholder{color:var(--cl-e)}.header .search-form__input::placeholder{color:var(--cl-e)}.header .live-search{position:relative;z-index:10}.header .live-search__box{opacity:0;visibility:hidden;width:250px;right:0;position:absolute;top:calc(100% + 5px);padding:10px 12px;border-radius:8px;background:var(--cl-j);display:flex;gap:12px;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.header .live-search__box.active{opacity:1;visibility:visible}.header .live-search__box a{width:100%;display:flex;align-items:center;gap:10px;color:var(--cl-f);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;transition:all .3s}.header .live-search__box a img{width:50px;height:50px;border-radius:8px;transition:all .3s}.header .live-search__box a span{transition:all .3s}.header .live-search__box a:hover span{color:var(--cl-h)}.mobile{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:90;overflow:hidden;transition:.3s ease;transform:translateX(110%);padding:20px 16px 20px}.mobile.active{display:flex;transform:translateX(0)}.mobile__top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile__box{display:flex;flex-direction:column;grid-gap:50px;width:100%;flex-grow:1}.modal{position:relative;flex-direction:column;align-items:center;z-index:1;max-width:500px;width:91vw;overflow:hidden;border-radius:16px;background:var(--bg-h);padding:40px 20px 20px;gap:30px}.modal .editor{display:flex;flex-direction:column;align-items:center}.modal .editor p{text-align:center;line-height:130%;color:var(--cl-d)}.modal .editor .main-btn{margin-top:24px;max-width:360px;width:100%;align-self:center}.modal .loader::before{background:var(--bg-h)}.modal .wpcf7 .main-form__label{background:var(--bg-a)}.modal .wpcf7 .main-form .main-btn{margin-top:0;max-width:100%}.footer{padding:clamp(20px,3.4188vw,40px) 0 20px;background:var(--bg-d)}.footer .contact-card{display:grid;grid-template-columns:auto 1fr;height:-moz-fit-content;height:fit-content}.footer .contact-card__icon{grid-column:1;grid-row-start:1;grid-row-end:var(--row);border-radius:8px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--bg-c);margin-right:10px}.footer .contact-card__icon i{width:24px;height:24px;color:var(--cl-g)}.footer .contact-card__icon svg{fill:none;width:100%;height:100%}.footer .contact-card__name{grid-column:2/3;grid-row:1;margin-bottom:5px;font-family:var(--font-family);font-weight:400;font-size:14px;line-height:130%;color:var(--cl-h)}.footer .contact-card__link{grid-column:2/3;margin-bottom:5px;font-family:var(--font-family);font-weight:500;font-size:clamp(16px,1.953125vw,20px);line-height:130%;color:var(--cl-i);transition:all .4s;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent}.footer .contact-card__link:last-of-type{margin-bottom:0}.footer .contact-card__link:hover{text-decoration-color:inherit;opacity:.7}.footer__box{display:flex;flex-direction:column;gap:clamp(20px,3.4188vw,40px)}.footer__top{display:grid}.footer__inner{display:grid}.footer__nav{gap:20px;display:flex;flex-direction:column}.footer__nav::before{content:attr(data-title);display:inline-flex;font-family:var(--font-family);font-weight:500;font-size:16px;color:var(--cl-j)}.footer__nav ul{display:flex;flex-direction:column;gap:10px}.footer__nav ul li{display:flex}.footer__nav ul a{transition:all .3s;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:130%;color:var(--cl-j)}.footer__nav ul a:hover{opacity:.7;text-decoration-color:inherit}.footer__nav .contact-card__icon{border-radius:4px;padding:4px;width:24px;height:24px}.footer__nav .contact-card__icon i{width:12px;height:12px}.footer__nav .contact-card__link{font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--cl-a);align-self:center}.footer__info{grid-column:1/-1;text-align:center;font-family:var(--font-family);font-weight:400;font-size:14px;line-height:214%;color:var(--cl-f)}.footer__info a{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:214%;color:var(--cl-f);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:3px;transition:all .3s}.footer__info a:hover{text-decoration-color:transparent}.footer__bottom{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;padding-top:20px;position:relative;z-index:2}.footer__bottom::before{position:absolute;content:"";width:100%;height:1px;top:0;left:50%;transform:translateX(-50%);pointer-events:none;background:var(--bg-c)}.footer__copyright{font-family:var(--font-family);font-weight:400;font-size:clamp(12px,1.1966vw,14px);line-height:normal;color:var(--cl-j)}.footer__payment{display:flex;align-items:center;gap:10px}.footer__payment-icon{border:1px solid var(--cl-h);border-radius:6px;width:42px;height:24px;background:var(--cl-h);display:flex;align-items:center;justify-content:center}.footer__payment-icon i{width:auto;height:auto;max-width:31px;max-height:16px}.footer__payment-icon i svg{width:100%;height:auto}.footer__links{justify-self:center;display:flex;align-items:center;gap:clamp(15px,1.5385vw,18px)}.footer__links li:first-of-type a::before{content:none}.footer__links a{line-height:normal;font-family:var(--font-family);font-weight:400;font-size:clamp(12px,1.1966vw,14px);color:var(--cl-j);display:flex;align-items:center;gap:clamp(15px,1.5385vw,18px);transition:all .3s}.footer__links a::before{font-family:var(--font-family);font-weight:400;font-size:clamp(12px,1.1966vw,14px);color:var(--cl-j);display:inline-block;content:"/"}.footer__links a:hover{color:rgba(246,243,240,.7)}.aside{display:flex;flex-direction:column;gap:clamp(10px,.9765625vw,20px)}.aside::before{content:attr(data-title);display:inline-block;color:var(--cl-r);font-family:var(--font-family);font-size:clamp(20px,2.0513vw,24px);font-style:normal;font-weight:500;line-height:130%}.aside__form{display:flex;flex-direction:column;gap:clamp(10px,.9765625vw,20px)}.aside__clear{display:flex;align-items:center;gap:10px;color:var(--cl-s);font-size:16px;font-style:normal;font-weight:400;line-height:130%;display:flex;width:100%;padding:12px 32px;justify-content:center;align-items:center;transition:all .3s}.aside__clear i{width:24px;height:24px}.aside__clear i svg{fill:none}.aside__clear:hover{opacity:.6}.aside__more{display:flex;align-items:center;gap:5px;color:var(--cl-r);font-size:16px;font-style:normal;font-weight:400;line-height:130%;width:100%;padding:5px 10px;transition:all .3s;margin-top:5px}.aside__more i{width:24px;height:24px}.aside__more i svg{fill:none}.aside__more:hover{color:var(--cl-e)}.aside__acc{display:flex;flex-direction:column;gap:20px}.aside__item{width:100%;border-bottom:1px solid var(--br-c);padding:8px 12px}.aside__inner{padding-top:7px;display:flex;flex-direction:column}.aside__btn{width:100%;display:flex;align-items:center;gap:10px;color:var(--cl-r);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;justify-content:space-between;transition:all .3s}.aside__btn i{transition:all .3s;width:24px;height:24px}.aside__btn i svg{fill:none}.aside__btn.active i{transform:scaleY(-1)}.aside__btn:hover{color:var(--cl-h)}.aside .custom-checkbox{position:relative}.aside .custom-checkbox .wpcf7-not-valid-tip{display:none}.aside .custom-checkbox input{position:absolute;visibility:hidden;z-index:-1;opacity:0}.aside .custom-checkbox .wpcf7-list-item-label{align-items:center;display:inline-flex;color:var(--cl-c);padding:5px 16px}.aside .custom-checkbox .wpcf7-list-item-label::before{margin-right:10px}.aside__close{position:absolute;top:21px;right:27px;width:24px;height:24px;z-index:2;transition:all .3s}.aside__close:hover{opacity:.7}.aside__close svg{width:100%;height:auto}.review-list__item{scroll-snap-align:start}.review-card{display:flex;flex-direction:column;gap:5px;background:var(--bg-a);border-radius:16px;padding:20px;height:100%}.review-card__name{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:130%;color:var(--cl-d);margin-bottom:5px}.review-card p{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:130%;color:var(--cl-c);margin-bottom:auto}.review-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-card__date{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:130%;color:var(--cl-d)}.review-card__service{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:130%;color:var(--cl-d);text-align:end}.trust-list__item{scroll-snap-align:start}.trust-list__link{display:flex;position:relative;z-index:1;align-items:center;justify-content:center;background:var(--bg-c);height:clamp(76px,12.6496vw,148px);padding:clamp(15px,4.2735vw,50px)}.trust-list__link img,.trust-list__link picture,.trust-list__link svg{width:100%;-o-object-fit:cover;object-fit:cover;height:auto;border-radius:inherit;transition:all .5s}.trust-list__link:hover img,.trust-list__link:hover picture{transform:scale(1.02)}.about-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(250px,25.641vw,300px),1fr));grid-gap:20px}.about-list__item{display:flex;flex-direction:column;gap:5px}.about-list__image{margin-bottom:clamp(0,1.46484375vw,15px);width:clamp(50px,4.8828125vw,72px);display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:1/1}.about-list__image .sprite{max-width:80%}.about-list__image img,.about-list__image picture,.about-list__image svg{width:100%;height:100%}.about-list__image svg{fill:none}.about-list p{color:var(--cl-d);font-size:16px;font-style:normal;font-weight:400;line-height:130%;grid-column:2}.about-list__name{color:var(--cl-l);font-size:clamp(18px,2.34375vw,24px);font-style:normal;font-weight:500;line-height:130%}.accordion{display:flex;flex-direction:column;grid-gap:8px}.accordion__item{border-radius:12px;background:var(--bg-a);padding:10px}.accordion__btn{width:100%;display:flex;grid-gap:6px;justify-content:space-between;align-items:center;text-align:start;transition:all .3s;border-radius:12px;color:var(--cl-d);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.accordion__btn:after{content:"";background-image:url(../img/sprite/Plus.svg);background-position:center;background-size:16px;background-repeat:no-repeat;width:24px;height:24px;display:block;transition:all .3s}.accordion__btn.active:after{transform:rotate(-45deg)}.accordion__btn:hover{color:var(--cl-m)}.accordion__content{width:100%}.accordion .editor{border-radius:inherit;width:100%;display:inline-block;padding:10px 30px}.accordion .editor p{color:var(--cl-d);font-size:14px;line-height:130%}.step-list{display:grid;counter-reset:li;width:100%}.step-list__item{padding:clamp(30px,10.2564vw,120px) 0 clamp(30px,5.1282vw,60px);counter-increment:li}.step-list__item:last-of-type{padding-bottom:0}.step-card{display:grid;grid-template-columns:1fr auto;grid-gap:clamp(20px,3.4188vw,40px) 20px;width:100%}.step-card__image{width:100%;aspect-ratio:1.19;overflow:hidden;border-radius:24px}.step-card__image img,.step-card__image picture{width:100%;height:100%}.step-card .editor{display:flex;flex-direction:column}.step-card .editor::before{content:attr(data-counter) " " counter(li);display:inline-block;color:var(--cl-d);font-size:14px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:5px}.step-card .editor ul{gap:10px;padding-left:clamp(20px,3.4188vw,40px)}.step-card .editor ul li{align-items:center;color:var(--cl-o);font-size:16px;line-height:130%}.step-card .editor ul li p{color:var(--cl-o);font-size:16px;line-height:130%;margin:0}.step-card .editor ul li::before{content:none}.step-card .editor>p{margin-bottom:10px;color:var(--cl-e);font-size:clamp(18px,1.7094vw,20px);font-weight:500;line-height:130%}.step-card .editor .main-btn{margin-top:40px}.contacts-list{display:grid;grid-gap:clamp(51px,4.42vw,84px) 51px}.calc-form{border-radius:24px;background:var(--bg-h);display:grid;grid-template-columns:repeat(4,1fr) minmax(235px,1fr);width:100%;padding:20px;align-items:center;gap:20px}.calc-form__label{display:grid;align-items:center;grid-template-columns:1fr auto;grid-gap:10px;padding-right:10px}.calc-form__label[data-calendar]{position:relative;z-index:18}.calc-form__placeholder{color:var(--cl-c);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;height:42px;display:flex;align-items:center;cursor:pointer;transition:all .3s}.calc-form__placeholder+input{position:absolute;opacity:0;visibility:hidden}.calc-form__placeholder:hover{color:var(--cl-e)}.calc-form__placeholder:hover~.calc-form__btn i{transform:scale(1.1)}.calc-form__btn{display:flex;width:20px;height:20px}.calc-form__btn i{width:100%;height:100%;transition:all .3s}.calc-form__btn i svg{width:100%;height:100%;fill:none}.calc-form__btn:hover i{transform:scale(1.1)}.calc-form .select{grid-column:1/-1}.calc-form__text{grid-column:1/-1;color:var(--cl-t);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.calc-form .air-datepicker{left:0;box-shadow:3px 8px 8px 0 rgba(32,29,27,.15)}.calc-form .main-btn{width:100%;font-size:clamp(16px,1.5385vw,18px);padding:12px 32px;margin:0!important;align-self:center}.main-form{display:flex;flex-direction:column;width:100%;gap:10px}.main-form__label{width:100%;position:relative;padding:7px 20px;display:flex;flex-direction:column;gap:1px;border-radius:8px;background:var(--cl-j);z-index:1;border:solid 1px var(--cl-j);transition:all .3s}.main-form__label .wpcf7-form-control-wrap{width:100%}.main-form__label.error{border-color:red}.main-form__text{color:var(--cl-e);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.main-form__input{display:flex;width:100%;color:var(--cl-c);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;background:0 0;padding:0}.main-form__input::-moz-placeholder{color:var(--cl-q);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%}.main-form__input::placeholder{color:var(--cl-q);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%}.main-form__counter{z-index:2;color:var(--cl-h);text-align:right;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.main-form__counter i{font-style:normal}.main-form__counter.limit-reached{color:red}.main-form__handle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2393785F' d='M7.414 20.143 6 18.728 18.728 6.002l1.414 1.414L7.414 20.143ZM19.435 13.779l-5.657 5.657-1.414-1.415 5.657-5.656 1.414 1.414Z'/%3E%3C/svg%3E");display:flex;width:24px;height:24px;background-position:center;background-repeat:no-repeat;position:absolute;bottom:0;right:0;cursor:se-resize;z-index:3}.main-form__area{display:flex;width:100%;color:var(--cl-c);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;background:0 0;padding:0;min-height:102px}.main-form__area textarea{width:100%;color:var(--cl-c);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%;background:0 0;padding:0;min-height:102px}.main-form__area::-moz-placeholder{color:var(--cl-q);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%}.main-form__area::placeholder{color:var(--cl-q);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:130%}.main-form .wpcf7-response-output{display:none}.main-form .wpcf7-not-valid-tip{position:absolute;bottom:-12px;left:0;font-family:var(--font-family);font-weight:500;font-size:13px;color:red;line-height:140%}.main-form .main-btn{width:100%}.wpcf7{display:flex;flex-direction:column;align-items:center;width:100%}.wpcf7 .main-btn{margin:0!important;width:100%;max-width:100%!important}.wpcf7 .custom-checkbox{max-width:400px}@media (min-width:576px){.footer__inner{grid-template-columns:repeat(3,1fr);grid-gap:20px}.review-list{display:grid}.trust-list{display:grid}.trust-list__item{overflow:hidden;border-radius:clamp(16px,2.0513vw,24px)}.contacts-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (min-width:768px){.footer__top{grid-template-columns:auto 1fr}.aside__close{display:none}.filter-btn{display:none}.review-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:21px 23px}.review-card__bottom{margin-top:10px}.trust-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:21px 23px}}@media (min-width:1024px){.header__nav{grid-column:2/3;grid-row:1;justify-content:center}.header .wpcf7{width:100%;height:-moz-fit-content;height:fit-content;align-self:center;grid-column:3/4;grid-row:1}.header__inner{padding-top:10px;border-top:1px solid var(--cl-c)}.header .burger{display:none}.header.light .header__inner{border-color:var(--cl-j)}.header.light .header-geo a{color:var(--cl-j)}.header.light .header-contacts a{color:var(--cl-j)}.header.light .header__nav ul .menu-button,.header.light .header__nav ul a{color:var(--cl-j)}.header.light .custom-select .option-label{color:var(--cl-j)}.header.light .custom-select .select-field{color:var(--cl-j)}.header.light .custom-select .select-field__icon i{color:var(--cl-j)}.header.light .custom-select .select-field.active{color:var(--cl-i)}.header.light .custom-select .select-field.active .option-label{color:var(--cl-i)}.header.light .custom-select .select-field.active .select-field__icon i{color:var(--cl-i)}.header.light .custom-select .select-field:hover .option-label{color:var(--cl-e)}.header.light .custom-select .select-field:hover .arrow-down{color:var(--cl-e)}.header.light .custom-select .select-field:hover .select-field__icon i{color:var(--cl-e)}.mobile{display:contents}.mobile__top{display:none}.mobile__box{display:contents}.footer__top{grid-gap:min(12.26vw,233px)}.footer__info{margin-top:36px}.step-card__image{max-width:min(49.58vw,714px)}.calc-form__label:not(:last-of-type){border-right:2px solid var(--br-e)}}@media (min-width:1241px){.header__inner .lang{margin-left:clamp(15px,4.1667vw,50px)}}@media (min-width:1441px){.step-card__image{margin-right:57px}.contacts-list{padding-right:min(3.21vw,61px)}}@media (min-width:1920px){.footer__payment-icon i{width:31px;height:auto}}@media (max-width:1240px){.about-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:1240px) and (min-width:1024px){.header__inner .lang{margin-left:15px}.calc-form__placeholder{font-size:14px}.calc-form .select__current{font-size:14px}.calc-form .main-btn{padding:12px 4px;font-size:14px}.calc-form{grid-gap:10px;grid-template-columns:repeat(4,1fr) minmax(160px,1fr)}}@media (max-width:1024px){.header__box{grid-template-columns:auto 1fr}.header__nav ul li{flex-direction:column}.header .burger{--burger-width:22px;--burger-height:16px;--burger-line-height:2px;--border-radius:0;--color:var(--cl-e);position:relative;border:none;width:var(--burger-width);height:var(--burger-height);flex-shrink:0;cursor:pointer}.header .burger::after,.header .burger::before{content:"";position:absolute;width:100%;left:50%;transform:translateX(-50%);height:var(--burger-line-height);background:var(--color);transform-origin:left top;transition:transform .3s ease-in-out,top .3s ease-in-out,opacity .5s,background .3s ease-in-out;border-radius:var(--border-radius)}.header .burger::before{top:0}.header .burger::after{bottom:0}.header .burger__line{position:absolute;right:0;top:50%;width:100%;height:var(--burger-line-height);background:var(--color);transform:translate(0,-50%);transition:transform .3s ease-in-out,opacity .5s,background .3s ease-in-out;border-radius:var(--border-radius)}.header .burger:hover{opacity:.7}.header .burger.hide{pointer-events:none}.header .burger.hide::after,.header .burger.hide::before{opacity:0;visibility:hidden}.header .burger.hide *{opacity:0;visibility:hidden}.header .burger.active{--color:var(--cl-a)}.header .burger.active::before{background:var(--color);top:50%;transform:rotate(45deg) translate(-50%,-50%);transition:transform .3s ease-in-out,top .3s ease-in-out}.header .burger.active::after{background:var(--color);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:var(--color);transform:scale(0);transition:transform .3s ease-in-out}.mobile{display:flex;flex-direction:column;gap:20px}.mobile .live-search__box{width:100%!important}.mobile .search-form{width:100%}.mobile .search-form__box{width:100%}.mobile .search-form__label{opacity:1;pointer-events:auto}.mobile .search-form__input{width:100%}.mobile .burger{--color:var(--cl-a)}.mobile .burger.active{--color:var(--cl-a)}.mobile .socials__link svg path{fill:var(--cl-a)}.mobile .header-geo a{color:var(--cl-j)}.mobile .header-contacts a{color:var(--cl-j)}.mobile .header__nav ul .menu-button,.mobile .header__nav ul a{color:var(--cl-j)}.mobile.active{overflow-y:auto}.mobile .header__nav{width:100%;flex-direction:column;flex-grow:1}.mobile .header__nav ul{width:100%;display:flex;flex-direction:column;align-items:center}.mobile .header__nav ul .menu-button,.mobile .header__nav ul a{font-size:20px}.mobile .header-contacts{flex-direction:column}.mobile .header__inner{grid-template-columns:100%;margin-bottom:20px}.mobile .custom-select .option-label{color:var(--cl-j)}.mobile .custom-select .select-field{color:var(--cl-j)}.mobile .custom-select .select-field__icon i{color:var(--cl-j)}.mobile .custom-select .select-field.active{color:var(--cl-i)}.mobile .custom-select .select-field.active .option-label{color:var(--cl-i)}.mobile .custom-select .select-field.active .select-field__icon i{color:var(--cl-i)}.mobile .custom-select .select-field:hover .option-label{color:var(--cl-e)}.mobile .custom-select .select-field:hover .arrow-down{color:var(--cl-e)}.mobile .custom-select .select-field:hover .select-field__icon i{color:var(--cl-e)}.footer__top{grid-gap:clamp(20px,3.91vw,40px)}.step-list__item{padding:clamp(30px,5.1282vw,60px) 0}.step-card{grid-template-columns:100%}.calc-form .main-btn{grid-column:1/-1;justify-self:center}}@media (max-width:1024px) and (max-width:426px){.mobile .socials{justify-content:space-between}}@media (max-width:1024px) and (max-width:576px){.mobile .socials{gap:20px}.mobile .header__nav ul{grid-gap:20px;align-items:flex-start}.mobile .header-geo{flex-direction:column;align-items:flex-start}.mobile .header-contacts{align-items:flex-start;gap:20px}.mobile .header__inner{grid-gap:20px}}@media (max-width:1024px) and (min-width:576px){.mobile .header__nav ul{grid-gap:30px}.mobile .header__inner{justify-items:center;gap:30px}.footer__bottom{grid-template-columns:auto 1fr}.footer__payment{justify-self:end}.footer__links{justify-self:center;grid-column:1/-1;margin-top:5px;grid-row:2}.calc-form__label:nth-child(odd){border-right:2px solid var(--br-e)}.calc-form .main-btn{max-width:460px}.calc-form{grid-gap:20px 10px;grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px) and (min-width:768px){.footer__info{margin-top:28px}}@media (max-width:768px){.footer__top{grid-template-columns:100%;grid-gap:30px}.aside{position:fixed;top:0;left:0;width:100%;max-width:280px;height:100%;z-index:70;overflow:hidden;transition:all .4s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transform:translateX(-110%);padding:20px 16px 20px;background:var(--bg-f);overflow-y:auto}.aside.active{transform:translate(0)}.about-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px) and (min-width:576px){.review-list{grid-gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.trust-list{grid-gap:15px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:576px){.radio-button__image{height:clamp(200px,50.35vw,290px)}.modal{width:93vw}.footer__inner{grid-template-columns:100%;grid-gap:30px}.footer__nav .contact-card__icon{align-self:start}.footer__info{margin-top:34px}.footer__bottom{grid-template-columns:100%}.review-list{display:flex;flex-wrap:nowrap;gap:23px;overflow-x:auto;width:calc(100% + 32px);margin-left:-16px;padding:0 16px;scroll-snap-type:x mandatory;scroll-padding-left:16px;-webkit-overflow-scrolling:touch}.review-card{width:328px;height:-moz-fit-content;height:fit-content}.trust-list{display:flex;flex-wrap:nowrap;gap:23px;overflow-x:auto;width:calc(100% + 32px);margin-left:-16px;padding:0 16px;scroll-snap-type:x mandatory;scroll-padding-left:16px;-webkit-overflow-scrolling:touch}.trust-list__link{width:170px;height:76px;padding:20px;overflow:hidden;border-radius:clamp(16px,2.0513vw,24px)}.about-list{grid-template-columns:100%}.about-list__item{display:grid;grid-template-columns:auto 1fr;align-items:center}.accordion__btn{align-items:flex-start}.step-card .editor .main-btn{width:100%;max-width:100%}.contacts-list{grid-template-columns:100%}.calc-form__label{border-bottom:2px solid var(--br-e)}.calc-form{grid-template-columns:100%}}@media (max-width:576px) and (min-width:425px){.footer__bottom{justify-items:center}}@media (max-width:425px){.footer__payment{justify-content:space-between;gap:15px}}@media (hover:hover){.custom-select .option:not(.disabled):hover{background-color:var(--bg-l)}}@media (hover:none){.custom-select .option:not(.disabled):active{background-color:var(--bg-l)}}