*,:after,:before{box-sizing:border-box}ol,ul{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol,p,ul{margin:0}body,html{height:100%}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;display:flex;flex-direction:column;background-color:#fff}body.no-visible-scroll{-ms-overflow-style:none;scrollbar-width:none}body.no-visible-scroll::-webkit-scrollbar{display:none}.content{flex:1 0 auto;background-color:#fff}.footer{flex-shrink:0;overflow-x:hidden}ol[class],ul[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a{text-decoration:none}img{max-width:100%;display:block}article>*+*{margin-top:1em}button,input{border:none;outline:none}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.theme_color_default{--color-typo-primary:#333;--color-typo-secondary:#555;--color-typo-ghost:#aaa;--color-typo-disable:#ccc;--color-typo-success:#43831b;--color-typo-warning:#ffc107;--color-typo-alert:#dd2d24;--color-typo-link:#24568f;--color-typo-camolink:#555;--color-typo-brand:#000;--color-typo-promo:#000;--color-primary:#333;--color-secondary:#555;--color-ghost:#999;--color-disable:#ccc;--color-success:#43831b;--color-warning:#ffc107;--color-alert:#dd2d24;--color-link:#24568f;--color-camolink:#555;--color-brand:#000;--color-promo:#000;--color-white:#fff}@font-face{font-family:"Formular";font-style:normal;font-weight:300;src:url(/static/media/Formular-Light.4b1710c7.woff2) format("woff2"),url(/static/media/Formular-Light.f311aed1.woff) format("woff")}@font-face{font-family:"Formular";font-style:normal;font-weight:400;src:url(/static/media/Formular.7ea6704f.woff2) format("woff2"),url(/static/media/Formular.a868df00.woff) format("woff")}@font-face{font-family:"Formular";font-style:normal;font-weight:500;src:url(/static/media/Formular-Medium.51c8a47d.woff2) format("woff2"),url(/static/media/Formular-Medium.468d4482.woff) format("woff")}@font-face{font-family:"Formular";font-style:normal;font-weight:700;src:url(/static/media/Formular-Bold.d0186a10.woff2) format("woff2"),url(/static/media/Formular-Bold.f3f82206.woff) format("woff")}@font-face{font-family:"Formular";font-style:normal;font-weight:900;src:url(/static/media/Formular-Black.3aac42c2.woff2) format("woff2"),url(/static/media/Formular-Black.8227c289.woff) format("woff")}.icon{display:inline-block;width:1em;height:1em;vertical-align:middle}.icon_logo{width:100%;height:100%}.icon_percent{width:12.5px;height:12.5px;fill:#fff;margin-right:8px}.icon_search{width:16.31px;height:15.71px}.icon_mic{width:15.5px;height:22.75px;fill:#fff}.icon_exit{width:16.2px;height:13px}.icon_flag{width:17px;height:32px}.icon_client{width:20px;height:17px}.icon_phone{fill:#ff2d23}.icon_clip{width:18px;height:18px}.icon_document{width:12px;height:16px}.icon_comment{position:relative;top:1px;width:14px;height:13px;fill:#fff}.icon_compare{fill:#f6f7f9}.icon_arrow-return,.icon_compare{stroke:#8f95ac}.icon_folder{font-size:16px}.icon_saturn{width:130px;height:130px}.icon_jupiter{width:103px;height:103px}:root{--switch-width:46px;--switch-height:25px;--switch-padding:4px;--switch-animation-duration:0.2s;--color-input:rgba(143,149,172,0.3);--color-toggle:#fff;--color-active:#ff2d23}.switch{display:flex;align-items:center}.switch.disabled{cursor:default}.switch.disabled .switch__input{background-color:rgba(143,149,172,.15);cursor:default}.switch.disabled .switch__label{color:rgba(143,149,172,.6);cursor:default}.switch.disabled .switch__box{cursor:default;opacity:.35}.switch__box{position:relative;outline:none;display:flex;flex-shrink:0;align-items:center;width:46px;width:var(--switch-width);height:25px;height:var(--switch-height);border-radius:50em;padding:4px 0;padding:var(--switch-padding) 0;box-sizing:border-box}.switch__control,.switch__input{position:absolute;left:0;top:0}.switch__control{margin:0;padding:0;opacity:0;height:0;width:0;pointer-events:none}.switch__control:checked+.switch__input{background-color:#ff2d23;background-color:var(--color-active)}.switch__control:checked+.switch__input+.switch__marker{left:calc(100% - 21px);left:calc(100% - var(--switch-height) + var(--switch-padding));background-color:#fff}.switch__input{display:inline-block;width:100%;height:100%;color:transparent;-webkit-user-select:none;user-select:none;background-color:rgba(143,149,172,.3);border-radius:inherit;cursor:pointer;transition:background .2s;transition:background var(--switch-animation-duration)}@media screen and (max-width:640px){.switch__input{background:#2c2e3e}}.switch__marker{position:relative;background-color:#fff;background-color:var(--color-toggle);width:17px;width:calc(var(--switch-height) - var(--switch-padding)*2);height:17px;height:calc(var(--switch-height) - var(--switch-padding)*2);border-radius:50%;pointer-events:none;box-shadow:0 1px 1px rgba(0,0,0,.25);left:4px;left:var(--switch-padding);transition:left .2s,color .2s;transition:left var(--switch-animation-duration),color var(--switch-animation-duration);will-change:left}.switch__label{color:#1e2030;font-size:14px;line-height:17px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.switch__box+.switch__label,.switch__label+.switch__box{margin-left:14px}.switch_view_invert{--color-toggle:#8f95ac}.switch_view_invert .switch__input{background-color:#2c2e3e}@media screen and (max-width:1599px){.switch_view_invert .switch__input{background:rgba(143,149,172,.1)}}.switch_view_invert .switch__label{color:#8f95ac}.presentation__filter-switch_settings-link{position:absolute;right:45px;cursor:pointer;color:#8790e5;transition-duration:.3s;margin-top:-20px}.presentation__filter-switch_settings-link:hover{color:#7077c0}.disabled_mortgage_label{width:-webkit-max-content;width:max-content}.disabled_mortgage_label+.presentation__filter-switch_settings-link{color:#dfe1e9;pointer-events:none}.text-area,.text-input{font-family:inherit;font-size:14px;padding:16.5px 15px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.text-area::-webkit-input-placeholder,.text-input::-webkit-input-placeholder{color:#8f95ac}.text-area::placeholder,.text-input::placeholder{color:#8f95ac}.text-area_full,.text-input_full{width:100%}.text-area:focus,.text-input:focus{border:1px solid rgba(143,149,172,.2)}.text-area{resize:vertical}.input{display:inline-block;position:relative}.input_type_default .input__control{background-color:#fff;padding:8px 6px;border-radius:4px;position:relative;color:#2c2e3e;box-shadow:0 0 0 1px rgba(143,149,172,.3)}.input_type_default .input__control::-webkit-input-placeholder{color:#8f95ac}.input_type_default .input__control::placeholder{color:#8f95ac}.input_type_upload-btn{height:50px;border-radius:4px;background-color:#8f95ac;text-align:center;padding:0 30px;color:#fff;font-size:14px;line-height:50px;white-space:nowrap;transition:background-color .15s ease-in-out;cursor:pointer}.input_type_upload-btn .input__control{width:0;height:0;position:absolute;z-index:-1}.input_type_upload-btn:hover{background-color:#2c2e3e}.input_type_search,.input_type_search_form,.input_type_search_round{position:relative}.input_type_search .input__control,.input_type_search_form .input__control,.input_type_search_round .input__control{background-color:#fff;padding:0 24px 0 40px;border-radius:4px;position:relative;height:50px;transition:background-color .15s ease-in-out}.input_type_search .icon,.input_type_search_form .icon,.input_type_search_round .icon{position:absolute;top:50%;left:0;-webkit-transform:translate(13px,-50%);transform:translate(13px,-50%);fill:#8f95ac}.input_type_search_form .input__control{box-shadow:0 0 0 1px rgba(143,149,172,.3)}.input_type_search_round .input__control{background-color:#2c2e3e;border-radius:50em;color:#8f95ac;padding:8px 24px 8px 40px;height:auto}.input_type_search_round .input__control:active,.input_type_search_round .input__control:focus{background-color:#fff}.input_type_search_round .input__control::-webkit-input-placeholder{color:#8f95ac}.input_type_search_round .input__control::placeholder{color:#8f95ac}.input_type_search_round_gray .input__control{background-color:#fff;border:1px solid #8f95ac}.input_type_subscribe{position:relative;min-width:500px}.input_type_subscribe .input__control{background-color:#1e2030;padding:17px 66px 17px 20px;color:#8f95ac}.input_type_subscribe .input__control::-webkit-input-placeholder{color:#8f95ac}.input_type_subscribe .input__control::placeholder{color:#8f95ac}@media screen and (max-width:1600px){.input_type_subscribe{min-width:460px}}.input_type_filter .input__label{color:#8f95ac;line-height:25px;margin-bottom:4px;white-space:nowrap}.input_type_filter .input__control{height:50px;background-color:#fff;padding:0 16px;border-radius:4px;color:#2c2e3e}.input_type_form .input__label{color:#8f95ac;line-height:25px;margin-bottom:4px;white-space:nowrap}.input_type_form .input__control{height:50px;background-color:#fff;padding:0 16px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);border-radius:4px;color:#2c2e3e}.input_type_form .input__control:disabled{background-color:#f6f7f9;color:rgba(143,149,172,.5)}.input_type_form .input__control--gray{background-color:#f6f7f8;box-shadow:none}.input_type_form .input__icon{position:absolute;height:25px;width:25px;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:12.5px;right:12.5px}.input_type_form .input__icon:hover{background-color:#fff}.input_type_form .input__icon .icon{font-size:20px;fill:#ff2d23}.input_type_form .input__alert{position:absolute;height:22px;width:22px;box-shadow:inset 0 0 0 1px #ff2d23;background-color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;bottom:14px;right:14px}.input_type_form .input__alert:hover{background-color:#fff}.input_type_form .input__alert .icon{font-size:10px;fill:#ff2d23}.input_type_form_icon-right .input__control{padding:0 45px 0 16px}.input_type_form_icon-left .input__control{padding:0 16px 0 45px}.input_type_form_icon-left .input__icon{right:auto;left:12.5px}.input_type_form-files{cursor:pointer}.input_type_form-files .input__label{color:#8f95ac;line-height:25px;margin-bottom:4px;white-space:nowrap}.input_type_form-files .input__control{position:absolute;visibility:hidden;width:0;height:0;z-index:-1}.input_type_form-files .input__files{display:flex;height:50px;background-color:#fff;padding:11px 16px;margin-right:50px;border:1px dashed rgba(143,149,172,.2);border-radius:4px;color:#2c2e3e;overflow-x:auto}.input_type_form-files .input__file{display:flex;align-items:center;margin-right:20px}.input_type_form-files .input__file .button_type_delete{margin-left:10px}.input_type_form-files .input__attach{position:absolute;height:50px;width:50px;background-color:#8f95ac;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;bottom:0;right:0}.input_type_form-files .input__attach .icon{font-size:17px;stroke:#fff}.input_width_available{width:100%}.input_width_small{width:65px}.input_width_medium{width:95px}.input_width_large{width:120px}.input__label{display:flex;align-items:center}.input__label .info{width:20px;height:20px;margin-left:3px}.input__control{background:none;border:0;font-family:"Formular",sans-serif;font-weight:400;font-size:14px;line-height:16px;width:100%;-webkit-appearance:none;appearance:none}.input__control::-webkit-inner-spin-button,.input__control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input__control:focus{outline:none}.input__control.input__hidden{width:0;height:0;position:absolute;z-index:-1}.input__remove{height:50px;width:50px;bottom:0;right:0;border-radius:0 4px 4px 0;background-color:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;position:absolute;cursor:pointer}.input__remove .icon{font-size:11px;stroke:#8f95ac}.input_preudo_rub:after{content:"руб.";position:absolute;bottom:0;right:20px;height:50px;display:flex;align-items:center}.input_preudo_rub .input__control{padding-right:55px}input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='8' fill='none' stroke='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.667 1.3L.333 6.7M.333 1.3l5.334 5.4' stroke-linecap='round'/%3E%3C/svg%3E");width:10px;height:10px;background-size:contain;background-repeat:no-repeat}.no-appearance{-moz-appearance:textfield}.no-appearance::-webkit-inner-spin-button,.no-appearance::-webkit-outer-spin-button{-webkit-appearance:none}.search_input{background-color:#fff;border-radius:4px;align-items:center;display:flex;flex-direction:row;box-shadow:0 0 0 1px rgba(143,149,172,.3)}.search_input .input__control{background-color:initial;position:relative;color:#2c2e3e;padding:8px 6px;border-radius:4px}.search_input .input__control::-webkit-input-placeholder{color:#8f95ac}.search_input .input__control::placeholder{color:#8f95ac}.search_input .cross_icon{cursor:pointer;display:flex;margin-right:6px;height:32px;width:32px;justify-content:center;align-items:center}:root{--checkbox-width:22px;--checkbox-height:22px;--checkbox-animation-duration:0.2s}.checkbox{display:flex;align-items:center}.checkbox_view_flex-start{align-items:flex-start}.checkbox_view_invert .checkbox__box{box-shadow:inset 0 0 0 1px rgba(143,149,172,.5);background-color:initial}.checkbox_view_invert .checkbox__label{color:#8f95ac}.checkbox_view_red .checkbox__control:checked+.checkbox__input,.checkbox_view_red .checkbox__control:checked+.checkbox__marker{background-color:#ff2d23}.checkbox_view_red .checkbox__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.checkbox_disabled{opacity:.7;pointer-events:none}.checkbox.is-excluded .checkbox__box{background-color:#ff2d23;box-shadow:inset 0 0 0 1px #ff2d23}.checkbox.is-excluded .checkbox__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.checkbox_type_btn .checkbox__box{box-shadow:none;width:auto;height:auto}.checkbox_type_btn .checkbox__control{margin:0;padding:0;opacity:0;height:0;width:0;pointer-events:none}.checkbox_type_btn .checkbox__control:checked+.checkbox__label:after{content:"";height:calc(100% + 12px);position:absolute;top:-6px;left:-6px;width:calc(100% + 12px);background-color:rgba(143,149,172,.1);border-radius:4px}.checkbox__box{position:relative;outline:none;display:flex;flex-shrink:0;align-items:center;width:22px;width:var(--checkbox-width);height:22px;height:var(--checkbox-height);border-radius:3px;box-sizing:border-box;box-shadow:inset 0 0 0 1px rgba(143,149,172,.3);transition:box-shadow .15s ease-in-out;background-color:#fff}@media screen and (max-width:640px){.checkbox__box{background-color:initial}}.checkbox__control,.checkbox__input{position:absolute;left:0;top:0}.checkbox__control{margin:0;padding:0;opacity:0;height:0;width:0;pointer-events:none}.checkbox__control:checked+.checkbox__input+.checkbox__marker{opacity:1}.checkbox__control:checked+.checkbox__input+.checkbox__marker:after{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.checkbox__input{display:inline-block;color:transparent;-webkit-user-select:none;user-select:none;z-index:1;cursor:pointer;transition:background .2s;transition:background var(--checkbox-animation-duration)}.checkbox__input,.checkbox__marker{width:100%;height:100%;border-radius:inherit}.checkbox__marker{position:relative;background-color:initial;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s;transition:opacity var(--checkbox-animation-duration)}.checkbox__marker .checkbox__marker-icon,.checkbox__marker:after{content:"";display:block;width:13px;height:10px;position:absolute;top:6px;left:4px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .3s cubic-bezier(0,0,.12,1);transition:transform .3s cubic-bezier(0,0,.12,1);transition:transform .3s cubic-bezier(0,0,.12,1),-webkit-transform .3s cubic-bezier(0,0,.12,1)}.checkbox__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iIzhGOTVBQyIvPjwvc3ZnPg==)}.checkbox__label{color:#2c2e3e;font-size:14px;line-height:17px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (max-width:767px){.checkbox__label_agreement{order:10;margin-left:10px}}.checkbox__box+.checkbox__label,.checkbox__label+.checkbox__box{padding-left:14px}.checkbox_view_color-2 .checkbox__label{color:#2c2e3e}.info{display:flex;align-items:center;justify-content:center;width:26px;height:26px;position:relative;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out;border-radius:26px}.info:hover{background-color:rgba(143,149,172,.3)}.info:hover .info__popup{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto}.info_cursor_pointer{cursor:pointer}.info_plain{position:relative}.info_plain:hover .info__popup{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto}.info .icon{font-size:14px;fill:#8f95ac}.info_align_right .info__popup{right:auto;left:100%;margin-right:auto;margin-left:24px}.info_align_right .info__popup:after{left:auto;right:calc(100% - 10px);border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.info_align_top .info__popup{width:210px;top:auto;bottom:calc(100% + 20px);right:auto;left:10px;margin-right:auto}.info_align_top .info__popup:after{left:-30px;bottom:-15px;border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.info_align_top .info__popup:before{display:none}.info__popup{position:absolute;right:100%;top:50%;margin-right:24px;padding:16px 24px;width:250px;background-color:#fff;box-shadow:0 2px 10px rgba(143,149,172,.2);-webkit-transform:translateX(16px);transform:translateX(16px);opacity:0;transition:opacity .15s ease-in-out .15s,-webkit-transform .15s ease-in-out .15s;transition:transform .15s ease-in-out .15s,opacity .15s ease-in-out .15s;transition:transform .15s ease-in-out .15s,opacity .15s ease-in-out .15s,-webkit-transform .15s ease-in-out .15s;pointer-events:none;z-index:50;border-radius:4px}.info__popup_lg{width:600px}@media screen and (max-width:1279px){.info__popup_lg{width:420px}}.info__popup:hover{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto}.info__popup:before{top:-20px;left:-20px;width:calc(100% + 60px);height:calc(100% + 40px);z-index:-1}.info__popup:after,.info__popup:before{content:"";display:block;position:absolute}.info__popup:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-2px;left:calc(100% - 10px);border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent}.info__popup_align-right{left:100%;right:auto;margin-left:24px;margin-right:0}.info__popup_align-right:before{left:auto;right:-20px}.info__popup_align-right:after{left:auto;right:calc(100% - 10px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.info__popup p+p{margin-top:8px}.info_inline-flex{display:inline-flex;margin-left:8px;flex-shrink:0}@media screen and (min-width:1600px){.info_inline-flex{margin-top:4px}}.info_inline-flex p{color:#1e2030;font-weight:400}.section_view_dark .info__popup{background-color:#2c2e3e;color:#fff;box-shadow:0 2px 10px rgba(44,46,62,.2)}.section_view_dark .info__popup:after{border-bottom-color:#2c2e3e}.filtered{background-color:#fff;overflow:hidden;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.3);-webkit-user-select:none;user-select:none;transition:box-shadow .15s ease-in-out,background-color .15s ease-in-out}.filtered:hover{box-shadow:inset 0 0 0 1px transparent;background-color:rgba(143,149,172,.2);cursor:pointer}.filtered[draggable=true]{cursor:-webkit-grab;cursor:grab}.filtered_clear{background-color:#fff!important;box-shadow:inset 0 0 0 1px rgba(143,149,172,.3)!important}.filtered__inner{padding:6px 12px;display:flex;align-items:center}@media screen and (max-width:640px){.filtered__inner{font-size:15px;line-height:20px}}.filtered__type{color:#8f95ac;margin-right:8px}.filtered__type,.filtered__value{display:inline-block;transition:color .15s ease-in-out}.filtered__value{color:#2c2e3e}.filtered__del{margin-left:12px;vertical-align:middle}.filtered__del .icon{stroke:#8f95ac;font-size:12px;transition:stroke .15s ease-in-out}.filtered_view_exclude{background-color:rgba(255,45,35,.2);box-shadow:inset 0 0 0 1px transparent}.filtered_view_exclude:hover{box-shadow:inset 0 0 0 1px transparent;background-color:#ff2d23}.filtered_view_exclude:hover .filtered__type,.filtered_view_exclude:hover .filtered__value{color:#fff}.filtered_view_exclude:hover .filtered__del .icon{stroke:#fff}.rangeable-progress,.rangeable-track{height:1px}.rangeable-track:active .rangeable-handle,.rangeable-track:active .rangeable-progress,.rangeable-track:hover .rangeable-handle,.rangeable-track:hover .rangeable-progress{background-color:#666b81}.rangeable-track{background-color:#dddfe6;transition:background-color .15s ease-in-out}.rangeable-progress{right:22px;left:22px}.rangeable-handle,.rangeable-progress{background-color:#8f95ac;transition:background-color .15s ease-in-out}.rangeable-handle{height:22px;width:22px;border:0;box-shadow:0 0 0 3px #fff}.rangeable-labels{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;color:#8f95ac;font-size:14px;margin-top:14px}.noUi-horizontal{height:22px;background:transparent;position:relative;padding:0 11px;cursor:pointer}.noUi-horizontal:after{content:"";position:absolute;display:block;height:1px;left:0;right:0;top:50%;background:rgba(143,149,172,.3)}.noUi-connect{background:transparent;position:relative}.noUi-connect:after{content:"";position:absolute;display:block;left:0;right:0;top:50%;height:1px;background:#8f95ac}.noUi-horizontal .noUi-handle{outline:none;height:22px;width:22px;border-radius:50%;right:-11px;top:0;border:0;background-color:#8f95ac;box-shadow:0 0 0 3px #fff;transition:background-color .15s ease-in-out;cursor:pointer}.noUi-horizontal .noUi-handle:after,.noUi-horizontal .noUi-handle:before{display:none}.noUi-target{border:0;box-shadow:none}.noUi-pips-horizontal{position:absolute;left:0;right:0;height:auto;display:flex;justify-content:space-between;align-items:center;cursor:default}.noUi-marker{display:none}.noUi-value{position:static;-webkit-transform:translate(0);transform:translate(0);color:#8f95ac;font-size:14px}.slider__input{background:transparent;border-radius:0;border:none;box-shadow:none;height:2px;position:absolute;width:100%;bottom:0}.slider__input .noUi-connect{background:#8f95ac}.slider__input .noUi-handle{width:28px;height:28px;right:-14px;top:-14px;background:#8f95ac;box-shadow:none;border-radius:50%;border:3px solid #fff;outline:none}.slider__input .noUi-handle:after,.slider__input .noUi-handle:before{content:none}.slider__input .noUi-horizontal,.slider__input .noUi-horizontal .noUi-handle{width:28px;height:28px;right:-14px;top:-14px;background:#8f95ac;box-shadow:none}.label-item{display:inline-block;padding:5px 9px 6px;border-radius:4px}@media screen and (max-width:1599px){.label-item{white-space:normal}}.label-item.label_id{padding-left:12px;padding-right:12px}@media screen and (max-width:767px){.label-item.label_id{margin-right:10px}}.label_plain-text{background-color:initial}.label_orange{color:#ffa100;background-color:rgba(255,204,0,.3)}.label_purple{color:#7684bc;background-color:rgba(118,132,188,.2)}.label_green{color:#2cba2e;background-color:rgba(44,186,46,.2)}.label_red{color:#ff2d23;background-color:rgba(255,45,35,.1)}.label_yellow{color:#fba200;background-color:rgba(255,204,0,.2)}.label_violet{color:#8f95ac;background-color:rgba(118,132,188,.2)}.label_blue{color:#8790e5;background-color:rgba(135,144,229,.2)}.label_gray{background-color:rgba(143,149,172,.1)}.label_is-fav .icon{fill:#ff2d23;margin-right:9px;font-size:17px}.label_brand{background-color:#8f95ac;color:#fff}.label_with-icon_prefix{display:flex;align-items:center}.label_with-icon_prefix .label__icon{margin-right:5px}.label_with-icon_postfix{display:flex;align-items:center}.label_with-icon_postfix .label__icon{margin-left:5px}.label_id{color:#fff;background:#8790e5}.textarea_type_form .textarea__control{background-color:#fff;border-radius:4px;resize:vertical;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.textarea_type_form .textarea__label{display:block;color:#8f95ac;line-height:25px;margin-bottom:4px}.textarea_width_available{width:100%}.textarea__control{border:0;background:none;width:100%;outline:none;padding:16px;font-size:14px;line-height:17px;color:#2c2e3e;font-family:"Formular",sans-serif}:root{--radio-width:18px;--radio-height:18px;--radio-animation-duration:0.2s;--color-primary:#696d82;--color-input:#2c2e3e}.radio{display:flex;align-items:flex-start}.radio_view_invert .radio__box{box-shadow:inset 0 0 0 1px rgba(143,149,172,.5);background-color:initial}.radio_view_invert .radio__label{color:#8f95ac}.radio_view_red .radio__control:checked+.radio__input,.radio_view_red .radio__control:checked+.radio__marker{background-color:#ff2d23}.radio_view_red .radio__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.radio_disabled{opacity:.7;pointer-events:none}.radio.is-excluded .radio__box{background-color:#ff2d23;box-shadow:inset 0 0 0 1px #ff2d23}.radio.is-excluded .radio__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.radio_type_btn .radio__box{box-shadow:none;width:auto;height:auto}.radio_type_btn .radio__control{margin:0;padding:0;opacity:0;height:0;width:0;pointer-events:none}.radio_type_btn .radio__control:checked+.radio__label:after{content:"";height:calc(100% + 12px);position:absolute;top:-6px;left:-6px;width:calc(100% + 12px);background-color:rgba(143,149,172,.1);border-radius:4px}.radio__box{position:relative;outline:none;display:flex;flex-shrink:0;align-items:center;width:18px;width:var(--radio-width);height:18px;height:var(--radio-height);border-radius:50%;box-sizing:border-box;box-shadow:inset 0 0 0 1px rgba(143,149,172,.3);transition:box-shadow .15s ease-in-out;background-color:#fff}.radio__control,.radio__input{position:absolute;left:0;top:0}.radio__tooltip{position:absolute;top:7px;padding:20px 24px;border-radius:4px;box-shadow:0 2px 10px rgba(143,149,172,.2);display:none;background-color:#fff;white-space:normal;width:280px;pointer-events:none}.radio__tooltip:before{content:"";display:block;position:absolute;top:0;right:calc(100% - 14px);border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent}.radio__tooltip_align_right{right:inherit;left:calc(100% + 18px)}.radio__tooltip_align_right:before{right:calc(100% - 14px);-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.radio__tooltip_align_left{left:inherit;right:calc(100% + 40px)}.radio__tooltip_align_left:before{left:calc(100% - 14px);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.radio__control{margin:0;padding:0;opacity:0;height:0;width:0;pointer-events:none}.radio__control:checked+.radio__input+.radio__marker{opacity:1}.radio__control:checked+.radio__input+.radio__marker:after{-webkit-transform:scale(1);transform:scale(1)}.radio__input{display:inline-block;color:transparent;-webkit-user-select:none;user-select:none;z-index:1;cursor:pointer;transition:background .2s;transition:background var(--radio-animation-duration)}.radio__input,.radio__marker{width:100%;height:100%;border-radius:inherit}.radio__marker{position:relative;background-color:initial;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s;transition:opacity var(--radio-animation-duration)}.radio__marker:after{content:"";display:block;width:10px;height:10px;top:4px;left:4px;border-radius:50%;position:absolute;-webkit-transform:scale(0);transform:scale(0);background-color:#8f95ac;transition:-webkit-transform .3s cubic-bezier(0,0,.12,1);transition:transform .3s cubic-bezier(0,0,.12,1);transition:transform .3s cubic-bezier(0,0,.12,1),-webkit-transform .3s cubic-bezier(0,0,.12,1)}.radio__label{color:#2c2e3e;font-size:14px;line-height:17px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.radio__label:hover{position:relative;z-index:20}.radio__label:hover .radio__tooltip{display:block;z-index:30}.radio__label+.radio__box{margin-left:6px}.radio__box+.radio__label{padding-left:6px}.color-brand-1{color:#1e2030}.color-brand-2{color:#2c2e3e}.color-brand-3{color:#8f95ac}.color-red{color:#ff2d23}.caps{font-size:12px;line-height:18px;letter-spacing:.3px;text-transform:uppercase;font-weight:700}.sor__author{padding-bottom:10px}.h1-l{font-weight:700;font-size:42px;line-height:46px}@media screen and (max-width:1279px){.h1-l{font-size:36px;line-height:40px}}@media screen and (max-width:767px){.h1-l{font-size:24px;line-height:26px}}.h2-l{font-weight:700;font-size:30px;line-height:35px}@media screen and (max-width:1279px){.h2-l{font-size:28px;line-height:32px}}@media screen and (max-width:767px){.h2-l{font-size:21px;line-height:24px}}.h3-l{font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1279px){.h3-l{font-size:18px;line-height:22px}}@media screen and (max-width:767px){.h3-l{font-size:18px;line-height:20px}}.h4-l{font-weight:700;font-size:18px;line-height:20px}@media screen and (max-width:1279px){.h4-l{font-size:17px;line-height:20px}}@media screen and (max-width:767px){.h4-l{font-size:14px;line-height:16px}}.h5-l{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal}@media screen and (max-width:1599px){.h5-l{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.h5-l{font-size:14px;line-height:18px}}.big-text-l{font-weight:300;font-size:21px;line-height:30px}@media screen and (max-width:1599px){.big-text-l{font-size:18px;line-height:24px}}@media screen and (max-width:1279px){.big-text-l{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.big-text-l{font-size:16px;line-height:22px}}.italic-l{font-style:italic}.medium-text-l{font-weight:300;font-size:15px;line-height:20px}@media screen and (max-width:767px){.medium-text-l{font-size:15px;line-height:18px}}.caps-l{font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase}@media screen and (max-width:1599px){.caps-l{font-size:12px;line-height:18px}}@media screen and (max-width:1279px){.caps-l{font-size:11px;line-height:18px}}@media screen and (max-width:767px){.caps-l{font-size:12px;line-height:16px}}.text-l{font-size:14px;line-height:18px}.text-xs-l{font-size:13px;line-height:16px}.button{background:none;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:"Formular",sans-serif;padding:0;white-space:nowrap;-webkit-appearance:none;appearance:none}.button,.button:focus{outline:none}.button:disabled{color:#8f95ac;pointer-events:none}.button:disabled .icon{stroke:#8f95ac}.button_width_100{width:100%}@media screen and (max-width:640px){.button.dist-map{display:flex;flex-basis:100%}}.button__mobile-filters{background:#f4f4f7;height:44px;padding-top:0;padding-bottom:0;flex-basis:50%}.button__mobile-filters,.button__mobile-logout{align-items:center;border-radius:5px;display:flex;font-size:15px;justify-content:center}.button__mobile-logout{background:rgba(143,149,172,.1);color:#8f95ac;height:30px;line-height:20px;padding:0 16px}.button_with-icon{display:flex;align-items:center;fill:#fff;font-size:14px}.button_view_control{height:40px;box-shadow:inset 0 0 0 1px transparent;padding:0 16px;border-radius:5px;display:flex;align-items:center}.button_view_control .icon{font-size:20px;margin-right:8px;line-height:17px}.button_view_control:hover{box-shadow:inset 0 0 0 1px rgba(143,149,172,.3)}.button_view_round-control{border-radius:50%;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out}.button_view_round-control:hover{background-color:rgba(143,149,172,.2)}.button_view_grey{display:flex;align-items:center;background-color:#8f95ac;transition:background-color .15s ease-in-out;color:#fff;border-radius:5px;padding:0 20px;height:48px}.button_view_grey:hover{background-color:#666b81}.button_view_grey .icon{font-size:22px;margin-right:9px}.button_view_another,.button_view_grey:disabled{color:#fff;background-color:rgba(143,149,172,.3)}.button_view_another{font-size:14px;line-height:16px;white-space:nowrap;font-weight:700;padding:17px 48px;border-radius:5px;transition:background-color .15s ease-in-out;text-decoration:none}.button_view_another:hover{background-color:rgba(143,149,172,.5)}.button_view_another:active{background-color:rgba(143,149,172,.7)}@media screen and (max-width:1280px){.button_view_another{padding:22px 36px}}.button_view_default{background-color:#ff2d23;font-size:14px;line-height:16px;white-space:nowrap;font-weight:700;padding:17px 48px;color:#fff;border-radius:5px;transition:background-color .15s ease-in-out;text-decoration:none}.button_view_default:hover{background-color:#cf2d23}.button_view_default:active{background-color:#b32d23}@media screen and (max-width:1279px){.button_view_default{padding:17px 36px}}@media screen and (max-width:767px){.button_view_default{padding:14px 30px}}@media screen and (max-width:640px){.button_view_default{align-items:center;border-radius:5px;display:flex;height:44px;justify-content:center;padding-top:0;padding-bottom:0}}.button_view_default:disabled{color:#fff;background-color:rgba(143,149,172,.3)}.button_view_default-small{background-color:#ff2d23;font-size:14px;line-height:16px;white-space:nowrap;font-weight:700;padding:13px 20px;color:#fff;border-radius:5px;transition:background-color .15s ease-in-out;text-decoration:none}.button_view_default-small:hover{background-color:#cf2d23}.button_view_default-small:active{background-color:#b32d23}.button_view_default-small.is-inactive,.button_view_outline-small{color:#2c2e3e;background-color:#fff}.button_view_outline-small{font-size:14px;line-height:16px;white-space:nowrap;font-weight:400;padding:6px 14px;border-radius:5px;box-shadow:0 0 0 1px rgba(143,149,172,.3);transition:background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out}.button_view_outline-small:hover{background-color:#ff2d23;color:#fff;box-shadow:0 0 0 1px transparent}.button_view_outline-small:active{background-color:#cf2d23;box-shadow:0 0 0 1px transparent}.button_view_outline{background-color:initial;font-size:14px;line-height:16px;white-space:nowrap;font-weight:400;padding:17px 24px;color:#2c2e3e;border-radius:5px;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 0 0 1px #e9eaeb;min-width:150px}@media screen and (max-width:640px){.button_view_outline{align-items:center;border-radius:5px;display:flex;height:44px;line-height:44px;justify-content:center;padding-top:0;padding-bottom:0}}.button_view_outline:hover{box-shadow:none;background-color:rgba(143,149,172,.2)}.button_view_outline:active{box-shadow:none;background-color:rgba(143,149,172,.3)}.button_view_round-with-label{display:flex;align-items:center;font-size:14px;cursor:pointer}.button_view_round-with-label .button{width:44px;height:44px;margin-right:10px}.button_view_round-with-label .icon{font-size:22px;stroke:#8f95ac}.button_view_round-with-label .button__label{color:#2c2e3e}.button_view_round-with-label:hover .button{background-color:rgba(143,149,172,.2)}.button_view_outline-with-icon{background-color:initial;font-size:14px;line-height:18px;white-space:nowrap;font-weight:400;padding:17px 24px;height:50px;color:#2c2e3e;border-radius:5px;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 0 0 1px #e9eaeb}.button_view_outline-with-icon:hover{box-shadow:none;background-color:rgba(143,149,172,.2)}.button_view_outline-with-icon:active{box-shadow:none;background-color:rgba(143,149,172,.3)}.button_view_outline-with-icon .icon{fill:#8f95ac;margin-right:10px;font-size:20px;max-height:1rem}@media screen and (max-width:640px){.button_view_outline-with-icon{border-radius:5px}}.button_view_outline-with-icon-invert{background-color:initial;font-size:14px;white-space:nowrap;font-weight:400;padding:0 24px;height:50px;color:#ff2d23;border-radius:5px;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out,color .15s ease-in-out;box-shadow:inset 0 0 0 1px #ff2d23;display:flex;align-items:center;vertical-align:middle;line-height:50px}.button_view_outline-with-icon-invert:hover{box-shadow:none;background-color:#ff2d23;color:#fff}.button_view_outline-with-icon-invert:hover .icon{fill:#fff}.button_view_outline-with-icon-invert:active{box-shadow:none;background-color:#b32d23;color:#fff}.button_view_outline-with-icon-invert:active .icon{fill:#fff}.button_view_outline-with-icon-invert .icon{fill:#ff2d23;margin-right:10px;font-size:22px;line-height:60px;transition:fill .15s ease-in-out}.button_view_outline-with-icon-invert .icon_list{font-size:15px;margin-top:-2px}.button_view_outline-strong{background-color:#fff;font-size:14px;line-height:16px;white-space:nowrap;font-weight:700;padding:17px 48px;color:#2c2e3e;border-radius:5px;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out,color .15s ease-in-out;box-shadow:inset 0 0 0 1px #e9eaeb}.button_view_outline-strong:hover{box-shadow:none;background-color:#2c2e3e;color:#fff}.button_view_outline-strong:active{box-shadow:none;background-color:#1e2030;color:#fff}.button_view_outline-invert{background-color:initial;font-size:14px;line-height:16px;white-space:nowrap;font-weight:400;padding:17px 48px;color:#ff2d23;border-radius:5px;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out,color .15s ease-in-out;box-shadow:inset 0 0 0 1px #ff2d23}.button_view_outline-invert:hover{box-shadow:none;background-color:#ff2d23;color:#fff}.button_view_outline-invert:active{box-shadow:none;background-color:#b32d23;color:#fff}.button_view_ghost{background-color:#fff;font-size:14px;line-height:16px;white-space:nowrap;font-weight:400;padding:19px 24px;color:#2c2e3e;border-radius:5px;transition:box-shadow .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;box-shadow:inset 0 0 0 1px transparent,0 2px 10px rgba(143,149,172,.2);display:inline-flex;align-items:center}.button_view_ghost .icon,.button_view_ghost svg{display:inline-block;font-size:22px;fill:#8f95ac;margin-right:10px;transition:fill .15s ease-in-out}.button_view_ghost:hover{box-shadow:inset 0 0 0 1px rgba(143,149,172,.5),0 2px 10px rgba(143,149,172,.2)}.button_view_ghost:active{box-shadow:inset 0 0 0 1px #8f95ac,0 2px 10px rgba(143,149,172,.2)}.button_view_ghost span{line-height:16px}.button_view_ghost.is-active{background-color:#ff2d23;color:#fff}.button_view_ghost.is-active .icon,.button_view_ghost.is-active svg{fill:#fff}@media screen and (max-width:1280px){.button_view_ghost{box-shadow:0 4px 20px rgba(143,149,172,.3);height:44px;padding:11px 15px}}.button_view_round{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:#ff2d23;border-radius:50em;transition:background-color .15s ease-in-out}.button_view_round:hover{background-color:#cf2d23}.button_view_round:active{background-color:#b32d23}.button_view_fav{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:#ff2d23;border-radius:50em}@media screen and (max-width:1280px){.button_view_fav{width:38px;height:38px}}.button_view_social{font-size:20px}.button_view_link{color:#ff2d23;font-size:14px;line-height:17px;transition:color .15s ease-in-out}.button_view_link:hover{color:#cf2d23}.button_view_link-invert{color:#8f95ac;font-size:14px;line-height:17px;transition:color .15s ease-in-out}.button_view_link-invert:hover{color:#ff2d23}.button_view_white{background-color:#fff;display:inline-flex;justify-content:center;align-items:center;height:50px;font-weight:400;font-size:14px;line-height:18px;border-radius:5px;padding:0 42px;transition:all .3s}.button_view_white:hover{background-color:#f6f7f8}.button_type_task-assigned{margin-bottom:10px;display:flex;align-items:flex-start;background-color:initial;font-size:14px;color:#8f95ac;width:234px;white-space:normal;text-align:left}.button_type_task-assigned .icon-block{margin-right:7px;margin-left:4px;margin-top:-5px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out}.button_type_task-assigned .icon-block .icon{font-size:16px;stroke:#8f95ac}.button_type_task-assigned:hover .icon-block{background-color:rgba(143,149,172,.2)}@media screen and (max-width:1600px){.button_type_task-assigned{width:140px}}.button_type_task-assigned.is-active .icon-block{background-color:#ff2d23}.button_type_task-assigned.is-active .icon-block .icon{stroke:#fff}.button_type_task-assigned.is-active:hover .icon-block{background-color:#cf2d23}.button_type_task{height:35px;border-radius:5px;display:flex;align-items:center;background-color:initial;font-size:14px;color:#8f95ac;padding:0 14px;white-space:nowrap;text-align:left}.button_type_task>.icon{font-size:10px;stroke:#8f95ac;margin-right:15px}.button_type_task:hover{background-color:rgba(143,149,172,.1)}.button_type_task:active{background-color:rgba(143,149,172,.2)}.button_type_add{cursor:pointer;background-color:rgba(143,149,172,.1);width:29px;height:29px;border-radius:50%;transition:background-color .15s ease-in-out}.button_type_add:hover{background-color:rgba(143,149,172,.2)}.button_type_add:after{content:"";display:block;width:11px;height:11px;margin:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IC41VjBINXY1SDB2MWg1djVoMVY2aDVWNUg2Vi41eiIgZmlsbD0iIzhGOTVBQyIvPjwvc3ZnPg==);background-size:contain;background-position:50%;background-repeat:no-repeat}.button_type_delete{flex-shrink:0;background-color:rgba(143,149,172,.1);width:28px;height:28px;border-radius:50%;transition:background-color .15s ease-in-out}.button_type_delete:hover{background-color:rgba(143,149,172,.2)}.button_type_delete:after{content:"";display:block;width:10px;height:10px;margin:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjY2NyAxLjNMMS4zMzMgNi43TTEuMzMzIDEuM2w1LjMzNCA1LjQiIHN0cm9rZT0iIzhGOTVBQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);background-size:contain;background-position:50%;background-repeat:no-repeat}.button_type_burger{display:none}@media screen and (max-width:1599px){.button_type_burger{display:block}}.button_type_burger .icon{stroke:#fff;font-size:19px}@media screen and (max-width:767px){.button_type_burger .icon{stroke:#1e2030}}.button_type_pill{background-color:#8f95ac;color:#fff;white-space:nowrap;margin-right:24px;line-height:30px;padding:0 12px;border-radius:4px;font-size:14px;transition:background-color .15s ease-in-out;cursor:pointer}.button_type_pill:hover{background-color:#666b81}.button_type_filtered{font-size:14px;line-height:17px;padding:6px 12px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.3);transition:box-shadow .15s ease-in-out,background-color .15s ease-in-out}.button_type_filtered:hover{box-shadow:inset 0 0 0 1px transparent;background-color:rgba(143,149,172,.2);cursor:pointer}@media screen and (max-width:640px){.button_type_filtered{font-size:15px;line-height:20px}}.button_type_reveal-filter{color:#fff;box-shadow:inset 0 0 0 1px #fff;padding:18px 24px;font-size:14px;line-height:1;white-space:nowrap;border-radius:4px;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out}.button_type_reveal-filter:hover{background-color:#fff;color:#8f95ac}@media screen and (max-width:1280px){.button_type_reveal-filter{order:2;flex-grow:0;flex-shrink:1;flex-basis:calc(25% - 12px);background-color:#2c2e3e;box-shadow:none}.button_type_reveal-filter:hover{color:#fff;background-color:#1e2030}}.button_type_settings{width:44px;height:44px;border-radius:44px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#f6f7f9;transition:background-color .15s ease-in-out}.button_type_settings .icon{fill:#8f95ac;font-size:20px}.button_type_settings:hover{background-color:#2c2e3e}.button_type_settings:active{background-color:#1e2030}.button_type_clear{color:#2c2e3e;font-size:14px;line-height:17px;transition:color .15s ease-in-out}.button_type_clear .icon{stroke:#2c2e3e;font-size:9px;margin-right:10px;transition:stroke .15s ease-in-out}.button_type_clear:hover{color:#ff2d23}.button_type_clear:hover .icon{stroke:#ff2d23}.button_type_clear:active{color:#cf2d23}.button_type_clear:active .icon{stroke:#cf2d23}.button_type_clear.bordered{border-radius:5px;padding:16px 24px;box-shadow:inset 0 0 0 1px #e9eaeb}@media screen and (max-width:1599px){.button_type_clear.bordered{padding:16px}}.button_type_round{display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:50%;background-color:rgba(143,149,172,.1);transition:all .15s ease-in-out}.button_type_round .icon{width:15px;height:15px}.button_type_round:hover{background-color:rgba(143,149,172,.3)}.button_type_round:hover .icon{opacity:1}.button_type_edit-small{display:inline-flex;align-items:center;border-radius:35px;height:35px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);color:#8f95ac;padding:0 14px;font-size:14px;background-color:#fff;transition:background-color .15s ease-in-out}.button_type_edit-small .icon{flex-shrink:0;font-size:16px;margin-right:7px}.button_type_edit-small:hover{background-color:rgba(143,149,172,.08)}.button_presentation{padding-left:41px;padding-right:41px}.expanding-button{background:rgba(143,149,172,.1);border-radius:14px;border:none;position:relative;height:29px;width:29px}.expanding-button:after,.expanding-button:before{background:#666b81;content:"";position:absolute;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.expanding-button:before{top:14px;height:1px;left:10px;right:10px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.expanding-button:after{top:10px;left:14px;bottom:10px;width:1px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.expanding-button__expanded:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.button-mobile{align-items:center;background-color:rgba(143,149,172,.1);border:none;border-radius:5px;color:#2c2e3e;display:flex;font-size:15px;justify-content:center;line-height:18px;margin-top:12px;padding-top:0;padding-bottom:0;height:44px;width:100%}.button-mobile.for-main{font-size:15px;margin:10px 0;width:100%}.button-mobile.for-assignations,.button-mobile.for-commercial{font-size:15px;letter-spacing:.3px;line-height:20px;margin:0 10px 5px;width:calc(100% - 20px)}.button-mobile.is-add-client{margin-bottom:5px}.button-mobile.is-add-client .button_type_add{background:none}@media screen and (max-width:640px){.button.button_view_outline.button_presentation{border-radius:5px;margin-top:10px;width:100%}}.button_view_outline.for-mobile-filters{display:block;margin:20px auto 0}@media screen and (max-width:640px){.button_view_grey{border-radius:5px}}@media screen and (max-width:640px){.input_type_upload-btn{align-items:center;display:flex;justify-content:center;height:44px;padding:0}}.button-blick{position:relative;overflow:hidden;flex-shrink:0}.button-blick:after{content:"";position:absolute;top:-50%;bottom:-50%;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.6) 100%);width:45px;-webkit-transform:skewX(-22deg);transform:skewX(-22deg);left:-65%;-webkit-animation-name:blick;animation-name:blick;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blick{60%{left:100%}to{left:130%}}@keyframes blick{60%{left:100%}to{left:130%}}.section{transition:background-color .15s ease-in-out}@media screen and (max-width:640px){.section_view_top{position:absolute;top:50px;width:100%}}.section_view_white{background-color:#fff}.section_view_gray{background-color:rgba(143,149,172,.08)}.section__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.section__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.section__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.section__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.section__grid{margin-left:0;margin-right:0}}.section__grid_column{flex-direction:column}.section__grid-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.section__grid-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.section__grid-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.section__grid-col{margin-left:5px;margin-right:5px}}@media screen and (max-width:640px){.section__grid-col{margin:0 10px}}.section__heading{margin-right:auto}@media screen and (max-width:1279px){.section__heading{margin:10px 0}}.section__cards{display:block}.section__map{display:none;padding-bottom:100px;overflow:hidden;max-height:900px}@media screen and (max-width:640px){.mobile-section-dark .calc__grid{background:#2c2e3e;margin:-27px -10px 0;padding:23px 5px 0}.mobile-section-dark .calculator__result-value{color:#fff}.mobile-section-dark .calc__form.calc__col.mortgage__calc,.mobile-section-dark .calc__manager.calc__col{width:calc(100% - 10px)}.mobile-section-dark .calc__manager.calc__col{border-top:1px solid rgba(143,149,172,.4);color:#8f95ac;margin-top:20px;padding-top:20px;padding-bottom:40px}.mobile-section-dark .calc__manager-card{display:flex;margin-top:20px}.mobile-section-dark .calc__manager-name,.mobile-section-dark .lk-order__contacts-link{color:#fff}.mobile-section-dark .calc__manager-photo{width:105px;height:105px;border-radius:50%;background-size:cover;background-repeat:no-repeat;margin-right:30px}.mobile-section-dark .calculator .slider__input{left:0;right:0;margin:0 auto;width:95%}.mobile-section-dark .calc__manager-contacts{margin-top:15px}}.cards{padding-top:50px;padding-bottom:60px}.cards__header{align-items:center;margin-bottom:36px}@media screen and (max-width:640px){.cards{padding-bottom:0;padding-top:20px}}.cards__controls{width:calc(41.66667% - 30px);align-self:center;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1600px){.cards__controls{width:calc(50% - 22px)}}@media screen and (max-width:1280px){.cards__controls{width:calc(100% - 16px)}}.cards__controls .public__map-button .button_view_outline-with-icon-invert{box-shadow:none}.cards__controls .public__map-button .button_view_outline-with-icon-invert:hover{background:none;color:#ff2d23}.cards__controls .public__map-button .button_view_outline-with-icon-invert:hover .icon{fill:#ff2d23}.cards__sort{width:310px;display:flex;align-items:center}.cards__sort_icon{position:relative;width:12px;height:12px;margin-right:11px}.cards__sort_icon_desc svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cards__item{width:calc(33.33333% - 30px);margin-bottom:30px}@media screen and (max-width:1600px){.cards__item{width:calc(33.33333% - 22px);margin-bottom:22px}}@media screen and (max-width:1599px){.cards__item{width:calc(100% - 22px);margin-bottom:16px}}@media screen and (max-width:768px){.cards__item{width:calc(100% - 16px);margin-bottom:16px}}.cards__item_no-border{border:none}.cards__pagination{width:calc(100% - 30px);padding-top:20px}.cards__map-cards{width:376px;background-color:#fff;align-self:stretch;box-shadow:10px 0 10px rgba(143,149,172,.1);margin-right:0;position:relative;z-index:1;max-height:900px;padding-right:15px;overflow:hidden}@media screen and (max-width:1600px){.cards__map-cards{padding-right:11px}}@media screen and (max-width:1280px){.cards__map-cards{padding-right:8px}}@media screen and (max-width:640px){.cards__map-cards{padding-right:0;width:100%}}.cards__map-cards-list{overflow-y:auto}.card{position:relative;background-color:#fff;text-decoration:none;color:#2c2e3e;display:block}@media screen and (max-width:640px){.card{box-shadow:0 4px 20px rgba(143,149,172,.1)}}.card:after{content:"";position:absolute;top:25px;bottom:25px;left:25px;right:25px;box-shadow:0 2px 0 rgba(143,149,172,.4876);transition:box-shadow .3s ease-in-out;will-change:box-shadow;background-color:#fff;z-index:-1}.card:hover:after{box-shadow:0 2px 50px rgba(143,149,172,.4876)}.card__header{position:absolute;top:0;left:0;width:100%;height:310px}@media screen and (max-width:1599px){.card__header{width:calc(50% - 22px);height:100%}}@media screen and (max-width:640px){.card__header{width:100%}}.card__pills{list-style:none;padding-left:0;position:absolute;top:30px;left:32px;right:32px;width:100%;display:flex}@media screen and (max-width:1599px){.card__pills{top:19px;left:19px}}.card__pill{background-color:#8f95ac;color:#fff;white-space:nowrap;margin-right:24px;line-height:30px;padding:0 12px;border-radius:4px;transition:background-color .15s ease-in-out;cursor:pointer}.card__pill:hover{background-color:#666b81}.card__fav{display:flex;align-items:center;justify-content:space-between;z-index:6;position:absolute;width:30px;right:15px;bottom:15px;padding:4px 7px;border-radius:14px;background-color:#fff;cursor:pointer}.card__fav,.card__fav .icon{transition:all .15s ease-in-out}.card__fav .icon{fill:#8f95ac;fill-opacity:.5;font-size:16px}.card__fav.is-fav{width:70px}.card__fav.is-fav .card__fav-add .icon{fill:#ff2d23;fill-opacity:1}.card__fav.is-fav .fav-attach{opacity:1;visibility:visible}.card__fav_attached.is-fav{width:60px}.card__fav .card__fav-add{display:flex}.card__fav .card__fav-add:hover .icon_fav{fill-opacity:.8}.card__body{height:100%;display:flex;flex-direction:column;background-color:#fff}@media screen and (max-width:1599px){.card__body{flex-direction:row}}@media screen and (max-width:640px){.card__body{flex-direction:column}}.card__image{border-radius:5px;overflow:hidden;height:310px}@media screen and (max-width:1599px){.card__image{width:calc(50% - 22px);height:auto;min-height:310px}}.card__image img{min-width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}@media screen and (max-width:640px){.card__image{height:220px;min-height:auto;width:100%}}.card__row{display:flex}.card__row_distribute_between{justify-content:space-between}.card__row.card__row_mt_10px{margin-top:10px}.card__content{padding:40px 32px 32px;flex:1 1;display:flex;flex-direction:column}@media screen and (max-width:1599px){.card__content{padding:20px}}@media screen and (max-width:767px){.card__content{padding:16px 12px 21px 14px}}.card__place{max-width:70%}@media screen and (max-width:767px){.card__place{max-width:100%}}.card__title{font-size:25px;line-height:25px;font-weight:700}@media screen and (max-width:640px){.card__title{font-size:21px;line-height:24px}}.card__address{line-height:18px;margin-top:5px}.card__dates{color:#ff2d23;text-align:right;line-height:25px}@media screen and (max-width:640px){.card__dates{align-items:center;background:#fff;border-radius:3px;color:#2c2e3e;display:flex;left:14px;height:30px;padding:0 12px;position:absolute;top:177px}}.card__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;line-height:25px}@media screen and (max-width:1600px){.card__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.card__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.card__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.card__grid{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.card__grid{flex-wrap:nowrap}}.card__company{color:#8f95ac}.card__variants{margin-top:10px}@media screen and (max-width:640px){.card__variants{margin-bottom:0}}.card__left{margin-left:15px;margin-right:15px;width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.card__left{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card__left{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card__left{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card__left{width:calc(66.66667% - 22px)}}@media screen and (max-width:1400px){.card__left{width:calc(58.33333% - 22px)}}@media screen and (max-width:1280px){.card__left{width:calc(66.66667% - 16px)}}@media screen and (max-width:640px){.card__left{line-height:18px;margin-left:0;width:66.6%}}@media screen and (max-width:640px){.card__left-full-width{width:100%}}.card__right{margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1600px){.card__right{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card__right{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card__right{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card__right{width:calc(33.33333% - 22px)}}@media screen and (max-width:1400px){.card__right{width:calc(41.66667% - 22px)}}@media screen and (max-width:1280px){.card__right{width:calc(33.33333% - 16px)}}@media screen and (max-width:640px){.card__right{width:33.3%}}.card__left-inner{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.card__left-inner{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.card__left-inner{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.card__left-inner{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.card__left-inner{margin-left:0;margin-right:0}}.card__left-part{margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1600px){.card__left-part{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card__left-part{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card__left-part{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card__left-part{width:calc(50% - 22px)}}@media screen and (max-width:1400px){.card__left-part{width:calc(50% - 22px)}}@media screen and (max-width:1280px){.card__left-part{width:calc(50% - 16px)}}@media screen and (max-width:640px){.card__left-part{margin:0;padding-right:5px;width:50%}}.card__left-part span{color:#8f95ac}.card__routes{list-style:none;padding-left:0;display:flex;align-items:center;flex-wrap:wrap;color:#8f95ac;margin-top:20px}@media screen and (max-width:640px){.card__routes{margin-top:10px}}.card__routes-item{margin-right:30px;margin-bottom:5px}.card__routes-item:last-of-type{margin-right:0}.card__metro-color{width:6px;height:6px;display:inline-block;vertical-align:middle;border-radius:6px;margin-right:10px}.card__metro-color_1{background-color:#d4203c}.card__metro-color_2{background-color:#137fc9}.card__metro-color_3{background-color:#15985b}.card__metro-color_4{background-color:#dc7021}.card__metro-color_5{background-color:#6d1477}.card__metro-station{display:inline-block;margin-right:10px}.card__route-type .icon{fill:#8f95ac}.card__route-type .icon_auto{font-size:12px;margin-right:10px}.card__route-type .icon_pedestrian{font-size:16px;margin-right:5px}.card__options{list-style:none;padding-left:0;display:flex;margin-top:27px;position:absolute;bottom:15px;left:34px}@media screen and (max-width:640px){.card__options{position:relative;left:0}}.card__option{line-height:30px;background-color:#fff;padding:0 12px;border-radius:4px;margin-right:7px;text-decoration:none;display:inline-block;cursor:pointer;transition:background-color .15s ease-in-out}@media screen and (max-width:640px){.card__option{background:rgba(143,149,172,.12)}}.card__option:last-of-type{margin-right:0}.card__option:hover{background-color:#fff}.card_slider .card__address{margin-top:15px}.card_slider .card__floor{margin-top:5px}.card_slider .card__price-per-m,.card_slider .card__subinfo{margin-top:5px;color:#8f95ac}.card_slider .card__important{color:#ff2d23}.card_slider .card__price{margin-top:18px}@media screen and (max-width:640px){.card__fav{bottom:auto;right:16px;top:175px}}@media screen and (max-width:640px){.card__address{line-height:20px;margin-bottom:10px}}@media screen and (max-width:374px){.card__left-part,.card__right{font-size:12px}}.panel{position:fixed;right:0;bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%);z-index:100}.panel__block{width:40px;border-radius:8px 0 0 8px;background-color:#2c2e3e;margin-top:8px}.panel__block_bg_red{background-color:#ff2d23}.panel__block:first-of-type{margin-top:0}.panel__list{list-style:none;padding:8px 0}.panel__list_rating{padding:4px 0}.panel__list_inverted{background-color:#fff;border-radius:0 0 0 8px;box-shadow:0 2px 10px rgba(143,149,172,.2)}.panel__list_inverted .icon{fill:#8f95ac}.panel__item{height:40px;display:flex;align-items:center;justify-content:center;margin-top:10px;position:relative}.panel__item:first-of-type{margin-top:0}.panel__item:hover .panel__tooltip{display:flex}.panel__tooltip{display:none;position:absolute;right:calc(100% + 19px);top:-5px;height:59px;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(143,149,172,.2);align-items:center;padding:0 22px;white-space:nowrap;font-size:14px;color:#2c2e3e}.panel__tooltip:after{content:"";background-size:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyAwTDAgMTBWMGgxM3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:0 0;width:13px;height:100%;position:absolute;right:0;top:0;margin-right:-9px}.panel__tooltip_manager{width:280px;padding:0;white-space:normal;height:auto}.panel__tooltip-add,.panel__tooltip-value{color:#ff2d23}.panel__link{display:flex;align-items:center;font-size:19px;text-align:center;position:relative}.panel__link_absolute{position:absolute;top:0;left:0;right:0;bottom:0}.panel__link_rating{font-size:25px}.panel__link_not_link{cursor:pointer}.panel__link_not_link svg{stroke:#fff}.panel__link_not_link:hover svg{stroke:#ff2d23}.panel__link .icon{stroke:#fff;line-height:40px;transition:stroke .15s ease-in-out}.panel__link:hover>.icon{stroke:#ff2d23}.panel__val{width:18px;height:18px;position:absolute;font-size:12px;color:#fff;text-align:center;z-index:1;top:-8px;left:50%;display:none}.panel__val.is-visible{display:block}.panel__val.is-visible:before{-webkit-transform:scale(5) translate(-50%,-50%);transform:scale(5) translate(-50%,-50%);-webkit-animation:blast .3s cubic-bezier(0,0,.12,1) forwards;animation:blast .3s cubic-bezier(0,0,.12,1) forwards;opacity:1;-webkit-transform-origin:left top;transform-origin:left top;pointer-events:none}.panel__val.is-visible:before,.panel__val:after{content:"";display:block;width:18px;height:18px;border-radius:18px;background-color:#ff2d23;z-index:-1;position:absolute;top:50%;left:50%}.panel__val:after{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.panel__val .icon_arrow-right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.panel__val.plus:after,.panel__val.plus:before{background-color:#2cba2e}.panel__val.plus .icon_arrow-right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.panel__social{display:none;position:absolute;width:100%}.panel__social.is-active{display:block}.panel__social .panel__link .icon{fill:#8f95ac;transition:fill .15s ease-in-out}.panel__social .panel__link:hover .icon{stroke:none;fill:#1e2030}.panel__manager{display:flex;position:relative;padding:18px;cursor:default}.panel__manager-avatar{width:60px;height:60px;margin-right:18px;border-radius:50%}.panel__manager-block{display:flex;flex-direction:column;text-align:left}.panel__manager-name{font-size:14px;font-weight:700;line-height:18px}.panel__manager-position{font-size:14px;line-height:18px;color:#8f95ac}.panel__manager-contacts{margin-top:15px;display:flex;flex-direction:column}.panel__manager-contacts li{margin-bottom:3px}@-webkit-keyframes blast{0%{-webkit-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%);opacity:1}to{-webkit-transform:scale(5) translate(-50%,-50%);transform:scale(5) translate(-50%,-50%);opacity:0}}@keyframes blast{0%{-webkit-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%);opacity:1}to{-webkit-transform:scale(5) translate(-50%,-50%);transform:scale(5) translate(-50%,-50%);opacity:0}}.mobile-panel__item{margin-bottom:24px}@media screen and (max-width:640px){.mobile-panel__item{margin-bottom:15px}}.mobile-panel__item:last-of-type{margin-bottom:0}.mobile-panel__link{text-decoration:none;color:#8f95ac;display:inline-flex;align-items:center;position:relative}.mobile-panel__link .icon{font-size:19px;stroke:#fff;margin-right:19px}@media screen and (max-width:640px){.mobile-panel__link .icon{stroke:none}}.mobile-panel__link .icon_object{stroke:none}.mobile-panel__val{width:18px;height:18px;position:absolute;font-size:12px;color:#fff;text-align:center;z-index:1;top:-6px;left:12px;display:none}.mobile-panel__val.is-visible{display:block}.mobile-panel__val:after{content:"";display:block;width:18px;height:18px;border-radius:18px;background-color:#ff2d23;z-index:-1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui{padding:40px 0;background-color:#fff}.ui__label{color:#8f95ac}.ui_invert{background-color:#1e2030}.ui_invert .ui__label{color:#fff}.ui_invert .ui__col-1,.ui_invert .ui__col-2,.ui_invert .ui__col-3,.ui_invert .ui__col-4,.ui_invert .ui__col-5,.ui_invert .ui__col-6,.ui_invert .ui__col-7,.ui_invert .ui__col-8,.ui_invert .ui__col-9,.ui_invert .ui__col-10,.ui_invert .ui__col-11,.ui_invert .ui__col-12{border-bottom:1px dotted rgba(143,149,172,.3)}.ui_invert .ui__label-title{color:#8f95ac}.ui__col-1{width:calc(8.33333% - 30px)}.ui__col-1,.ui__col-2{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-2{width:calc(16.66667% - 30px)}.ui__col-3{width:calc(25% - 30px)}.ui__col-3,.ui__col-4{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-4{width:calc(33.33333% - 30px)}.ui__col-5{width:calc(41.66667% - 30px)}.ui__col-5,.ui__col-6{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-6{width:calc(50% - 30px)}.ui__col-7{width:calc(58.33333% - 30px)}.ui__col-7,.ui__col-8{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-8{width:calc(66.66667% - 30px)}.ui__col-9{width:calc(75% - 30px)}.ui__col-9,.ui__col-10{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-10{width:calc(83.33333% - 30px)}.ui__col-11{width:calc(91.66667% - 30px)}.ui__col-11,.ui__col-12{display:flex;align-items:center;border-bottom:1px dotted #e9eaeb;padding:32px 0}.ui__col-12{width:calc(100% - 30px)}.ui .section__grid :last-child,.ui .section__grid :nth-last-child(2){border-bottom:0}.ui__label-title{border-bottom:0!important;color:#8f95ac}.index-search{padding-bottom:50px}@media screen and (max-width:1599px){.index-search{padding-bottom:40px}}@media screen and (max-width:1279px){.index-search{padding-bottom:0}}.index-search__header{width:calc(83.33333% - 30px);text-align:center;margin:50px auto 40px}@media screen and (max-width:1599px){.index-search__header{width:calc(100% - 30px);margin-left:15px;margin-right:15px;margin:40px auto}}@media screen and (max-width:767px){.index-search__header{margin:20px auto}}.index-search__filter{width:calc(83.33333% - 30px);margin-left:calc(8.33333% + 15px);margin-right:calc(8.33333% + 15px)}@media screen and (max-width:1599px){.index-search__filter{width:calc(100% - 30px);margin-left:15px;margin-right:15px}}.index-search__filter-public{padding-top:60px}@media screen and (max-width:767px){.index-search__filter{padding-top:0;margin:0;width:100%;max-width:100%}}.index-search__filter.is-focused .button_type_reveal-filter{display:block}.index-search__filter.is-focused .form__item:not(.form__item_main){display:none}.index-search__filter.is-focused .form__item_main{flex:1 1}.index-search__filter .button_type_reveal-filter{display:none}@media screen and (max-width:1279px){.index-search__filter .button_type_reveal-filter{display:block!important}}.index-search__filter-body{background-color:rgba(143,149,172,.08);border-radius:5px}@media screen and (max-width:767px){.index-search__filter-body{background:none;border-radius:0}}.index-search__filter-top{padding:31px;background-color:#8f95ac;border-radius:4px}@media screen and (max-width:1279px){.index-search__filter-top{padding:22px}.index-search__filter-top .form__item:not(.form__item_main){order:10;margin-top:12px}.index-search__filter-top .form__row .button_type_reveal-filter{display:inlinde-block}}@media screen and (max-width:767px){.index-search__filter-top{background:none;padding:14px 10px 0}.index-search__filter-top .form__drop .dropdown__block{right:0;min-width:300px}.index-search__filter-top .form__drop-content{min-width:300px}}.index-search__filter-main{padding:30px 30px 24px}@media screen and (max-width:1279px){.index-search__filter-main{padding:22px}}.index-search__filter-params{margin-right:20px;padding:0 12px 12px;flex:1 1}@media screen and (max-width:767px){.index-search__filter-params{padding:0;margin:0 0 12px;text-transform:none}}.index-search__filter-applied{padding-top:6px;display:flex;align-items:stretch}.index-search__filter-applied.is-hidden,.index-search__filter-applied.is-hidden+.orders__filter-mobile{display:none}@media screen and (max-width:767px){.index-search__filter-applied{flex-wrap:wrap;padding:0;padding:0 5px}}.index-search__filter-exc,.index-search__filter-inc{padding:12px;flex:1 1;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;border-radius:4px;transition:background-color .15s ease-in-out;border:1px dashed rgba(143,149,172,.2);align-content:center}@media screen and (max-width:767px){.index-search__filter-exc,.index-search__filter-inc{border:none;padding:0}}.index-search__filter-exc>.filtered,.index-search__filter-inc>.filtered{flex-shrink:0;margin-right:12px;margin-top:6px;margin-bottom:6px}.index-search__filter-exc>.filtered-clear,.index-search__filter-inc>.filtered-clear{margin-top:6px;margin-bottom:6px}.index-search__filter-exc>:first-child.filtered-clear,.index-search__filter-inc>:first-child.filtered-clear{display:none}.index-search__filter-exc.is-dragover,.index-search__filter-inc.is-dragover{background-color:rgba(143,149,172,.08)}@media screen and (max-width:767px){.index-search__filter-exc,.index-search__filter-exc>.filtered,.index-search__filter-inc,.index-search__filter-inc>.filtered{border:none;margin:0;padding:0}}@media screen and (max-width:767px){.index-search__filter-exc>.filtered,.index-search__filter-inc>.filtered{margin:0 5px 5px 0}}.index-search__filter-exc .filtered-clear__wrapper,.index-search__filter-inc .filtered-clear__wrapper{margin-top:6px;margin-bottom:6px}@media screen and (max-width:767px){.index-search__filter-exc .filtered-clear__wrapper,.index-search__filter-inc .filtered-clear__wrapper{flex-basis:100%;margin-top:0}.index-search__filter-exc .filtered-clear__wrapper .button,.index-search__filter-inc .filtered-clear__wrapper .button{font-size:15px}}.index-search__filter-tip{display:none;color:#8f95ac;margin:1.3em auto auto}.index-search__filter-inc{margin-right:44px;position:relative}@media screen and (max-width:767px){.index-search__filter-inc{flex-basis:100%;margin-right:0;margin-top:15px;padding:0 5px}.index-search__filter-inc:after{display:none}}.index-search__filter-inc:after{content:"";position:absolute;width:20px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjg3IDIuMjY1VjBsNC44MyAyLjc2Ni00LjgzIDIuNzY1VjMuMjY1SDIuNDE1di0xaDExLjQ1M3pNNC44MzEgOS42MzRWNy4zNjlMMCAxMC4xMzRsNC44MzEgMi43NjV2LTIuMjY1aDExLjQ1NHYtMUg0LjgzMXoiIGZpbGw9IiM4Rjk1QUMiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;top:50%;left:100%;margin-left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.index-search__filter-exc{margin-top:20px}}.index-search__filter-exc .filtered{background-color:rgba(255,45,35,.2);box-shadow:inset 0 0 0 1px transparent}@media screen and (max-width:767px){.index-search__filter-exc .filtered{background:none;box-shadow:none}.index-search__filter-exc .filtered .filtered__inner{background-color:rgba(255,45,35,.2);box-shadow:inset 0 0 0 1px transparent}}.index-search__filter-exc .filtered:hover{box-shadow:inset 0 0 0 1px transparent;background-color:#ff2d23}.index-search__filter-exc .filtered:hover .filtered__type,.index-search__filter-exc .filtered:hover .filtered__value{color:#fff}.index-search__filter-exc .filtered:hover .filtered__del .icon{stroke:#fff}.index-search__filter-controls{padding:18px 0 0;display:flex;align-items:center;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1279px){.index-search__filter-controls{display:none}}.index-search__filter-controls-m{padding:18px 0 0;align-items:center;margin-left:-15px;margin-right:-15px;display:none}@media screen and (max-width:1279px){.index-search__filter-controls-m{display:flex;margin:0}}@media screen and (max-width:767px){.index-search__filter-controls-m{flex-direction:column;padding-top:0}}.index-search__filter-controls-col{display:flex;flex-grow:1;width:100%}@media screen and (max-width:767px){.index-search__filter-controls-col{flex-direction:column}}.index-search__filter-controls-col+.index-search__filter-controls-col{margin-left:30px}@media screen and (max-width:767px){.index-search__filter-controls-col+.index-search__filter-controls-col{display:flex;justify-content:center;margin-left:0}}.index-search__filter-control{display:flex;align-items:center;margin-left:15px;margin-right:15px;width:100%}@media screen and (max-width:1279px){.index-search__filter-control{margin:0}}.index-search__filter-voice{flex-grow:1;flex-shrink:0;flex-basis:calc(40% - 30px)}@media screen and (max-width:1279px){.index-search__filter-voice{flex:0 0 auto;flex-shrink:1}}.index-search__filter-voice .button{margin-right:12px}@media screen and (max-width:1279px){.index-search__filter-voice span{display:none}}.index-search__filter-submit{flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 30px);text-align:center;display:flex;justify-content:center}@media screen and (max-width:767px){.index-search__filter-submit{margin-bottom:25px}}.index-search__filter-options{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 30px);justify-content:space-between}.index-search__filter-save{display:flex;align-items:center}@media screen and (max-width:767px){.index-search__filter-save{width:100%}.index-search__filter-save .button_view_outline{width:100%;margin-top:45px}}.index-search__filter-save .button_type_settings{margin-left:12px}@media screen and (max-width:1599px){.index-search__filter-save{justify-content:space-between}}.index-search__show-booked{margin-top:10px;margin-bottom:20px}.index-search__search{display:flex;align-items:center;height:100%;padding-right:14px}.index-search__search .info{margin-left:auto}.index-search__tooltip{width:124px;height:43px;align-self:flex-start;display:none;background-color:#fff;padding:7px 9px;margin-top:-14px;border-radius:4px;box-shadow:0 2px 10px rgba(143,149,172,.2)}.index-search__tooltip.is-visible{display:block}.index-search__search-input{position:relative;display:flex;height:100%;width:100%;padding-left:40px}@media screen and (max-width:1599px){.index-search__search-input input::-webkit-input-placeholder{color:#2c2e3e}.index-search__search-input input::placeholder{color:#2c2e3e}.index-search__search-input pre{overflow:hidden}}.index-search__search-input .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:17px;stroke:#8f95ac}.index-search__search-input .zoom-icon{width:auto;height:auto;display:flex;left:15px}.index-search__search-input .just-new-icon-search{position:absolute;left:10px;top:13px}@media screen and (max-width:767px){.index-search .form__drop-btn{border:1px solid rgba(143,149,172,.2);box-shadow:none}.index-search .form__row{justify-content:space-between;margin:0}.index-search .form__item{margin:0;flex-basis:48%}.index-search .form__item:nth-child(2n){margin-left:12px}.index-search .complex__filter-clear-filter{margin:0 0 12px 10px;width:calc(100% - 20px)}}.index-search__clear-link{cursor:pointer;color:#777a89;transition-duration:.3s}.index-search__clear-link:hover{color:#ff2d23}@media screen and (max-width:767px){.section.index-search.for-main{padding-bottom:0;z-index:2}.section.index-search.for-main .button.button_view_default{width:calc(100% - 20px)}.section.index-search.for-main .index-search__filter-inc{padding:0}}@media screen and (max-width:767px){.mobile-filters .filtered,.section.index-search.for-main .filtered{box-shadow:none}.mobile-filters .filtered__inner,.section.index-search.for-main .filtered__inner{border:1px solid rgba(143,149,172,.3);border-radius:4px;display:inline-flex;flex-wrap:wrap}}@media screen and (max-width:767px){.index-search__filter-applied.for-dragable{margin:0 5px 10px}}@media screen and (max-width:1599px){.smartfilter-wrapper_dubai .index-search__search-input{width:100%}}.form_dubai-secondfilter{padding:0 20px}.form_dubai-secondfilter .form__item:nth-child(2) .form__drop-name span{flex-shrink:0;margin-left:5px;margin-right:8px}@media screen and (max-width:1599px){.form_dubai-secondfilter{padding:0;width:100%}.form_dubai-secondfilter .sf__filter-item_type{min-width:208px}}.filter__max.form_dubai-secondfilter{margin-top:20px;margin-bottom:14px}@media screen and (max-width:1279px){.filter__max.form_dubai-secondfilter{grid-template-columns:repeat(3,1fr)}.filter__max.form_dubai-secondfilter .sf__filter-item{width:100%}}.home{position:relative;display:flex;flex-direction:column;padding-bottom:30px;min-height:calc(100vh - 134px);transition:background .15s ease-in-out}@media screen and (max-width:1280px){.home{min-height:calc(100vh - 80px)}}@media screen and (max-width:768px){.home{padding-bottom:25px}}@media screen and (max-width:640px){.home{position:static}}.home .theme-switcher{position:absolute;top:25px;left:0;right:0;width:100%;z-index:2}@media screen and (max-width:640px){.home .theme-switcher{left:10px;top:70px;width:calc(100% - 10px);z-index:3}}.home .theme-switcher.hidden{display:none}.home .switch__control:checked+.switch__input:hover{background-color:#ff2d23}.home .switch__input:hover{background-color:rgba(143,149,172,.15)}.home .index-search{z-index:1}.home .icon_jupiter{position:absolute;top:105px;right:140px;background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1599px){.home .icon_jupiter{top:75px;right:0}}.home .icon_saturn{position:absolute;left:90px;bottom:50px;background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1599px){.home .icon_saturn{left:-35px}}.home__planets_dark,.home__planets_light{position:relative;max-width:1600px;margin:0 auto;position:absolute;top:0;left:0;right:0;padding:0;width:100%;height:100%;transition:opacity .15s ease-in-out}@media screen and (max-width:1599px){.home__planets_dark,.home__planets_light{padding-left:20px;padding-right:20px;max-width:1280px}}@media screen and (max-width:1330px){.home__planets_dark,.home__planets_light{padding-left:40px;padding-right:56px;max-width:1280px}}@media screen and (max-width:1279px){.home__planets_dark,.home__planets_light{padding-left:20px;padding-right:20px;max-width:100%}}@media screen and (max-width:640px){.home__planets_dark,.home__planets_light{padding-left:0;padding-right:0;max-width:100%;display:none}}.home_light .home__planets_dark{display:none}.home_light .index-search{padding-bottom:65px}@media screen and (max-width:640px){.home_light .index-search{padding-bottom:25px}}.home_dark{background-color:#1e2030}.home_dark .home__planets_light{opacity:0}@media screen and (max-width:640px){.home_dark .home__planets_light{display:none}}.home_dark .is-hidden{opacity:0}.home_dark .index-search{padding-bottom:65px}.home_dark .index-search__header{color:#fff}.home_dark .index-search__filter{background-color:initial}.home_dark .index-search__filter .icon{stroke:#bfc4d8}.home_dark .index-search__filter .icon_x{stroke:#8f95ac}.home_dark .index-search__filter .icon_mic,.home_dark .index-search__filter .icon_settings{fill:#8f95ac;stroke:none}.home_dark .index-search__filter .icon_info{stroke:none}.home_dark .index-search__filter-body{background-color:rgba(143,149,172,.2)}.home_dark .index-search__filter-top .form__drop-btn .icon{stroke:#2c2e3e}.home_dark .index-search__filter-main .form__item{background-color:rgba(143,149,172,.2);transition:background .15s ease-in-out}.home_dark .index-search__filter-main .form__item:hover{background-color:rgba(143,149,172,.1)}.home_dark .index-search__filter-main .form__drop-btn{background-color:rgba(143,149,172,.2)}.home_dark .index-search__filter-main .form__drop-name{font-weight:300;color:#bfc4d8}.home_dark .index-search__filter-main .form__drop-name .icon_chevron{stroke:#bfc4d8}.home_dark .index-search__filter-applied .filtered{background-color:initial}.home_dark .index-search__filter-applied .filtered:hover{background-color:rgba(143,149,172,.2)}.home_dark .index-search__filter-applied .filtered-clear{color:#8f95ac}.home_dark .index-search__filter-applied .filtered__value{color:#fff}.home_dark .index-search__filter-exc .filtered{background-color:rgba(255,45,35,.2)}.home_dark .index-search__filter-exc .filtered:hover{background-color:#cf2d23}.home_dark .index-search__filter-exc .filtered .icon_x{stroke:#fff}.home_dark .index-search__filter-control,.home_dark .index-search__filter .button_type_clear,.home_dark .index-search__filter .button_view_outline{color:#8f95ac}.home_dark .index-search__filter .button_type_clear:hover{color:#bfc4d8}.home_dark .index-search__filter .button_type_clear:hover .icon_x{stroke:#bfc4d8}.home_dark .index-search__filter-voice{white-space:nowrap;color:#8f95ac;cursor:pointer;transition:all .15s ease-in-out}.home_dark .index-search__filter-voice:hover{color:#bfc4d8}.home_dark .index-search__filter-voice:hover .button_view_round{background-color:rgba(143,149,172,.2)}.home_dark .index-search__filter .button_view_outline{box-shadow:inset 0 0 0 1px rgba(143,149,172,.5)}.home_dark .index-search__filter .button_view_outline:hover{background-color:rgba(143,149,172,.2);box-shadow:none}.home_dark .index-search__filter .button_view_outline:active{background-color:rgba(143,149,172,.3);box-shadow:none}.home_dark .index-search__filter .button_type_settings,.home_dark .index-search__filter .button_view_round{background-color:#2c2e3e;transition:background .15s ease-in-out}.home_dark .index-search__filter .button_type_settings:hover,.home_dark .index-search__filter .button_view_round:hover{background-color:rgba(143,149,172,.2)}.home_dark .switch__label{color:#bfc4d8}@media screen and (max-width:640px){.home .form__item:nth-child(2n){margin-left:0}.home .form__item_2x{flex-basis:100%}.home .form__item .form__drop-btn>.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.home_dark .checkbox__label{color:#8f95ac}@media screen and (max-width:640px){.home_dark .form__drop-btn{background:#1e2030;color:#8f95ac;border-color:rgba(143,149,172,.3)}.home_dark .checkbox__input,.home_dark .index-search__filter-body,.home_dark .index-search__filter-main .form__drop-btn,.home_dark .index-search__filter-top,.home_dark .mobile-filters,.home_dark .mobile-filters .filter{background:#1e2030}.home_dark .index-search__filter-top .form__drop-btn .icon{stroke:#8f95ac}.home_dark .button-mobile.for-main{background:transparent;border:1px solid #8f95ac;color:#8f95ac;font-size:15px}.home_dark .checkbox.checkbox_view_red,.home_dark .mobile-filters__title{background:#1e2030;color:#fff}.home_dark .form__item.form__item_2x.form__item_main{background:rgba(143,149,172,.1)}.home_dark .checkbox__label,.home_dark .contenteditable-placeholder,.home_dark .mobile-filters .filter,.home_dark .radio__label{color:#8f95ac}.home_dark .checkbox__input{border:1px solid rgba(143,149,172,.3)}.home_dark .input__control{background:transparent}.home_dark .index-search__search{background:rgba(143,149,172,.1)}.home_dark .button.button__mobile-filters{color:#fff}}.form-drop{height:50px;background-color:#fff;flex-grow:0;flex-shrink:1;flex-basis:16.66667%;margin-right:12px;margin-bottom:12px;border-radius:4px}.form-drop:last-of-type{margin-right:0}.form-drop_2x{flex-grow:1;flex-shrink:1;flex-basis:calc(33.33333% + 12px)}.form__row{display:flex;align-items:center;margin-left:-6px;margin-right:-6px;flex-wrap:wrap}.form__row:last-child .form__item{margin-bottom:0}.form__row>*{margin-left:6px;margin-right:6px}.form__row .mobile-filters{margin:0}.form__item{align-self:stretch;background-color:#fff;flex-grow:0;flex-shrink:1;flex-basis:calc(16.66667% - 12px);margin-bottom:12px;margin-right:6px;margin-left:6px;border-radius:4px;height:50px}@media screen and (max-width:1279px){.form__item{flex-grow:0;flex-shrink:1;flex-basis:calc(25% - 12px)}}@media screen and (max-width:640px){.form__item{flex-basis:50%;width:50%}}.form__item:last-of-type{margin-right:0}.form__item_2x{flex-grow:0;flex-shrink:1;flex-basis:calc(33.33333% - 12px)}@media screen and (max-width:1279px){.form__item_2x{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 12px)}}@media screen and (max-width:640px){.form__item_2x{background-color:rgba(143,149,172,.1)}}.form .form__item_cyp-top-type .form__drop-name{padding-right:7px}.form .form__item_cyp-top-type .form__drop-name span{flex-shrink:0;margin-left:5px}.form .form__item_bedroom-top .form__drop-name{padding-right:7px}.form .form__item_bedroom-top .form__drop-name span{flex-shrink:0;margin-left:5px}.form__drop.is-showing .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.form__drop.is-showing .form__drop-btn{border-radius:4px 4px 0 0;box-shadow:0 2px 10px rgba(143,149,172,.2)}.form__drop .dropdown__block{left:0;-webkit-transform:translate(0);transform:translate(0);min-width:100%;border-radius:0 4px 4px 4px;overflow:hidden;box-shadow:0 2px 10px rgba(143,149,172,.2);z-index:1}.form__drop-btn{width:100%;height:100%;background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:14px;line-height:17px;cursor:pointer;transition:box-shadow 1s ease-in-out;box-shadow:0 0 0 rgba(143,149,172,.2)}.form__drop-btn:hover{box-shadow:0 2px 10px rgba(143,149,172,.2)}.form__drop-btn>.icon{width:9px;stroke:#1e2030;fill:none;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.form__drop-name{max-width:calc(100% - 16px);overflow:hidden;position:relative;width:100%;display:flex;align-items:center;justify-content:space-between}.form__drop-name .icon_chevron{position:absolute;right:0;top:0;bottom:0;margin:auto 0}@media screen and (max-width:1279px){.form__drop-name .icon_chevron{width:9px;height:9px}}.form__drop-content{background-color:#fff;padding:24px 22px 24px 16px;max-height:370px;min-width:350px}.form__drop-content.centered{display:flex;justify-content:center}.form__drop-content.no-max-height{max-height:none}@media screen and (max-width:375px){.form__drop-content{min-width:300px;max-width:300px}}.form__item_suburbans-region .form__drop-content{min-width:375px}.pagination{display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width:1280px){.pagination{flex-wrap:wrap}}.pagination__control{position:relative;z-index:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.pagination__control .icon{stroke:#8f95ac;font-size:12px;transition:stroke .15s ease-in-out}.pagination__control:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;height:30px;z-index:-1;border-radius:4px;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out}.pagination__control:hover .icon{stroke:#fff}.pagination__control:hover:after{background-color:#8f95ac}.pagination__prev{margin-right:10px}.pagination__next{margin-left:10px}.pagination__list{list-style:none;padding-left:0}.pagination__item,.pagination__list{display:flex;align-items:center;justify-content:center}.pagination__item{color:#1e2030;text-decoration:none;margin:0 10px;width:30px;height:30px;text-align:center;transition:color .15s ease-in-out;position:relative;z-index:1}.pagination__item:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;height:30px;z-index:-1;border-radius:4px;background-color:initial;transition:background-color .15s ease-in-out}.pagination__item.is-active{color:#fff}.pagination__item.is-active:after{background-color:#ff2d23}.pagination__item:hover{color:#fff}.pagination__item:hover:after{background-color:#8f95ac}.pagination__view-results{right:0;position:absolute;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1280px){.pagination__view-results{position:static;flex:1 0 100%;margin-top:21px}}.pagination__view-results-inner{display:flex;align-items:center;justify-content:center}.pagination__view-results-label{white-space:nowrap;margin-left:23px}.pagination__view-results .custom-select{width:72px;min-width:72px}.pagination__view-results .custom-select__selected:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjkgN0wwIC4yNWg3LjhMMy45IDd6IiBmaWxsPSIjRkYyRDIzIi8+PC9zdmc+)}.sf.sf--apt-modal .presentation__content-icon{display:none}.sf.sf--apt-modal .presentation__content-control:first-child:before{content:"";margin-right:5px;display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTIuNDI5di02LjgxQS42Mi42MiAwIDAxNi42MTkgNWg3LjQyOWw0LjMzMyA0LjMzM3YzLjA5NiIgc3Ryb2tlPSIjRkYyRDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTQuMDQ4IDV2NC4zMzNoNC4zMzNNNiAxOGgxLjIzOGExLjIzOCAxLjIzOCAwIDEwMC0yLjQ3Nkg2djMuNzE0TTE5IDE1LjUyNGgtMi4xNjd2My43MTRNMTguNjkgMTcuNjloLTEuODU3TTEyLjE5IDE5LjIzOGExLjg1NyAxLjg1NyAwIDEwMC0zLjcxNGgtMS4wODN2My43MTRoMS4wODN6IiBzdHJva2U9IiNGRjJEMjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")}.sf.sf--apt-modal .presentation__content-control:first-child:hover:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTIuNDI5di02LjgxQS42Mi42MiAwIDAxNi42MTkgNWg3LjQyOWw0LjMzMyA0LjMzM3YzLjA5NiIgc3Ryb2tlPSIjY2YyZDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTQuMDQ4IDV2NC4zMzNoNC4zMzNNNiAxOGgxLjIzOGExLjIzOCAxLjIzOCAwIDEwMC0yLjQ3Nkg2djMuNzE0TTE5IDE1LjUyNGgtMi4xNjd2My43MTRNMTguNjkgMTcuNjloLTEuODU3TTEyLjE5IDE5LjIzOGExLjg1NyAxLjg1NyAwIDEwMC0zLjcxNGgtMS4wODN2My43MTRoMS4wODN6IiBzdHJva2U9IiNjZjJkMjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")}.sf.sf--apt-modal .presentation__content-control:nth-child(2):before{content:"";margin-right:5px;display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjY2MyA2LjMzM2ExLjM3IDEuMzcgMCAwMC0uODE1LS4yNTJINS4xNmMtLjE1Mi0uMDAxLS4zMDIuMDItLjQ0My4wNjQtLjE0LjA0My0uMjY4LjEwNi0uMzc2LjE4NmEuODk2Ljg5NiAwIDAwLS4yNTIuMjgxLjY4LjY4IDAgMDAtLjA4OC4zMzJ2MTAuMjc0YzAgLjExMy4wMy4yMjYuMDg4LjMzMS4wNTkuMTA1LjE0NC4yLjI1Mi4yOC4xMDguMDguMjM2LjE0NC4zNzYuMTg3LjE0LjA0NC4yOTEuMDY1LjQ0My4wNjVoMTMuNjljLjMwNSAwIC41OTgtLjA5MS44MTQtLjI1My4yMTYtLjE2Mi4zMzctLjM4Mi4zMzctLjYxVjYuOTQ0YzAtLjIzLS4xMjEtLjQ0OS0uMzM3LS42MXoiIHN0cm9rZT0iI0ZGMkQyMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNMjAgNy4wOGwtOCA3LTgtNyIgc3Ryb2tlPSIjRkYyRDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=")}.sf.sf--apt-modal .presentation__content-control:nth-child(3):hover:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zMzIgMTAuMWEuNzA0LjcwNCAwIDExMCAxLjQwOC43MDQuNzA0IDAgMDEwLTEuNDA4eiIgZmlsbD0iI2NmMmQyMyIvPjxwYXRoIGQ9Ik0xNy4yNzcgOC42OTNWNC41NDZjMC0uNDMtLjM0OS0uNzc4LS43NzgtLjc3OEg3LjUwMmEuNzc4Ljc3OCAwIDAwLS43NzkuNzc4djQuMTQ3IiBzdHJva2U9IiNjZjJkMjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjI3NyAxNC40djUuNDdjMCAuNDMzLS4zNS43ODQtLjc4My43ODRINy41MDdhLjc4NC43ODQgMCAwMS0uNzg0LS43ODRWMTQuNGMwLS40MzEuMzUxLS43ODIuNzg0LS43ODJoOC45ODdjLjQzMyAwIC43ODMuMzUuNzgzLjc4M3oiIHN0cm9rZT0iI2NmMmQyMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYuNzIzIDE3LjQ4OEg0LjI2MWEuNzA0LjcwNCAwIDAxLS43MDQtLjcwNVY5LjM5NmMwLS4zODguMzE1LS43MDMuNzA0LS43MDNoMTUuNDc4Yy4zODggMCAuNzA0LjMxNS43MDQuNzAzdjcuMzg3YzAgLjM5LS4zMTYuNzA1LS43MDQuNzA1aC0yLjQ2MSIgc3Ryb2tlPSIjY2YyZDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=")}.sf.sf--apt-modal .presentation__content-control:nth-child(3):before{content:"";margin-right:5px;display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zMzIgMTAuMWEuNzA0LjcwNCAwIDExMCAxLjQwOC43MDQuNzA0IDAgMDEwLTEuNDA4eiIgZmlsbD0iI0ZGMkQyMyIvPjxwYXRoIGQ9Ik0xNy4yNzcgOC42OTNWNC41NDZjMC0uNDMtLjM0OS0uNzc4LS43NzgtLjc3OEg3LjUwMmEuNzc4Ljc3OCAwIDAwLS43NzkuNzc4djQuMTQ3IiBzdHJva2U9IiNGRjJEMjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjI3NyAxNC40djUuNDdjMCAuNDMzLS4zNS43ODQtLjc4My43ODRINy41MDdhLjc4NC43ODQgMCAwMS0uNzg0LS43ODRWMTQuNGMwLS40MzEuMzUxLS43ODIuNzg0LS43ODJoOC45ODdjLjQzMyAwIC43ODMuMzUuNzgzLjc4M3oiIHN0cm9rZT0iI0ZGMkQyMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYuNzIzIDE3LjQ4OEg0LjI2MWEuNzA0LjcwNCAwIDAxLS43MDQtLjcwNVY5LjM5NmMwLS4zODguMzE1LS43MDMuNzA0LS43MDNoMTUuNDc4Yy4zODggMCAuNzA0LjMxNS43MDQuNzAzdjcuMzg3YzAgLjM5LS4zMTYuNzA1LS43MDQuNzA1aC0yLjQ2MSIgc3Ryb2tlPSIjRkYyRDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=")}.sf.sf--apt-modal .presentation__content-control:nth-child(2):hover:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjY2MyA2LjMzM2ExLjM3IDEuMzcgMCAwMC0uODE1LS4yNTJINS4xNmMtLjE1Mi0uMDAxLS4zMDIuMDItLjQ0My4wNjQtLjE0LjA0My0uMjY4LjEwNi0uMzc2LjE4NmEuODk2Ljg5NiAwIDAwLS4yNTIuMjgxLjY4LjY4IDAgMDAtLjA4OC4zMzJ2MTAuMjc0YzAgLjExMy4wMy4yMjYuMDg4LjMzMS4wNTkuMTA1LjE0NC4yLjI1Mi4yOC4xMDguMDguMjM2LjE0NC4zNzYuMTg3LjE0LjA0NC4yOTEuMDY1LjQ0My4wNjVoMTMuNjljLjMwNSAwIC41OTgtLjA5MS44MTQtLjI1My4yMTYtLjE2Mi4zMzctLjM4Mi4zMzctLjYxVjYuOTQ0YzAtLjIzLS4xMjEtLjQ0OS0uMzM3LS42MXoiIHN0cm9rZT0iI2NmMmQyMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNMjAgNy4wOGwtOCA3LTgtNyIgc3Ryb2tlPSIjY2YyZDIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=")}.presentation__content-control_copy{display:inline-flex;margin-left:35px;margin-top:5px;transition-duration:.3ms}.presentation__content-control_copy:hover svg path{stroke:#cf2d23}.presentation__content-control_copy svg{margin-right:5px;margin-top:-2px}.presentation__action{display:flex;align-items:center;position:absolute;right:0;cursor:pointer;grid-gap:35px;gap:35px}.presentation__action .presentation__action-item{display:flex;align-items:center;transition-duration:.3ms;color:#2c2e3e}.presentation__action .presentation__action-item:hover{color:#cf2d23}.presentation__action .presentation__action-item:hover svg path{stroke:#cf2d23}.presentation__action svg{margin-right:5px}.no-border{border:none}.complex__info-item-value{font-size:20px;line-height:26px}.filtered{background-color:initial}.index-search__filter-applied.readonly .index-search__filter-inc:after{display:none}.public__title{margin-bottom:25px}@media screen and (max-width:768px){.public__title{margin:30px 20px}}@media screen and (max-width:640px){.public__title{margin:20px 10px 18px}}.public__params{background-color:rgba(143,149,172,.08);padding:25px 45px;border-radius:5px;margin-bottom:20px}@media screen and (max-width:768px){.public__params{padding:26px 20px}}@media screen and (max-width:640px){.public__params{padding:16px 10px;border-radius:0}}.public__map-button{margin-left:auto;z-index:2}@media screen and (max-width:640px){.public__map-button{bottom:10px;margin:0;position:fixed;z-index:11}}@media screen and (max-width:640px){.assignations-flats__header .button_view_outline-with-icon-invert,.public__map-button .button_view_outline-with-icon-invert{align-items:center;background:#fff;border:none;box-shadow:0 4px 20px rgba(143,149,172,.3);color:#2c2e3e;display:flex;height:44px;line-height:44px;justify-content:center;text-align:center;width:170px}.assignations-flats__header .button_view_outline-with-icon-invert .icon,.public__map-button .button_view_outline-with-icon-invert .icon{fill:#2c2e3e}}.controls-wrapper{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 20%,#fff 70%);bottom:0;display:flex;left:0;right:0;padding:10px;position:fixed;width:100%;z-index:11}.controls-wrapper .public__map-button{position:static;width:calc(50% - 6px)}.controls-wrapper .button.button_view_ghost,.controls-wrapper .button.button_view_outline-with-icon-invert{justify-content:center;width:100%}.public-header{align-items:center;background-color:#2c2e3e;color:#fff;display:flex;height:80px;padding:0 65px}@media screen and (max-width:1280px){.public-header{height:70px;padding:0 40px}}@media screen and (max-width:768px){.public-header{height:60px;padding:0 20px}}@media screen and (max-width:640px){.public-header{height:50px;padding:0 15px 0 10px;justify-content:space-between}}.public-header .presentation__footer-item_value a{color:#fff}.public-header__contacts{color:#fff;font-weight:700}.public-header__wrapper{margin:0 auto;width:1600px}@media screen and (max-width:640px){.public-header__wrapper{width:100%}}.public-header__menu{display:flex;flex-grow:1}@media screen and (max-width:640px){.public-header__menu{background-color:#fff;flex-direction:column;right:0;top:0;bottom:0;position:fixed;padding:32px 50px 0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.2s;z-index:11}.public-header__menu .public-header__contacts{color:#2c2e3e;display:block;margin-bottom:20px}.public-header__menu .presentation__footer-item{flex-grow:0}}.public-header__menu.public-header-is-open{-webkit-transform:translateX(0);transform:translateX(0)}.public-header__cross{cursor:pointer;position:absolute;right:12px;top:16px;stroke:#2a2a2a}.public-header__menu-button{cursor:pointer;stroke:#fff;height:17px;width:19px}.public-header__overlay{background-color:#2c2e3e;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:11}.map-card{position:relative;z-index:1}@media screen and (max-width:640px){.map-card{box-shadow:0 4px 20px rgba(143,149,172,.2);border-radius:5px;padding:17px 10px}.map-card__body{display:flex;margin-top:17px}}.map-card__details-button{margin-top:20px}.map-card__header{position:absolute;top:0;left:0;width:100%;height:228px;z-index:5}.map-card__pills{z-index:6;list-style:none;padding-left:0;position:absolute;top:14px;left:17px;right:17px;width:100%;display:flex}@media screen and (max-width:1280px){.map-card__pills{top:19px;left:19px}}.map-card__fav{z-index:6;position:absolute;right:15px;bottom:15px;width:30px;height:30px;background-color:#fff;box-shadow:0 2px 10px rgba(143,149,172,.2)}.map-card__fav .icon{fill:#8f95ac;fill-opacity:.5;transition:all .15s ease-in-out;font-size:16px}.map-card__fav:hover .icon{fill-opacity:.8}.map-card__fav.is-fav .icon{fill:#ff2d23;fill-opacity:1}@media screen and (max-width:1400px){.map-card__fav{top:14px;bottom:auto;right:16px}}.map-card__row{display:flex}.map-card__row_distribute_between{justify-content:space-between}.map-card__content{padding:24px 0}@media screen and (max-width:640px){.map-card__content{padding:0;min-width:50%}.map-card__content .card__left-part{width:100%}.map-card__content .card__left{margin-right:0;width:35%}.map-card__content .card__right{margin-left:0}}.map-card__title{margin-bottom:2px}.map-card__company{color:#8f95ac;margin-top:14px}.map-card__price{white-space:nowrap;font-weight:700;line-height:28px}.map-card__grid{display:flex;justify-content:space-between}.map-card__routes{list-style:none;padding-left:0;display:flex;align-items:center;flex-wrap:wrap;color:#8f95ac;margin-top:16px}.map-card__routes-item{margin-right:30px;margin-bottom:5px}.map-card__routes-item:last-of-type{margin-right:0;margin-bottom:0}@media screen and (max-width:640px){.map-card__routes-item{display:flex;margin-right:0;margin-bottom:0}}@media screen and (max-width:640px){.map-card__route-time{white-space:nowrap}}.map-card__dates{color:#ff2d23;margin-top:4px}.map-card__metro-color{width:6px;height:6px;display:inline-block;vertical-align:middle;border-radius:6px;margin-right:10px}@media screen and (max-width:640px){.map-card__metro-color{margin-top:7px}}.map-card__metro-color_1{background-color:#d4203c}.map-card__metro-color_2{background-color:#137fc9}.map-card__metro-color_3{background-color:#15985b}.map-card__metro-color_4{background-color:#dc7021}.map-card__metro-color_5{background-color:#6d1477}.map-card__metro-station{display:inline-block;margin-right:10px}@media screen and (max-width:640px){.map-card__metro-station{flex-basis:80%;margin-bottom:5px}}.map-card__route-type .icon{fill:#8f95ac}.map-card__route-type .icon_auto{font-size:12px;margin-right:10px}.map-card__route-type .icon_pedestrian{font-size:16px;margin-right:5px}.map-card__options{list-style:none;padding-left:0;display:flex;margin:25px 0;flex-wrap:wrap}@media screen and (max-width:640px){.map-card__options{margin-top:10px;margin-bottom:0}}.map-card__option{line-height:30px;background-color:rgba(143,149,172,.1);padding:0 12px;border-radius:4px;margin-right:4px;white-space:nowrap;cursor:pointer;transition:background-color .15s ease-in-out}.map-card__option:last-of-type{margin-right:0}.map-card__option:hover{background-color:rgba(143,149,172,.2)}.flat__banks{margin-bottom:110px}.section__banks{margin-top:100px}@media screen and (max-width:1599px){.section__banks{margin-top:50px}}@media screen and (max-width:767px){.section__banks{margin-top:0}}.section__banks_assignment{margin-bottom:85px}@media screen and (max-width:1599px){.section__banks_assignment{margin-bottom:50px}}@media screen and (max-width:767px){.section__banks_assignment{margin-bottom:15px;padding-bottom:40px}}.section__banks .banks__slider{margin-top:45px}@media screen and (max-width:1279px){.section__banks .banks__slider{margin-top:32px}}@media screen and (max-width:767px){.section__banks .banks__slider .banks__slider-wrap{margin-right:0}}.banks__slider{border-radius:5px;border:1px solid hsla(0,0%,59.2%,.3);padding:20px 0;position:relative}@media screen and (max-width:767px){.banks__slider{border:none;height:234px;margin:0 0 160px;width:100%}.banks__slider-item.tns-slide-active{margin-right:-30px}}@media screen and (max-width:375px){.banks__slider-item.tns-slide-active{margin-right:-20px}}.banks__slider .complex__slider-thumbnails{justify-content:center;margin-top:25px;overflow:hidden;width:100%}@media screen and (max-width:767px){.banks__slider .complex__slider-thumbnails{display:none}}.banks__slider-nav{position:absolute;right:220px;top:-30px;background:#fff;z-index:10;padding:0 10px}@media screen and (max-width:1279px){.banks__slider-nav{right:90px;top:-22.5px}}.banks__slider-nav_wrap{list-style:none;padding-left:0;display:flex;height:60px;width:100px;border-radius:30px;border:1px solid rgba(143,149,172,.3);overflow:hidden;margin:0}@media screen and (max-width:1279px){.banks__slider-nav_wrap{height:45px}}.banks__slider-nav_item{width:50%;display:flex;outline:none;cursor:pointer;align-items:center;justify-content:center;transition:background .15s ease-in-out}.banks__slider-nav_item:hover{background-color:rgba(143,149,172,.2)}.banks__slider-nav_item:active{background-color:rgba(143,149,172,.3)}.banks__slider-nav_item .icon{width:6px;height:11px}.banks__slider-nav_item.prev .icon{margin-right:-10px}.banks__slider-nav_item.next .icon{margin-left:-10px}.banks__slider-inner{padding:40px 32px 40px 40px}@media screen and (max-width:1599px){.banks__slider-inner{padding:40px 32px 40px 40px}}@media screen and (max-width:1279px){.banks__slider-inner{padding:24px 10px 24px 24px}}@media screen and (max-width:767px){.banks__slider-inner{border:1px solid hsla(0,0%,59.2%,.3);border-radius:5px;margin-left:10px;width:90%}}.banks__slider-item{border-right:1px solid rgba(143,149,172,.3)}@media screen and (max-width:600px){.banks__slider-item{border-right:none}}.banks__slider-image{height:35px;margin-bottom:30px}@media screen and (max-width:767px){.banks__slider-image{margin-bottom:23px}}.banks__slider-image img{display:block;max-width:100%;max-height:35px}.banks__slider-conditions{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between;margin-bottom:12px;font-size:14px;line-height:18px}@media screen and (max-width:1600px){.banks__slider-conditions{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.banks__slider-conditions{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.banks__slider-conditions{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.banks__slider-conditions{margin-left:0;margin-right:0}}.banks__slider-condition{margin-left:15px;margin-right:15px;width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.banks__slider-condition{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.banks__slider-condition{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.banks__slider-condition{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.banks__slider-condition{width:calc(58.33333% - 22px)}}@media screen and (max-width:1279px){.banks__slider-condition{width:calc(58.33333% - 16px)}}.banks__slider-value{margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);font-weight:700;color:#ff2d23}@media screen and (max-width:1600px){.banks__slider-value{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.banks__slider-value{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.banks__slider-value{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.banks__slider-value{width:calc(41.66667% - 22px)}}@media screen and (max-width:1279px){.banks__slider-value{width:calc(41.66667% - 16px)}}.banks__slider-more{color:#8f95ac;margin-top:20px}.banks__slider-more .icon_more{margin-left:6px;fill:none;stroke:#8f95ac;width:10px;height:10px}.banks__slider-link{color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit;color:#8f95ac}.banks__slider-link:hover{color:#cf2d23}.banks__slider.flat__banks .banks__slider-image img{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.3}.banks__slider.flat__banks .banks__slider-condition{color:#8f95ac}.banks__slider.flat__banks .banks__slider-value{color:#1e2030}@media screen and (max-width:767px){.banks__slider-wrap{margin-right:-10px}}@media screen and (max-width:767px){.flat__banks .banks__slider-wrap{margin-right:0}.flat__banks .swiper-slide.swiper-slide-active{margin-right:-25px}}.sm-hide{display:block!important}@media screen and (max-width:1279px){.sm-hide{display:none!important}}.sm-show{display:none!important}@media screen and (max-width:1279px){.sm-show{display:block!important}}.flat,.flat_margin_0{margin-top:0;margin-bottom:0}@media screen and (max-width:767px){.flat{margin-bottom:20px}}@media screen and (max-width:767px){.flat~.section .calculators__mobile-nav{align-items:flex-start;padding-left:10px}}.flat .flat__price{flex-wrap:wrap}.flat__presentation{margin:0 0 26px 10px}.flat__title{margin-right:65px}.flat__mobile-presentation{margin:15px 0 0 10px}.flat__mobile-presentation .button_view_outline{height:50px;padding-top:0;padding-bottom:0}@media screen and (max-width:767px){.flat__mobile-presentation .button_view_outline{height:44px}}@media screen and (max-width:640px){.flat__mobile-presentation .button_view_outline-invert{align-items:center;justify-content:center;border-radius:5px;display:flex;height:44px;width:100%}}@media screen and (max-width:640px){.flat__mobile-presentation{border-bottom:1px solid rgba(143,149,172,.2);display:flex;justify-content:center;margin:10px auto 15px;padding:0 0 40px;width:calc(100% - 20px)}}.flat__header{padding:30px 0 36px}@media screen and (max-width:1599px){.flat__header{padding:30px 0}}@media screen and (max-width:1279px){.flat__header{padding:26px 0}}@media screen and (max-width:767px){.flat__header{padding:16px 0}}@media screen and (max-width:640px){.flat__header{border-bottom:none;padding:16px 0}}@media screen and (max-width:1279px){.flat__complex{display:flex;margin-top:5px}.flat__complex-title{margin-right:30px}}@media screen and (max-width:1279px){.flat__complex{flex-direction:column}}.flat__sticky-container{position:relative;align-items:flex-start}.flat__sticky-container .flat__col-slider{position:-webkit-sticky;position:sticky;top:90px}@media screen and (max-width:1279px){.flat__sticky-container .flat__col-slider{position:static}}.flat__download{display:flex;margin-right:20px}.flat__download button{margin-right:10px}.flat__download button:last-of-type{margin-right:0}.flat__download button:focus,.flat__download button:hover{background-color:rgba(143,149,172,.2)}.flat__download button:active{background-color:rgba(143,149,172,.3)}.flat__col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.flat__col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.flat__col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.flat__col{margin-left:5px;margin-right:5px}}.flat__col_width_100{position:relative;width:100%}.flat__col-title{display:flex;align-items:flex-end;width:calc(50% - 30px)}@media screen and (max-width:1599px){.flat__col-title{width:calc(58.33333% - 22px)}}@media screen and (max-width:1279px){.flat__col-title{width:calc(58.33333% - 16px);flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.flat__col-title{width:calc(100% - 10px)}}@media screen and (max-width:640px){.flat__col-title{flex-basis:60%;margin:0 10px}}@media screen and (max-width:375px){.flat__col-title{flex-basis:100%}}.flat__col-download{display:flex;align-items:center;justify-content:flex-end;width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.flat__col-download{width:calc(33.33333% - 22px)}}@media screen and (max-width:1279px){.flat__col-download{width:calc(41.66667% - 16px)}}@media screen and (max-width:767px){.flat__col-download{width:calc(100% - 10px)}}@media screen and (max-width:640px){.flat__col-download{flex-direction:column;flex-basis:30%}}@media screen and (max-width:375px){.flat__col-download{align-items:flex-end;flex-basis:35%;position:absolute;right:5px}}@media screen and (max-width:1279px){.flat__col-download .button_presentation{padding:13px 18px;max-width:148px;white-space:normal}}.flat__col-download .complex__address-map{margin-right:auto}@media screen and (max-width:1599px){.flat__col-download .complex__address-map{margin-right:10px;display:flex}}@media screen and (max-width:1279px){.flat__col-download .complex__address-map{margin-right:auto;margin-bottom:10px}}.flat__col-download .complex__address-map .show__map{background-image:url(data:image/png;base64,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);background-color:rgba(143,149,172,.08);background-repeat:no-repeat;background-position:50%;background-size:contain;transition:all .3s}.flat__col-download .complex__address-map .show__map:hover{background-color:rgba(143,149,172,.2)}@media screen and (max-width:1599px){.flat__col-download .complex__address-map .show__map{margin-left:0}}.flat__col-images{width:calc(50% - 30px)}@media screen and (max-width:1599px){.flat__col-images{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.flat__col-images{width:calc(100% - 16px);flex-direction:column;align-items:flex-start}}@media screen and (max-width:640px){.flat__col-images{margin:0 10px;width:100%}}.flat__col-images_full{padding-top:5px}.flat__col-slider{margin-left:0;margin-right:0}.flat__col-slider .complex__slider-box{padding:0 22px;width:100%}.flat__col-slider .complex__slider-controls{left:0}.flat__col-slider .complex__slider-controls li{border:1px solid rgba(143,149,172,.2)}.flat__col-slider .complex__slider-controls .prev{box-shadow:none;left:0}.flat__col-slider .complex__slider-controls .prev .icon{margin:0}.flat__col-slider .complex__slider-controls .next{box-shadow:none;right:0}.flat__col-slider .complex__slider-controls .next .icon{margin:0}.flat__col-info{width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.flat__col-info{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.flat__col-info{width:calc(100% - 16px)}}@media screen and (max-width:640px){.flat__col-info{margin:0 10px;width:100%}}@media screen and (max-width:640px){.flat__nav{display:flex;justify-content:center}.flat__nav .custom-select{width:206px}}.flat__nav-list{list-style:none;padding-left:0;margin:0;display:flex;justify-content:center}.flat__nav-list.flex-start{justify-content:flex-start}.flat__nav-item{margin-right:20px;display:flex;background:rgba(143,149,172,.1)}.flat__nav-item:last-of-type{margin-right:0}.flat__nav-item .label-item{margin-top:8px}.flat__nav-link{padding:14px 20px;border-radius:5px;text-decoration:none;color:#2c2e3e;transition:all .15s ease-in-out}.flat__nav-link:hover{background:rgba(143,149,172,.08)}.flat__nav-link.active{background:rgba(143,149,172,.2)}@media screen and (max-width:1279px){.flat__nav-link{padding:14px 12px}}.flat__images{display:flex;position:relative;margin-top:15px;margin-bottom:10px}@media screen and (max-width:1279px){.flat__images{padding-bottom:15px;margin-bottom:35px}}@media screen and (max-width:640px){.flat__images{border-bottom:none;margin-bottom:0;padding-bottom:0;padding-top:0}}.flat__image{width:100%;position:relative;align-items:center;justify-content:center;padding:10px 40px 50px;height:600px;display:none;border:1px solid rgba(143,149,172,.2);border-radius:5px;cursor:pointer}.flat__image.active{display:flex}.flat__image img{display:block;max-width:100%;max-height:500px;margin:0 auto}@media screen and (max-width:1599px){.flat__image img{max-height:400px}}.flat__image .pswp__img{max-height:100%}.flat__image-wrapper{width:100%;height:100%;cursor:pointer}.flat__image-expand{position:absolute;bottom:20px;right:20px}.flat__image-expand .icon{fill:#8f95ac;cursor:pointer}.flat__image-expand .icon:hover{fill:#ff2d23}@media screen and (max-width:1599px){.flat__image{height:500px}}@media screen and (max-width:640px){.flat__image{height:auto;margin:34px 0}}.flat__image_full{padding:0}.flat__image_full img{max-height:650px}.flat__image_full .assignations__slider-wrapper{width:100%}.flat__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.flat__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.flat__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.flat__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.flat__grid{margin-left:0;margin-right:0}}.flat__grid-col{margin-left:15px;margin-right:15px;display:flex}@media screen and (max-width:1600px){.flat__grid-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.flat__grid-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.flat__grid-col{margin-left:5px;margin-right:5px}}.flat__content{padding-top:0;padding-bottom:20px}@media screen and (max-width:640px){.flat__content{border-bottom:none;padding-bottom:0;padding-top:15px}}.flat__price{display:flex;justify-content:space-between}.flat__price .flat__price-item_flex{display:flex}.flat__price .flat__price-item_padding_top{padding-top:8px}@media screen and (max-width:640px){.flat__price-item{order:4;flex-basis:100%}.flat__price-item:first-child{order:2;flex-basis:auto}.flat__price-actions{order:3}}.flat__price-actions{display:flex;align-items:start}.flat__price-action{margin-right:50px}.flat__price-action:last-of-type{margin-right:0}@media screen and (max-width:1599px){.flat__price-action{margin-right:30px}}.flat__price-action:active button{box-shadow:none;background-color:#b32d23}.flat__price-action:active button .icon{stroke:#fff;fill:#b32d23}.flat__price-action .icon{stroke:#8f95ac;fill:#f6f7f9;transition:all .15s ease-in-out}.flat__price-action button{margin-right:10px}.flat__period-grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.flat__period-grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.flat__period-grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.flat__period-grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.flat__period-grid{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.flat__period-grid{justify-content:space-between}}.flat__period-col{margin-left:15px;margin-right:15px;width:calc(58.33333% - 30px)}@media screen and (max-width:1600px){.flat__period-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.flat__period-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.flat__period-col{margin-left:5px;margin-right:5px}}.flat__period-col:nth-child(odd){width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.flat__period-col,.flat__period-col:nth-child(odd){width:calc(50% - 22px)}}@media screen and (max-width:1279px){.flat__period-col{width:calc(58.33333% - 16px)}.flat__period-col:nth-child(odd){width:calc(41.66667% - 22px)}}@media screen and (max-width:640px){.flat__period-col{margin:0}}.flat__info-grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.flat__info-grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.flat__info-grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.flat__info-grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.flat__info-grid{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.flat__info-grid{justify-content:space-between}}.flat__info-grid .flat__info-item_value{font-size:16px;line-height:20px;font-weight:700}@media screen and (max-width:640px){.flat__info-grid .flat__info-item_value{font-size:14px;line-height:18px}}.flat__info-col{margin-left:15px;margin-right:15px;width:calc(58.33333% - 30px)}@media screen and (max-width:1600px){.flat__info-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.flat__info-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.flat__info-col{margin-left:5px;margin-right:5px}}.flat__info-col:nth-child(odd){width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.flat__info-col,.flat__info-col:nth-child(odd){width:calc(50% - 22px)}}@media screen and (max-width:1279px){.flat__info-col,.flat__info-col:nth-child(odd){width:calc(25% - 16px)}}@media screen and (max-width:767px){.flat__info-col,.flat__info-col:nth-child(odd){width:calc(50% - 10px)}}@media screen and (max-width:640px){.flat__info-col{margin-left:0}}.flat__info-item{margin-bottom:30px;margin-right:10px}@media screen and (max-width:640px){.flat__info-item{margin-right:0}}.flat__info-item_value{font-size:25px;line-height:31px;font-weight:700}@media screen and (max-width:1599px){.flat__info-item_value{font-size:20px;line-height:24px}}@media screen and (max-width:640px){.flat__info-item_value{font-size:18px;line-height:20px}}.flat__info-item_value sup{font-size:12px;vertical-align:text-top}.flat__info-item_desc{font-size:14px;line-height:21px;color:#8f95ac}.flat__info-item_price{font-size:25px;line-height:31px;font-weight:700}@media screen and (max-width:1599px){.flat__info-item_price{font-size:21px;line-height:25px}}@media screen and (max-width:640px){.flat__info-item{margin-bottom:23px}}.flat__info-btns{padding:35px 0;border-top:.5px solid rgba(143,149,172,.3);border-bottom:.5px solid rgba(143,149,172,.3);margin-bottom:30px;display:flex;justify-content:space-between}.flat__info-btns .button{display:inline-flex;margin-right:15px}@media screen and (max-width:640px){.flat__info-btns{flex-direction:row;flex-wrap:wrap}.flat__info-btns .js-modal-btn{flex-basis:100%;width:100%}.flat__info-btns .js-modal-btn .button_view_default{margin-right:0;margin-bottom:14px;height:44px;width:100%}.flat__info-btns-sticky{border:none;margin:0;padding:0}.flat__info-btns-sticky div{background:#fff;position:fixed;bottom:0;left:0;padding:10px;z-index:11}}@media screen and (max-width:1279px){.flat__info-btns{justify-content:center;padding-top:0}}@media screen and (max-width:640px){.flat__info-btns{border-top:none;justify-content:center}}.flat__manager{padding-top:25px;margin-left:calc(16.66667% + 15px)}@media screen and (max-width:1599px){.flat__manager{margin-left:calc(8.33333% + 15px)}}@media screen and (max-width:1279px){.flat__manager{margin-left:calc(16.66667% + 15px);margin-right:calc(16.66667% + 15px)}}@media screen and (max-width:640px){.flat__manager{margin:0 10px}.flat__manager .flat__manager-collapse{margin-left:12px}.flat__manager .collapse__title{border-bottom:1px solid rgba(143,149,172,.4)}.flat__manager .collapse__content{padding-bottom:0}.flat__manager .manager{flex-direction:row;flex-wrap:wrap}.flat__manager .manager .manager-content{flex-basis:65%;margin-top:0;padding-left:15px}}@media screen and (max-width:640px) and (max-width:767px){.flat__manager .manager .manager-content_managerIsAgent{padding-left:0}.flat__manager .manager .manager-content_managerIsAgent .manager-contacts{margin-top:10px}}@media screen and (max-width:640px){.flat__manager .manager .manager-action{flex-basis:100%}.flat__manager .manager .button_view_outline{border-radius:5px;width:100%}.flat__manager .manager-title{margin-top:0;font-size:16px;line-height:25px}}.modal-form .form__item{height:auto;margin:0}.modal-form .form__label{color:#8f95ac;line-height:25px;margin-bottom:4px;white-space:nowrap}.modal-form .form__drop-btn{height:50px;background-color:#fff;padding:0 16px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);border-radius:4px;color:#2c2e3e}.modal-form .add-client{display:none}.modal-form .add-client.active{display:inline-flex}.modal-form .modal-form__new-client{display:none}.modal-form .modal-form__new-client.active{display:block}.add-client{display:inline-flex;align-items:center;color:#8f95ac;cursor:pointer;margin-top:10px;white-space:nowrap}.add-client .button_type_add{margin-right:10px}.add-client:hover .button_type_add{background-color:rgba(143,149,172,.2)}.modal-form__new-client{position:relative}.modal-form__new-client .close-button{align-items:center;background:rgba(143,149,172,.1);border-radius:50em;cursor:pointer;display:flex;justify-content:center;position:absolute;top:16px;right:16px;height:28px;width:28px}.modal-form__new-client .close-button .icon_x{margin-left:3px;stroke:#8f95ac;width:10px}@media screen and (max-width:767px){.new-client{margin:0 10px}}.new-client__submit{display:flex;justify-content:center;margin-top:25px}@media screen and (max-width:767px){.new-client__submit .button{justify-content:center;width:100%}}@media screen and (max-width:640px){.flat__white-btn{width:48%}.flat__white-btn:first-child{margin-right:12px}.flat__white-btn button{align-items:center;height:50px;margin:0;padding:0;width:100%}}@media screen and (max-width:640px){.flat__white-btn.flat__white-btn-is-one{margin-bottom:20px;margin-left:0;width:100%}}@media screen and (max-width:640px){.wrapper__center .banks__slider{margin-top:-20px;padding-top:0}}@media screen and (max-width:640px){.flats__card_compact{display:flex;flex-direction:column;border-radius:5px;border:1px solid rgba(143,149,172,.2);height:420px;padding:17px 25px;position:relative;width:90%}}@media screen and (max-width:374px){.flats__card_compact{padding:10px 20px}}@media screen and (max-width:640px){.assignations-top__slider.slider{border:none;margin:0 10px}.assignations-top__slider.slider .complex__slider-thumbnails{justify-content:center;margin-top:30px}.assignations-top__slider.slider .complex__slider-info{bottom:10px}.assignations-top__slider.slider .slider__item.tns-slide-active{margin-right:-20px}.assignations-top__slider.slider .tns-ovh{margin-right:-10px}.assignations-top__slider.slider .card__pill{align-self:flex-start}.assignations-top__slider.slider .card__address,.assignations-top__slider.slider .card__company,.assignations-top__slider.slider .card__pill,.assignations-top__slider.slider .card__title{font-size:15px}.assignations-top__slider.slider .flats__card_compact .flats__card-image{height:160px;margin:0 auto}.assignations-top__slider.slider .flats__card .card__row{margin-top:15px}.assignations-top__slider.slider .flats__card-info{padding:0 10px;width:100%}.assignations-top__slider.slider .card__dates{color:#ff2d23;margin-top:5px;padding:0;position:static}}@media screen and (max-width:374px){.assignations-top__slider.slider .card__address,.assignations-top__slider.slider .card__company,.assignations-top__slider.slider .card__pill,.assignations-top__slider.slider .card__title{font-size:14px}}@media screen and (max-width:640px){div.assignations-top__title{margin-bottom:10px}}@media screen and (max-width:640px){div.assignations-top{padding-bottom:25px;padding-top:0}}@media screen and (max-width:374px){.assignations-flats.for-commercial .flats__row-col:first-child{overflow:hidden;min-width:58px;text-overflow:ellipsis}.assignations-flats.for-commercial .flats__row-concat{margin-left:14px}}@media screen and (max-width:640px){.assignations-flats.for-commercial{background:transparent}.assignations-flats.for-commercial .section__map{margin-top:50px}.assignations-flats.for-commercial .flats__row-table-expanded{padding-left:45px}.assignations-flats.for-commercial .button.button_view_outline-with-icon-invert{background:#fff;bottom:20px;right:0;position:fixed;z-index:11;left:10px;padding:0 20px}.assignations-flats.for-commercial .button.button_view_outline-with-icon-invert.mobile-map{background:none;color:#ff2d23;justify-content:flex-end;position:static}.assignations-flats.for-commercial .button.button_view_outline-with-icon-invert.mobile-map .icon{fill:#ff2d23}.assignations-flats.for-commercial .presentation-filters-btn{margin:0 0 10px auto;bottom:10px;position:-webkit-sticky;position:sticky;z-index:10}.assignations-flats.for-commercial .flats__row-table{background:none;border-radius:0 0 5px 5px}.assignations-flats.for-commercial .assignations-flats__tables{padding-bottom:60px}.assignations-flats.for-commercial .table__show-more{background:#fff;border-radius:0 0 5px 5px;padding:0}.assignations-flats.for-commercial .table__show-more_btn{background:none;border-radius:0;box-shadow:none;color:#8f95ac;font-size:15px;font-weight:400;height:65px;line-height:20px;margin-top:-20px;margin-bottom:10px;text-transform:none;position:relative;width:100%}.assignations-flats.for-commercial .icon.icon_arrow-bottom{display:block;margin-left:5px}}@media screen and (max-width:640px){.mobile-complex-details{margin:0 10px 20px}}.flat__info-item.for-mobile{margin:16px 0 0}.flat__info-item.for-mobile .pill{margin-top:10px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:374px){div.flats__row-table-expanded{font-size:13px}}@media screen and (max-width:640px){.assignation-info .flat__col-row.is-row{flex-direction:row}.assignation-info .flat__col-row.is-row .flat__title{margin-right:0}.assignation-info .flat__col-row.is-row .flat__download{width:30%;margin-right:0;margin-top:20px}}.assignations-flats .flats__row-table.for-secondary table{padding:0}.assignations-flats .flats__row-table.for-secondary .ant-table-tbody .ant-table-row{background:#fff;transition:none}.assignations-flats .flats__row-table.for-secondary .ant-table-tbody .ant-table-row:hover{background:#e9eaee}.assignations-flats .flats__row-table.for-secondary .ant-table-tbody .ant-table-second-color{background:#f6f7f9;transition:none}.assignations-flats .flats__row-table.for-secondary .ant-table-tbody .ant-table-second-color:hover{background:#e9eaee}@media only screen and (max-width:1330px){.assignations-flats .flats__row-table.for-secondary table{table-layout:fixed!important}.assignations-flats .flats__row-table.for-secondary .ant-table-column-sorters,.assignations-flats .flats__row-table.for-secondary .ant-table-tbody .ant-table-cell{padding-left:5px;padding-right:5px}}@media screen and (max-width:767px){.flat__col-to-presentation{width:100%}}@media screen and (max-width:767px){.flat__price-actions.for-fav{flex-grow:1}}@media screen and (max-width:767px){.flat__price .flat__info-item{min-width:160px;width:100%}}@media screen and (max-width:767px){.flat__image .complex__slider-thumbnails_item{height:auto;width:auto}}.status-sold{position:relative}.status-sold:before{content:"";position:absolute;top:2%;bottom:2%;left:2%;right:2%;background-image:url(/static/media/status-sold.e3d8259d.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:2}.flat__slider-title{margin-left:15px}.flat__slider-title_absolute{position:absolute;top:2px;left:0}@media screen and (max-width:1279px){.flat__slider-title_absolute{position:static}}@media screen and (max-width:767px){.assignation-info .flat__complex-col.flat__col-with-map-mobile{display:flex;flex-direction:row}.assignation-info .flat__complex-col.flat__col-with-map-mobile .flat__complex-title{margin-right:0;width:70%}.assignation-info .flat__complex-col.flat__col-with-map-mobile .complex__address-map{width:30%}.assignation-info .flat__complex-col.flat__col-with-map-mobile .complex__address-map .show__map{width:44px;height:44px;background-image:url(data:image/png;base64,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);background-color:rgba(143,149,172,.08);background-repeat:no-repeat;background-position:50%;background-size:contain;transition:all .3s;margin-left:0}.assignation-info .flat__complex-col.flat__col-with-map-mobile .complex__address-map .show__map:hover{background-color:rgba(143,149,172,.2)}}.lawyers-checked{position:relative;display:flex;align-items:center;padding-left:23px;padding-right:10px;width:380px;max-width:100%;height:65px;background:rgba(143,149,172,.08);border-radius:4px;font-size:14px;color:#8f95ac}@media screen and (max-width:767px){.lawyers-checked{width:100%}}.lawyers-checked span{margin-left:10px}.lawyers-checked__block{display:flex}.lawyers-checked__background{position:absolute;right:10px;top:0}.pswp .pswp__bg{background:#fff}.pswp .pswp__ui--fit .pswp__top-bar{background-color:#1e2030}.pswp__img--placeholder--blank{background:#fff}#anchor-about,#anchor-calc,#anchor-flats,#anchor-infrastructure,#anchor-news,#anchor-others{position:absolute;opacity:0;z-index:-1;top:-150px}.section_view_dark{background-color:#1e2030;color:#fff}.show__map{margin-left:40px}.show__map .icon_map-pin{height:17px;margin-right:10px}.complex .section{position:relative}.complex__collapse{padding:30px 10px}@media screen and (max-width:640px){.complex__collapse .banks__slider{margin-top:-15px;padding-top:0}}.complex__collapse-icon{display:flex;justify-content:center;margin-left:-10px;width:45px}.complex__collapse .complex__slider-info{bottom:-60px}.complex__collapse .banks__slider{margin-bottom:60px}.complex__collapse .banks__slider-inner{margin-left:0}.complex__collapse .banks__slider-item.tns-slide-active{margin-right:-20px}.complex__collapse .banks__slider-item.tns-slide-active:last-child{margin-right:0}.complex__collapse .banks__slider-item.tns-slide-active:last-child .banks__slider-inner{width:100%}.complex__routes{list-style:none;padding-left:0;display:flex;align-items:center;flex-wrap:wrap;margin-top:auto;color:#8f95ac}.complex__routes-item{margin-right:30px}.complex__routes-item:last-of-type{margin-right:0}.complex__metro-color{width:6px;height:6px;display:inline-block;vertical-align:middle;border-radius:6px;margin-right:10px}.complex__metro-color_1{background-color:#d4203c}.complex__metro-color_2{background-color:#137fc9}.complex__metro-color_3{background-color:#15985b}.complex__metro-color_4{background-color:#dc7021}.complex__metro-color_5{background-color:#6d1477}.complex__metro-station{display:inline-block;margin-right:10px}.complex__route-type .icon{fill:#8f95ac}.complex__route-type .icon_auto{font-size:12px;margin-right:10px}.complex__route-type .icon_pedestrian{font-size:16px;margin-right:5px}.complex .filter__header{display:flex;justify-content:space-between}@media screen and (min-width:1280px){.complex .filter__header .is-hidden-desktop{display:none}}@media screen and (max-width:640px){.complex .filter__header{justify-content:flex-end}}.complex .filter__manager{display:flex;align-items:center}@media screen and (max-width:640px){.complex .filter__manager{justify-content:space-between;margin:0 10px;width:100%}.complex .filter__manager-content{padding-left:10px}}.complex .filter__manager-photo{width:85px;height:85px;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-color:rgba(143,149,172,.1);margin-right:15px}.complex .filter__manager-name{font-size:18px;line-height:22px;font-weight:700}.complex .filter__manager-label{color:#8f95ac;margin-bottom:13px}@media screen and (max-width:640px){.complex .filter__manager-label{margin-top:5px}}.complex .filter__manager-call{display:flex;align-items:center;color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit}.complex .filter__manager-call:hover{color:#cf2d23}.complex .filter__manager-call .icon{fill:#ff2d23;margin-right:10px}.complex .filter__manager-hint{margin-left:20px}.complex__title{font-size:48px;font-weight:600;line-height:55px}@media screen and (max-width:1599px){.complex__title{font-size:42px}}@media screen and (max-width:1279px){.complex__title{font-size:36px;line-height:42px}}@media screen and (max-width:640px){.complex__title{font-size:24px;line-height:26px}}@media screen and (max-width:374px){.complex__title{font-size:21px;line-height:24px}}.complex__section-chart .form__item{flex-basis:220px}@media screen and (max-width:767px){.complex__section-chart .form__item{flex-grow:1}}.complex__section-chart .complex__about-col{width:100%}@media screen and (max-width:767px){.complex__section-chart .complex__about-col{margin:0}}.complex__section-chart .form__item{margin-left:10px;margin-right:10px}@media screen and (max-width:767px){.complex__section-chart .form__item{margin-left:0;margin-right:0}}.complex__section-chart .form__item:last-of-type{margin-left:45px}@media screen and (max-width:1023px){.complex__section-chart .form__item:last-of-type{margin-left:auto}}@media screen and (max-width:767px){.complex__section-chart .form__item:last-of-type{margin:0}}.complex__section-chart .chart__block{margin-top:10px}@media screen and (max-width:767px){.complex__section-chart .chart__block{margin-top:0}}.section.grey{background:rgba(143,149,172,.08)}@media screen and (max-width:640px){.section.grey{background:none}}.section__complex-results{position:relative;margin-top:60px}@media screen and (max-width:640px){.section__complex-results{margin-top:25px}}.button_favorite,.button_favorite:hover{background-color:initial}.icon_favorite{width:18px;height:18px;fill:none;stroke:#8f95ac}.complex__table-status{display:flex;align-items:center;line-height:26px}.complex__table-status .info{margin-left:10px}.complex__table-status .info.alarm-button.active,.complex__table-status .info:hover .alarm-button{background-color:#ff2d23}.complex__table-status .alarm-button{padding:0;width:25px;height:25px;background-color:#8f95ac}.complex__table-status .alarm-button .icon_alarm{width:13px;height:16px}.complex__table-status_alarm{width:240px;padding:32px 34px;white-space:normal}.complex__table-status_alarm .button_view_default{display:block;padding:6px 14px;font-weight:400;margin-top:10px;cursor:pointer}.complex__table-more{text-align:center;padding-bottom:20px}.complex__table-more_button{display:inline-block;color:#8f95ac;cursor:pointer;transition:color .15s ease-in-out}.complex__table-more_button .icon{width:10px;stroke:#8f95ac;transition:stroke .15s ease-in-out}.complex__table-more_button:hover{color:#2c2e3e}.complex__table-more_button:hover .icon{stroke:#2c2e3e}.complex__appartments{padding:54px 0 80px}@media screen and (max-width:640px){.complex__appartments{padding:0}}.complex__appartments-tab{display:none}@media screen and (max-width:640px){.complex__appartments-tab .complex__views{display:none}}.complex__appartments-tab.active{display:block}.complex__appartments.view-cards .complex__appartments-cards{display:flex}.complex__appartments.view-cards .flats__row-table{display:none!important}.complex__appartments.view-table .flats__row.is-active{border-radius:5px 5px 0 0}.complex__appartments.view-table .flats__row-results{display:none!important;padding:0}.complex__appartments-row{margin-bottom:25px}.complex__appartments-cards{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:1600px){.complex__appartments-cards{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__appartments-cards{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__appartments-cards{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__appartments-cards{margin-left:0;margin-right:0}}.complex__appartments-card{width:calc(33.33333% - 30px);margin:15px}@media screen and (max-width:1600px){.complex__appartments-card{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__appartments-card{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__appartments-card{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__appartments-card{width:calc(33.33333% - 22px)}}@media screen and (max-width:1279px){.complex__appartments-card{width:calc(100% - 16px)}}@media screen and (max-width:640px){.complex__appartments-card{margin-left:0;margin-right:0;width:100%}}.view__icon{width:19px;height:19px;fill:#8f95ac;stroke:#8f95ac;fill-opacity:.2;stroke-opacity:.2}.complex__appartments-navigation{display:flex;align-items:center}@media screen and (max-width:640px){.complex__appartments-navigation{overflow:hidden;margin-bottom:8px;padding-top:10px}}.complex__appartments-navigation .complex__tabs{display:block;flex:1 1 auto;overflow:hidden}@media screen and (max-width:640px){.complex__appartments-navigation .complex__tabs{overflow:visible}.complex__appartments-navigation .complex__tabs .tns-slider{margin-left:-5px;width:100%!important}}@media screen and (max-width:640px){.complex__appartments-navigation .complex__tabs-item{display:flex;flex-direction:column;min-height:60px;text-align:center}}.complex__appartments-navigation .complex__move-nav{display:flex;flex:0 0 20%;max-width:300px;justify-content:space-between;align-items:flex-end;padding-left:30px}@media screen and (max-width:640px){.complex__appartments-navigation .complex__move-nav{padding-left:0}.complex__appartments-navigation .complex__move-nav .tabs__navs-item{border:1px solid rgba(143,149,172,.3);border-radius:16px;height:32px;top:32px;position:absolute;width:32px}.complex__appartments-navigation .complex__move-nav .tabs__navs-item.prev{left:0}.complex__appartments-navigation .complex__move-nav .tabs__navs-item.next{right:0}}.complex__appartments-navigation .complex__views{display:flex;justify-content:flex-end;flex:1 1}@media screen and (max-width:640px){.complex__appartments-navigation .complex__views{display:none}}.complex__appartments-navigation .complex__view{list-style:none;padding-left:0;display:flex;align-items:center;height:30px}.complex__appartments-navigation .complex__view-item{margin-right:20px;cursor:pointer}.complex__appartments-navigation .complex__view-item:last-of-type{margin-right:0}.complex__appartments-navigation .complex__view-item:hover .view__icon{fill:#8f95ac;stroke:#8f95ac;fill-opacity:1;stroke-opacity:1}.complex__appartments-navigation .complex__view-item.active .view__icon{fill:#2c2e3e;stroke:#2c2e3e;fill-opacity:1;stroke-opacity:1}.flats__row{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:5px;padding:20px 30px;cursor:pointer;font-weight:600;font-size:16px;line-height:20px}@media screen and (max-width:640px){.flats__row-count{align-items:center;background-color:rgba(143,149,172,.12);border-radius:100px;color:#8f95ac;font-size:14px;font-weight:400;flex:0 1;line-height:25px;display:flex;justify-content:center;height:30px;padding:0 13px}}.flats__row.is-active .button_view_round{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:640px){.flats__row.is-active~.complex__views{bottom:20px;display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;z-index:6}.flats__row.is-active~.complex__views .presentation-filters-btn{margin:0}.flats__row.is-active~.complex__views .complex__view{width:calc(50% - 6px)}.flats__row.is-active~.complex__views .complex__view-item{align-items:center;background:#fff;box-shadow:0 4px 20px rgba(143,149,172,.3);border-radius:22px;display:flex;justify-content:center;height:44px;padding:0 20px}.flats__row.is-active~.complex__views .complex__view-item svg{stroke:#2c2e3e;margin-right:8px}.flats__row.is-active~.complex__views .complex__view-item.active{display:none}}.flats__row:hover .button_view_round{background-color:#8f95ac}@media screen and (max-width:1599px){.flats__row{padding:20px 8px}}@media screen and (max-width:640px){.flats__row{padding:18px 14px 18px 10px}}.flats__row-results{display:none;padding-top:20px}.flats__row-results.is-active{display:block;padding-bottom:35px}.flats__row-table{background-color:#fff;border-radius:0 0 5px 5px;height:0;visibility:hidden;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flats__row-table .ant-table-tbody,.flats__row-table .ant-table-thead{-webkit-transform:scaleY(0);transform:scaleY(0)}.flats__row-table.is-active{height:auto;visibility:visible;-webkit-transform:scaleY(1);transform:scaleY(1)}.flats__row-table.is-active .ant-table-tbody,.flats__row-table.is-active .ant-table-thead{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.flats__row-table-sign{align-items:flex-start;color:#8f95ac;font-size:16px;font-family:Formular;line-height:24px}.flats__row-table table{width:100%;padding:0 20px 20px}@media screen and (max-width:1599px){.flats__row-table table{padding:0 15px}}@media screen and (max-width:1279px){.flats__row-table table{padding-left:0;padding-right:0}}@media screen and (max-width:640px){.flats__row-table-expanded{display:flex;font-size:15px;line-height:20px;justify-content:space-between;padding-left:20px;padding-right:20px}.flats__row-table-expanded-column{display:flex;flex-direction:column}.flats__row-table-expanded-column>div{margin-bottom:3px}.flats__row-table-expanded-title{color:#8f95ac}.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-collapsed,.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-expanded{background:rgba(143,149,172,.1);border-radius:14px;border:none;height:29px;width:29px}.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-collapsed:before,.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-expanded:before{top:14px;left:10px;right:10px}.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-collapsed:after,.flats__row-table .ant-table-row-expand-icon.ant-table-row-expand-icon-expanded:after{top:10px;left:14px;bottom:10px}.flats__row-table .ant-table-row-expand-icon{color:#8f95ac}.flats__row-table .ant-table-row-expand-icon:hover{color:inherit}.flats__row-table .ant-table-container table>thead>tr:first-child th:first-child{border-radius:5px 0 0 5px}.flats__row-table .ant-table-container table>thead>tr:first-child th:last-child{border-radius:0 5px 5px 0}.flats__row-table .ant-table-cell.ant-table-row-expand-icon-cell{padding-left:7px;padding-right:8px}.flats__row-table .ant-table-thead>tr>th{padding-top:9px;padding-bottom:11px}.flats__row-table .ant-table-cell{padding:15px 15px 15px 0}.flats__row-table .ant-table-expanded-row.ant-table-expanded-row-level-1 .ant-table-cell,.flats__row-table .ant-table-row.ant-table-row-level-0:first-child td{border-top:none}}@media screen and (max-width:375px){.flats__row-table .ant-table-cell{padding-right:5px}}.flats__row-col{margin:0 12px;flex:1 1}@media screen and (max-width:1279px){.flats__row-col:first-child{flex:0.5 1}}@media screen and (max-width:640px){.flats__row-col{flex:0 1;margin:0}.flats__row-col:first-child{min-width:64px}}.flats__row-concat{flex:5 1;display:flex}@media screen and (max-width:1279px){.flats__row-concat{flex-direction:column;flex:2 1}}@media screen and (max-width:640px){.flats__row-concat{color:#8f95ac;font-size:14px;font-weight:400;line-height:17px;margin-left:24px}}.flats__row-rooms{font-size:25px;line-height:28px}@media screen and (max-width:1599px){.flats__row-rooms{font-size:20px;line-height:24px}}@media screen and (max-width:640px){.flats__row-rooms{font-size:14px;line-height:18px}}.flats__row-price{flex:2 1}.flats__row .nowrap{white-space:nowrap}.flats__row-action{flex:0 0 auto}.flats__row-action .button_view_round{background-color:#2c2e3e;transition:all .5s ease;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.flats__row-action .button_view_round .icon{stroke:#fff}@media screen and (max-width:640px){.flats__row-action .button_view_round{height:30px;width:30px;margin-left:6px}.flats__row-action .button_view_round .icon{margin-top:2px;width:8px}}.flats__row-info{font-size:14px;line-height:17px;font-weight:400;color:#ff2d23}.complex__tabs{display:flex}@media screen and (max-width:640px){.complex__tabs .tns-ovh{overflow:visible}}.complex__tabs-row{display:flex}.complex__tabs-item{padding:10px 30px;border-radius:5px 5px 0 0;color:#8f95ac;cursor:pointer;border:1px solid transparent;border-bottom:none;transition:border 0 ease-in-out .15s}.complex__tabs-item:hover{border-color:rgba(143,149,172,.3)}.complex__tabs-item.active{border-color:transparent}.complex__tabs-item.active+.complex__tabs-item{border-left-color:transparent}@media screen and (max-width:1599px){.complex__tabs-item.tns-item.active,.complex__tabs-item.tns-item.tns-slide-active{align-items:center;color:#8f95ac;display:flex;padding-left:15px;padding-right:15px;flex-direction:column;align-items:flex-start}}@media screen and (max-width:640px){.complex__tabs-item.tns-item.active,.complex__tabs-item.tns-item.tns-slide-active{background:none}}.complex__tabs-item.active{background:rgba(143,149,172,.08)}.complex__tabs-item.active .complex__tabs-value{color:#2c2e3e}@media screen and (max-width:640px){.complex__tabs-item.tns-item.active.tns-slide-active{background:none;display:flex;justify-content:center;margin-left:-10px;min-height:60px;padding:0 40px;flex-direction:column;align-items:flex-start}}.complex__tabs-value{font-size:18px;line-height:22px;font-weight:600}@media screen and (max-width:1599px){.complex__tabs-value{font-size:16px}}@media screen and (max-width:640px){.complex__tabs-value{font-size:21px;line-height:24px}}@media screen and (max-width:375px){.complex__tabs-value{font-size:16px;line-height:21px}}.complex__tabs-desc{font-size:14px;line-height:18px}@media screen and (max-width:640px){.complex__tabs-desc{font-size:15px;line-height:20px;margin-top:5px}}.tabs__navs{list-style:none;padding-left:0;display:flex;margin-right:45px}@media screen and (max-width:640px){.tabs__navs{margin-right:0}}.tabs__navs-item{display:flex;align-items:center;justify-content:center;outline:none;width:34px;height:30px;border:1px solid rgba(143,149,172,.3);cursor:pointer;transition:all 0 ease-in-out .15s}.tabs__navs-item .icon-dark_stroke{stroke:#8f95ac}.tabs__navs-item:hover{background-color:rgba(143,149,172,.2)}.tabs__navs-item:active{background-color:rgba(143,149,172,.3)}.tabs__navs-item .icon-dark_stroke{width:10px;height:10px}.tabs__navs-item.prev{border-radius:20px 0 0 20px;border-right:hidden}.tabs__navs-item.next{border-radius:0 20px 20px 0;border-left:hidden}.complex__wrapper{width:83.33333%;margin:0 auto}@media screen and (max-width:768px){.complex__wrapper{width:100%}}.complex__about{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.complex__about{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__about{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__about{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__about{margin-left:0;margin-right:0}}.complex__about-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.complex__about-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__about-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__about-col{margin-left:5px;margin-right:5px}}.complex__about-preview{width:calc(41.66667% - 30px);padding-right:80px;font-size:25px;line-height:32px;font-weight:300}@media screen and (max-width:1599px){.complex__about-preview{width:calc(50% - 22px);font-size:20px;line-height:32px;padding-right:30px}}@media screen and (max-width:1280px){.complex__about-preview{padding-right:0}}.complex__about-text{width:calc(58.33333% - 30px);font-size:14px;line-height:21px}@media screen and (max-width:1599px){.complex__about-text{width:calc(50% - 22px)}}.complex__about-text p{margin-bottom:25px}.complex__about-text p:last-of-type{margin-bottom:0}.complex__about-features{margin-top:50px;padding:20px 50px;background:#2c2e3e;color:#fff;border-radius:4px}.complex__about-features ul{display:flex;flex-wrap:wrap;list-style:disc}@media screen and (max-width:1279px){.complex__about-features ul{justify-content:space-between}}.complex__about-features.assignation-features{margin-top:25px}.complex__about-feature{flex-basis:calc(30% - 30px);margin:5px 30px 5px 0;font-size:14px;line-height:17px;font-weight:400}@media screen and (max-width:1279px){.complex__about-feature{flex-basis:26%;margin-right:0}}.section.navigation_section{height:57px}.section__block{position:relative;padding-bottom:140px}@media screen and (max-width:640px){.section__block{padding-bottom:10px}.section__block .complex__block-col.info__col{align-items:flex-start;flex-direction:column}.section__block .info__col-top{padding:0 10px}.section__block ul.complex__badges{margin-top:8px;order:2}.section__block .complex__address{margin-bottom:0;padding-top:30px}.section__block .complex__price{border:none;width:50%}.section__block .complex__border{border-bottom:1px solid rgba(143,149,172,.2);display:flex;justify-content:space-between}.section__block .complex__info-item-desc{margin-top:5px;white-space:nowrap}}.navigation__block{z-index:20;position:absolute;margin-top:40px;width:100%;transition:top .5s ease-out}.navigation__block-inner{border-bottom:1px solid rgba(143,149,172,.3);padding:12px 0}@media screen and (max-width:1279px){.navigation__block .is-hidden-sm{display:none}}@media screen and (min-width:1279px){.navigation__block .is-hidden-desktop{display:none}}.navigation__block.nav_fixed{position:fixed;background:#fff;margin-top:0;box-shadow:0 2px 20px 0 rgba(143,149,172,.1);-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) .5s both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) .5s both}.navigation__block.nav_fixed .navigation__block-inner{border:none}.navigation__block.nav_fixed .complex__navigation-item,.navigation__block.nav_fixed .complex__navigation-more{color:#2c2e3e}.navigation__block.nav_fixed .complex__navigation-item .form__drop-btn .icon,.navigation__block.nav_fixed .complex__navigation-more .form__drop-btn .icon{stroke:#2c2e3e}.navigation__block .complex__navigation{list-style:none;padding-left:0;margin:0;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width:1279px){.navigation__block .complex__navigation{justify-content:space-between}}.navigation__block .complex__navigation-item{display:inline-block;padding:8px 20px;border-radius:15px;text-decoration:none}.navigation__block .complex__navigation-item+.navigation__block .complex__navigation-item{margin-left:25px}@media screen and (max-width:1599px){.navigation__block .complex__navigation-item+.navigation__block .complex__navigation-item{margin-left:20px}}.navigation__block .complex__navigation-item_basis_0{flex-basis:0}.navigation__block .complex__navigation-item:hover{background:rgba(143,149,172,.2)}.navigation__block .complex__navigation-item a{color:inherit;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase}.navigation__block .complex__navigation-item.active{background:#ff2d23;color:#fff}.navigation__block .complex__navigation-list .complex__navigation-item a{color:#2c2e3e}.navigation__block .complex__navigation-more{color:#fff}.navigation__block .complex__navigation-more .form__item{height:auto;background-color:initial;margin:0}.navigation__block .complex__navigation-more .form__drop-btn{border-radius:4px;padding:5px 10px;font-size:12px;line-height:18px;letter-spacing:.03em;color:inherit;text-transform:uppercase;font-weight:600;background:rgba(143,149,172,.3)}.navigation__block .complex__navigation-more .form__drop-btn .icon{margin-right:0;margin-left:4px;width:7px;height:7px;stroke:#fff}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(44px);transform:translateY(44px)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(44px);transform:translateY(44px)}}.complex__flats{cursor:pointer}.complex__flats-row{cursor:pointer;transition:all .5s ease;border-radius:4px}.complex__flats-row:hover{background:rgba(143,149,172,.1)}.complex__flats-row_inner{display:flex;justify-content:space-between;padding:20px 0;margin:0 20px;border-bottom:.5px solid rgba(143,149,172,.3)}.complex__flats-header{background:#2c2e3e;color:#fff;display:flex;padding:20px;justify-content:space-between;border-radius:3px}.section__calc{background-color:#2c2e3e}.section__calc .block__title{margin-bottom:45px}@media screen and (max-width:1279px){.section__calc .block__title{margin-bottom:25px}}.section__calc .mortgage__calc{padding:24px 40px 24px 25px;background-color:#1e2030;border-radius:5px;margin-bottom:0}.section__calc .mortgage__calc-grid{margin:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.section__calc .mortgage__calc-grid>*{margin:0;width:auto}.section__calc .mortgage__calc-grid>:first-child{margin-right:20px}@media screen and (min-width:1600px){.section__calc .mortgage__calc-form{padding-right:50px}}@media screen and (min-width:1600px){.section__calc .mortgage__calc-result_info{white-space:nowrap}}@media screen and (min-width:1280px){.section__calc .calc__manager{padding-left:40px}}@media screen and (max-width:1279px){.section__calc .calc__manager{margin-top:40px;padding:0 35px;width:calc(100% - 16px)}}.section__calc .calc__manager-description{color:#8f95ac;font-size:14px;line-height:21px;margin-bottom:20px}.section__calc .calc__manager-card{display:flex;color:#fff}.section__calc .calc__manager-photo{width:125px;height:125px;border-radius:50%;background-size:cover;background-repeat:no-repeat;margin-right:30px}.section__calc .calc__manager-name{margin-top:20px;font-size:25px;line-height:28px}.section__calc .calc__manager-label{font-size:14px;line-height:18px;margin-bottom:20px;color:#8f95ac}.section__calc .calc__manager-contacts{display:flex;flex-direction:column}@media screen and (max-width:1279px){.section__calc .calc__manager-contacts{flex-direction:row}.section__calc .calc__manager-contacts a+a{margin-left:35px}}.section__calc .calc__manager-contacts a{display:inline-block;color:inherit}.section__calc .calc__manager-contacts a:hover{color:#ff2d23}.icon-dark_stroke{stroke:#2c2e3e}.icon-white_stroke{stroke:#fff}.block__title.with-link{display:flex;justify-content:space-between;align-items:center}.block__title.with-link .link{font-size:14px;line-height:21px;white-space:nowrap}.block__title-buttons{justify-content:space-between}.block__title-buttons,.block__title.with-button{display:flex;align-items:center}.block__title.with-button button{margin-left:60px}@media screen and (max-width:1279px){.block__title.with-button{flex-direction:column;align-items:flex-start}.block__title.with-button button{margin-left:0;margin-top:15px;padding-top:12px;padding-bottom:11px}}@media screen and (max-width:640px){.block__title.with-button.for-mobile{padding-left:10px;padding-right:10px;width:100%}.block__title.with-button.for-mobile .button,.block__title.with-button.for-mobile a{width:100%}}.block__title-navs{list-style:none;padding-left:0;display:flex;height:60px;width:100px;border-radius:30px;border:1px solid rgba(143,149,172,.3);overflow:hidden;margin:0}.block__title-navs_item{width:50%;display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;transition:background 0 ease-in-out .15s}.block__title-navs_item:hover{background-color:rgba(143,149,172,.2)}.block__title-navs_item:active{background-color:rgba(143,149,172,.3)}.block__title-navs_item .icon{width:6px;height:11px}.block__title-navs_item.prev .icon{margin-right:-10px}.block__title-navs_item.next .icon{margin-left:-10px}.complex__section-filter{margin-top:44px}@media screen and (max-width:640px){.complex__section-filter{margin-top:30px}.complex__section-filter .filter__header{flex-wrap:wrap;justify-content:flex-start;margin-top:30px}.complex__section-filter .filter__header .button_view_outline-with-icon{padding-left:17px;padding-right:20px;margin-top:0}.complex__section-filter .filter__manager-photo{height:90px;flex-shrink:0;width:90px}.complex__section-filter .filter__title{flex-basis:100%;margin-bottom:20px;padding:0 10px}.complex__section-filter .filter__manager{border:1px solid rgba(143,149,172,.2);border-radius:4px;display:flex;flex-basis:100%;margin:0 10px;padding:28px 30px;width:calc(100% - 20px)}.complex__section-filter .filter__manager-label{margin-bottom:0}.complex__section-filter .filter__manager-name{max-width:95%;position:relative}.complex__section-filter .info{position:absolute;right:-17px;top:0}.complex__section-filter .filter__manager-content{padding-left:0;width:100%}.complex__section-filter .complex__manager-contacts_item .link-hover{overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:640px){.complex__manager-contacts_item{margin-top:5px}.complex__manager-contacts_item:first-child{margin-top:0}}.filter__manager-call{margin-bottom:10px}.filter__manager-call .icon_phone{margin-right:5px}.complex__filter-wrapper{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-top:30px}@media screen and (max-width:1600px){.complex__filter-wrapper{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__filter-wrapper{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__filter-wrapper{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__filter-wrapper{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.complex__filter-wrapper{margin-top:0}}.complex__filter{margin-left:15px;margin-right:15px;width:calc(75% - 30px);flex:1 1}@media screen and (max-width:1600px){.complex__filter{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__filter{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__filter{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__filter{width:calc(75% - 22px)}}@media screen and (max-width:1279px){.complex__filter{width:calc(100% - 16px);width:100%}}@media screen and (max-width:640px){.complex__filter{margin-left:10px;margin-right:10px}}.complex__filter-form{background:rgba(143,149,172,.08);padding:40px;margin-bottom:20px;border-radius:5px}@media screen and (max-width:1599px){.complex__filter-form{padding:16px}}@media screen and (max-width:640px){.complex__filter-form{background:none;margin-bottom:3px}}.complex__filter-row{margin:-25px -6px 0;flex-wrap:wrap}.complex__filter-row .form__item{margin:25px 6px 0;flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 12px)}@media screen and (max-width:640px){.complex__filter-row .form__item:nth-child(2n) .dropdown__block{left:auto;right:0}}@media screen and (max-width:1599px){.complex__filter-row .form__item{margin:15px 6px 0}}@media screen and (max-width:1279px){.complex__filter-row .form__item{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 12px)}}@media screen and (max-width:640px){.complex__filter-row .form__item{border:1px solid rgba(143,149,172,.2);flex-basis:46%;max-width:46%}}@media screen and (max-width:1599px){.complex__filter-row .form__item .form__drop-btn{padding:0 12px 0 16px}}@media screen and (max-width:1599px){.complex__filter-row .form__item .form__drop-btn .icon{width:10px;height:6px}}@media screen and (max-width:1599px){.complex__filter-row{margin:-15px -6px 0}}@media screen and (max-width:640px){.complex__filter-row{justify-content:space-between}}.complex__filter-switch{margin:25px 12px 0;justify-content:flex-end;display:flex;height:50px}@media screen and (max-width:1279px){.complex__filter-switch{margin-bottom:25px}}.complex__filter-actions{margin-top:10px;padding-top:15px;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:640px){.complex__filter-actions{border-top:none;padding-top:0;margin-top:10px}}.complex-search__filter-controls{display:flex;align-items:center}.complex-search__filter-submit{flex:1 0 auto;text-align:center}@media screen and (max-width:640px){.complex-search__filter-submit{margin:10px 0 0;width:100%}.complex-search__filter-submit .button{width:100%}}.complex-search__filter-clear{flex:1 0 auto}.complex-search__filter-clear:first-of-type{visibility:hidden}@media screen and (max-width:640px){.complex-search__filter-clear:first-of-type{display:none}}.complex__manager{margin-left:30px;margin-right:30px;width:calc(25% - 60px);display:flex;flex-direction:column}.complex__manager-avatar{display:flex;flex:0 0 150px;justify-content:center}.complex__manager-avatar_wrapper{border-radius:50%;width:150px;height:150px;overflow:hidden}.complex__manager-avatar_wrapper img{width:100%;height:100%}.complex__manager-content{display:flex;flex-direction:column;justify-content:center;text-align:center}.complex__manager-title{font-weight:700;font-size:25px;line-height:28px;margin-top:22px}.complex__manager-post{font-size:14px;line-height:21px;color:#8f95ac;margin-top:4px}.complex__manager-contacts{margin-top:16px}.complex__manager-contacts_list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;flex-direction:column}.complex__manager-action{margin-top:30px}@media screen and (max-width:1279px){.complex__manager{display:none}}.complex__section-about{position:relative;margin:80px 0}@media screen and (max-width:1279px){.complex__section-about{margin:40px 0}}@media screen and (max-width:640px){.complex__section-about{margin:0}}.complex__section-about .section__title{font-size:35px;line-height:40px;font-weight:700;margin-bottom:40px}@media screen and (max-width:1599px){.complex__section-about .section__title{font-size:30px;line-height:40px}}@media screen and (max-width:1279px){.complex__section-about .section__title{font-size:21px;line-height:24px;margin-bottom:20px}}@media screen and (max-width:767px){.complex__section-about .section__title{font-size:17px;line-height:20px;margin-bottom:15px}}.complex__banks-slider{margin-top:40px}@media screen and (max-width:640px){.show__map-mobile{cursor:pointer;background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover;height:50px;width:50px}}@media screen and (max-width:640px){.complex__address{align-items:center;justify-content:space-between}}.complex__filter-clear-filter{align-items:center;background-color:rgba(143,149,172,.1);border:none;border-radius:3px;color:#2c2e3e;display:flex;height:30px;font-size:15px;line-height:20px;padding:0 10px}.complex__filter-clear-wrapper{flex-basis:100%}.complex-filter_wrapper{padding:0 12px 12px}@media screen and (max-width:640px){.complex-filter_wrapper{padding-left:0;padding-right:0;padding-bottom:6px}}@media screen and (max-width:640px){.complex-results-wrapper{background:rgba(143,149,172,.08);padding:0 10px 27px}}@media screen and (max-width:640px){.complex__appartments-row{margin-bottom:8px}.complex__appartments-row .status-assignment{font-size:11px}}@media screen and (max-width:640px){.complex__slider-info{bottom:-70px}}.complex__mobile-address{margin:0 10px}@media screen and (max-width:640px){.complex__mobile-address .show__map-mobile{margin-left:10px}}@media screen and (max-width:640px){.complex__info-routes{margin-top:12px}}@media screen and (max-width:640px){.section.complex__section-filter .index-search__filter-applied{margin:25px 0}}@media screen and (max-width:640px){.complex__routes-item{margin-right:0;margin-bottom:3px}}@media screen and (max-width:640px){div.complex-filter_wrapper .complex-filter_wrapper>.filtered,div.complex-filter_wrapper>.filtered{margin-top:5px}}@media screen and (max-width:640px){.tns-slider.tns-carousel .complex__tabs-item.tns-item{border:none;display:flex;justify-content:center}.tns-slider.tns-carousel .complex__tabs-value.active{color:#2c2e3e}.tns-slider.tns-carousel .complex__tabs-value.active .complex__tabs-desc{color:#8f95ac;font-weight:400}}@media screen and (max-width:640px){.complex__tabs-desc,.complex__tabs-value{font-size:15px;line-height:18px}}@media screen and (max-width:374px){.complex__tabs-desc,.complex__tabs-value{font-size:14px}}@media screen and (max-width:640px){.complex__appartments-tab.active .complex__views{bottom:20px;display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;z-index:6;width:50%}.complex__appartments-tab.active .complex__views .presentation-filters-btn{margin:0}.complex__appartments-tab.active .complex__views .complex__view{width:100%}.complex__appartments-tab.active .complex__views .complex__view-item{align-items:center;background:#fff;box-shadow:0 4px 20px rgba(143,149,172,.3);border-radius:22px;display:flex;justify-content:center;height:44px;padding:0 20px}.complex__appartments-tab.active .complex__views .complex__view-item svg{stroke:#2c2e3e;margin-right:8px}.complex__appartments-tab.active .complex__views .complex__view-item.active{display:none}}@media screen and (max-width:640px){.complex__blocks-slider.for-one .section__grid-col.tns-slide-active{margin-left:0}}@media screen and (max-width:640px){.complex__filter-row{margin:0}}@media screen and (max-width:767px){.complex__section-about{margin:0 10px 20px}}.complex__slider-thumbnails.for-constructor{justify-content:center;padding-bottom:10px}.complex__slider-info.for-contstructor{right:0;bottom:-25px}.complex__appartments-navigation .complex__views_space-between{justify-content:space-between}.complex__select .custom-select__selected{width:385px;height:50px;background:#fff;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.complex__select .custom-select.is-showing .custom-select__selected{background:#fff}@media screen and (max-width:1599px){.h1{font-size:42px}}.complex__title-box{display:flex;align-items:center}.complex__title{margin-bottom:10px}.complex__title span{margin-right:35px}@media screen and (max-width:1599px){.complex__title span{margin-right:25px}}@media screen and (max-width:1279px){.complex__title span{margin-right:15px}}.complex__block-address{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.complex__block-address{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__block-address{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__block-address{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__block-address{margin-left:0;margin-right:0}}.complex__block-row{padding-top:24px;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.complex__block-row{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__block-row{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__block-row{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__block-row{margin-left:0;margin-right:0}}@media screen and (max-width:1279px){.complex__block-row{flex-direction:column}}.complex__block-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.complex__block-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__block-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__block-col{margin-left:5px;margin-right:5px}}.complex__block-col.info__col{width:calc(58.33333% - 30px);max-width:800px}.complex__block-col.info__col-top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1599px){.complex__block-col.info__col{width:calc(58.33333% - 22px);max-width:650px}}@media screen and (max-width:1279px){.complex__block-col.info__col{width:calc(100% - 16px);max-width:100%}}@media screen and (max-width:640px){.complex__block-col.info__col{margin:0;width:100%}}.complex__block-col.text__col{width:calc(41.66667% - 30px);padding-right:40px}@media screen and (max-width:1599px){.complex__block-col.text__col{width:calc(41.66667% - 22px);padding-right:0}}@media screen and (max-width:1279px){.complex__block-col.text__col{padding-left:15px;width:100%;padding-right:0;box-sizing:initial}}@media screen and (max-width:1279px) and (max-width:1600px){.complex__block-col.text__col{padding-left:11px;padding-right:11px}}@media screen and (max-width:1279px) and (max-width:1280px){.complex__block-col.text__col{padding-left:8px;padding-right:8px}}@media screen and (max-width:1279px) and (max-width:768px){.complex__block-col.text__col{padding-left:5px;padding-right:5px}}@media screen and (max-width:640px){.complex__block-col.text__col{box-sizing:border-box;width:100%}}.complex__block .complex__badges{list-style:none;padding-left:0;margin:0;display:flex}.complex__block .complex__badges-item{display:flex;margin-right:10px;align-items:center}.complex__block .complex__badges .badge{display:flex;border-radius:3px;font-weight:300;font-size:14px;padding:7px 12px;background:rgba(143,149,172,.2)}.complex__block .complex__badges .info{margin-left:10px;background-color:rgba(143,149,172,.2);color:#1e2030}.complex__block .complex__images{position:relative}@media screen and (max-width:1279px){.complex__block .complex__images{margin-bottom:25px}}.complex__block .complex__images-navs{position:absolute;list-style:none;padding-left:0;display:flex;top:14px;right:18px;z-index:1}@media screen and (max-width:640px){.complex__block .complex__images-navs{flex-wrap:wrap;justify-content:flex-end;width:calc(100% - 36px)}}.complex__block .complex__images-nav{background-color:#8f95ac;border-radius:15px;height:30px;padding:0 18px;display:flex;line-height:30px;align-items:center;cursor:pointer;margin-right:10px;transition:background .15s ease-in-out;color:#fff}@media screen and (max-width:640px){.complex__block .complex__images-nav{margin:0 0 8px 8px;padding:0 10px}}.complex__block .complex__images-nav:last-of-type{margin-right:0}.complex__block .complex__images-nav.active,.complex__block .complex__images-nav:hover{background-color:#666b81}.complex__info{display:flex;padding-top:20px;justify-content:space-between}.complex__info-col{display:flex}.complex__info-col.info__col{flex:0 0 auto;width:58.33333%;max-width:800px;justify-content:space-between;align-items:center}.complex__info-col.text__col{flex:1 1;flex-direction:column;width:33.33333%;margin-left:76px;padding:0 40px 0 0}.complex__info-row{padding-top:25px;border-bottom:1px solid rgba(143,149,172,.2);display:flex;justify-content:space-between;flex-wrap:wrap}.complex__info-row.right-padding{padding-right:30px}.complex__info-row.right-padding .complex__info-item{width:auto;flex:0 1 auto}.complex__info-row:last-of-type{border:none}.complex__info-row .price__row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.complex__info-row .price__row{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__info-row .price__row{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__info-row .price__row{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__info-row .price__row{margin-left:0;margin-right:0}}.complex__info-item{flex:1 1 auto;width:41.66667%;margin-bottom:25px}.complex__info-address_row{display:flex}.complex__info-item-desc{font-size:14px;line-height:18px;color:#8f95ac}.complex__info-item-value{-webkit-font-smoothing:antialiased;font-size:16px;line-height:20px;font-weight:600}@media screen and (max-width:1279px){.complex__info-item-value{font-size:14px;line-height:18px;margin-bottom:4px}}.complex__info-update{font-style:italic;font-size:13px;line-height:18px;font-weight:300;color:#8f95ac}.complex__address{display:flex}.complex__price{border-bottom:1px solid rgba(143,149,172,.2);border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:640px){.complex__price{border-top:none;margin-top:30px}}.complex__price-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-top:16px}@media screen and (max-width:1600px){.complex__price-row{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__price-row{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__price-row{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__price-row{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.complex__price-row{flex-direction:column}}.complex__price-col{margin-left:15px;margin-right:15px;margin-bottom:24px}@media screen and (max-width:1600px){.complex__price-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__price-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__price-col{margin-left:5px;margin-right:5px}}.complex__price-left{width:calc(58.33333% - 30px)}@media screen and (max-width:1599px){.complex__price-left{width:calc(58.33333% - 22px)}}@media screen and (max-width:1279px){.complex__price-left{width:calc(50% - 16px)}}@media screen and (max-width:640px){.complex__price-left{margin:0 0 15px;width:100%}}.complex__price-right{width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.complex__price-right{width:calc(41.66667% - 22px)}}@media screen and (max-width:1279px){.complex__price-right{width:calc(50% - 16px)}}@media screen and (max-width:640px){.complex__price-right{margin:0 0 15px;width:100%}}.complex__price-value{font-weight:700;font-size:25px;line-height:30px}@media screen and (max-width:640px){.complex__price-value{-webkit-font-smoothing:antialiased;font-size:21px;line-height:24px;margin-top:4px;white-space:nowrap}}@media screen and (max-width:1599px){.complex__price{border-top:none}}.complex__additional{border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:640px){.complex__additional{border-bottom:none}}.complex__additional-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-top:16px}@media screen and (max-width:1600px){.complex__additional-row{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__additional-row{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__additional-row{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__additional-row{margin-left:0;margin-right:0}}.complex__additional-col{margin-left:15px;margin-right:15px;margin-bottom:24px}@media screen and (max-width:1600px){.complex__additional-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__additional-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__additional-col{margin-left:5px;margin-right:5px}}.complex__additional-item:nth-child(odd){width:calc(41.66667% - 30px)}@media screen and (max-width:1599px){.complex__additional-item:nth-child(odd){width:calc(41.66667% - 22px)}}@media screen and (max-width:1279px){.complex__additional-item:nth-child(odd){width:calc(50% - 16px)}}@media screen and (max-width:640px){.complex__additional-item:nth-child(odd){margin-left:0;margin-right:0;padding-right:5px;width:50%}}.complex__additional-item:nth-child(2n){width:calc(58.33333% - 30px)}@media screen and (max-width:1599px){.complex__additional-item:nth-child(2n){width:calc(58.33333% - 22px)}}@media screen and (max-width:640px){.complex__additional-item:nth-child(2n){margin-left:0;margin-right:0;width:50%}}.complex__additional-full{width:calc(100% - 30px)}@media screen and (max-width:1599px){.complex__additional-full{width:calc(100% - 22px)}}@media screen and (max-width:1279px){.complex__additional-full{width:calc(100% - 16px)}}.complex__actions{margin-top:24px;display:flex;align-items:center;margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.complex__actions{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__actions{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__actions{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__actions .button__files{padding:22px 36px}}@media screen and (max-width:1279px){.complex__actions .button__files{padding:22px 48px}}.complex__actions a{color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit;color:#8f95ac}.complex__actions a:hover{color:#cf2d23}@media screen and (min-width:1280px){.complex__actions{margin-left:0;margin-right:0}}@media screen and (max-width:1279px){.complex__actions{width:calc(25% - 16px);margin-left:calc(8.33333% + 8px);flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:0}}@media screen and (max-width:640px){.complex__actions{align-items:center;border-top:1px solid rgba(143,149,172,.2);margin:0 5px;padding-top:20px;flex-direction:row;width:100%}}@media screen and (min-width:1280px){.complex__actions-item+.complex__actions-item{margin-left:20px}.complex__actions-item:last-child{margin-left:auto}}.complex__actions-item_basis_0{flex-basis:0}.complex__actions-item_basis_0+.complex__actions-item_basis_0{margin-left:30px}@media screen and (max-width:1279px){.complex__actions-item_basis_0+.complex__actions-item_basis_0{margin-left:0}}@media screen and (max-width:1279px){.complex__actions-item{margin-bottom:30px;margin-left:0}}@media screen and (max-width:640px){.complex__actions-item.is-fav{display:flex;margin:0;width:31%}.complex__actions-item.is-fav .fav-attach{margin-left:5px}}@media screen and (max-width:640px){.complex__actions-item+.complex__actions-item{margin-left:25px}}@media screen and (max-width:1279px){.text__col{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}}@media screen and (max-width:1279px) and (max-width:1600px){.text__col{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1279px) and (max-width:1280px){.text__col{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:1279px) and (max-width:768px){.text__col{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:1279px) and (max-width:767px){.text__col{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.text__col{box-sizing:border-box;width:100%}}@media screen and (max-width:1279px){.complex__bottom{margin-left:15px;margin-right:15px;width:calc(66.66667% - 16px)}}@media screen and (max-width:1279px) and (max-width:1600px){.complex__bottom{margin-left:11px;margin-right:11px}}@media screen and (max-width:1279px) and (max-width:1280px){.complex__bottom{margin-left:8px;margin-right:8px}}@media screen and (max-width:1279px) and (max-width:768px){.complex__bottom{margin-left:5px;margin-right:5px}}@media screen and (max-width:640px){.complex__bottom{width:100%}}.complex__slider{width:100%;position:relative;overflow:hidden;border-radius:5px}@media screen and (max-width:767px){.complex__slider{border-radius:0;overflow:visible}}.complex__slider-info{background-color:rgba(143,149,172,.1);border-radius:15px;bottom:-40px;color:#8f95ac;height:28px;padding:0 12px;right:11px}.complex__slider-info,.complex__slider-magnifier{align-items:center;display:flex;position:absolute}.complex__slider-magnifier{right:65px;bottom:40px;width:34px;height:34px;border-radius:50%;background-color:#1e2030;cursor:pointer;justify-content:center}.complex__slider-magnifier .icon{fill:#8f95ac}.complex__slider-tab{display:none;justify-content:center}.complex__slider-tab.active{display:flex}.complex__slider-preview{position:absolute;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;justify-content:center}@media screen and (max-width:640px){.complex__slider-preview{bottom:-30px}}.complex__slider-thumbnails{list-style:none;padding-left:0;display:flex}.complex__slider-thumbnails_item{border-radius:5px;overflow:hidden;display:flex;width:90px;height:60px;cursor:pointer;outline:none;border:2px solid transparent;background-color:#2c2e3e}.complex__slider-thumbnails_item+.complex__slider-thumbnails_item{margin-left:12px}.complex__slider-thumbnails_item.tns-nav-active,.complex__slider-thumbnails_item:hover{border-color:#fff}.complex__slider-thumbnails_item img{height:60px;object-fit:cover;margin:0 auto}@media screen and (max-width:640px){.complex__slider-thumbnails_item{background-color:rgba(143,149,172,.3);border-radius:3px;border:none;flex-shrink:0;height:6px;width:6px}.complex__slider-thumbnails_item.tns-nav-active,.complex__slider-thumbnails_item:hover{background-color:#8f95ac;border:none}}.complex__slider-controls{position:absolute;top:50%;margin-top:-22px;width:100%;list-style:none;padding-left:0}@media screen and (max-width:640px){.complex__slider-controls{display:none}}.complex__slider-controls li{width:44px;height:44px;background-color:#f6f7f8;position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer}.complex__slider-controls li .icon{width:6px;height:12px;stroke:#8f95ac;transition:all .3s}.complex__slider-controls li:hover .icon{stroke:#1e2030}.complex__slider-controls li.prev{left:22px}.complex__slider-controls li.next{right:22px}.complex__slider-item{cursor:pointer}.complex__slider-item img{height:600px;object-fit:cover;margin:0 auto}@media screen and (max-width:1599px){.complex__slider-item img{height:530px}}@media screen and (max-width:767px){.complex__slider-item img{height:256px}}.complex__slider .tns-liveregion{display:none}.for-suburbans #complex-slider-controls-complex li.next{right:-20px}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='264' height='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5zM13 29v-5h2v3h3v2h-5zm0-14h5v2h-3v3h-2v-5zm18 0v5h-2v-3h-3v-2h5zm0 14h-5v-2h3v-3h2v5zM62 24v5h-2v-3h-3v-2h5zm0-4h-5v-2h3v-3h2v5zm8 0v-5h2v3h3v2h-5zm0 4h5v2h-3v3h-2v-5zM20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66zM111.785 65.03L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03zM152.215 65.03L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03zM160.957 28.543l-3.25-3.25-1.413 1.414 3.25 3.25z' fill='%23fff'/%3E%3Cpath d='M152.5 27a5.5 5.5 0 100-11 5.5 5.5 0 100 11z' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath fill='%23fff' d='M150 21h5v1h-5z'/%3E%3Cg%3E%3Cpath d='M116.957 28.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z' fill='%23fff'/%3E%3Cpath d='M108.5 27a5.5 5.5 0 100-11 5.5 5.5 0 100 11z' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath fill='%23fff' d='M106 21h5v1h-5z'/%3E%3Cpath fill='%23fff' d='M109.043 19.008l-.085 5-1-.017.085-5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")!important}.pswp__button--arrow--left,.pswp__button--arrow--right{background-image:none!important}.complex__main{margin-top:16px;margin-bottom:30px}@media screen and (max-width:1279px){.complex__main{margin-bottom:0}}@media screen and (max-width:1279px){.complex__info-main{margin-top:35px;margin-bottom:0}}@media screen and (max-width:640px){.complex__info-main{margin:0 12px 0 8px}}.section__news{margin-top:60px}@media screen and (max-width:1599px){.section__news{margin-top:46px}}@media screen and (max-width:1279px){.section__news{margin-top:42px}}@media screen and (max-width:640px){.section__news{margin-top:0}}.complex__news{margin-top:35px;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.complex__news{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__news{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__news{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__news{margin-left:0;margin-right:0}}@media screen and (max-width:1599px){.complex__news{margin-top:26px}}@media screen and (max-width:1279px){.complex__news{margin-top:40px}}@media screen and (max-width:640px){.complex__news{margin-top:0}}.complex__news-item{margin-left:15px;margin-right:15px;width:calc(50% - 30px);border-radius:4px;background:rgba(143,149,172,.08);padding:60px 40px 30px 60px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:background .15s ease-in-out}@media screen and (max-width:1600px){.complex__news-item{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__news-item{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__news-item{margin-left:5px;margin-right:5px}}.complex__news-item:hover{background-color:rgba(143,149,172,.15)}@media screen and (max-width:1599px){.complex__news-item{width:calc(50% - 22px);padding:50px 40px 30px}}@media screen and (max-width:1279px){.complex__news-item{width:calc(50% - 16px);padding:50px 36px}}@media screen and (max-width:767px){.complex__news-item{width:calc(100% - 10px);margin-bottom:10px}.complex__news-item:last-of-type{margin-bottom:0}}@media screen and (max-width:640px){.complex__news-item{padding-left:20px;padding-right:20px}}.complex__news-date{line-height:18px;color:#8f95ac;margin-bottom:16px}.complex__news-title{line-height:28px;font-size:25px;margin-bottom:16px;font-weight:700}.complex__news-title a{color:#1e2030;text-decoration:none}.complex__news-desc{line-height:21px;padding-right:80px;margin-bottom:20px}@media screen and (max-width:1599px){.complex__news-desc{padding-right:0}}.complex__news-badges{list-style:none;padding-left:0;display:flex}.complex__news-badge{margin-right:15px;border:1px solid rgba(143,149,172,.3);border-radius:3px;padding:6px 12px;color:#8f95ac}.complex__news-badge:last-of-type{margin-right:0}.section__another{margin-top:80px;padding:60px 0 70px}@media screen and (max-width:1599px){.section__another{padding:50px 0 70px;padding:40px 0 70px}}@media screen and (max-width:640px){.section__another{padding-top:0;margin:0 10px}}.section__another .block__title-nav{margin-left:20px}@media screen and (max-width:1599px){.section__another .block__title-navs{height:45px}}.complex__blocks{margin-top:55px}@media screen and (max-width:1599px){.complex__blocks{margin-top:40px}}@media screen and (max-width:1279px){.complex__blocks{margin-top:35px}}@media screen and (max-width:640px){.complex__blocks .section__grid-col{margin-right:0}.complex__blocks .section__grid-col.tns-slide-active{visibility:visible;margin-left:-20px;padding-left:20px}.complex__blocks .section__grid-col.tns-slide-active:last-child{padding-left:0}.complex__blocks .section__grid-col.tns-slide-active~.section__grid-col{visibility:visible}.complex__blocks .tns-inner{margin-right:-10px!important;overflow:hidden;padding-right:10px}}.complex__subscribe{margin-top:60px;background:#2c2e3e;border-radius:4px;padding:30px 50px}.complex__subscribe-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.complex__subscribe-row{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__subscribe-row{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__subscribe-row{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__subscribe-row{margin-left:0;margin-right:0}}@media screen and (max-width:1599px){.complex__subscribe{padding:30px 35px}}@media screen and (max-width:1279px){.complex__subscribe{padding:30px 38px;margin-top:30px}}.complex__subscribe-col{margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1600px){.complex__subscribe-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__subscribe-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__subscribe-col{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__subscribe-col{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.complex__subscribe-col.subscribe__text{width:calc(41.66667% - 16px)}}@media screen and (max-width:767px){.complex__subscribe-col.subscribe__text{width:calc(100% - 10px);margin-bottom:10px}}@media screen and (max-width:1279px){.complex__subscribe-col.subscribe__form{width:calc(58.33333% - 16px)}}@media screen and (max-width:767px){.complex__subscribe-col.subscribe__form{width:calc(100% - 10px)}}.complex__subscribe-col .input_type_subscribe{width:100%;min-width:100%}.complex__subscribe-col .input__control{border-radius:4px}.complex__subscribe-text{color:#fff;font-size:25px;line-height:28px;font-weight:700;padding-right:100px}@media screen and (max-width:1599px){.complex__subscribe-text{font-size:20px;line-height:24px;padding-right:80px}}@media screen and (max-width:1279px){.complex__subscribe-text{padding-right:0}}.complex__subscribe-check{padding-left:20px}@media screen and (max-width:1599px){.complex__subscribe-check{padding-left:0}}.section__promo{margin-top:115px}@media screen and (max-width:1599px){.section__promo{margin-top:66px}}@media screen and (max-width:1279px){.section__promo{margin-top:55px}}.complex__promo{margin-top:56px}@media screen and (max-width:1279px){.complex__promo{margin-top:40px}}.complex__promo-wrapper{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.complex__promo-wrapper{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.complex__promo-wrapper{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.complex__promo-wrapper{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.complex__promo-wrapper{margin-left:0;margin-right:0;flex-direction:column}}.complex__promo-left{margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1600px){.complex__promo-left{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__promo-left{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__promo-left{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__promo-left{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.complex__promo-left{width:calc(58.33333% - 16px)}}@media screen and (max-width:767px){.complex__promo-left{width:calc(100% - 10px)}}.complex__promo-right{margin-left:15px;margin-right:15px;width:calc(50% - 30px);display:flex}@media screen and (max-width:1600px){.complex__promo-right{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.complex__promo-right{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.complex__promo-right{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.complex__promo-right{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.complex__promo-right{width:calc(41.66667% - 16px)}}@media screen and (max-width:767px){.complex__promo-right{width:calc(100% - 10px)}}.complex__promo-right .complex__promo-item{flex:1 1;color:#fff}.complex__promo-right .complex__promo-item:after{position:absolute;display:block;content:"";height:400px;bottom:0;width:100%;background-image:linear-gradient(180deg,transparent 0,rgba(44,46,62,.8))}.complex__promo-right .complex__promo-item:hover .complex__promo-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.complex__promo-right .complex__promo-image{position:absolute;width:100%;height:100%;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.complex__promo-right .complex__promo-title a{color:#fff;text-decoration:none}.complex__promo-right .complex__promo-content{z-index:1;display:flex;flex-direction:column;align-self:flex-end;padding:24px 70px}@media screen and (max-width:1599px){.complex__promo-right .complex__promo-content{padding:24px 45px;padding:24px 30px 16px 35px}}.complex__promo-right .complex__promo-desc{color:#fff;margin-bottom:25px}.complex__promo-right .complex__promo-badge{color:#fff}.complex__promo-image{width:220px;border-radius:3px;overflow:hidden;display:flex;flex-shrink:0}.complex__promo-image img{min-width:100%;height:auto;min-height:100%}@media screen and (max-width:1599px){.complex__promo-image{width:180px}}@media screen and (max-width:1279px){.complex__promo-image{width:170px}}.complex__promo-item{display:flex;position:relative;border-radius:3px;overflow:hidden;background:rgba(143,149,172,.08);margin-bottom:25px;cursor:pointer;transition:background .15s ease-in-out}.complex__promo-item:hover{background-color:rgba(143,149,172,.15)}.complex__promo-content{padding:35px 35px 30px 45px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1599px){.complex__promo-content{padding:24px}}@media screen and (max-width:1279px){.complex__promo-content{padding-bottom:16px}}.complex__promo-title{margin-bottom:16px}.complex__promo-title a{color:#1e2030;text-decoration:none}.complex__promo-desc{color:#2c2e3e;margin-bottom:15px}.complex__promo-badges{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;margin:0}.complex__promo-badge{border:1px solid rgba(143,149,172,.3);border-radius:3px;padding:6px 12px;margin-top:12px;color:#8f95ac}.section__calc{padding:55px 0 100px;margin-top:120px}@media screen and (max-width:1599px){.section__calc{margin-top:90px;padding:55px 0 80px}}@media screen and (max-width:1279px){.section__calc{margin-top:44px;padding:44px 0}}.calc__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.calc__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.calc__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.calc__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.calc__grid{margin-left:0;margin-right:0}}@media screen and (max-width:1279px){.calc__grid{flex-direction:column}}.calc__col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.calc__col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.calc__col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.calc__col{margin-left:5px;margin-right:5px}}.calc__form{width:calc(75% - 30px)}@media screen and (max-width:1599px){.calc__form{width:calc(66.66667% - 22px)}}@media screen and (max-width:1279px){.calc__form{width:calc(100% - 16px)}}.calc__manager{width:calc(25% - 30px)}@media screen and (max-width:1599px){.calc__manager{width:calc(33.33333% - 22px)}}@media screen and (max-width:1279px){.calc__manager{width:calc(100% - 16px)}}.infrastructure{margin-top:60px;margin-bottom:60px}.infrastructure .block__title{margin-bottom:35px}.infrastructure__map{height:404px;margin-bottom:50px}.infrastructure__items{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;margin:0 -15px}.infrastructure__item{display:flex;align-items:center;flex:0 1 25%;margin-bottom:20px;padding:0 15px;white-space:nowrap}@media screen and (max-width:1599px){.infrastructure__item{flex:0 1 30%}}.infrastructure__item .icon{width:28px;height:20px;fill:none;stroke:#8f95ac;margin-left:10px;flex-shrink:0}.personal__header{display:flex;justify-content:space-between;padding:32px 0}.personal__header .h4{white-space:nowrap}.personal__search{display:flex;align-items:center;margin-right:20px}.personal__search .input_type_search{width:29px;height:29px;background:#ff2d23;border-radius:50%;margin-left:8px;cursor:pointer}.personal__search .input_type_search>.input__control{position:absolute;left:0;top:0;bottom:0;margin:auto 0;height:50px;padding:16px 24px 16px 36px;border-radius:4px;box-shadow:0 3px 10px rgba(143,149,172,.2);opacity:0;z-index:-1;transition:all .15s ease-in-out}.personal__search .input_type_search>.icon_search_lk{position:absolute;left:9px;top:0;bottom:0;margin:auto 0;width:11px;height:11px;fill:#fff;-webkit-transform:none;transform:none;z-index:15}.personal__search .input_type_search .input__control:focus{opacity:1;z-index:15;width:550px}.personal__search .input_type_search .input__control:focus+.icon_search_lk{fill:#8f95ac;left:11px}.personal__nav{display:flex}.personal__nav-list{list-style:none;padding-left:0;margin:0;display:flex;justify-content:space-between;flex-grow:1}@media screen and (max-width:1599px){.personal__nav-list{justify-content:flex-end}}@media screen and (max-width:1279px){.personal__nav-list{height:28px;overflow:hidden;flex-wrap:wrap}}.personal__nav-item .icon{width:16px;height:16px;margin-right:5px}@media screen and (max-width:1599px){.personal__nav-item.is-hidden-md{display:none}}@media screen and (max-width:1279px){.personal__nav-item.is-hidden-sm{display:none}}.personal__nav-link{border-radius:4px;padding:5px 18px;font-size:12px;line-height:18px;text-transform:uppercase;color:#2c2e3e;font-weight:600;display:flex;align-items:center;text-decoration:none;border-radius:15px;white-space:nowrap}.personal__nav-link.active,.personal__nav-link:hover{background:rgba(44,46,62,.1)}@media screen and (max-width:1599px){.personal__nav-link{padding-left:14px;padding-right:14px}}@media screen and (max-width:1279px){.personal__nav-link{padding-left:10px;padding-right:10px}}.personal__nav-more{position:relative;margin-left:10px}.personal__nav-more .form__item{height:auto;margin:0}.personal__nav-more .form__item .form__drop.is-showing .icon{-webkit-transform:none;transform:none}.personal__nav-more .form__drop-content{min-width:auto;padding:30px 36px}.personal__nav-more .is-showing button,.personal__nav-more:hover button{background:#ff2d23;color:#fff}.personal__nav-more .is-showing button .icon,.personal__nav-more:hover button .icon{stroke:#fff}.personal__nav-more .is-showing button{border-radius:4px 4px 0 0}.personal__nav-button .form__drop-btn{border-radius:4px;padding:5px 18px;font-size:12px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#2c2e3e;font-weight:600;background:rgba(44,46,62,.1)}.personal__nav-button .form__drop-btn .icon{margin-right:0;margin-left:4px;width:7px;height:7px}.personal__nav-button .form__drop-name{max-width:none}.personal__nav-button .icon{-webkit-transform:none;transform:none}.personal__nav-hide{display:none;position:absolute;right:0;border-radius:4px;padding:20px 30px;box-shadow:0 2px 10px 0 rgba(44,46,62,.2);background:#fff;z-index:20}.personal__hide-list{list-style:none;padding-left:0;display:flex;flex-direction:column}.personal__hide-item{padding:4px 6px;border-radius:4px;cursor:pointer;transition:background 0 ease-in-out .15s;white-space:nowrap}.personal__hide-item:hover{background-color:rgba(143,149,172,.1)}.personal__hide-item+.personal__hide-item{margin-top:6px}.personal__hide-item .icon{width:16px;height:16px;margin-right:5px}.personal__hide-devide{border-bottom:1px solid rgba(44,46,62,.1)}.personal__hide-link{padding:5px 0;font-size:12px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#2c2e3e;font-weight:600;display:flex;align-items:center;text-decoration:none}.personal__hide-badge{width:18px;height:18px;background:#ff2d23;color:#fff;border-radius:18px;font-size:12px;font-weight:300;text-align:center;margin-left:10px;line-height:18px}.orders{padding-bottom:25px}@media screen and (max-width:1599px){.orders .label-item{white-space:nowrap}}@media screen and (max-width:1279px){.orders .label-item{white-space:normal}}@media screen and (max-width:1599px){.orders .is-hidden-md{display:none}}@media screen and (max-width:1279px){.orders .is-hidden-sm{display:none}}.orders__header{position:relative;display:flex}.orders__title{display:flex;align-items:center;margin-bottom:25px}.orders__switcher{position:absolute;left:0;right:0;margin:0 auto}.orders__filter{padding:20px;background:rgba(143,149,172,.08);border-radius:5px;display:flex;position:relative}@media screen and (max-width:1279px){.orders__filter{margin-left:-20px;margin-right:-20px}}.orders__filter-grid{display:flex;align-items:center;justify-content:space-between;flex:1 1}.orders__filter-col{flex:1 1 150px}.orders__filter-col+.orders__filter-col{margin-left:12px}.orders__filter-col .form__item{margin-bottom:0;margin-left:0}.orders__filter-col_2x{flex:2 1 300px}.orders__filter-button{margin-left:30px;border-radius:5px;padding:16px 24px;border:1px solid #e9eaeb}@media screen and (max-width:1280px){.orders__filter-button{padding:10px;border:0}}.orders__filter-mobile{display:none;justify-content:center;margin-bottom:40px}@media screen and (max-width:1279px){.orders__filter-mobile{display:flex}}.orders__filter-search{flex-basis:25%}.orders__filter-search .input_type_search .input__control{height:50px;border-radius:4px;background-color:#fff;color:#1e2030}.orders .index-search__filter-inc{padding-left:0;border:none}.orders .index-search__filter-inc:after{display:none}.orders__content{margin-top:25px}.orders__table-client{font-weight:700}@media screen and (max-width:1599px){.orders__table-client{display:inline-block;width:120px}}.orders__table-link{color:#2c2e3e;text-decoration:none;transition:color .15s ease}.orders__table-link .icon{display:inline-block;stroke:#ff2d23;opacity:0;width:12px;height:12px;transition:opacity .15s ease}.orders__table-link:hover{color:#ff2d23}.orders__table-link:hover .icon{opacity:1;stroke:#ff2d23}@media screen and (max-width:1279px){.orders__table-link .icon{opacity:1;stroke:#8f95ac}}.orders__table-object{min-width:130px;margin-bottom:10px}@media screen and (max-width:1279px){.orders__table-object{width:130px}}.orders__table-label{color:#8f95ac;text-decoration:none;transition:color .15s ease}.orders__table-label:hover{color:#ff2d23}@media screen and (max-width:1599px){.orders__table-payment{width:130px}}.orders__table tbody tr.disabled{color:rgba(143,149,172,.3);cursor:default}.orders__table tbody tr.disabled .orders__table-label,.orders__table tbody tr.disabled .orders__table-link{color:inherit;pointer-events:none}@media screen and (min-width:1600px){.orders .label-item{white-space:nowrap}}.table td.nowrap,.table th.nowrap{white-space:nowrap}@media screen and (max-width:640px){.orders__content.for-agents{margin:0 10px}.orders__content.for-agents .flats__row-table .ant-table-cell:first-child{padding-left:10px}.orders__content.for-agents .flats__row-table-expanded-column .lk-presentation__clients .flats__row-table-expanded-title{width:130px}.orders__content.for-agents .select.select_type_table .custom-select .custom-select__selected{padding:0}.orders__content.for-agents .icon.icon_external-link{display:none}.orders__content.for-agents .lk-presentation__clients .select_type_table .custom-select{min-width:120px}.orders__content.for-agents .custom-select__option{padding:2px 4px}.orders__content.for-agents .orders__table-link.orders__table-client{white-space:normal}.orders__content.for-agents .label-item{text-align:center}}.no-header-profile{padding-top:35px}@media screen and (max-width:767px){.no-header-profile{padding-top:0}}.lk-order{padding:30px 0 135px}@media screen and (max-width:1599px){.lk-order{padding:30px 0 105px}}@media screen and (max-width:1279px){.lk-order{padding:30px 0 60px}}.lk-order__header{margin-bottom:50px}.lk-order__label{font-size:14px;line-height:21px;color:#8f95ac;margin-bottom:20px}@media screen and (max-width:1279px){.lk-order__label{margin-top:5px}}.lk-order__details{margin-bottom:55px}.lk-order__details-row+.lk-order__details-row{margin-top:60px}@media screen and (max-width:1599px){.lk-order__details-row+.lk-order__details-row{margin-top:40px}}@media screen and (max-width:1279px){.lk-order__details-row+.lk-order__details-row{margin-top:20px}}.lk-order__details-col{width:calc(16.66667% - 30px)}@media screen and (max-width:1599px){.lk-order__details-col{width:calc(16.66667% - 22px)}}@media screen and (max-width:1279px){.lk-order__details-col{width:calc(25% - 16px)}}.lk-order__details-col:first-child{display:flex;width:calc(33.33333% - 30px)}@media screen and (max-width:1279px){.lk-order__details-col:first-child{width:calc(29.16667% - 16px)}}.lk-order__details-col__icon{margin-right:35px}@media screen and (max-width:1279px){.lk-order__details-col__icon{margin-right:20px}}.lk-order__details-prices{width:calc(33.33333% - 30px)}@media screen and (max-width:1599px){.lk-order__details-prices{width:calc(33.33333% - 22px)}}@media screen and (max-width:1279px){.lk-order__details-prices{width:calc(20.83333% - 16px)}}.lk-order__details-prices__item{flex-grow:1}@media screen and (max-width:1279px){.lk-order__details-prices__item{width:100%}}.lk-order__details-prices_light.h3{font-weight:300}.lk-order__details-form{width:calc(50% - 30px)}@media screen and (max-width:1599px){.lk-order__details-form{width:calc(50% - 22px)}}@media screen and (max-width:1279px){.lk-order__details-form{width:calc(45.83333% - 16px)}}.lk-order__details-client_contacts .lk-order__contacts-link{margin-right:30px}.lk-order__details-docs{margin-top:30px}.lk-order__details-docs__item{display:flex}.lk-order__details-docs__item-icon{margin-right:10px}.lk-order__details-docs__item-name{font-weight:700}.lk-order__details-docs__item-delete{cursor:pointer;transition:color .15s ease-in-out}.lk-order__details-docs__item-delete:hover{color:#ff2d23}.lk-order__footer-body{padding:80px 125px 0}@media screen and (max-width:1279px){.lk-order__footer-body{padding:35px 0 0;box-sizing:initial;border-radius:0}}.lk-order__agent-title{margin-bottom:20px}.lk-order__agent-card{display:flex;padding:40px 45px;border:1px solid rgba(143,149,172,.2);border-radius:5px}.lk-order__agent-card__contacts{flex-grow:1;display:flex;align-items:center;justify-content:space-around;padding:0 60px}@media screen and (max-width:1279px){.lk-order__agent-card__contacts{padding:0;flex-grow:0;margin-left:auto}.lk-order__agent-card__contacts .lk-order__contacts-link+.lk-order__contacts-link{margin-left:30px}}.lk-order__managers{display:flex;flex-wrap:wrap;margin-top:80px}@media screen and (max-width:1599px){.lk-order__managers{margin-top:50px}}.lk-order__manager{width:calc(50% - 10px)}.lk-order__manager:nth-child(n+3){margin-top:40px}.lk-order__manager:nth-child(2n){margin-left:20px}.lk-order__manager-title{margin-bottom:25px}.lk-order__manager-card{display:flex;padding:27px 32px;border:1px solid rgba(143,149,172,.2);border-radius:5px}.lk-order__manager-card__photo{margin-right:30px}@media screen and (max-width:1279px){.lk-order__manager-card{padding:20px}.lk-order__manager-card__photo{margin-right:20px}}.lk-order__manager-contacts .lk-order__contacts-link{margin-right:60px}@media screen and (max-width:1599px){.lk-order__manager-contacts .lk-order__contacts-link{margin-right:20px}}@media screen and (max-width:1279px){.lk-order__manager-contacts .lk-order__contacts-link{margin-right:20px}}.lk-order__contacts-link{display:inline-block;font-size:14px;line-height:22px;color:#2c2e3e;text-decoration:none;transition:color .15s ease-in-out}.lk-order__contacts-link:hover{color:#ff2d23}@media screen and (max-width:640px){.requests-complex{white-space:normal}}@media screen and (max-width:374px){.requests-complex{max-width:100px}}@media screen and (max-width:640px){.requests-manager{white-space:normal}}.order-history__body{width:100%;background-color:#2c2e3e;border-radius:5px;padding:60px 125px;color:#fff}@media screen and (max-width:1279px){.order-history__body{margin-left:-20px;margin-right:-20px;padding:35px 20px;box-sizing:initial;border-radius:0}}.order-history__title{margin-bottom:40px}.order-history_mobile{position:relative}@media screen and (min-width:1279px){.order-history_mobile{display:none}}.order-history_mobile .order-history__step:last-child{width:219px;flex-grow:0}@media screen and (max-width:1279px){.order-history_pc{display:none}}.order-history_pc .order-history__advanced-hint{width:455px;right:121px;top:-45px}.order-history_pc .order-history__advanced-hint__bracket{height:20px;margin-left:7px}@media screen and (max-width:1599px){.order-history_pc .order-history__advanced-hint{width:348px}}@media screen and (max-width:1330px){.order-history_pc .order-history__advanced-hint{width:342px}}.order-history__advanced-hint{position:absolute;width:calc(100% - 195px);top:-35px}.order-history__advanced-hint__title{font-size:14px;line-height:18px;color:rgba(143,149,172,.5);text-align:center}.order-history__advanced-hint__bracket{position:relative;width:calc(100% - 14px);height:18px;margin-left:3px;margin-top:10px;border:1px solid rgba(143,149,172,.5);border-bottom:none;border-radius:15px 15px 0 0}.order-history__advanced-hint__bracket:before{content:"";display:block;position:absolute;top:-5px;left:0;right:0;margin:0 auto;background-color:#2c2e3e;width:10px;height:10px;border-top:1px solid rgba(143,149,172,.5);border-right:1px solid rgba(143,149,172,.5);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.order-history__steps{position:relative;display:flex;justify-content:space-between;width:100%}.order-history__steps.second{margin-top:50px}.order-history__steps-line{position:absolute;height:1px;top:51px;background-color:#8f95ac;width:calc(100% - 133px)}@media screen and (max-width:1279px){.order-history__steps-line{width:calc(100% - 108px)}.order-history__steps-line.advanced{width:calc(100% - 198px)}}.order-history__steps-line_bracket{position:absolute;top:51px;right:0;width:198px;height:193px;border:1px solid #8f95ac;border-left:none;border-radius:0 54px 54px 0}.order-history__steps-line_bracket.active{border-color:#ff2d23}@media screen and (min-width:1279px){.order-history__steps-line_bracket{display:none}}.order-history__step+.order-history__step{margin-left:40px}.order-history__step{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:140px;flex-grow:1;padding-top:75px}.order-history__step.short,.order-history__step:last-child{width:140px;flex-grow:0;flex-shrink:0}@media screen and (max-width:1279px){.order-history__step:last-child{flex-grow:1}.order-history__step.short{width:115px;flex-grow:0}}.order-history__step-date{position:absolute;top:10px;left:0}@media screen and (max-width:1279px){.order-history__step-date{top:15px}}.order-history__step-point{position:absolute;top:38px;left:-7px;width:14px;height:14px;border:7px solid #2c2e3e;border-radius:50%;background-color:#8f95ac;box-sizing:initial}.order-history__step-point.active{background-color:#ff2d23}.order-history__step-point .icon_flag{position:absolute;left:50%;top:-32px;-webkit-transform:translate(calc(-100% + 1px));transform:translate(calc(-100% + 1px))}@media screen and (max-width:1279px){.order-history__step-point .icon_flag{top:-25px}}.order-history__step-name{margin-bottom:20px;font-weight:700;font-size:12px;line-height:1.5;letter-spacing:.3px;text-transform:uppercase}.order-history__step-comments{display:flex;align-items:center;width:90px;padding:7px 14px;background-color:rgba(143,149,172,.3);border-radius:15px;font-size:12px;cursor:pointer;transition:background-color .15s ease-in-out}.order-history__step-comments.active,.order-history__step-comments:hover{background-color:#ff2d23}.order-history__step-comments.active .icon_arrow-bottom{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.order-history__step-comments .icon_comment{margin-right:8px}.order-history__step-comments .icon_arrow-bottom{margin-left:auto;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.order-comments{display:none}.order-comments.show{display:block}.order-comments__body{padding:32px 125px 80px;margin-left:125px;margin-right:125px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.order-comments__body{padding-left:205px;padding-right:205px;margin-left:0;margin-right:0}}@media screen and (max-width:1279px){.order-comments__body{padding-left:60px;padding-right:60px;padding-bottom:30px;border-bottom:none}}.order-comments__header{display:flex;align-items:center}@media screen and (max-width:1279px){.order-comments__header{align-items:flex-start}}.order-comments__header-content{display:flex;align-items:center;justify-content:space-between;flex-grow:1}@media screen and (max-width:1279px){.order-comments__header-content{flex-direction:column;align-items:flex-start}}.order-comments__step-name{width:300px}.order-comments__leave-comment{padding:16px 25px;text-decoration:none}@media screen and (max-width:1279px){.order-comments__leave-comment{margin-top:20px}}.order-comments__hide{display:flex;align-items:center;margin-left:40px;color:#8f95ac;cursor:pointer;transition:color .15s ease-in-out}.order-comments__hide:hover{color:#ff2d23}.order-comments__hide-label{font-size:14px;line-height:21px}.order-comments__hide-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background-color:rgba(143,149,172,.1);margin-left:12px}.order-comments__hide-icon .icon_arrow_up{width:9px;height:4px;-webkit-transform-origin:4.5px 2.5px;transform-origin:4.5px 2.5px;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.order-comments__section{width:calc(75% - 30px);margin-top:60px}@media screen and (max-width:1599px){.order-comments__section{width:calc(83.33333% - 22px)}}@media screen and (max-width:1279px){.order-comments__section{width:calc(100% - 16px);margin-top:35px}}.order-comments__form{position:relative;display:flex;align-items:flex-start;flex-direction:column;margin-top:70px}.order-comments__form #form-commentary-anchor{position:absolute;top:-150px;opacity:0;z-index:-1}.order-comments__form-title{margin-bottom:35px}.order-comments__form-input{width:100%;height:165px;border:1px solid rgba(143,149,172,.2);border-radius:4px;padding:22px 28px;font-size:14px;line-height:18px;color:#8f95ac;resize:none;outline:none;transition:border .15s ease-in-out}.order-comments__form-input::-webkit-input-placeholder{color:inherit}.order-comments__form-input::placeholder{color:inherit}.order-comments__form-input:hover{border-color:rgba(143,149,172,.6)}.order-comments__form-input:focus{border-color:#8f95ac}.order-comments__form-submit{padding:17px 32px;margin-top:25px}.banners{margin-top:auto}@media screen and (max-width:767px){.banners{margin-top:0}}.banners__grid{display:flex;flex-wrap:nowrap;width:calc(83.33333% - 30px);margin-left:calc(8.33333% + 15px);margin-right:calc(8.33333% + 15px);border-radius:5px;border:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.banners__grid{width:calc(100% - 30px);margin-left:15px;margin-right:15px}}@media screen and (max-width:767px){.banners__grid{flex-direction:column;margin:0;padding:0 10px;width:100%;border:none}}.banners__grid-col{flex-grow:1;min-width:32%}.banners__grid-col+.banners__grid-col{margin-left:13px}@media screen and (max-width:767px){.banners__grid-col+.banners__grid-col{margin-left:0;margin-top:15px}}.banners__grid-col:last-of-type .banner-card:after{display:none}@media screen and (max-width:767px){.banners__grid-col{min-width:100%;border:1px solid rgba(143,149,172,.2);border-radius:5px}}@media (max-width:1279px){.banners__grid-col,.banners__grid-col a{display:flex;flex-direction:column}.banners__grid-col a{height:100%}}.banners .banner-card{position:relative;display:flex;align-items:center;padding:15px 30px;border-radius:5px;color:#1e2030;cursor:pointer;overflow:hidden}.banners .banner-card:after{content:"";position:absolute;right:0;top:8px;bottom:8px;width:1px;background:rgba(143,149,172,.2)}@media screen and (max-width:767px){.banners .banner-card:after{display:none}}@media screen and (max-width:1279px){.banners .banner-card{align-items:flex-start;flex-direction:column;height:100%;padding:15px 20px}}@media screen and (max-width:767px){.banners .banner-card{flex-direction:row;padding:0 18px}}@media screen and (max-width:767px){.banners .banner-card__description{font-size:14px;line-height:20px;padding-right:0}}.banners .banner-card__name{font-weight:700;margin-bottom:7px}.banners .banner-card__name_new{display:flex;position:relative}.banners .banner-card__name_new:after{content:"New";position:absolute;right:-25px;display:flex;justify-content:center;align-items:center;width:42px;height:28px;background:#ff2d23;border-radius:5px;font-size:14px;line-height:18px;font-weight:400;color:#fff}@media (max-width:1330px){.banners .banner-card__name_new:after{right:-35px}}@media (max-width:1279px){.banners .banner-card__name_new:after{right:0}}@media screen and (max-width:767px){.banners .banner-card__name_new:after{font-size:12px;height:24px;line-height:18px;top:-3px;left:150px;width:37px}}.banners .banner-card__icon{transition:opacity .15s ease-in-out}@media screen and (max-width:767px){.banners .banner-card__icon{margin-right:20px}}.banners .banner-card__icon .icon{width:75px;height:85px;padding-top:15px}@media screen and (max-width:767px){.banners .banner-card__icon .icon{padding-bottom:10px}}.banners .banner-card__external-arrow{opacity:0;width:10px;height:11px;transition:all .15s ease-in-out;margin-left:20px}.banners .banner-card__external-arrow .icon{width:10px;height:11px;fill:none;stroke:#ff2d23}@media screen and (max-width:1279px){.banners .banner-card{padding-bottom:20px}.banners .banner-card__icon{order:-1}}@media screen and (max-width:767px){.banners .banner-card{padding-bottom:0;align-items:center}.banners .banner-card__description{padding-right:0;font-size:12px;line-height:16px}}.banners .banner-card__content{margin-left:20px}@media screen and (max-width:1279px){.banners .banner-card__content{margin-left:0}}@media screen and (max-width:767px){.banners .banner-card__content{margin-left:0;width:100%;z-index:1}}.banners .banner-card__text{display:flex}.banners .banner-card__description{line-height:18px}.banners .banner-card:hover .banner-card__external-arrow{opacity:1}.home_dark .banners .banner-card{color:#fff}.clients{padding-bottom:80px}.clients__download{display:flex;align-items:center;margin-right:38px;color:#8f95ac;transition:all .3s}.clients__download:focus,.clients__download:hover{color:#ff2d23}.clients__download:active{color:#b32d23}.clients__download-icon{margin-right:5px}.clients__lid{margin-left:3px;height:24px;cursor:default;font-weight:400}.clients__lid.with-tooltip:hover .tooltip{display:table}.clients__search-input{position:relative;display:flex;width:100%;padding:0 10px 0 40px;background-color:#fff;height:50px}.clients__search-input .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:17px;stroke:#8f95ac}.clients__phone{display:block;white-space:nowrap}.clients__fav-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.clients__fav-btn .icon{font-size:17px;fill:rgba(143,149,172,.2);transition:fill .15s ease-in-out}.clients__fav-btn:hover .icon{fill:rgba(143,149,172,.5)}.clients__fav-btn.is-fav .icon{fill:#91a3e9}@media screen and (max-width:1599px){.clients .is-hidden-md{display:none}}@media screen and (max-width:1279px){.clients .is-hidden-sm{display:none}}.clients__header{position:relative;z-index:0;display:flex;align-items:center;margin-bottom:20px;justify-content:space-between}@media screen and (max-width:767px){.clients__header{margin:20px 10px;flex-direction:column}}.clients__header-box{display:flex;align-items:center}@media screen and (max-width:767px){.clients__header-box{margin-top:20px}}.clients__title{display:flex;align-items:center}.clients__info{display:inline-block;margin-left:4px}.clients__info-content{display:flex;flex-wrap:wrap;justify-content:space-between}.clients__info-block{margin-bottom:16px;flex:1 0 100%}.clients__info-block_auto{flex:1 1 auto}.clients__info-label{color:#8f95ac;margin-bottom:3px}.clients__info-val{color:#2c2e3e;font-weight:700}.clients__switcher{position:absolute;z-index:2;left:0;right:0;margin:0 auto;display:flex;justify-content:center}.clients__switcher-btn{padding:16px;border-radius:5px;cursor:pointer;transition:background-color .15s ease-in-out,color .15s ease-in-out;text-decoration:none;color:#2c2e3e}.clients__switcher-btn+.clients__switcher-btn{margin-left:15px}@media screen and (max-width:1280px){.clients__switcher-btn{padding:8px 10px}}.clients__switcher-btn.active{background-color:#8f95ac;color:#fff;pointer-events:none}.clients__switcher-btn:hover{background-color:rgba(143,149,172,.1)}.clients__add-new{position:relative;z-index:3}@media screen and (max-width:640px){.clients__add-new{align-items:center;display:flex;height:32px;padding-top:0;padding-bottom:0}}.clients__filter{padding:30px 20px;background:rgba(143,149,172,.08);border-radius:5px;display:flex;position:relative;margin-bottom:25px}@media screen and (max-width:1279px){.clients__filter{margin-left:-20px;margin-right:-20px}}.clients__filter-grid{display:flex;align-items:center;justify-content:space-between;flex:1 1}@media screen and (max-width:1279px){.clients__filter-grid{flex-wrap:wrap;justify-content:space-between}}.clients__filter-col{flex:1 1 150px;margin-right:12px}@media screen and (max-width:1279px){.clients__filter-col{flex-basis:130px}}.clients__filter-col:last-of-type{margin-right:0}.clients__filter-col .form__item{margin-bottom:0;margin-left:0;flex:1 1 auto}@media screen and (max-width:767px){.clients__filter-col .form__item{width:100%}}.clients__filter-col_2x{flex:2 1 300px}.clients__filter-col_search{flex:1 1 250px}.clients__filter-col_search .input_type_search .input__control{border-radius:4px;background-color:#fff;height:50px}.clients__filter-addit{margin-left:auto;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1600px){.clients__filter-addit{margin-left:18px}}@media screen and (max-width:1279px){.clients__filter-addit{flex:1 0 100%;margin-left:0}}.clients__filter-button{margin-left:30px;border-radius:5px;padding:17px 24px;border:1px solid #e9eaeb}.clients__filter-mobile{display:none;justify-content:center;margin-bottom:40px}@media screen and (max-width:1279px){.clients__filter-mobile{display:flex}}.clients__table-client{font-weight:700;display:flex;align-items:center;flex-wrap:nowrap;max-width:250px;overflow:auto}.clients__table-link{color:#2c2e3e;text-decoration:none;transition:color .15s ease;cursor:pointer}.clients__table-link .icon{display:inline-block;stroke:#ff2d23;opacity:0;width:12px;height:12px;transition:opacity .15s ease;margin-left:6px}.clients__table-link:hover{color:#ff2d23}.clients__table-link:hover .icon{opacity:1}@media screen and (max-width:1279px){.clients__table-link .icon{opacity:1;stroke:#8f95ac}}.clients__table-object{margin-bottom:10px}.clients__table-label{color:#8f95ac;text-decoration:none;transition:color .15s ease}.clients__table-label:hover{color:#ff2d23}.clients__back{color:#2c2e3e}.clients__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;position:relative;align-items:flex-start}@media screen and (max-width:1600px){.clients__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.clients__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.clients__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.clients__grid{margin-left:0;margin-right:0}}.clients__grid-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.clients__grid-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.clients__grid-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.clients__grid-col{margin-left:5px;margin-right:5px}}.clients__back{width:calc(16.66667% - 30px);position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:1280px){.clients__back{width:calc(100% - 16px);margin-bottom:22px}}.clients__new{width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.clients__new{width:calc(75% - 22px)}}@media screen and (max-width:1280px){.clients__new{width:calc(100% - 16px)}}.clients__back-btn .icon{margin-right:11px;fill:#2c2e3e;font-size:14px!important}.clients__view-row-title{white-space:nowrap}.clients__view-row-title .icon{font-size:20px;margin-right:13px}.clients__view-strong{font-weight:700}.clients__view-secondary{color:#8f95ac;margin-top:4px}.table{width:100%}.table td.nowrap,.table th.nowrap{white-space:nowrap}.table tbody tr{border-bottom:1px solid rgba(143,149,172,.3)}table.dataTable.dtr-column{border-bottom:none}table.dataTable.dtr-column>thead .sorting{background:none}table.dataTable.dtr-column>thead .sorting-th{display:flex;align-items:center}table.dataTable.dtr-column>thead .sorting-arrows{display:inline-block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 0L0 7.368h7.368L3.685 0zM3.685 20L0 12.632h7.368L3.685 20z' fill='%238F95AC'/%3E%3C/svg%3E");background-repeat:no-repeat;width:8px;height:20px;margin-left:10px}table.dataTable.dtr-column>thead .sorting_asc{background:none}table.dataTable.dtr-column>thead .sorting_asc .sorting-arrows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 8L0 .632h7.368L3.685 8z' fill='%238F95AC'/%3E%3C/svg%3E");background-position:bottom}table.dataTable.dtr-column>thead .sorting_desc{background:none}table.dataTable.dtr-column>thead .sorting_desc .sorting-arrows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 0L0 7.368h7.368L3.685 0z' fill='%238F95AC'/%3E%3C/svg%3E")}table.dataTable.dtr-column>thead>tr>th{text-align:left}@media screen and (max-width:1279px){table.dataTable.dtr-column>thead>tr>th{padding-left:10px;padding-right:10px}}table.dataTable.dtr-column>thead>tr>th.control{padding-left:25px;padding-right:25px;box-sizing:border-box}@media screen and (max-width:1279px){table.dataTable.dtr-column>tbody>tr>td{padding-left:10px;padding-right:10px}}table.dataTable.dtr-column>tbody>tr>td.control:before{top:0;bottom:0;left:0;right:0;height:25px;width:25px;margin:auto;background-color:rgba(143,149,172,.1)!important;border:none;box-shadow:none;font-size:20px;line-height:22px;font-weight:300;font-family:"Formular",sans-serif;color:#1e2030}.sorting_1{background-color:initial!important}@media screen and (max-width:640px){.pan-table.for-saved-filters .clients__table-client{margin-left:10%}.pan-table.for-saved-filters .control_more{display:flex;justify-content:flex-end}.pan-table.for-saved-filters span.flats__row-table-expanded-title{margin-right:16px}.pan-table.for-saved-filters .filter-row__block-name{flex-basis:100%}.pan-table.for-saved-filters .filter-row__block{margin-bottom:24px}.pan-table.for-saved-filters .filter-row{max-width:255px}.pan-table.for-saved-filters .filter-row__value{white-space:normal}}.saved-filters-popup .subscribe__socials{padding:10px 0 20px 30px}.edit-saved-filters .modal-form__row_align_bottom{align-items:flex-start}.edit-saved-filters .form__item{flex-basis:100%;width:100%}.edit-saved-filters .checkbox.for-saved-filters{align-items:center;flex-direction:row-reverse}.edit-saved-filters .checkbox.for-saved-filters .checkbox__box{margin-right:8px}.edit-saved-filters .modal-form__item.modal-form__item_2x.for-saved-filters{width:100%}.edit-saved-filters .mobile-filters__show-all{flex-direction:column;margin:0 10px}.edit-saved-filters .mobile-filters__show-all .button_view_default{margin:0;width:100%}.clients__sell-btns{display:flex;margin-top:10px}.clients__sell-btn{display:flex;align-items:center;transition:all .3s;color:inherit}.clients__sell-btn svg{margin-right:5px}.clients__sell-btn span{margin-top:5px}.clients__sell-btn:first-of-type{margin-right:35px}.clients__sell-btn:hover{color:#8f95ac}.modal-form_width_470{max-width:500px;margin:0 auto;padding:0 15px}.modal-form_mt_50{margin-top:50px}.modal-form_mt_25{margin-top:25px}.modal-form__radio-row{margin-top:10px}@media screen and (max-width:767px){.modal-form__radio-row{display:flex;flex-direction:row!important}}.modal-form__radio-row .radio+.radio{margin-left:60px}@media screen and (max-width:767px){.modal-form__radio-row .radio+.radio{margin-left:25px}}@media screen and (max-width:767px){.modal-form__col{width:100%}}.modal-form__grid{display:flex;flex-wrap:nowrap;align-items:flex-start}.modal-form__filters{width:250px;margin-right:30px;padding-left:30px;flex-shrink:0}.modal-form__divider{background:none;border:0;border-top:1px solid rgba(143,149,172,.2);margin-bottom:0}.modal-form__row{display:flex}@media screen and (max-width:640px){.modal-form__row{flex-direction:column}}.modal-form__row+.modal-form__row{margin-top:18px}.modal-form__row+.modal-form__row_mt_32{margin-top:32px}.modal-form__row+.modal-form__row_mt_30{margin-top:30px}.modal-form__row_align_bottom{align-items:flex-end}.modal-form__row_align_bottom .modal-form__add{margin-bottom:10px}.modal-form__row_align_bottom .checkbox{align-items:flex-start}.modal-form__row-block{display:flex}.modal-form__row-block+.modal-form__row-block{margin-top:12px}.modal-form__row-block .modal-form__item{flex:1 1}.modal-form__row-block .modal-form__item+.modal-form__row-block .modal-form__item{margin-left:12px}.modal-form__row-block .modal-form__item_2x{flex:2 1}.modal-form__row-block:first-of-type{margin-top:24px}.modal-form__gist{padding:25px 30px;margin-left:-30px;margin-right:-30px;flex-grow:1}.modal-form__gist,.modal-form__wrap{border-radius:4px;background-color:rgba(143,149,172,.08)}.modal-form__wrap{padding:26px 32px;width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap}.modal-form__wrap>*{width:100%}.modal-form__wrap>*+*{margin-top:18px}.modal-form__item{flex:1 1}.modal-form__item+.modal-form__item{margin-left:30px}@media screen and (max-width:640px){.modal-form__item+.modal-form__item{margin-top:20px;margin-left:0}}.modal-form__item_2x{flex:2 1}.modal-form__item_sm{flex-basis:200px;flex-grow:0}.modal-form__item_half{flex-basis:calc(50% - 15px);flex-grow:0}.modal-form__item_single-wide{flex-basis:calc(75% - 7.5px);flex-grow:0}.modal-form__item_145{flex-basis:145px;flex-grow:0}.modal-form__item_145 .custom-select{min-width:145px;width:145px}.modal-form__item_flex{display:flex;align-items:center}.modal-form__files{border-bottom:1px solid #e9eaeb;padding-bottom:30px}.modal-form__files-notEditable{border-bottom:none}.modal-form__files-notEditable .file-up__name{width:auto;margin-right:10px}.modal-form__files-notEditable .file-up__edit{display:none}.modal-form__files-notEditable .file-uploader__name{width:auto;margin-right:10px}.modal-form__files-notEditable .file-uploader__edit{display:none}.modal-form__submit{margin-top:25px;display:flex;justify-content:center}.modal-form__submit>*+*{margin-left:30px}.modal-form__add{display:flex;align-items:center;cursor:pointer;white-space:nowrap}.modal-form__add span{margin-left:8px;color:#8f95ac}.modal-form__add.is-hidden{display:none}.modal-form__block{margin-bottom:34px}.modal-form__block h4{margin-bottom:20px}.modal-form__filter{margin-bottom:10px;display:flex;align-items:flex-start}.modal-form__filter-name{color:#8f95ac;margin-right:.5em;white-space:nowrap}.modal-form__additional{display:none}.modal-form__additional.is-active{display:block}.modal-form .modal-form__item--client-docs{display:flex;flex-direction:column}.modal-form .modal-form__item--client-docs .input_type_upload-btn{border:1px dashed #8f95ac;border-radius:4px;background-color:#ecedf0;height:80px;line-height:normal}.modal-form__add-docs{display:flex;align-items:center;justify-content:center;align-content:center;height:100%}.modal-form__add-docs-overtext{text-align:left;margin-left:10px;margin-top:-3px}.modal-form__add-docs-text{font-weight:700;font-size:14px;line-height:18px;color:#2c2e3e}.modal-form__add-docs-hint{font-weight:400;font-size:12px;line-height:16px;color:#777a89}@media screen and (max-width:640px){.modal-form_row{padding:0}}@media screen and (max-width:640px){.modal-form__send .button{width:100%}}@media screen and (max-width:640px){.send-filter{align-items:center}}.modal-form__item.modal-form__full-width .form__item{flex-basis:100%;width:100%}@media screen and (max-width:640px){.modal-form__grid.for-saved-filter{flex-direction:column}.modal-form__grid.for-saved-filter .modal-form__wrap{background:none;padding:0}.modal-form__grid.for-saved-filter .checkbox{justify-content:flex-end;flex-direction:row-reverse;padding-left:0}}@media screen and (max-width:640px){.modal-form__submit{justify-content:space-between}.modal-form__submit .button{margin:0;width:100%}}.numeric-form-item{display:flex;flex-wrap:wrap;padding-bottom:40px}.numeric-form-item.modal-form__row{margin-top:0}.numeric-form-item .checkbox_view_invert{margin-top:10px}.numeric-form-item .select.select_type_form.for-clients{width:345px}.numeric-form-item .react-datepicker-wrapper{width:100%}.numeric-form-item.is-disabled{margin-top:0;margin-bottom:0}.numeric-form-item.is-disabled.for-table{padding-bottom:15px}@media screen and (max-width:767px){.numeric-form-item.is-disabled.for-table{padding-bottom:10px}}.numeric-form-item.is-disabled .textarea__control::-webkit-input-placeholder{border-color:rgba(143,149,172,.2);color:rgba(143,149,172,.5);pointer-events:none}.numeric-form-item.is-disabled *,.numeric-form-item.is-disabled .checkbox_view_invert .checkbox__label,.numeric-form-item.is-disabled .select_type_form .custom-select-label,.numeric-form-item.is-disabled .textarea__control::-webkit-input-placeholder,.numeric-form-item.is-disabled .textarea__control::placeholder{border-color:rgba(143,149,172,.2);color:rgba(143,149,172,.5);pointer-events:none}.numeric-form-item.is-disabled .button_view_default,.numeric-form-item.is-disabled .numeric-form-item__radio.is-active{background:rgba(143,149,172,.1);color:rgba(143,149,172,.5);pointer-events:none}.numeric-form-item.is-disabled .numeric-form-item__number:after{border-color:rgba(143,149,172,.5);pointer-events:none}.numeric-form-item+.numeric-form-item{border-top:1px solid rgba(143,149,172,.2);padding-top:32px}@media screen and (max-width:767px){.numeric-form-item+.numeric-form-item{border-top:none;padding-top:0}}.numeric-form-item+.numeric-form-item.no-border,.numeric-form-item+.numeric-form-item:last-child{border-top:none;padding-top:0}.numeric-form-item__label{color:#1e2030;display:flex;font-size:16px;font-weight:700;flex-basis:100%;line-height:20px;margin-bottom:20px}.numeric-form-item__number{align-items:center;color:#ff2d23;display:flex;margin-right:10px}.numeric-form-item__number:after{border-top:1px solid #8f95ac;content:"";display:flex;margin-left:10px;height:1px;width:25px}.numeric-form-item__list{display:flex;flex-flow:row wrap;justify-content:flex-start;max-width:100%}.numeric-form-item__radio{align-items:center;background:rgba(143,149,172,.1);border-radius:4px;display:flex;height:44px;font-size:14px;line-height:17px;margin-bottom:10px;padding:0 17px;justify-content:center;margin-right:30px;cursor:pointer}.numeric-form-item__radio input{display:none}.numeric-form-item__radio.is-active{background:#ff2d23;color:#fff}.numeric-form-item__radio.is-disabled{color:rgba(143,149,172,.5)}.meeting-room-types{display:flex;justify-content:space-between;margin-top:20px}.meeting-room-types.for-less{justify-content:space-around}@media screen and (max-width:1279px){.meeting-room-types{align-items:center;flex-direction:column}}.meeting-room__plan{align-items:center;background:rgba(143,149,172,.1);border-radius:5px;display:flex;justify-content:center;height:150px;width:220px}@media screen and (max-width:767px){.meeting-room__plan{height:110px;width:205px}}@media screen and (max-width:1279px){.meeting-room__plan svg{height:80%}}.meeting-room__title{display:flex;margin:12px 0 0 5px}.meeting-room{cursor:pointer}@media screen and (max-width:1279px){.meeting-room{margin-bottom:35px}}.meeting-room.is-active .meeting-room__plan{background:#ff2d23}.meeting-room.is-active .meeting-room__plan path{stroke:#fff}.meeting-room__input{display:none}.meeting-room__photo{align-items:center;background:rgba(143,149,172,.15);border-radius:50em;display:inline-flex;justify-content:center;margin-top:8px;position:relative;height:28px;width:28px}.meeting-room__description{background:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(44,46,62,.2);font-size:15px;line-height:20px;padding:24px;position:absolute;left:calc(100% + 30px);top:0;max-width:390px;width:390px;z-index:10}@media screen and (max-width:767px){.meeting-room__description{left:-30px;top:40px;width:265px}}.meeting-room__description img{width:100%}.modal-form__row.for-builders{margin-top:25px;width:345px}.modal-form__item.for-clients{display:flex;flex-direction:column;justify-content:space-between}.modal-form__item.for-clients .add-client{flex-basis:100%;margin-right:50%}.modal-form__item.for-clients .modal-form__new-client{margin-top:25px}.modal-form__row.fixation-badges-container{margin-top:0}.modal-form__submit_is{flex-direction:column;justify-content:center;align-items:center}.modal-form__submit_is .new-alert{width:auto}.modal-form__submit_is .ant-back-top{position:relative;left:auto;right:auto;bottom:auto;top:auto;width:auto;height:auto}.modal-form__submit_is .more-object-link{color:#ff2d23;transition-duration:.3s;margin-top:-10px}.modal-form__submit_is .more-object-link:hover{color:#cf2d23}.client{padding-bottom:50px}.client__header{margin-bottom:50px;display:flex;align-items:center}.client__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.client__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.client__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.client__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.client__grid{margin-left:0;margin-right:0}}.client__content{margin-left:15px;margin-right:15px;width:calc(75% - 30px)}@media screen and (max-width:1600px){.client__content{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.client__content{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.client__content{margin-left:5px;margin-right:5px}}.client__aside{margin-left:15px;margin-right:15px;width:calc(25% - 30px);position:relative;box-shadow:0 2px 20px 0 rgba(143,149,172,.1)}@media screen and (max-width:1600px){.client__aside{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.client__aside{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.client__aside{margin-left:5px;margin-right:5px}}.client__ops{display:flex;align-items:center}.client__ops,.client__ops>*+*{margin-left:15px}.client__controls{display:flex;align-items:center;margin-left:auto}.client__control{margin-right:30px;cursor:pointer}.client__control:last-of-type{margin-right:0}.client__fav{cursor:pointer}.client__fav .icon{fill:#8f95ac}.client__fav span.is-fav{display:none}.client__fav span.add-fav{display:inline-block}.client__fav.is-fav .icon{fill:#ff2d23}.client__fav.is-fav span.is-fav{display:inline-block}.client__fav.is-fav span.add-fav{display:none}.client__section{background-color:rgba(143,149,172,.08);border-radius:8px;padding:28px 20px;margin-bottom:30px}.client__section:last-of-type{margin-bottom:0}.client__nav{background-color:#8f95ac;border-radius:4px;padding:22px 10px;position:-webkit-sticky;position:sticky;top:100px}.client__nav-list{list-style:none;padding-left:0}.client__nav-item{cursor:pointer;padding:10px 14px 10px 18px;border-radius:4px;background-color:initial}.client__nav-item:hover{background-color:hsla(0,0%,100%,.15)}.client__nav-link{color:#fff;text-decoration:none;font-size:12px;letter-spacing:.3px;text-transform:uppercase;font-weight:700;display:flex;align-items:center}.client__nav-link .icon{font-size:19px;margin-right:20px;flex-shrink:0}.client__link-qty{width:18px;height:18px;border-radius:50%;background-color:#dee2f3;display:inline-block;text-align:center;line-height:18px;color:#8f95ac;margin-left:auto;flex-shrink:0}.client__applications-object{color:#8f95ac;transition:color .15s ease-in-out;margin-top:5px}.client__applications-object:hover{color:#ff2d23}.client__section-header{margin-bottom:20px;display:flex;align-items:center}.client__header-controls{display:flex;align-items:center;margin-left:auto}.client__header-controls .icon{font-size:20px}.client__header-controls .button{margin-left:30px}.client__id{list-style:none;padding:32px 26px 0}.client__id-item{display:flex;flex-wrap:nowrap;margin-bottom:26px}.client__key{width:40%;flex-shrink:0;font-weight:700}.client__value{flex:1 1;display:flex;flex-direction:column}.client__feed{box-shadow:inset 0 0 0 1px rgba(143,149,172,.1);border-radius:4px;margin-bottom:32px;margin-left:10px;margin-right:10px;padding:20px;display:flex;align-items:flex-start}.client__feed>.icon{font-size:19px;margin-right:17px;flex-shrink:0}.client__feed-more{margin-top:10px;color:#8f95ac}.client__files-ready,.client__files-upload{background-color:#fff;border-radius:4px}.client__files-ready{display:flex;flex-wrap:wrap;padding:16px 10px;margin-bottom:14px}.client__files-item{padding:14px 8px;flex:0 0 25%}.client__files-upload{padding:26px 70px 26px 18px}.client__files-label{width:calc(25% - 30px);font-weight:700;font-size:16px;line-height:70px}@media screen and (max-width:1599px){.client__files-label{width:calc(33.33333% - 22px)}}.client__files-input{width:calc(75% - 30px)}@media screen and (max-width:1599px){.client__files-input{width:calc(66.66667% - 22px)}}.client__files-submit{margin-left:42px}@media screen and (max-width:640px){.clients__table-link{font-size:15px;flex-wrap:wrap;max-width:80%;width:80%;white-space:normal}}@media screen and (max-width:374px){.clients__table-link{font-size:12px}}@media screen and (max-width:640px){.clients__phone{font-size:15px}}@media screen and (max-width:374px){.clients__phone{font-size:12px}}@media screen and (max-width:640px){.lk-presentation__clients .clients__phone{font-size:15px}}@media screen and (max-width:640px){.lk-presentation__clients .select_type_table .custom-select{min-width:0;width:auto!important}}@media screen and (max-width:640px){.lk-presentation__clients .select_type_table .custom-select__selected{align-items:center;border-radius:4px;height:auto;display:flex;padding:0 10px}}@media screen and (max-width:640px){.lk-presentation__clients.is-wrap{flex-wrap:wrap}}@media screen and (max-width:640px){.button_type_task>.icon{margin-right:7px}}@media screen and (max-width:640px){.clients__filter-addit.for-clients{align-items:flex-start;flex:0 1}.clients__filter-addit.for-clients .checkbox{flex-direction:row-reverse}.clients__filter-addit.for-clients .checkbox__box{margin-right:8px}}@media screen and (max-width:640px){.clients__filter-col_search .input__control,.mini-filter.for-contacts .input__control{border:1px solid rgba(143,149,172,.3);width:calc(100% - 20px);margin:0 10px 20px}.clients__filter-col_search .icon_search,.mini-filter.for-contacts .icon_search{left:10px;top:25px}.clients__filter-col_search .index-search__filter-inc,.mini-filter.for-contacts .index-search__filter-inc{margin-top:0;margin-bottom:15px}}@media screen and (max-width:640px){.mobile-filters.for-clients .rdrMonth{padding:0 10px;width:100%}}@media screen and (max-width:640px){.clients__back-btn{align-items:center;display:flex;justify-content:center;padding:0;height:44px;width:100%}.clients__back-btn.is-small{height:30px;margin-right:20px;padding:0;width:58px}.clients__back-btn.is-small .icon{margin:0}}@media screen and (max-width:640px){.clients__new{margin:0;width:100%}.clients__new .lk-form__btns{justify-content:space-between}.clients__new .lk-form__btns>a,.clients__new .lk-form__btns>button{margin:0;width:calc(50% - 5px)}.clients__new .lk-form__submit{border-top:1px solid rgba(143,149,172,.2);margin:0 10px;padding-top:20px}.clients__new .lk-form__submit .button{justify-content:center;padding:0}}@media screen and (max-width:640px){.clients__form .lk-form__row,.clients__form .lk-form__row._bg-gray{padding:0 10px}.clients__form .lk-form__row._bg-gray .lk-form__fr,.clients__form .lk-form__row .lk-form__fr{flex-basis:100%;margin-right:0}.clients__form .lk-form__row._bg-gray .lk-form__fr>.lk-form__fr,.clients__form .lk-form__row .lk-form__fr>.lk-form__fr{padding-top:9px}.clients__form .lk-form__row._bg-gray .lk-form__fr+.lk-form__fr,.clients__form .lk-form__row .lk-form__fr+.lk-form__fr{padding-top:16px}}.clients__form .lk-form__row._bg-gray .lk-form__row-content,.clients__form .lk-form__row .lk-form__row-content{justify-content:space-between}.clients__form .lk-form__row._bg-gray .lk-form__fr.is-half,.clients__form .lk-form__row .lk-form__fr.is-half{flex-basis:calc(50% - 10px)}.clients__form .lk-form__row._bg-gray .input_width_small,.clients__form .lk-form__row .input_width_small{width:100%}.clients__form .lk-form__row._bg-gray .lk-form__fr_full,.clients__form .lk-form__row .lk-form__fr_full{padding-top:0}@media screen and (max-width:640px){.button_type_task-assigned{align-items:center;color:#2c2e3e;width:auto}.button_type_task-assigned .icon-block{margin-top:0}}@media screen and (max-width:640px){.mobile-filters.for-clients .react-datepicker-wrapper{display:block}.mobile-filters.for-clients .clients__filter-addit.for-clients .checkbox{flex-direction:row-reverse;justify-content:flex-end}.mobile-filters.for-clients .button_view_default{width:100%}.mobile-filters.for-clients .button_view_outline{border-radius:5px}}.task-info{display:flex;flex-direction:column}.task-info .task-info__item{border-top:1px solid rgba(143,149,172,.2);display:flex;min-height:50px;padding-top:15px}.task-info .task-info__item.is-gray{background:rgba(143,149,172,.08);border-top:none;margin:-23px -10px 0;padding:15px 10px 0}.task-info .task-info__item.is-gray+.task-info__item{border-top:none}.task-info .task-info__title{color:#8f95ac;font-size:15px;line-height:20px;width:40%}.task-info .task-info__content{align-items:center;color:#2c2e3e;display:flex;font-size:15px;font-weight:700;line-height:18px;margin-top:-15px}.task-info .icon_alert-bell{stroke:#8f95ac;width:16px}.task-info .task-info__icon{align-items:center;background:rgba(143,149,172,.1);border-radius:50em;display:flex;justify-content:center;margin-right:10px;height:28px;width:28px}.task-info .clients__info-actions .button_type_edit-small{height:44px;font-size:15px;justify-content:center;line-height:20px;margin-top:20px;width:calc(50% - 6px)}@media screen and (max-width:374px){.clients__fav-btn{width:20px}.clients__fav-btn .icon{font-size:12px}}@media screen and (max-width:640px){.section.for-agents{padding-bottom:35px}.section.for-agents .lk-form__row-aside{margin:6px 0 12px;padding:0;width:100%}.section.for-agents .lk-form__row-content.is-gray,.section.for-agents .lk-form__row.is-gray{background:rgba(143,149,172,.08);margin:0 -10px;padding:14px 10px 23px;width:100%}.section.for-agents .lk-form__row-content.is-gray .custom-select__selected,.section.for-agents .lk-form__row.is-gray .custom-select__selected{background:#fff;border:1px solid rgba(143,149,172,.2);border-radius:4px;height:50px}.section.for-agents .lk-form__row-content.is-gray .custom-select__selected:after,.section.for-agents .lk-form__row.is-gray .custom-select__selected:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.section.for-agents .lk-form__row.is-gray{margin:30px 0 0;padding:0 10px 28px}.section.for-agents .lk-form__row-content{padding-bottom:0}.section.for-agents .lk-form__row-title{margin:22px 0 12px;padding:0}.section.for-agents .lk-form__fr.lk-form__fr_auto.no-padding{padding-top:0}.section.for-agents .lk-form__submit{border-top:none}}@media screen and (max-width:640px){.index-search__filter-inc.no-margin{margin-top:0;margin-bottom:24px}}@media screen and (max-width:640px){.clients__filter-col_search .filter__filter .input__control,.mini-filter.for-contacts .filter__filter .input__control{box-shadow:none;margin:0;width:100%}}.icon-plus{display:flex;flex-direction:row;flex-wrap:nowrap}.icon-plus__icon{flex-shrink:0}.icon-plus__block{flex:1 1}.icon-plus_align_vertical{flex-direction:column}.icon-plus_distrib_center{justify-content:center}.icon-plus_align_center{align-items:center}.icon-plus_align_top{align-items:flex-start}.mini-filter{margin-bottom:25px}.mini-filter .form{padding:20px;background:rgba(143,149,172,.08);border-radius:5px}@media screen and (max-width:1279px){.mini-filter .form{margin-left:-20px;margin-right:-20px}}@media screen and (max-width:767px){.mini-filter .form{margin-left:0;margin-right:0}}.mini-filter__grid{display:flex;align-items:center;justify-content:space-between;flex:1 1}.mini-filter__col{flex:1 1 150px}.mini-filter__col+.mini-filter__col{margin-left:12px}@media screen and (max-width:1279px){.mini-filter__col{flex-basis:130px}}.mini-filter__col .form__item{margin-bottom:0;margin-left:0}@media screen and (max-width:767px){.mini-filter__col .form__item{width:100%}}.mini-filter__col_2x{flex:2 1 300px}.mini-filter__col_clear{flex-grow:0}.mini-filter__col_search{flex:1 1 250px}.mini-filter__col_search .input_type_search .input__control{height:50px;border-radius:4px;background-color:#fff;color:#1e2030}.mini-filter .form__drop-content{min-width:inherit}.mini-filter__button{margin-left:30px}@media screen and (max-width:1599px){.mini-filter__button{margin-left:20px}}.mini-filter__mobile{display:none;justify-content:center;margin-top:12px}@media screen and (max-width:1279px){.mini-filter__mobile{display:flex}}.mini-filter .index-search__filter-inc{padding-left:0;border:none}.mini-filter .index-search__filter-inc:after{display:none}@media screen and (max-width:1279px){.mini-filter .is-hidden-sm{display:none}}@media screen and (min-width:1279px){.mini-filter .is-hidden-desktop{display:none}}.chart__filter+.mini-filter{margin-bottom:10px}.filter-row{max-width:400px}.filter-row__block{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:12px}.filter-row__block-name{font-weight:700;display:inline-block;margin-right:18px}.filter-row__block:last-of-type{margin-bottom:0}.filter-row__item{display:flex;flex-wrap:nowrap;align-items:flex-start;margin-right:16px}.filter-row__type{color:#8f95ac;margin-right:.5em}@media screen and (max-width:1599px){.favorites .is-hidden-md{display:none}}@media screen and (max-width:1279px){.favorites .is-hidden-sm{display:none}}.favorites__header{position:relative;display:flex}@media screen and (max-width:640px){.favorites__header{flex-direction:column}}.favorites__title{display:flex;align-items:center;margin-bottom:25px}@media screen and (max-width:640px){.favorites__title{margin:20px 10px 30px}}.favorites__switcher{position:absolute;left:0;right:0;margin:0 auto}@media screen and (max-width:640px){.favorites__switcher{height:50px;margin:0 10px 12px;position:static;width:calc(100% - 20px)}}.favorites__tab{display:none}.favorites__tab.active{display:block}@media screen and (max-width:640px){.favorites__tab .section_view_gray{background:none}.favorites__tab .card__pills{width:90%}.favorites__tab .flats__card{border:1px solid rgba(143,149,172,.1);padding:16px 14px 25px}.favorites__tab .flats__card .card__fav{background:rgba(143,149,172,.1);border-radius:50em;height:auto;width:60px}.favorites__tab .flats__card .icon_fav{height:16px;width:16px;margin-right:5px}}.favorites__list{padding:50px 0}@media screen and (max-width:640px){.favorites__list{padding-top:0}}.favorites__item{width:calc(33.33333% - 30px);margin-bottom:40px}@media screen and (max-width:1599px){.favorites__item{width:calc(100% - 22px);margin-bottom:30px}}@media screen and (max-width:1279px){.favorites__item{width:calc(100% - 16px);margin-bottom:20px}}@media screen and (max-width:640px){.switcher__btn{border:1px solid rgba(143,149,172,.1);align-items:center;display:flex;justify-content:center;height:100%;white-space:nowrap;width:calc(50% - 6px)}.switcher__btn.active{border:none}}.motivation{padding-top:45px}@media screen and (max-width:640px){.motivation{padding-top:18px}.motivation .custom-table__tr{flex-wrap:wrap;margin-top:0}}.motivation__header{position:relative;display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width:640px){.motivation__header{flex-direction:column;align-items:flex-start;margin:0 10px}}@media screen and (max-width:640px){.motivation .button-mobile{margin:0 10px;width:calc(100% - 20px)}}.motivation__title{display:flex;align-items:center;margin-right:20px;padding-bottom:10px}.motivation__info{margin-right:20px}@media screen and (max-width:640px){.motivation__info{margin-right:0;margin-bottom:18px}}.motivation .mini-filter .form{position:relative}@media screen and (max-width:1279px){.motivation .mini-filter__grid{flex-wrap:wrap;justify-content:flex-start}}@media screen and (max-width:1279px){.motivation .mini-filter__col{flex-basis:calc(25% - 9px);max-width:calc(25% - 9px);flex-grow:0}.motivation .mini-filter__col:nth-child(4n+1){margin-left:0}.motivation .mini-filter__col:nth-child(n+5){margin-top:15px}}.motivation .mini-filter__advance{margin-top:20px}.motivation .mini-filter__mobile{position:absolute;left:0;right:0;bottom:20px;margin:0 auto;width:150px;height:25px}.motivation__table{padding-bottom:25px}@media screen and (max-width:640px){.motivation__table{margin:0 10px}.motivation__table .custom-table__card{box-shadow:none;margin-bottom:0}}.motivation__table .manager-contacts_item{margin-right:0}.motivation__table-control{padding-right:20px}.motivation__table-control .button{position:relative}.motivation__table-control .button:before{content:"+";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:25px;height:25px;font-size:20px;line-height:22px;font-weight:300;font-family:"Formular",sans-serif}.motivation__table-control.is-active .button:before{content:"—";font-size:13px;font-weight:700}.motivation__table-dropdown{display:flex;margin-top:10px;padding-top:20px;padding-bottom:20px;border-top:1px solid rgba(143,149,172,.3)}.motivation__table_builder{flex:1 0 270px;max-width:270px}@media screen and (max-width:1599px){.motivation__table_builder{flex-basis:180px;max-width:180px}}@media screen and (max-width:1279px){.motivation__table_builder{max-width:inherit;flex-basis:155px}}.motivation__table_objects{flex:1 0 480px;display:flex}@media screen and (max-width:1599px){.motivation__table_objects{flex-basis:450px}}@media screen and (max-width:1279px){.motivation__table_objects{flex-basis:460px}}@media screen and (max-width:640px){.motivation__table_objects{flex-basis:100%}}.motivation__table_object{flex:1 0 230px}@media screen and (max-width:1279px){.motivation__table_object{flex-basis:250px}}@media screen and (max-width:374px){.motivation__table_object{flex-basis:65%;padding-right:5px}}@media screen and (max-width:640px){.motivation__table_object{flex-basis:57%;padding-right:5px}}.motivation__table_fee{flex:1 0 250px;max-width:250px;display:flex;align-items:center}@media screen and (max-width:1599px){.motivation__table_fee{flex-basis:220px;max-width:220px}}@media screen and (max-width:640px){.motivation__table_fee{flex-basis:43%}}@media screen and (max-width:374px){.motivation__table_fee{flex-basis:35%}}.motivation__table_conditions{flex:1 0 215px;max-width:215px}@media screen and (max-width:1599px){.motivation__table_conditions{flex-basis:195px;max-width:195px}}@media screen and (max-width:1279px){.motivation__table_conditions{flex-basis:480px;max-width:480px;padding-left:68px}}.motivation__table_cashback{flex:1 0 140px;max-width:140px}.motivation__table_cashback .label-text{padding-left:4px}.motivation__table_manager{flex:1 0 220px;max-width:220px}.motivation__table-conditions{align-items:flex-start}.motivation__table-conditions .label__text{padding-top:4px}.motivation__builder{flex-grow:1;display:flex;align-items:flex-start;justify-content:space-between;padding-right:20px;line-height:21px}.motivation__builder-name{flex-grow:1;padding-top:10px}.motivation__builder-logo{flex-shrink:0;max-width:55px}.motivation__builder-logo img{width:100%;height:100%}.motivation__objects{display:flex;flex-direction:column;width:100%;padding:15px 10px}@media screen and (max-width:640px){.motivation__objects{padding-bottom:5px}}.motivation__objects-header{display:flex}.motivation__objects-header.is-mobile{color:#8f95ac}.motivation__objects-list{display:flex;flex-direction:column;border-top:1px solid rgba(143,149,172,.3);padding:15px 10px 0;margin:0 -10px}@media screen and (max-width:640px){.motivation__objects-list{border-top:none;border-bottom:1px solid rgba(143,149,172,.3);padding-bottom:25px;padding-top:0}}.motivation__objects-item{display:flex;width:100%}@media screen and (max-width:640px){.motivation__objects-item{align-items:center;margin-bottom:10px}}@media screen and (max-width:374px){.motivation__objects-item{margin-bottom:8px}}.motivation__fee,.motivation__object{height:100%}.motivation__fee-header,.motivation__object-header{padding:5px 0 35px;display:flex;align-items:center}.motivation__fee-list,.motivation__object-list{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;flex-grow:1}.motivation__fee-item,.motivation__object-item{display:flex;align-items:flex-start;min-height:30px;height:100%;padding:5px 0}.motivation__object{line-height:28px}.motivation__object-amount{display:inline-block;margin-left:10px}.motivation__object-item{color:#7684bc;line-height:17px;padding-right:20px}@media screen and (max-width:640px){.motivation__object-item{color:#8790e5;padding:0}}.motivation__object-usual{color:#000}@media screen and (max-width:640px){.motivation__fee-item{padding:0}}.motivation__fee-item .label-item{white-space:nowrap;margin-right:10px}@media screen and (max-width:640px){.motivation__fee-item .label-item{margin-right:0}}.motivation__conditions,.motivation__manager{display:flex;flex-direction:column}.motivation__conditions{padding-right:40px}.motivation__hidden+.motivation__hidden{margin-top:25px}.motivation__hidden-body,.motivation__hidden-header{display:flex}.motivation__hidden-block{display:flex;flex-direction:column;flex:1 1;padding:0 25px}.motivation__hidden-th{flex:1 1;padding:0 25px;margin-bottom:5px;font-weight:700}@media screen and (max-width:640px){.motivation__download{margin:0 0 16px}}@media screen and (max-width:640px){.mobile-filters.for-motivation .mini-filter .form{background:none;margin:0;padding:0}.mobile-filters.for-motivation .mini-filter__grid{align-items:flex-start;flex-direction:column}.mobile-filters.for-motivation .form__drop-btn{border:1px solid rgba(143,149,172,.2)}.mobile-filters.for-motivation .mini-filter__col{flex-basis:100%;margin-left:0;width:100%}.mobile-filters.for-motivation .mini-filter__advance{margin-top:15px}.mobile-filters.for-motivation .form__drop-content{min-width:0}}@media screen and (max-width:640px){div.motivation__builder{align-items:center;background:rgba(143,149,172,.08);border-radius:4px;flex-direction:row-reverse;min-height:55px;padding:9px 16px}div.motivation__builder .motivation__builder-logo{height:auto;max-width:50px;margin-right:30px;margin-top:0}div.motivation__builder .motivation__builder-logo img{height:auto}}@media screen and (max-width:640px){.custom-table__tr:first-child .custom-table__td,div.motivation__builder .motivation__builder-name{padding:0}}@media screen and (max-width:640px){.custom-table__tr{padding:0;margin-top:16px}}@media screen and (max-width:640px){.label_purple{background:rgba(135,144,229,.2);color:#8790e5}}@media screen and (max-width:374px){.motivation__fee-text{width:100px;display:block;overflow:hidden;text-overflow:ellipsis}}.motivation__details{display:flex;margin:0 -10px;padding:15px 0}.motivation__details .pan-popup-trigger{display:flex}.motivation__details .ant-collapse{display:flex;width:100%}.motivation__details .ant-collapse-header{align-items:center;border-radius:4px;color:#8f95ac;display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;height:28px;font-size:15px;line-height:20px;outline:none;padding:0 18px}@media screen and (max-width:374px){.motivation__details .ant-collapse-header{font-size:14px;line-height:18px;padding:0 10px}}.motivation__details .ant-collapse-header .ant-collapse-arrow svg{margin-left:6px;-webkit-transform:rotate(90deg) scaleY(1.3);transform:rotate(90deg) scaleY(1.3);transition:all .3s;width:10px}.motivation__details .ant-collapse-content{transition:none!important}.motivation__details .ant-collapse-content.ant-collapse-content-inactive{display:none}.motivation__details .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{background:rgba(143,149,172,.1)}.motivation__details .ant-collapse-item.ant-collapse-item-active .ant-collapse-arrow svg{-webkit-transform:rotate(-90deg) scaleY(1.3)!important;transform:rotate(-90deg) scaleY(1.3)!important;transition:all .3s}.motivation__details .ant-collapse-content-box{display:flex;margin-top:15px;text-align:left}.motivation__details .ant-collapse-content-box .label__text{margin-left:15px}.motivation__details .ant-collapse-item{text-align:center;width:50%}.motivation__details .ant-collapse-item .ant-collapse-content{margin-left:-100%}.motivation__details .ant-collapse-item:first-child .ant-collapse-content{margin-right:-100%;margin-left:0}@media screen and (max-width:640px){div.motivation__fee-header,div.motivation__object-header{padding:5px 0 15px}}@media screen and (max-width:640px){.motivation__manager{border:1px solid rgba(143,149,172,.2);border-radius:4px;flex-grow:1;margin-top:10px;padding:22px 22px 18px}.motivation__manager .manager.small .manager-avatar{flex-basis:0;margin-right:20px}.motivation__manager .manager-content,.motivation__manager .manager-title{margin-top:0;text-align:left}.motivation__manager .manager-content{flex-grow:1;width:50px}.motivation__manager .manager.small .manager-title{margin-top:0}.motivation__manager .manager-contacts_item{flex-basis:100%}}@media screen and (max-width:640px){div.motivation__object-header.motivation__table_object{padding-top:5px}}.motivation__for-trade-in .motivation__builder-logo{max-width:95px}.motivation__for-trade-in .motivation__table{padding-bottom:25px}@media screen and (max-width:640px){.motivation__for-trade-in .motivation__table{margin:0 10px}.motivation__for-trade-in .motivation__table .custom-table__card{box-shadow:none;margin-bottom:0}}.motivation__for-trade-in .motivation__table .manager-contacts_item{margin-right:0}.motivation__for-trade-in .motivation__table-control{padding-right:20px}.motivation__for-trade-in .motivation__table-control .button{position:relative}.motivation__for-trade-in .motivation__table-control .button:before{content:"+";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:25px;height:25px;font-size:20px;line-height:22px;font-weight:300;font-family:"Formular",sans-serif}.motivation__for-trade-in .motivation__table-control.is-active .button:before{content:"—";font-size:13px;font-weight:700}.motivation__for-trade-in .motivation__table-dropdown{display:flex;flex-direction:column;margin-top:10px;padding-top:20px;padding-bottom:20px;border-top:1px solid rgba(143,149,172,.3)}.motivation__for-trade-in .motivation__table_builder{flex:1 0 165px;max-width:165px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_builder{max-width:160px;flex-basis:160px}}@media screen and (max-width:1279px){.motivation__for-trade-in .motivation__table_builder{max-width:310px;flex-basis:310px}}.motivation__for-trade-in .motivation__table_objects{flex:1 0 270px;display:flex}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_objects{flex-basis:240px}}@media screen and (max-width:1279px){.motivation__for-trade-in .motivation__table_objects{flex-basis:260px}}@media screen and (max-width:640px){.motivation__for-trade-in .motivation__table_objects{flex-basis:100%}}.motivation__for-trade-in .motivation__table_object{flex:1 0 135px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_object{flex-basis:115px}}@media screen and (max-width:374px){.motivation__for-trade-in .motivation__table_object{flex-basis:65%;padding-right:5px}}@media screen and (max-width:640px){.motivation__for-trade-in .motivation__table_object{flex-basis:57%;padding-right:5px}}.motivation__for-trade-in .motivation__table_fee{flex:1 0 135px;max-width:135px;display:flex;align-items:center}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_fee{flex-basis:105px;max-width:105px}}@media screen and (max-width:640px){.motivation__for-trade-in .motivation__table_fee{flex-basis:43%}}@media screen and (max-width:374px){.motivation__for-trade-in .motivation__table_fee{flex-basis:35%}}.motivation__for-trade-in .motivation__table_terms{flex:1 0 170px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_terms{flex-basis:135px}}.motivation__for-trade-in .motivation__table_signs{flex:1 0 190px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_signs{flex-basis:135px}}.motivation__for-trade-in .motivation__table_purchase{flex:1 0 190px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_purchase{flex-basis:125px}}.motivation__for-trade-in .motivation__table_conditions{flex:1 0 140px;max-width:140px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_conditions{flex-basis:125px;max-width:125px}}@media screen and (max-width:1279px){.motivation__for-trade-in .motivation__table_conditions{padding-left:68px}}.motivation__for-trade-in .motivation__table_manager{flex:1 0 155px;max-width:155px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_manager{flex-basis:125px;max-width:125px}}.motivation__for-trade-in .motivation__table_award{flex:1 0 180px}@media screen and (max-width:1599px){.motivation__for-trade-in .motivation__table_award{flex-basis:125px;max-width:125px}}.motivation__for-trade-in .motivation__table-conditions{align-items:flex-start}.motivation__for-trade-in .motivation__table-conditions .label__text{padding-top:4px}.files__header{padding-top:60px}@media screen and (max-width:640px){.files__header{padding:20px 10px 15px}}.files__breadcrumbs{display:flex;margin-top:20px}@media screen and (max-width:640px){.files__breadcrumbs{flex-wrap:wrap;margin-top:15px}}.files__breadcrumb{color:#8f95ac}.files__breadcrumb-delimiter,.files__breadcrumb-link{color:inherit}.files__breadcrumb-delimiter{display:inline-block;margin-left:10px;margin-right:10px;cursor:default}.files__body{position:relative;margin-top:40px;padding-bottom:135px;margin-left:calc(16.66667% + 15px);margin-right:calc(16.66667% + 15px)}@media screen and (max-width:1279px){.files__body{margin-left:calc(16.66667% + 15px);margin-right:0}}@media screen and (max-width:640px){.files__body{margin:0}}.files__body .search{position:relative}@media screen and (max-width:640px){.files__body .search.with-back{margin-left:70px}}.files__body .search-result{display:none;position:absolute;top:100%;left:0;width:100%;padding:15px;box-shadow:0 0 0 1px rgba(143,149,172,.2);border-radius:0 0 4px 4px;background-color:#fff;z-index:10}.files__body .search-result.is-active{display:block}.files__body .search-result__list .document__row{padding:15px 20px}.files__body .search-result__list .document__row:hover .document__arrow{display:flex}.files__body .search-result__list .files__item{cursor:pointer}.files__body .search-result__list .files__item:hover{background-color:rgba(143,149,172,.08)}.files__body .search-result__list .files__item-control{display:none}.files__body .search-result__more{display:inline-block;margin:15px 20px}.files__return{position:absolute;z-index:1}.files__return .button{padding:17px 27px}@media screen and (max-width:640px){.files__return .button{padding-left:20px;padding-right:20px}}.files__return .button .icon{stroke:#2c2e3e}.files__return .button:hover .icon{stroke:#8f95ac}.files__list{margin-top:20px}.document__row{position:relative;display:flex;align-items:center;padding:25px 0;min-height:60px;margin-left:-6px;margin-right:-6px;border-bottom:1px solid rgba(143,149,172,.1);cursor:pointer;transition:background .15s ease-in-out}.document__row:hover{background-color:rgba(143,149,172,.08)}@media screen and (max-width:767px){.document__row{align-items:flex-start}}@media screen and (max-width:640px){.document__row{margin:0;padding:20px 0}}.document__col{flex:1 1 auto;padding:0 6px}.document__col_icon{flex-basis:28px;flex-grow:0}.document__col_name{flex-grow:0;flex-basis:320px}.document__col_info{flex-basis:160px;display:flex;align-items:flex-end;justify-content:flex-end;margin-right:40px}@media screen and (max-width:1279px){.document__col_info{flex-direction:column}}.document__col_controls{flex-grow:0;display:flex}.document__arrow{display:none;position:absolute;right:20px;top:0;bottom:0;margin:auto 0;width:12px;height:12px;align-items:center;justify-content:center}.document__arrow .icon{width:12px;height:4px;stroke:#2c2e3e;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.document__icon .icon{width:16px;height:16px}.folder__name{font-weight:700}.folder__files-amount{color:#8f95ac}.files__item{cursor:default}.files__item:hover{background-color:initial}.files__item-size{color:#8f95ac;margin-right:25px}.files__item-control{display:flex;align-items:center;justify-content:center;border-radius:50%;width:30px;height:30px;cursor:pointer;transition:background .15s ease-in-out}.files__item-control:hover{background-color:rgba(143,149,172,.1)}.files__item-control .icon{width:22px;height:20px}.files__item-download{margin-left:20px}.files__item-link-container{position:absolute;left:9999px;opacity:0}@media screen and (max-width:640px){.wrapper.for-files{margin:0 10px}}@media screen and (max-width:640px){.files__list .document__row.files__item{margin:0;padding:20px 0}}.document__mobile-wrapper{flex-grow:1}.document__mobile-wrapper .document__col.document__col_info{display:flex;flex-direction:row}@media screen and (max-width:640px){.document__col{padding:0}}@media screen and (max-width:640px){.document__col_info{flex-basis:auto;justify-content:flex-start;margin-right:0;margin-top:5px}}@media screen and (max-width:640px){.document__col_controls{flex-direction:row-reverse}.document__col_controls .files__item-download{margin-left:0;margin-right:14px}.document__col_controls .files__item-download .icon{width:16px}.document__col_controls .files__item-control{background:rgba(143,149,172,.1)}.document__col_controls .clip__tooltip .popover__inner{width:200px}}@media screen and (max-width:640px){.document__col_icon{flex-shrink:0}}.slider{border-radius:5px;border:1px solid hsla(0,0%,59.2%,.3);padding:20px 0;position:relative}.slider__nav{position:absolute;right:220px;top:-30px;background:#fff;z-index:10;padding:0 10px}@media screen and (max-width:1279px){.slider__nav{right:90px;top:-22.5px}}.slider__nav-wrap{list-style:none;padding-left:0;display:flex;height:60px;width:100px;border-radius:30px;border:1px solid rgba(143,149,172,.3);overflow:hidden;margin:0}@media screen and (max-width:1279px){.slider__nav-wrap{height:45px}}.slider__nav-item{width:50%;display:flex;outline:none;cursor:pointer;align-items:center;justify-content:center;transition:background .15s ease-in-out}.slider__nav-item:hover{background-color:rgba(143,149,172,.2)}.slider__nav-item:active{background-color:rgba(143,149,172,.3)}.slider__nav-item .icon{width:6px;height:11px}.slider__nav-item.prev .icon{margin-right:-10px}.slider__nav-item.next .icon{margin-left:-10px}.slider__item{border-right:1px solid rgba(143,149,172,.3)}@media screen and (max-width:600px){.slider__item{border-right:none}}.slider__image{height:35px;margin-bottom:30px}.slider__image img{display:block;max-width:100%;max-height:35px}.slider__conditions{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between;margin-bottom:12px;font-size:14px;line-height:18px}@media screen and (max-width:1600px){.slider__conditions{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.slider__conditions{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.slider__conditions{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.slider__conditions{margin-left:0;margin-right:0}}.slider__condition{margin-left:15px;margin-right:15px;width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.slider__condition{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.slider__condition{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.slider__condition{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.slider__condition{width:calc(58.33333% - 22px)}}@media screen and (max-width:1279px){.slider__condition{width:calc(58.33333% - 16px)}}.slider__value{margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);font-weight:700;color:#ff2d23}@media screen and (max-width:1600px){.slider__value{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.slider__value{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.slider__value{margin-left:5px;margin-right:5px}}@media screen and (max-width:1599px){.slider__value{width:calc(41.66667% - 22px)}}@media screen and (max-width:1279px){.slider__value{width:calc(41.66667% - 16px)}}.slider__more{color:#8f95ac;margin-top:20px}.slider__more .icon_more{margin-left:6px;fill:none;stroke:#8f95ac;width:10px;height:10px}.slider__link{color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit;color:#8f95ac}.slider__link:hover{color:#cf2d23}@media screen and (max-width:640px){.assignations-top__slider.slider .slider__item.tns-slide-active.slider__item-one{margin-right:0}.assignations-top__slider.slider .slider__item.tns-slide-active.slider__item-one .flats__card.flats__card_compact{width:calc(100% - 10px)}}@-webkit-keyframes bounceRight{0%,20%,50%,80%,to{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}60%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes bounceRight{0%,20%,50%,80%,to{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}60%{-webkit-transform:translateX(10px);transform:translateX(10px)}}.assignations-attention{position:relative}.assignations-attention__btns{display:flex;align-items:center;flex-direction:column;position:absolute;top:80px;right:0;z-index:10}@media screen and (max-width:1279px){.assignations-attention__btns{display:none}}.assignations-attention__btn{margin-bottom:10px}.assignations-attention__btn .button{display:flex;align-items:center;font-size:14px;font-weight:700;color:#ff2d23}.assignations-attention__icon{display:flex;justify-content:center;align-items:center;width:33px;height:33px;margin-right:15px;background:#ff2d23;border-radius:50%;-webkit-animation:bounceRight 2s ease-in-out infinite;animation:bounceRight 2s ease-in-out infinite}.assignations-attention__icon .icon{width:15px;margin-right:0;stroke:#fff}.assignations-attention__icon.no-animation{-webkit-animation:none;animation:none;margin-right:8px}.assignations-attention_static{display:none}@media screen and (max-width:1279px){.assignations-attention_static{display:block;margin-top:15px}}.assignations-attention_static .assignations-attention__btns{display:none;position:static;flex-direction:row;justify-content:center}@media screen and (max-width:1279px){.assignations-attention_static .assignations-attention__btns{display:flex}}.assignations-attention_static .assignations-attention__btn{margin-bottom:0}.assignations-attention_static .assignations-attention__btn:first-of-type{margin-right:15px}.assignations-top{padding-top:25px;padding-bottom:0}.assignations-top__title{text-align:center;margin-bottom:50px}.assignations-flats{position:relative;padding-top:50px}@media screen and (max-width:640px){.assignations-flats{background:#fff;padding-top:25px}.assignations-flats .map{top:0}.assignations-flats .public__map-button{left:10px}.assignations-flats .section__grid-col{margin:0 0 25px}.assignations-flats .flat-card__col{box-shadow:0 4px 20px rgba(143,149,172,.1);border-radius:5px}.assignations-flats .flats__card,.assignations-flats .flats__card-image{padding:0}.assignations-flats .flats__card-image{display:flex;border-radius:5px}.assignations-flats .flats__card-info{padding:16px 12px 21px 14px}.assignations-flats .flats__card-price{font-size:21px;line-height:24px}.assignations-flats .flats__card-features{padding-top:5px}.assignations-flats .card__company{margin-top:15px}.assignations-flats .flats__card-feature_title{order:1}.assignations-flats .flats__card-feature_value{margin-top:5px;order:2}}.assignations-flats__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.assignations-flats__header .button{box-shadow:none}.assignations-flats__header .button:active,.assignations-flats__header .button:focus,.assignations-flats__header .button:hover{background:none;color:#ff2d23}.assignations-flats__header .button:active svg,.assignations-flats__header .button:focus svg,.assignations-flats__header .button:hover svg{fill:#ff2d23}@media screen and (max-width:640px){.assignations-flats__header{margin-bottom:0}}@media screen and (max-width:767px){.assignations-flats__title{margin-bottom:15px;padding:0 10px}}.assignations-flats__title_flex{display:flex;align-items:baseline}@media screen and (max-width:1023px){.assignations-flats__title_flex{flex-direction:column}}.assignations-flats__tables{padding-bottom:60px}@media screen and (max-width:640px){.assignations-flats__public-assignment{background:rgba(143,149,172,.08);padding-top:20px}.assignations-flats__public-assignment .flats__row{border-radius:0}}.assignations-flats__row{margin-bottom:30px}@media screen and (max-width:1599px){.assignations-flats__row{margin-left:-12px;margin-right:-12px}}@media screen and (max-width:1279px){.assignations-flats__row{margin-left:0;margin-right:0}}@media screen and (max-width:1599px){.assignations-flats .flats__row-table table{padding:0 12px 20px}}@media screen and (max-width:1279px){.assignations-flats .flats__row-table table{padding-left:0;padding-right:0}}.assignations-flats__table-id{padding-left:15px!important}.assignations-flats__table>tbody>tr.child ul.dtr-details span.dtr-title{min-width:auto;white-space:nowrap}.assignations-flats__table .dtr-data .surface{width:auto;height:auto}.assignations-flats__table .dtr-data .surface__wrap{white-space:normal;line-height:17px}.assignations-flats__reglament{display:flex;align-items:center;margin-left:25px}@media screen and (max-width:1023px){.assignations-flats__reglament{margin-left:0;margin-top:10px}}.assignations-flats__reglament .link{color:#8f95ac;margin-left:8px}#filter-results{position:absolute;opacity:0;z-index:-1;top:-150px}.surface{position:relative;max-width:60px;min-width:100%;height:25px}.surface__wrap{width:100%;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.surface__wrap:hover{position:absolute;top:0;left:-10px;width:auto;overflow:visible;background-color:#fff;box-shadow:0 0 15px rgba(44,46,62,.1);border-radius:4px;z-index:10;padding:0 10px}@media screen and (max-width:640px){#assignations-slider div.slider__item:hover img{-webkit-transform:none;transform:none}}@media screen and (max-width:767px){.assignations-flats__public-assignment.assignations-flats__tables{padding:10px 10px 55px}}.assignations-flats_public{padding-top:0}@media screen and (max-width:767px){.assignations-flats_public{padding-bottom:40px}}@media screen and (max-width:1279px){.assignation-photos{margin-bottom:20px}}@media screen and (max-width:767px){.assignation-photos{margin-bottom:0}}@media screen and (max-width:640px){.assignation-info .flat__col-row{flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.assignation-info .flat__complex{flex-basis:100%}.assignation-info .flat__title{margin-right:0;padding-top:7px;width:70%}.assignation-info .manager{flex-wrap:wrap}.assignation-info .manager-contacts_item{flex-basis:100%}.assignation-info .manager-avatar_wrapper{height:75px;width:75px}.assignation-info .manager-avatar{flex-basis:auto}.assignation-info .manager-action{flex-basis:100%}.assignation-info .manager-action .button{border-radius:5px;width:100%}}@media screen and (max-width:374px){.assignation-info .flat__title{width:64%}}.assignation-info .assignation-info__client-type{cursor:text;margin-right:0;margin-left:15px}.assignation-info .assignation-info__client-type:hover{background-color:#8f95ac}.assignation-info .flat__col-row{display:flex;width:100%}@media screen and (max-width:767px){.assignation-info .flat__col-row{flex-direction:column}}.assignation-info .flat__col-row .flat__title{min-width:400px;max-width:100%;margin-right:35px;flex-shrink:1}@media screen and (max-width:1279px){.assignation-info .flat__col-row .flat__title{min-width:300px}}.assignation-info .flat__col-row .flat__title_small{min-width:280px}@media screen and (max-width:1279px){.assignation-info .flat__col-row .flat__title_small{min-width:250px}}.assignation-info .flat__col-row .flat__complex{margin-right:auto;width:100%;display:flex;flex-direction:column;justify-content:center}.assignation-info .flat__col-row .flat__complex .flat__complex-grid:first-child .flat__complex-col{padding-top:0}.assignation-info .flat__col-title{width:calc(58.33333% - 30px);flex-direction:column;align-items:flex-start}@media screen and (max-width:1599px){.assignation-info .flat__col-title{width:calc(66.66667% - 22px)}}@media screen and (max-width:767px){.assignation-info .flat__col-title{flex-basis:100%;width:100%}}@media screen and (max-width:1279px){.assignation-info .flat__col-download{width:calc(33.33333% - 16px);flex-direction:column;align-items:flex-end;justify-content:flex-start}.assignation-info .flat__col-download .flat__download{margin-bottom:20px}.assignation-info .flat__col-download .button_presentation{max-width:none}}@media screen and (max-width:767px){.assignation-info .flat__col-download{align-items:flex-start}}@media screen and (max-width:1279px){.assignation-info .flat__complex{flex-direction:column}}.assignation-info .flat__complex-grid{display:flex;flex-wrap:nowrap}.assignation-info .flat__complex-grid_wrap{flex-wrap:wrap}@media screen and (max-width:1279px){.assignation-info .flat__complex-grid{flex-direction:column;height:auto}}@media screen and (max-width:1279px){.assignation-info .flat__complex .complex__routes{align-items:flex-start}}.assignation-info .flat__complex-col{flex:1 1 50%;display:flex;justify-content:space-between;flex-direction:column;padding-top:15px}@media screen and (max-width:1279px){.assignation-info .flat__complex-col{flex:0 1 auto;padding-top:10px}}.assignation-info .flat__complex-address{padding-top:2px;line-height:18px}.assignation-info .flat__complex-title .h4{font-size:16px;line-height:20px}.assignation-info .flat__complex-link{margin-top:4px}.assignation-info .flat__updated{color:#8f95ac;font-style:italic;margin-top:15px;white-space:nowrap}.assignation-info .flat__info-btns{justify-content:flex-start}@media screen and (max-width:1279px){.assignation-info .flat__info-btns{justify-content:center;padding-top:20px;border-bottom:none}}@media screen and (max-width:767px){.assignation-info .flat__info-btns{padding:0;margin:0}}.assignation-info .complex__routes-item{color:#8f95ac}.assignation-info .complex__metro-station,.assignation-info .complex__route-time{color:inherit}.assignation-about{position:relative;padding:25px 65px 30px;color:#fff;background:#8f95ac;line-height:18px;border-radius:5px}@media screen and (max-width:640px){.assignation-about{padding:20px 10px}}.assignation-about p:first-of-type{margin-top:0}.assignation-about__info{position:absolute;top:25px;left:23px;display:flex;justify-content:center;align-items:center;width:25px;height:25px;background:#666b81;border-radius:50%}@media screen and (max-width:640px){.assignation-about__info{left:auto;right:10px}}.assignation-about__info:after{content:"Примечания";position:absolute;left:25px;top:-100%;z-index:1;background:#fff;font-size:11px;padding:5px 10px;box-shadow:0 2px 10px rgba(44,46,62,.2);border-radius:4px;white-space:nowrap;color:#2c2e3e;font-weight:700;display:none}.assignation-about__info:hover:after{display:block}.assignation-about__info .icon{width:15px;height:15px;fill:#fff}.assignation-about__body{display:flex;flex-direction:column;align-items:flex-start;position:relative;height:75px;overflow:hidden;transition:height .3s}.assignation-about__body+.assignation-about__toggle{padding-top:15px}.assignation-about__col{flex-grow:1}.assignation-about__col:first-child{margin-right:100px}@media screen and (max-width:640px){.assignation-about__col:first-child{margin-right:40px}}.assignation-about p{font-size:14px;line-height:21px;margin:15px 0}.assignation-about p:last-child,.assignation-about p:only-of-type{margin-bottom:0}.assignation-about br:last-child{display:none}.assignation-about__toggle{position:relative;width:100%;text-align:left;color:#fff}.assignation-about__toggle:after{content:"";width:100%;position:absolute;top:-10px;left:0;height:25px;background-image:linear-gradient(rgba(143,149,172,.2),#8f95ac)}.assignation-about .icon_chevron{stroke:#fff;fill:transparent;font-size:12px;margin-left:5px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.assignation-about.opened .assignation-about__body{height:auto}.assignation-about.opened .icon_chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.assignation-about.opened .assignation-about__toggle:after{display:none}.assignation-calc{margin:90px 0}.assignation-calc__title{margin-bottom:30px}.assignation-reservation{position:relative;padding-top:240px}@media screen and (max-width:640px){.assignation-reservation{padding-top:0;max-width:100%}.assignation-reservation .react-datepicker-wrapper{width:100%}}.assignation-reservation__header{position:absolute;top:-50px;left:-125px;right:-125px;height:240px;padding:55px 225px 0}@media screen and (max-width:640px){.assignation-reservation__header{left:-30px;right:-30px}}.assignation-reservation__header-bg{position:absolute;top:0;bottom:0;right:0;left:0;border-top-right-radius:5px;overflow:hidden}@media screen and (max-width:640px){.assignation-reservation__header-bg{text-align:center;width:100%}}.assignation-reservation__header-bg .icon{width:100%;height:238px}.assignation-reservation__warning{color:#ff2d23;font-weight:700;margin:10px 0}@media screen and (max-width:640px){div.assignations__slider-item img{height:auto}}.button.button_view_outline-with-icon-invert.mobile-map{border:none;box-shadow:none;font-size:11px;font-weight:700;height:auto;line-height:16px;margin-bottom:20px;padding:0 10px}.button.button_view_outline-with-icon-invert.mobile-map.for-secondary{justify-content:flex-end}.button.button_view_outline-with-icon-invert.for-list-secondary{position:fixed;left:10px;right:0;bottom:20px;z-index:100}@media screen and (max-width:767px){.button.button_view_outline.for-reglament{border-radius:5px;color:#8f95ac;width:100%;align-items:center;display:flex;justify-content:center;height:44px}}.mobile-filters .assignation-reservation__header{background:none;left:0;right:0;top:-23px}@media screen and (max-width:640px){.assignations-flats__row{margin-bottom:10px}}.flat__complex-title{margin-right:15px}.contacts__title{margin-bottom:30px}@media screen and (max-width:640px){.contacts__title{margin:0 10px 20px}}.contacts__header{margin:60px 0 20px}@media screen and (max-width:640px){.contacts__header{margin:20px 0}}.contacts .wrapper{overflow:hidden}.contacts__content{margin-bottom:60px}@media screen and (max-width:640px){.contacts__department{border-bottom:1px solid rgba(143,149,172,.2);margin:0 10px 30px}.contacts__department:last-child{border-bottom:none}}.contacts__department-title{margin-bottom:50px}@media screen and (max-width:1279px){.contacts__department-contact{max-width:200px;margin:0 auto}}@media screen and (max-width:640px){.contacts__department-contact{margin:0;max-width:none}}.contacts__grid{position:relative;display:flex;flex-wrap:wrap;margin-left:-65px;margin-right:-65px}@media screen and (max-width:1599px){.contacts__grid{margin-left:-40px;margin-right:-40px}}@media screen and (max-width:1279px){.contacts__grid{margin-left:-30px;margin-right:-30px}}.contacts__grid-col{max-width:25%;flex-basis:25%;padding:0 65px;margin-bottom:95px}@media screen and (max-width:1599px){.contacts__grid-col{padding:0 40px;margin-bottom:80px}}@media screen and (max-width:1279px){.contacts__grid-col{max-width:33.3333%;flex-basis:33.3333%;padding:0 30px;margin-bottom:50px}}@media screen and (max-width:640px){.contact{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}}.contact__photo{margin-bottom:25px;border-radius:4px;overflow:hidden}@media screen and (max-width:640px){.contact__photo{height:240px;width:205px}}.contact__photo img{width:100%;height:310px}@media screen and (max-width:1599px){.contact__photo img{height:265px}}@media screen and (max-width:1279px){.contact__photo img{height:230px}}.contact__post{margin:8px 0 15px;color:#8f95ac}.contact__developers{display:inline-block;margin-bottom:15px;color:#7684bc}.contact__developers .label__icon{margin-right:10px}.contact__developers-item{margin:9px 0}.contact__developers-item a{color:#7684bc}.contact__developers-block{max-height:250px}.contact__developers .popover__inner{width:320px;background-color:initial}@media screen and (max-width:1279px){.contact__developers .popover__inner{width:235px}}.contact__developers .popover__block{border-radius:4px;background-color:#fff}.contact__contacts{margin-bottom:15px}.contact__contacts-item{margin:5px 0}.contact__contacts-item a{color:#1e2030}.contact__socials{display:flex}@media screen and (max-width:640px){.contact__socials{justify-content:center}}.contact__socials-item{margin-left:15px}.contact__socials-item:first-child{margin-left:0}@media screen and (max-width:640px){.contact__details{max-width:205px}}.attendats__row{display:flex;justify-content:space-between;padding-bottom:30px}.attendats__row+.attendats__row{padding-top:30px;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1279px){.attendats__row{justify-content:flex-start}}@media screen and (max-width:767px){.attendats__row{flex-direction:column}}.attendats__item{display:flex;flex-direction:column;align-items:flex-start;width:575px;max-width:100%}@media screen and (max-width:1599px){.attendats__item{width:550px}}@media screen and (max-width:1279px){.attendats__item{width:50%}.attendats__item:first-child{margin-right:100px}}@media screen and (max-width:767px){.attendats__item{width:100%;margin:0 auto}.attendats__item:first-child{padding-bottom:30px}.attendats__item+.attendats__item{padding-top:30px;border-top:1px solid rgba(143,149,172,.2)}}.attendats__block{display:flex;align-items:center}@media screen and (max-width:1279px){.attendats__block{flex-direction:column;align-items:flex-start}}.attendats__label{display:inline-flex;padding:6px 22px;margin-bottom:20px;background:#ff2d23;border-radius:100px;color:#fff;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.3px;text-transform:uppercase}@media screen and (max-width:767px){.attendats__label{margin-left:auto;margin-right:auto}}@media screen and (max-width:640px){.attendats__label{margin-left:0;margin-right:0}}.attendats__photo{width:80px;height:80px;margin-right:30px;border-radius:50%;object-fit:cover}.attendats__person{width:180px}@media screen and (max-width:640px){.attendats__person{text-align:left}}.attendats__content{display:flex;width:100%}@media screen and (max-width:767px){.attendats__content{justify-content:center}}.attendats__contacts{display:flex;flex-direction:column;margin:0 60px 0 15px;flex-shrink:0}.attendats__contacts a+a{margin-top:5px}@media screen and (max-width:1599px){.attendats__contacts{margin-left:35px;margin-right:35px}}@media screen and (max-width:1279px){.attendats__contacts{margin:5px 0 15px}}.attendats__socials{margin-left:auto}@media screen and (max-width:1279px){.attendats__socials{margin-left:0}}.attendats__position{margin-bottom:0}.attendats__contacts-icon{width:32px;height:32px}.attendats__contacts-icon .icon{width:1.2em;height:1.2em}.contact__developers-block.for-popup .simplebar-track.simplebar-vertical{right:-30px}.auth{position:relative;min-height:100vh;padding-top:90px;display:flex;justify-content:space-between;flex-direction:column}@media screen and (max-width:767px){.auth{padding-top:0;justify-content:flex-start}}.auth__bg{right:0;bottom:0;z-index:0;overflow:hidden}.auth__bg,.auth__bg_left{position:absolute;top:0;left:0}.auth__bg_left{height:100%}.auth__bg_left .icon{width:650px;height:100%;margin-left:-135px}@media screen and (max-width:1279px){.auth__bg_left .icon{width:530px}}@media screen and (max-width:1599px){.auth__bg_left{top:70px}}@media screen and (max-width:767px){.auth__bg_left{display:none}}.auth__bg_right{position:absolute;right:0;top:0;height:100%}.auth__bg_right .icon{width:600px;height:100%}@media screen and (max-width:1599px){.auth__bg_right .icon{margin-right:-100px}}@media screen and (max-width:767px){.auth__bg_right{display:none}}.auth__bg_planet-1{position:absolute;top:144px;left:63px}@media screen and (max-width:1279px){.auth__bg_planet-1{left:20px}.auth__bg_planet-1 .icon_saturn{width:91px;height:91px}}@media screen and (max-width:767px){.auth__bg_planet-1{top:50px;left:62px}.auth__bg_planet-1 .icon_saturn{width:61px;height:61px}}.auth__bg_planet-2{position:absolute;right:195px;bottom:302px}@media screen and (max-width:1599px){.auth__bg_planet-2{right:125px}}@media screen and (max-width:1279px){.auth__bg_planet-2{right:89px;bottom:150px}.auth__bg_planet-2 .icon_jupiter{width:71px;height:71px}}@media screen and (max-width:767px){.auth__bg_planet-2{right:15px;bottom:40px}.auth__bg_planet-2 .icon_jupiter{width:50px;height:50px}}.auth__content{position:relative;padding-bottom:55px;z-index:5;display:flex;align-items:center;flex-direction:column}@media screen and (max-width:767px){.auth__content{padding-bottom:30px}}.auth__logo{display:flex;justify-content:center;margin-bottom:50px}@media screen and (max-width:1599px){.auth__logo{margin-bottom:30px}}@media screen and (max-width:1279px){.auth__logo{margin-bottom:80px}}@media screen and (max-width:767px){.auth__logo{margin-top:15px;margin-bottom:30px;padding:0 10px;z-index:10;justify-content:flex-start}.auth__logo .icon{width:52.5px;height:28px}}.auth__logo .icon{width:85px;height:45px}.auth__title{text-align:center;margin-bottom:50px}@media screen and (max-width:767px){.auth__title{margin-bottom:20px}}.auth__form{max-width:470px;width:100%}.auth__form-tab{display:none}.auth__form-tab.active{display:block}.auth__sign-in{padding-top:50px}@media screen and (max-width:1599px){.auth__sign-in{padding-top:0}}.auth__footer{margin-top:auto}@media screen and (max-width:767px){.auth__footer{background-color:#fff;z-index:10}}.auth__footer-content{border-top:1px solid rgba(143,149,172,.2);padding:10px 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.auth__footer-content{justify-content:center;padding:0}}.auth__footer-pan{color:#8f95ac}@media screen and (max-width:767px){.auth__footer-pan{display:none}}.auth__footer .footer__social{width:auto;height:50px;margin:0}.auth__footer-socials{display:flex;align-items:center}.auth__footer-join{color:#8f95ac;margin-right:30px}@media screen and (max-width:767px){.auth__footer-join{display:none}}.auth__department{position:absolute;top:65px;right:65px;border-radius:5px;background-color:#f9fafc;z-index:5;padding:20px}@media screen and (max-width:1279px){.auth__department{top:40px;right:20px;padding:10px 20px}}@media screen and (max-width:767px){.auth__department{top:15px;right:10px;background:transparent;padding:0}}.auth__department-phone{font-weight:700;font-size:20px;line-height:25px;margin-bottom:10px}@media screen and (max-width:1279px){.auth__department-phone{font-size:14px;margin-bottom:0}}.auth__department-phone a{color:#2c2e3e}.auth__department-name{color:#8f95ac}.sign-in__title,.sign-up__title{font-weight:700;margin-bottom:30px;text-align:center}@media screen and (max-width:767px){.sign-in__title,.sign-up__title{font-weight:400;margin-bottom:20px;padding:0 45px}}.sign-in__row,.sign-up__row{display:flex;padding:8px 0}.sign-in__input,.sign-in__remember,.sign-up__input,.sign-up__remember{flex-grow:1}.sign-in__forgot,.sign-up__forgot{color:#8f95ac;display:flex;align-items:center}.sign-in__submit,.sign-up__submit{margin:auto;text-align:center}@media screen and (max-width:767px){.sign-in__submit,.sign-up__submit{flex-grow:1}}.sign-in__footer,.sign-up__footer{flex-grow:1;text-align:center}.sign-in__sign-up,.sign-up__sign-up{color:#8f95ac}.events__header{display:flex;align-items:center;justify-content:space-between;margin:60px 0 40px}@media screen and (max-width:1599px){.events__header{align-items:normal;flex-direction:column}}.events__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.events__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.events__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.events__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.events__grid{margin-left:0;margin-right:0}}.events__grid-col{padding-left:15px;padding-right:15px}@media screen and (max-width:1600px){.events__grid-col{padding-left:11px;padding-right:11px}}@media screen and (max-width:1280px){.events__grid-col{padding-left:8px;padding-right:8px}}@media screen and (max-width:768px){.events__grid-col{padding-left:5px;padding-right:5px}}.events__list{width:58.33333%}.events__day+.events__day{margin-top:30px;padding-top:30px;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.events__day+.events__day{border-top:none;padding-top:0}}.events__day-title{font-weight:700;font-size:16px;line-height:20px;margin-bottom:30px}.events__day-title.today{color:#ff2d23}.events__event{display:flex;align-items:flex-start;margin-bottom:35px}.events__event-time{padding:7px 15px;background-color:#8f95ac;color:#fff;margin-right:20px;border-radius:100px}.events__event-name{font-weight:700;font-size:16px;line-height:20px}.events__event-info{display:flex;flex-wrap:wrap}.events__event-label{color:#8f95ac;margin-right:30px;margin-top:20px}.events__aside{width:33.33333%}.events__aside_sticky{position:-webkit-sticky;position:sticky;top:280px;margin-bottom:20px}.events__main{width:280px;margin-left:auto;padding:55px 30px;background-color:#2c2e3e;border-radius:5px}@media screen and (max-width:1279px){.events__main{width:230px}}.events__main-date{color:#ff2d23;font-weight:700;font-size:16px;line-height:20px;margin-bottom:20px}.events__main-time{color:#8f95ac;margin-bottom:15px}.events__main-name{font-weight:700;font-size:20px;line-height:26px;color:#fff;margin-bottom:40px}@media screen and (max-width:1279px){.events__main-name{font-size:18px;margin-bottom:20px}}.events__main-places{color:#8f95ac;margin-bottom:30px}.events__secondary{border:1px solid rgba(143,149,172,.2);border-radius:5px;margin-top:20px;padding:35px;width:345px;margin-left:auto}@media screen and (max-width:1279px){.events__secondary{padding:20px;width:230px}}.events__secondary-name{margin-bottom:10px}.events__secondary-info{margin-bottom:20px;color:#8f95ac}.events__reports{margin-top:75px;margin-bottom:75px}.events__reports-header{display:flex;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:1599px){.events__reports-header{margin-bottom:30px}}.events__reports .reports__item{position:relative;cursor:pointer}.events__reports .reports__item .gallery__item{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.events__reports .reports__item-image{border-radius:4px;overflow:hidden;margin-bottom:30px}@media screen and (max-width:1599px){.events__reports .reports__item-image{margin-bottom:15px}}.events__reports .reports__item-image img{width:100%;height:260px;object-fit:cover}@media screen and (max-width:1599px){.events__reports .reports__item-image img{height:205px}}@media screen and (max-width:1279px){.events__reports .reports__item-image img{height:170px}}.events__reports .reports__item-name{font-weight:700;font-size:20px;line-height:28px;margin-bottom:10px}@media screen and (max-width:1599px){.events__reports .reports__item-name{font-size:16px;line-height:20px}}.events__reports .reports__item-date{color:#8f95ac}.events__reports .reports__item:hover .reports__item-name{color:#ff2d23}.calendar__nav{display:flex;max-width:100%;overflow:hidden}@media screen and (max-width:1599px){.calendar__nav{margin-top:20px}}.calendar__nav-list{flex-grow:1;display:flex}@media screen and (max-width:1279px){.calendar__nav-list{overflow:auto;padding-bottom:5px}}.calendar__nav-month{padding:7px 15px;border-radius:100px;cursor:pointer}@media screen and (max-width:1279px){.calendar__nav-month{padding:7px 12px}}.calendar__nav-month:hover{background-color:rgba(143,149,172,.1)}.calendar__nav-month.active{background-color:#8f95ac;border-radius:0;color:#fff}.calendar__nav-month.active_left{background-color:#8f95ac;border-radius:100px 0 0 100px;color:#fff}.calendar__nav-month.active_right{background-color:#8f95ac;border-radius:0 100px 100px 0;color:#fff}.calendar__nav-controls{flex:0 0 auto;margin-left:10px}.calendar__nav-controls .tabs__navs{margin-right:0}.calendar__month{height:420px;border-radius:5px;background-color:rgba(143,149,172,.08)}.calendar__designations-list{display:flex;margin-top:40px;margin-bottom:80px}@media screen and (max-width:767px){.calendar__designations-list{background:rgba(143,149,172,.08);border-radius:5px;flex-direction:column;margin-top:0;margin-bottom:0;padding:18px 30px 20px}}.calendar__designations-item{position:relative;padding-left:26px;color:#8f95ac}@media screen and (max-width:767px){.calendar__designations-item{font-size:15px}}@media screen and (max-width:374px){.calendar__designations-item{font-size:14px}}.calendar__designations-item+.calendar__designations-item{margin-left:75px}@media screen and (max-width:1279px){.calendar__designations-item+.calendar__designations-item{margin-left:25px}}@media screen and (max-width:767px){.calendar__designations-item+.calendar__designations-item{margin-left:0;margin-top:7px}}.calendar__designations-item:before{content:"";position:absolute;top:0;left:0;bottom:0;margin:auto 0;display:block;width:6px;height:6px;border-radius:50%;background-color:rgba(143,149,172,.4)}.calendar__designations-item:nth-child(2):before{background-color:#7684bc}.calendar__designations-item:nth-child(3):before{background-color:#ff2d23}.subscribe-bg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='167' height='157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.552 190.532l170.855-56.437c4.746-1.568 6.348-6.314 5.103-10.118L188.534 7.929c-1.557-4.756-6.287-6.355-10.084-5.101L7.596 59.265C3.799 60.52 1.247 65.58 2.492 69.383L40.47 185.431c1.556 4.756 6.287 6.355 10.083 5.101z' fill='%238F95AC' fill-opacity='.08'/%3E%3Cpath d='M119.823 106.516l71.839-92.242-.623-1.902c-2.179-6.659-9.742-10.485-16.386-8.29L12.342 57.698C1.008 61.193 1.87 67.48 4.048 74.139l.622 1.903 115.152 30.474z' fill='%238F95AC' fill-opacity='.15'/%3E%3C/svg%3E");background-position:100% 100%;background-repeat:no-repeat}.subscribe-bg.modal__inner{padding-left:75px;padding-right:75px}.subscribe-bg .modal__hint{padding:0 100px}.subscribe__socials,.subscribe__socials-item{display:flex;justify-content:center}.subscribe__socials-item{align-items:center;width:50px;height:50px;border-radius:50%;background-color:rgba(143,149,172,.1);cursor:pointer;transition:background-color .15s ease-in-out}.subscribe__socials-item+.subscribe__socials-item{margin-left:20px}.subscribe__socials-item .icon{fill:rgba(143,149,172,.7);transition:fill .15s ease-in-out}.subscribe__socials-item:hover{background-color:#ff2d23}.subscribe__socials-item:hover .icon{fill:#fff}@media screen and (max-width:767px){.events__calendar{margin:0 10px}.events__calendar .tns-outer{position:relative}.events__calendar .tns-nav{height:27px;position:absolute;top:-29px;width:100%}.events__calendar .tns-nav button{background:none;height:100%;outline:none;transition:all .3s ease 0s,border 0s;width:33.3%}.events__calendar .tns-nav .tns-nav-active{border-bottom:2px solid #ff2d23}.events__calendar #tns2>.tns-item{padding:0}.events__calendar #tns2-iw,.events__calendar #tns3-iw{margin:0}.events__calendar .tns-slider.tns-carousel{min-height:320px;height:auto}}@media screen and (max-width:767px){div.calendar__month{background:none;height:auto;padding:25px 30px 0}div.calendar__month:hover{background:none}}@media screen and (max-width:767px){.react-calendar__navigation__label__labelText.react-calendar__navigation__label__labelText--from{font-size:18px}}@media screen and (max-width:767px){.events__grid{flex-direction:column;margin-top:25px}}@media screen and (max-width:767px){.events__aside{padding:0 10px;width:100%}}@media screen and (max-width:767px){.events__day-list{border-bottom:1px solid rgba(143,149,172,.2);margin-bottom:24px;padding-bottom:25px}}@media screen and (max-width:767px){.events__event{margin-bottom:0}}@media screen and (max-width:767px){.events__day-title{font-size:15px;margin-bottom:20px}}@media screen and (max-width:374px){.events__day-title{font-size:14px}}@media screen and (max-width:767px){.events__event-name{font-size:15px}}@media screen and (max-width:374px){.events__event-name{font-size:14px}}@media screen and (max-width:767px){.events__event-label{margin:8px 0 0}}@media screen and (max-width:767px){.events__secondary{min-height:145px;margin:0;padding:20px 30px;position:relative;width:100%}.events__secondary+.events__secondary{margin-top:20px}.events__secondary .icon_mail-bg{bottom:-9px;height:105px;width:150px;position:absolute;right:-9px}.events__secondary .pdf-icon{position:absolute;right:0;bottom:0}}@media screen and (max-width:767px){.events__secondary-info{color:#8f95ac;font-size:15px;margin-bottom:10px}}@media screen and (max-width:374px){.events__secondary-info{font-size:13px}}@media screen and (max-width:767px){.events__header{margin:20px 0 15px}}@media screen and (max-width:767px){.events__secondary-name{font-size:15px;margin-bottom:15px}}@media screen and (max-width:374px){.events__secondary-name{font-size:14px}}@media screen and (max-width:767px){div.react-calendar__navigation{height:auto;margin-bottom:15px}}@media screen and (max-width:767px){.events__list{padding:0 10px;width:100%}}@media screen and (max-width:767px){.events__reports{margin-left:10px;margin-right:10px;margin-top:50px}.events__reports .reports__item{box-shadow:0 4px 20px rgba(143,149,172,.1);min-height:292px;width:90%}.events__reports .tns-inner{margin-right:-10px!important;overflow:hidden;padding-right:10px;margin-left:-10px!important;padding-left:10px}.events__reports .tns-item.tns-slide-active+.tns-item{margin-left:-20px}.events__reports .tns-ovh{overflow:visible}.events__reports .reports__item-name{padding:0 10px}.events__reports .reports__item-date{padding:0 10px 20px}}.calendar__mobile-nav-controls{border-bottom:1px solid rgba(143,149,172,.2);display:flex;justify-content:space-between;padding-bottom:9px}.calendar__mobile-nav-item{text-align:center;width:33.3%}@media screen and (max-width:767px){div.event__title{margin:20px 0 28px;padding:0 10px;width:100%}}@media screen and (max-width:767px){div.event__info{margin:0 10px 25px;padding:24px 26px}div.event__info .event__info-col{padding:0;margin-bottom:18px}div.event__info .event__label{margin-top:5px}}@media screen and (max-width:767px){.event__speaker{align-items:center}}@media screen and (max-width:767px){div.event__details{order:3;margin:35px 0 0;padding:0 10px;width:100%}div.event__details b{display:block;margin-bottom:20px}div.event__details ul{padding-left:20px}div.event__details li,div.event__details p{margin-bottom:10px}}@media screen and (max-width:767px){div.event__registration{border:1px solid rgba(143,149,172,.2);border-radius:5px;margin:0 10px;padding:30px 24px 25px;width:100%}}@media screen and (max-width:767px){.event__registration-availability{display:flex;flex-direction:row-reverse;justify-content:flex-end}}@media screen and (max-width:767px){div.event__registration-label{align-items:center;display:flex;margin-top:0;margin-right:55px;text-align:left;width:46%}}@media screen and (max-width:767px){.h1.event__registration-places{font-size:48px;line-height:55px}}@media screen and (max-width:767px){div.event__registration-date{border-bottom:none;display:flex;flex-direction:row-reverse;justify-content:flex-end}div.event__registration-date h4{text-align:left;white-space:nowrap}}@media screen and (max-width:767px){div.event__registration-btns{margin-top:5px;width:100%}div.event__registration-btns .button.button_view_default{height:44px;padding:0;width:100%}div.event__registration-btns .mobile-filters__show-all .button{align-items:center;justify-content:center;display:flex;width:calc(100% - 20px)}div.event__registration-btns .custom-select__option{text-align:left}}@media screen and (max-width:767px){div.event__details-text{overflow:hidden;padding-bottom:0}}@media screen and (max-width:767px){div.event__grid{padding-bottom:65px}}@media screen and (max-width:767px){div.event__registration-done{align-items:center;display:flex;margin-bottom:0;text-align:left}}@media screen and (max-width:374px){div.event__registration-done{font-size:12px}}@media screen and (max-width:767px){div.event__registration-cancel .button{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px) and (max-width:374px){div.event__registration-cancel .button{font-size:12px}}@media screen and (max-width:767px){div.event__records{align-items:flex-start;flex-direction:column}div.event__records .label_with-icon_postfix .label__icon{margin-left:10px}}@media screen and (max-width:767px){.events__agent-name{display:block;overflow:hidden;max-width:140px;text-overflow:ellipsis}}@media screen and (max-width:374px){.events__agent-name{max-width:100px}}.events__secondary-img{display:block;margin-left:auto;margin-right:auto;margin-top:-180px}.events__secondary_socials{margin-top:180px;background:url(/static/media/event-bg.52150c90.svg) no-repeat bottom -15px right 0}.events__secondary_socials .h4{width:75%}@media screen and (max-width:767px){.events__secondary_socials .h4{width:100%}}.events__socials{display:grid;margin-top:20px;grid-template-columns:repeat(2,60px);grid-gap:10px;gap:10px}.event__grid{display:flex;flex-wrap:wrap;padding-bottom:130px}.event__grid-col{flex-basis:100%}.event__flex-between{display:flex;align-items:flex-end;justify-content:space-between}.event__title{width:58.33333%;padding-left:15px;padding-right:15px;margin-top:60px;margin-bottom:50px}@media screen and (max-width:1600px){.event__title{padding-left:11px;padding-right:11px}}@media screen and (max-width:1280px){.event__title{padding-left:8px;padding-right:8px}}@media screen and (max-width:768px){.event__title{padding-left:5px;padding-right:5px}}@media screen and (max-width:1599px){.event__title{width:75%}}@media screen and (max-width:1279px){.event__title{width:100%}}.event__info{width:83.33333%;margin-left:8.33333%;margin-bottom:50px;border-radius:5px;background-color:#2c2e3e;padding:40px 60px 15px}@media screen and (max-width:1599px){.event__info{width:100%;margin-left:0}}.event__info-grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.event__info-grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.event__info-grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.event__info-grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.event__info-grid{margin-left:0;margin-right:0}}.event__info-col{padding-left:15px;padding-right:15px;color:#fff;max-width:330px;margin-bottom:25px}@media screen and (max-width:1600px){.event__info-col{padding-left:11px;padding-right:11px}}@media screen and (max-width:1280px){.event__info-col{padding-left:8px;padding-right:8px}}@media screen and (max-width:768px){.event__info-col{padding-left:5px;padding-right:5px}}.event__label{color:#8f95ac;margin-top:15px}.event__speaker{display:flex}.event__speaker-tag{margin-left:20px;background-color:#ff2d23;border-radius:100px;padding:6px 12px;height:29px}.event__show-map{color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit}.event__show-map:hover{color:#cf2d23}.event__details{width:50%;margin-left:8.33333%;padding-left:60px;padding-right:60px}@media screen and (max-width:1599px){.event__details{width:58.33333%;margin-left:0}}.event__details-text{padding-bottom:40px}.event__details-text ul{margin-bottom:20px}.event__details-title{font-weight:700;font-size:20px;line-height:28px;margin-bottom:25px}.event__details .event__details-list{list-style:disc;padding-left:16px;padding-bottom:40px}.event__details .event__details-item{margin-bottom:20px;padding-left:10px}.event__contacts{display:flex;border-top:1px solid rgba(143,149,172,.2);padding-top:30px}@media screen and (max-width:1279px){.event__contacts{display:none}}.event__contacts-name{font-weight:700}.event__contacts-email,.event__contacts-phone{margin-left:25px}.event__contacts-email a,.event__contacts-phone a{color:#2c2e3e}.event__contacts-email .icon,.event__contacts-phone .icon{font-size:20px}.event__registration{width:33.33333%;padding-left:60px;padding-right:60px;display:flex;align-items:center;flex-direction:column;text-align:center}@media screen and (max-width:1599px){.event__registration{width:41.66667%;margin-left:0}}@media screen and (max-width:1279px){.event__registration{padding-left:0}}.event__registration-info{display:none;margin-bottom:20px}.event__registration.registered .event__registration-info{display:block}.event__registration.registered .event__registration-submit{display:none}.event__registration-done{color:#ff2d23;margin-bottom:20px}.event__registration-cancel{display:inline-block}.event__registration-availability{margin-bottom:25px}.event__registration-availability,.event__registration-date{width:100%;padding-bottom:20px;border-bottom:1px solid rgba(143,149,172,.2)}.event__registration-btns{display:flex;margin-top:30px}@media screen and (max-width:1279px){.event__registration-btns{display:block}}.event__registration-submit .button{padding:22px 28px}.event__registration-add{display:flex;align-items:center;margin-left:25px;color:#8f95ac;cursor:pointer;white-space:nowrap}@media screen and (max-width:1279px){.event__registration-add{margin-top:15px;margin-left:0}}.event__registration-add .button{margin-right:10px}.event__registration-add:hover .button{background-color:rgba(143,149,172,.2)}.event__registration-label{color:#8f95ac;margin-top:15px}.event__form{display:none;width:100%;margin-top:20px;padding:25px 20px;border-radius:5px;background-color:rgba(143,149,172,.08);text-align:left}.event__form-row{margin-bottom:15px}.event__form-submit{margin-top:25px;display:flex;justify-content:center}.event__form-submit .button{padding:22px 28px}.event__records{display:flex;justify-content:space-evenly;width:100%;margin-top:35px}.event__records-label{font-weight:700;line-height:28px;margin-right:25px}.event__recorded-label{color:#8f95ac}.event__recorded-theme{font-weight:700}@media screen and (max-width:640px){.events__event-info{flex-direction:column}}.profile{padding-bottom:80px}@media screen and (max-width:767px){.profile .profile__manager{flex-direction:row;flex-wrap:wrap;position:static;padding-left:0}.profile .profile__aside{margin-left:10px;margin-right:10px;width:calc(100% - 20px)}.profile .pan-popup-trigger{display:flex}.profile .profile__manager-contacts .manager-contacts_list{justify-content:flex-start;flex-direction:row;flex-wrap:wrap;margin:0}.profile .link-hover{white-space:nowrap}.profile .profile__manager-photo{flex-shrink:0;margin-top:0}.profile .profile__manager-content{align-items:flex-start;margin-top:10px}.profile .profile__info{margin:0 10px;width:calc(100% - 20px)}.profile .lk-form__row{padding-left:0}.profile .lk-form__row-content{flex-direction:column;flex-wrap:nowrap}.profile .lk-form__row-title{padding-bottom:0}.profile .lk-form__fr{margin-right:0}.profile .lk-form__multi-row{width:100%}.profile .lk-form__row._bg-gray{margin:0 -10px;padding:0 10px}.profile .lk-form__row.for-contacts{flex-wrap:nowrap;flex-direction:column}.profile .lk-form__row.for-contacts .input.input_type_form.input_width_available{margin-top:12px}.profile .lk-form__row.for-contacts .lk-form__fr .input+.input{margin-top:24px}.profile .lk-form__socials{flex-direction:column}.profile .profile__password-form{margin-top:14px}.profile .lk-form__footer{display:flex;flex-direction:column-reverse;margin-top:20px}.profile .lk-form__submit,.profile .lk-form__submit .button{width:100%}.profile div.lk-form__reglament{position:static}.profile div.lk-form__reglament a{font-weight:700;margin-top:20px;width:100%}.profile .profile__password-form--submit .button{margin-top:5px}}.profile .profile__header{margin-bottom:40px}@media screen and (max-width:767px){.profile .profile__header{align-items:flex-start;flex-direction:column;padding:25px 10px 0}}.profile__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.profile__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.profile__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.profile__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.profile__grid{margin-left:0;margin-right:0}}.profile__grid-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.profile__grid-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.profile__grid-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.profile__grid-col{margin-left:5px;margin-right:5px}}.profile__aside{width:calc(16.66667% - 30px)}@media screen and (max-width:1599px){.profile__aside{width:calc(16.66667% - 22px)}}@media screen and (max-width:1279px){.profile__aside{width:calc(100% - 16px);margin-left:15px;margin-right:15px}}@media screen and (max-width:1279px) and (max-width:1600px){.profile__aside{margin-left:11px;margin-right:11px}}@media screen and (max-width:1279px) and (max-width:1280px){.profile__aside{margin-left:8px;margin-right:8px}}@media screen and (max-width:1279px) and (max-width:768px){.profile__aside{margin-left:5px;margin-right:5px}}.profile__info{width:calc(66.66667% - 30px)}@media screen and (max-width:1599px){.profile__info{width:calc(75% - 22px)}}@media screen and (max-width:1279px){.profile__info{width:calc(100% - 16px);margin-left:15px;margin-right:15px}}@media screen and (max-width:1279px) and (max-width:1600px){.profile__info{margin-left:11px;margin-right:11px}}@media screen and (max-width:1279px) and (max-width:1280px){.profile__info{margin-left:8px;margin-right:8px}}@media screen and (max-width:1279px) and (max-width:768px){.profile__info{margin-left:5px;margin-right:5px}}.profile__manager{display:block;flex-direction:column;padding:0 35px;text-align:center}@media screen and (max-width:1599px){.profile__manager{padding:0 10px}}@media screen and (max-width:1279px){.profile__manager{text-align:left;padding:0 0 0 36px}}.profile__manager-label{font-weight:700}.profile__manager-content{display:flex;flex-direction:column;align-items:center}@media screen and (max-width:1279px){.profile__manager-content{flex-direction:row}}.profile__manager-photo{width:64px;height:64px;margin-top:30px;margin-bottom:12px;border-radius:50%;overflow:hidden}@media screen and (max-width:1279px){.profile__manager-photo{margin-right:15px}}.profile__manager-contacts .manager-contacts_item{margin-right:0}.profile__manager-contacts .manager-contacts_list{justify-content:center}@media screen and (max-width:1279px){.profile__manager-contacts .manager-contacts_list{flex-direction:column;margin:0 25px}}.profile__password-form--submit{display:flex;align-items:flex-end;height:100%}.profile .lk-form__footer{position:relative;border-top:none}.profile .lk-form__reglament{position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center}.lk-form__row{display:flex;flex-wrap:nowrap;border-radius:5px}.lk-form__row._bg-gray{background-color:rgba(143,149,172,.08)}@media screen and (max-width:1280px){.lk-form__row{flex-wrap:wrap;padding-left:36px}}.lk-form__footer{margin-top:36px;border-top:1px solid rgba(143,149,172,.2)}.lk-form__row-title{padding:36px 24px 36px 36px;font-size:16px;font-weight:700;width:220px}@media screen and (max-width:1280px){.lk-form__row-title{width:100%;padding:26px 24px 16px 0}}.lk-form__row-aside{padding:36px 0 36px 36px;font-size:16px;width:196px;margin-right:24px;background-color:#fff}@media screen and (max-width:1280px){.lk-form__row-aside{width:calc(100% + 36px);margin-right:0;margin-left:-36px;padding:26px 24px 16px 36px}}.lk-form__row-aside.padding_bottom_0{padding-bottom:0}.lk-form__row-content{display:flex;flex-wrap:wrap;flex:1 1;padding-bottom:24px;padding-top:24px}@media screen and (max-width:1280px){.lk-form__row-content{width:100%;padding-top:0}}.lk-form__fr{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 20px);margin-right:20px;padding-top:12px}.lk-form__fr_auto{flex:1 1}.lk-form__fr_full{flex-grow:1;flex-shrink:0;flex-basis:calc(100% - 30px)}.lk-form__fr .input+.input{margin-top:12px}.lk-form__socials{display:flex;margin-top:35px;padding-top:10px;width:100%;border-top:1px solid rgba(143,149,172,.3)}.input_type_form .lk-form__password{cursor:pointer}.input_type_form .lk-form__password-visible{width:30px;height:30px;padding-top:2px}.input_type_form .lk-form__password-visible .icon{font-size:30px}.lk-form__btns{width:100%;display:flex;align-items:center;justify-content:center}.lk-form__btns>*+*{margin-left:30px}.lk-form__add-param{display:flex;align-items:center;color:#8f95ac;font-weight:300;margin-top:11px}.lk-form__add-param .button{margin-right:7px}.lk-form__logo{display:inline-flex;align-items:center}.lk-form__logo-image{display:flex;align-items:center;justify-content:center;width:90px;height:90px;border-radius:50%;border:6px solid #fff;background-color:rgba(143,149,172,.1)}.lk-form__logo .icon{width:42px;height:42px}.lk-form__logo-load{margin:0 20px;color:#8f95ac}@media screen and (max-width:767px){div.profile__access{margin:8px 0 0}}.manager-content-wrapper{flex-grow:1}@media screen and (max-width:767px){.personal_content .profile__title{display:flex}.personal_content .profile__header{padding:25px 0 0 10px}}@media screen and (max-width:767px){.document__row.files__item{margin:0 10px;padding:20px 0 25px}}@media screen and (max-width:767px){.document__col.document__col_name{flex-grow:1;flex-basis:100%;margin-right:15px}}@media screen and (max-width:767px){.document__col.document__col_controls{align-items:center}.document__col.document__col_controls .icon_watch{font-size:20px;fill:#ff2d23;margin-right:5px}}.requisites{margin-top:20px;margin-bottom:20px;position:relative}.requisites .lk-form__row-content{padding-top:32px}.requisites .input__control:disabled{background-color:#eee;color:#2c2e3e}.requisites .tabs{width:100%;margin-top:20px}.requisites .tabs .tab-bar{width:calc(100% - 20px)}.requisites .react-datepicker-wrapper,.requisites .tabs .tab-bar button{width:100%}.requisites .lk-form__fr{padding-top:15px}.requisites .lk-form__fr_full{flex-basis:calc(100% - 20px)}.requisites .lk-form__fr_quarter{flex-basis:calc(25% - 20px)}.requisites__hint{color:#777a89;font-size:14px;margin-top:5px}.requisites__hint_sz{display:flex;align-items:center}.requisites__hint_sz svg{margin-right:5px}.requisites__info{max-width:600px;display:flex}.requisites__info-title{min-width:220px;white-space:nowrap;font-weight:700}.requisites__info-text p{font-weight:700}.requisites__text-block{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-top:20px;margin-bottom:20px}.requisites__write-manager{display:flex;align-items:center;color:#777a89;cursor:pointer;grid-gap:5px;gap:5px;margin-top:10px;transition-duration:.3s}.requisites__write-manager svg path{transition-duration:.3s}.requisites__write-manager:hover{color:#5f616c}.requisites__write-manager:hover svg path{stroke:#5f616c}.requisites__bottom-hints{display:flex;flex-direction:column}.requisites__form-title{font-weight:700;margin-top:20px;width:100%}.requisites__form{display:flex;flex-wrap:wrap;width:100%}.requisites__form-title_bank{margin-top:40px}.requisites__form_bank{margin-bottom:20px}.requisites-bikHint{position:relative;bottom:auto;top:42px}.requisites-bikHint__tooltip{position:absolute;width:350px;right:-12px;bottom:54px;background-color:#fff;box-shadow:0 2px 10px rgba(143,149,172,.2);opacity:0;border-radius:5px;padding:16px 24px;transition-duration:.3s;cursor:default;pointer-events:none}.requisites-bikHint__tooltip:before{content:"";border:10px solid transparent;border-top:20px solid #fff;display:inline-block;position:absolute;bottom:-23px;right:15px}.requisites-bikHint:hover{cursor:pointer}.requisites-bikHint:hover .requisites-bikHint__tooltip{opacity:1;pointer-events:auto}.requisites-bikHint__tooltip-title{padding-bottom:10px}.requisites-bikHint__tooltip-string{padding-bottom:3px}.input_type_form .input__alert.requisites-bikHint{box-shadow:inset 0 0 0 1px #a4a4a4}.input_type_form .input__alert.requisites-bikHint .icon{fill:#a4a4a4}.reglament__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.reglament__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.reglament__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.reglament__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.reglament__grid{margin-left:0;margin-right:0}}.reglament__grid-col{margin-left:15px;margin-right:15px}@media screen and (max-width:1600px){.reglament__grid-col{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.reglament__grid-col{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.reglament__grid-col{margin-left:5px;margin-right:5px}}.reglament__back{width:calc(16.66667% - 30px);margin-top:15px}@media screen and (max-width:1280px){.reglament__back{width:calc(100% - 16px);margin-bottom:22px}}.reglament__info{width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.reglament__info{width:calc(75% - 22px)}}@media screen and (max-width:1280px){.reglament__info{width:calc(100% - 16px)}}.reglament__body{padding-bottom:90px}.reglament__message{display:flex;align-items:center;padding:15px 20px;border-radius:5px;border:1px solid rgba(143,149,172,.3);margin-bottom:10px}.reglament__message-icon{position:relative;display:flex;align-items:center;justify-content:center;width:31px;height:29px;margin-right:20px;flex-shrink:0}.reglament__message-icon .icon{position:absolute;top:0;left:0;width:100%;height:100%}.reglament__message-icon span{color:#fff;z-index:10;font-size:16px;padding-top:3px}.reglament__message-text{font-weight:700;flex-grow:1}.reglament__sign{margin-top:30px}.reglament__submit{display:flex;justify-content:center;margin-top:40px}.lk-events__header{display:flex;align-items:center;margin-bottom:20px}@media screen and (max-width:640px){.lk-events__header{align-items:flex-start;flex-direction:column;margin-bottom:0;padding:20px 10px 30px}.lk-events__header .lk-events__all{margin-left:0;margin-top:10px;width:100%}}.lk-events__show-calendar{color:#8f95ac;margin-left:60px;margin-top:10px;cursor:pointer}.lk-events__show-calendar .icon{font-size:8px;stroke:#8f95ac;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.lk-events__show-calendar:hover{color:#ff2d23}.lk-events__show-calendar:hover .icon{stroke:#ff2d23}.lk-events__all{margin-left:auto}.lk-events__content{padding-bottom:50px}.lk-events__name{width:35%;min-width:230px;font-weight:700;transition:color .15s ease-in-out}.lk-events__name:hover{color:#ff2d23}.lk-events__name:hover .icon{stroke:#ff2d23}.lk-events__date{display:flex;align-items:center}.lk-events__time{padding:6px 12px;background-color:rgba(143,149,172,.1);border-radius:100px;margin-left:30px}@media screen and (max-width:1279px){.lk-events__time{margin-left:10px}}.lk-events__status{display:flex}.lk-events__status .label-item{white-space:nowrap}.lk-events__status .icon_comment{fill:rgba(143,149,172,.4)}.lk-events__status-info{display:inline-block;margin-left:10px;background-color:initial!important;width:auto;height:auto}.lk-events__eventCancel-label{color:#8f95ac;margin-right:30px}.lk-events__eventCancel-name{font-weight:700;margin-bottom:15px}.lk-events__eventCancel-reason textarea{height:120px}.lk-events__control{display:flex;justify-content:flex-end}.lk-presentations__header{display:flex;justify-content:space-between;margin-bottom:20px}.lk-presentations__table{padding-bottom:80px}.lk-presentations__info{width:35%}@media screen and (max-width:1279px){.lk-presentations__info{width:auto}}.lk-presentations__clients,.lk-presentations__clients-attach{display:flex;align-items:center}.lk-presentations__clients-attach .icon_plus{font-size:9px;margin-right:5px}.lk-presentations__clients-attach .fav-attach{opacity:1;visibility:visible;white-space:normal}.lk-presentations__clients-attach_new{margin-left:10px;color:#8f95ac}.lk-presentations__clients-attach .popover__block{right:calc(100% + 40px)}.lk-presentations__clients-attach .popover__block_align_right{right:inherit;left:calc(100% + 30px)}.lk-presentations__client{padding:5px 0;margin-right:30px}.lk-presentations__control,.table__controls{display:flex;justify-content:flex-end}.table__controls{width:100%;margin-bottom:20px}.table__controls .button{margin-left:12px}.table__controls .icon{font-size:20px}.presentation__title{font-size:16px;font-weight:700;padding-bottom:15px;margin-bottom:25px;border-bottom:3px solid #1e2030}.presentation__box+.presentation__box{margin-top:30px}.presentation__img{display:flex;margin:65px auto 25px}@media screen and (max-width:767px){.presentation__img{margin:25px auto}}.presentation__row{display:flex}.presentation__showroom{position:relative}.presentation__showroom .button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.presentation__showroom .showroom-tooltip{width:auto;height:35px;display:flex;align-items:center;padding:5px 15px 5px 28px}.presentation__showroom .showroom-tooltip__decor{width:35px;height:35px}.presentation__header{margin-bottom:45px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1279px){.presentation__header{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.presentation__header{position:fixed;bottom:0;margin-bottom:0;padding:30px 0 45px;background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 10%,#fff 25%);width:100%}}@media screen and (max-width:767px){.presentation__header .button_view_round-with-label{border-radius:22px;box-shadow:0 4px 20px rgba(143,149,172,.3);height:44px;padding:0 20px}.presentation__header .button_view_round-with-label.is-round{justify-content:space-between;margin-left:10px;padding:0 10px;width:44px}.presentation__header .button.button_view_default,.presentation__header .button_view_round-with-label{font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}}.presentation__header .dot{background:#2c2e3e;border-radius:3px;height:6px;width:6px}.presentation__controls{display:flex;align-items:center}@media screen and (max-width:1279px){.presentation__controls{margin-left:0;margin-top:30px}}@media screen and (max-width:767px){.presentation__controls{justify-content:space-between;margin:0 10px;width:calc(100% - 20px)}.presentation__controls>.presentation__control:first-child{display:none}}.presentation__control{text-align:center;width:170px;margin-left:20px}.presentation__control:first-of-type{margin-left:0}.presentation__control:last-of-type{width:auto;margin-left:35px}@media screen and (max-width:767px){.presentation__control:last-of-type{margin-left:0}}@media screen and (max-width:767px){.presentation__control{margin:0}}.presentation__control .button_view_round-with-label .button{width:40px;height:40px}.presentation__control .button_view_round-with-label .button svg{width:18px}.presentation__body{display:flex;align-items:flex-start}.presentation__content{padding-bottom:160px;width:100%;margin:0 auto}@media screen and (max-width:1599px){.presentation__content{margin:0 0 0 auto}}@media screen and (max-width:1279px){.presentation__content{margin:0 auto}}@media screen and (max-width:767px){.presentation__content{padding-bottom:50px}}.presentation__content-controls{display:flex;margin-bottom:32px}.presentation__content-control+.presentation__content-control{margin-left:35px}@media screen and (max-width:767px){.presentation__content-control,.presentation__content-control+.presentation__content-control{margin-left:0;margin-bottom:10px}}.presentation__content-control:hover .presentation__content-icon{background:rgba(143,149,172,.2)}.presentation__content-icon{width:30px;height:30px;background:rgba(143,149,172,.1);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin-left:8px;transition:background .3s}.presentation__content-icon svg{width:16px;height:16px}@media screen and (max-width:767px){.presentation__content-icon{order:-1;margin-left:0;margin-right:8px}}.presentation__aside{display:flex;flex-direction:column;max-height:calc(100vh - 245px);border-radius:20px;background-color:rgba(143,149,172,.08);padding:35px;width:100%}@media screen and (max-width:1599px){.presentation__aside{padding:25px}}@media screen and (max-width:767px){.presentation__aside{display:flex}}.presentation__aside-title{margin-bottom:12px}.presentation__aside-hint{margin-bottom:25px;color:#8f95ac}.presentation__aside-wrapper{flex-grow:1;max-height:calc(100vh - 285px)}.presentation__aside-filters{padding-right:10px}.presentation__filters{display:none;border:1px solid rgba(143,149,172,.08);padding:30px 25px 15px;margin-top:5px}.presentation__filters.active{display:block}.presentation__filters_gray{background-color:rgba(143,149,172,.1)}.presentation__filters_gray .presentation__filters-switch{flex-grow:0}.presentation__filters-label{margin-bottom:10px;color:#8f95ac}.presentation__filters-label .icon{fill:#8f95ac}.presentation__filters .form{margin-bottom:20px}.presentation__filters-switches{display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.presentation__filters-switches{flex-direction:column;margin-bottom:5px;margin-top:20px}}.presentation__filters-switch{flex:1 0 33%;margin-bottom:15px}.presentation__filter{margin-bottom:30px}.presentation__filter:last-child .presentation__filter-dropdown{border-bottom:none}.presentation__filter-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.presentation__filter-header .icon{stroke:#2c2e3e;font-size:8px;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.presentation__filter-header:hover .button{background-color:rgba(143,149,172,.2)}.presentation__filter-header.is-active .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.presentation__filter-mobile{margin-bottom:40px}@media screen and (min-width:1279px){.presentation__filter-mobile{display:none}}.presentation__filter-tabs{max-width:845px;margin:0 auto;display:flex;justify-content:space-between}.presentation__filter-tab{display:flex;align-items:center;padding:15px 12px;border:1px solid rgba(143,149,172,.2);font-weight:700;flex-grow:1}.presentation__filter-tab .icon{margin-left:10px;stroke:#2c2e3e;font-size:8px}.presentation__filter-tab.active{border-color:rgba(143,149,172,.08)}.presentation__filter-tab.active .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.presentation__filter-dropdown{padding:20px 0 25px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.presentation__filter-dropdown{display:flex;flex-direction:column}}.presentation__filter-images{margin-left:-6px;margin-right:-6px;margin-bottom:8px;display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.presentation__filter-images{justify-content:space-between;margin:0}}.presentation__filter-image{padding-left:6px;padding-right:6px;max-width:120px;flex:1 0 120px;box-sizing:initial;margin-bottom:12px}@media screen and (max-width:1599px){.presentation__filter-image{max-width:105px;flex-basis:105px;display:flex;flex-basis:auto;justify-content:center}}@media screen and (max-width:767px){.presentation__filter-image{max-width:100%}}.presentation__filter-button{text-align:center;margin-top:20px}.presentation__filter-button .button{padding:16px}.presentation__filter-switch{display:block;margin-bottom:15px}.presentation__filter-name{font-weight:700}.presentation__info_flat{font-size:15px}.presentation__info-id{color:#8f95ac}.presentation__info-title{margin-bottom:20px}.presentation__info-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.presentation__info-grid{display:flex;flex-wrap:wrap}.presentation__info-grid>.presentation__info-col{margin-bottom:20px}.presentation__info-grid.grid-fluid>.presentation__info-col{margin-top:45px;margin-bottom:40px}@media screen and (max-width:767px){.presentation__info-grid.grid-fluid>.presentation__info-col{margin-top:0;padding-top:0;margin-bottom:15px;padding-bottom:0}}.presentation__info-col{flex-basis:calc(50% - 20px);max-width:50%}.presentation__info-col:nth-of-type(odd){margin-right:20px}.presentation__info-col img{width:auto;margin:auto;max-height:300px}@media screen and (max-width:767px){.presentation__info-col img{margin-top:0;max-height:100px}}.presentation__info-main{display:flex;flex-wrap:wrap;justify-content:space-between;width:480px}@media screen and (max-width:767px){.presentation__info-main{width:auto}}.presentation__info-name{font-weight:700;font-size:28px;line-height:1em;max-width:100%;flex-basis:100%}@media screen and (max-width:767px){.presentation__info-name{font-size:13px;line-height:14px}}.presentation__info-address{max-width:45%;flex-basis:45%;padding-right:20px}.presentation__info-routes{max-width:55%;flex-basis:55%;display:flex;flex-direction:column}.presentation__info-route{margin-bottom:10px}.presentation__info-route .complex__routes-item .nowrap{display:inline-block}@media screen and (max-width:767px){.presentation__info-route .complex__routes-item .nowrap{display:block;margin-top:-12px;padding-bottom:5px}}.presentation__info-route .complex__metro-station{color:#8f95ac}@media screen and (max-width:767px){.presentation__info-route .complex__metro-color{height:3px;vertical-align:top;margin-top:3px;width:3px}}@media screen and (max-width:767px){.presentation__info-route .icon.icon_pedestrian{height:9px;width:8px}}@media screen and (max-width:767px){.presentation__info-route .icon.icon_auto{margin:0 6px 0 0;width:7px}}.presentation__info-priceItem{margin-bottom:20px}@media screen and (max-width:767px){.presentation__info-price{font-size:8px;line-height:10px}}@media screen and (max-width:767px){.presentation__info-price.h3{font-size:12px;line-height:14x;white-space:nowrap}}.presentation__info-label{color:#8f95ac}.presentation__info-description{flex-basis:calc(100% - 120px)}@media screen and (max-width:767px){.presentation__info-description{flex-basis:83%;position:relative}.presentation__info-description:before{content:"«";color:rgba(143,149,172,.1);font-size:44px;left:-17px;line-height:27px;top:-10px;position:absolute}}.presentation__info-description p{font-size:16px;line-height:25px}.presentation__info-details{display:flex;flex-wrap:wrap;padding:40px 0}.presentation__info-detail{margin-bottom:10px}.presentation__info-detail_value{font-weight:700}.presentation__info-detail_desc{color:#8f95ac}.presentation__agent{flex:0 0 100px;margin-right:20px}@media screen and (max-width:767px){.presentation__agent{flex-basis:30%;margin-right:0;padding-right:20px;max-width:17%}}.presentation__agent-name{font-weight:700}.presentation__footer{display:flex;padding-top:10px;margin-top:auto;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1279px){.presentation__footer{flex-direction:column;padding-top:15px;margin-top:auto}}@media screen and (max-width:767px){.presentation__footer{padding-top:5px;margin-top:15px}}.presentation__footer-logo{height:45px;margin-right:25px}@media screen and (max-width:767px){.presentation__footer-logo{margin-right:15px;height:25px}}.presentation__footer-row{display:flex;flex-grow:1}@media screen and (max-width:1279px){.presentation__footer-row{flex-wrap:wrap}}.presentation__footer-socials{display:flex;flex-grow:0}.presentation__footer-social{margin-right:8px}.presentation__footer-social:last-of-type{margin-right:0}.presentation__footer-social .button_view_round-control{width:40px;height:40px}.presentation__footer-social .button_view_round-control .icon{fill:#8f95ac;width:1.4em;height:1.4em}.presentation__footer-item{margin-top:10px;flex-grow:1}@media screen and (max-width:1279px){.presentation__footer-item{flex-basis:50%}}.presentation__footer-item_desc{color:#8f95ac;margin-bottom:3px}.presentation__footer-item_value{font-weight:700}.presentation__footer-item_value a{color:#2c2e3e}.presentation__furnish{margin-bottom:20px}.presentation__furnish-title{font-weight:700;font-size:30px;line-height:1.5;margin-bottom:10px}@media screen and (max-width:767px){.presentation__furnish-title{font-size:13px;line-height:16px}}.presentation__furnish-description{font-size:14px;line-height:21px}.presentation__images{display:flex;margin-bottom:10px}.presentation__images-main{flex-grow:1;margin-bottom:4px;border-radius:4px;overflow:hidden;float:left}@media screen and (max-width:767px){.presentation__images-main{border-radius:2px;width:60%}}.presentation__images-main img{width:100%;height:384px;object-fit:cover}@media screen and (max-width:767px){.presentation__images-main img{height:156px}}.presentation__images-aside{flex:0 0 250px;width:250px;margin-left:4px}@media screen and (max-width:767px){.presentation__images-aside{flex:0 0 40%;width:calc(40% - 4px)}}.presentation__images-small{margin-bottom:4px;border-radius:4px;overflow:hidden}@media screen and (max-width:767px){.presentation__images-small{border-radius:2px}}.presentation__images-small img{width:100%;height:190px;object-fit:cover}@media screen and (max-width:767px){.presentation__images-small img{height:76px}}.presentation__more-title{font-weight:700;font-size:30px;line-height:1.5;margin-bottom:10px}@media screen and (max-width:767px){.presentation__more-title{font-size:9px;line-height:11px}}.presentation__more-images{display:flex;flex-wrap:wrap;justify-content:space-between}.presentation__more-image{width:100%;flex-basis:calc(50% - 10px);border-radius:4px;overflow:hidden}@media screen and (max-width:1279px){.presentation__more-image{width:32.5%}}.presentation__more-image img{width:100%;height:190px;object-fit:cover}@media screen and (max-width:767px){.presentation__more-image img{height:80px}}.presentation__complex-title{font-weight:700;font-size:30px;line-height:40px;margin-bottom:10px}@media screen and (max-width:767px){.presentation__complex-title{font-size:13px;line-height:20px}}.presentation__complex-images{margin-bottom:30px}.presentation__complex-details{display:flex;margin-bottom:20px}.presentation__complex-details--description{padding-right:40px}.presentation__complex-details--description p{font-size:14px;line-height:21px}.presentation__complex-details--items{flex:0 0 250px}@media screen and (max-width:767px){.presentation__complex-details--items{flex:0 0 100px}}.presentation__complex-details--description.hidden+.presentation__complex-details--items{flex-basis:100%;display:flex;flex-wrap:wrap}.presentation__complex-details--description.hidden+.presentation__complex-details--items .presentation__complex-details--item{margin-right:29px}.presentation__complex-details--item{font-size:16px;line-height:21px;margin-bottom:10px}.presentation__complex-details--item_value{font-weight:700}.presentation__complex-details--item_desc{color:#8f95ac}.presentation__complex-features{margin-bottom:40px}.presentation__complex-features .complex__about-features{margin-top:0}.presentation__complex-features .complex__about-feature{flex-grow:1;font-weight:300}.presentation__infrastructure-title{font-weight:700;font-size:30px;line-height:40px;margin-bottom:20px}@media screen and (max-width:767px){.presentation__infrastructure-title{font-size:13px;line-height:20px}}.presentation__infrastructure-title_with-btn{display:flex;justify-content:space-between;align-items:center}.presentation__infrastructure-title_with-btn .button{padding:17px 27px}.presentation__infrastructure .infrastructure__map{margin-bottom:30px}@media screen and (max-width:767px){.presentation__infrastructure .infrastructure__map{height:144px}.presentation__infrastructure .infrastructure__map.for-sertificate{margin-top:-30px;width:50%}}.presentation__infrastructure .infrastructure__map img{width:100%;height:100%;object-fit:cover}.presentation__infrastructure .infrastructure__item{flex:1 0 33.3333%;white-space:normal}.presentation__infrastructure .infrastructure__item .icon{margin-right:10px}.presentation__modal .textarea__control{margin-top:5px;height:200px;padding:25px}.presentation__prices-key{color:#8f95ac;margin-bottom:8px}.presentation__prices-value{font-weight:700}@media screen and (max-width:767px){.presentation__prices-value{display:flex;flex-direction:column}}.presentation__prices-sub{margin-top:8px;color:#8f95ac}.presentation__prices-positive{margin-left:5px}.presentation__prices-plus{display:inline-flex;justify-content:center;align-items:center;padding:5px 15px;margin-left:10px;border-radius:5px;color:#2cba2e;background:rgba(44,186,46,.1);font-weight:700}@media screen and (max-width:767px){.presentation__prices-plus{margin-left:0;margin-top:5px}}.presentation__prices-info{color:#8f95ac;font-size:12px;padding-top:10px;margin-top:30px;border-top:1px solid rgba(143,149,172,.3)}.presentation__info_full-list{height:100%}.presentation__info-description p+p{margin-top:8px}.presentation__save-filters{padding-bottom:25px}.presentation__save-filters .button{display:flex;justify-content:center;align-items:center;width:100%}.presentation__save-filters svg{margin-right:10px}.pdf-list{display:flex;flex-direction:column;height:1195px;border:1px solid rgba(143,149,172,.2);border-radius:20px;padding:60px 80px 35px;margin-bottom:35px}@media screen and (max-width:1279px){.pdf-list{height:auto;min-height:1195px}}.pdf-list .hidden{position:absolute;opacity:0;visibility:hidden}@media screen and (max-width:767px){.pdf-list .hidden{display:none}}@media screen and (max-width:767px){.pdf-list .infrastructure__items{margin-left:0;margin-right:0}}@media screen and (max-width:767px){.pdf-list{border:1px solid rgba(143,149,172,.2);border-radius:4px;height:auto;min-height:500px;margin:20px 10px 0;padding:18px 20px 10px}}.presentation-image{position:relative;width:120px;height:120px;border-radius:4px;background-color:#fff;background-position:50%;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:767px){.presentation-image{background:rgba(143,149,172,.08);background-size:cover;border-radius:4px}}.presentation-image__input{display:none}.presentation-image__delete{display:flex;position:absolute;top:7px;right:7px;width:24px;height:24px;background-color:hsla(0,0%,100%,.6);z-index:10}.presentation-image__delete:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjY2NyAxLjNMMS4zMzMgNi43TTEuMzMzIDEuM2w1LjMzNCA1LjQiIHN0cm9rZT0iIzJBMjc2QyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+)}.presentation-image__delete:hover{background-color:hsla(0,0%,100%,.8)}.presentation-image.input .presentation-image__input{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.presentation-image.input .presentation-image__delete{display:none}.presentation-image.input .presentation-image__stub .icon{font-size:50px}.presentation-image.input .presentation-image__control{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}@media screen and (max-width:767px){.presentation-image.input .presentation-image__control{height:30%;width:30%}.presentation-image.input .presentation-image__control:after{height:40%;width:40%}}.presentation-image.input:hover .presentation-image__control{background-color:rgba(143,149,172,.2)}@media screen and (max-width:767px){.index-search__filter.for-secondary .mini-filter__col+.mini-filter__col,.mini-filter.for-contacts .mini-filter__col+.mini-filter__col,.mini-filter.for-favorites .mini-filter__col+.mini-filter__col,.mini-filter.for-meetings .mini-filter__col+.mini-filter__col,.section__personal-header+.section .mini-filter .mini-filter__col+.mini-filter__col{margin:0}.index-search__filter.for-secondary .form__item,.mini-filter.for-contacts .form__item,.mini-filter.for-favorites .form__item,.mini-filter.for-meetings .form__item,.section__personal-header+.section .mini-filter .form__item{flex-basis:100%;margin:0 0 12px;width:100%}.index-search__filter.for-secondary .form__drop-btn,.mini-filter.for-contacts .form__drop-btn,.mini-filter.for-favorites .form__drop-btn,.mini-filter.for-meetings .form__drop-btn,.section__personal-header+.section .mini-filter .form__drop-btn{border:1px solid rgba(143,149,172,.2);box-shadow:none}.index-search__filter.for-secondary .form__drop .dropdown__block,.mini-filter.for-contacts .form__drop .dropdown__block,.mini-filter.for-favorites .form__drop .dropdown__block,.mini-filter.for-meetings .form__drop .dropdown__block,.section__personal-header+.section .mini-filter .form__drop .dropdown__block{background:#fff;bottom:0;left:0;overflow:scroll;position:fixed;right:0;top:0;width:100%}.index-search__filter.for-secondary .form__drop-content,.mini-filter.for-contacts .form__drop-content,.mini-filter.for-favorites .form__drop-content,.mini-filter.for-meetings .form__drop-content,.section__personal-header+.section .mini-filter .form__drop-content{height:100%;display:flex;flex-direction:column;max-width:100%;max-height:100%;padding:0;position:absolute;top:0;width:100%}.index-search__filter.for-secondary .form,.mini-filter.for-contacts .form,.mini-filter.for-favorites .form,.mini-filter.for-meetings .form,.section__personal-header+.section .mini-filter .form{background:0;margin:0;padding:0}.index-search__filter.for-secondary .form__drop-content,.mini-filter.for-contacts .form__drop-content,.mini-filter.for-favorites .form__drop-content,.mini-filter.for-meetings .form__drop-content,.section__personal-header+.section .mini-filter .form__drop-content{min-width:100%}.index-search__filter.for-secondary .mini-filter__col,.mini-filter.for-contacts .mini-filter__col,.mini-filter.for-favorites .mini-filter__col,.mini-filter.for-meetings .mini-filter__col,.section__personal-header+.section .mini-filter .mini-filter__col{flex:0 1}.index-search__filter.for-secondary .mobile-filters__content,.mini-filter.for-contacts .mobile-filters__content,.mini-filter.for-favorites .mobile-filters__content,.mini-filter.for-meetings .mobile-filters__content,.section__personal-header+.section .mini-filter .mobile-filters__content{height:100%;display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1}.index-search__filter.for-secondary .mobile-filters__submit,.mini-filter.for-contacts .mobile-filters__submit,.mini-filter.for-favorites .mobile-filters__submit,.mini-filter.for-meetings .mobile-filters__submit,.section__personal-header+.section .mini-filter .mobile-filters__submit{flex-basis:100%}.index-search__filter.for-secondary .button-mobile.for-main,.mini-filter.for-contacts .button-mobile.for-main,.mini-filter.for-favorites .button-mobile.for-main,.mini-filter.for-meetings .button-mobile.for-main,.section__personal-header+.section .mini-filter .button-mobile.for-main{font-size:15px;margin:0 10px 20px;width:calc(100% - 20px)}}@media screen and (max-width:767px){.assignations-flats__tables .pan-table,.lk-meetings__table .pan-table,.section__personal-header+.section .pan-table{padding:0 10px}.assignations-flats__tables .table__show-more_btn,.lk-meetings__table .table__show-more_btn,.section__personal-header+.section .table__show-more_btn{align-items:center;background:#fff;box-shadow:0 4px 20px rgba(143,149,172,.3);border-radius:5px;color:#2c2e3e;display:flex;justify-content:center;height:44px;font-weight:700;font-size:11px;line-height:16px;letter-spacing:.3px;text-transform:uppercase;bottom:0;left:0;position:absolute;width:calc(50% - 6px)}.assignations-flats__tables .table__show-more_btn .icon,.lk-meetings__table .table__show-more_btn .icon,.section__personal-header+.section .table__show-more_btn .icon{display:none}.assignations-flats__tables .lk-presentations__header,.lk-meetings__table .lk-presentations__header,.section__personal-header+.section .lk-presentations__header{margin:0;padding:20px 10px}.assignations-flats__tables .lk-presentations__name,.lk-meetings__table .lk-presentations__name,.section__personal-header+.section .lk-presentations__name{font-size:15px;line-height:20px;white-space:normal}.assignations-flats__tables .ant-table-tbody>tr:hover,.lk-meetings__table .ant-table-tbody>tr:hover,.section__personal-header+.section .ant-table-tbody>tr:hover{background:none}.assignations-flats__tables .control_more>.form__item .dropdown__block,.lk-meetings__table .control_more>.form__item .dropdown__block,.section__personal-header+.section .control_more>.form__item .dropdown__block{top:32px;right:0}.assignations-flats__tables .lk-presentations__clients,.lk-meetings__table .lk-presentations__clients,.section__personal-header+.section .lk-presentations__clients{flex-wrap:wrap;flex-grow:1;justify-content:space-between}.assignations-flats__tables .lk-presentations__client-name,.lk-meetings__table .lk-presentations__client-name,.section__personal-header+.section .lk-presentations__client-name{max-width:170px;text-overflow:ellipsis;overflow:hidden}.assignations-flats__tables .lk-presentation__clients,.lk-meetings__table .lk-presentation__clients,.section__personal-header+.section .lk-presentation__clients{display:flex}.assignations-flats__tables .flats__row-table-expanded-title,.lk-meetings__table .flats__row-table-expanded-title,.section__personal-header+.section .flats__row-table-expanded-title{display:flex;margin-right:10px;min-width:120px;margin-bottom:4px;width:100px}.assignations-flats__tables .flats__row-table-expanded-title.is-centered,.lk-meetings__table .flats__row-table-expanded-title.is-centered,.section__personal-header+.section .flats__row-table-expanded-title.is-centered{align-items:center}.assignations-flats__tables .lk-presentations__client,.lk-meetings__table .lk-presentations__client,.section__personal-header+.section .lk-presentations__client{margin:0;padding:0}.assignations-flats__tables .lk-presentations__client .label_with-icon_postfix,.lk-meetings__table .lk-presentations__client .label_with-icon_postfix,.section__personal-header+.section .lk-presentations__client .label_with-icon_postfix{margin-top:-4px}.assignations-flats__tables .flats__row-table-expanded-column,.lk-meetings__table .flats__row-table-expanded-column,.section__personal-header+.section .flats__row-table-expanded-column{width:100%}.assignations-flats__tables .popover__block,.lk-meetings__table .popover__block,.section__personal-header+.section .popover__block{left:auto;right:auto;top:calc(100% + 10px);-webkit-transform:translateX(-90%);transform:translateX(-90%)}.assignations-flats__tables .popover__block:after,.lk-meetings__table .popover__block:after,.section__personal-header+.section .popover__block:after{display:none}}@media screen and (max-width:767px) and (max-width:374px){.assignations-flats__tables .flats__row-table-expanded-title,.lk-meetings__table .flats__row-table-expanded-title,.section__personal-header+.section .flats__row-table-expanded-title{min-width:100px}}@media (min-width:320px) and (max-width:374px){.assignations-flats__tables .lk-presentations__client-name,.lk-meetings__table .lk-presentations__client-name,.section__personal-header+.section .lk-presentations__client-name{max-width:110px;text-overflow:ellipsis;overflow:hidden}.assignations-flats__tables .popover__block,.lk-meetings__table .popover__block,.section__personal-header+.section .popover__block{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:767px){.assignations-flats__tables{padding:0 10px}.assignations-flats__tables .flats__row-table-expanded-list{white-space:normal}}@media screen and (max-width:374px){.assignations-flats__tables .flats__row-table-expanded-title{min-width:80px;width:80px}}.mobile-filters.for-presentation{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.mobile-filters.for-presentation.is-active{overflow-x:hidden;-webkit-transform:translateX(0);transform:translateX(0)}.mobile-filters.for-presentation .modal-form{margin-bottom:20px}.mobile-filters.for-presentation .textarea__control{border:1px solid rgba(143,149,172,.2);box-shadow:none;height:117px;-webkit-appearance:none}.mobile-presentation-settings .button_view_default{font-size:12px;line-height:18px;letter-spacing:.3px;text-transform:uppercase;width:100%}.mobile-presentation-settings-item{border-bottom:1px solid rgba(143,149,172,.2);margin-bottom:20px}.mobile-presentation-settings-item:last-child{border-bottom:none}.mobile-presentation-settings-title{margin-bottom:15px}@media screen and (max-width:767px){.presentation__info-description p{white-space:normal}}@media screen and (max-width:767px){.presentation__complex-details--item_value,.presentation__info-detail_value,.presentation__info-title{font-size:8px;line-height:10px;white-space:nowrap}}@media screen and (max-width:767px){.presentation__complex-details--description{padding-right:20px}}@media screen and (max-width:767px){.pan-popup-content .dt__more,.pan-popup-content .presentation__content-controls{flex-direction:column;margin-bottom:0}.pan-popup-content .dt__more .label__icon,.pan-popup-content .presentation__content-controls .label__icon{background:rgba(143,149,172,.1);border-radius:16px;height:32px;width:32px}}.pan-popup-content .dt__more a{margin:0}@media screen and (max-width:767px){.pan-popup-content .dt__more div,.pan-popup-content .presentation__content-controls .button.label_with-icon_prefix.link-hover{align-items:center;border-top:1px solid rgba(143,149,172,.1);display:flex;height:50px;margin:0}.pan-popup-content .dt__more div:first-child,.pan-popup-content .dt__more div:first-of-type,.pan-popup-content .presentation__content-controls .button.label_with-icon_prefix.link-hover:first-child,.pan-popup-content .presentation__content-controls .button.label_with-icon_prefix.link-hover:first-of-type{border-top:none}.pan-popup-content .dt__more div:visited,.pan-popup-content .presentation__content-controls .button.label_with-icon_prefix.link-hover:visited{color:inherit}}@media screen and (max-width:767px){.pan-popup-content hr{display:none}}.serticate-number-wrapper{color:#8f95ac;font-size:6px;margin-left:20px}.serticate-number{color:#2c2e3e;font-weight:700;margin-top:2px}@media screen and (max-width:767px){.presentation__infrastructure.for-sertificate{display:flex;flex-wrap:wrap}.presentation__infrastructure.for-sertificate .presentation__infrastructure-title{flex-basis:100%}.presentation__infrastructure.for-sertificate .infrastructure__map img{object-fit:contain}}.presentation-filters-btn{align-items:center;background:#2c2e3e;box-shadow:0 4px 20px rgba(143,149,172,.3);border-radius:5px;color:#fff;display:flex;justify-content:center;height:44px;font-weight:700;font-size:11px;line-height:16px;letter-spacing:.3px;margin-left:auto;margin-right:auto;text-transform:uppercase;width:calc(50% - 6px)}.presentation-filters-btn svg{margin-right:5px}@media screen and (max-width:767px){.button-mobile.for-presentations{margin:20px 10px 0;width:calc(100% - 20px)}}@media screen and (max-width:767px){.presentation__controls .presentation__control{margin-right:12px}.presentation__controls .presentation__control:first-child{flex-grow:1}.presentation__controls .presentation__control .button{width:100%}.presentation__controls .presentation__control .button_view_round-with-label{border-radius:5px}.presentation__controls .presentation__control .button_view_round-with-label.is-round{border-radius:50em}}.presentation__controls .pan-popup-trigger .presentation__control{margin-right:0}.presentation__floor-plan{height:395px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1279px){.presentation__floor-plan{height:360px}}@media screen and (max-width:767px){.presentation__floor-plan{height:auto}}.presentation__floor-plan img,.presentation__floor-plan svg{max-height:100%}.presentation__floor-plan_full-img img{width:100%;object-fit:cover}.presentation__bordered-block{padding:15px;border:1px solid rgba(143,149,172,.3);border-radius:4px}@media screen and (max-width:767px){.presentation__bordered-block{padding:0;border:none}}@media screen and (max-width:767px){.presentation__info-details{padding:0}}@media screen and (max-width:767px){.presentation__info-priceItem,.presentation__info-route{margin-bottom:0}}@media screen and (max-width:767px){.presentation__info-col{max-width:45%;min-width:45%;width:45%}}@media screen and (max-width:767px){.presentation__info-detail{margin-bottom:5px}}.presentation__complex-details--description p{white-space:normal}@media screen and (max-width:767px){.pdf-block .presentation__complex-features{margin-bottom:10px}.pdf-block .complex__about-features{padding:3px 20px}.pdf-block .complex__about-feature{font-size:5px;line-height:8px;margin-top:2px;margin-bottom:2px}.pdf-block .presentation__complex-details--items{flex-basis:50px}.pdf-block .presentation__infrastructure-title_with-btn .button{font-size:12px;padding:8px 15px}.pdf-block .presentation__infrastructure-title{margin-bottom:7px}.pdf-block .presentation__complex-details--item{font-size:12px;line-height:14px;margin-bottom:5px}.pdf-block .presentation__infrastructure .infrastructure__map{margin-bottom:10px}}.public-header .presentation__footer-item{margin-top:0}.public-header .presentation__footer-item .presentation__footer-item{margin-top:5px}.sticky-settings .presentation__aside{max-height:calc(100vh - 95px)}.presentation__frame{width:100%;min-height:100vh;min-width:100%;margin:30px auto}.sf__detail-row--common-page .simplebar-track.simplebar-vertical{top:15px;bottom:15px}.sf__detail-row--common-page .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:13px}.chess{display:flex}@media screen and (max-width:767px){.chess{flex-direction:column}}.chess__filter{width:250px;padding:20px;background-color:#f6f7f9;display:flex;flex-direction:column;flex-shrink:0}@media screen and (max-width:1279px){.chess__filter{width:205px;padding:20px 10px}.chess__filter .button_view_default{padding:22px}}.chess__filter-title{font-weight:700;font-size:21px;line-height:25px;margin-bottom:25px}.chess__filter-wrapper{margin-right:-20px;padding-right:20px}.chess__filter-list{height:100%;margin-right:-10px;padding-right:10px}@media screen and (max-width:1279px){.chess__filter-list{margin-right:-5px;padding-right:5px}}.chess__filter-item{margin-bottom:12px}.chess__filter-item .form__item{margin:0}.chess__filter-item .form__drop-content{min-width:0}.chess__filter-more{display:flex;align-items:center;justify-content:center;margin-top:20px;margin-bottom:25px;color:#8f95ac}.chess__filter-more .icon{stroke:#8f95ac;font-size:10px;margin-left:10px}.chess__filter-submit{display:flex;justify-content:center;margin-top:32px}.chess__tabs{display:flex;flex-direction:column;overflow:hidden;max-height:100vh}@media screen and (max-width:640px){.chess__tabs{max-height:none}}.chess__tabs-nav{border-bottom:1px solid #f6f7f9}.chess__tabs-nav .complex__appartments-navigation .complex__move-nav{max-width:none;justify-content:flex-end;flex-basis:auto}.chess__tabs-item{overflow:hidden;display:none;flex-direction:column}.chess__tabs-item.active{display:flex}.chess__nav-sections{display:flex;padding:0 23px;box-shadow:0 2px 15px rgba(143,149,172,.1);z-index:10}@media screen and (max-width:640px){.chess__nav-sections{border-bottom:1px solid rgba(143,149,172,.2);box-shadow:none;height:40%;min-height:40px;max-height:40px;overflow:auto;padding:0 0 0 10px}}.chess__nav-section{padding:16px 0 12px;margin-right:40px;border-bottom:2px solid transparent;cursor:pointer}.chess__nav-section.active,.chess__nav-section:hover{border-color:#ff2d23}@media screen and (max-width:640px){.chess__nav-section{align-items:center;display:flex;padding:0;white-space:nowrap}}.chess__sections{display:flex}.chess__section{padding:0 12px}.chess__section:first-child{padding-left:0}.chess__section:first-child .chess__board-section{margin-left:-60px;padding-left:60px}.chess__section:last-child{padding-right:60px}.chess__section+.chess__section{border-left:1px solid rgba(143,149,172,.1)}.chess__section+.chess__section .chess__board-section{border-left:1px solid rgba(143,149,172,.1);margin-left:-13px}.chess__board{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;cursor:move;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){.chess__board{height:100%;overflow:scroll;padding-left:30px}}.chess__board::-webkit-scrollbar{display:none}.chess__board-section{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:5;padding:0 12px;margin:0 -12px}.chess__board-section_label{display:inline-block;position:-webkit-sticky;position:sticky;left:60px;padding:18px 0;color:#8f95ac}.chess__board-main{display:flex}.chess__board-aside{position:-webkit-sticky;position:sticky;left:0;flex-shrink:0;width:60px;height:100%;padding-top:53px;z-index:4}.chess__board-aside--content{overflow:hidden}@media screen and (max-width:640px){.chess__board-aside{height:auto;padding-top:0;position:absolute;width:30px}}.chess__board-num{width:100%;height:102px;display:flex;align-items:center;justify-content:center;background-color:#fff}@media screen and (max-width:640px){.chess__board-num{height:87px}}.chess__board-row{display:flex}.chess__board-cell{margin:1px;width:165px;height:100px}@media screen and (max-width:640px){.chess__board-cell{height:83px;margin:2px;width:155px}}.chessboard-flat{position:relative;display:flex;flex-direction:column;width:165px;height:100px;border-radius:4px;padding:0 8px;font-size:12px;line-height:18px;cursor:pointer}@media screen and (max-width:640px){.chessboard-flat{height:83px;width:155px}}.chessboard-flat__head{padding-top:7px;display:flex;justify-content:space-between}@media screen and (max-width:640px){.chessboard-flat__head{padding-top:5px}}.chessboard-flat__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.chessboard-flat__price{margin-top:10px;font-weight:700;font-size:14px;line-height:18px}@media screen and (max-width:640px){.chessboard-flat__price{margin-top:4px}}.chessboard-flat__furnish{height:25px;padding-right:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chessboard-flat__sqr{position:absolute;right:0;bottom:0;border-radius:4px;padding:6px}@media screen and (max-width:640px){.chessboard-flat__sqr{align-items:center;display:flex;padding:0 3px;height:25px}.chessboard-flat__sqr span{display:flex}}.chessboard-flat.sale{background-color:rgba(44,186,46,.2)}.chessboard-flat.sale .chessboard-flat__status{color:#2cba2e}.chessboard-flat.sale .chessboard-flat__sqr{background-color:rgba(44,186,46,.2)}.chessboard-flat.sold{background-color:rgba(143,149,172,.1)}.chessboard-flat.sold .chessboard-flat__status{color:#8f95ac}.chessboard-flat.sold .chessboard-flat__sqr{background-color:rgba(143,149,172,.1)}.chessboard-flat.reserved{background-color:rgba(255,45,35,.1)}.chessboard-flat.reserved .chessboard-flat__status{color:#ff2d23}.chessboard-flat.reserved .chessboard-flat__sqr{background-color:rgba(255,45,35,.1)}.chessboard-flat.assignment{background-color:rgba(135,144,229,.2)}.chessboard-flat.assignment .chessboard-flat__status{color:#8790e5}.chessboard-flat.assignment .chessboard-flat__sqr{background-color:rgba(135,144,229,.14901960784313725)}.chessboard-flat.filtered-out{opacity:.3}@media screen and (max-width:640px){.chess__tabs-nav{border-bottom:none;position:relative}.chess__tabs-nav .complex__appartments-navigation{margin-bottom:0}.chess__tabs-nav .complex__appartments-navigation .complex__move-nav .tabs__navs-item.prev{top:25px;left:10px}.chess__tabs-nav .complex__appartments-navigation .complex__move-nav .tabs__navs-item.next{top:25px;right:10px}}@media screen and (max-width:640px){.section.chess{height:100%}}.button-mobile.for-chess{margin-top:12px;margin-left:10px;margin-right:10px;width:calc(100% - 20px)}@media screen and (max-width:767px){.chess__filter.mobile-filters{padding:0;width:100%}.chess__filter.mobile-filters .mobile-filters__title{z-index:11}}@media screen and (max-width:767px){.chess__filter-list.index-search__filter-top,.chess__filter-wrapper.mobile-filters__content{margin:0}}@media screen and (max-width:767px){.chess__filter-list.index-search__filter-top{margin-top:30px}}.preview .trade-in{margin-top:85px}@media screen and (max-width:1279px){.preview .trade-in{margin-top:60px}}.preview .trade-in~.section,.trade-in,.trade-in~.section{color:#1e2030}.trade-in__title{max-width:840px;text-align:center;margin:75px auto 0}@media screen and (max-width:767px){.trade-in__title{margin-top:30px}}.trade-in__head{display:flex;padding-bottom:60px}@media screen and (max-width:1279px){.trade-in__head{flex-direction:column-reverse}}@media screen and (max-width:767px){.trade-in__head{padding-bottom:30px}}.trade-in__head-block{flex:0 0 390px;margin-right:50px;padding-top:30px}@media screen and (max-width:1279px){.trade-in__head-block{position:relative;width:720px;max-width:100%;margin:0 auto;padding:10px 120px}}@media screen and (max-width:767px){.trade-in__head-block{width:100%;padding:10px;text-align:center;flex-basis:auto}}.trade-in__head-block_cloud .icon{width:255px;height:95px}@media screen and (max-width:1279px){.trade-in__head-block_cloud{position:absolute;top:20px;left:0}}@media screen and (max-width:767px){.trade-in__head-block_cloud{display:none}}.trade-in__head-block_pill{margin-top:40px}@media screen and (max-width:767px){.trade-in__head-block_pill{margin-top:20px}.trade-in__head-block_pill .pill{margin-right:0;font-size:15px;line-height:32px}}.trade-in__head-block_title{margin-top:30px}@media screen and (max-width:767px){.trade-in__head-block_title{max-width:85%;margin-top:15px;margin-left:auto;margin-right:auto}}.trade-in__head-block_label{margin-top:25px}@media screen and (max-width:767px){.trade-in__head-block_label{margin-top:15px;font-size:15px}}.trade-in__head-block_btn{margin-top:30px;display:flex}.trade-in__head-block_btn .label{margin-left:40px}@media screen and (max-width:767px){.trade-in__head-block_btn{width:100%;flex-direction:column}.trade-in__head-block_btn .label{margin-top:15px;margin-left:auto;margin-right:auto}.trade-in__head-block_btn .button{width:100%;font-size:15px}}.trade-in__head-image{flex-grow:1}.trade-in__head-image .icon{width:100%;height:460px}@media screen and (max-width:1279px){.trade-in__head-image{width:470px;margin:20px auto 10px}.trade-in__head-image .icon{height:290px}}@media screen and (max-width:767px){.trade-in__head-image{max-width:100%}.trade-in__head-image .icon{height:214px}}.trade-in__steps{padding-top:60px;padding-bottom:100px}@media screen and (max-width:767px){.trade-in__steps{padding-top:0;padding-bottom:50px}.trade-in__steps .button_view_default{width:100%;font-size:15px}.trade-in__steps .trade-in__step-pill .pill{font-size:15px}}.trade-in__steps-title{text-align:center;margin-bottom:50px}@media screen and (max-width:767px){.trade-in__steps-title{margin-bottom:10px}}.trade-in__steps-grid{margin-left:-35px;margin-right:-35px;display:flex;flex-wrap:wrap}@media screen and (max-width:1279px){.trade-in__steps-grid{margin-left:-8px;margin-right:-8px}}.trade-in__steps-col{padding:0 35px;margin-bottom:45px;max-width:33.3333%;flex-basis:33.3333%}@media screen and (max-width:1279px){.trade-in__steps-col{padding-left:8px;padding-right:8px;margin-bottom:16px}}.trade-in__steps-conditions{display:flex;justify-content:center;margin-top:20px}@media screen and (max-width:767px){.trade-in__steps-conditions{padding-left:10px;padding-right:10px}.trade-in__steps-conditions .button{width:100%;font-size:15px}}.trade-in__step{height:100%;padding:32px 35px 25px;background-color:#fff;border-radius:4px;box-shadow:0 4px 60px rgba(143,149,172,.1)}@media screen and (max-width:1279px){.trade-in__step{max-width:310px;margin:0 auto;padding:25px}}@media screen and (max-width:767px){.trade-in__step{max-width:84%;min-height:380px;border:1px solid rgba(143,149,172,.2);box-shadow:none}}.trade-in__step-num{font-weight:900;font-size:48px;line-height:55px;color:rgba(143,149,172,.08)}@media screen and (max-width:1279px){.trade-in__step-num{font-size:35px;color:rgba(143,149,172,.2)}}.trade-in__step-name{margin-top:10px;font-weight:700;font-size:20px;line-height:28px;margin-bottom:25px}@media screen and (max-width:1279px){.trade-in__step-name{font-size:18px;line-height:22px;margin-bottom:15px}}.trade-in__step-pill{margin-bottom:10px}.trade-in__step-text{font-size:14px;line-height:21px}@media screen and (max-width:1279px){.trade-in__step-text{font-size:15px;line-height:24px}}.trade-in__benefits{border-radius:4px;background-color:#2c2e3e;padding:95px 125px 55px;color:#fff;margin-bottom:40px}@media screen and (max-width:1279px){.trade-in__benefits{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.trade-in__benefits{border-radius:0;padding-top:45px;padding-left:10px;padding-right:10px}}.trade-in__benefits-title{max-width:840px;margin:0 auto 65px;text-align:center}@media screen and (max-width:767px){.trade-in__benefits-title{margin-bottom:15px}}.trade-in__benefits-mobile-title{display:none}@media screen and (max-width:767px){.trade-in__benefits-mobile-title{display:block;padding-bottom:15px;font-size:15px;line-height:20px;color:#8f95ac}.trade-in__benefits-mobile-title:last-of-type{padding-top:30px}}.trade-in__benefits-table{margin-bottom:30px}@media screen and (max-width:767px){.trade-in__benefits-table{margin-bottom:0}}.trade-in__benefits-table_row{display:flex;margin-left:-15px;margin-right:-15px}@media screen and (max-width:767px){.trade-in__benefits-table_row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.trade-in__benefits-table_row:last-child .trade-in__benefits-compare{border-bottom:none}@media screen and (max-width:767px){.trade-in__benefits-table_row{flex-direction:column}.trade-in__benefits-table_row:first-child{display:none}}.trade-in__benefits-table_row .accordeon__title{height:70px;padding-right:15px;font-weight:700;font-size:15px;line-height:18px;border-bottom:1px solid rgba(143,149,172,.2);transition:border-color .3s}.trade-in__benefits-table_row .accordeon__btn{font-size:14px}.trade-in__benefits-table_row.opened .accordeon__title{border-color:transparent}.trade-in__benefits-table_benefit{flex:0 0 30%;padding:15px}@media screen and (max-width:767px){.trade-in__benefits-table_benefit{font-size:15px;font-weight:700;flex-basis:100%;padding-left:0;padding-right:0}}.trade-in__benefits-table_compare{flex:1 0 70%;padding:15px;margin-left:-15px;margin-right:-15px;display:flex;justify-content:space-between}@media screen and (max-width:767px){.trade-in__benefits-table_compare{flex-basis:100%;flex-direction:column;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.trade-in__benefits-table_th{padding:0 15px;font-weight:700;font-size:20px;line-height:28px;flex:1 1 auto;max-width:350px;margin-bottom:30px}.trade-in__benefits-compare{flex-grow:1;display:flex;justify-content:space-between;margin-left:-15px;margin-right:-15px;padding:0 15px 35px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.trade-in__benefits-compare{flex-basis:100%;flex-direction:column;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.trade-in__benefits-compare_col{flex:1 1 auto;max-width:350px;padding:0 15px}@media screen and (max-width:767px){.trade-in__benefits-compare_col{display:flex;flex-basis:100%;max-width:100%;padding-left:0;padding-right:0}}.trade-in__benefits-compare .icon{margin-bottom:20px}@media screen and (max-width:767px){.trade-in__benefits-compare .icon{margin-bottom:0;margin-right:15px;width:21px;height:21px;flex-shrink:0}}.trade-in__benefits-compare_text{font-size:14px;line-height:21px}@media screen and (max-width:767px){.trade-in__benefits-compare_text{font-size:15px}}.trade-in__benefits-footer{padding-top:50px;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.trade-in__benefits-footer{padding:40px 12px 0;margin-top:-1px}}.trade-in__benefits-footer_text{max-width:690px;margin:0 auto;text-align:center;font-weight:700;font-size:20px;line-height:28px}@media screen and (max-width:767px){.trade-in__benefits-footer_text{font-size:15px;line-height:20px}}.trade-in__tariffs{padding-top:60px;padding-bottom:60px}@media screen and (max-width:767px){.trade-in__tariffs{padding-top:0;padding-bottom:40px}}.trade-in__tariffs-title{margin-bottom:12px;text-align:center}.trade-in__tariffs-label{margin-bottom:40px;text-align:center}@media screen and (max-width:767px){.trade-in__tariffs-label{margin-bottom:30px;padding-left:10px;padding-right:10px;font-size:15px}.trade-in__tariffs-label .link{display:block;margin-top:2px}}@media screen and (max-width:767px){.trade-in__tariffs .custom-table{padding:0 10px}}.trade-in__tariffs .custom-table__body{box-shadow:0 2px 20px rgba(143,149,172,.12)}@media screen and (max-width:767px){.trade-in__tariffs .custom-table__body{box-shadow:none;border-bottom:1px solid rgba(143,149,172,.2);padding-bottom:15px}}.trade-in__tariffs .custom-table__body .custom-table__tr{border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.trade-in__tariffs .custom-table__body .custom-table__tr{border:none}.trade-in__tariffs .custom-table__body .custom-table__tr:not(:first-child){padding-left:16px;padding-right:0}}.trade-in__tariffs .custom-table__body .custom-table__tr_flex-start{align-items:flex-start}.trade-in__tariffs .custom-table__body .custom-table__item:last-child .custom-table__tr{border-bottom:0}.trade-in__tariffs .custom-table__body:not(.custom-table__body_show-all) .custom-table__item_hidden{display:none}.trade-in__tariffs .custom-table__label{margin-right:10px}@media screen and (max-width:767px){.trade-in__tariffs .custom-table__label{font-weight:700;font-size:15px;margin-right:0}}.trade-in__tariffs .custom-table .motivation__objects{justify-content:center}.trade-in__tariffs .custom-table .motivation__fee-header,.trade-in__tariffs .custom-table .motivation__object-header{padding:0}@media screen and (max-width:767px){.trade-in__tariffs .custom-table__head{display:none}}@media screen and (max-width:767px){.trade-in__tariffs .custom-table .sm-show{display:none!important}}@media screen and (max-width:767px){.trade-in__tariffs .custom-table__td{font-size:15px;padding-left:0}.trade-in__tariffs .custom-table__td:first-child{width:50%;padding-left:0}.trade-in__tariffs .custom-table__td:last-child{width:50%;padding-left:15px}.trade-in__tariffs .custom-table__td:only-child{width:100%}}.trade-in__tariffs .custom-table__tr_reverse-width{align-items:flex-start}.trade-in__tariffs .custom-table__tr_reverse-width .custom-table__td:first-child{width:45%}.trade-in__tariffs .custom-table__tr_reverse-width .custom-table__td:last-child{width:55%;padding-left:10px;justify-content:center}.trade-in__tariffs .custom-table__mobile-header{color:#8f95ac;font-weight:400;font-size:15px}.trade-in__tariffs .custom-table__showmore-btn{display:flex;align-items:center;margin:15px auto 0;color:#8f95ac;font-size:15px}.trade-in__tariffs .custom-table__showmore-btn svg{margin:4px 0 0 10px;font-size:12px;stroke:#8f95ac;fill:transparent;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer;width:1em;height:1em;vertical-align:middle}.trade-in__tariffs .custom-table__showmore-btn.hidden{display:none}.trade-in__partnership{display:flex;justify-content:center;padding-top:70px;padding-bottom:160px}@media screen and (max-width:1279px){.trade-in__partnership{flex-direction:column;align-items:center;padding-top:30px;padding-bottom:70px}}@media screen and (max-width:767px){.trade-in__partnership{padding-top:20px}}.trade-in__partnership-block,.trade-in__partnership-image{width:490px;max-width:100%;margin:0 50px}@media screen and (max-width:1279px){.trade-in__partnership-image{margin-bottom:15px}}@media screen and (max-width:767px){.trade-in__partnership-image{width:100%;margin:0 auto}}.trade-in__partnership-image .icon{width:100%;height:270px}@media screen and (max-width:767px){.trade-in__partnership-image .icon{height:178px}}.trade-in__partnership-block{padding-top:30px}@media screen and (max-width:1279px){.trade-in__partnership-block{text-align:center}}@media screen and (max-width:767px){.trade-in__partnership-block{padding-top:20px;padding-left:10px;padding-right:10px}}.trade-in__partnership-block_title{margin-bottom:25px}@media screen and (max-width:767px){.trade-in__partnership-block_title{margin-bottom:15px}}.trade-in__partnership-block_label{margin-bottom:30px}@media screen and (max-width:767px){.trade-in__partnership-block_label{margin-bottom:25px;font-size:15px}}@media screen and (max-width:767px){.trade-in__partnership-block_btn{width:100%}.trade-in__partnership-block_btn .button{width:100%;font-size:15px}}.pill{display:inline-block;background-color:#8f95ac;color:#fff;white-space:nowrap;margin-right:24px;line-height:30px;padding:0 12px;border-radius:4px;transition:background-color .15s ease-in-out;cursor:pointer}.pill:hover{background-color:#666b81}.trade-in__slider.slider .slider__item{height:100%}.trade-in__slider.slider .slider__item.tns-slide-active{margin-right:-45px}.trade-in__manager{position:fixed;bottom:5%;right:3%;z-index:2;display:flex;width:345px;padding:18px;background:#2c2e3e;color:#fff;border-radius:4px;border:1px solid rgba(143,149,172,.2);opacity:1;visibility:visible;transition:all .3s}.trade-in__manager.hidden{opacity:0;visibility:hidden}@media screen and (max-width:767px){.trade-in__manager{right:0;bottom:0;left:0;width:100%}}.trade-in__manager-block{display:flex;flex-direction:column}.trade-in__manager-name{margin-bottom:7px}.trade-in__manager-position{margin-bottom:10px;color:#8f95ac;font-size:14px;line-height:18px}.trade-in__manager-img{width:62px;height:62px;border-radius:50%;margin-right:15px}.trade-in__manager-phone{color:inherit}.header_fixed{position:fixed;top:0;left:0;right:0;z-index:1000}.header_fixed .header__top{-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .5s ease}.header_fixed .header__bottom{display:none}.header .header__top_translateY .dropdown.is-showing .side-menu{-webkit-transform:translateY(160px);transform:translateY(160px)}.header.hidden{display:none}.header.is-dark .header__mobile,.header.is-dark .header__mobile-profile-menu{background:#1e2030;color:#8f95ac}.header.is-dark .header__mobile-services,.header.is-dark .header__top-menu-link,.header.is-dark .header__top-profile-id,.header.is-dark .mobile-panel__text{color:#8f95ac}.header.is-dark .header__mobile-link-icon svg{fill:#8f95ac}.header__top{background-color:#2c2e3e;-webkit-transform:translateY(0);transform:translateY(0);position:relative;z-index:20}@media screen and (max-width:767px){.header__top{background-color:#fff;align-items:center;display:flex;height:50px;padding:0;border-bottom:1px solid rgba(143,149,172,.2)}.header__top .wrapper{width:100%}}@media screen and (max-width:640px){.header .switch{justify-content:space-between}}@media screen and (max-width:640px){.header .switch__label{color:#2c2e3e}}@media screen and (max-width:640px){.header .switch_view_invert .switch__label{color:inherit}}.header__top-inner{display:flex;align-items:center;min-height:44px}@media screen and (max-width:767px){.header__top-inner{justify-content:space-between;padding:0 10px;width:100%}}.header__logo{display:block;width:72px;height:39px;flex-shrink:0}.header__logo svg{fill:#ff2d23}.header__top-menu{list-style:none;padding-left:0;display:flex;align-items:center;margin-left:-15px}@media screen and (max-width:767px){.header__top-menu{display:none}}.header__top-menu-item{margin-right:14px}@media screen and (max-width:1279px){.header__top-menu-item{margin-right:5px}}.header__top-menu-item:last-of-type{margin-right:0}.header__top-menu-item .dropdown.is-showing .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__top-menu-item .dropdown__block{left:0;-webkit-transform:translateX(0);transform:translateX(0);margin-top:14px}.header__top-menu-link{display:block;background-color:initial;border-radius:32px;color:inherit;font-weight:700;font-size:14px;line-height:18px;text-decoration:none;padding:5px 16px;transition:all .15s ease-in-out}@media screen and (max-width:767px){.header__top-menu-link{font-size:15px;padding-left:0}}.header__top-menu-link:hover{background-color:rgba(143,149,172,.12);border-radius:20px}.header__top-menu-link .icon{stroke:#2c2e3e;fill:transparent;font-size:9px;margin-left:5px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.header__top-menu-drop{background-color:#fff;padding:10px;border-radius:20px;min-width:215px;box-shadow:0 4px 25px rgba(44,46,62,.1)}.header__top-drop-list{list-style:none;padding-left:0}.header__top-drop-link{display:block;padding:5px 16px;background-color:initial;border-radius:4px;text-decoration:none;color:#2c2e3e;white-space:nowrap;font-weight:400;font-size:14px;line-height:17px;border-radius:20px;transition:all .15s ease-in-out}.header__top-drop-link:hover{background-color:rgba(143,149,172,.12)}.header__top-profile{margin-left:auto;margin-right:auto}@media screen and (max-width:calc(767px + 2px)){.header__top-profile .dropdown__block{top:80px!important;position:fixed!important}}.header .sidemenu-btn{position:relative;width:44px;height:44px;justify-content:center;align-items:flex-start}@media screen and (max-width:1279px){.header .sidemenu-btn{display:none}}.header .dropdown.is-showing .sidemenu-btn{background-color:#1e2030!important}.header__top-profile-btn{position:relative;display:flex;align-items:center;border:0;background-color:rgba(143,149,172,.2)}.header__top-profile-btn:after{position:absolute;top:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);content:"";width:16px;height:1px;background:#fff;box-shadow:0 6px #fff,0 12px #fff}@media screen and (max-width:1023px){.header__top-profile-btn{display:none}}.header__top-profile-avatar{display:flex;width:40px;height:40px;border-radius:40px;background-color:#ff2d23;color:#fff;font-size:14px;margin-right:14px;font-weight:700;text-align:center;align-items:center;justify-content:center;flex-shrink:0}.header__top-profile-id{color:#fff;font-size:14px}.header__top-profile-id .icon{fill:#fff;margin-left:9px;font-size:10px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.header__top-phone{display:block;margin-right:15px}.header__top-phone-anchor{color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:color .15s ease-in-out}@media screen and (max-width:767px){.header__top-phone-anchor{color:#2c2e3e}}.header__top-phone-anchor:hover{color:#ff2d23}@media screen and (max-width:640px){.header__top-phone.sm-hide{display:block!important;margin-right:15px;padding-left:30px;white-space:nowrap}.header__top-phone.sm-hide-anchor{font-size:15px;font-weight:400;line-height:20px;white-space:nowrap}}.header__top-anchors{display:flex;align-items:center}.header__wa{margin-top:5px;margin-right:12px}.header__top-rightblock{display:flex;align-items:center;margin-left:auto}.header__bottom{background-color:#f6f7f8;padding:12px 0;position:relative;z-index:1}@media screen and (max-width:767px){.header__bottom{display:none}}.header__bottom-inner,.header__bottom-menu{display:flex;align-items:center}.header__bottom-menu{list-style:none;padding-left:0}@media screen and (max-width:767px){.header__bottom-menu{display:none}}.header__bottom-menu-item{margin-right:24px;position:relative}.header__bottom-menu-item:last-of-type{margin-right:0}.header__bottom-menu-item .dropdown.is-showing .icon.icon_chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__bottom-menu-item .dropdown__block{margin:16px 10px;left:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}@media screen and (max-width:1599px){.header__bottom-menu-item{margin-right:2px}}.header__bottom-menu-link{display:inline-block;background-color:initial;border-radius:32px;font-size:14px;line-height:32px;color:#fff;text-decoration:none;transition:all .15s ease-in-out;cursor:pointer;padding:0 10px;white-space:nowrap}.header__bottom-menu-link.is-active,.header__bottom-menu-link:hover{background-color:rgba(143,149,172,.4);border-radius:20px}.header__bottom-menu-link.is-active .icon_chevron,.header__bottom-menu-link:hover .icon_chevron{transition:all .3s}@media screen and (max-width:767px){.header__bottom-menu-link.is-active,.header__bottom-menu-link:hover{background-color:#fff}}.header__bottom-menu-link.is-active .icon_chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__bottom-menu-link .icon{stroke:#fff;fill:transparent;font-size:12px;margin-left:5px;-webkit-transform:rotate(0);transform:rotate(0);transition:all .15s ease-in-out}.header__bottom-menu-link .icon_percent{stroke-width:1.5}.header .header__bottom-menu-item_highlighted .header__bottom-menu-link{color:#fff;font-weight:700;display:flex}.header .header__bottom-menu-item_highlighted .header__bottom-menu-link svg{margin-top:5px;margin-right:10px}@media screen and (max-width:767px){.header .header__bottom-menu-item_highlighted .header__bottom-menu-link svg{padding-left:0;margin-right:0;margin-left:10px}}@media screen and (max-width:767px){.header .header__bottom-menu-item_highlighted .header__bottom-menu-link{color:#2c2e3e}}.header .header__mobile .header__bottom-menu-item .header__bottom-menu-link{color:#2c2e3e}.header__bottom-menu-drop{border-radius:0 0 4px 4px;min-width:240px}.header__bottom-drop-list{list-style:none;padding:10px 0;border-radius:16px;background-color:#2c2e3e;overflow:hidden}.header__bottom-drop-link{display:block;padding:10px 10px 10px 16px;background-color:initial;border-radius:4px;text-decoration:none;color:#fff;white-space:nowrap;cursor:pointer}.header__bottom-drop-link:hover{background-color:rgba(143,149,172,.2)}.header__bottom-controls{margin-left:auto;display:flex;align-items:center}@media screen and (max-width:1279px){.header__bottom-controls{display:none}}.header__bottom-search-id{width:190px;margin-left:20px}@media screen and (max-width:1599px){.header__bottom-search-id{margin-left:20px}}.header__mobile{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000;background-color:#1e2030;width:350px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;background:#fff}.header__mobile.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.header__mobile .banners__grid,.header__mobile .wrapper{padding:0}.header__mobile .banners__grid{flex-direction:column}@media screen and (max-width:1599px){.header__mobile .banners__grid{flex-direction:column;margin:0;padding:0 10px;width:100%}}@media screen and (max-width:1599px){.header__mobile .banners .banner-card__name{font-size:15px;line-height:18px}.header__mobile .banners .banner-card__description{font-size:12px;line-height:16px;padding-right:0}.header__mobile .banners .banners__grid-col+.banners__grid-col{margin:20px 0 0}.header__mobile .header__top-menu-link{color:#2c2e3e}.header__mobile .banners .banner-card{flex-direction:row-reverse}}@media screen and (max-width:1279px){.header__mobile{display:block;overflow-y:scroll}}@media screen and (max-width:640px){.header__mobile{width:100%}}.header__mobile-shadow{position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;background-color:rgba(143,149,172,.7);opacity:0;pointer-events:none;transition:opacity .15s ease-in-out}.header__mobile-shadow.is-active{opacity:1;pointer-events:all}.header__mobile-close{position:absolute;top:10px;right:20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.header__mobile-close .icon{font-size:16px;stroke:#fff}.header__mobile-inner{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0 10px 20px;max-height:none;overflow-y:auto}@media screen and (max-width:640px){.header__mobile-inner{overflow:visible}}.header__mobile-search-id{padding:20px 20px 0;margin-bottom:20px}@media screen and (max-width:767px){.header__mobile-search-id{padding:0;margin:0 15px 0 0}.header__mobile-search-id .input_type_search_round{position:relative}.header__mobile-search-id .input__control{background:rgba(143,149,172,.2);border-radius:50em;height:30px;padding:0;width:30px}.header__mobile-search-id .icon.icon_search{left:2px;right:0;margin:0 auto;top:8px;-webkit-transform:none;transform:none;width:14px}}.header__mobile-menu{display:flex;display:none;justify-content:space-between;margin-bottom:36px}.header__mobile-menu-link{display:inline-block;background-color:initial;border-radius:32px;color:#fff;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase}.header__mobile-menu-link .icon{stroke:#fff;fill:transparent;font-size:12px;margin-left:5px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.header__mobile-menu-link .icon_percent{stroke-width:1.5}.header__mobile-sub-menu{margin-top:20px}.header__mobile-sub-menu.is-hidden{display:none}.header__mobile-sub-menu-item{margin-bottom:12px}.header__mobile-sub-menu-item:last-of-type{margin-bottom:0}.header__mobile-sub-menu-item .dropdown__block{position:static;-webkit-transform:translate(0);transform:translate(0)}.header__mobile-sub-menu-item .dropdown .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.header__mobile-sub-menu-item .dropdown.is-showing .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__mobile-sub-menu-link{display:inline-block;background-color:initial;font-size:14px;line-height:32px;color:#7f849a;text-decoration:none;transition:all .15s ease-in-out}.header__mobile-sub-menu-link .icon{stroke:#7f849a;fill:transparent}.header__mobile-sub-menu-link.is-active,.header__mobile-sub-menu-link:hover{color:#fff}.header__mobile-sub-menu-link.is-active .icon,.header__mobile-sub-menu-link:hover .icon{stroke:#fff;fill:transparent}.header__mobile-sub-drop-link{font-size:14px;line-height:24px;color:#7f849a;text-decoration:none}.header__mobile-section{padding:17px 0;margin:0 10px}.header__mobile-phone{display:inline-block;align-self:flex-start;color:#fff;font-size:14px;font-weight:700;text-decoration:none;margin-top:32px}.search-id{position:relative}.search-id__result{position:absolute;top:calc(100% + 11px);right:0;left:auto;width:575px;padding:12px;background-color:#fff;box-shadow:0 4px 20px rgba(143,149,172,.2);white-space:nowrap;border-radius:4px;z-index:100}.search-id__result:after{content:"";display:block;position:absolute;top:-6px;right:75px;left:auto;border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent}.search-id__result.align_right{right:0;left:auto}.search-id__result.align_right:after{right:75px;left:auto}.search-id__result.align_left{right:auto;left:auto}.search-id__result.align_left:after{right:auto;left:75px}@media screen and (max-width:640px){.search-id__result.align_left,.search-id__result.align_right{position:fixed;left:auto;right:0;width:100%}}.search-id__result-empty{padding:40px 0;text-align:center;font-weight:700}.search-id__result-list{padding:6px 0}.search-id__result-item{display:flex;align-items:center;color:#8f95ac;padding:12px;transition:all .15s ease-in-out;background-color:initial;border-radius:4px;cursor:pointer}.search-id__result-item:hover{background-color:rgba(143,149,172,.08)}.search-id__result-item:hover .search-id__result-item--type{background-color:#2c2e3e;color:#fff}.search-id__result-item--type{transition:all .15s ease-in-out;background-color:rgba(143,149,172,.1);margin-right:15px;padding:6px;border-radius:4px}.search-id__result-item--rooms{color:#2c2e3e}.search-id__result-item--id{margin-left:auto}.search-id__result-item--arrow{display:flex;align-items:center;margin-left:30px}.search-id__result-item--arrow .icon{width:12px;height:4px;stroke:#2c2e3e;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.header__mobile-profile{align-items:center;background:rgba(143,149,172,.08);border-radius:20px;display:flex;margin:16px 10px 0;min-height:80px;padding:0 15px}.header__mobile-profile .header__top-profile-avatar{height:60px;width:60px}.header__mobile-profile .header__top-profile-id{color:#2c2e3e;font-weight:700;font-size:15px;flex-grow:1;line-height:18px}.header__mobile-profile .icon.icon_triangle-down{display:none}.header__mobile-profile .arrow-right{margin-left:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:10px}.header__mobile-link{align-items:center;display:flex;margin-top:12px}.header__mobile-link:first-child{margin-top:0}.header__mobile-link-icon{margin-right:8px;text-align:center;width:25px}.header__mobile-profile-menu{background:#fff;position:fixed;top:0;bottom:0;left:0;overflow-y:scroll;right:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.header__mobile-profile-menu.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.header__mobile-profile-logout{background:none;color:#8f95ac;position:absolute;right:5px;top:17px;font-size:15px}.header__mobile-back{background:rgba(143,149,172,.08);border-radius:5px;padding:15px 17px}.header__mobile-back .mobile-panel__link{color:#2c2e3e;text-transform:uppercase;font-weight:700;font-size:12px;line-height:18px}.header__mobile-back .icon{background:rgba(143,149,172,.1);border-radius:16px;padding:7px;height:32px;width:32px}.header__mobile-back .mobile-panel__item{margin-bottom:7px}.header__mobile-no-back{padding:20px 24px 0}.header__mobile-no-back .mobile-panel__text{color:#2c2e3e;font-weight:700;font-size:15px;line-height:21px}.header__mobile-no-back .mobile-panel__link{flex-wrap:wrap}.mobile-panel__desc{color:#8f95ac;font-weight:300;font-size:15px;flex-basis:100%;line-height:20px;margin-left:45px}.mobile__panel-icon{width:45px}.header__mobile-services{color:#2c2e3e;font-size:15px;line-height:24px;padding:20px 0}.mobile-search-id{background:#fff;display:none;position:fixed;left:0;right:0;top:110px;bottom:0;z-index:20}.mobile-search-id.is-open{display:flex;flex-direction:column}.mobile-search-id .search-id__result-item{border-bottom:1px solid rgba(143,149,172,.2);border-radius:0;flex-wrap:wrap;padding-bottom:20px}.mobile-search-id .search-id__result-item--desc{flex-basis:100%;order:3;margin-top:10px}.mobile-search-id .input__control{background:rgba(143,149,172,.1);border-radius:4px;height:50px;padding-left:50px;width:100%}.mobile-search-id .input__control:focus{background:rgba(143,149,172,.1)}.mobile-search-id .search-id.header__mobile-search-id{margin:15px 10px 0}.mobile-search-id .icon.icon_search{margin:0 0 0 18px;top:0;bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.mobile-search-id .search-id__result.align_left,.mobile-search-id .search-id__result.align_right{bottom:0;box-shadow:none;top:130px}@media screen and (max-width:640px){.mobile-search-id .search-id__result.align_left,.mobile-search-id .search-id__result.align_right{padding-top:0;top:120px}}.mobile-search-id .search-id__result.align_left:after,.mobile-search-id .search-id__result.align_right:after{display:none}@media screen and (max-width:640px){.header__mobile .banners__grid{padding:0}}.mobile-services__link{display:flex}.mobile-services__icon{flex-shrink:0;width:40px}.mobile-services__icon .icon_car{height:12px;width:26px}.mobile-services__icon .icon_refresh{height:22px;width:25px}.mobile-services__icon .icon_meeting_room-01{height:18px;width:25px}.mobile-services__icon .icon_chat{height:18px;width:20px}.mobile-services__icon .icon_hat{height:18px;width:21px}.mobile-services__icon .icon_camera{height:18px;width:25px}.mobile-services__icon .icon_legal{height:22px;width:22px}.mobile-services__icon .icon{width:26px;height:26px;fill:#8f95ac}.mobile-services__item{margin-bottom:25px}.mobile-services__item h4{color:#2c2e3e}.mobile-services__text{color:#8f95ac}@media screen and (max-width:767px){.header__bottom-menu-link{width:100%;color:#2c2e3e;padding-left:0}}@media screen and (max-width:767px){.header__bottom-menu-item{align-items:center;display:flex;height:50px}}.header__mobile-sub-menu{margin-bottom:20px}@media screen and (max-width:640px){.header__mobile-sub-menu{margin-top:0}}@media screen and (max-width:640px){.header__bottom-menu-item.is-services{position:relative}.header__bottom-menu-item.is-services:after{content:"ᐳ";color:#2c2e3e;font-size:11px;position:absolute;right:12px;-webkit-transform:scaleX(.6);transform:scaleX(.6)}}@media screen and (max-width:767px){.header__mobile-links{border-top:1px solid rgba(143,149,172,.2);border-bottom:1px solid rgba(143,149,172,.2);padding:20px 0}}@media screen and (max-width:640px){.header__mobile-profile-links{padding:0}}.header__top-menu-item .dropdown.dropdown.is-showing .header__top-menu-link{background-color:rgba(143,149,172,.12)}.dropdown{position:relative;z-index:10;height:100%}.dropdown.is-showing{z-index:20}.dropdown.is-showing .dropdown__block{display:block}.dropdown.is-showing .side-menu{-webkit-transform:translateX(0);transform:translateX(0)}.dropdown__block{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:none}.dropdown__block_align_right{left:auto!important;right:0!important;-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.dropdown__block_align_right .profile-drop:before{left:auto!important;right:90px}.dropdown__block_align_top{top:-600%}.dropdown__btn{transition:background-color .15s ease-in-out}@media screen and (max-width:767px){.dropdown__block_payment .form__drop-content{min-width:285px;max-width:285px}.dropdown__block_payment .mobile-filters__title{display:none}.dropdown__block_payment .checkbox{align-items:flex-start}}.profile-drop{width:765px;border-radius:4px;margin-top:16px;position:relative;overflow:visible;box-shadow:0 0 16px rgba(0,0,0,.1)}@media screen and (max-width:calc(768px + 2px)){.profile-drop{margin-top:0}}.profile-drop:before{content:"";background-color:#ff2d23;display:block;position:absolute;width:14px;height:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);overflow:visible;left:50%;top:-8px;z-index:-1}@media screen and (max-width:calc(768px + 2px)){.profile-drop:before{display:none}}.profile-drop__header{background-color:#ff2d23;color:#fff;padding:30px;display:flex;justify-content:flex-start;border-radius:4px 4px 0 0}.profile-drop__title{font-size:16px;font-weight:700;color:inherit;margin-right:27px;line-height:35px}.profile-drop__exit{display:flex;align-items:center;color:inherit;padding:0 18px;height:35px;background-color:#ff2d23;transition:background-color .15s ease-in-out;border-radius:50em}.profile-drop__exit .icon{fill:#fff;margin-left:12px}.profile-drop__exit:hover{background-color:#cf2d23}.profile-drop__content{background-color:#fff;padding-bottom:26px}.profile-drop__row{padding:0 16px}.profile-drop__row:last-of-type .profile-drop__wrap{border:0}.profile-drop__wrap{padding:4px 0;border-bottom:1px solid rgba(143,149,172,.2);display:flex}.profile-drop__wrap>.profile-drop__item:hover{background-color:rgba(143,149,172,.1)}.profile-drop__item{background-color:initial;border-radius:4px;flex-grow:0;flex-shrink:0;flex-basis:33.33333%;padding:16px 0 16px 16px;display:flex;flex-wrap:wrap;text-decoration:none}.profile-drop__item-title{display:flex;align-items:center}.profile-drop__icon{flex:0 0 26px;margin-right:12px;fill:#8f95ac;font-size:26px;line-height:20px}.profile-drop__icon .icon_object{stroke:none}.profile-drop__subtitle{font-size:16px;line-height:20px;color:#1e2030}.profile-drop__desc{padding-left:36px;line-height:18px;width:100%;color:#8f95ac;font-weight:300}.profile-drop__qty{display:none;position:relative;color:#fff;width:21px;text-align:center;z-index:1;font-weight:400;margin-left:6px;font-size:12px;line-height:18px;top:-2px}.profile-drop__qty.is-visible{display:inline-block}.profile-drop__qty:after{content:"";display:block;width:21px;height:21px;border-radius:21px;background-color:#ff2d23;position:absolute;z-index:-1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.custom-select{border-radius:4px;min-width:162px;position:relative;transition:box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}.custom-select.is-disabled{pointer-events:none}.custom-select.is-disabled .custom-select__selected{background-color:#f6f7f9;color:rgba(143,149,172,.5)}.custom-select.is-disabled .custom-select__selected:after{background-image:none}.custom-select__select-hidden{position:absolute;top:0;left:0;opacity:0;width:0;overflow:hidden}.custom-select__selected{background-color:rgba(143,149,172,.1);display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:17px;padding:10px 16px 11px;cursor:pointer;transition:background-color .15s ease-in-out;border-radius:4px}.custom-select__selected:after{content:"";display:block;width:10px;height:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLjY0Ni42NDZhLjUuNSAwIDAxLjcwOCAwTDQgMy4yOTMgNi42NDYuNjQ2YS41LjUgMCAxMS43MDguNzA4TDQgNC43MDcuNjQ2IDEuMzU0YS41LjUgMCAwMTAtLjcwOHoiIGZpbGw9IiMyQzJFM0UiLz48L3N2Zz4=);background-size:contain;background-position:50%;background-repeat:no-repeat;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;flex-shrink:0;margin-left:auto}.custom-select__selected:hover{background-color:rgba(143,149,172,.2)}.custom-select__selected.input__control:hover{background-color:#fff}.custom-select__options{position:absolute;width:100%;left:0;top:100%;display:none;background-color:#fff;border-radius:0 0 4px 4px;transition:box-shadow .15s ease-in-out;max-height:300px}.custom-select__options,.custom-select__options ul{list-style:none;padding-left:0}.custom-select__search{padding:8px 16px;opacity:0;visibility:hidden}.custom-select__option{padding:8px 16px;cursor:pointer}.custom-select__option:hover{background-color:rgba(143,149,172,.1)}.custom-select__option:last-of-type{padding-bottom:8px}.custom-select.is-active{box-shadow:0 2px 10px rgba(143,149,172,.2);background-color:#fff}.custom-select.is-active .custom-select__options{display:block;z-index:100;box-shadow:0 2px 10px rgba(143,149,172,.2)}.custom-select.is-active .custom-select__selected{border-radius:4px 4px 0 0;background-color:rgba(143,149,172,.2)}.custom-select.is-active .custom-select__selected:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-select-label{margin-right:15px;cursor:pointer}.custom-select__with-button{padding-right:47px}.custom-select.is-showing .custom-select__search{display:block;z-index:100;visibility:visible;opacity:1}.custom-select.error{box-shadow:0 0 0 1px #ff2d23}.select_type_form .custom-select-label{color:#8f95ac;line-height:25px;margin-bottom:4px}.select_type_form .custom-select__selected{height:50px;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);background-color:#fff}.select_type_form .custom-select__selected span{overflow:hidden;text-overflow:ellipsis}.select_type_form .custom-select.is-active .custom-select__selected{background-color:#fff;box-shadow:none}.select_type_table .custom-select{width:170px;min-width:170px}.select_type_table .custom-select__selected{height:38px;background-color:initial;box-shadow:none;border:1px solid transparent;justify-content:flex-start}.select_type_table .custom-select__selected:after{margin-left:1em}.select_type_table .custom-select.is-active{box-shadow:none}.select_type_table .custom-select.is-active .custom-select__selected{background-color:#fff;border:1px solid rgba(143,149,172,.2);border-bottom-color:transparent}.select_type_table .custom-select.is-active .custom-select__options{box-shadow:none}.select_type_table .custom-select__options{box-shadow:none;border:1px solid rgba(143,149,172,.2);border-top-color:transparent}.select-multiple__item{position:relative;margin-bottom:10px}.select-multiple__add{display:inline-flex;align-items:center;color:#8f95ac;cursor:pointer}.select-multiple__add .button_type_add{margin-right:15px}.select-multiple__add:hover .button_type_add{background-color:rgba(143,149,172,.2)}.custom-select.colored .custom-select__option.green,.custom-select.colored .custom-select__option.hex-2CBA2E,.custom-select.colored .custom-select__selected.green,.custom-select.colored .custom-select__selected.hex-2CBA2E,.custom-select.is-showing.colored .custom-select__selected.green,.custom-select.is-showing.colored .custom-select__selected.hex-2CBA2E{background:rgba(44,186,46,.2);color:#2cba2e}.custom-select.colored .custom-select__option.hex-FF2D23,.custom-select.colored .custom-select__option.red,.custom-select.colored .custom-select__selected.hex-FF2D23,.custom-select.colored .custom-select__selected.red,.custom-select.is-showing.colored .custom-select__selected.hex-FF2D23,.custom-select.is-showing.colored .custom-select__selected.red{background:rgba(255,45,35,.2);color:#ff2d23}.custom-select.colored .custom-select__option.blue,.custom-select.colored .custom-select__option.hex-8790E5,.custom-select.colored .custom-select__selected.blue,.custom-select.colored .custom-select__selected.hex-8790E5,.custom-select.is-showing.colored .custom-select__selected.blue,.custom-select.is-showing.colored .custom-select__selected.hex-8790E5{background:rgba(135,144,229,.2);color:#8790e5}.custom-select.colored .custom-select__option.gray,.custom-select.colored .custom-select__option.hex-8F95AC,.custom-select.colored .custom-select__selected.gray,.custom-select.colored .custom-select__selected.hex-8F95AC,.custom-select.is-showing.colored .custom-select__selected.gray,.custom-select.is-showing.colored .custom-select__selected.hex-8F95AC{background:rgba(143,149,172,.2);color:#8f95ac}.custom-select.colored .custom-select__option.yellow,.custom-select.colored .custom-select__selected.yellow,.custom-select.is-showing.colored .custom-select__selected.yellow{background:rgba(255,204,0,.2);color:#fba200}.custom-select.colored .custom-select__option.hex-67B2F8,.custom-select.colored .custom-select__selected.hex-67B2F8,.custom-select.is-showing.colored .custom-select__selected.hex-67B2F8{background:rgba(103,178,248,.2);color:#67b2f8}.custom-select.colored .custom-select__option.hex-FFA100,.custom-select.colored .custom-select__option.orange,.custom-select.colored .custom-select__selected.hex-FFA100,.custom-select.colored .custom-select__selected.orange,.custom-select.is-showing.colored .custom-select__selected.hex-FFA100,.custom-select.is-showing.colored .custom-select__selected.orange{background:rgba(255,161,0,.2);color:#ffa100}.custom-select.open-top .custom-select__options{top:auto;bottom:100%}.custom-select.open-top .custom-select__selected:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-select.custom-select_sf-filter .custom-select__search{display:none}.custom-select.custom-select_sf-filter.is-showing .custom-select__search{display:block}.custom-select.custom-select_sf-filter{background-color:#fff}.custom-select.custom-select_sf-filter .custom-select__selected{height:50px;background-color:initial}.custom-select.custom-select_sf-filter .custom-select__search .input__control{height:32px;border:1px solid #dfe1e9;box-shadow:none}.custom-select__selected_noselect:after{display:none}#dist-map-container,#myMap{width:100%}#dist-map-container [class*=-hint],#myMap [class*=-hint]{border-radius:5px;background-color:#ff2d23;height:38px;display:flex;border:0;align-items:center;text-align:center;justify-content:center;padding:0 14px;box-shadow:none}#dist-map-container [class*=-hint]:after,#myMap [class*=-hint]:after{content:"";width:13px;height:10px;position:absolute;top:0;left:5px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBsMTMgMTBWMEgweiIgZmlsbD0iI0ZGMkQyMyIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat}#dist-map-container [class*=-hint__text],#myMap [class*=-hint__text]{color:#fff;font-size:14px;font-weight:700}#myMap{height:900px}@media screen and (max-width:767px){#myMap{height:100%}}.js-show-list{display:none}.map{position:relative;display:flex;width:100%}@media screen and (max-width:640px){.map{flex-direction:column;flex-wrap:nowrap;position:absolute;top:50px}}.map__container{width:calc(100% - 440px);margin-left:auto}@media screen and (max-width:1599px){.map__container{width:calc(100% - 416px)}}@media screen and (max-width:1279px){.map__container{width:calc(100% - 396px)}}@media screen and (max-width:767px){.map__container{order:1;height:100%;position:fixed;width:100%;z-index:10}}.map__list{position:absolute;top:0;left:0;right:0}@media screen and (max-width:767px){.map__list{max-height:none;margin-top:300px;position:relative;order:2;width:100%;z-index:11;-webkit-transform:translateY(80%);transform:translateY(80%);transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.map__list.is-visible{-webkit-transform:translateY(0);transform:translateY(0)}}.map__list.map__list_suburban+div.map__container{width:100%}table.dataTable thead{background-color:#2c2e3e;color:#fff;border-radius:4px}table.dataTable thead tr{padding:0}table.dataTable thead th{border:none;padding:18px 10px;font-weight:400;text-align:left}table.dataTable thead>th.control{padding-left:25px;padding-right:25px;box-sizing:border-box}table.dataTable.dtr-column>tbody>tr.parent td.control:before{content:"—";font-size:13px;font-weight:700}table.dataTable tbody tr{cursor:pointer}table.dataTable tbody tr:hover{background:rgba(143,149,172,.08)!important}table.dataTable tbody td{padding:18px 10px;border-top:1px solid rgba(143,149,172,.3);border-bottom:none}table.dataTable tbody td.control{width:30px}table.dataTable tbody td.control:before{top:0;bottom:0;left:0;right:0;height:25px;width:25px;margin:auto;background-color:rgba(143,149,172,.1)!important;border:none;box-shadow:none;font-size:20px;line-height:22px;font-weight:300;font-family:"Formular",sans-serif;color:#1e2030}table.dataTable tbody>tr.child ul.dtr-details{display:flex;padding:0 6.5px}table.dataTable tbody>tr.child ul.dtr-details li{padding:.5em 0;border:none;margin-left:30px}table.dataTable tbody>tr.child ul.dtr-details li:first-child{padding:.5em 0;margin-left:0}table.dataTable tbody>tr.child ul.dtr-details li .dtr-title{display:block}table.dataTable.display tbody tr.odd{background-color:#fff}table.dataTable.display tbody tr.odd:hover{background-color:#f5f5f5}table.dataTable.no-footer{border-bottom:0}.dt_mod_no-p_h{padding-left:0!important;padding-right:0!important}.dt__more-control{margin-top:15px;color:#8f95ac;transition:color .15s ease-in-out;align-items:flex-start}.dt__more-control:hover{color:#ff2d23}.dt__more-control span{display:block}.dt__more-control .icon{flex-shrink:0;margin-top:3px}.control_more>.form__item{width:28px;background-color:initial;height:auto;margin:0;z-index:1}.control_more>.form__item .dropdown{height:28px}.control_more>.form__item .dropdown__block{top:-17px;right:-17px;left:auto;z-index:-1;cursor:default}.control_more>.form__item .form__drop.is-showing .form__drop-btn{background-color:rgba(145,163,233,.3);border-radius:50%}.control_more>.form__item .form__drop-name{display:none}.control_more>.form__item .form__drop-content{padding:24px 17px;min-width:220px}.control_more>.form__item .form__drop-content hr{border-color:currentcolor rgba(143,149,172,.3) rgba(143,149,172,.3);border-top:rgba(143,149,172,.3);margin-right:40px}.control_more>.form__item .form__drop-btn{display:flex;align-items:center;justify-content:center;background-color:rgba(143,149,172,.1);box-shadow:none;padding:0;border-radius:50%;width:28px;height:28px}.control_more>.form__item .form__drop-btn:hover{background-color:rgba(143,149,172,.3)}.control_more>.form__item .form__drop-btn .icon.icon_elipsis{width:15px;height:15px;stroke:none}.control_more>.form__item .icon__elipsis{-webkit-transform:none;transform:none}.custom-table__head .sorting,table thead .sorting{background-image:none;cursor:pointer}.custom-table__head .sorting-th,table thead .sorting-th{display:flex;align-items:center}.custom-table__head .sorting-arrows,table thead .sorting-arrows{display:inline-block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 0L0 7.368h7.368L3.685 0zM3.685 20L0 12.632h7.368L3.685 20z' fill='%238F95AC'/%3E%3C/svg%3E");background-repeat:no-repeat;width:8px;height:20px;margin-left:10px}.custom-table__head .sorting_asc,table thead .sorting_asc{background-image:none}.custom-table__head .sorting_asc .sorting-arrows,table thead .sorting_asc .sorting-arrows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 8L0 .632h7.368L3.685 8z' fill='%238F95AC'/%3E%3C/svg%3E");background-position:bottom}.custom-table__head .sorting_desc,table thead .sorting_desc{background-image:none}.custom-table__head .sorting_desc .sorting-arrows,table thead .sorting_desc .sorting-arrows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.685 0L0 7.368h7.368L3.685 0z' fill='%238F95AC'/%3E%3C/svg%3E")}.dt__more-control{display:flex;align-items:center;padding:4px 6px;border-radius:4px;color:#1e2030;cursor:pointer;transition:background 0 ease-in-out .15s}.dt__more-control:hover{background-color:rgba(143,149,172,.1)}.dt__more-control:first-of-type{margin-top:18px}.dt__more-control:nth-of-type(n+2){margin-top:10px}.dt__more-control .icon{width:19px;height:19px;-webkit-transform:none;transform:none;margin:auto 10px auto 0;transform:none!important}.table__show-more{text-align:center;padding:18px 10px}.table__show-more_btn{display:inline-block;color:#8f95ac;cursor:pointer;transition:color .15s ease-in-out}.table__show-more_btn .icon{margin-left:5px;width:10px;stroke:#8f95ac;transition:stroke .15s ease-in-out}.table__show-more_btn:hover{color:#2c2e3e}.table__show-more_btn:hover .icon{stroke:#2c2e3e}@media screen and (max-width:767px){img.table-image-scalable:hover{-webkit-transform:scale(4);transform:scale(4);-webkit-transform-origin:center;transform-origin:center}}.map-list{max-height:824px;padding-bottom:48px;padding-right:15px}@media screen and (max-width:1600px){.map-list{padding-right:11px}}@media screen and (max-width:1280px){.map-list{padding-right:8px}}@media screen and (max-width:640px){.map-list{padding-right:0;padding-bottom:0}}.map-list__list{height:auto}.map-list__link{color:inherit}.map-list__item{padding-bottom:27px;border-bottom:1px solid rgba(143,149,172,.1)}.map-list__flat{padding:20px 0}@media screen and (max-width:1599px){.map-list__flat{padding:10px 0}}.map-list__flat .flats__card{padding:0;margin-bottom:5px;flex-direction:column}.map-list__flat .flats__card-image{width:100%;box-sizing:border-box;padding:0}.map-list__flat .flats__card .flats__card-features{display:none}.map-list__flat .flats__card:hover{box-shadow:none}.map-list__btn{padding:17px 30px}.map-list-title{margin:24px 0}@media screen and (max-width:640px){.map-list__list.for-assignations{padding-bottom:40px}.map-list__list.for-assignations .flats__card{flex-direction:row}.map-list__list.for-assignations .flats__card-image{padding:0 10px;width:40%}.map-list__list.for-assignations .flats__card-image img{object-fit:contain}.map-list__list.for-assignations .flats__card-price{font-size:14px}.map-list__list.for-assignations .flats__card-info{font-size:12px;width:60%}}.filter .checkbox,.filter .checkbox__label,.filter .radio,.filter .radio__label{flex-grow:1}.filter__filter{margin-bottom:22px}@media screen and (max-width:640px){.filter__filter{margin-top:6px;margin-bottom:10px}}.filter__checks{max-height:190px}.filter__exclude-btn{display:none}.filter__cols,.filter__fields{display:flex}.filter__col,.filter__field{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px);margin-right:20px}.filter__col:last-of-type,.filter__field:last-of-type{margin-right:0}.filter__range{margin-bottom:22px}.filter__fields+.filter__fields{margin-top:22px}.filter__dist-btn{color:#8f95ac;font-size:14px;margin-bottom:15px;transition:color .15s ease-in-out}.filter__dist-btn .icon{font-size:16px;fill:#8f95ac;-webkit-transform:rotate(0)!important;transform:rotate(0)!important;margin-right:11px;transition:fill .15s ease-in-out}.filter__dist-btn:hover{color:#2c2e3e}.filter__dist-btn:hover .icon{fill:#2c2e3e}.clients__controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:14px}.clients__control{margin-right:11px}.clients__control:last-of-type{margin-right:0}.filters__filter-applied{margin-top:32px;display:flex;align-items:stretch}.filters__filter-applied.is-hidden,.filters__filter-applied.is-hidden+.orders__filter-mobile{display:none}.filters__filter-exc,.filters__filter-inc{padding:0 12px 12px;flex:1 1;display:flex;align-items:flex-start;justify-content:flex-start;align-content:flex-start;flex-wrap:wrap;border-radius:4px;transition:background-color .15s ease-in-out;border:1px dashed rgba(143,149,172,.2)}.filters__filter-exc>.filtered,.filters__filter-inc>.filtered{flex-shrink:0;margin-right:12px;margin-top:12px}.filters__filter-exc>.filtered-clear,.filters__filter-inc>.filtered-clear{margin-top:12px}@media screen and (max-width:640px){.filters__filter-exc>.filtered-clear,.filters__filter-inc>.filtered-clear{margin-top:0}}.filters__filter-exc>:first-child.filtered-clear,.filters__filter-inc>:first-child.filtered-clear{display:none}.filters__filter-exc.is-dragover,.filters__filter-inc.is-dragover{background-color:rgba(143,149,172,.08)}.filters__filter-tip{color:#8f95ac;margin:1.3em auto auto}.filters__filter-inc{margin-right:44px;position:relative}.filters__filter-inc:after{content:"";position:absolute;width:20px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjg3IDIuMjY1VjBsNC44MyAyLjc2Ni00LjgzIDIuNzY1VjMuMjY1SDIuNDE1di0xaDExLjQ1M3pNNC44MzEgOS42MzRWNy4zNjlMMCAxMC4xMzRsNC44MzEgMi43NjV2LTIuMjY1aDExLjQ1NHYtMUg0LjgzMXoiIGZpbGw9IiM4Rjk1QUMiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;top:50%;left:100%;margin-left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.filters__filter-exc .filtered{background-color:rgba(255,45,35,.2);box-shadow:inset 0 0 0 1px transparent}.filters__filter-exc .filtered:hover{box-shadow:inset 0 0 0 1px transparent;background-color:#ff2d23}.filters__filter-exc .filtered:hover .filtered__type,.filters__filter-exc .filtered:hover .filtered__value{color:#fff}.filters__filter-exc .filtered:hover .filtered__del .icon{stroke:#fff}@media screen and (max-width:767px){.mobile-filters .filter__cols.for-floors{overflow:hidden;margin-bottom:0;padding:0 1px;position:relative}.mobile-filters .filter__cols.for-floors:after{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 10%,#fff 70%);content:"";height:30px;position:absolute;bottom:0;width:100%;z-index:120}.mobile-filters .filter__cols.for-floors .filter__col{overflow:scroll;padding:0 1px;position:relative}.mobile-filters .filter__cols.for-floors .filter__filter{background:#fff;margin-top:0;position:fixed;-webkit-transform:translateZ(0);transform:translateZ(0);width:calc(50% - 24px);z-index:1}.mobile-filters .filter__cols.for-floors .filter__checks{margin-top:60px}}.checkbox-group{padding-right:20px}.checkbox-group__item{margin-bottom:4px;border-radius:4px;padding:6px;display:flex;align-items:center;justify-content:space-between}.checkbox-group__item .checkbox__box{background:none}.checkbox-group__item .checkbox.checkbox_type_btn .checkbox__box{width:100%}.checkbox-group__item:hover{background-color:rgba(143,149,172,.1)}.checkbox-group__item:hover .filter__exclude-btn{display:block}.checkbox-group__item_single{margin-bottom:14px!important}.checkbox-group__item.is-hidden{display:none}.checkbox-group__item:last-of-type{margin-bottom:0}.modal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;transition:opacity .3s cubic-bezier(0,0,.12,1);z-index:1005;overflow-y:auto;background-color:initial;color:#2c2e3e}.modal.has-darken{background-color:rgba(143,149,172,.7)}.modal__grey-wrapper{margin-top:30px;padding:50px 0;background:rgba(143,149,172,.08)}.modal__hint{margin:25px 0;text-align:center;color:#8f95ac}.modal.is-opened{display:block}.modal_task{overflow:hidden}.modal_task .modal__shadow{background-color:#2c2e3e}.modal_task .modal__content{overflow-y:auto;padding:100px 0;display:block}.modal_task .modal__inner{width:720px;padding:50px 125px;position:relative}@media screen and (max-width:640px){.modal_task .modal__inner{padding:20px 30px;margin:0 10px;width:calc(100% - 20px)}}.modal_task_lg .modal__inner{width:970px;max-width:100%}.modal_task_lg .modal__inner .react-datepicker-wrapper{width:100%}.modal_task .modal__title{text-align:center}.modal_task .modal__close-outer{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;background-color:rgba(143,149,172,.2);cursor:pointer;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-150%);transform:translate(-50%,-150%);transition:background-color .15s ease-in-out}.modal_task .modal__close-outer:after{content:"";display:block;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFMOSA5IDEgMW0xNiAxNkw5IDlsLTggOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);background-size:100%;background-repeat:no-repeat;background-position:50%}.modal_task .modal__close-outer:hover{background-color:rgba(143,149,172,.5)}.modal_pres .modal__inner{width:840px;max-width:100%;padding:50px 55px;position:relative}.modal_pres .modal-form__row{padding:0 130px}.modal_pres .modal-form__wrap .modal-form__row{padding:0}.modal_small .modal__inner{width:470px;padding:40px 50px}.modal_small .modal__content{display:flex}.modal_medium .modal__inner{width:570px;padding:40px 75px}.modal_medium .modal__content{display:flex}.modal_large .modal__inner{width:970px;max-width:100%;padding:40px 125px}@media screen and (max-width:1279px){.modal_large .modal__inner{width:720px}}.modal_large .modal__content{display:flex}.modal_top-overflow .modal__inner{margin-top:auto}.modal_filter{overflow:hidden}.modal_filter .modal__shadow{background-color:#2c2e3e}.modal_filter .modal__content{overflow-y:auto;padding:100px 0;display:block}.modal_filter .modal__inner{width:970px;max-width:100%;padding:50px 85px;position:relative}.modal_filter .modal__title{text-align:center}.modal_filter .modal__close-outer{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;background-color:rgba(143,149,172,.2);cursor:pointer;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-150%);transform:translate(-50%,-150%);transition:background-color .15s ease-in-out}.modal_filter .modal__close-outer:after{content:"";display:block;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFMOSA5IDEgMW0xNiAxNkw5IDlsLTggOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);background-size:100%;background-repeat:no-repeat;background-position:50%}.modal_filter .modal__close-outer:hover{background-color:rgba(143,149,172,.5)}.modal_filter-wide .modal__inner{padding:50px 54px}.modal__shadow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.modal__close{width:44px;height:44px;cursor:pointer;position:absolute;top:17px;right:31px;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;z-index:101}@media screen and (max-width:640px){.modal__close{right:0;top:0}}.modal__close .icon{font-size:14px;stroke:#2c2e3e}.modal__content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:auto}.modal__inner{pointer-events:all;position:relative;z-index:1;width:1472px;margin:0 auto;background-color:#fff;padding:28px 45px 45px;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:5px}@media screen and (max-width:1600px){.modal__inner{width:1200px}}@media screen and (max-width:1280px){.modal__inner{width:728px}}@media screen and (max-width:640px){.modal__inner{padding-left:15px;padding-right:15px;padding-top:20px}}.modal__title{margin-bottom:24px}.modal_centered .modal__content{max-width:90%;margin:0 auto}.modal__subtitle{margin-bottom:25px;text-align:center;font-size:16px;line-height:22px;font-weight:300}.modal__warning{display:flex;margin-bottom:30px;padding:12px 15px;border:1px solid #ff2d23;border-radius:5px;font-weight:400}.modal__warning .info{flex-shrink:0;margin-right:15px;width:25px;height:25px;background:rgba(255,45,35,.15)}.modal__warning .info .icon_info{fill:#ff2d23}@media screen and (max-width:640px){div.modal-form__gist,div.modal-form__gist.modal-form__row{margin-left:0;margin-right:0}}@media screen and (max-width:640px){div.modal-form__gist.modal-form__row,div.modal-form__gist.with-margin{margin-left:-10px;margin-right:-10px}}@media screen and (max-width:640px){.modal-form__row .checkbox.checkbox_view_invert{flex-direction:row-reverse;justify-content:center}.modal-form__row .checkbox__box{margin-right:5px}}@media screen and (max-width:640px){div.modal-form__gist .checkbox{flex-direction:row-reverse;justify-content:flex-end}}.commentary{display:flex}.commentary+.commentary{margin-top:50px}.commentary__photo{width:60px;height:60px;flex-shrink:0}.commentary__content{padding-top:15px;margin-left:15px}.commentary__header{display:flex;margin-bottom:20px;font-size:14px;line-height:18px}.commentary__author{font-weight:700}.commentary__date{color:#8f95ac;margin-left:20px}.commentary__text{line-height:21.5px}.form-upload{max-width:100%;width:550px;padding:27px 33px;border:1px solid rgba(143,149,172,.2);border-radius:5px}.form-upload__inputs{display:flex;margin-bottom:15px}@media screen and (max-width:1279px){.form-upload__inputs{flex-direction:column}}.form-upload__name{width:100%;margin-right:17px}@media screen and (max-width:1279px){.form-upload__name{margin-right:0;margin-bottom:15px}}.form-upload__input,.form-upload__label{width:100%;padding:15px 20px;border:1px solid rgba(143,149,172,.2);border-radius:4px;transition:border-color .15s ease-in-out}.form-upload__input:hover,.form-upload__label:hover{border-color:rgba(143,149,172,.6)}.form-upload__input{position:relative;cursor:pointer;border-style:dotted}.form-upload__input .icon{margin-right:10px}.form-upload__input input.input__control{position:absolute;opacity:0;z-index:-1}.form-upload__submit{padding:17px 33px}.file__title{display:flex;flex-wrap:nowrap;align-items:flex-start}.file__icon{margin-right:8px;flex-shrink:0}.file__icon .icon{font-size:32px}.file__name{font-weight:700;margin-top:6px}.file__controls{padding-left:40px;display:flex;align-items:center;margin-top:8px}.file__link{text-decoration:none;color:#8f95ac;transition:color .15s ease-in-out;cursor:pointer}.file__link:hover{color:#ff2d23}.file__delete{width:27px;height:27px;border-radius:50%;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;margin-left:24px}.file__delete .icon{font-size:14px;stroke:#8f95ac}.file__delete:hover{background-color:rgba(143,149,172,.2)}.file-up{margin-top:10px}.file-up,.file-up__inner{display:flex;align-items:center}.file-up__inner{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);flex-wrap:nowrap;height:40px}.file-up__icon{font-size:22px;margin-right:6px;flex-shrink:0}.file-up__name{display:block;width:200px;overflow:hidden;position:relative;white-space:nowrap;flex-shrink:0;text-overflow:ellipsis;color:#000}.file-up__name:after{position:absolute;display:block;height:100%;width:20px;right:0;top:0;bottom:0;background:#fff}.file-up__controls{margin-left:auto;display:flex;align-items:center}.file-up__edit{margin-left:10px;flex-shrink:0}.file-up__edit .icon{font-size:12px}.file-up__del .icon{font-size:10px;flex-shrink:0;stroke:#8f95ac}.file-up__del .icon.dark{stroke:#2c2e3e;margin-right:-2px}.file-up__input{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 15px);margin-left:30px;height:40px}.file-up__input .input__control{height:100%}.file-up__input button{height:40px;width:40px;bottom:0}.file-uploader{display:flex;align-items:center;margin-top:10px}.file-uploader__inner{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);display:flex;align-items:center;flex-wrap:nowrap;height:40px}.file-uploader__icon{font-size:22px;margin-right:6px;flex-shrink:0}.file-uploader__name{display:block;width:200px;overflow:hidden;position:relative;white-space:nowrap;flex-shrink:0;text-overflow:ellipsis}.file-uploader__name:after{position:absolute;display:block;height:100%;width:20px;right:0;top:0;bottom:0;background:#fff}.file-uploader__controls{margin-left:auto;display:flex;align-items:center}.file-uploader__edit{margin-left:10px;flex-shrink:0}.file-uploader__edit .icon{font-size:12px}.file-uploader__del .icon{font-size:10px;flex-shrink:0;stroke:#8f95ac}.file-uploader__input{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 15px);margin-left:30px;height:40px}.file-uploader__input .input__control{height:100%}.file-uploader__input button{height:40px;width:40px;bottom:0}.radio-group__list_dir_horizontal{display:flex;align-items:flex-start}.radio-group__list_dir_horizontal .radio-group__item{flex:0 1 auto;margin-right:30px}.radio-group__list_dir_horizontal .radio-group__item:last-of-type{margin-right:0}.radio-group__list_dir_vertical{display:block}.radio-group__list_dir_vertical .radio-group__item{margin-bottom:10px}.radio-group__list_dir_vertical .radio-group__item:last-of-type{margin-bottom:0}.radio-group__list_dist_between{display:flex;justify-content:space-between}.radio-group_type_form .radio-group__label{color:#8f95ac;line-height:25px;margin-bottom:10px;white-space:nowrap}.radio-group__label{display:inline-block}.switcher{display:flex;align-items:center;justify-content:center;min-height:42px}.switcher__btn{padding:16px 20px;border-radius:5px;color:inherit;cursor:pointer;text-decoration:none;transition:all .15s ease-in-out}@media screen and (max-width:1279px){.switcher__btn{padding:8px 10px}}.switcher__btn+.switcher__btn{margin-left:15px}.switcher__btn:hover{background-color:rgba(143,149,172,.1)}.switcher__btn.active{background-color:#8f95ac;color:#fff}.modal-banks .modal__title{max-width:545px;margin-left:auto;margin-right:auto}.modal-banks .modal__inner{width:1220px;max-width:90%}@media screen and (max-width:1279px){.modal-banks .modal__inner{padding-left:25px;padding-right:25px}}@media screen and (max-width:640px){.modal-banks .modal__inner{padding-left:10px;padding-right:10px;margin:0;max-width:none;width:100%}}.modal-banks__tab{display:none;margin-top:30px}.modal-banks__tab.active{display:block}.list__item-label{font-size:14px;line-height:21px;font-weight:300;color:#8f95ac}.list__item-value{font-size:16px;font-weight:700}.add-compare-btn,.add-fav-btn{display:flex;align-items:center;color:#8f95ac;cursor:pointer}.add-compare-btn.hollow.is-compare .button_type_settings,.add-compare-btn.hollow.is-fav .button_type_settings,.add-fav-btn.hollow.is-compare .button_type_settings,.add-fav-btn.hollow.is-fav .button_type_settings{background-color:#ff2d23}.add-compare-btn.hollow.is-compare .button_type_settings .icon,.add-compare-btn.hollow.is-fav .button_type_settings .icon,.add-fav-btn.hollow.is-compare .button_type_settings .icon,.add-fav-btn.hollow.is-fav .button_type_settings .icon{stroke:#fff;fill:#ff2d23}.add-compare-btn.hollow:hover .button_type_settings,.add-fav-btn.hollow:hover .button_type_settings{background-color:#ff2d23}.add-compare-btn.hollow:hover .button_type_settings .icon,.add-fav-btn.hollow:hover .button_type_settings .icon{stroke:#fff;fill:#ff2d23}.add-compare-btn.is-fav .fav-attach,.add-fav-btn.is-fav .fav-attach{opacity:1;visibility:visible;margin-left:12px}.add-compare-btn .button_type_settings,.add-fav-btn .button_type_settings{width:44px;height:44px;border-radius:44px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:rgba(143,149,172,.1);transition:background-color .15s ease-in-out;margin-right:15px}@media screen and (max-width:1599px){.add-compare-btn .button_type_settings,.add-fav-btn .button_type_settings{margin-right:10px}}.add-compare-btn .button_type_settings .icon,.add-fav-btn .button_type_settings .icon{padding-top:2px;fill:#8f95ac;fill-opacity:1;stroke:none;font-size:20px;transition:fill .15s ease-in-out}.add-compare-btn:hover .button_type_settings,.add-fav-btn:hover .button_type_settings{background-color:rgba(143,149,172,.1)}.add-compare-btn:hover .button_type_settings .icon,.add-fav-btn:hover .button_type_settings .icon{fill:#666b81}.add-compare-btn:active .button_type_settings .icon,.add-fav-btn:active .button_type_settings .icon{fill:#b32d23}.add-compare-btn.is-compare .button_type_settings .icon,.add-compare-btn.is-fav .button_type_settings .icon,.add-fav-btn.is-compare .button_type_settings .icon,.add-fav-btn.is-fav .button_type_settings .icon{fill:#ff2d23}.add-compare-btn.is-compare:hover .button_type_settings .icon,.add-compare-btn.is-fav:hover .button_type_settings .icon,.add-fav-btn.is-compare:hover .button_type_settings .icon,.add-fav-btn.is-fav:hover .button_type_settings .icon{fill:#cf2d23}.add-compare-btn.is-compare:active .button_type_settings .icon,.add-compare-btn.is-fav:active .button_type_settings .icon,.add-fav-btn.is-compare:active .button_type_settings .icon,.add-fav-btn.is-fav:active .button_type_settings .icon{fill:#666b81}.add-fav-btn .card__fav-attachments{margin-left:12px}.add-fav-btn .card__fav-attachments .fav-attach{margin-left:0}.flats__card{display:flex;flex-direction:column;background:#fff;border-radius:4px;padding:24px;text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow 0 ease-in-out .15s;height:100%;justify-content:space-between}.flats__card:hover{box-shadow:0 2px 15px rgba(143,149,172,.5)}@media screen and (max-width:1279px){.flats__card{align-items:center;flex-direction:row;padding:16px 24px}}@media screen and (max-width:640px){.flats__card{flex-direction:column}}.flats__card_compact{padding:10px;flex-direction:row}@media screen and (max-width:640px){.flats__card_compact{flex-direction:column}}.flats__card_compact:hover{box-shadow:none}.flats__card_compact .flats__card-image{padding:10px 0;margin:auto 5px auto 0;width:160px;height:190px;flex-shrink:0}.flats__card_compact .flats__card-info{display:flex;justify-content:center;flex-direction:column}.flats__card_compact .card__place{max-width:none}.flats__card_compact .card__dates{text-align:left}.flats__card .card__fav{width:36px;height:36px;border-radius:50%;justify-content:center}.flats__card .card__fav .icon{font-size:18px}.flats__card .card__row{margin-top:20px}.flats__card .card__mt-10{margin-top:10px}.flats__card .card__mt-5{margin-top:5px}.flats__card .card__title{font-size:14px;line-height:17px}.flats__card .card__routes{margin-top:10px}.flats__card .card__place{max-width:100%}.flats__card .favorites__link{width:18px;height:20px;display:block}.flats__card-top{display:flex;justify-content:space-between}.flats__card-image{position:relative;padding:20px;text-align:center;height:270px;box-sizing:initial}@media screen and (max-width:1279px){.flats__card-image{width:290px;height:auto;border-right:1px solid rgba(143,149,172,.1)}}@media screen and (max-width:640px){.flats__card-image{width:100%}}@media screen and (max-width:1279px){.flats__card-image{border-right:none}}.flats__card-image img{height:100%;width:100%;max-height:260px;object-fit:contain}.flats__card-info{padding:12px 0}@media screen and (max-width:1279px){.flats__card-info{padding-left:12px;flex-grow:1;padding-left:0}}.flats__card-price{font-size:18px;line-height:22px;font-weight:700}.flats__card-features{padding-top:20px;display:flex;margin:-4px -12px;flex-wrap:wrap}@media screen and (max-width:640px){.flats__card-features{margin:0}}.flats__card-feature{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333% - 24px);margin:4px 12px}@media screen and (max-width:1599px){.flats__card-feature{margin:4px 8px;flex-basis:calc(33.3333% - 9px)}}@media screen and (max-width:640px){.flats__card-feature{margin-left:0}}.flats__card-feature_title{color:#8f95ac;flex-shrink:0;margin-right:10px}.flats__card-feature_value{font-weight:700;flex-shrink:0}.flat-card__col{width:calc(33.33333% - 30px);display:flex;margin-bottom:30px}@media screen and (max-width:1599px){.flat-card__col{width:calc(33.33333% - 22px);margin-bottom:16px}}@media screen and (max-width:1279px){.flat-card__col{width:calc(100% - 16px);margin-bottom:16px}}.flat-card__col .flats__card{width:100%}.custom-table .nowrap{white-space:nowrap}.custom-table__details{color:#8f95ac}.custom-table__head{background-color:#2c2e3e;border-radius:4px}.custom-table__head .custom-table__tr{background-color:initial;padding:5px 10px}@media screen and (max-width:640px){.custom-table__head .custom-table__tr{padding:0}}.custom-table__head.thead_fixed{position:fixed;top:79px;left:0;width:100%;z-index:10;border-radius:0;background-color:#fff;box-shadow:0 4px 20px rgba(143,149,172,.1)}.custom-table__head.thead_fixed .custom-table__tr{position:relative;max-width:1600px;margin:0 auto;padding-left:74px;padding-right:74px}@media screen and (max-width:1599px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:20px;padding-right:20px;max-width:1280px}}@media screen and (max-width:1330px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:40px;padding-right:56px;max-width:1280px}}@media screen and (max-width:1279px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:20px;padding-right:20px;max-width:100%}}@media screen and (max-width:640px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:0;padding-right:0;max-width:100%}}@media screen and (max-width:1599px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:50px;padding-right:50px}}@media screen and (max-width:1330px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:50px;padding-right:66px}}@media screen and (max-width:1279px){.custom-table__head.thead_fixed .custom-table__tr{padding-left:30px;padding-right:30px}}.custom-table__head.thead_fixed .custom-table__th{color:#2c2e3e}.custom-table.striped .custom-table__item:nth-child(2n) .custom-table__tr{background-color:rgba(143,149,172,.08)}.custom-table__item{padding:0 10px}@media screen and (max-width:640px){.custom-table__item{padding:0}}.custom-table__tr{display:flex;padding:5px 0;border-radius:4px}@media screen and (max-width:1279px){.custom-table__tr{flex-wrap:wrap}}@media screen and (max-width:640px){.custom-table__tr{flex-wrap:nowrap}}.custom-table__tr.is-active .button_view_round-control{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:640px){.custom-table__tr:first-child .custom-table__td{padding-left:0}.custom-table__tr:first-child .custom-table__td.custom-table__name{padding-left:21px}}.custom-table__tr-expanding{align-items:center;padding:10px 5px}.custom-table__tr-expanding-expanded{height:auto}.custom-table__card{background-color:#fff;border-radius:4px;transition:all .15s ease-in-out;margin-bottom:20px;padding-bottom:20px;box-shadow:0 2px 20px rgba(143,149,172,.12)}.custom-table__card .custom-table__td{align-items:flex-start}.custom-table__th{display:flex;align-items:center;color:#fff;padding:12.5px 10px}.custom-table__td{position:relative;display:flex;align-items:center;padding:15px 10px}@media screen and (max-width:640px){.custom-table__td{padding-top:0;padding-bottom:10px;padding-right:0}.custom-table__td:first-child{padding-left:50px}}.custom-table__td:first-child{font-weight:700}.custom-table__td:first-child.custom-table__details{font-weight:400}.custom-table__td .control{margin-left:auto;transition:all .15s ease-in-out}.custom-table__td .control>.button_view_round-control .icon{font-size:10px;stroke:#2c2e3e}.custom-table__dropdown{display:none}@media screen and (min-width:1279px){.custom-table__dropdown{display:none!important}}.custom-table__dropdown-body{display:flex;flex-basis:100%;padding:40px 0;border-bottom:1px solid rgba(143,149,172,.2);margin-bottom:15px}.custom-table__info{flex:1 0 40%;padding:0 70px 0 20px;border-right:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1279px){.custom-table__info{padding-right:20px}}@media screen and (max-width:640px){.custom-table__info{border-right:none}}.custom-table__info .text{font-size:14px;line-height:21px;margin:15px 0}@media screen and (max-width:640px){.custom-table__info .text{height:230px;overflow:hidden}.custom-table__info .text.text-is-visible{height:auto;overflow:visible}}.custom-table__show-text{color:#8f95ac}.custom-table__show-text .icon{cursor:pointer;margin-left:5px;stroke:#8f95ac;width:10px}.custom-table__show-text .icon.icon-reverse{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:.2s}.custom-table__requires{flex:1 0 40%;padding-left:50px;padding-right:90px}@media screen and (max-width:1279px){.custom-table__requires{padding-left:20px;padding-right:20px}}@media screen and (max-width:640px){.custom-table__requires{border-top:1px solid rgba(143,149,172,.2);margin-top:20px;padding-left:0;padding-right:30px;padding-left:50px}}.custom-table__requires-row{display:flex;margin-top:30px}@media screen and (max-width:640px){.custom-table__requires-row{margin-top:15px}}@media screen and (max-width:375px){.custom-table__requires-row .list__item-value{font-size:15px;line-height:20px}}.custom-table__requires-col{flex:1 1 100%}.manager{display:flex}@media screen and (max-width:640px){.manager-content{margin-top:10px}}.manager-avatar{display:flex;flex-basis:0;margin-right:36px}.manager-avatar_wrapper{border-radius:50%;width:120px;height:120px;overflow:hidden}.manager-avatar_wrapper img{max-width:100%}.manager-title{font-weight:700;font-size:25px;line-height:28px;margin-top:22px}.manager-post{font-size:14px;line-height:21px;color:#8f95ac;margin-top:4px}.manager-contacts{margin-top:16px}.manager-contacts_list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap}.manager-contacts_item{margin-right:30px;margin-bottom:10px}.manager-contacts_item:last-of-type{margin-right:0}@media screen and (max-width:640px){.manager-contacts_item{flex-basis:50%;margin:0;padding-right:5px}}.manager-action{margin-top:20px}.manager-action button{font-weight:700}.manager-socials{margin-top:10px}.manager-socials__list{display:flex}.manager-socials__item{margin-right:10px}.manager.medium .manager-avatar_wrapper{width:90px;height:90px}.manager.small .manager-avatar{margin-right:10px}.manager.small .manager-avatar_wrapper{width:50px;height:50px}@media screen and (max-width:640px){.manager.small .manager-avatar_wrapper{width:75px;height:75px}}.manager.small .manager-title{font-size:14px;line-height:21px;margin-top:10px}.manager.small .manager-contacts{margin-top:12px}.manager.small .manager-contacts_item{margin-bottom:3px}.popover{position:relative}.popover.is-showing{z-index:999}.popover.is-showing .popover__block{display:block}.popover__block{position:absolute;top:50%;right:calc(100% + 45px);display:none;box-shadow:0 2px 20px rgba(44,46,62,.1);cursor:default;text-align:left}.popover__block:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:"";display:block;position:absolute;top:-2px;left:calc(100% - 10px);border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent}.popover__block_align_right{right:inherit;left:calc(100% + 45px)}.popover__block_align_right:after{left:-10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popover__inner{padding:20px;background-color:#fff}.popover__inner.no-padding{padding:0}.popover__btn{transition:background-color .15s ease-in-out}.form-attach__tab{display:none}.form-attach__tab.active{display:block}.form-attach__body{width:210px;color:#2c2e3e}.form-attach__new-client{width:325px}.form-attach__clients{margin-bottom:20px}.form-attach__client{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.form-attach__client .button{margin-left:10px}.form-attach__add .button{display:flex;align-items:center;padding:13px 18px}.form-attach__add .button .icon{font-size:9px}.form-attach__submit{margin-top:20px}.form-attach__return{margin-bottom:20px}.form-attach__return .button{padding:13px 18px}.clip,.clip__container{position:relative}.clip__container{overflow:hidden}.clip__container-input{position:absolute;left:9999px;opacity:0}.clip .popover__block{top:-20px;right:calc(100% + 20px)}.clip .popover__block_align_right{right:auto;left:calc(100% + 20px)}.clip__tooltip:after{display:none}.clip__tooltip .popover__inner{width:275px;padding:20px 50px 20px 20px;background-color:#2c2e3e;border-radius:4px}.clip__tooltip.is-active{display:block}.clip__tooltip-close{position:absolute;top:10px;right:10px}.clip__tooltip-text{color:#fff}.fav-attach{opacity:0;visibility:hidden;transition:all .15s ease-in-out}.fav-attach .popover__block{right:calc(100% + 60px)}.fav-attach .popover__block_align_right{right:inherit;left:calc(100% + 20px)}.fav-attach .fav-attach__btn,.fav-attach .fav-attach__btns{display:flex;align-items:center}.fav-attach .fav-attach__btn{justify-content:center;padding:5px;border-radius:14px;color:#8f95ac;background-color:rgba(143,149,172,.1);cursor:pointer}.fav-attach .fav-attach__btn:hover{background-color:rgba(143,149,172,.3)}.fav-attach .fav-attach__btn .icon_user{fill:#8f95ac;stroke:none;font-size:12px;fill-opacity:.5}.fav-attach .fav-attach__btn .icon_plus{font-size:8px;fill:none;stroke:#8f95ac;margin-right:3px;fill-opacity:.5}.empty-block{display:flex;flex-direction:column;align-items:center;text-align:center;border-top:1px solid rgba(143,149,172,.2);padding:110px 0 85px}@media screen and (max-width:1599px){.empty-block{padding:100px 0 95px}}@media screen and (max-width:1279px){.empty-block{padding:70px 0 45px}}.empty-block__image{padding-left:30px;margin-bottom:40px}.empty-block__title{margin-bottom:15px}.empty-block__text{width:365px;margin-bottom:35px}.mobile-filters{background:#fff;bottom:0;left:0;overflow:scroll;right:0;position:fixed;top:0;z-index:9999}.mobile-filters .icon.icon_chevron{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.mobile-filters.with-padding{padding-top:50px}@media screen and (max-width:640px){.mobile-filters .switch__input{background:rgba(143,149,172,.3)}}@media screen and (max-width:640px){.mobile-filters .filter__filter .input__control{height:50px}}@media screen and (max-width:640px){.mobile-filters .filter__filter .input__control.is-thin,.mobile-filters label.is-thin{background:rgba(143,149,172,.1)}}.mobile-filters .index-search__filter-main{margin-top:12px}.mobile-filters .index-search__filter-main,.mobile-filters .index-search__filter-top{padding:0}.mobile-filters .index-search__filter-main .form__item,.mobile-filters .index-search__filter-top .form__item{flex-basis:100%}.mobile-filters .index-search__filter-main .form__item:nth-child(2n),.mobile-filters .index-search__filter-top .form__item:nth-child(2n){margin-left:0}.mobile-filters .form__row>*{margin:0}.mobile-filters .index-search__filter-applied{padding:0}.mobile-filters .form__drop .dropdown__block,.mobile-filters .index-search__filter-main .form__drop .dropdown__block,.mobile-filters .index-search__filter-top .form__drop .dropdown__block{background:#fff;bottom:0;left:0;overflow:scroll;position:fixed;right:0;top:0;width:100%}.mobile-filters .form__drop-content,.mobile-filters .index-search__filter-main .form__drop-content,.mobile-filters .index-search__filter-top .form__drop-content{height:100%;display:flex;flex-direction:column;max-width:100%;max-height:100%;overflow:hidden;padding:0;position:absolute;top:0;width:100%}.mobile-filters .filter__checks{max-height:none;margin-bottom:40px}.mobile-filters .checkbox-group{padding-right:0}.mobile-filters .checkbox__box{order:3}.mobile-filters .first-order{order:1}.mobile-filters .second-order{order:2;margin-left:14px}.mobile-filters .checkbox_view_red{margin-top:10px;padding:0 10px 20px}.mobile-filters .checkbox-group__item{background:none;border-bottom:1px solid rgba(143,149,172,.2);border-radius:0;margin:0;min-height:47px;padding-left:0;padding-right:0}.mobile-filters .filter__exclude-btn{background:rgba(143,149,172,.1);border-radius:3px;height:30px;line-height:30px;padding:0 10px;order:2;margin-right:14px}.mobile-filters .form__drop-content>.filter{align-items:flex-start;display:flex;flex-grow:1;flex-direction:column;overflow:scroll;padding:17px 10px 90px}.mobile-filters .filter__cols{max-height:none;margin-bottom:90px}.mobile-filters .filter__checks,.mobile-filters .filter__cols,.mobile-filters .filter__filter{width:100%}.mobile-filters .checkbox__box+.checkbox__label{padding:0}.complex__filter-row .mobile-filters .form__item,.mobile-filters.for-motivation .form__item{flex-basis:100%;margin:12px 0 0;max-width:100%;width:100%}.complex__filter-row .mobile-filters .complex__filter-switch,.mobile-filters.for-motivation .complex__filter-switch{margin-left:0;justify-content:flex-start}@media screen and (max-width:640px){.modal.for-districts .modal__inner{padding:0;position:fixed;top:0;bottom:0;left:0;right:0;width:100%}.modal.for-districts .modal__inner .mobile-filters__submit{bottom:40px;padding:0 10px;position:absolute}.modal.for-districts .modal__inner .button__mobile-filters{background:#e9eaeb;color:#2c2e3e}.modal.for-districts #dist-map-container{height:100%;max-height:100%}.modal.for-districts .modal__title{margin-bottom:0}}.mobile-filters__title{align-items:center;border-bottom:1px solid rgba(143,149,172,.2);min-height:50px;display:flex;justify-content:center;padding:15px 25px;text-align:center;max-height:50px}.mobile-filters__title>svg.icon.icon_arrow_up{top:13px;left:-4px;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);height:30px;width:34px;padding:9px}.mobile-filters__title.is-fixed{background:#fff;left:0;right:0;position:fixed;top:0;z-index:1}.mobile-filters__content{padding:23px 10px 115px}.mobile-filters.sf-mobile .checkbox_view_red{padding:20px 10px 0;margin:0!important}.mobile-filters.sf-mobile .mobile-filters__content{padding-bottom:0;padding-left:0;padding-right:0}.mobile-filters__submit{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 10%,#fff 70%);align-items:flex-end;bottom:0;display:flex;flex-grow:1;justify-content:space-between;left:10px;padding:30px 0 20px;position:fixed;right:0;width:calc(100% - 20px);z-index:10}.mobile-filters__submit .button:first-child{margin-right:14px}.dist-map .mobile-filters__submit{background:#fff;bottom:0;left:0;padding:12px 10px;right:0;width:100%}.mobile-filters__show-all{background:linear-gradient(hsla(0,0%,100%,.8),#fff);bottom:0;display:flex;justify-content:center;left:0;padding:12px 0 15px;position:fixed;right:0;z-index:10}.mobile-filters__show-all .button{font-size:15px;width:calc(100% - 20px)}@media screen and (max-width:640px){.index-search__filter.for-secondary .form__item_2x.form__item_main,.mobile-filters.for-motivation .form__item_2x.form__item_main,.section.complex__section-filter .form__item_2x.form__item_main,.section.index-search.index-search_dark.for-main .form__item_2x.form__item_main,.section__personal-header+.section .mini-filter .form__item_2x.form__item_main{flex-basis:100%}}@media screen and (max-width:640px){.index-search__filter.for-secondary .form__item:nth-child(2n),.mobile-filters.for-motivation .form__item:nth-child(2n),.section.complex__section-filter .form__item:nth-child(2n),.section.index-search.index-search_dark.for-main .form__item:nth-child(2n),.section__personal-header+.section .mini-filter .form__item:nth-child(2n){margin-left:0}.index-search__filter.for-secondary .form__drop-btn>.icon,.mobile-filters.for-motivation .form__drop-btn>.icon,.section.complex__section-filter .form__drop-btn>.icon,.section.index-search.index-search_dark.for-main .form__drop-btn>.icon,.section__personal-header+.section .mini-filter .form__drop-btn>.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@media screen and (max-width:640px){.section.cards.for-main .card__header{width:100%}.section.cards.for-main .card__pills{left:14px;width:calc(100% - 14px)}.section.cards.for-main .card__pill{margin-right:0;max-width:95%}.section.cards.for-main .card__fav{bottom:auto;right:16px;top:175px}.section.cards.for-main .pagination{margin-bottom:70px}.section.cards.for-main .map-list__list .card__pills{margin-top:7px;position:static;width:100%}}@media screen and (max-width:640px){.complex-filter_wrapper>.filtered{max-width:100%}}@media screen and (max-width:640px){.mobile-filters.for-commercial{padding-top:50px}.mobile-filters.for-commercial .mobile-filters__title{z-index:11}.mobile-filters.for-commercial .mobile-filters__content{padding-top:5px}.mobile-filters.for-commercial .mobile-filters__show-all{padding-bottom:10px}.mobile-filters.for-commercial .index-search__filter-options{justify-content:center}}.mobile-filters__show-all.for-agents{flex-direction:column;padding:0 10px}.mobile-filters__show-all.for-agents .button.button__mobile-filters{border-radius:5px;font-size:15px;line-height:20px;min-height:44px;margin-top:7px;margin-bottom:20px;text-transform:none;width:100%}.mobile-filters__gutter{flex-grow:1;flex-basis:100%}.pan-popup{background:rgba(44,46,62,.2);position:fixed;top:0;bottom:0;left:0;right:0;z-index:100}.pan-popup-content-wrapper{bottom:0;height:50%;position:absolute;width:100%}.pan-popup-content-wrapper:after{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 20%,#fff 70%);content:"";height:20px;position:absolute;bottom:0;width:100%;z-index:120}.pan-popup-content{background:#fff;border-radius:5px 5px 0 0;max-height:50%;padding:35px 85px 20px 10px;position:fixed;overflow-x:hidden;overflow-y:scroll;bottom:0;left:0;right:0;width:100%;z-index:110;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.pan-popup-content.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.pan-popup-close-btn{align-items:center;background:rgba(143,149,172,.1);border-radius:16px;height:32px;justify-content:center;display:flex;position:absolute;right:10px;top:15px;width:32px;z-index:111}.pan-popup-close-btn .icon{stroke:#666b81;height:10px;margin-right:-1px;width:10px}.info .pan-popup-trigger{display:flex}.card_slider{position:relative;background-color:#fff;text-decoration:none;color:#2c2e3e;display:block}@media screen and (max-width:1279px){.card_slider__item{width:100%}}@media screen and (max-width:640px){.card_slider{box-shadow:0 4px 20px rgba(143,149,172,.1)}}.card_slider:after{content:"";position:absolute;top:25px;bottom:25px;left:25px;right:25px;box-shadow:0 2px 0 rgba(143,149,172,.4876);transition:box-shadow .3s ease-in-out;will-change:box-shadow;background-color:#fff;z-index:-1}.card_slider:hover:after{box-shadow:0 2px 50px rgba(143,149,172,.4876)}.card_slider__header{position:absolute;top:0;left:0;width:100%;height:310px}@media screen and (max-width:1279px){.card_slider__header{width:calc(50% - 22px);height:100%}}.card_slider__pills{list-style:none;padding-left:0;position:absolute;top:30px;left:32px;right:32px;width:100%;display:flex}@media screen and (max-width:1279px){.card_slider__pills{top:19px;left:19px}}.card_slider__pill{background-color:#8f95ac;color:#fff;white-space:nowrap;margin-right:24px;line-height:30px;padding:0 12px;border-radius:4px;transition:background-color .15s ease-in-out;cursor:pointer}.card_slider__pill:hover{background-color:#666b81}.card_slider__fav{display:flex;align-items:center;justify-content:space-between;z-index:6;position:absolute;width:30px;right:15px;bottom:15px;padding:4px 7px;border-radius:14px;background-color:#fff;transition:all .15s ease-in-out;cursor:pointer}.card_slider__fav .icon{fill:#8f95ac;fill-opacity:.5;transition:all .15s ease-in-out;font-size:16px}.card_slider__fav.is-fav{width:70px}.card_slider__fav.is-fav .card__fav-add .icon{fill:#ff2d23;fill-opacity:1}.card_slider__fav.is-fav .fav-attach{opacity:1;visibility:visible}.card_slider__fav_attached.is-fav{width:60px}.card_slider__fav .card__fav-add{display:flex}.card_slider__fav .card__fav-add:hover .icon_fav{fill-opacity:.8}.card_slider__body{height:100%;display:flex;flex-direction:column;background-color:#fff}@media screen and (max-width:1279px){.card_slider__body{flex-direction:row}}@media screen and (max-width:640px){.card_slider__body{flex-direction:column}}.card_slider__image{border-radius:5px;overflow:hidden;height:310px}@media screen and (max-width:1279px){.card_slider__image{width:calc(50% - 22px);height:auto;min-height:310px}}.card_slider__image img{min-width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}@media screen and (max-width:640px){.card_slider__image{height:220px;min-height:auto;width:100%}}.card_slider__row{display:flex}.card_slider__row_distribute_between{justify-content:space-between}.card_slider__content{padding:40px 32px 32px;flex:1 1;display:flex;flex-direction:column}@media screen and (max-width:1279px){.card_slider__content{padding:20px}}@media screen and (max-width:767px){.card_slider__content{padding:16px 12px 21px 14px}}.card_slider__place{max-width:70%}@media screen and (max-width:767px){.card_slider__place{max-width:100%}}.card_slider__title{font-size:25px;line-height:25px;font-weight:700}@media screen and (max-width:640px){.card_slider__title{font-size:21px;line-height:24px}}.card_slider__address{line-height:16px;margin-top:10px}.card_slider__dates{color:#ff2d23;text-align:right;line-height:25px}@media screen and (max-width:640px){.card_slider__dates{align-items:center;background:#fff;border-radius:3px;color:#2c2e3e;display:flex;left:14px;height:30px;padding:0 12px;position:absolute;top:177px}}.card_slider__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;line-height:25px}@media screen and (max-width:1600px){.card_slider__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.card_slider__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.card_slider__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.card_slider__grid{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.card_slider__grid{flex-wrap:nowrap}}.card_slider__company{color:#8f95ac}.card_slider__variants{margin-top:10px}@media screen and (max-width:640px){.card_slider__variants{margin-bottom:0}}.card_slider__left{margin-left:15px;margin-right:15px;width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.card_slider__left{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card_slider__left{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card_slider__left{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card_slider__left{width:calc(66.66667% - 22px)}}@media screen and (max-width:1400px){.card_slider__left{width:calc(58.33333% - 22px)}}@media screen and (max-width:1280px){.card_slider__left{width:calc(66.66667% - 16px)}}@media screen and (max-width:640px){.card_slider__left{margin-left:0;width:66.6%}}@media screen and (max-width:640px){.card_slider__left-full-width{width:100%}}.card_slider__right{margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1600px){.card_slider__right{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card_slider__right{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card_slider__right{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card_slider__right{width:calc(33.33333% - 22px)}}@media screen and (max-width:1400px){.card_slider__right{width:calc(41.66667% - 22px)}}@media screen and (max-width:1280px){.card_slider__right{width:calc(33.33333% - 16px)}}@media screen and (max-width:640px){.card_slider__right{width:33.3%}}.card_slider__left-inner{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.card_slider__left-inner{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.card_slider__left-inner{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.card_slider__left-inner{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.card_slider__left-inner{margin-left:0;margin-right:0}}.card_slider__left-part{margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1600px){.card_slider__left-part{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.card_slider__left-part{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.card_slider__left-part{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.card_slider__left-part{width:calc(50% - 22px)}}@media screen and (max-width:1400px){.card_slider__left-part{width:calc(50% - 22px)}}@media screen and (max-width:1280px){.card_slider__left-part{width:calc(50% - 16px)}}@media screen and (max-width:640px){.card_slider__left-part{margin:0;padding-right:5px;width:50%}}.card_slider__left-part span{color:#8f95ac}.card_slider__routes{list-style:none;padding-left:0;display:flex;align-items:center;flex-wrap:wrap;color:#8f95ac;margin-top:20px}@media screen and (max-width:640px){.card_slider__routes{margin-top:10px}}.card_slider__routes-item{margin-right:30px;margin-bottom:5px}.card_slider__routes-item:last-of-type{margin-right:0}.card_slider__metro-color{width:6px;height:6px;display:inline-block;vertical-align:middle;border-radius:6px;margin-right:10px}.card_slider__metro-color_1{background-color:#d4203c}.card_slider__metro-color_2{background-color:#137fc9}.card_slider__metro-color_3{background-color:#15985b}.card_slider__metro-color_4{background-color:#dc7021}.card_slider__metro-color_5{background-color:#6d1477}.card_slider__metro-station{display:inline-block;margin-right:10px}.card_slider__route-type .icon{fill:#8f95ac}.card_slider__route-type .icon_auto{font-size:12px;margin-right:10px}.card_slider__route-type .icon_pedestrian{font-size:16px;margin-right:5px}.card_slider__options{list-style:none;padding-left:0;display:flex;margin-top:27px;position:absolute;bottom:15px;left:34px}@media screen and (max-width:640px){.card_slider__options{position:relative;left:0}}.card_slider__option{line-height:30px;background-color:#fff;padding:0 12px;border-radius:4px;margin-right:7px;text-decoration:none;display:inline-block;cursor:pointer;transition:background-color .15s ease-in-out}@media screen and (max-width:640px){.card_slider__option{background:rgba(143,149,172,.12)}}.card_slider__option:last-of-type{margin-right:0}.card_slider__option:hover{background-color:#fff}.fixate-client{margin:0 auto;max-width:660px;width:100%}@media screen and (max-width:767px){.fixate-client{margin:0 10px;width:calc(100% - 20px)}.fixate-client .modal-form__submit{width:100%}}.fixate h1{padding-top:55px}@media screen and (max-width:767px){.fixate .new-client,.fixate .sell__switcher{width:100%}}.fixate div.switcher__btn{align-items:center;height:50px;display:flex}@media screen and (max-width:767px){.fixate div.switcher__btn{width:calc(50% - 5px)}}.fixate .modal-form__row{padding-left:25px;padding-right:25px}@media screen and (max-width:767px){.fixate .modal-form__row{padding-left:0;padding-right:0;width:100%}}.fixate .add-client{margin-top:15px}.fixate .add-files{background:rgba(143,149,172,.08);border-radius:5px;margin-left:-30px;margin-right:-30px;margin-top:0;padding:40px 55px}@media screen and (max-width:767px){.fixate .add-files{border-radius:0;margin-right:0;margin-left:-10px;padding:30px 10px;width:calc(100% + 20px)}}.fixate .input_type_upload-btn{width:100%}.fixate .modal-form__files{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0}.fixate .file-up,.fixate .file-uploader{flex-basis:calc(50% - 15px)}.fixate .modal-form__row+.modal-form__row{margin-top:25px}.fixate .modal-form__new-client{margin-bottom:5px;padding-bottom:50px}.fixate .modal-form__row.for-client{margin-bottom:40px}.fixate .fixation-badges-container{margin-bottom:20px;padding-left:25px;padding-right:25px}@media screen and (max-width:767px){.fixate .fixation-badges-container{padding-left:0;padding-right:0}}.fixate.sell .container{position:relative;margin:0 auto}.fixate.redesignFixate .fixate-client{max-width:100%}.fixate.redesignFixate .modal-form__row{padding-left:0;padding-right:0}.fixate.redesignFixate .add-files,.fixate.redesignFixate .modal-form__gist{margin-left:0;margin-right:0;padding-left:30px;padding-right:30px}.fixate.redesignFixate .sell__subtitle.h4{text-align:left}.fixating-pluses{left:-230px;position:absolute;transition:all .5s ease-out;top:165px;width:225px}.fixating-pluses .icon-wrap,.fixating-pluses .show-all{display:none}@media screen and (max-width:1599px){.fixating-pluses{left:-110px;width:195px}}@media screen and (max-width:1279px){.fixating-pluses{border:1px solid rgba(143,149,172,.2);border-radius:5px;height:210px;margin-left:-33px;margin-top:50px;left:auto;top:auto;position:relative;padding:30px 60px 70px;width:726px}.fixating-pluses .fixating-pluses-title{margin-bottom:20px;text-align:center}.fixating-pluses .icon-wrap{align-items:center;background:#f4f4f7;border-radius:50em;justify-content:center;display:flex;position:absolute;top:-12px;left:0;right:0;margin:0 auto;height:25px;width:25px}.fixating-pluses .icon-wrap .icon{fill:#8f95ac}.fixating-pluses .show-all{bottom:32px;color:#8f95ac;cursor:pointer;display:flex;justify-content:center;position:absolute;left:0;right:0;margin:0 auto}.fixating-pluses .icon_arrow_up{align-self:center;fill:#8f95ac;margin-left:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:12px}.fixating-pluses.show-pluses{height:auto}.fixating-pluses.show-pluses .icon_arrow_up{-webkit-transform:rotate(0);transform:rotate(0)}}@media screen and (max-width:767px){.fixating-pluses{height:auto;margin-left:0;margin-right:0;padding:30px 20px 40px;width:100%}}.fixating-list{color:#8f95ac;font-size:14px;line-height:21px;list-style-type:disc!important}@media screen and (max-width:767px){.fixating-list{padding-left:20px}}.fixating-list li{margin-bottom:30px}.mobile-filters__content .fixating-list{margin:0 auto;width:85%}.fixating-pluses-title{color:#2c2e3e;font-size:14px;font-weight:700;line-height:21px;margin-bottom:40px}body{font-family:"Formular",sans-serif;font-size:14px;margin:0;padding:0;color:#1e2030;overflow-x:hidden}@media screen and (min-width:1279px){body{overflow-y:scroll}}body.no-scroll{overflow:hidden}body.is-fixed{position:fixed}body.no-map-scroll{overflow:hidden}body.no-map-scroll .public-header{z-index:11;position:fixed;left:0;right:0;top:0}.wrapper{position:relative;padding-left:64px;padding-right:64px;max-width:1600px;margin:0 auto}@media screen and (max-width:1599px){.wrapper{padding-left:20px;padding-right:20px;max-width:1280px}}@media screen and (max-width:1330px){.wrapper{padding-left:40px;padding-right:56px;max-width:1280px}}@media screen and (max-width:1279px){.wrapper{padding-left:20px;padding-right:20px;max-width:100%}}@media screen and (max-width:640px){.wrapper{padding-left:0;padding-right:0;max-width:100%}}.wrapper_fluid{max-width:100%;margin-left:0;margin-right:0}.wrapper__center{margin-left:calc(8.33333% + 15px);margin-right:calc(8.33333% + 15px)}@media screen and (max-width:1279px){.wrapper__center{margin:0}}@media screen and (max-width:640px){.wrapper__for-list{padding-left:0;padding-right:0}}.wrapper__main-bg{background:#fff}input[type=submit]{-webkit-appearance:none;appearance:none}@media screen and (max-width:1279px){.visible_note{display:none}}@media screen and (max-width:1599px){.visible_desktop{display:none}}.visible_mobile{display:none}@media screen and (max-width:1279px){.visible_mobile{display:block}}::selection{color:#fff;background-color:#8f95ac}h1,h2,h3,h4,h5{margin:0}.h1,h1{font-weight:700;font-size:48px;line-height:55px}@media screen and (max-width:1599px){.h1,h1{font-size:42px;line-height:50px}}@media screen and (max-width:1279px){.h1,h1{font-size:36px;line-height:42px}}@media screen and (max-width:767px){.h1,h1{font-size:24px;line-height:26px}}@media screen and (max-width:374px){.h1,h1{font-size:21px;line-height:24px}}.h1.false,h1.false{font-size:36px;line-height:42px}.h1_default{text-align:center;margin:75px 0 15px}.h2,h2{font-weight:700;font-size:35px;line-height:40px}@media screen and (max-width:1599px){.h2,h2{font-size:30px;line-height:35px}}@media screen and (max-width:1279px){.h2,h2{font-size:28px;line-height:33px}}@media screen and (max-width:767px){.h2,h2{font-size:21px;line-height:24px}}@media screen and (max-width:374px){.h2,h2{font-size:18px;line-height:22px}}.h2.false,h2.false{font-size:28px;line-height:33px}.h3,h3{font-weight:700;font-size:25px;line-height:28px}@media screen and (max-width:1599px){.h3,h3{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.h3,h3{font-size:18px;line-height:22px}}.h3.false,h3.false{font-size:18px;line-height:22px}.h4,h4{font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1599px){.h4,h4{font-size:16px;line-height:20px}}@media screen and (max-width:1279px){.h4,h4{font-size:14px;line-height:18px}}.h5,h5{font-size:12px;line-height:18px;text-transform:uppercase;letter-spacing:.3px}.h5,.h55,h5{font-weight:700}.h55{font-size:16px;line-height:20px;letter-spacing:normal;text-transform:unset}.h6{font-weight:700;font-size:14px;line-height:18px}.big-text{font-size:21px;line-height:30px}@media screen and (max-width:1599px){.big-text{font-size:18px;line-height:26px}}@media screen and (max-width:1279px){.big-text{font-size:15px;line-height:20px}}@media screen and (max-width:767px){.big-text{font-size:16px;line-height:24px}}.big-text-sm{font-size:18px;line-height:24px}@media screen and (max-width:1279px){.big-text-sm{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.big-text-sm{font-size:15px;line-height:16px}}select{background-color:#fff}.shake{color:#ff2d23!important}.nowrap{white-space:nowrap}.flatpickr-monthDropdown-month:hover{box-shadow:inset 0 0 10px 100px #ff2d23}.flatpickr-current-month{line-height:2;font-size:100%;color:#2c2e3e}.link{color:#ff2d23;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit}.link:hover{color:#cf2d23}.link_color_black{color:#1e2030}.link_color_brand-3{color:#8f95ac}.link-hover{text-decoration:none;transition:color .15s ease-in-out;cursor:pointer}.link-hover:hover,.link-red{color:#ff2d23}.link-red{text-decoration:none;cursor:pointer;transition:color .15s ease-in-out;padding:0;font-family:inherit;font-size:inherit}.link-red:focus,.link-red:hover{color:#cf2d23}.link-red:active{color:#b32d23}.ten-years-link{background-color:#ff2d23;border-radius:100px;color:#fff;font-size:14px;font-weight:700;height:30px;line-height:30px;padding:0 20px;position:absolute;top:3px;margin-left:15%;cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width:1279px){.ten-years-link{position:static;display:inline-flex;margin-left:5px}}.ten-years-link:hover{background-color:#cf2d23}.is-hidden{display:none!important}@media screen and (max-width:767px){.hide-mobile{display:none}}a{-webkit-tap-highlight-color:transparent}@media screen and (max-width:1599px){.is-hidden-md{display:none}}@media screen and (max-width:1279px){.is-hidden-sm{display:none}}@media screen and (min-width:1280px){.sm-show{display:none}}.debug{height:100vh;position:fixed;width:100%;top:0;z-index:1000000;pointer-events:none;will-change:transform}.debug>div{height:inherit;position:relative;padding-left:64px;padding-right:64px;max-width:1600px;margin:0 auto}@media screen and (max-width:1599px){.debug>div{padding-left:20px;padding-right:20px;max-width:1280px}}@media screen and (max-width:1330px){.debug>div{padding-left:40px;padding-right:56px;max-width:1280px}}@media screen and (max-width:1279px){.debug>div{padding-left:20px;padding-right:20px;max-width:100%}}@media screen and (max-width:640px){.debug>div{padding-left:0;padding-right:0;max-width:100%}}.debug>div>div{height:inherit;position:relative;padding-left:64px;padding-right:64px;max-width:1600px;margin:0 auto}@media screen and (max-width:1599px){.debug>div>div{padding-left:20px;padding-right:20px;max-width:1280px}}@media screen and (max-width:1330px){.debug>div>div{padding-left:40px;padding-right:56px;max-width:1280px}}@media screen and (max-width:1279px){.debug>div>div{padding-left:20px;padding-right:20px;max-width:100%}}@media screen and (max-width:640px){.debug>div>div{padding-left:0;padding-right:0;max-width:100%}}.debug>div>div>div{height:inherit;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1600px){.debug>div>div>div{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.debug>div>div>div{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.debug>div>div>div{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.debug>div>div>div{margin-left:0;margin-right:0}}.debug>div>div>div>div{margin-left:15px;margin-right:15px;width:calc(8.33333% - 30px);height:inherit;outline:1px dotted rgba(215,0,28,.3);background:transparent}@media screen and (max-width:1600px){.debug>div>div>div>div{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.debug>div>div>div>div{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.debug>div>div>div>div{margin-left:5px;margin-right:5px}}@media screen and (max-width:1600px){.debug>div>div>div>div{width:calc(8.33333% - 22px)}}@media screen and (max-width:1280px){.debug>div>div>div>div{width:calc(8.33333% - 16px)}}@media screen and (max-width:768px){.debug>div>div>div>div{width:calc(8.33333% - 16px)}}.debug>*{pointer-events:none}.debug>div>div>div{background-color:rgba(215,0,28,.02)}.simplebar-track.simplebar-vertical{width:1px;background-color:rgba(143,149,172,.2);overflow:visible}.simplebar-scrollbar{overflow:visible}.simplebar-scrollbar:before{opacity:1;background-color:#ff2d23;left:-1px;right:-1px}.is-red-text{color:#ff2d23}#dist-map-container{height:720px;max-height:60vh}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#ff2d23;border-color:#ff2d23}.container{max-width:1260px;margin:0 auto;padding:0 20px}@media screen and (max-width:1599px){.container{max-width:1038px}}@media screen and (max-width:1279px){.container{max-width:900px}}@media screen and (max-width:1023px){.container{max-width:768px}}@media screen and (max-width:767px){.container{max-width:100%}}.container .h1{padding-top:55px}.container_sm{max-width:1010px}.text-center{text-align:center}.justify-center{justify-content:center}.highlighted{padding:0 5px;background:#ff2d23;border-radius:10px}@media screen and (max-width:640px){textarea{border:1px solid rgba(143,149,172,.2)}}.new-year .header__top-inner{position:relative;z-index:1}.new-year__lights{position:absolute;top:0;left:0;width:100%;height:80px}@media screen and (max-width:1023px){.new-year__lights{height:55px}}@media screen and (max-width:767px){.new-year__lights{height:50px}}.new-year__lights object{position:absolute;max-width:100%;top:-11px;left:0;margin-left:-5%;width:100%;height:100%}@media screen and (max-width:1599px){.new-year__lights object{margin-left:-7%}}@media screen and (max-width:1279px){.new-year__lights object{top:-12px;margin-left:0}}.defenders-day{position:relative;background-image:url(/static/media/23feb-left.fde788a8.svg),url(/static/media/23feb-right.78b8800f.svg);background-repeat:no-repeat;background-position:0,100%}.defenders-day:after{content:"";width:47px;height:32px;position:absolute;background:url(/static/media/23feb-star.9f96a202.svg) no-repeat;right:22%;bottom:0}@media (min-width:1800px){.defenders-day:after{right:26%}}@media screen and (max-width:767px){.defenders-day:after{right:42%}}.defenders-day .header__top-profile-btn{background-color:#52576b}.march-8,.may-1,.may-9{position:relative;background-image:url(/static/media/march-8-left.dbce7e61.svg),url(/static/media/march-8-right.75b4658b.svg);background-repeat:no-repeat;background-position:left 1% center,right 1% center}@media (min-width:1700px){.march-8,.may-1,.may-9{background-position:left 9% center,right 9% center}}@media screen and (max-width:1279px){.march-8,.may-1,.may-9{background-position:left 4% center,right 5% center}}@media screen and (max-width:767px){.march-8,.may-1,.may-9{background-image:url(/static/media/march-8-left.dbce7e61.svg);background-position:50%}}.march-8:after,.may-1:after,.may-9:after{content:"";width:112px;height:69px;position:absolute;background:url(/static/media/march-8-mid.ae556687.svg) no-repeat;right:37%;bottom:0}@media (min-width:1700px){.march-8:after,.may-1:after,.may-9:after{right:39%}}@media screen and (max-width:1599px){.march-8:after,.may-1:after,.may-9:after{display:none}}@media screen and (max-width:767px){.march-8:after,.may-1:after,.may-9:after{right:42%}}.march-8 .header__top-profile-btn,.may-1 .header__top-profile-btn,.may-9 .header__top-profile-btn{background-color:#52576b}.may-1{background-image:url(/static/media/1may-left.2415d94a.svg),url(/static/media/1may-right.a5fb3b6e.svg);background-position:left 20% center,right 1% bottom}@media (min-width:1700px){.may-1{background-position:left 20% center,right 9% bottom}}@media screen and (max-width:1279px){.may-1{background-position:left 4% center,right 5% bottom}}@media screen and (max-width:767px){.may-1{background-image:url(/static/media/1may-right.a5fb3b6e.svg);background-position:left 35% bottom}}.may-1:after{top:0;bottom:auto;background:url(/static/media/1may-mid.0e19ce11.svg) no-repeat}.may-9{background-image:url(/static/media/9may-left.4c4abd78.svg),url(/static/media/9may-right.5e2ce899.svg);background-position:left 0 center,right 0 bottom}@media (min-width:1700px){.may-9{background-position:left 9% center,right 0 bottom}}@media screen and (max-width:1279px){.may-9{background-position:left 0 center,right 0 bottom}}@media screen and (max-width:767px){.may-9{background-image:url(/static/media/9may-left.4c4abd78.svg);background-position:left 0 bottom}}.may-9:after{top:0;bottom:auto;background:url(/static/media/9may-mid.b1f09dfd.svg) no-repeat;width:250px;height:80px}@media (min-width:1700px){.may-9:after{right:36%}}.pswp__img{object-fit:contain}.pan-card{color:#2c2e3e;cursor:pointer;display:flex;background-color:#fff;position:relative;text-decoration:none;height:100%;width:100%}@media screen and (max-width:1279px){.pan-card{border:1px solid rgba(143,149,172,.2);border-radius:4px;height:170px;margin-bottom:24px}}@media screen and (max-width:767px){.pan-card{border-radius:4px;height:auto;margin:0;overflow:hidden}}.pan-card__controls{position:absolute;top:0;left:0;width:100%;height:310px}@media screen and (max-width:1599px){.pan-card__controls{height:250px}}@media screen and (max-width:1279px){.pan-card__controls{width:calc(50% - 22px);height:170px;width:260px}}@media screen and (max-width:640px){.pan-card__controls{height:234px;width:100%}}.pan-card__controls .card__fav{bottom:16px;right:21px}.pan-card__features{list-style:none;padding-left:0;display:flex;position:absolute;bottom:18px;left:34px}@media screen and (max-width:640px){.pan-card__features{position:relative;left:0}}.pan-card__feature{line-height:30px;background-color:#fff;padding:0 12px;border-radius:3px;margin-right:5px;text-decoration:none;transition:background-color .15s ease-in-out}@media screen and (max-width:640px){.pan-card__feature{background:rgba(143,149,172,.12)}}.pan-card__feature:last-of-type{margin-right:0}.pan-card__body{height:100%;width:100%;display:flex;flex-direction:column;background-color:#fff}@media screen and (max-width:1279px){.pan-card__body{flex-direction:row}}@media screen and (max-width:767px){.pan-card__body{flex-direction:column}}.pan-card__image{border-radius:5px 5px 0 0;border-top:1px solid rgba(143,149,172,.2);border-left:1px solid rgba(143,149,172,.2);border-right:1px solid rgba(143,149,172,.2);overflow:hidden;height:310px}.pan-card__image img{min-width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center;max-height:300px}@media screen and (max-width:1599px){.pan-card__image{height:250px}.pan-card__image img{max-height:250px}}@media screen and (max-width:1279px){.pan-card__image{width:calc(50% - 22px);border-radius:4px 0 0 4px;border:none;height:168px;width:260px}.pan-card__image img{height:100%;max-height:168px;object-fit:contain}}@media screen and (max-width:767px){.pan-card__image{flex-shrink:0;height:234px;width:100%}.pan-card__image img{max-height:234px}}.pan-card__content{border-left:1px solid rgba(143,149,172,.2);border-right:1px solid rgba(143,149,172,.2);border-bottom:1px solid rgba(143,149,172,.2);border-radius:0 0 5px 5px;padding:17px 15px 25px;flex:1 1;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1599px){.pan-card__content{padding:24px 15px 30px}}@media screen and (max-width:1279px){.pan-card__content{border:none;border-radius:0;padding:34px 52px 34px 60px}}@media screen and (max-width:767px){.pan-card__content{border-radius:0 0 5px 5px;padding:24px 24px 24px 16px}}.pan-card__title{display:flex;flex-wrap:wrap}.pan-card-title-text-wrap{align-items:flex-start;display:flex;padding-right:15px}.pan-card__title-text{font-size:25px;line-height:30px;font-weight:700;display:flex;flex-wrap:wrap}@media screen and (max-width:1279px){.pan-card__title-text{font-size:20px;line-height:26px}}@media screen and (max-width:767px){.pan-card__title-text{font-size:21px;line-height:24px}}.pan-card-title-content{display:flex;flex-basis:100%;justify-content:space-between;margin-bottom:5px}.pan-card__dates{align-self:center;color:#ff2d23;text-align:right;line-height:18px;white-space:nowrap}@media screen and (max-width:640px){.pan-card__dates{align-items:center;background:#fff;border-radius:3px;color:#2c2e3e;display:flex;left:14px;height:30px;padding:0 12px;position:absolute;top:177px}}.pan-card__dates-from,.pan-card__dates-to{white-space:nowrap}.pan-card__title-details{display:flex;flex-wrap:wrap;flex-grow:1;font-size:14px;line-height:18px;color:#8f95ac}.pan-card__title-details li{align-items:center;display:flex;margin-bottom:5px;padding-right:15px;white-space:nowrap}@media screen and (max-width:767px){.pan-card__title-details li{display:inline-block;max-width:95%;overflow:hidden;padding:0;text-overflow:ellipsis;width:100%}.pan-card__title-details li .info{display:inline-block}}.pan-card__title-details .info{margin-left:5px}.pan-card__address{color:#2c2e3e;margin-top:15px}@media screen and (max-width:1279px){.pan-card__address{margin-top:10px}}.pan-card__list{display:flex;justify-content:space-between;margin-top:10px}@media screen and (max-width:1279px){.pan-card__list{justify-content:flex-start;margin-top:20px}}.pan-card__item{color:#8f95ac;flex-basis:30%;margin-bottom:15px;max-width:160px}.pan-card__item+.pan-card__item{margin-left:18px}@media screen and (max-width:1279px){.pan-card__item{max-width:136px}.pan-card__item+.pan-card__item{margin:0}.pan-card__item:first-child{margin-right:28px;max-width:155px}}@media screen and (max-width:1279px){.pan-card__item{margin-bottom:0}}.pan-card__item-title{font-size:14px;line-height:20px;color:#8f95ac;margin-bottom:8px}.pan-card__item-title strong{color:#2c2e3e;font-size:16px;line-height:20px}@media screen and (max-width:1279px){.pan-card__item-title strong{font-size:14px;line-height:18px}}.pan-card__item-value{font-size:14px;line-height:18px;color:#2c2e3e}.pan-card__measurements{-webkit-font-smoothing:antialiased;font-size:25px;font-weight:700;line-height:30px;align-items:flex-end;display:flex;justify-content:space-between;width:100%}@media screen and (max-width:1279px){.pan-card__measurements{justify-content:flex-start}}@media screen and (max-width:767px){.pan-card__measurements{flex-wrap:wrap}}.pan-card__item-bold{font-size:14px;font-weight:700;line-height:21px;color:#2c2e3e;margin-top:2px}.pan-card__item-list-value{font-size:14px;line-height:18px}.house-icon,.sot-icon{margin-right:10px}@media screen and (max-width:1599px){.house-icon,.sot-icon{margin-right:7px}}@media screen and (max-width:767px){.house-icon,.sot-icon{margin-top:1px}}.pan-card__house-number{color:#8f95ac;margin-bottom:5px}@media screen and (max-width:1279px){.pan-card__house-number{margin-bottom:0}}@media screen and (max-width:767px){.pan-card__house-number{font-size:15px;line-height:20px}}.pan-card__price{font-size:25px;line-height:30px;white-space:nowrap}@media screen and (max-width:1599px){.pan-card__price{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.pan-card__price{margin-right:28px;width:155px}}@media screen and (max-width:767px){.pan-card__price{font-size:21px;line-height:24px;flex-basis:100%;margin-bottom:15px;margin-top:6px}}@media screen and (max-width:1279px){.pan-card__square{width:136px}}.pan-card__square,.pan-card__square-parcel{font-size:20px;line-height:26px;white-space:nowrap;flex-grow:1;margin-left:18px}@media screen and (max-width:1599px){.pan-card__square,.pan-card__square-parcel{font-size:16px;line-height:20px;margin-left:12px}}@media screen and (max-width:1279px){.pan-card__square,.pan-card__square-parcel{flex-grow:0;margin-left:0;font-size:18px;line-height:22px}}.Toastify__toast{border-radius:4px;padding:16px;font-family:"Formular",sans-serif;min-height:0}.Toastify__toast--error{background-color:#ff2d23}.Toastify__toast--default{color:#1e2030}.info__popup-clients{width:330px}.clients__info-actions{display:flex;justify-content:space-between}.clients__info-actions .button_type_edit-small{font-size:12px}.client__aside{box-shadow:none;-webkit-box-shadow:none}.client__feed{margin-top:26px}.client__feed,.client__id-item:last-child{margin-bottom:0}.client__data{box-shadow:0 2px 20px 0 rgba(143,149,172,.1);padding-bottom:32px}.checkbox_view_invert .checkbox__box.checkbox__box-error{box-shadow:inset 0 0 0 1px #ff2d23}.button div.task{justify-content:start}@media screen and (max-width:1599px){.complex__actions .button__files{padding:22px 28px}}.complex__about-info{font-size:25px;line-height:32px;font-weight:300;text-align:justify}.cards__item,.show__map{display:flex}.show__map{width:50px;height:50px;overflow:hidden;border-radius:50%;background-color:rgba(143,149,172,.1);justify-content:center;align-items:center;cursor:pointer}.show__map .icon_map-pin{margin:0}.map-card__image{height:228px}@media screen and (max-width:640px){.map-card__image{height:auto;margin-right:16px;min-width:45%}}.map-card__image img{height:100%;object-fit:cover}@media screen and (max-width:640px){.map-card__image img{height:100px;width:165px}}.complex__news{display:block}.complex__blocks-slider .tns-carousel,.complex__blocks-slider .tns-carousel .cards__item.tns-item,.complex__news .tns-carousel{display:flex}.lk-form__logo-image{overflow:hidden}.pan-table{margin-bottom:25px}.pan-table .ant-table{z-index:auto}.ant-back-top.back-top{right:10px;bottom:40px;width:30px;height:30px}@media screen and (max-width:640px){.ant-back-top.back-top{bottom:70px}}.ant-back-top.back-top:hover .round-top{opacity:.3}@media screen and (max-width:1599px){.cards__item{display:block}}.index-search__filter-main .form__row .form__item{margin-bottom:12px}.manager-contacts_item a{color:#1e2030}.card__image img{height:100%}@media screen and (max-width:1279px){.contacts__grid{margin-left:-20px;margin-right:-20px}.md-hidden{display:none}}@media screen and (max-width:767px){.contacts__grid-col{max-width:50%;flex-basis:50%}.sm-hidden{display:none}}@media screen and (max-width:640px){.contacts__grid{margin-left:0;margin-right:0}}@media screen and (max-width:480px){.contacts__grid-col{max-width:100%;flex-basis:100%}}.top__title span{white-space:nowrap}.Toastify__toast--default{background:#7684bc;border-radius:4px;color:#fff}.Toastify__close-button--default{display:flex;align-self:center}.Toastify__toast--success{background:#2cba2e}.Toastify__toast--success .icon_info{fill:#fff}.Toastify__toast{display:flex}.Toastify__close-button{align-self:flex-start;background:hsla(0,0%,100%,.7);border-radius:50em;flex-shrink:0;height:24px;width:24px}.Toastify__close-button>svg{margin:2px 0 0 1px;width:15px}.Toastify__wrap{align-items:center;display:flex;line-height:20px}.Toastify__icon-wrap{align-items:center;align-self:flex-start;border:1px solid hsla(0,0%,100%,.5);border-radius:50em;display:inline-flex;justify-content:center;height:24px;width:24px}.Toastify__error-icon,.Toastify__icon-wrap{flex-shrink:0;margin-right:10px}.Toastify__error-sign{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:calc(50% + 2px);left:30px}.Toastify__toast--info{background:#8790e5}.Toastify__toast--info .icon_info{fill:#fff}.Toastify__toast--info .Toastify__close-button>svg{fill:#8790e5}.Toastify__toast--success .Toastify__close-button>svg{fill:#2cba2e}.Toastify__toast--error .Toastify__close-button>svg{fill:#ff2d23}.Toastify__text{display:block}.Toastify__list{display:flex;margin-top:10px}.Toastify__list li{align-items:center;justify-content:center;display:flex;height:35px;width:95px}.Toastify__list-active{background:hsla(0,0%,100%,.9);border-radius:100px;color:#8790e5}.Toastify__list-active:hover{background:hsla(0,0%,100%,.6)}.Toastify__toast-body{margin:0}.profile__aside{position:relative}.profile__manager{position:-webkit-sticky;position:sticky;top:140px}.map__list .simplebar-track.simplebar-horizontal{display:none}.card-heart-selected{height:50px;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);background-color:#fff}.floor__plan-svg{overflow:hidden;width:100%;height:500px}@media screen and (max-width:640px){.floor__plan-svg{height:300px}}.floor__plan-svg .sect{fill:rgba(228,7,19,.3)}.floor__plan-svg image{width:100%;display:block}.floor-plan .sect{fill:rgba(228,7,19,.3)}.flat__nav-link{background:none;cursor:pointer}.flat__info-btns{justify-content:flex-start}@media screen and (max-width:640px){.flat__info-btns{width:100%}}.input .react-datepicker__day--keyboard-selected,.input .react-datepicker__month-text--keyboard-selected,.input .react-datepicker__quarter-text--keyboard-selected{border-radius:.3rem;background-color:#ff2d23;color:#fff}.input .react-datepicker{font-family:"Formular";border:none;box-shadow:0 2px 10px rgba(143,149,172,.2)}.input .react-datepicker__header{text-align:center;background-color:#2c2e3e;border:none;color:#fff}.input .react-datepicker__day-name,.input .react-datepicker__time-name{color:#fff}.input .react-datepicker__navigation--next{border-left-color:#fff}.input .react-datepicker__navigation--previous{border-right-color:#fff}.input .react-datepicker-time__header,.input .react-datepicker-year-header,.input .react-datepicker__current-month{color:#fff}.input .react-datepicker__today-button{color:#fff;background-color:#2c2e3e;padding:10px 0}.input .react-datepicker-popper{box-shadow:0 2px 10px rgba(143,149,172,.2);border-radius:4px}.input .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{border-bottom:none;border-top-color:#fff}.input .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{border-top:none;border-bottom-color:#2c2e3e}.input .react-datepicker__day--in-range,.input .react-datepicker__day--in-selecting-range,.input .react-datepicker__day--selected,.input .react-datepicker__month-text--in-range,.input .react-datepicker__month-text--in-selecting-range,.input .react-datepicker__month-text--selected,.input .react-datepicker__quarter-text--in-range,.input .react-datepicker__quarter-text--in-selecting-range,.input .react-datepicker__quarter-text--selected,.input .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#ff2d23}.shadow{transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer}.shadow:hover{box-shadow:0 14px 28px rgba(0,0,0,.04),0 10px 10px rgba(0,0,0,.08)}.complex__promo-image img{object-fit:cover}.complex__manager-contacts_item a{color:#1e2030}.complex__slider-magnifier{right:20px;bottom:34px;background-color:#f6f7f8}@media screen and (max-width:640px){.complex__address{align-items:flex-start;padding-top:15px}}.complex__address-value{font-size:14px;line-height:18px;color:#8f95ac}.complex__map-wrap{width:100%;height:100%}.complex__main{margin-top:0}.navigation__block .complex__navigation-item{font-size:12px;line-height:18px;letter-spacing:.3px;text-transform:uppercase;font-weight:700;padding:5px 16px}.complex__navigation-item{cursor:pointer}.complex-filter_wrapper{display:flex;flex:1 1}.complex-filter_wrapper>.filtered{flex-shrink:0;margin-right:12px}.margin-sect{margin-top:80px}.complex-filter_wrapper{flex-wrap:wrap}.complex__blocks-slider .tns-ovh{overflow:visible!important}.complex__blocks-slider .tns-item{visibility:hidden}.complex__blocks-slider .tns-slide-active{visibility:visible!important}.complex__blocks-slider .popover__block{-webkit-transform:translate(10px,-100%);transform:translate(10px,-100%)}.complex__blocks-slider .popover__block:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);content:"";display:block;position:absolute;top:calc(100% - 12px);left:calc(100% - 10px);border-bottom:14px solid #fff;border-left:14px solid transparent;border-right:14px solid transparent}.section__another{overflow:hidden}@media screen and (max-width:640px){.section__another{overflow:visible}}.complex__tabs .tns-slider{display:flex}.complex__tabs-item{outline:none;-webkit-user-select:none;user-select:none}#assignations-slider .flats__card-image img{transition:all .3s}#assignations-slider .slider__item:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.ant-table-row{cursor:pointer}.not-found-wrapper{display:flex;justify-content:center;padding-top:101px;text-align:center;padding-bottom:112px;background:#fff;height:100%}.not-found-content{display:flex;flex-direction:column;width:80%;align-items:center}.not-found-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}.not-found-second-text{font-size:14px;line-height:21px;margin:23px 0 35px}.not-found-image{width:100%}.fatal-wrapper{display:flex;justify-content:center;text-align:center;background:#fff;padding:70px 0 60px;height:100vh}@media (max-height:500px){.fatal-wrapper{padding:30px 0}}.fatal-content{display:flex;flex-direction:column;width:50%;justify-content:center;align-items:center}@media screen and (max-width:1599px){.fatal-content{width:60%}}@media screen and (max-width:1279px){.fatal-content{width:80%}}@media screen and (max-width:767px){.fatal-content{width:100%}}.fatal-title{margin-bottom:20px}@media screen and (max-width:1023px){.fatal-title{font-size:24px;line-height:26px}}.fatal-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}.fatal-second-text{margin-bottom:40px;padding:0 15px}@media screen and (max-width:1023px){.fatal-second-text{margin-bottom:20px}}@media screen and (max-width:767px){.fatal-second-text{margin-bottom:30px}}.fatal-image{width:65%;margin-bottom:40px}@media (max-height:500px){.fatal-image{width:20%;margin-bottom:20px}}.big-info-container,.card__pill{white-space:pre-wrap}.card__pill{max-width:90%;line-height:20px;padding:5px 12px}@media screen and (max-width:640px){.card__pill{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.filter-show-on-map,.filter-show-on-map:hover{box-shadow:none;background-color:initial}.filter-show-on-map:hover{color:#cf2d23}.filter-show-on-map:hover .icon{fill:#cf2d23}.complex__section-about .complex__about-info{font-size:18px}@media screen and (max-width:640px){.complex__section-about .complex__about-info{font-size:14px;line-height:21px;margin:0}}.complex__slider-tab iframe{min-height:550px}.complex__section-about .complex__about-feature{font-size:18px;line-height:24px}@media screen and (max-width:640px){.complex__section-about .complex__about-feature{font-size:16px;line-height:21px}}@media screen and (max-width:640px){.complex__section-about .complex__about-features{padding:10px 30px}}@media screen and (max-width:640px){.complex__section-about .complex__about-features_list{flex-direction:column}}.aero-icon{display:flex;justify-content:center;margin-left:10px}.aero-icon:hover:after{content:"Есть аэропанорама";position:absolute;left:80%;top:30%;z-index:1;background:#fff;font-size:11px;padding:5px 10px;box-shadow:0 2px 10px rgba(44,46,62,.2);border-radius:4px;white-space:nowrap}.work-company__logo{height:36px;width:auto;max-width:66px}.work-company__logo img{object-fit:contain;width:auto}.header__logo.icon_logo{max-height:65px}.content{position:relative;z-index:1}@media screen and (max-width:767px){.content_redesign-mobile .sf__h1{margin-top:25px}.content_redesign-mobile .filter__max.form_dubai-secondfilter{margin-top:0;margin-bottom:0}.content_redesign-mobile .sf__cards-list_dubai-complex-list{margin-top:-5px}.content_redesign-mobile .sf-slider .swiper-container:not(.swiper-thumbs) .sf-slide_main img{border-radius:0}.content_redesign-mobile .swiper-thumbs{position:absolute;margin-top:-50px;width:100%}.content_redesign-mobile .swiper-container-free-mode>.swiper-wrapper{display:flex;justify-content:center}.content_redesign-mobile .swiper-thumbs .swiper-slide:last-child{margin-right:0!important}.content_redesign-mobile .swiper-thumbs .swiper-slide{width:7px;border-radius:50px;height:7px;background-color:#fff;opacity:.6}.content_redesign-mobile .swiper-thumbs .swiper-slide img{display:none}.content_redesign-mobile .swiper-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1}.content_redesign-mobile .btn.swiper-zoom{display:none}.content_redesign-mobile .swiper-thumbs-block{grid-gap:10px;gap:10px}.content_redesign-mobile .sf-slider-btn{min-width:calc(50% - 8px);justify-content:center}.content_redesign-mobile .sf-slider-btn span{color:#000}}.dropdown__block.left{left:auto;right:0;border-radius:4px 0 4px 4px}.section__personal-header{z-index:11}.complex__about-feature{flex-basis:28%;flex-grow:0}.clear-after{margin-right:0}.clear-after:after{content:"";display:none}.smart-serach-result{position:absolute;top:50px;z-index:99999;background:#fff;box-shadow:0 2px 10px rgba(44,46,62,.2);border-radius:4px;padding:20px 11px 23px 13px;color:#2c2e3e}@media screen and (max-width:640px){.smart-serach-result{left:0;min-width:100%;width:calc(100% + 38px)}}.smart-serach-result li{display:flex;align-items:center;line-height:13px;width:100%;cursor:pointer;border-radius:4px;padding:10px 10px 10px 11px}.smart-serach-result li.selected,.smart-serach-result li:hover{background:rgba(143,149,172,.1)}.smart-serach-result li.selected .exclude{visibility:visible}.smart-serach-result .exclude{margin-left:auto;color:#8f95ac;align-items:center;display:flex;height:100%;visibility:hidden}.smart-serach-result .exclude:hover{color:#ff2d23}.smart-serach-result_redesign{left:0;right:-246px}@media screen and (max-width:1600px){.smart-serach-result_redesign{right:-212px}}@media screen and (max-width:1280px){.smart-serach-result_redesign{right:-38px}}@media screen and (max-width:1279px){.form__item_2x{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 12px);margin-bottom:0!important}}.public-assignments-wrapper{display:flex;flex-wrap:wrap}@media screen and (max-width:640px){.public-assignments-wrapper{background:#fff;justify-content:center;padding-top:0}}.full-width-list-item{width:100%!important;background:transparent}.forced-enable-z{z-index:1!important}.copy-fake-input{position:fixed;top:-100px;left:0;width:2em;height:2em;border:none;outline:none;box-shadow:none;background:transparent}.smart-filter{display:flex;height:100%;cursor:text;line-height:22px}.smart-filter-item.exclude{color:#ff2d23}.contenteditable-placeholder{color:#828482;white-space:nowrap}@media screen and (max-width:640px){.manager-avatar{flex-basis:30%;margin-right:0}}.manager-avatar_wrapper{display:flex}.manager-avatar_wrapper img{margin:auto}@media screen and (max-width:640px){.manager-avatar_wrapper{height:100px;width:100px}}.smart-filter-result:hover .exclude{visibility:visible}.fixate-client .modal-form__files{padding-bottom:15px;border:none}.fixation-badges{margin-right:10px;margin-top:10px}.fixation-badges-container{padding-bottom:12px;flex:1 1;display:flex;align-items:flex-start;justify-content:flex-start;align-content:flex-start;flex-wrap:wrap}#realtyWrapper{min-height:100vh;display:flex;flex-direction:column}.banners__grid-col a,.profile-drop__item a{text-decoration:none}.input_type_form .input__error{box-shadow:inset 0 0 0 1px #ff2d23!important}.input__error-label{font-size:14px;line-height:17px;color:#ff2d23;display:block;margin-top:5px}.form__error-text{background:rgba(255,45,35,.1);color:#ff2d23}.form__error-text,.form__info-text{border-radius:4px;font-size:14px;line-height:18px;padding:10px;margin-bottom:10px}.form__info-text{background:rgba(143,149,172,.15);color:#8f95ac}.index-search__filter-tip{display:block;margin-top:0;margin-bottom:0}.header__top-profile-avatar{overflow:hidden}.mini-filter .form__drop-content{min-width:350px}.custom-select.is-showing{box-shadow:0 2px 10px rgba(143,149,172,.2);background-color:#fff}.files__item-name,.folder__name{color:#1e2030}.contact__photo img{object-fit:cover}.index-search__filter-inc.no-border{padding-left:0;border:none}.index-search__filter-inc.no-border:after{content:none}.custom-select.is-showing .custom-select__options{display:block;z-index:100;box-shadow:0 2px 10px rgba(143,149,172,.2)}.select_type_form .custom-select.is-showing .custom-select__selected{background-color:#fff;box-shadow:none}.custom-select.is-showing .custom-select__selected{border-radius:4px 4px 0 0;background-color:rgba(143,149,172,.2)}.form__drop-content.no-fix-height{height:auto}.map-list__item:last-child{border-bottom:none}.header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:1020;transition:all .3s ease}.header.hide-second-header .header__bottom{opacity:0;height:0;padding:0}.header.header_fixed{position:fixed;top:0;left:0;right:0;z-index:1000}.section__map{height:900px}@media screen and (max-width:640px){.section__map{height:100%;position:fixed;overflow:scroll;top:0;bottom:0;left:0;right:0;z-index:10}}.preloader{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;top:0;left:0;z-index:10;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s linear 0s,visibility .2s linear .3s}.preloader.loading{opacity:1;visibility:visible;transition:none}.section__personal-header{z-index:8;position:relative}.modal.pass-recover{z-index:9}.assignations-flats__row .ant-table-row{cursor:pointer}.search-assignments-controls{display:flex;flex:1 1;justify-content:center}.search-assignments-controls button{margin:0 10px}@-webkit-keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner>div{width:8px;height:8px;background-color:#8f95ac;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both;margin:0 2px}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.button>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.flats__card_compact .flats__card-image{padding:0 20px;display:flex;align-items:center}@media screen and (max-width:1279px){.flats__card-image{height:240px}}.table-image,.table-image-scalable{max-width:80px;max-height:45px}.table-image-scalable{transition:all .3s}.table-image-scalable:hover{-webkit-transform:scale(5);transform:scale(5);-webkit-transform-origin:left;transform-origin:left}.image-table-cell{z-index:10}.image-table-cell:hover{z-index:99}.lk-form__multi-row{padding-bottom:24px}.ant-table-second-color{background:#f6f7f8}.ant-table-actualize-color{background:#fff8eb}.ant-table-tbody>tr.ant-table-row:hover>td,td.ant-table-cell-fix-left,td.ant-table-cell-fix-right{background:unset!important}.ant-table-tbody>tr:hover{background:#e9eaee}.bot-wrapper{width:100%;min-height:calc(100vh - 116px);display:flex;justify-content:center}.bot-content{display:flex;flex-direction:column;width:70%}@media screen and (max-width:1280px){.bot-content object{max-height:70%;position:absolute;bottom:0}}.bot-title{font-family:Formular;font-weight:700;font-size:48px;line-height:55px;text-align:center;margin:90px 0 42px;z-index:2}@media screen and (max-width:767px){.bot-title{font-size:18px;line-height:24px;margin-top:20px}}.bot-title-red{background:#ff2d23;border-radius:5px;color:#fff;padding:0 5px}.bot-button{position:absolute;bottom:70px;left:0;right:0;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.bot-button{bottom:20px;width:calc(100% - 20px)}}@media screen and (max-width:640px){.input_type_form .input__label{white-space:normal}}.with-tooltip .tooltip{position:absolute;display:none;padding:5px;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#000;border:1px solid rgba(143,149,172,.2);border-radius:4px;margin-top:10px;z-index:9999}.with-tooltip .tooltip:before{content:"";display:block;position:absolute;top:-20px;left:-20px;width:calc(100% + 60px);height:calc(100% + 40px);z-index:-1}.with-tooltip:hover .tooltip{display:block}.with-tooltip-disabled .tooltip{display:none}a[disabled]{pointer-events:none}.skeletoned>*{cursor:unset}.skeletoned>*,.skeletoned>*>*{color:transparent!important;background:rgba(227,224,224,.7686274509803922)}.skeletoned>*>*{border-radius:6px}.skeletoned>*>*>*{color:transparent!important}.pre-line{white-space:pre-line}.footer{position:relative;background-color:#2c2e3e;color:#fff;padding:0;z-index:0}.footer__inner{display:flex;justify-content:space-between;min-height:80px}@media screen and (max-width:1279px){.footer__inner{flex-wrap:wrap}}@media screen and (max-width:767px){.footer__inner{display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;padding:0 10px}}.footer__block{display:flex;align-items:center}.footer__company{display:flex}@media screen and (max-width:767px){.footer__company{order:1;color:#8f95ac;padding:15px 0;grid-column-start:1;grid-column-end:-1}}.footer__copy{display:flex;max-width:200px;align-items:center;margin-left:18px;padding-right:15px}@media screen and (max-width:767px){.footer__copy{max-width:100%}}.footer__social{height:80px;display:flex;align-items:center;padding-right:25px;padding-left:25px}@media screen and (max-width:767px){.footer__social{width:100%;height:65px;order:-1}}.footer__social-list{list-style:none;padding-left:0;display:flex;align-items:center}.footer__social-item{margin-right:32px}@media screen and (max-width:767px){.footer__social-item{margin-right:25px}}.footer__social-item:last-of-type{margin-right:0}.footer__social-link .icon{fill:#8f95ac;transition:fill .15s ease-in-out}.footer__social-link:hover .icon{fill:#ff2d23}.footer__logo{display:block;width:72px;height:39px}.footer__logo svg{fill:#fff}.footer__anchors{display:flex}@media screen and (max-width:1279px){.footer__anchors{width:100%;justify-content:center;padding:5px 0;border-top:1px solid rgba(143,149,172,.4)}}@media screen and (max-width:767px){.footer__anchors{padding:15px 0;flex-direction:column;border-bottom:1px solid rgba(143,149,172,.4);grid-column-start:1;grid-column-end:-1}}.footer__anchor{display:flex;align-items:center;color:#8f95ac;text-decoration:none;font-size:13px;transition:color .15s ease-in-out}.footer__anchor:hover{color:#fff}@media screen and (max-width:767px){.footer__anchor{font-size:15px;margin-bottom:10px}}.footer__anchor:not(:first-child){padding-left:20px;position:relative}.footer__anchor:not(:first-child):before{content:"";width:1px;height:35px;background:rgba(143,149,172,.4);margin-right:20px}@media screen and (max-width:767px){.footer__anchor:not(:first-child){padding-left:0;position:static}.footer__anchor:not(:first-child):before{display:none}}.footer__app-list{display:flex}.footer__app-item+.footer__app-item{margin-left:18px}.autopan-info{position:relative}.autopan-info__title{margin-top:25px;margin-bottom:25px}@media screen and (max-width:767px){.autopan-info__title{margin-top:0}}.autopan-info__box{display:flex;grid-gap:28px;gap:28px;margin-bottom:60px}.autopan-info__box a{display:inline-flex;margin-top:2px;color:inherit}@media screen and (max-width:767px){.autopan-info__box{flex-direction:column;margin-bottom:25px}}.autopan-info__block{display:flex;flex-direction:column;width:100%;flex-grow:1;height:160px;padding:30px 15px 35px 45px;background:rgba(143,149,172,.08)}.autopan-info__block_tg{background-color:#08c;background-image:url(/static/media/autopan-info-tg.4f27d3b6.svg);background-position:bottom;background-size:contain;background-repeat:no-repeat;color:#fff}.autopan-info__block p+p{margin-top:auto}@media screen and (max-width:767px){.autopan-info+.modal__title{text-align:center}}.menu{position:fixed;top:0;left:auto;right:0;bottom:0;width:406px;background-color:#f6f7f8;z-index:9999;padding:26px 30px;box-sizing:border-box;display:flex;flex-direction:column;grid-gap:5px;gap:5px;color:#2c2e3e;box-shadow:0 0 16px rgba(0,0,0,.1);overflow:auto;-webkit-transform:translateX(200%);transform:translateX(200%);transition:all .3s}@media screen and (max-width:767px){.menu{width:100%}}.menu:after{content:"";width:100%;height:40px;display:block;position:absolute;bottom:0;left:0;-webkit-filter:blur(4px);filter:blur(4px);z-index:3}.menu__title{display:flex;justify-content:space-between;align-items:center}.menu__title svg{cursor:pointer}.menu__title svg path{transition-duration:.3s}.menu__title svg:hover path{stroke:#ff2d23}.menu__title-main{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal}@media screen and (max-width:1599px){.menu__title-main{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.menu__title-main{font-size:14px;line-height:18px}}.menu__close-menu{display:inherit}.menu.is-showing{-webkit-transform:translateX(0);transform:translateX(0)}.menu-profile{justify-content:space-between}.menu-profile,.menu-profile__user{display:flex;align-items:center}.menu-profile__user-logo{width:50px;height:50px;overflow:hidden;border-radius:50%;margin-right:20px;flex-shrink:0;background-color:#f6f7f8}.menu-profile__user-logo img{width:50px;height:50px;object-fit:contain}.menu-profile__user-contact{display:flex;flex-direction:column;justify-content:center}.menu-profile__user-fio{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal;margin-bottom:3px}@media screen and (max-width:1599px){.menu-profile__user-fio{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.menu-profile__user-fio{font-size:14px;line-height:18px}}.menu-profile__user-toprofile{color:#777a89}.menu-profile__user-toprofile:hover{color:#ff2d23}.menu-profile__logout svg{cursor:pointer}.menu-profile__logout svg path{transition-duration:.3s}.menu-profile__logout svg:hover path{stroke:#ff2d23}.menu-client-mode{background-color:#f6f7f8;border-radius:20px;padding:14px;display:flex;justify-content:space-between}.menu-client-mode__title{font-weight:700;font-size:14px;line-height:18px;margin-bottom:3px}.menu-client-mode__text{color:#777a89}.menu-cards-grid{display:flex;flex-wrap:wrap;position:relative}.menu-cards-grid:after{content:"";width:100%;height:16px;display:block;position:absolute;bottom:-8px;left:0;background:hsla(0,0%,100%,.8);-webkit-filter:blur(4px);filter:blur(4px);z-index:3}.menu-cards-grid>.menu-cards-grid__item{margin:0 14px 14px 0;width:calc(50% - 7px)}.menu-cards-grid>.menu-cards-grid__item:nth-child(2n){margin-right:0}.menu-cards-grid__item{border-radius:20px;padding:16px 14px;background-color:#fff;display:flex;align-items:center;box-sizing:border-box;justify-content:space-between;transition-duration:.3s;cursor:pointer}.menu-cards-grid__item:hover{background-color:#ef372e}.menu-cards-grid__item:hover .menu-cards-grid__item-text,.menu-cards-grid__item:hover .menu-cards-grid__item-title{color:#fff}.menu-cards-grid__item:hover .menu-cards-grid__item-icon{background-color:#fff}.menu-cards-grid__item:hover .menu-cards-grid__item-icon svg{transition-duration:.3s}.menu-cards-grid__item:hover .menu-cards-grid__item-icon svg path{stroke:#ef372e;transition-duration:.3s}.menu-cards-grid__item-title{font-weight:700;font-size:14px;line-height:18px;margin-bottom:3px;color:#2c2e3e}.menu-cards-grid__item-text{color:#777a89}.menu-cards-grid__item-icon{width:34px;height:34px;border-radius:50%;background-color:#ef372e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-nav{display:flex;flex-direction:column;height:calc(100vh - 300px);overflow:auto}.menu-nav::-webkit-scrollbar{display:none}.menu-nav{-ms-overflow-style:none;scrollbar-width:none}.menu-nav__item{display:flex;height:50px;border-bottom:1px solid #dfe1e9;justify-content:space-between;align-items:center;flex-shrink:0;cursor:pointer}.menu-nav__item,.menu-nav__item:hover,.menu-nav__item:hover .menu-nav__item-text svg{transition-duration:.3s}.menu-nav__item:hover .menu-nav__item-text svg path{stroke:#ff2d23;transition-duration:.3s}.menu-nav__item:hover .menu-nav__item-arrow svg{transition-duration:.3s;transform:translate(5px);-webkit-transform:translate(5px);-o-transform:translate(5px);-moz-transform:translate(5px)}.menu-nav__item:hover .menu-nav__item-arrow svg path{stroke:#ff2d23;transition-duration:.3s}.menu-nav__item:last-child{border-bottom:none}.menu-nav__item-new{font-size:13px;color:#2cba2e;background-color:#dff5e0;padding:4px 10px;margin-left:10px;border-radius:20px;font-weight:400}.menu-nav__item-text{display:flex;align-items:center;font-weight:700;font-size:14px;line-height:18px;color:#2c2e3e}.menu-nav__item-text svg{margin-right:13px}.menu-nav__item-arrow{margin-right:5px}.menu-nav .menu-services{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;padding:0 30px 26px;overflow:auto;z-index:99999}.menu-nav .menu-services::-webkit-scrollbar{display:none}.menu-nav .menu-services{-ms-overflow-style:none;scrollbar-width:none}.menu-nav .menu-services:after{content:"";width:100%;height:40px;display:block;position:fixed;bottom:0;left:0;background:hsla(0,0%,100%,.8);-webkit-filter:blur(3px);filter:blur(3px);z-index:3}.menu-nav .menu-services__back{padding-top:26px;padding-bottom:20px;position:-webkit-sticky;position:sticky;top:0;background-color:#fff}.menu-nav .menu-services__back:before{content:"";width:100%;height:20px;display:block;position:absolute;bottom:-8px;left:0;background:hsla(0,0%,100%,.8);-webkit-filter:blur(5px);filter:blur(5px);z-index:3}.menu-nav .menu-services__back-arrow{display:inline-block;cursor:pointer}.menu-nav_menu{margin-top:-20px}.menu-newblock .sidebar.menu-nav{width:100%;margin-bottom:10px;box-shadow:none}.menu::-webkit-scrollbar{width:2px}.menu::-webkit-scrollbar-track{background:#f1f1f1;margin-right:-10px}.menu::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px;margin-left:10px}.cabinet-menu{position:fixed;top:150px;left:0;background-color:#2c2e3e;border-radius:0 5px 5px 0;padding-top:5px;padding-bottom:5px;z-index:123}.cabinet-menu__disabled-item{position:relative}.cabinet-menu__disabled-item .menu-nav__item-text{color:silver}.cabinet-menu__disabled-item svg line,.cabinet-menu__disabled-item svg path,.cabinet-menu__disabled-item svg rect{stroke:silver!important}.cabinet-menu__disabled-item .tooltip{display:none;position:absolute;top:-35px;left:0;color:#000;white-space:nowrap;z-index:10;background-color:#ff2d23;color:#fff;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:20px;padding:10px 17px;font-size:13px}.cabinet-menu__disabled-item .tooltip:before{content:"";display:inline-block;border:10px solid transparent;border-top-color:#ff2d23;position:absolute;bottom:-17px;left:calc(50% - 12px)}.cabinet-menu__disabled-item:hover .tooltip{display:block}.cabinet-menu__disabled-item:hover svg{-webkit-transform:none!important;transform:none!important}.cabinet-menu__disabled-item:hover svg line,.cabinet-menu__disabled-item:hover svg path,.cabinet-menu__disabled-item:hover svg rect{stroke:silver!important}.cabinet-menu .sidebar.menu-nav{opacity:0;left:60px;top:0;position:absolute;-webkit-transform:translateX(-10px);transform:translateX(-10px);transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;pointer-events:none}.cabinet-menu li{padding:5px;justify-content:center;cursor:pointer;transition-duration:.3s;font-size:9px;position:relative}.cabinet-menu li,.cabinet-menu li .cabinet-menu__link{display:flex;align-items:center;flex-direction:column;color:#fff}.cabinet-menu li:hover{color:#ef372e}.cabinet-menu li:hover .cabinet-menu__icon svg{transition-duration:.3s}.cabinet-menu li:hover .cabinet-menu__icon svg line,.cabinet-menu li:hover .cabinet-menu__icon svg path,.cabinet-menu li:hover .cabinet-menu__icon svg rect{stroke:#ef372e}.cabinet-menu li:hover .sidebar.menu-nav{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto}.cabinet-menu li.active{color:#ef372e}.cabinet-menu li.active .cabinet-menu__icon svg{transition-duration:.3s}.cabinet-menu li.active .cabinet-menu__icon svg line,.cabinet-menu li.active .cabinet-menu__icon svg path,.cabinet-menu li.active .cabinet-menu__icon svg rect{stroke:#ef372e}.cabinet-menu li.active .cabinet-menu__link{display:flex;align-items:center;flex-direction:column;color:#ef372e}.cabinet-menu li.active .cabinet-menu__link svg{transition-duration:.3s}.cabinet-menu li.active .cabinet-menu__link svg line,.cabinet-menu li.active .cabinet-menu__link svg path,.cabinet-menu li.active .cabinet-menu__link svg rect{stroke:#ef372e}.sidebar.menu-nav{height:auto}.sidebar{padding:16px 16px 8px;border-radius:10px;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.25);width:365px;display:flex;flex-direction:column}.sidebar__title{color:#777a89;font-weight:700;margin-bottom:5px;font-size:14px}.sidebar__list{display:flex;flex-direction:column}.sidebar__list a{height:48px;border-bottom:1px solid #dfe1e9;color:#2c2e3e;display:flex;align-items:center;font-weight:400}.sidebar__list a .menu-nav__item-text{font-weight:400}.sidebar__list a:last-child{border-bottom:none}.sidebar__list a.active svg{transition-duration:.3s}.sidebar__list a.active svg line,.sidebar__list a.active svg path,.sidebar__list a.active svg rect{stroke:#ef372e}.panmodal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:99;display:flex;flex-direction:column;align-items:center;background-color:rgba(0,0,0,.6);padding:0 15px;overflow:auto}.panmodal iframe{width:510px;height:276px;max-width:100%;border-radius:20px}.panmodal__wrapper{background-color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;border-radius:20px;margin:100px;padding-left:30px;padding-right:30px}.panmodal .new-alert,.panmodal .sf__manager-block,.panmodal__content{text-align:left}.panmodal__header{position:relative;margin:30px 0 0;display:flex;min-height:70px;height:70px;align-items:center;border-radius:20px;max-width:100%;width:1230px;justify-content:center}.panmodal__content{max-width:100%;width:768px;padding:30px}@media screen and (max-width:767px){.panmodal__content{padding:0}}.panmodal__content_sm{width:570px}.panmodal__content_lg{max-width:1230px;width:100%;padding:0}.panmodal__btn{position:absolute;right:35px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:8px;border-radius:50%;background-color:#f6f7f8}@media screen and (max-width:1279px){.panmodal__btn{right:25px}}.panmodal__btn svg{stroke:#2c2e3e;transition:all .3s}.panmodal__btn:hover svg{stroke:#8f95ac}@media screen and (max-width:767px){.panmodal_mobile{overflow-x:hidden}.panmodal_mobile .panmodal__header{height:50px;min-height:50px;background-color:#fff;border-radius:0;border-bottom:1px solid #dfe1e9;width:calc(100% + 30px);max-width:calc(100% + 30px);margin:0 0 20px}.panmodal_mobile .panmodal__header .panmodal__h3{font-size:14px}.panmodal_mobile .panmodal__close{position:absolute;left:5px}.panmodal_mobile .panmodal__btn{display:none}.panmodal_mobile .sf-slider--with-border .swiper-container:not(.swiper-thumbs){border:none}.panmodal_mobile .swiper-pan img:not(.pswp__img){max-height:280px}.panmodal_mobile .swiper-zoom{display:none}.panmodal_mobile .apt-modal__map{max-height:280px;border:none}.panmodal_mobile .swiper-thumbs .swiper-slide{background-color:#424242}.panmodal_mobile .new-alert{padding-left:20px;padding-right:20px}.panmodal_mobile .new-alert__icon{display:none}.panmodal_mobile .sf__info-header .sf__header-col{display:block}.panmodal_mobile .sf__info-header .sf__header-col .h3-l.sf__price{font-size:18px}.panmodal_mobile .fv-comment{margin-top:20px!important;margin-bottom:-50px!important}}.panmodal.showCheckRequisitesModal .panmodal__wrapper{max-width:850px}.panmodal.showCheckRequisitesModal .panmodal__content{text-align:center}.panmodal.showCheckRequisitesModal .panmodal__content p{font-size:18px;font-weight:300;text-align:center;line-height:25px;margin-bottom:35px}.btn{display:inline-flex;justify-content:center;align-items:center;background:none;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:"Formular",sans-serif;white-space:nowrap;-webkit-appearance:none;appearance:none;padding:16px 30px;max-height:50px;border-radius:5px;transition:all .15s ease-in-out;text-decoration:none}.btn,.btn:focus{outline:none}.btn:disabled{color:#8f95ac;pointer-events:none}.btn .icon,.btn svg{margin-right:10px}@media screen and (max-width:767px){.btn{padding:14px 30px}}.btn_primary{background-color:#ff2d23;color:#fff}.btn_primary:active,.btn_primary:hover{background-color:#cf2d23}.btn_primary:disabled{color:#fff;background-color:rgba(143,149,172,.3)}.btn_primary_gray{background-color:#8f95ac;color:#fff}.btn_primary_gray:active,.btn_primary_gray:hover{background-color:#777a89}.btn_primary_gray:disabled{color:#fff;background-color:rgba(143,149,172,.3)}.btn_line{background-color:#fff;color:#2c2e3e;box-shadow:inset 0 0 0 1px #e9eaeb}.btn_line:hover{box-shadow:none;background-color:#ecedf0}.btn_secondary{background-color:#f6f7f8;color:#2c2e3e}.btn_secondary:hover{background-color:#ecedf0}.btn_secondary:disabled{color:#fff;background-color:rgba(143,149,172,.3)}.btn_full{width:100%}.btn_full+.btn_full{margin-top:14px}.btn_small{padding:14px 30px}@media screen and (max-width:767px){.btn_small{padding:9px 14px}}.btn_clean{padding:0}.btn_clean svg{margin:0}.for-mobile-app-popup{min-width:180px}.for-mobile-app-popup:disabled{background-color:#f6f7f8;color:#dfe1e9}.app-popover-btn:not(.btn){padding:0;background:none}.zoom-appear,.zoom-enter,.zoom-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-appear.zoom-appear-active,.zoom-enter.zoom-enter-active{-webkit-animation-name:antZoomIn;animation-name:antZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-leave.zoom-leave-active{-webkit-animation-name:antZoomOut;animation-name:antZoomOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-appear,.zoom-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-appear,.zoom-big-enter,.zoom-big-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-appear.zoom-big-appear-active,.zoom-big-enter.zoom-big-enter-active{-webkit-animation-name:antZoomBigIn;animation-name:antZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-leave.zoom-big-leave-active{-webkit-animation-name:antZoomBigOut;animation-name:antZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-appear,.zoom-big-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-fast-appear,.zoom-big-fast-enter,.zoom-big-fast-leave{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-fast-appear.zoom-big-fast-appear-active,.zoom-big-fast-enter.zoom-big-fast-enter-active{-webkit-animation-name:antZoomBigIn;animation-name:antZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-fast-leave.zoom-big-fast-leave-active{-webkit-animation-name:antZoomBigOut;animation-name:antZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-fast-appear,.zoom-big-fast-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-fast-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-up-appear,.zoom-up-enter,.zoom-up-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-up-appear.zoom-up-appear-active,.zoom-up-enter.zoom-up-enter-active{-webkit-animation-name:antZoomUpIn;animation-name:antZoomUpIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-up-leave.zoom-up-leave-active{-webkit-animation-name:antZoomUpOut;animation-name:antZoomUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-up-appear,.zoom-up-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-up-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-down-appear,.zoom-down-enter,.zoom-down-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-down-appear.zoom-down-appear-active,.zoom-down-enter.zoom-down-enter-active{-webkit-animation-name:antZoomDownIn;animation-name:antZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-down-leave.zoom-down-leave-active{-webkit-animation-name:antZoomDownOut;animation-name:antZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-down-appear,.zoom-down-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-down-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-left-appear,.zoom-left-enter,.zoom-left-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-left-appear.zoom-left-appear-active,.zoom-left-enter.zoom-left-enter-active{-webkit-animation-name:antZoomLeftIn;animation-name:antZoomLeftIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-left-leave.zoom-left-leave-active{-webkit-animation-name:antZoomLeftOut;animation-name:antZoomLeftOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-left-appear,.zoom-left-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-left-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-right-appear,.zoom-right-enter,.zoom-right-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-right-appear.zoom-right-appear-active,.zoom-right-enter.zoom-right-enter-active{-webkit-animation-name:antZoomRightIn;animation-name:antZoomRightIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-right-leave.zoom-right-leave-active{-webkit-animation-name:antZoomRightOut;animation-name:antZoomRightOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-right-appear,.zoom-right-enter{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-right-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@-webkit-keyframes antZoomIn{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes antZoomIn{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes antZoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}}@keyframes antZoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}}@-webkit-keyframes antZoomBigIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes antZoomBigIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}@keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}@-webkit-keyframes antZoomUpIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes antZoomUpIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes antZoomUpOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}}@keyframes antZoomUpOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}}@-webkit-keyframes antZoomLeftIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@keyframes antZoomLeftIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@-webkit-keyframes antZoomLeftOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}}@keyframes antZoomLeftOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}}@-webkit-keyframes antZoomRightIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@keyframes antZoomRightIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@-webkit-keyframes antZoomRightOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}}@keyframes antZoomRightOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}}@-webkit-keyframes antZoomDownIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}}@keyframes antZoomDownIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}}@-webkit-keyframes antZoomDownOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}}@keyframes antZoomDownOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse,.ant-motion-collapse-legacy-active{transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden}.ant-affix{position:fixed;z-index:10}.ant-popover{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum","tnum";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;user-select:text}.ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.ant-popover-hidden{display:none}.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight{padding-bottom:10px}.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop{padding-left:10px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:10px}.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop{padding-right:10px}.ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:5px}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:rgba(0,0,0,.85);font-weight:500;border-bottom:1px solid #f0f0f0}.ant-popover-inner-content{max-width:285px;padding:14px 24px;background:#f5f5f9;border-radius:5px;color:#2c2e3e;font-size:14px}.complexHeaderMotivation .ant-popover-inner-content{display:flex;flex-direction:column;grid-gap:15px;gap:15px;max-width:500px}.complexHeaderMotivation .ant-popover-arrow{display:none}.ant-popover-message{position:relative;padding:4px 0 12px;color:rgba(0,0,0,.65);font-size:14px}.ant-popover-message>.anticon{position:absolute;top:8.0005px;color:#faad14;font-size:14px}.ant-popover-message-title{padding-left:22px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button{margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:8.48528137px;height:8.48528137px;background:transparent;border-style:solid;border-width:4.24264069px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:6.2px;border-color:transparent #f5f5f9 #f5f5f9 transparent}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-topLeft>.ant-popo ver-content>.ant-popover-arrow{left:16px}.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;border-color:transparent transparent #f5f5f9 #f5f5f9}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;border-color:#f5f5f9 transparent transparent #f5f5f9}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;border-color:#f5f5f9 #f5f5f9 transparent transparent}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-popover-rtl{direction:rtl;text-align:right}.ant-popover-rtl .ant-popover-message-title{padding-right:22px;padding-left:16px}.ant-popover-rtl .ant-popover-buttons{text-align:left}.ant-popover-rtl .ant-popover-buttons button{margin-right:8px;margin-left:0}.tab-bar{margin-bottom:20px}.tab-bar_flex{display:flex;justify-content:space-between;align-items:end}@media screen and (max-width:767px){.tab-bar_flex{flex-direction:column;align-items:start;justify-content:start}}.tab-bar_inline{width:-webkit-max-content;width:max-content}.tab-list{display:flex;border-bottom:1px solid #dfe1e9}@media screen and (max-width:767px){.tab-list{overflow-x:auto;margin-top:15px;width:100%}}.tab-btn{position:relative;padding:15px;min-width:160px;display:inline-flex;align-items:center;justify-content:center}.tab-btn:after{content:"";position:absolute;bottom:-1px;width:100%;height:2px;background-color:initial;transition:all .15s ease-in-out}@media screen and (max-width:767px){.tab-btn{padding:10px 15px;text-transform:uppercase;font-size:11px;min-width:auto;color:#000}}.tab-btn_active:after{background-color:#ff2d23}a.tab-btn{color:#2c2e3e}.tab-bar_with-icons svg{margin-right:5px}.tab-bar_with-icons .tab-list{border:none;grid-gap:40px;gap:40px}.tab-bar_with-icons .tab-btn{min-width:auto;border:none;padding:0;transition:all .3s}.tab-bar_with-icons .tab-btn:after{display:none}.tab-bar_with-icons .tab-btn:hover,.tab-bar_with-icons .tab-btn_active{color:#ff2d23}#tab-new-parking:before{content:"New";display:inline-block;padding:1px 12px;border-radius:20px;background-color:#dff5e0;color:#2cba2e;font-weight:400;font-size:14px;order:1;margin-left:10px}.tab-count{margin-left:5px;background-color:#f6f7f8;color:#777a89;font-weight:400;padding:5px 10px;border-radius:20px}.tab-counter{background-color:#ff2d23;color:#fff;font-size:12px;padding:2px 6px;border-radius:50%;font-weight:700;width:24px;height:24px;display:flex;justify-content:center;align-items:center;margin-right:5px;margin-left:5px}.new-alert{margin-bottom:20px;padding:16px 30px 16px 33px;border-radius:20px;display:flex;width:100%}.new-alert__content{display:flex;flex-direction:column}.new-alert__icon{margin-right:13px}.new-alert__title{padding:0;font-weight:700;font-size:14px;line-height:18px;color:#2c2e3e;margin:0 0 6px}.new-alert__link{transition-duration:.3s;display:inline-block;cursor:pointer}.new-alert__link:hover{opacity:.6}.new-alert__text{color:#2c2e3e}.new-alert_bordered-red{border:1px solid #ff2d23}.app-modal{width:510px;margin:32px auto 50px;display:flex;justify-content:center;align-items:center;flex-direction:column}.app-modal__qr,.app-modal__text{margin-bottom:30px}.app-modal__text{color:#2c2e3e;max-width:342px;text-align:center;font-size:14px}.app-modal__action{width:100%;align-items:flex-end;justify-content:space-between;grid-gap:20px;gap:20px}.app-modal__action,.sms-hint{display:flex;margin-bottom:20px}.sms-hint{border-radius:20px;font-weight:700;font-size:14px;line-height:18px;padding:16px 34px;justify-content:center;background-color:#f6f7f8}.sms-hint svg{margin-right:10px;flex-shrink:0;margin-top:-3px}.sms-hint--sucess{background-color:#dff5e0}.sms-hint--error{background-color:#ffe6e5}.fixations .modal-form__files{border-bottom:0;padding-bottom:0}.fixations .file-up{justify-content:space-between}.fixations .file-up__inner{height:30px}.fixations__container{max-width:730px;display:flex;grid-gap:20px;gap:20px;position:relative}.fixations__settings-block{padding:30px;border-radius:20px;background-color:#f6f7f8;width:410px;box-sizing:border-box;margin:10px 0 30px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.fixations__settings-block .hp__form-item input{box-shadow:none}.fixations__block-dash{padding-bottom:20px;border-bottom:1px solid #dfe1e9}.fixations .input_type_form .input__control{box-shadow:none}.fixations .input_type_form .input__error{box-shadow:inset 0 0 0 1px #ff2d23}.fixations .drop__error .form__drop-btn{box-shadow:inset 0 0 0 1px #ff2d23;border-radius:6px}.fixations .form__item{margin-bottom:0}.fixations .hp__form-item+.hp__form-item{margin-top:0}.fixations .textarea_type_form .textarea__control{box-shadow:none}.fixations__checkboxs .checkbox__label{color:#777a89}.fixations .hp__form-label{display:flex;justify-content:space-between}.fixations .hp__form-label .hp__form-label-rules{color:#8790e5;cursor:pointer}.fixations .new-alert{margin-bottom:0}.crm-table__sf-controlsmodal.crm-table__sf-controlsmodal_fixation .modal__inner{width:450px}.select-filter-fix{margin-left:0;width:100%!important}.fixation-dp-fix .react-datepicker-popper{z-index:99}.fixation-dp-fix .react-datepicker-wrapper{width:100%}.flexible-tag__container{display:flex;min-width:0;font-size:13px;padding:5px 10px;background-color:#ecedf0;border-radius:20px;color:#2c2e3e;margin-right:9px}.flexible-tag__container .flexible-tag__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flexible-tag__container .flexible-tag__button{margin-left:8px;flex-shrink:0;cursor:pointer}.rules-text{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;color:#8790e5;cursor:pointer}.custom-select_fixations .custom-select__search{position:absolute;background-color:#fff;width:100%}.custom-select_fixations .custom-select__options{margin-top:48px}.custom-select_sf-filter-fixations .input__control{height:32px;padding:0 16px}.custom-select_sf-filter-fixations .form__drop-content{padding:5px 22px 24px 16px;min-width:auto}.custom-select_sf-filter-fixations .form__drop-name span{background-color:#ff2d23!important}.advantages-list__item{font-size:17px;line-height:20px;margin-top:20px;position:relative}.advantages-list__item:before{content:"";display:inline-block;width:5px;height:5px;background-color:#000;border-radius:50%;left:-16px;top:8px;position:absolute}@media screen and (max-width:1279px){.sf__sticky.sf__sticky_fixations{display:block}}.fixations.fixations_redesign{padding-bottom:50px}.fixations.fixations_redesign .fixations__redesign{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-top{display:flex;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-part{width:33.33333%;padding:20px;border:1px solid #dfe1e9;border-radius:20px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;height:-webkit-max-content;height:max-content;min-height:186px;justify-content:center}.fixations.fixations_redesign .fixations__redesign-part .custom-select.custom-select_sf-filter,.fixations.fixations_redesign .fixations__redesign-part .input_type_form .input__control{background-color:#f6f7f8}.fixations.fixations_redesign .fixations__redesign-part .hp__form-item{position:relative}.fixations.fixations_redesign .fixations__redesign-part .hp__form-label_hint{position:absolute;z-index:1;right:10px;top:12px;cursor:pointer}.fixations.fixations_redesign .fixations__redesign-part .modal-form__add{justify-content:center;width:100%}.fixations.fixations_redesign .fixations__redesign-part .modal-form__add h6{margin:0 0 0 20px}.fixations.fixations_redesign .fixations__redesign-part .modal-form__add-text span{margin-left:20px;margin-bottom:3px}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-partheader{display:flex;justify-content:space-between;align-items:center}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions{display:flex;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions li{display:flex;grid-gap:2px;gap:2px;align-items:center;cursor:pointer;transition-duration:.3s}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actioncancel{color:#777a89}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actioncancel:hover{color:#686b79}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actioncancel:hover svg path{stroke:#686b79}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionsave{color:#ef372e}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionsave:hover{color:#e03229}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionsave:hover svg path{stroke:#e03229}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionedit{color:#8790e5}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionedit:hover{color:#7780d3}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actionedit:hover svg path{stroke:#7780d3}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actiondelete{color:#8790e5}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actiondelete:hover{color:#7780d3}.fixations.fixations_redesign .fixations__redesign-part .fixations__redesign-clientactions .fixations__redesign-actiondelete:hover svg path{stroke:#7780d3}.fixations.fixations_redesign .fixations__redesign-part_full{width:100%;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block{justify-content:flex-start;min-height:auto;border:1px solid #dfe1e9}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block input:disabled{background-color:initial;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);color:#8f95ac}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block input:disabled::-webkit-input-placeholder{color:#8f95ac}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block input:disabled::placeholder{color:#8f95ac}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block .custom-select.is-disabled.custom-select_sf-filter.custom-select_fixations{background-color:#fff;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)!important}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block .custom-select.is-disabled.custom-select_sf-filter.custom-select_fixations .custom-select__selected{color:#8f95ac}.fixations.fixations_redesign .fixations__redesign-part.fixations__redesign-part_client-block .input_type_upload-btn.input_type_upload-btn-disabled{pointer-events:none;background-color:#bdc0cc}.fixations.fixations_redesign .fixations__redesign-bottomcontent{display:flex;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-fullcontent{display:flex;flex-direction:column;width:calc(50% - 5px);grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-fullcontent .form__drop-btn{background-color:#f6f7f8}.fixations.fixations_redesign .hp__form-item.hp__form-item_half{display:flex;grid-gap:10px;gap:10px}.fixations.fixations_redesign .hp__form-container{width:calc(50% - 5px);position:relative}.fixations.fixations_redesign .hp__form-container .hp__fixhalf-block{background-color:#f6f7f8;width:100%;position:relative;padding-left:12px;padding-right:12px;display:flex;align-items:center;height:50px;box-sizing:border-box;justify-content:space-between;border-radius:4px}.fixations.fixations_redesign .hp__form-container.hp__form-container_close{width:28px;height:28px;background-color:#f6f7f8;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;margin-top:10px;cursor:pointer}.fixations.fixations_redesign .textarea__control{background-color:#f6f7f8;height:100%}.fixations.fixations_redesign .fixations__redesign-send{padding-left:20px;padding-right:20px;display:flex;grid-gap:10px;gap:10px}.fixations.fixations_redesign .fixations__redesign-sendcontent{width:calc(50% - 5px)}.nottifications-container{position:fixed;top:0;left:auto;right:0;bottom:0;width:406px;background-color:#fff;z-index:9999;padding:26px 30px;box-sizing:border-box;display:flex;flex-direction:column;grid-gap:15px;gap:15px;color:#2c2e3e;box-shadow:0 0 16px rgba(0,0,0,.1);-webkit-transform:translateX(200%);transform:translateX(200%);transition:all .3s}@media screen and (max-width:767px){.nottifications-container{width:100%}}.nottifications-container.is-showing{-webkit-transform:translateX(0);transform:translateX(0)}.nottifications{position:fixed;top:0;left:auto;right:0;bottom:0;width:376px;padding-right:30px;background-color:#fff;z-index:9999;padding-top:26px;padding-bottom:26px;box-sizing:border-box;display:flex;flex-direction:column;grid-gap:15px;gap:15px;color:#2c2e3e;-webkit-transform:translateX(200%);transform:translateX(200%);transition:all .3s}@media screen and (max-width:767px){.nottifications{width:100%}}.nottifications__header{display:flex;justify-content:space-between;align-items:center}.nottifications__header svg{cursor:pointer}.nottifications__header svg path{transition-duration:.3s}.nottifications__header svg:hover path{stroke:#ff2d23}.nottifications__header-h{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal}@media screen and (max-width:1599px){.nottifications__header-h{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.nottifications__header-h{font-size:14px;line-height:18px}}.nottifications__close-nottifications{display:flex;align-items:center}.nottifications__close-nottifications span.link{margin-right:15px}.nottifications__stub{display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column}.nottifications__stub-title{font-weight:700;font-size:14px;line-height:18px;color:#777a89;margin-bottom:12px}.nottifications__stub-icon{flex-shrink:0;margin-bottom:12px;margin-top:-30px}.nottifications__stub-text{text-align:center;max-width:240px;color:#777a89}.nottifications .tabs{height:100%}.nottifications .tabs .tab-btn:after{left:0;bottom:0}.nottifications .tabs .tab-bar{margin-bottom:0;overflow:auto}.nottifications .tabs .tab-bar::-webkit-scrollbar{width:0;display:none}.nottifications .tabs .tab-content{height:calc(100% - 60px);margin-top:50px}.nottifications .tabs .tab-list{border-bottom:none;min-height:50px;width:100%;overflow:auto;position:absolute;padding-right:30px}.nottifications .tabs .tab-list:after{content:"";display:block;height:50px;background:linear-gradient(90deg,hsla(0,0%,100%,.3) -100%,hsla(0,0%,100%,.99));width:30px;position:fixed;right:0}.nottifications .tabs .tab-list::-webkit-scrollbar{width:0;display:none}.nottifications .tabs .tab-btn{min-width:auto;font-weight:400;padding-bottom:7px;border-bottom:1px solid #dfe1e9}.nottifications.is-showing{-webkit-transform:translateX(0);transform:translateX(0)}.nottifications-list{display:flex;flex-direction:column;overflow:auto;transition-duration:.3s}.nottifications-list__item{padding:12px;cursor:pointer;border-radius:5px}.nottifications-list__item-header{display:flex;justify-content:space-between}.nottifications-list__item-title{font-weight:700;font-size:14px;line-height:18px;display:flex;align-items:center}.nottifications-list__item-text{color:#777a89;margin-top:5px}.nottifications-list__item-status{width:8px;height:8px;border-radius:50px;background-color:#ff2d23;margin-right:14px}.nottifications-list__item:hover{background-color:#ecedf0}.nottifications-list__item_new{background-color:#f6f7f8;margin-bottom:5px;margin-top:5px}.nottifications-aside.presentation__aside{max-height:calc(100vh - 100px);border-radius:0;padding:0;background-color:initial;height:100%}.nottifications-aside.presentation__aside .simplebar-content{padding:0!important}.nottifications-aside.presentation__aside .simplebar-track.simplebar-vertical{margin-right:-27px}.nottifications-aside.presentation__aside .simplebar-mask{margin-bottom:40px;margin-top:10px}.nottifications-skeleton{display:flex;flex-direction:column;grid-gap:24px;gap:24px;height:100%}.nottifications-skeleton .skeleton-box{border-radius:5px!important;height:58px!important;overflow:hidden}.nottifications-skeleton .skeleton-box .sf-card__pic{height:58px!important;border-radius:0;background-color:initial}.header.header_fixed .sub{opacity:0}.sub{display:none;position:absolute;margin-top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;padding:28px 30px;box-shadow:0 4px 25px rgba(44,46,62,.1);border-radius:20px;background-color:#fff;color:#2c2e3e;font-size:14px;line-height:18px;z-index:2}@media screen and (max-width:1279px){.sub{display:none}}.sub.show{display:block}@media screen and (max-width:1279px){.sub.show{display:none}}.sub__grid{display:grid;grid-template-columns:repeat(4,140px);grid-gap:30px 50px;gap:30px 50px}.sub__link{cursor:pointer;color:inherit;font:inherit;background:none;text-align:left;padding:0}.sub__title{display:flex;align-items:center;transition:all .3s}.sub__title:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#ff2d23;margin-right:19px}.sub__text{display:block;color:#8f95ac}.sub__link:focus .sub__title,.sub__link:hover .sub__title{color:#ff2d23}.sub__link:active .sub__title{color:#b32d23}@media screen and (max-width:1599px){.header__bottom{padding:7px 0}}.header .header__top-profile{margin-left:0;margin-right:0}.header .header__top-profile .dropdown__block:not(.side-menu){left:auto;right:0;-webkit-transform:none;transform:none}.header .header__top-profile .profile-drop:before{left:auto;right:75px}.header .button_type_burger{display:none}@media screen and (max-width:1279px){.header .button_type_burger{display:block;margin-right:10px}}.header .banner{background-color:#8790e5;color:#fff;height:36px;text-align:center;padding:6px 0}@media screen and (max-width:1279px){.header .banner{height:auto}}.header__nottifications{margin-top:3px;margin-right:15px;cursor:pointer;position:relative;margin-left:10px}.header__nottifications svg path{transition-duration:.3s}.header__nottifications svg:hover path{stroke:#ff2d23}.header__nottifications-status{position:absolute;color:#ff2d23;left:14px;background:#2c2d3e;font-size:11px;font-weight:700;line-height:14px;top:2px;padding-left:2px}.header__favorites{margin-right:18px;cursor:pointer;position:relative}.header__favorites svg path{transition-duration:.3s}.header__favorites svg:hover path{stroke:#ff2d23}.header__favorites-count{position:absolute;color:#ff2d23;left:14px;background:#2c2d3e;font-size:11px;font-weight:700;line-height:14px;top:3px;padding-left:2px}.header__bottom{position:-webkit-sticky;position:sticky;top:44px;z-index:1000;background:#fff;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.header__bottom--hidden{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;pointer-events:none}@media screen and (max-width:767px){.header_redesign-mobile{margin-top:15px;width:calc(100% - 20px);margin-left:10px;top:15px}.header_redesign-mobile .header__top{background-color:#f6f7f8;border-radius:20px;border-bottom:none}.header_redesign-mobile .header__mobile-search-id,.header_redesign-mobile .header__top-rightblock{display:none}}.profile-drop.menu-drop{width:555px;margin-top:0}.profile-drop.menu-drop:before{display:none}.profile-drop.menu-drop .profile-drop__item{flex-basis:50%;cursor:pointer}.profile-drop.menu-drop .profile-drop__subtitle{color:#fff}.profile-drop.menu-drop .profile-drop__content{background-color:#2c2e3e;border-radius:9px;padding-bottom:0}.profile-drop.menu-drop .profile-drop__icon{margin-right:2px}.profile-drop.menu-drop .icon{width:1.2em;margin-right:6px}.side-menu{display:block;position:fixed;top:0;left:auto;right:0;-webkit-transform:translateX(200%);transform:translateX(200%);transition:all .3s}@media screen and (max-width:1279px){.side-menu{display:none}}.side-menu .profile-drop{width:400px;max-width:100%;margin-top:0;border-radius:0;height:100vh;background:#fff}.side-menu .profile-drop:before{display:none}.side-menu .profile-drop:after{content:"";width:100%;height:40px;display:block;position:absolute;bottom:0;left:0;background:hsla(0,0%,100%,.8);-webkit-filter:blur(4px);filter:blur(4px)}.side-menu .profile-drop__wrap{border-bottom:none;padding:0}.side-menu .profile-drop__header{position:relative;background:#fff;border-radius:0;padding-bottom:15px}.side-menu .profile-drop__header:after{content:"";width:100%;height:16px;display:block;position:absolute;bottom:-8px;left:0;background:hsla(0,0%,100%,.8);-webkit-filter:blur(4px);filter:blur(4px);z-index:3}.side-menu .profile-drop__content{position:relative;padding:0;height:calc(100vh - 131px);overflow-y:auto}.side-menu .profile-drop__content::-webkit-scrollbar{display:none}.side-menu .profile-drop__content{-ms-overflow-style:none;scrollbar-width:none}.side-menu .profile-drop__wrap:last-of-type{padding-bottom:40px}.side-menu .profile-drop__icon{flex-basis:20px;font-size:20px}.side-menu .profile-drop__exit{margin-top:10px;height:30px;background:rgba(143,149,172,.1);color:#8f95ac}.side-menu .profile-drop__exit:hover{background:rgba(143,149,172,.2)}.side-menu .profile-drop__exit .icon{fill:#8f95ac}.side-menu .profile-drop__item{width:100%;flex-basis:100%;padding-left:38px;flex-wrap:nowrap}.side-menu .profile-drop__subtitle{font-size:14px;line-height:18px;font-weight:700}.side-menu .profile-drop__item-title{flex-direction:column;align-items:flex-start}.side-menu .profile-drop__desc{padding-left:0}.side-menu .header__top-profile-id{color:#1e2030;font-weight:700}.side-menu .header__top-profile-position{padding-top:2px;color:#8f95ac}.side-menu .header__top-profile-info{position:relative;display:flex;width:100%}.side-menu .header__top-profile-descr{padding-top:10px;padding-right:40px;display:flex;flex-direction:column;align-items:flex-start}.side-menu .profile-drop__close{position:absolute;top:-24px;right:-30px;width:60px;height:60px;background:none;cursor:pointer}.side-menu .profile-drop__close .icon{width:16px;height:16px;stroke:#8f95ac}.side-menu .profile-drop__close:hover .icon{stroke:rgba(143,149,172,.7)}.sidemenu-wrapper{position:relative;z-index:9999}.notification{position:relative;z-index:1000;color:#fff;background:linear-gradient(89.99deg,#1e91f9 -11.49%,#29599e 14.11%,#5639bf 25.02%,#2c2e3e 35.34%,#452775 65.12%,#2c2e3e 75.22%,#5e3356 84.5%,#265993 99.43%)}.notification a{color:inherit;font-weight:700;font-size:14px;line-height:21px}.notification p{margin:0 2%}@media screen and (max-width:767px){.notification p{text-align:center;padding:8px 0;font-size:12px;line-height:14px}}.notification img{max-height:36px}@media screen and (max-width:767px){.notification img{display:none}}.notification__container{display:flex;justify-content:center;align-items:center}.lsr-banner__container{background:#e01d42;display:flex;justify-content:space-between;align-items:center}.notification_mac{background:linear-gradient(89.9deg,#056be2 -5.31%,#1c2160 7.99%,#1c2160 22.08%,#1d64c8 33.94%,#1c2160 47.37%,#1c2160 68.76%,#1d64c8 78.55%,#1c2160 87.95%)}.notification_mac .notification__container{height:36px}.notification_mac p{margin:0 1%}.notification_arsenal{background-position:50%;background-repeat:no-repeat;background-image:url(/static/media/arsenal.1ec7281d.png),linear-gradient(90.17deg,#1e2030 18.26%,#761313 47.85%,#1e2030 62.86%,#761313 72%,#1e2030 80.93%)}.notification_mac_bg-gray{color:#2c2e3e;background:linear-gradient(89.99deg,#dbdde4 6%,#e8eaf1 16.84%,#dbdde4 25.88%,#fff 35.75%,#dbdde4 77.13%,#fff 87.44%,#f7f7f7 97.75%)}.notification_webinar{background:linear-gradient(89.9deg,#056be2 -5.31%,#1c2160 7.99%,#1c2160 29.7%,#1d64c8 55.63%,#1c2160 69.35%,#1d64c8 82.3%,#1c2160 98.1%)}.notification_webinar a{display:flex;width:100%;height:36px;line-height:1;font-weight:700;font-size:14px;line-height:21px}@media screen and (max-width:767px){.notification_webinar a{height:auto;padding:5px 0}}.notification_webinar p{margin:0 0 0 15px}@media screen and (max-width:767px){.notification_webinar p{margin-top:5px;text-align:left;width:60%}}@-webkit-keyframes blinker{0%{opacity:1}to{opacity:.1}}@keyframes blinker{0%{opacity:1}to{opacity:.1}}.notification_webinar .go-live{position:relative;display:flex;justify-content:center;align-items:center;width:62px;height:20px;background:#14215a;border-radius:100px;font-weight:400;font-size:14px;line-height:18px}.notification_webinar .go-live:before{content:"";margin-top:-1px;width:8px;height:8px;background:#fff;border-radius:50%;margin-right:5px;-webkit-animation:blinker .5s cubic-bezier(.5,0,1,1) infinite alternate;animation:blinker .5s cubic-bezier(.5,0,1,1) infinite alternate}.notification_webinar .notification__container{width:100%}.notification_january{color:#2c2e3e;background-image:url(data:image/png;base64,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),url(data:image/png;base64,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),url(data:image/png;base64,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),url(/static/media/jan-04.ed5dddd6.png),linear-gradient(89.89deg,#aeb4cc .08%,#cfd5e8 12.47%,#fff 27.39%,#cfd5e8 60.99%,#fff 77.13%,#aeb4cc 98.97%);background-repeat:no-repeat;background-position-x:23%,39%,64%,76%}@media screen and (max-width:1599px){.notification_january{background-position-x:0,25%,75%,100%}}@media screen and (max-width:767px){.notification_january{background-image:url(data:image/png;base64,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),url(data:image/png;base64,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),linear-gradient(89.89deg,#aeb4cc .08%,#cfd5e8 12.47%,#fff 27.39%,#cfd5e8 60.99%,#fff 77.13%,#aeb4cc 98.97%);background-position-x:0,100%}}@media screen and (max-width:767px){.notification_january a{padding:0}}.notification_january p{margin-left:0}@media screen and (max-width:767px){.notification_january p{margin-top:0;text-align:center;width:100%}}.header__bottom-controls_stock-link{padding:7px 15px;color:#fff;background-color:#ff2d23;border-radius:4px;font-weight:700;cursor:pointer}.body-map .header__bottom{display:none}.header-redesign{margin-left:30px}.header-redesign .header__top-menu-link{color:#fff}.toggler{display:none}@media screen and (max-width:1279px){.toggler{position:relative;display:inline-flex;font-size:0;width:50px;height:50px;justify-content:center;cursor:pointer;margin-top:22px}.toggler:before{content:"";width:18px;height:2px;background-color:#1e2030;box-shadow:0 7px 0 0 #1e2030,0 14px 0 0 #1e2030}.toggler.opened{margin:28px 8px 75px auto}.toggler.opened:before{box-shadow:none;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:8px;width:28px}.toggler.opened:after{content:"";position:absolute;top:8px;width:28px;height:2px;background-color:#1e2030;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@media screen and (max-width:767px){.toggler{width:40px;height:40px;margin-top:18px}}@media screen and (max-width:1279px){.mobile-slide-menu:not(.mobile-only){position:fixed;z-index:2;display:flex;flex-direction:column;padding:0;width:57%;max-width:300px;height:100vh;right:-100%;top:0;transition:right .5s ease-in-out;background:#fff;margin-left:0}.mobile-slide-menu:not(.mobile-only).opened{right:0}}@media screen and (max-width:767px){.mobile-slide-menu:not(.mobile-only){position:absolute}}@media screen and (max-width:767px){.mobile-slide-menu.mobile-only{position:absolute;z-index:2;display:flex;flex-direction:column;padding:0;width:57%;max-width:300px;height:100vh;right:-100%;top:0;transition:right .5s ease-in-out;background:#fff;margin-left:0}.mobile-slide-menu.mobile-only.opened{right:0}}.mobile-slide-menu-overlay{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:rgba(30,32,48,.5);-webkit-animation:opacity .8s ease-in-out;animation:opacity .8s ease-in-out}.hot-news{padding-bottom:80px}.hot-news .news__btn{display:inline-flex}.hot-news .news__title{text-align:center;padding-left:18px;padding-right:18px}@media screen and (max-width:1023px){.hot-news .news__title{padding-top:35px}}.hot-news .news__wrapper{display:flex;align-items:flex-start;position:relative}.hot-news .news__container{width:700px;display:flex;flex-direction:column}.hot-news .news__container_smena{width:730px}.hot-news .news__share+.news__container{position:relative;right:16px}.hot-news .news__share{position:-webkit-sticky;position:sticky;top:60%}.hot-news .news__promo-img{margin:60px 0}@media screen and (max-width:1279px){.hot-news .news__promo-img{margin:30px 0}}.hot-news .news__text{line-height:1.5}.hot-news .news__text+.news__text{margin-top:20px}.hot-news .news__text+.news__text.news__big-margin{margin-top:40px}.hot-news .news__text+.news__subtitle{margin-top:20px}.hot-news .news__text+.news__subtitle.news__big-margin{margin-top:40px}.hot-news .news__list+.news__text{margin-top:20px}.hot-news .news__list+.news__text.news__big-margin{margin-top:40px}.hot-news .news__subtitle{margin-bottom:20px}.hot-news .news__btn{margin-top:40px;margin-left:auto;margin-right:auto}.hot-news .news__btn_left{margin-left:0}.hot-news .news__btn_mt-0{margin-top:0}.hot-news .h5{font-weight:700;font-size:16px;line-height:20px;text-transform:none}.share{display:inline-flex}.share__item{margin-bottom:20px}.share__item:last-of-type{margin-bottom:0}.share__anchor{width:32px;height:32px}.share__anchor svg{fill:#8f95ac;width:18px;height:18px}.chart__pie{position:relative;display:flex;justify-content:center;align-items:center;width:110px;height:110px;border:1px solid rgba(143,149,172,.2);border-radius:50%}.chart__pie-label{font-size:21px;line-height:30px;font-weight:300}.chart__tooltip{position:absolute;display:inline-flex;flex-direction:column;padding:22px 15px;background:#fff;border-radius:5px;box-shadow:0 2px 20px rgba(143,149,172,.18)}.chart__tooltip .chart__tooltip-date{white-space:nowrap}.chart__tooltip .chart__tooltip-date,.chart__tooltip .chart__tooltip-detail{font-size:13px;line-height:16px}.chart__tooltip_lg .chart__tooltip-date,.chart__tooltip_lg .chart__tooltip-detail{font-size:14px;line-height:18px}.chart__tooltip_lg .chart__info-value{font-size:16px;line-height:20px}.chart__dates{display:flex;margin-top:5px}.chart__date{display:inline-flex;flex-direction:column;padding:5px 10px;margin-right:35px;border-radius:5px;background:none;font-family:inherit;font-size:14px;line-height:18px;cursor:pointer}.chart__date_active{background:rgba(143,149,172,.1)}.chart__date:last-of-type{margin-right:0}.chart__date-year{font-size:13px;line-height:16px;color:#8f95ac}.chart__block{display:flex;flex-direction:column}.chart__info-container{display:flex;flex-wrap:wrap}.chart__info-container .chart__info-block{flex-basis:40%}@media screen and (max-width:1023px){.chart__info-container{flex-direction:column}.chart__info-container .chart__info-block{flex-basis:100%}}.chart__title{padding-bottom:60px}@media screen and (max-width:767px){.chart__title{margin:0 10px;padding-bottom:30px}}.chart__box{position:relative;display:flex;max-width:665px;flex-grow:1;margin-right:15px}.chart__box_width_full{min-width:100%;margin-right:0;margin-top:15px}@media screen and (max-width:1599px){.chart__box{max-width:100%;margin-right:0}}.chart__y{display:flex;flex-direction:column;margin-right:25px}.chart__y span{margin-bottom:30px}.chart__y span:last-child{margin-bottom:0}.chart__chart{position:relative;padding-top:10px}.chart__info{display:flex;flex-direction:column;justify-content:center;flex-grow:1}@media screen and (max-width:767px){.chart__info{margin-top:30px}}.chart__info_blur{position:relative;padding-bottom:20px}.chart__info_blur:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:20px;background:hsla(0,0%,100%,.8);-webkit-filter:blur(4px);filter:blur(4px)}.chart__info_bordered{padding:22px;border:1px solid rgba(143,149,172,.1);border-radius:4px}.chart__info-block{border-top:1px solid rgba(143,149,172,.3);padding-top:30px}.chart__info-block:first-of-type{padding-top:0;border:none}.chart__info-block:nth-child(odd){margin-right:15%}@media screen and (max-width:1023px){.chart__info-block:nth-child(odd){margin-right:0}}.chart__info-block_border_none{border:none}.chart__info-block_padding_sm{padding-top:20px}.chart__info-row{display:flex}.chart__info-row_align-center{align-items:center}.chart__info-row_paddings{padding:0 15px}@media screen and (max-width:1279px){.chart__info-row_wrap_sm{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.chart__info-row_wrap_sm .chart__info-col{flex-basis:50%}}.chart__info-col{flex-grow:1}.chart__info-col .flat__info-item{margin-bottom:5px}.chart__info-col .chart__info-item:first-child{margin-right:10px;width:auto}@media screen and (max-width:1599px){.chart__info-item.flat__info-item{margin-right:0}}.chart__info-item:first-child{width:120px;margin-right:60px}@media screen and (max-width:1599px){.chart__info-item:first-child{width:90px;margin-right:6px}}.chart__info-item:last-child{flex-grow:1}.chart__info-value{display:flex;align-items:center;font-size:20px;line-height:26px;font-weight:700;white-space:nowrap}.chart__info-value_sm{font-size:14px;line-height:21px;height:27px}.chart__percent{display:inline-flex;padding:3.5px 11px;margin-left:10px;border-radius:5px}@media screen and (max-width:1599px){.chart__percent{margin-left:3px}}.chart__percent_plus{color:#2cba2e;background:rgba(44,186,46,.1)}.chart__percent_minus{color:#ff2d23;background:rgba(255,45,35,.1)}.chart__percent_lg{padding:5.5px 11px;font-weight:700}.chart__percent_pos_rel{position:relative;top:5px}.chart__diff{position:relative;width:12px;height:12px;margin-left:10px}.chart__diff svg{position:absolute;top:0;width:12px;height:12px}.chart__diff_plus svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);fill:#2cba2e}.chart__diff_minus svg{fill:#ff2d23}.chart__placeholder{padding:30px;border:1px solid rgba(143,149,172,.2);border-radius:5px;text-align:center}.chart__placeholder p{padding-top:20px;padding-bottom:30px}.chart__placeholder svg{width:100%}@media screen and (max-width:767px){.pan-popup-content .chart__tooltip{box-shadow:none;position:static}.pan-popup-content .chart__tooltip:after{display:none}}.chart__list{display:flex;padding:15px 24px;margin-top:15px;border:1px solid rgba(143,149,172,.1);border-radius:4px;flex-wrap:wrap;grid-row-gap:8px;row-gap:8px}@media screen and (max-width:767px){.chart__list{flex-wrap:wrap;grid-row-gap:5px;row-gap:5px}}.chart__list div{margin-left:0;margin-right:15px}.chart__list div:last-child{margin-right:0}.chart__subtitle{font-weight:700;font-size:14px;line-height:21px}.chart__filter{background:rgba(143,149,172,.1);border-radius:4px;padding:25px 22px}@media screen and (max-width:1279px){.chart__filter{padding-left:0;padding-right:0}}@media screen and (max-width:767px){.chart__filter{padding-left:25px;padding-right:25px;margin:0 -25px}}.chart__filter .form__item{margin-bottom:0}@media screen and (max-width:767px){.chart__filter .form__item{margin-bottom:10px}}.chart__filter .form__item:last-of-type{margin-left:10px}@media screen and (max-width:767px){.chart__filter .form__item:last-of-type{margin-left:0;margin-bottom:15px}}.chart__filter .form__reset{background:transparent;display:inline-flex;align-items:baseline;width:auto;margin-left:20px}@media screen and (max-width:767px){.chart__filter .form__reset{margin-left:5px}}.chart__header,.complex__section-about .chart__header{margin-bottom:20px}.chart__subtitle{margin-bottom:15px}.chart__current-value{font-weight:700;padding-right:5px}.PREP-VALUE{margin-left:auto}.swiper-pan{border-radius:20px}@media screen and (max-width:767px){.swiper-pan{border-radius:0}}.swiper-pan img:not(.pswp__img){width:100%;max-height:490px;object-fit:cover}@media screen and (max-width:1279px){.swiper-pan img:not(.pswp__img){max-height:480px}}@media screen and (max-width:767px){.swiper-pan img:not(.pswp__img){max-height:320px;height:320px;border-radius:0}}.swiper-pan .swiper-container:not(.swiper-thumbs){border-radius:20px;overflow:hidden}@media screen and (max-width:767px){.swiper-pan .swiper-container:not(.swiper-thumbs){border-radius:0}}@media screen and (max-width:767px){.swiper-pan{margin:0 -10px}}.swiper-pan .swiper-pagination{position:absolute;display:flex;grid-column-gap:12px;-webkit-column-gap:12px;column-gap:12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:10px;z-index:2}.swiper-pan .swiper-button-next,.swiper-pan .swiper-button-prev{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.swiper-pan .swiper-button-next:active:not(.swiper-button-disabled),.swiper-pan .swiper-button-next:hover:not(.swiper-button-disabled),.swiper-pan .swiper-button-prev:active:not(.swiper-button-disabled),.swiper-pan .swiper-button-prev:hover:not(.swiper-button-disabled){background:#f6f7f8}.swiper-pan .swiper-button-next:before,.swiper-pan .swiper-button-prev:before{content:"";width:8px;height:8px;border-top:1px solid #2c2e3e;border-right:1px solid #2c2e3e;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:2px}.swiper-pan .swiper-button-next svg,.swiper-pan .swiper-button-prev svg{width:12px;height:10px}@media screen and (max-width:767px){.swiper-pan .swiper-button-next,.swiper-pan .swiper-button-prev{display:none}}.swiper-pan .swiper-button-next{left:auto;right:20px}.swiper-pan .swiper-button-next:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:0;margin-right:2px}.swiper-pan .swiper-button-disabled{display:none}.swiper-pan .swiper-pagination-bullet{width:6px;height:6px;display:inline-flex;background-color:rgba(143,149,172,.3);border-radius:50%;cursor:pointer}.swiper-pan .swiper-pagination-bullet-active{background-color:#8f95ac}.swiper-thumbs-block{margin-top:15px;display:flex}@media screen and (max-width:767px){.swiper-thumbs-block{padding:0 10px}}.swiper-thumbs-block button{flex-shrink:0}.swiper-thumbs{margin-left:0;margin-right:0}.swiper-thumbs .swiper-slide{width:50px;height:50px}.swiper-thumbs .swiper-slide div{height:100%}.swiper-thumbs img{height:100%;object-fit:cover;cursor:pointer;border-radius:4px}.swiper-thumbs .swiper-slide-thumb-active img{border:2px solid #2c2e3e}.swiper-counter{position:absolute;display:none;justify-content:center;background:rgba(143,149,172,.1);font-size:15px;border-radius:15px;padding:5px 10px;bottom:0;right:0}@media screen and (max-width:767px){.swiper-counter{display:inline-flex}}.btn.swiper-zoom{position:absolute;z-index:3;bottom:20px;right:20px;display:flex;justify-content:center;align-items:center;border:1px solid #dfe1e9;background-color:#fff;border-radius:50%;width:44px;height:44px;cursor:pointer;transition:all .3s}.btn.swiper-zoom:hover{background-color:#dfe1e9}.active-one-thumb-custom img{border:2px solid #2c2e3e}.access-denied{position:relative;display:flex;justify-content:center;margin-top:4%;margin-bottom:4%;padding-bottom:90px;background:url(/static/media/man.d9187ce5.svg) no-repeat 100% 100%}@media screen and (max-width:1599px){.access-denied{background-size:330px}}@media screen and (max-width:1279px){.access-denied{background:none;flex-direction:column}}@media screen and (max-width:767px){.access-denied{padding-bottom:40px}}.access-denied .wrapper__center{position:relative}.access-denied__box{position:relative;width:75%;margin-left:auto;margin-right:auto;text-align:center;background:#fff}@media screen and (max-width:767px){.access-denied__box{width:100%}}.access-denied__h2{width:90%;margin-bottom:45px;margin-left:auto;margin-right:auto}@media screen and (max-width:1279px){.access-denied__h2{width:100%;margin-bottom:25px}}.access-denied__text{color:#8f95ac;margin-bottom:45px}@media screen and (max-width:767px){.access-denied__text{margin-bottom:5px}}.access-denied__list{display:flex;margin-bottom:45px;border-radius:20px;border:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.access-denied__list{flex-direction:column;border-radius:0;width:95%;margin-left:auto;margin-right:auto;margin-bottom:15px;border:0;text-align:center}}.access-denied__item{padding:15px 0;flex:1 1}.access-denied__item p{position:relative;padding:45px 38px 35px;border-right:1px solid rgba(143,149,172,.2);font-size:12px;line-height:18px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;text-align:left}.access-denied__item p:before{position:absolute;top:17px;left:38px;content:"";width:38px;height:4px;background:#ff2d23}@media screen and (max-width:1279px){.access-denied__item p{padding-left:24px;padding-right:24px}}@media screen and (max-width:767px){.access-denied__item p{padding-top:35px;padding-bottom:0;border-right:0;text-align:center;width:95%;margin-left:auto;margin-right:auto}.access-denied__item p:before{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.access-denied__item:last-child p{border:0}@media screen and (max-width:767px){.access-denied__item:last-child p{border-bottom:1px solid rgba(143,149,172,.2);padding-bottom:35px}}.access-denied__btn{display:inline-flex;border-radius:5px;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.access-denied__btn{width:100%}}.access-denied__text-info{margin-bottom:55px;font-size:12px;font-weight:700;line-height:18px;text-align:center;letter-spacing:.3px;text-transform:uppercase}@media screen and (max-width:767px){.access-denied__text-info{width:90%;margin-bottom:35px;margin-left:auto;margin-right:auto}}.access-denied__text-info span{color:#ff2d23}.access-denied__dark-block{position:relative;padding:50px 120px;background:#1e2030;color:#fff;border-radius:15px}.access-denied__dark-block .big-text{margin-bottom:35px;font-weight:300;text-align:center}@media screen and (max-width:1279px){.access-denied__dark-block .big-text{margin-bottom:25px}}@media screen and (max-width:1279px){.access-denied__dark-block{padding:50px 40px}}@media screen and (max-width:767px){.access-denied__dark-block{margin-left:auto;margin-right:auto;width:95%;padding:30px}}.access-denied__book{position:absolute;bottom:-70px;right:-150px}@media screen and (max-width:1279px){.access-denied__book{display:none}}.access-denied__absolute-container{position:relative}.access-denied__absolute-btn{display:flex;align-items:center;text-align:center;position:absolute;z-index:2;top:0;left:0}@media screen and (max-width:1279px){.access-denied__absolute-btn{position:static;margin:0 auto 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:767px){.access-denied__absolute-btn{width:90%}}.ant-table-thead>tr>th{color:#fff;font-weight:400}.ant-table-thead>tr>th,.ant-table-thead th.ant-table-column-sort{background-color:#2c2e3e}.ant-table-thead th.ant-table-column-has-sorters{padding:0}.ant-table-thead th.ant-table-column-has-sorters:hover{background-color:#2c2e3e}td.ant-table-column-sort{background:none}.ant-table-thead>tr>th{white-space:nowrap}.ant-table-tbody>tr>td,.ant-table-thead>tr>th,.ant-table tfoot>tr>td,.ant-table tfoot>tr>th{padding:18px 10px;border-bottom:none}.ant-table-column-sorters{padding:18px 10px;-webkit-user-select:none;user-select:none}.clients__phone{text-decoration:none;color:#1e2030}.form__item-table{width:28px;background-color:initial;height:auto;margin:0;z-index:1}.form__item-table .dropdown{height:28px}.form__item-table .form__drop-btn{display:flex;align-items:center;justify-content:center;background-color:rgba(41,61,143,.1);box-shadow:none;padding:0;border-radius:50%;width:28px;height:28px}.form__item-table .form__drop-btn .icon.icon_elipsis{width:15px;height:15px;stroke:none}.table__more{padding:18px 10px}.ant-table-column-sorter-down.active,.ant-table-column-sorter-up.active{color:#fff}.collapse__title{border-top:1px solid rgba(143,149,172,.4);justify-content:space-between;font-weight:700;font-size:14px;line-height:18px;height:60px;padding:0 10px}.collapse__title,.collapse__title-text{align-items:center;display:flex}.collapse__title.is-gray{background:rgba(143,149,172,.1);border-radius:4px}.collapse__sign{font-size:14px}.collapse .icon_plus{width:10px}.collapse__content{padding:27px 0 31px}.collapse__minus{border-top:1px solid #2c2e3e;height:1px;width:8px}.icon_arrow_bottom{margin-left:5px;stroke:#8f95ac;width:10px}.icon_arrow_bottom.is-open{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .3 ease}.collapse.is-small .collapse__title-text{color:#8f95ac;font-weight:400}.collapse.is-small .collapse__title{height:28px}.collapse_with-chevron{border-top:none;cursor:pointer}.collapse_with-chevron .collapse__title{border:none;align-items:baseline;height:auto;padding-right:0}.collapse__chevron{display:flex}.collapse__chevron svg{stroke:#1e2030;fill:transparent;font-size:10px;margin-left:5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.collapse__chevron_opened svg{-webkit-transform:rotate(0);transform:rotate(0)}.dropzone{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed rgba(143,149,172,.2);border-radius:4px;width:100%;height:110px;padding:0 15px;color:#8f95ac;text-align:center;cursor:pointer}.dropzone svg{margin-bottom:5px}.lid-page h1{overflow:hidden}.constructor{display:flex;flex-direction:column;height:100%}.constructor .h5{font-size:16px;line-height:20px;font-weight:700;text-transform:none}@media screen and (max-width:1279px){.constructor .h5{font-size:14px;line-height:18px}}.constructor ul{list-style:none;margin:0;padding:0}.constructor a{color:inherit}.constructor .link{color:#2cba2e;transition:all .3s}.constructor .link:hover{color:rgba(44,186,46,.6)}.constructor .link:active{color:rgba(44,186,46,.5)}.constructor .text{font-size:16px;line-height:24px}@media screen and (max-width:1599px){.constructor .text{font-size:14px;line-height:18px}}.constructor .button{display:inline-flex;align-items:center}.constructor .big-text{font-weight:300}@media screen and (max-width:1599px){.constructor .big-text{line-height:21px}}.constructor .constructor__wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.constructor .constructor__wrapper_admin{margin-top:35px;flex-direction:row;align-items:flex-start}.constructor .constructor__main{padding-top:60px;flex:1 0 auto}@media screen and (max-width:1599px){.constructor .constructor__main{padding-top:50px}}@media screen and (max-width:767px){.constructor .constructor__main:before{content:"";background:#1e2030;height:50px;left:0;top:0;position:absolute;width:100%}.constructor .constructor__main.for-admin{padding-top:20px}}.constructor .constructor__main_100vh{max-height:100vh;overflow-y:hidden}@media screen and (max-width:1279px){.constructor .constructor__main_100vh{min-height:100vh}}@media screen and (max-width:767px){.constructor .constructor__main_100vh{max-height:100vh;overflow-y:auto}}.constructor .constructor__main_100vh .promo{min-height:calc(100vh - 50px)}@media screen and (max-width:1599px){.constructor .constructor__main_100vh .background__pyramid{min-height:100%}}.constructor .constructor__main_full-page{padding:0}.constructor .constructor__main_full-page:before{display:none}.constructor .constructor__socials{display:flex}@media screen and (max-width:767px){.constructor .constructor__socials{flex-wrap:wrap;justify-content:center;max-width:355px}}.constructor .constructor__header{background:#183024;color:#fff}.constructor .constructor__background{position:relative}@media screen and (max-width:767px){.constructor .constructor__background{overflow:hidden}}.constructor .constructor__container,.constructor .consultation_dark:after{width:1500px;max-width:100%;padding:0 15px;margin:0 auto}@media screen and (max-width:1599px){.constructor .constructor__container,.constructor .consultation_dark:after{width:1230px}}@media screen and (max-width:1279px){.constructor .constructor__container,.constructor .consultation_dark:after{width:1110px}}@media screen and (max-width:767px){.constructor .constructor__container,.constructor .consultation_dark:after{padding:0 10px;width:100%}}.constructor .constructor__box{position:relative;z-index:2;width:1220px;max-width:100%;margin:0 auto}@media screen and (max-width:1599px){.constructor .constructor__box{width:996px}}@media screen and (max-width:1279px){.constructor .constructor__box{width:810px}}@media screen and (max-width:1023px){.constructor .constructor__box{width:605px}}@media screen and (max-width:767px){.constructor .constructor__box{width:100%}}.constructor .constructor__section{margin-bottom:100px}@media screen and (max-width:1599px){.constructor .constructor__section{margin-bottom:60px}}@media screen and (max-width:1023px){.constructor .constructor__section{margin-bottom:50px}}.constructor .constructor__section_gray{padding-top:90px;padding-bottom:100px}@media screen and (max-width:1599px){.constructor .constructor__section_gray{padding-top:70px;padding-bottom:60px}}@media screen and (max-width:1023px){.constructor .constructor__section_gray{padding-top:60px;padding-bottom:50px}}@media screen and (max-width:767px){.constructor .constructor__section_gray{padding-top:50px}}.constructor .constructor__section_no-margin{margin-bottom:0;border-top:1px solid rgba(143,149,172,.2)}.constructor .constructor__section-title{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:65px;text-align:center}@media screen and (max-width:767px){.constructor .constructor__section-title{margin-bottom:35px}}.constructor .constructor__title{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;text-align:center}.constructor .constructor__title:after,.constructor .constructor__title:before{content:"";width:315px;height:1px;background-color:rgba(143,149,172,.3)}@media screen and (max-width:1599px){.constructor .constructor__title:after,.constructor .constructor__title:before{width:305px}}@media screen and (max-width:1279px){.constructor .constructor__title:after,.constructor .constructor__title:before{width:165px}}@media screen and (max-width:1023px){.constructor .constructor__title:after,.constructor .constructor__title:before{width:125px}}@media screen and (max-width:767px){.constructor .constructor__title:after,.constructor .constructor__title:before{width:57px}}.constructor .constructor__title:before{margin-right:10px}.constructor .constructor__title:after{margin-left:10px}@media screen and (max-width:767px){.constructor .constructor__title.typical__title{justify-content:center}.constructor .constructor__title.typical__title:after,.constructor .constructor__title.typical__title:before{display:none}}.constructor .constructor__subtitle{width:830px;max-width:100%;margin-top:50px}@media screen and (max-width:767px){.constructor .constructor__subtitle{margin-top:15px}}.constructor .constructor__socials .icon{fill:#fff;width:22px;height:22px;transition:all .3s}.constructor .constructor__socials .icon:hover{fill:rgba(44,186,46,.9)}.constructor .constructor__socials .icon:active{fill:rgba(44,186,46,.8)}@media screen and (max-width:1023px){.constructor .constructor__socials .icon{width:18px;height:18px}}@media screen and (max-width:767px){.constructor .constructor__socials .icon{width:22px;height:22px}}.constructor .constructor__socials li{margin-right:20px;transition:all .3s ease}.constructor .constructor__socials li:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.constructor .constructor__socials li:last-child{margin-right:0}.constructor .constructor__socials_banner a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.constructor .constructor__socials_banner .icon{width:32px;height:32px;fill:#fff}.constructor .constructor__socials_banner .icon:active,.constructor .constructor__socials_banner .icon:hover{fill:#fff}@media screen and (max-width:1279px){.constructor .constructor__socials_banner .icon{width:24px;height:24px}}@media screen and (max-width:767px){.constructor .constructor__socials_banner .icon{width:18px;height:18px}}.constructor .constructor__socials_promo{display:flex;justify-content:space-between;margin-top:15px;order:2;width:100%}@media screen and (max-width:767px){.constructor .constructor__socials_promo{margin-left:auto;margin-right:auto}}.constructor .constructor__socials_promo:after{content:"";flex:0 1 31%}.constructor li.constructor__social-btn{border-radius:5px;position:relative;display:flex;height:44px;align-items:center;justify-content:center;flex-wrap:wrap;margin-right:0;margin-bottom:7px;width:calc(33.33333% - 5.33333px)}.constructor li.constructor__social-btn.is-one-social{width:100%}.constructor li.constructor__social-btn a{height:100%;width:100%;position:relative;z-index:2}.constructor li.constructor__social-btn:nth-child(2),.constructor li.constructor__social-btn:nth-child(5){margin-left:8px;margin-right:8px}.constructor li.constructor__social-btn:hover{-webkit-transform:none;transform:none}.constructor li.constructor__social-btn svg.icon{fill:#fff;position:absolute}.constructor li.constructor__social-btn .icon_social-tg{height:18px;width:22px}.constructor li.constructor__social-btn .icon_social-wa{height:26px;width:26px}.constructor li.constructor__social-btn .icon_social-ig{height:20px;width:20px}.constructor li.constructor__social-btn .icon_social-vk{height:14px;width:22px}.constructor li.constructor__social-btn .icon_social-fb{height:20px;width:8px}.constructor li.constructor__social-btn .icon_social-vb{height:18px;width:18px}.constructor li.constructor__social-btn .icon_site{height:30px;width:30px}.constructor li.constructor__social-btn_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.constructor li.constructor__social-btn_vk{background:#4d7198}.constructor li.constructor__social-btn_fb{background:#3b5998}.constructor li.constructor__social-btn_tg{background:#08c}.constructor li.constructor__social-btn_wa{background:#25d366}.constructor li.constructor__social-btn_vb{background:#665cac}.constructor .constructor__social-circle{position:relative;display:flex;width:70px;height:70px;border-radius:50%}@media screen and (max-width:767px){.constructor .constructor__social-circle{margin-bottom:15px}}.constructor .constructor__social-circle a{position:absolute;top:0;left:0;right:0;bottom:0}.constructor .constructor__social-circle object{width:70px;height:70px;cursor:pointer}@media screen and (max-width:1279px){.constructor .constructor__social-circle object{width:60px;height:60px}}@media screen and (max-width:767px){.constructor .constructor__social-circle object{width:40px;height:40px}}@media screen and (max-width:1279px){.constructor .constructor__social-circle{width:60px;height:60px}}@media screen and (max-width:767px){.constructor .constructor__social-circle{width:40px;height:40px}}.constructor .constructor__social-circle_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.constructor .constructor__social-circle_vk{background:#4d7198}.constructor .constructor__social-circle_fb{background:#3b5998}.constructor .constructor__social-circle_tg{background:#08c}.constructor .constructor__social-circle_wa{background:#25d366}.constructor .constructor__social-circle_viber{background:#665cac}.constructor .calculator-section .button_view_default,.constructor .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .button_view_default,.constructor_color-blue .calculator-section .constructor .button_view_default,.constructor_color-burgundy .calculator-section .constructor .button_view_default,.constructor_color-gray .calculator-section .constructor .button_view_default,.constructor_color-green .calculator-section .constructor .button_view_default,.constructor_color-nightsky .calculator-section .constructor .button_view_default,.constructor_color-purple .calculator-section .constructor .button_view_default,.constructor_color-red .calculator-section .constructor .button_view_default,.constructor_color-turquoise .calculator-section .constructor .button_view_default,.constructor_color-yellow .calculator-section .constructor .button_view_default{text-align:center;justify-content:center;padding:17px 42px;margin-top:50px;background:#2cba2e;color:#fff;border-radius:5px;text-transform:uppercase;font-size:13px;font-weight:700;transition:all .3s}@media screen and (max-width:1599px){.constructor .calculator-section .button_view_default,.constructor .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .button_view_default,.constructor_color-blue .calculator-section .constructor .button_view_default,.constructor_color-burgundy .calculator-section .constructor .button_view_default,.constructor_color-gray .calculator-section .constructor .button_view_default,.constructor_color-green .calculator-section .constructor .button_view_default,.constructor_color-nightsky .calculator-section .constructor .button_view_default,.constructor_color-purple .calculator-section .constructor .button_view_default,.constructor_color-red .calculator-section .constructor .button_view_default,.constructor_color-turquoise .calculator-section .constructor .button_view_default,.constructor_color-yellow .calculator-section .constructor .button_view_default{margin-top:40px;font-size:13px}}@media screen and (max-width:1279px){.constructor .calculator-section .button_view_default,.constructor .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .button_view_default,.constructor_color-blue .calculator-section .constructor .button_view_default,.constructor_color-burgundy .calculator-section .constructor .button_view_default,.constructor_color-gray .calculator-section .constructor .button_view_default,.constructor_color-green .calculator-section .constructor .button_view_default,.constructor_color-nightsky .calculator-section .constructor .button_view_default,.constructor_color-purple .calculator-section .constructor .button_view_default,.constructor_color-red .calculator-section .constructor .button_view_default,.constructor_color-turquoise .calculator-section .constructor .button_view_default,.constructor_color-yellow .calculator-section .constructor .button_view_default{margin-top:30px;font-size:12px}}@media screen and (max-width:767px){.constructor .calculator-section .button_view_default,.constructor .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .button_view_default,.constructor_color-blue .calculator-section .constructor .button_view_default,.constructor_color-burgundy .calculator-section .constructor .button_view_default,.constructor_color-gray .calculator-section .constructor .button_view_default,.constructor_color-green .calculator-section .constructor .button_view_default,.constructor_color-nightsky .calculator-section .constructor .button_view_default,.constructor_color-purple .calculator-section .constructor .button_view_default,.constructor_color-red .calculator-section .constructor .button_view_default,.constructor_color-turquoise .calculator-section .constructor .button_view_default,.constructor_color-yellow .calculator-section .constructor .button_view_default{font-size:11px;border-radius:5px;width:100%;max-width:355px}}.constructor .calculator-section .button_view_default:hover,.constructor .constructor__btn:hover,.constructor_color-asphalt .calculator-section .constructor .button_view_default:hover,.constructor_color-blue .calculator-section .constructor .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor .button_view_default:hover,.constructor_color-gray .calculator-section .constructor .button_view_default:hover,.constructor_color-green .calculator-section .constructor .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor .button_view_default:hover,.constructor_color-purple .calculator-section .constructor .button_view_default:hover,.constructor_color-red .calculator-section .constructor .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor .button_view_default:hover{background:rgba(44,186,46,.9)}.constructor .calculator-section .button_view_default:active,.constructor .constructor__btn:active,.constructor_color-asphalt .calculator-section .constructor .button_view_default:active,.constructor_color-blue .calculator-section .constructor .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor .button_view_default:active,.constructor_color-gray .calculator-section .constructor .button_view_default:active,.constructor_color-green .calculator-section .constructor .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor .button_view_default:active,.constructor_color-purple .calculator-section .constructor .button_view_default:active,.constructor_color-red .calculator-section .constructor .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor .button_view_default:active,.constructor_color-yellow .calculator-section .constructor .button_view_default:active{background:rgba(44,186,46,.8)}.constructor .constructor__btn_transparent{background:transparent;color:#183024;border:1px solid #2cba2e}.constructor .constructor__btn_transparent:hover{color:#fff;background:#2cba2e;border-color:transparent}.constructor .slider-nav{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9}.constructor .slider-nav__wrapper{display:flex;justify-content:space-between}.constructor .slider-nav__item{display:flex;justify-content:center;align-items:center;cursor:pointer;width:60px;height:60px;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:50%;background:#fff;outline:none}@media screen and (max-width:767px){.constructor .slider-nav__item{box-shadow:none;background:none}}.constructor .slider-nav__item:hover{background:rgba(143,149,172,.2)}@media screen and (max-width:767px){.constructor .slider-nav__item:hover{box-shadow:none;background:none}}.constructor .slider-nav__item:active{background:rgba(143,149,172,.3)}@media screen and (max-width:767px){.constructor .slider-nav__item:active{box-shadow:none;background:none}}.constructor .color-test{position:fixed;bottom:0;z-index:99}.constructor .color-test button{padding:10px;cursor:pointer}.constructor .theme-test{position:fixed;bottom:35px;z-index:99}.constructor .theme-test button{padding:10px;cursor:pointer}.constructor_color-yellow .background_oval~.promo .promo__btn,.constructor_color-yellow .background_rect~.promo .promo__btn{color:#183024}.constructor .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-blue .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-gray .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-green .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-purple .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-red .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-yellow .calculator-section .button_view_default,.constructor_color-yellow .cards__item_highlight .obj-card__title,.constructor_color-yellow .constructor__btn,.constructor_color-yellow .constructor__btn_transparent:hover,.constructor_color-yellow .header__callback-btn,.constructor_color-yellow .types-tabs__item.is-active{color:#183024!important}.constructor_color-yellow .co__manager-btn,.constructor_color-yellow .co__video-panel{color:#183024!important;font-weight:700}.constructor_color-yellow .co__video-icon path{fill:#183024!important}.constructor_color-yellow .background_sphere~.promo .promo__label,.constructor_color-yellow .background_sphere~.promo .promo__sign,.constructor_color-yellow .background_sphere~.promo .promo__text{color:#183024!important}.constructor_color-yellow .background_sphere~.promo .promo__btn{color:#fff!important}.constructor_color-yellow .public__map-button .button{color:#183024!important}.constructor_color-yellow .public__map-button .icon{fill:#183024!important}.constructor_color-yellow #dist-map-container [class*=-hint__text],.constructor_color-yellow #myMap [class*=-hint__text]{color:#183024!important}.constructor_color-yellow .inner-form__submit{color:#fff!important}.constructor_color-yellow .inner-form__agreement:hover,.constructor_color-yellow .inner-form__checkbox .checkbox__label,.constructor_color-yellow .inner-form__input .input__control,.constructor_color-yellow .inner-form__title{color:#183024!important}.constructor_color-yellow .inner-form__input .input__control::-webkit-input-placeholder{color:#183024!important}.constructor_color-yellow .inner-form__input .input__control::placeholder{color:#183024!important}.constructor_color-yellow .link.inner-form__agreement{color:#1e2030!important}.constructor_color-yellow .contacts-socials__icon svg,.constructor_color-yellow .inner-form__checkbox-box .checkbox__marker-icon{fill:#183024!important}.constructor_color-red .constructor__socials .icon{fill:#fff!important}@media screen and (max-width:767px){.constructor .constructor__slider{margin-bottom:25px;position:relative;width:100%}}@media screen and (max-width:767px){.constructor .constructor__slider-wrap{margin-right:-10px}}@media screen and (max-width:767px){.constructor .complex__slider-thumbnails.for-constructor{margin-top:0}}@media screen and (max-width:767px){.constructor .complex__slider-info.for-contstructor{right:0;bottom:-35px}}.constructor .constructor__slider .tns-carousel{display:flex;padding:20px}@media screen and (max-width:767px){.constructor .constructor__slider .tns-carousel{padding:20px 0 35px}}@media screen and (max-width:767px){.constructor .constructor__slider .tns-ovh{margin-top:-20px;margin-left:-10px;padding-left:10px}}.constructor .constructor__slider .tns-carousel .tns-item{display:flex;flex-grow:1;margin-right:25px}@media screen and (max-width:767px){.constructor .constructor__slider .tns-carousel .tns-item{border:none;display:inline-block;margin-right:0;padding:0;vertical-align:top;white-space:normal}}@media screen and (max-width:767px){.constructor .constructor__slider .tns-item.tns-slide-active{margin-right:-20px}}.constructor .block.tns-item{background-color:#f6f6f8;border:none}@media screen and (max-width:767px){.constructor .advantages__item-inner,.constructor .services__item-inner{background-color:#f6f6f8;border-radius:15px;height:100%;padding:30px;width:90%}}@media screen and (max-width:767px){.constructor .banks__slider{margin-bottom:50px}}.constructor .public__map-button .button{align-items:center;display:flex;height:50px;padding:0 20px}@media screen and (max-width:1279px){.constructor .public__map-button{margin-left:14px}.constructor .public__map-button .button{height:52px;width:52px;display:flex;align-items:center;justify-content:center;padding:0}.constructor .public__map-button .icon{margin:0}}.constructor .public__map-button.for-laptop{position:static}@media screen and (max-width:767px){.constructor .public__map-button{box-shadow:none;margin-left:14px;position:static;flex-shrink:0}.constructor .public__map-button.for-list{position:fixed}.constructor .public__map-button .button{box-shadow:none;height:52px;width:52px}}@media screen and (max-width:767px){.constructor .complex__main{position:relative}}@media screen and (max-width:767px){.constructor .complex__address-map{position:absolute;top:0;right:0}}@media screen and (max-width:767px){.constructor .complex__title{max-width:80%}}@media screen and (max-width:767px){.constructor .modal-form__submit{bottom:20px;position:fixed;left:10px;right:10px}}@media screen and (max-width:767px){.constructor .promo__position{width:230px}}@media screen and (max-width:1599px){.constructor .background_rect .background__right{width:43%}}@media screen and (max-width:1023px){.constructor .background_rect .background__right{width:50%}}@media screen and (max-width:767px){.constructor .background_rect .background__right{right:-40px}}@media screen and (max-width:767px){.constructor .info__popup{right:-115px;top:30px}.constructor .info__popup:after,.constructor .info__popup:before{display:none}}@media screen and (max-width:767px){.constructor .admin.constructor__section{overflow:hidden}}@media screen and (max-width:767px){.constructor .admin__menu.is-mobile .constructor__container,.constructor .admin__menu.is-mobile .consultation_dark:after{padding-right:0}}.constructor .calculator-section .map-card__details-button.button_view_default,.constructor .constructor__btn.map-card__details-button,.constructor_color-asphalt .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-blue .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-burgundy .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-gray .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-green .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-nightsky .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-purple .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-red .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-turquoise .calculator-section .constructor .map-card__details-button.button_view_default,.constructor_color-yellow .calculator-section .constructor .map-card__details-button.button_view_default{margin-left:0!important;margin-top:20px}.constructor .calculator-section .calculator__result-btn .button_view_default,.constructor .calculator__result-btn .calculator-section .button_view_default,.constructor .calculator__result-btn .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-blue .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-burgundy .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-gray .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-green .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-nightsky .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-purple .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-red .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-turquoise .calculator-section .constructor .calculator__result-btn .button_view_default,.constructor_color-yellow .calculator-section .constructor .calculator__result-btn .button_view_default{margin-top:0}.constructor .header{position:fixed;width:100%;top:0;left:0;font-size:16px;line-height:18px}@media screen and (max-width:1599px){.constructor .header{font-size:14px;line-height:17px}}.constructor .header__wrapper{height:60px;display:flex;align-items:center}@media screen and (max-width:1599px){.constructor .header__wrapper{height:50px}}.constructor .header__logo{margin-right:25px;height:100%;object-fit:contain}@media screen and (max-width:1023px){.constructor .header__logo{margin-right:15px;width:52px}}.constructor .header__logo-link{height:100%}.constructor .header__title{max-width:185px;margin-right:30px;font-size:16px;line-height:18px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1599px){.constructor .header__title{max-width:85px;margin-right:15px;font-size:14px;line-height:17px}}@media screen and (max-width:1279px){.constructor .header__title{max-width:150px}}@media screen and (max-width:1023px){.constructor .header__title{max-width:85px}}@media screen and (max-width:767px){.constructor .header__title{max-width:160px}}.constructor .header__nav{flex-grow:1;display:flex;justify-content:center}@media screen and (max-width:1279px){.constructor .header__nav{display:none;position:absolute;background:#24513a;top:100%;width:100%;left:0;padding:36px 25px;font-weight:700;justify-content:flex-start;flex-grow:0}.constructor .header__nav_opened{display:flex}}@media screen and (max-width:1279px) and (max-width:767px){.constructor .header__nav_opened{background:#fff;left:auto;right:0;width:100%;height:100%;flex-direction:column;justify-content:space-between;align-items:flex-start;position:fixed;padding:0;top:0;bottom:0}.constructor .header__nav_opened .constructor__socials_promo:after{display:none}.constructor .header__nav_opened .constructor__social-btn{font-weight:300;margin:0 0 6px!important;width:100%}.constructor .header__nav_opened .constructor__social-btn a{align-items:center;display:flex;font-size:15px;line-height:20px;justify-content:center}.constructor .header__nav_opened .constructor__social-btn svg.icon{margin-right:12px;position:static}.constructor .header__nav_opened .header__nav-title{align-items:center;border-bottom:1px solid rgba(143,149,172,.2);color:#2c2e3e;display:flex;font-weight:400;font-size:15px;flex-shrink:0;height:50px;width:100%}.constructor .header__nav_opened .header__nav-title .icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-right:20px;margin-left:12px}.constructor .header__nav_opened .header__nav-agent{border-radius:4px;border:1px solid rgba(143,149,172,.2);display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:9px;padding:15px;width:100%}.constructor .header__nav_opened .header__nav-agent-name{color:#2c2e3e;font-size:15px;font-weight:700;line-height:18px;margin-bottom:3px;margin-top:15px}.constructor .header__nav_opened .header__nav-agent-role{color:#8f95ac;font-weight:300}.constructor .header__nav_opened .header__nav-agent-avatar{border-radius:50em;margin-right:15px;object-fit:cover;height:70px;width:70px}.constructor .header__nav_opened .header__nav-content{display:flex;flex-direction:column;height:100%;padding:12px 10px 30px}.constructor .header__nav_opened .header__nav-phone{border-top:1px solid rgba(143,149,172,.2);color:#2c2e3e;font-size:15px;font-weight:700;order:2;padding-top:30px;text-align:center;margin:40px 0 30px}}.constructor .header__list{display:flex}@media screen and (max-width:767px){.constructor .header__list{flex-direction:column}}.constructor .header__list li{margin-right:35px}.constructor .header__list li:last-child{margin-right:0}@media screen and (max-width:1599px){.constructor .header__list li{margin-right:15px}}@media screen and (max-width:767px){.constructor .header__list li{margin-right:0;margin-bottom:15px}}.constructor .header__list a{transition:all .3s}.constructor .header__list a:hover{color:#2cba2e}.constructor .header__list-dropdown .dropdown__btn{font-size:inherit;color:inherit}.constructor .dropdown.is-showing .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.constructor .dropdown__block{left:-20px;-webkit-transform:none;transform:none}.constructor .header__top-menu-drop{padding:20px}.constructor .header__top-drop-list li{margin-right:0;margin-bottom:10px}.constructor .header__top-drop-list li:last-child{margin-bottom:0}.constructor .header__list-title{color:#fff}.constructor .header__list-title .icon{stroke:#fff;fill:transparent;font-size:12px;margin-left:5px;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.constructor .header__contacts{display:flex;align-items:center;height:100%;margin-left:auto}.constructor .header__phone{margin-right:30px;color:#fff;font-size:16px;line-height:24px;font-weight:700;transition:all .3s}.constructor .header__phone:hover{color:#2cba2e}@media screen and (max-width:1599px){.constructor .header__phone{font-size:14px;line-height:17px}}@media screen and (max-width:1023px){.constructor .header__phone{margin-right:15px}}@media screen and (max-width:767px){.constructor .header__phone{display:none}}.constructor .header__phone_mob{display:none}@media screen and (max-width:767px){.constructor .header__phone_mob{display:flex;margin-bottom:15px}}.constructor .header__callback-btn{display:flex;align-items:center;height:100%;padding:0 30px;color:#fff;font-size:16px;line-height:24px;font-weight:700;transition:all .3s}.constructor .header__callback-btn:hover{background:#229124}.constructor .header__callback-btn:active{background:#18681a}@media screen and (max-width:1599px){.constructor .header__callback-btn{font-size:14px;line-height:17px}}@media screen and (max-width:1023px){.constructor .header__callback-btn{padding:0 17px;margin-right:15px}}@media screen and (max-width:767px){.constructor .header__callback-btn{display:none}}.constructor .header__callback-btn_mob{display:none}@media screen and (max-width:767px){.constructor .header__callback-btn_mob{display:flex;height:auto;background:#2cba2e;font-size:11px;letter-spacing:.3px;padding:16px 37px;border-radius:8px;margin:8px 0 0;justify-content:center;text-transform:uppercase;width:100%}}.constructor .header__socials{position:fixed;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;flex-direction:column;padding:10px 5px 15px;border-radius:8px 0 0 8px}.constructor .header__socials li{margin-bottom:10px;margin-right:0}.constructor .header__socials li:last-child{margin-bottom:0}.constructor .header__socials a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%}@media screen and (max-width:767px){.constructor .header__socials{display:none}}.constructor .header__socials_mob{display:none}@media screen and (max-width:767px){.constructor .header__socials_mob{display:flex}}.constructor .header__social-sign{-webkit-writing-mode:tb-rl;writing-mode:tb-rl;-webkit-transform:rotate(180deg);transform:rotate(180deg);display:flex;padding-bottom:15px;border-bottom:1px solid #fff;align-items:center;margin-top:15px;cursor:default}.constructor .header__nav-toggler{display:none;justify-content:center;align-items:center;width:50px;height:100%;background:#24513a}@media screen and (max-width:1279px){.constructor .header__nav-toggler{display:flex}}@media screen and (max-width:767px){.constructor .header__nav-toggler{position:absolute;right:0}}@media screen and (max-width:1279px){.constructor .header__nav-toggler_multi-link{display:none}}@media screen and (max-width:767px){.constructor .header__nav-toggler_multi-link{display:flex}}.constructor .header__nav-toggler button{width:100%;height:100%;position:relative;background:none;cursor:pointer}.constructor .header__nav-toggler button:after{content:"";position:absolute;top:18px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:25px;height:2px;background:#fff;box-shadow:0 6px #fff,0 12px #fff}.constructor .header__nav-toggler_close button:before{content:"";position:absolute;left:13px;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:25px;height:2px;background:#fff;border-radius:4px}.constructor .header__nav-toggler_close button:after{box-shadow:none;left:13px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:4px}.constructor .form{display:flex;flex-direction:column;width:470px;max-width:100%;margin:0 auto}.constructor .form__row{margin-bottom:23px}.constructor .form__row:last-of-type{margin-bottom:0}.constructor .form__submit{margin-left:auto;margin-right:auto}@media screen and (max-width:1279px){.constructor .form__submit{padding:18px 62px}}.constructor .advantages__list{display:block}.constructor .advantages__item{margin-right:55px}.constructor .advantages__item:last-child{margin-right:0}@media screen and (max-width:1599px){.constructor .advantages__item{margin-right:25px}}.constructor .constructor__slider .tns-carousel .advantages__item.tns-item{display:block}@media screen and (max-width:1279px){.constructor .advantages__item:nth-child(3){margin-right:0}.constructor .advantages__item:nth-child(n+4){display:none}}@media screen and (max-width:767px){.constructor .advantages__item:first-child{margin-right:0}.constructor .advantages__item:nth-child(n+2){display:none}}.constructor .calculator-section{background:rgba(143,149,172,.08)}.constructor .calculator-section .calculators{margin-bottom:0}.constructor .calculator-section .button_view_default{margin-top:0}.constructor .calculator-section .section_view_white{background:none}@media screen and (max-width:1023px){.constructor .calculator-section .constructor__box{width:100%}}@media screen and (max-width:767px){.constructor .calculator-section .calculator__result{flex-direction:column;width:100%}}.constructor .calculator-section .calculator__result-btn{margin-top:41px}@media screen and (max-width:767px){.constructor .calculator-section .calculator__result-btn{width:100%}}@media screen and (max-width:767px){.constructor .calculator-section .calculator__result-value{margin-bottom:10px}}@media screen and (max-width:767px){.constructor .calculator-section .calculators__container{background:none;padding:0 10px;margin:0 -10px}}.constructor .consultation_single{margin-top:100px}@media screen and (max-width:1599px){.constructor .consultation_single{margin-top:60px}}@media screen and (max-width:1023px){.constructor .consultation_single{margin-top:50px}}.constructor .consultation__form input{height:70px;padding-left:32px;padding-right:32px;background:rgba(143,149,172,.1);color:#2c2e3e;border-radius:8px;font-size:16px;box-shadow:none}@media screen and (max-width:1279px){.constructor .consultation__form input{height:50px}}@media screen and (max-width:1279px) and (max-width:1279px){.constructor .consultation__form input{font-size:15px}}.constructor .consultation__form input::-webkit-input-placeholder{color:#2c2e3e}.constructor .consultation__form input::placeholder{color:#2c2e3e}.constructor .consultation__form .checkbox{align-items:flex-start}.constructor .consultation__form .checkbox__input{background:rgba(143,149,172,.1)}.constructor .consultation__form .checkbox__box{box-shadow:none}.constructor .consultation__form .checkbox__label{text-align:left;font-size:16px;line-height:22px}@media screen and (max-width:1279px){.constructor .consultation__form .checkbox__label{font-size:15px;line-height:20px}}.constructor .consultation_dark{position:relative;color:#fff;background:#183024;padding-bottom:50px;margin-bottom:0}.constructor .consultation_dark:after{content:"";display:block;height:1px;margin-top:85px;background-color:rgba(143,149,172,.3)}@media screen and (max-width:1599px){.constructor .consultation_dark:after{display:none}}.constructor .consultation_dark .consultation__form input{color:#fff}.constructor .consultation_dark .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor .consultation_dark .consultation__form input::placeholder{color:#fff}.constructor .consultation__form_half{width:50%;max-width:470px;justify-content:center}.constructor .consultation__form_half .constructor__title{margin-bottom:50px}@media screen and (max-width:1279px){.constructor .consultation__form_half .constructor__title{margin-bottom:25px}}.constructor .consultation__form_half .constructor__title:after,.constructor .consultation__form_half .constructor__title:before{display:none}@media screen and (max-width:767px){.constructor .consultation__form_half .constructor__title{justify-content:center}}.constructor .consultation__form_half .form__submit{margin-left:0}@media screen and (max-width:1023px){.constructor .consultation__form_half{width:100%;max-width:400px;padding:50px 10px}.constructor .consultation__form_half .form__submit{width:100%}}.constructor .consultation__row{width:100%;display:flex}@media screen and (max-width:1023px){.constructor .consultation__row{flex-direction:column;padding:0 10px}}.constructor .consultation__map{position:relative;width:50%;height:695px}@media screen and (max-width:1023px){.constructor .consultation__map{width:100%}}@media screen and (max-width:767px){.constructor .consultation__map{height:500px}}.constructor .consultation__map-placeholder{background:pink}.constructor .consultation_colored{margin-bottom:0;border-bottom:1px solid}@media screen and (max-width:767px){.constructor .consultation_colored{border-bottom:0}}.constructor .consultation__map-info{position:absolute;top:7%;left:7%;display:inline-flex;flex-direction:column;padding:35px 30px 35px 35px;border-radius:15px;max-width:80%;color:#fff}@media screen and (max-width:1279px){.constructor .consultation__map-info{padding:25px}}@media screen and (max-width:767px){.constructor .consultation__map-info{max-width:100%;margin:15px;top:0;left:0}}.constructor .consultation__map-title{font-weight:700;font-size:16px;line-height:20px;margin-bottom:10px}.constructor .consultation__map-adress{width:100%;margin-bottom:5px;font-size:14px;line-height:18px}@media screen and (max-width:1279px){.constructor .consultation__map-adress{width:100%}}.constructor .consultation__map-blocks{display:flex;margin-top:15px}@media screen and (max-width:1279px){.constructor .consultation__map-blocks{flex-direction:column}}.constructor .consultation__map-block{display:flex}.constructor .consultation__map-block:first-of-type{margin-right:70px}@media screen and (max-width:1599px){.constructor .consultation__map-block:first-of-type{margin-right:25px}}@media screen and (max-width:1279px){.constructor .consultation__map-block:first-of-type{margin-right:0;margin-bottom:15px}.constructor .consultation__map-block:first-of-type:last-child{margin-bottom:0}}.constructor .consultation__map-block a{margin-bottom:5px;font-weight:700;font-size:16px;line-height:20px}.constructor .consultation__map-block a:last-child{margin-bottom:0}@media screen and (max-width:1599px){.constructor .consultation__map-block a{font-size:14px;line-height:18px}}.constructor .consultation__map-icon{margin-right:15px}.constructor .consultation__map-anchors{display:flex;flex-direction:column}.constructor .banner.constructor__section+.consultation.constructor__section.constructor__section_no-margin{border:none}.constructor .promo{position:relative}.constructor .promo_no-mb{margin-bottom:0!important}.constructor .promo__wrapper{flex-direction:row;align-items:center;height:calc(100vh - 50px)}@media screen and (max-width:1599px){.constructor .promo__wrapper{height:auto;padding:110px 0 150px}}@media screen and (max-width:1279px){.constructor .promo__wrapper{padding:110px 0}}@media screen and (max-width:767px){.constructor .promo__wrapper{padding:42px 0;flex-direction:column}}.constructor .promo__info{display:flex;flex-direction:column;align-items:flex-start;width:570px;max-width:100%}@media screen and (max-width:1599px){.constructor .promo__info{width:500px}}@media screen and (max-width:1279px){.constructor .promo__info{width:385px;width:310px}}@media screen and (max-width:767px){.constructor .promo__info{order:1;text-align:center;width:100%}}.constructor .promo__label{margin-bottom:35px;color:#2cba2e}@media screen and (max-width:1599px){.constructor .promo__label{margin-bottom:25px;font-size:16px;line-height:18px}}@media screen and (max-width:1023px){.constructor .promo__label{width:225px;margin-bottom:20px}}@media screen and (max-width:767px){.constructor .promo__label{width:100%;padding:0 15px}}.constructor .promo.for-theme-5 .promo__label,.constructor .promo.for-theme-5 .promo__sign{color:#fff}.constructor .promo__text{margin-bottom:20px;color:#2c2e3e}@media screen and (max-width:1279px){.constructor .promo__text{margin-bottom:15px}}@media screen and (max-width:767px){.constructor .promo__text{padding:0 20px;width:100%}}.constructor .promo__sign{margin-bottom:60px;color:#8f95ac}@media screen and (max-width:1599px){.constructor .promo__sign{margin-bottom:50px}}@media screen and (max-width:1279px){.constructor .promo__sign{margin-bottom:30px}}@media screen and (max-width:767px){.constructor .promo__sign{width:100%;padding:0 15px}}.constructor .promo__btn{position:relative;padding:17px 42px;margin-top:0;text-transform:uppercase;font-weight:700}@media screen and (max-width:1599px){.constructor .promo__btn{font-size:14px}}@media screen and (max-width:1279px){.constructor .promo__btn{font-size:12px}}@media screen and (max-width:767px){.constructor .promo__btn{font-size:11px;line-height:16px;margin:auto}}.constructor .promo__author{position:relative;display:flex;flex-direction:column;align-items:center;flex-grow:1;padding-left:40px}@media screen and (max-width:767px){.constructor .promo__author{padding-left:0;margin-bottom:25px}}.constructor .promo__descr{padding:24px 32px;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:8px;background:#fff;text-align:center;margin-top:-45px}@media screen and (max-width:1599px){.constructor .promo__descr{padding:16px 32px}}@media screen and (max-width:1279px){.constructor .promo__descr{padding:20px 46px}}@media screen and (max-width:1023px){.constructor .promo__descr{padding:10px 19px}}@media screen and (max-width:767px){.constructor .promo.for-theme-2 .promo__author{margin-bottom:40px}}@media screen and (max-width:767px){.constructor .promo.for-theme-3 .promo__descr{background:none;box-shadow:none;color:#fff;margin-top:18px;margin-bottom:50px;padding:0}.constructor .promo.for-theme-3 .promo__descr .promo__name,.constructor .promo.for-theme-3 .promo__descr .promo__position{color:#fff}.constructor .promo.for-theme-3 .promo__wrapper{padding-top:55px}}.constructor .promo.for-theme-4{margin-bottom:75px}@media screen and (max-width:1599px){.constructor .promo.for-theme-4{margin-bottom:50px}}@media screen and (max-width:1279px){.constructor .promo.for-theme-4{margin-bottom:25px}}@media screen and (max-width:767px){.constructor .promo.for-theme-4{margin-bottom:15px}}.constructor .promo.for-theme-4 .promo__img{width:445px;height:445px;border-radius:42px}.constructor .promo.for-theme-4 .promo__descr{border-radius:20px}.constructor .promo.for-theme-5{margin-bottom:75px}@media screen and (max-width:1599px){.constructor .promo.for-theme-5{margin-bottom:50px}}@media screen and (max-width:1279px){.constructor .promo.for-theme-5{margin-bottom:25px}}@media screen and (max-width:767px){.constructor .promo.for-theme-5{margin-bottom:15px}}.constructor .promo.for-theme-5 .promo__text{color:#fff}.constructor .promo.for-theme-5 .promo__img{width:595px;height:550px;border-radius:15px}@media screen and (max-width:1599px){.constructor .promo.for-theme-5 .promo__img{width:480px;height:440px}}@media screen and (max-width:1279px){.constructor .promo.for-theme-5 .promo__img{width:335px;height:310px}}@media screen and (max-width:767px){.constructor .promo.for-theme-5 .promo__img{width:250px;height:230px}}.constructor .promo__name{color:#2c2e3e}@media screen and (max-width:1599px){.constructor .promo__name{display:block;padding-bottom:5px}}.constructor .promo__position{color:#2cba2e}.constructor .promo__img{width:351px;height:351px;border-radius:50%;object-fit:cover;background:#fff}@media screen and (max-width:1279px){.constructor .promo__img{max-width:310px;max-height:310px}}@media screen and (max-width:1023px){.constructor .promo__img{max-width:260px;max-height:260px}}@media screen and (max-width:767px){.constructor .promo__img{max-width:176px;max-height:176px}}.constructor .promo__bottom-info{display:flex;width:auto;align-items:center}.constructor .promo__bottom-info .constructor__socials_promo:after{display:none}@media screen and (max-width:1599px){.constructor .promo__bottom-info{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.constructor .promo__bottom-info{flex-direction:column;width:100%;align-items:center;max-width:355px;margin-left:auto;margin-right:auto}}.constructor .promo__bottom-info .promo__btn{margin-right:15px}@media screen and (max-width:767px){.constructor .promo__bottom-info .promo__btn{margin-right:0;margin-left:0}}.constructor .promo__bottom-info .constructor__socials{flex-shrink:0;margin-top:0;align-items:center;justify-content:flex-start}@media screen and (max-width:1599px){.constructor .promo__bottom-info .constructor__socials{margin-top:15px}}.constructor .promo__bottom-info li.constructor__social-btn:nth-child(n){margin-bottom:0;width:50px;height:50px;margin-left:0;margin-right:10px;flex-shrink:0}.constructor .promo__bottom-info li.constructor__social-btn:nth-child(n):last-of-type{margin-right:0}@media screen and (max-width:767px){.constructor .promo__bottom-info li.constructor__social-btn:nth-child(n){width:calc(33.33333% - 5.33333px);height:44px;margin-right:0;margin-bottom:7px}.constructor .promo__bottom-info li.constructor__social-btn:nth-child(n).is-one-social,.constructor .promo__bottom-info li.constructor__social-btn:nth-child(n):only-child{width:100%}}@media screen and (max-width:767px){.constructor .promo__bottom-info li.constructor__social-btn:nth-child(2),.constructor .promo__bottom-info li.constructor__social-btn:nth-child(5){margin-left:8px;margin-right:8px}}.constructor .promo__paint-bg{position:absolute;top:-30%;right:-15%;z-index:-1}@media screen and (max-width:1279px){.constructor .promo__paint-bg{top:-85%;right:0}}@media screen and (max-width:1023px){.constructor .promo__paint-bg{width:220px}.constructor .promo__paint-bg svg{width:100%}}@media screen and (max-width:767px){.constructor .promo__paint-bg{top:-100px;right:-40px;height:260px}.constructor .promo__paint-bg svg{height:100%}}.constructor .property .map-icon{fill:#2cba2e;color:red}.constructor .property .section_view_gray{background:#fff}.constructor .property .card__dates,.constructor .property .map-card__dates{color:#2cba2e}.constructor .property .map-card__options,.constructor .property .map-card__routes{margin-top:10px}.constructor .property .cards__pagination{display:none}.constructor .property .button_view_outline-with-icon-invert{box-shadow:none;color:#2cba2e}.constructor .property .button_view_outline-with-icon-invert:hover{background:none;color:#2cba2e}.constructor .property .simplebar-scrollbar:before{background:#2cba2e}.constructor .property .section.index-search.index-search_dark{display:none}.constructor .property .button_view_default{background:#2cba2e}.constructor .property .cards{padding-bottom:0}.constructor .calculator-section .property .button_view_default,.constructor .property .calculator-section .button_view_default,.constructor .property .constructor__btn,.constructor_color-asphalt .calculator-section .constructor .property .button_view_default,.constructor_color-blue .calculator-section .constructor .property .button_view_default,.constructor_color-burgundy .calculator-section .constructor .property .button_view_default,.constructor_color-gray .calculator-section .constructor .property .button_view_default,.constructor_color-green .calculator-section .constructor .property .button_view_default,.constructor_color-nightsky .calculator-section .constructor .property .button_view_default,.constructor_color-purple .calculator-section .constructor .property .button_view_default,.constructor_color-red .calculator-section .constructor .property .button_view_default,.constructor_color-turquoise .calculator-section .constructor .property .button_view_default,.constructor_color-yellow .calculator-section .constructor .property .button_view_default{display:flex;position:relative;margin-left:auto;margin-right:auto}.constructor .property .cards__item{border-radius:15px;transition:all .3s;border:2px solid #f6f6f8}.constructor .property .cards__item_no-border{border:none}.constructor .property .cards__item .card,.constructor .property .cards__item:hover{box-shadow:none}.constructor .property .cards__item .card__body{border-radius:12px}@media screen and (max-width:767px){.constructor .property .cards__item{width:100%;margin-left:0;margin-right:0}}.constructor .map__container_yellow #myMap [class*=-hint]{background-color:#ffd336}.constructor .map__container_yellow #myMap [class*=-hint]:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0l13 10V0H0z" fill="%23FFD336"/></svg>')}.constructor .map__container_gray #myMap [class*=-hint]{background-color:#a9a9b8}.constructor .map__container_gray #myMap [class*=-hint]:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0l13 10V0H0z" fill="%23A9A9B8"/></svg>')}.constructor .map__container_green #myMap [class*=-hint]{background-color:#2cba2e}.constructor .map__container_green #myMap [class*=-hint]:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0l13 10V0H0z" fill="%232CBA2E"/></svg>')}.constructor .map__container_blue #myMap [class*=-hint]{background-color:#62b8e7}.constructor .map__container_blue #myMap [class*=-hint]:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0l13 10V0H0z" fill="%2362B8E7"/></svg>')}.constructor .property__tabs{display:flex;position:relative;z-index:2;margin-bottom:25px}@media screen and (max-width:1023px){.constructor .property__tabs{display:flex;flex-wrap:wrap;flex-basis:100%;margin-top:24px}.constructor .calculator-section .property__tabs .property__btn.button_view_default,.constructor .property__tabs .calculator-section .property__btn.button_view_default,.constructor .property__tabs .property__btn.constructor__btn,.constructor_color-asphalt .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-blue .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-burgundy .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-gray .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-green .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-nightsky .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-purple .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-red .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-turquoise .calculator-section .constructor .property__tabs .property__btn.button_view_default,.constructor_color-yellow .calculator-section .constructor .property__tabs .property__btn.button_view_default{border-radius:4px;padding:7px 8px;font-size:12px;font-weight:400;line-height:18px;margin-bottom:12px;text-transform:none;margin-top:0}}@media screen and (max-width:1023px){.constructor .property__tabs .property__tabs-item{margin-right:8px}}.constructor .property__tabs_wrapper{display:flex;justify-content:space-between}.constructor .property__btn{margin-top:0;cursor:pointer;padding-left:20px;padding-right:20px;font-weight:400;text-transform:none}.constructor .types-tabs__wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.constructor .types-tabs{background:#fff;border-radius:5px;display:flex;padding:5px;position:relative}.constructor .types-tabs li+li{margin-left:5px}@media screen and (max-width:1279px){.constructor .types-tabs{padding:4px 5px}}.constructor .types-tabs__background{background:#2cba2e;border-radius:5px;height:48px;position:absolute;-webkit-transform:translateX(0);transform:translateX(0);transition:all .3s ease-out 0s;z-index:0}.constructor .types-tabs__item{align-items:center;cursor:pointer;border-radius:5px;display:flex;justify-content:center;max-width:100%;height:48px;padding:0 37px;font-size:16px;line-height:18px;transition:color .4s ease-out 0s;position:relative;z-index:1;font-weight:700}.constructor .types-tabs__item svg{width:32px}.constructor .types-tabs__item path{transition:all .8s ease-out 0s;fill:transparent;stroke:#2c2e3e}.constructor .types-tabs__item.is-active{color:#fff;z-index:1}.constructor .types-tabs__item.is-active path{fill:#2cba2e;stroke:#fff}.constructor .types-tabs__name{margin-left:8px}.constructor .property .property__btn:not(.property__btn_active){background:#f6f7f9!important;color:#2c2e3e!important}.constructor .types-tabs__subtabs{align-items:center;display:flex;margin-top:40px;position:relative}.constructor .types-tabs__subtabs .property__tabs{margin-right:24px;margin-bottom:0}@media screen and (max-width:1279px){.constructor .types-tabs__subtabs .property__tabs{display:flex}}.constructor .types-tabs__subtabs .property__tabs-item{white-space:nowrap}.constructor .calculator-section .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor .types-tabs__subtabs .property__tabs-item .calculator-section .property__btn.button_view_default,.constructor .types-tabs__subtabs .property__tabs-item .property__btn.constructor__btn,.constructor_color-asphalt .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-blue .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-burgundy .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-gray .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-green .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-nightsky .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-purple .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-red .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-turquoise .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-yellow .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default{border-radius:4px;padding:11px 8px;font-size:14px;line-height:18px}@media screen and (max-width:1279px){.constructor .calculator-section .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor .types-tabs__subtabs .property__tabs-item .calculator-section .property__btn.button_view_default,.constructor .types-tabs__subtabs .property__tabs-item .property__btn.constructor__btn,.constructor_color-asphalt .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-blue .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-burgundy .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-gray .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-green .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-nightsky .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-purple .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-red .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-turquoise .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default,.constructor_color-yellow .calculator-section .constructor .types-tabs__subtabs .property__tabs-item .property__btn.button_view_default{font-size:12px;line-height:18px;padding:7px 8px}}.constructor .types-tabs__subtabs .property__tabs-item+.property__tabs-item{margin-left:6px}.constructor .types-tabs__subtabs .property__btn{padding-left:30px;padding-right:30px}.constructor .calculator-section .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor .types-tabs__subtabs .calculator-section .property__btn.property__btn_active.button_view_default,.constructor .types-tabs__subtabs .property__btn.constructor__btn.property__btn_active,.constructor_color-asphalt .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor .types-tabs__subtabs .property__btn.property__btn_active.button_view_default{color:#fff}.constructor .mobile-tabs{display:flex;flex-wrap:wrap}.constructor .mobile-tabs .custom-select{flex-grow:1;width:auto}.constructor .small-types-tabs{display:flex}.constructor .types-tabs__name{transition:color .4s ease-out 0s}.constructor .services__list{display:flex;justify-content:center}.constructor .services__item{margin-right:55px}.constructor .services__item:last-child{margin-right:0}@media screen and (max-width:1599px){.constructor .services__item{margin-right:0}}.constructor .reviews{background:rgba(143,149,172,.08)}@media screen and (max-width:1023px){.constructor .reviews .constructor__box{width:100%}}.constructor .reviews{margin-bottom:0}.constructor .reviews~.banner{margin-top:0!important}.constructor .reviews__item{display:flex;margin-bottom:40px}.constructor .reviews__item:last-child{margin-bottom:0}@media screen and (max-width:1023px){.constructor .reviews__item{justify-content:center}}@media screen and (max-width:767px){.constructor .reviews__item{flex-direction:column;align-items:center}}.constructor .reviews__name{margin-bottom:15px;color:#8f95ac}.constructor .reviews__avatar{width:95px;height:95px;margin-right:60px;border-radius:50%}@media screen and (max-width:767px){.constructor .reviews__avatar{margin-right:0;margin-bottom:15px}}.constructor .reviews__cloud{position:relative;display:flex;flex-direction:column;width:1095px;max-width:100%;padding:40px 75px;border-radius:18px;background:#fff}@media screen and (max-width:1599px){.constructor .reviews__cloud{width:840px;padding:40px 45px}}@media screen and (max-width:1279px){.constructor .reviews__cloud{width:670px}}@media screen and (max-width:1023px){.constructor .reviews__cloud{width:570px}}@media screen and (max-width:767px){.constructor .reviews__cloud{width:252px;padding:20px 25px;width:100%}}.constructor .reviews__cloud:after{content:"";position:absolute;top:31px;left:-31px;width:0;height:0;border-top:62px solid #fff;border-left:62px solid transparent}@media screen and (max-width:1279px){.constructor .reviews__cloud:after{display:none}}.constructor .reviews__item:nth-child(2n){justify-content:flex-end}.constructor .reviews__item:nth-child(2n) .reviews__avatar{order:1;margin-right:0;margin-left:60px}@media screen and (max-width:767px){.constructor .reviews__item:nth-child(2n) .reviews__avatar{margin-left:0;order:0}}.constructor .reviews__item:nth-child(2n) .reviews__cloud:after{left:auto;right:-31px;border-left:none;border-right:62px solid transparent}@media screen and (max-width:767px){.constructor .reviews__item:nth-child(2n) .reviews__cloud:after{right:-20px;border-right:40px solid transparent}}.constructor .reviews__text{line-height:24px;overflow-wrap:break-word}.constructor .constructor__section+.banner{margin-top:-100px}@media screen and (max-width:1599px){.constructor .constructor__section+.banner{margin-top:-60px}}@media screen and (max-width:1023px){.constructor .constructor__section+.banner{margin-top:-50px}}.constructor .constructor__section+.banner:not(.banner_property){margin-bottom:0}.constructor .banner{position:relative;background:#183024;color:#fff}.constructor .banner__wrapper{position:relative;flex-direction:row;justify-content:space-between;align-items:center;min-height:220px}@media screen and (max-width:767px){.constructor .banner__wrapper{flex-direction:column;justify-content:center}}.constructor .banner__wrapper_center{justify-content:center}@media screen and (max-width:767px){.constructor .banner__title{width:100%;margin-bottom:25px;margin-top:40px;text-align:center}}.constructor .banner__btn{position:relative;z-index:2;margin-top:0}.constructor .banner__img{position:absolute;top:0;left:0;height:100%;overflow:hidden}.constructor .banner__img path{fill:#2cba2e}@media screen and (max-width:767px){.constructor .banner__img{width:100%}}.constructor .banner__text{margin-top:5px;font-size:21px;line-height:30px}@media screen and (max-width:1279px){.constructor .banner__text{text-align:center;font-size:16px;line-height:21px}}.constructor .banner_property{margin-top:0!important}.constructor .banner_property .banner__wrapper{min-height:230px}.constructor .banner_property .banner__content{position:relative;z-index:2}.constructor .banner_property .banner__img{left:auto;right:50px}@media screen and (max-width:1599px){.constructor .banner_property .banner__img{right:0}}@media screen and (max-width:767px){.constructor .banner_property .banner__title{margin-top:0}}.constructor .banner_property .banner__text{padding-right:25px}@media screen and (max-width:767px){.constructor .banner_property .banner__btn{margin-top:20px}}.constructor .background{position:absolute;width:100%;height:100%}.constructor .background__left{position:absolute;width:10%;top:0;left:0}.constructor .background__right_white{-webkit-transform:rotate(-20deg);transform:rotate(-20deg);left:70%;position:absolute;top:-10%}.constructor .background__right_mobile_green{height:890px;width:1010px;position:absolute;right:-130px;top:-295px;z-index:1}@media screen and (max-width:767px){.constructor .background__right_green{position:relative;z-index:1}}.constructor .background__right{position:absolute;width:50%;top:-100px;right:0}@media screen and (max-width:1599px){.constructor .background__right{top:0}}@media screen and (max-width:767px){.constructor .background__right{width:60%}}.constructor .background__fill-main{fill:#2cba2e}.constructor .background__fill-black{fill:#183024}.constructor .background_sphere{overflow:hidden;max-height:calc(100vh - 50px)}.constructor .background_sphere .background__right{width:65%;right:-50px;z-index:1}@media screen and (max-width:1599px){.constructor .background_sphere .background__right{top:-100px;right:-100px}}@media screen and (max-width:1279px){.constructor .background_sphere .background__right{width:80%}}@media screen and (max-width:1023px){.constructor .background_sphere .background__right{width:100%}}@media screen and (max-width:767px){.constructor .background_sphere .background__gradient{display:none}}.constructor .background_sphere~.promo{background:#2cba2e;margin-bottom:100px}@media screen and (max-width:1599px){.constructor .background_sphere~.promo{margin-bottom:60px}}@media screen and (max-width:1023px){.constructor .background_sphere~.promo{margin-bottom:50px}}.constructor .background_sphere~.promo .promo__label,.constructor .background_sphere~.promo .promo__sign,.constructor .background_sphere~.promo .promo__text{color:#fff}.constructor .background_sphere~.promo .promo__btn{background:#183024}.constructor .background_sphere~.promo .promo__btn:hover{background:rgba(24,48,36,.9)}.constructor .background_sphere~.promo .promo__btn:active{background:rgba(24,48,36,.8)}@media screen and (max-width:767px){.constructor .background_oval{overflow:hidden}}.constructor .background_oval .background__left{z-index:2}.constructor .background_oval .background__right{top:0;width:70%;background:url(/static/media/bg-oval.9388b726.svg) no-repeat 100% 0;background-size:contain}@media screen and (max-width:1599px){.constructor .background_oval .background__right{width:75%}}@media screen and (max-width:1023px){.constructor .background_oval .background__right{width:90%}}@media screen and (max-width:767px){.constructor .background_oval .background__right{top:-50px;width:180%}}@media screen and (max-width:374px){.constructor .background_oval .background__right{top:0}}.constructor .background__paint{display:flex;position:absolute;top:0;right:0;width:55%;height:calc(100vh - 60px)}@media screen and (max-width:1599px){.constructor .background__paint{height:741px}}@media screen and (max-width:1279px){.constructor .background__paint{height:520px}}@media screen and (max-width:767px){.constructor .background__paint{width:100%;height:280px}}.constructor .background__paint:after{content:"";flex-grow:1;display:flex}.constructor .background__paint-text{margin-right:35px;position:relative;top:-45px}@media screen and (max-width:767px){.constructor .background__paint-text{margin-right:25px;position:relative;top:-15px;margin-left:25px}}.constructor .background__paint-text svg{width:100%;height:calc(100% + 45px)}@media screen and (max-width:767px){.constructor .background__paint-text svg{height:calc(100% + 15px)}}.constructor .background__pyramid{display:flex;position:absolute;top:0;right:0;width:100%;height:calc(100vh - 60px);overflow:hidden}@media screen and (max-width:1599px){.constructor .background__pyramid{height:741px}}@media screen and (max-width:1279px){.constructor .background__pyramid{height:520px}}.constructor .background__pyramid:after{content:"";display:flex;width:40%}@media screen and (max-width:767px){.constructor .background__pyramid:after{display:none}}.constructor .background__pyramid .left-bg{position:relative;width:60%;height:100%}@media screen and (max-width:767px){.constructor .background__pyramid .left-bg{width:100%;background-color:none!important}}.constructor .background__pyramid .left-bg svg{display:none;position:absolute;top:0;left:0;width:100%}.constructor .background__pyramid .pyramid{position:absolute;min-height:100%;z-index:1}.constructor .start-block{border:none!important;background:url(/static/media/start-block.444e1cfa.jpg) no-repeat 50%;background-size:cover}@media (min-width:768px) and (max-width:1599px){.constructor .start-block{background-image:url(/static/media/start-block-horizontal.8c0b4c00.jpg)}}.constructor .start-block__card{color:#fff;display:flex;justify-content:center;align-items:center;width:100%}@media (min-width:768px) and (max-width:1599px){.constructor .start-block__card{height:340px}}@media screen and (max-width:767px){.constructor .start-block__card{height:480px}}.constructor .start-block__box{position:relative;display:flex;align-items:center;width:90%;height:420px;background:#1e2030}@media (min-width:768px) and (max-width:1599px){.constructor .start-block__box{height:210px}}@media screen and (max-width:767px){.constructor .start-block__box{width:270px;height:340px}}.constructor .start-block__box:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/static/media/start-block.444e1cfa.jpg) no-repeat 50%;-webkit-filter:blur(40px);filter:blur(40px)}@media (min-width:768px) and (max-width:1599px){.constructor .start-block__box:after{background-image:url(/static/media/start-block-horizontal.8c0b4c00.jpg)}}.constructor .start-block__content{position:relative;z-index:1;padding:0 15px;text-align:center}.constructor .start-block__content .h3{display:block;margin-bottom:30px}.constructor .start-block__content .big-text{margin-bottom:40px}.constructor .start-block__content .button{display:flex;align-items:center}@media (min-width:768px) and (max-width:1599px){.constructor .start-block__content{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:0 75px}.constructor .start-block__content .button{height:50px;margin:0 0 0 40px}.constructor .start-block__content .h3{line-height:1;margin-bottom:10px}.constructor .start-block__content .big-text{margin-bottom:0}}@media screen and (max-width:767px){.constructor .start-block__content{width:100%}.constructor .start-block__content .button{height:50px}}.constructor .lid{position:relative;z-index:2;border-radius:8px;padding-left:98px;background:#f6f7f8}@media screen and (max-width:1279px){.constructor .lid{padding-left:80px;overflow:hidden}}@media screen and (max-width:1023px){.constructor .lid{padding-left:60px}}@media screen and (max-width:767px){.constructor .lid{padding:0 25px}}.constructor .lid__box{position:relative;display:flex;justify-content:space-between;min-height:308px}@media screen and (max-width:767px){.constructor .lid__box{flex-direction:column;text-align:center}}.constructor .lid__btn{width:180px;max-width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:0}@media screen and (max-width:767px){.constructor .lid__btn{width:100%}}.constructor .lid__content{display:flex;flex-direction:column;justify-content:center;width:600px;min-height:308px;max-width:100%;padding:55px 0 45px}@media screen and (max-width:1279px){.constructor .lid__content{width:320px;z-index:1}}@media screen and (max-width:767px){.constructor .lid__content{width:100%}}.constructor .lid__title{display:block;margin-bottom:20px}.constructor .lid__aside{display:flex;align-items:center}@media screen and (max-width:1279px){.constructor .lid__aside{position:absolute;right:-80px}}@media screen and (max-width:767px){.constructor .lid__aside{width:100%;bottom:0;right:0}}.constructor .lid__descr{font-size:18px;line-height:24px;margin-bottom:25px;color:#8f95ac}@media screen and (max-width:767px){.constructor .lid__descr{margin-bottom:140px}}.constructor .lid__icon{height:100%}.constructor .lid__icon svg{width:542px;height:100%}@media screen and (max-width:767px){.constructor .lid__icon{height:225px}}.constructor .video{position:relative}.constructor .video__box{width:100%;display:flex;align-items:flex-start}.constructor .video__box_single-video{justify-content:center}@media screen and (max-width:1279px){.constructor .video__box{flex-direction:column;align-items:center}}.constructor .video__main{width:845px;min-height:560px;max-width:100%}@media screen and (max-width:1599px){.constructor .video__main{width:640px;min-height:420px;height:420px}}@media screen and (max-width:1279px){.constructor .video__main{width:845px;min-height:560px;max-width:100%;margin-bottom:35px}}@media screen and (max-width:767px){.constructor .video__main{min-height:auto;height:auto;margin-bottom:15px}}.constructor .video__main iframe{width:845px;min-height:560px;max-width:100%;border-radius:15px}@media screen and (max-width:1599px){.constructor .video__main iframe{width:640px;min-height:420px;height:420px}}@media screen and (max-width:1279px){.constructor .video__main iframe{width:845px;min-height:560px;max-width:100%}}@media screen and (max-width:767px){.constructor .video__main iframe{min-height:240px;height:240px;border-radius:5px}}.constructor .video__prev{flex-shrink:0;border-radius:15px;object-fit:cover;width:252px;max-width:100%;height:160px}@media screen and (max-width:767px){.constructor .video__prev{border-radius:5px;height:85px}}.constructor .video__main-info{position:absolute;bottom:0;width:85%;padding:40px 50px;color:#fff}.constructor .video__main-info svg{display:inline-flex;margin-bottom:30px}.constructor .video__h5{margin-bottom:10px;font-size:16px;line-height:20px;text-transform:none}@media screen and (max-width:767px){.constructor .video__h5{font-size:14px;line-height:18px}}.constructor .video__text{font-size:14px;line-height:16px}@media screen and (max-width:767px){.constructor .video__text{display:none}}.constructor .video__sidebar{width:580px;height:560px;max-width:100%;margin-left:auto}@media screen and (max-width:1599px){.constructor .video__sidebar{width:510px;height:420px}}@media screen and (max-width:1279px){.constructor .video__sidebar{width:845px;height:355px;margin-left:0}}.constructor .video__sidebar .video__item:not(:last-of-type){margin-bottom:35px}@media screen and (max-width:767px){.constructor .video__sidebar .video__item:not(:last-of-type){margin-bottom:15px}}.constructor .video__sidebar svg{opacity:0;transition:all .6s;position:absolute;bottom:15px;left:20px}@media screen and (max-width:767px){.constructor .video__sidebar svg{bottom:5px;left:10px}}.constructor .video__sidebar .video__item.active svg,.constructor .video__sidebar .video__item:hover svg{opacity:1}.constructor .video__item{display:flex;position:relative;border-radius:15px;min-height:160px;padding:0;font-family:inherit;text-align:left;background:none;cursor:pointer}@media screen and (max-width:767px){.constructor .video__item{width:100%;height:85px;min-height:85px;overflow-y:hidden;border-radius:5px}}.constructor .video__sidebox{position:relative;flex-shrink:0}@media screen and (max-width:767px){.constructor .video__sidebox{width:40%}}.constructor .video__side-info{display:flex;flex-direction:column;justify-content:center;position:relative;padding-left:30px;padding-right:30px;min-height:160px}@media screen and (max-width:1599px){.constructor .video__side-info{padding-left:15px;padding-right:15px}}@media screen and (max-width:767px){.constructor .video__side-info{height:100%;padding-left:10px;padding-right:5px;min-height:auto}}.constructor .video__side-info .video__h5{margin-bottom:0}@media screen and (max-width:767px){.constructor .video__box_single-video .video__main,.constructor .video__box_single-video .video__main iframe{margin-bottom:0}}.constructor .block{display:flex;flex-direction:column;width:260px;padding:35px 35px 35px 40px;background:#fff;border:1px solid rgba(148,134,204,.15);border-radius:15px}@media screen and (max-width:1599px){.constructor .block{width:230px;padding:30px 30px 40px}}.constructor .block__img{margin-bottom:20px}.constructor .block__img,.constructor .block__img svg{max-width:67px;max-height:67px}.constructor .block__img .toggle-color{fill:#2c2e3e}.constructor .block__title{margin-bottom:15px}.constructor .block__title_underline{display:flex;flex-direction:column}.constructor .block__title_underline:after{content:"";width:37px;height:4px;margin-top:20px;margin-bottom:20px;background:#2cba2e}@media screen and (max-width:1599px){.constructor .block__title_underline{margin-top:15px;margin-bottom:0}}.constructor .inner{margin-bottom:0}.constructor .inner__header{padding-bottom:45px;border-bottom:3px solid #000}.constructor .inner__header_no-border{border:none}@media screen and (max-width:1279px){.constructor .inner__header{padding-bottom:30px}}.constructor .inner__section{padding-top:65px;padding-bottom:45px;border-bottom:3px solid #000}.constructor .inner__section_no-border{border:none}@media screen and (max-width:1279px){.constructor .inner__section{padding-top:45px;padding-bottom:30px}}.constructor .inner__title{text-align:center;padding-top:50px}@media screen and (max-width:1279px){.constructor .inner__title{padding-top:30px}}@media screen and (max-width:767px){.constructor .inner__title{padding-top:20px}}.constructor .inner__text{padding-top:50px}@media screen and (max-width:1279px){.constructor .inner__text{padding-top:30px}}@media screen and (max-width:767px){.constructor .inner__text{padding-top:20px}}.constructor .inner__h2{margin-bottom:15px}.constructor .inner__p{margin-bottom:24px}.constructor .inner__p:last-of-type{margin-bottom:0}.constructor .inner__list{margin-top:40px;counter-reset:section;list-style-type:none}@media screen and (max-width:767px){.constructor .inner__list{margin-top:20px}}.constructor .inner__list-item{display:flex;align-items:baseline;margin-bottom:35px}.constructor .inner__list-item:last-of-type{margin-bottom:0}.constructor .inner__list-item:before{display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-right:25px;counter-increment:section;content:counters(section,".") " ";font-weight:700;font-size:16px;line-height:24px;color:#fff;width:40px;height:40px;border-radius:50%;background:#4545c2}.constructor .inner__list-title{margin-bottom:20px}.constructor .inner__calc-title{margin-top:40px;margin-bottom:15px}@media screen and (max-width:1279px){.constructor .inner__calc-title{margin-top:20px;margin-bottom:15px}}.constructor .inner__big-pic{border-radius:8px;margin:65px 0 0}@media screen and (max-width:1599px){.constructor .inner__big-pic{margin:50px 0 0}}@media screen and (max-width:1279px){.constructor .inner__big-pic{margin:35px 0 0}}@media screen and (max-width:767px){.constructor .inner__big-pic{margin:25px 0 0}}@media screen and (max-width:767px){.constructor .inner .calculators{padding-bottom:0}}.constructor .inner-form{color:#fff;display:flex;align-items:center;height:280px}@media screen and (max-width:767px){.constructor .inner-form{height:auto}}.constructor .inner-form__form{display:flex;align-items:flex-start}@media screen and (max-width:1279px){.constructor .inner-form__form{flex-direction:column}}@media screen and (max-width:767px){.constructor .inner-form__form{padding:40px 0 120px;position:relative}}.constructor .inner-form__block{display:flex;flex-direction:column;margin-left:auto}@media screen and (max-width:1279px){.constructor .inner-form__block{margin-left:0}}@media screen and (max-width:767px){.constructor .inner-form__block{width:100%}}.constructor .inner-form__title{width:330px;max-width:100%}@media screen and (max-width:1599px){.constructor .inner-form__title{width:205px}}@media screen and (max-width:1279px){.constructor .inner-form__title{width:100%;margin-bottom:25px}}@media screen and (max-width:767px){.constructor .inner-form__title{text-align:center}}.constructor .inner-form__row{display:flex;align-items:flex-start}@media screen and (max-width:767px){.constructor .inner-form__row{flex-direction:column}}.constructor .inner-form__input{width:255px;max-width:100%;margin-right:20px}.constructor .inner-form__input:last-of-type{margin-right:0}@media screen and (max-width:1599px){.constructor .inner-form__input{width:230px}}@media screen and (max-width:767px){.constructor .inner-form__input{width:100%;margin-right:0;margin-bottom:20px}.constructor .inner-form__input:last-of-type{margin-right:0;margin-bottom:0}}.constructor .inner-form__submit{margin-top:0;margin-left:20px}@media screen and (max-width:1599px){.constructor .inner-form__submit{max-width:230px}}@media screen and (max-width:767px){.constructor .inner-form__submit{width:100%;max-width:100%;position:absolute;bottom:50px;margin-left:0}}.constructor .inner-form__checkbox{margin-top:20px;width:100%}@media screen and (max-width:767px){.constructor .inner-form__checkbox{align-items:flex-start}}.constructor .inner-form__checkbox .checkbox__label{color:#fff}@media screen and (max-width:767px){.constructor .inner-form__checkbox .checkbox__label{font-size:16px;line-height:18px;width:230px}}.constructor .inner-form__input .input__control{border-radius:8px;color:#fff;box-shadow:none;background:hsla(0,0%,100%,.1)}.constructor .inner-form__input .input__control::-webkit-input-placeholder{color:#fff}.constructor .inner-form__input .input__control::placeholder{color:#fff}.constructor .inner-form__checkbox-box{width:32px;height:32px;box-shadow:none;background:hsla(0,0%,100%,.1)}.constructor .inner-form__checkbox-box .checkbox__marker{display:flex;justify-content:center;align-items:center}.constructor .inner-form__checkbox-box .checkbox__marker:after{display:none}.constructor .inner-form__checkbox-box .checkbox__marker .checkbox__marker-icon{position:static}.constructor .link.inner-form__agreement{color:hsla(0,0%,100%,.5)}.constructor .link.inner-form__agreement:hover{color:#fff}.constructor .link.inner-form__agreement:active{color:hsla(0,0%,100%,.3)}.constructor .inner-form__checkbox-box .checkbox__marker-icon{fill:#fff}.constructor .breadcrumbs{display:flex;margin-top:10px;height:50px;align-items:center;font-size:16px;line-height:24px;border-bottom:1px solid rgba(143,149,172,.2)}.constructor .breadcrumbs li{position:relative}.constructor .breadcrumbs li:not(:last-child):after{content:"/";margin:0 5px}.constructor .breadcrumbs a:not([href]){color:#8f95ac}.constructor .reviews-list{margin-top:60px;margin-bottom:100px}@media screen and (max-width:1279px){.constructor .reviews-list{margin-top:30px;margin-bottom:60px}}@media screen and (max-width:767px){.constructor .reviews-list{margin-bottom:30px}}.constructor .reviews-list_mt-0{margin-top:0}.constructor .review{display:flex;margin-bottom:20px;padding-top:40px;padding-bottom:35px;background:rgba(143,149,172,.08);border-radius:15px}.constructor .review:last-of-type{margin-bottom:0}.constructor .review-container{width:1020px;max-width:100%;margin:auto}@media screen and (max-width:1599px){.constructor .review-container{width:775px}}@media screen and (max-width:1279px){.constructor .review-container{width:600px}}@media screen and (max-width:767px){.constructor .review-container{width:300px}}.constructor .review-author{display:block;margin-bottom:15px;color:#8f95ac}.constructor .contacts-list{display:grid;grid-template-columns:345px 345px 1fr;grid-gap:30px;gap:30px;margin-bottom:60px}@media screen and (max-width:1599px){.constructor .contacts-list{grid-template-columns:282px 282px 1fr;grid-gap:22px;gap:22px;margin-bottom:50px}}@media screen and (max-width:1279px){.constructor .contacts-list{grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:40px}}@media screen and (max-width:767px){.constructor .contacts-list{grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:40px}}.constructor .contact{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:rgba(143,149,172,.08);border-radius:8px;padding:40px}.constructor .contact>*+*{margin:0}@media screen and (max-width:1599px){.constructor .contact{padding:35px 40px}}@media screen and (max-width:1279px){.constructor .contact{padding:32px 62px}.constructor .contact:last-of-type{grid-column:1/span 2}}@media screen and (max-width:767px){.constructor .contact{padding:18px 42px 22px}.constructor .contact:last-of-type{grid-column:unset}}.constructor .contact__icon{margin-bottom:35px}@media screen and (max-width:1279px){.constructor .contact__icon{margin-bottom:25px}}@media screen and (max-width:767px){.constructor .contact__icon{margin-bottom:18px;height:20px}}@media screen and (max-width:767px){.constructor .contact:nth-child(2) .contact__icon{height:16px}}.constructor .contact__type{margin-bottom:10px;color:#8f95ac}.constructor .contact__overlay{display:none;background-color:#fff;padding:4px 8px;position:absolute;z-index:1}.constructor .contact__anchor{position:relative;max-width:100%;font-size:20px;line-height:24px;transition:all .3s}@media screen and (max-width:1279px){.constructor .contact__anchor{font-size:18px;line-height:22px}}.constructor .contact__anchor:hover .contact__overlay{display:block}.constructor .contact__anchor+.contact__anchor{margin-top:4px}.constructor .contacts-socials{margin-bottom:75px}@media screen and (max-width:1279px){.constructor .contacts-socials{margin-bottom:40px}}.constructor .contacts-socials__header{display:flex;padding-bottom:25px;margin-bottom:20px;border-bottom:3px solid;color:#8f95ac}@media screen and (max-width:1599px){.constructor .contacts-socials__header{font-size:16px;line-height:24px}}.constructor .contacts-socials__icon{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:12px}@media screen and (max-width:767px){.constructor .contacts-socials__icon{width:35px;height:35px}}.constructor .contacts-socials__icon svg{width:23px;height:23px;fill:#fff}@media screen and (max-width:767px){.constructor .contacts-socials__icon svg{width:16px;height:16px}}.constructor .contacts-socials__list{display:grid;grid-gap:30px;gap:30px;grid-template-columns:345px 345px 1fr}@media screen and (max-width:1599px){.constructor .contacts-socials__list{grid-template-columns:282px 282px 1fr;grid-gap:22px;gap:22px}}@media screen and (max-width:1279px){.constructor .contacts-socials__list{grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}}@media screen and (max-width:767px){.constructor .contacts-socials__list{grid-template-columns:1fr;grid-gap:12px;gap:12px}}.constructor .contacts-socials__item{display:flex;align-items:center;transition:all .3s}.constructor .contacts-map{width:100%;height:390px;margin-bottom:90px;background:#8f95ac}@media screen and (max-width:1599px){.constructor .contacts-map{margin-bottom:75px}}@media screen and (max-width:1279px){.constructor .contacts-map{margin-bottom:50px}}@media screen and (max-width:767px){.constructor .contacts-map{height:300px}}.constructor .dropinfo{width:100%;padding:11.5px 13px;display:flex;align-items:center;background-color:rgba(143,149,172,.08);border-radius:4px;margin-bottom:24px;transition:all .3s;cursor:pointer}.constructor .dropinfo .info{margin-right:12px;flex-shrink:0}.constructor .dropinfo .h6{display:block;font-weight:700;margin-bottom:2px}.constructor .dropinfo .collapse__chevron{margin-left:auto;margin-right:5px;align-self:flex-start;margin-top:14px}.constructor .dropinfo .collapse__chevron svg{-webkit-transform:rotate(0);transform:rotate(0)}.constructor .dropinfo__block{display:flex}.constructor .dropinfo__hidden-text{display:none;margin-top:12px;padding-bottom:10px}.constructor .dropinfo.open .dropinfo__hidden-text{display:block}.constructor .dropinfo.open .collapse__chevron svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.constructor .lp{display:flex;min-height:100vh}@media screen and (max-width:1279px){.constructor .lp{height:auto;min-height:100vh;overflow:auto;flex-direction:column}}.constructor .lp__header{padding-top:45px;display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.constructor .lp__header{padding-top:40px}}@media screen and (max-width:1279px){.constructor .lp__header{padding-top:30px;padding-left:20px;padding-right:20px;border-bottom:none}}@media screen and (max-width:767px){.constructor .lp__header{padding-top:15px;padding-left:15px;padding-right:15px}}.constructor .lp__name{padding-right:15px}.constructor .lp__phone{display:flex;align-items:center}@media screen and (max-width:767px){.constructor .lp__phone{font-size:0;justify-content:center;width:40px;height:40px;border-radius:50%}}.constructor .lp__phone svg{margin-right:10px}@media screen and (max-width:767px){.constructor .lp__phone svg{margin-right:0;fill:#fff}}.constructor .lp__main{margin:auto;width:490px;max-width:100%}@media screen and (max-width:1279px){.constructor .lp__main{padding-top:50px;width:100%}}@media screen and (max-width:767px){.constructor .lp__main{padding-top:25px}}.constructor .lp__main .simplebar-track.simplebar-vertical{background-color:none}.constructor .lp__title{margin-bottom:25px}@media screen and (max-width:1599px){.constructor .lp__title{margin-bottom:15px}}.constructor .lp__text{color:#8f95ac;margin-bottom:30px}.constructor .lp__highlighted{display:block}.constructor .lp__svg{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:1279px){.constructor .lp__svg{width:100%}}.constructor .lp__svg svg{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:100vh}@media screen and (max-width:1279px){.constructor .lp__svg svg{height:auto;width:100%}}.constructor .lp__content{display:flex;flex-direction:column;width:720px;max-width:100%;margin-right:auto;margin-left:auto;padding:0 25px}@media screen and (max-width:1279px){.constructor .lp__content{padding-bottom:75px}}@media screen and (max-width:767px){.constructor .lp__content{padding:0 15px 35px}}.constructor .lp__content_success{width:100%;max-width:1470px;display:flex;flex-direction:column}.constructor .lp__checkbox{width:100%;margin-top:25px}@media screen and (max-width:767px){.constructor .lp__checkbox{align-items:flex-start;margin-top:15px}}@media screen and (max-width:767px){.constructor .lp__checkbox .checkbox__label{font-size:16px;line-height:18px}}.constructor .lp__input .input__control{border-radius:8px;box-shadow:none;background:hsla(0,0%,100%,.1)}.constructor .lp__checkbox-box{width:32px;height:32px;box-shadow:none;background-color:#4545c2}.constructor .lp__checkbox-box .checkbox__marker{display:flex;justify-content:center;align-items:center}.constructor .lp__checkbox-box .checkbox__marker:after{display:none}.constructor .lp__checkbox-box .checkbox__marker .checkbox__marker-icon{position:static}.constructor .lp__checkbox-box .checkbox__marker-icon{fill:#fff}.constructor .lp__btn{width:220px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:17px 35px;margin-top:0}@media screen and (max-width:767px){.constructor .lp__btn{width:100%;min-width:100%}}.constructor .lp__success{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.constructor .lp__success-title{width:240px;margin:0 auto 15px;text-align:center}.constructor .lp__success-btn{width:280px;max-width:100%}.constructor .lp__success-text{max-width:480px;margin-left:auto;margin-right:auto;text-align:center;margin-top:15px}.constructor .lp__input-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:25px;row-gap:25px}.constructor .lp__input-grid .admin__input-block{margin-bottom:0}@media screen and (max-width:767px){.constructor .lp__input-grid{grid-template-columns:1fr}}.constructor .lp__info{display:flex;justify-content:space-between;margin-top:25px}@media screen and (max-width:767px){.constructor .lp__info{flex-direction:column;justify-content:flex-start}}.constructor .lp__info-block{position:relative;display:inline-flex;align-items:center;justify-content:center;width:220px;padding:0 15px;margin-left:15px;font-size:13px;line-height:16px;border-radius:8px;background-color:rgba(143,149,172,.1);color:#8f95ac}@media screen and (max-width:767px){.constructor .lp__info-block{margin-top:15px;margin-left:0;width:100%;height:48px}}.constructor .lp__info-icon{position:absolute;top:0;right:-9px;width:32px;height:32px;border-radius:50%;display:flex;justify-content:center;align-items:center}.constructor .card{background:transparent}.constructor .card:after{display:none}.constructor .card .breadcrumbs{margin-bottom:0;margin-left:30px;border:none}.constructor .card .breadcrumbs~.complex__block-row{padding-top:0}.constructor .card .card__image{border-top-left-radius:15px;border-top-right-radius:15px}.constructor .card .complex__info-item-value{color:#2c2e3e}.constructor .card .complex__block-col.text__col{display:flex;flex-direction:column;justify-content:flex-start}.constructor .card .complex__metro-station{color:#8f95ac}.constructor .card .complex__slider-magnifier{background:#fff}.constructor .card .complex__block .complex__images-nav{color:#fff}@media screen and (min-width:1600px){.constructor .card .complex__block iframe{min-width:550px}}.constructor .card .complex__slider-controls li{background:#fff;box-shadow:0 10px 40px rgba(148,134,204,.15)}.constructor .card .complex__slider-controls li:hover .icon{stroke:#2c2e3e}.constructor .card .show__map{background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover;border:6px solid #fff;box-shadow:0 10px 40px rgba(148,134,204,.15)}.constructor .card .show__map svg{fill:#2cba2e}.constructor .card .card__routes{margin-top:20px}@media screen and (max-width:1279px){.constructor .card .card__routes{margin-top:10px}}.constructor .card .card__routes+.card__routes{margin-top:0}@media screen and (max-width:767px){.constructor .card .complex__address{margin-bottom:0;padding-top:0}.constructor .card .complex__block{margin-left:-10px;margin-right:-10px}.constructor .card .complex__bottom{width:calc(100% - 10px)}}.constructor .obj-card{width:100%;display:flex;flex-direction:column;border-radius:15px;transition:all .3s;cursor:pointer}@media screen and (max-width:1599px){.constructor .obj-card{flex-direction:row}}@media screen and (max-width:767px){.constructor .obj-card{flex-direction:column}}.constructor .obj-card:hover{box-shadow:0 2px 15px rgba(143,149,172,.5)}.constructor .obj-card__suburban{padding:25px 30px;display:flex;flex-direction:column;grid-gap:25px;gap:25px}@media screen and (max-width:1599px){.constructor .obj-card button.button{margin-left:0}}.constructor .obj-card__suburban-block{display:flex;flex-direction:column;grid-gap:3px;gap:3px}.constructor .obj-card__suburban-info{display:flex;grid-gap:5px;gap:5px}.constructor .obj-card__suburban-info div:first-child{width:170px}.constructor .obj-card__img{border-top-left-radius:15px;border-top-right-radius:15px}@media screen and (max-width:1279px){.constructor .obj-card__img{border-bottom-left-radius:15px;border-bottom-right-radius:15px}}@media screen and (max-width:767px){.constructor .obj-card__img{border-radius:0;border-top-left-radius:15px;border-top-right-radius:15px}}.constructor .obj-card__slider{flex-shrink:0;max-width:100%;border-top-left-radius:15px;border-top-right-radius:15px;overflow:hidden}.constructor .obj-card__slider img{max-width:100%;width:470px;height:320px;object-fit:cover}@media screen and (max-width:1599px){.constructor .obj-card__slider{width:470px;height:320px;flex-shrink:0}}@media screen and (max-width:1279px){.constructor .obj-card__slider{width:360px;border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width:767px){.constructor .obj-card__slider{height:220px;min-height:auto;width:100%;border-radius:0;border-top-left-radius:15px;border-top-right-radius:15px}.constructor .obj-card__slider img{height:220px;min-height:100%;object-fit:cover;object-position:center}}.constructor .obj-card__content{display:flex;flex-direction:column;height:100%}@media screen and (max-width:1599px){.constructor .obj-card__content{padding-left:30px}}@media screen and (max-width:1279px){.constructor .obj-card__content{padding-left:0}}.constructor .obj-card__body{padding:35px 22px 15px}@media screen and (max-width:1599px){.constructor .obj-card__body{padding-top:30px}}@media screen and (max-width:767px){.constructor .obj-card__body{padding-top:20px;padding-left:18px;padding-right:18px}}.constructor .obj-card__footer{margin-top:auto;margin-left:22px;margin-right:22px;padding-top:0;padding-bottom:25px;min-height:144px}@media screen and (max-width:1599px){.constructor .obj-card__footer{padding-top:0;min-height:auto}}.constructor .obj-card__title{font-size:25px;line-height:28px;margin-bottom:2px}@media screen and (max-width:1599px){.constructor .obj-card__title{font-size:25px;line-height:30px}}@media screen and (max-width:1279px){.constructor .obj-card__title{font-size:25px;line-height:30px}}@media screen and (max-width:767px){.constructor .obj-card__title{font-size:18px;line-height:22px}}.constructor .obj-card__subtitle{margin-bottom:5px;font-size:14px;line-height:18px;font-weight:400}@media screen and (max-width:767px){.constructor .obj-card__subtitle{font-size:16px}}.constructor .obj-card__row{display:flex;margin-bottom:5px}.constructor .obj-card__row:last-of-type{margin-bottom:0}.constructor .obj-card__col:first-child{width:140px;padding-right:15px}.constructor .obj-card__price{font-size:25px;line-height:30px}@media screen and (max-width:767px){.constructor .obj-card__price{font-size:18px;line-height:22px}}.constructor .obj-card__price-per-m{margin-top:2px;font-size:14px;line-height:18px}.constructor .obj-card__body-descr{font-size:14px;line-height:18px;margin-top:5px}@media screen and (max-width:767px){.constructor .obj-card__body-descr{font-size:16px}}.constructor .obj-card__descr{font-size:14px;line-height:18px;margin-top:15px;height:54px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1599px){.constructor .obj-card__descr{height:auto}}@media screen and (max-width:767px){.constructor .obj-card__descr{display:none}}.constructor .cards__item_highlight .obj-card__title{color:#fff;position:relative;margin-bottom:10px}.constructor .cards__item_highlight .obj-card__title:before{content:"";position:absolute;top:-3px;bottom:-3px;left:-10px;right:-10px;z-index:0;border-radius:4px}.constructor .cards__item_highlight .obj-card__title span{position:relative}.constructor .obj-card-grid{display:grid;width:100%;justify-content:space-between;grid-template-columns:repeat(4,345px)}@media screen and (max-width:1599px){.constructor .obj-card-grid{grid-template-columns:repeat(4,280px)}}@media screen and (max-width:1279px){.constructor .obj-card-grid{grid-template-columns:repeat(3,1fr);grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px}.constructor .obj-card-grid .obj-card:nth-child(n+4){display:none}}@media screen and (max-width:767px){.constructor .obj-card-grid{grid-template-columns:repeat(1,320px);justify-content:center;grid-row-gap:25px;row-gap:25px}}.constructor .obj-card_for-grid{border:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.constructor .obj-card_for-grid{flex-direction:column}}@media screen and (max-width:1599px){.constructor .obj-card_for-grid .obj-card__slider{width:100%;height:auto;border-radius:15px 15px 0 0}}.constructor .obj-card_for-grid .obj-card__slider img{max-height:228px}.constructor .obj-card_for-grid .obj-card__price,.constructor .obj-card_for-grid .obj-card__title{font-size:20px;line-height:26px}@media screen and (max-width:1599px){.constructor .obj-card_for-grid .obj-card__content{padding-left:0}}.constructor .obj-card_for-grid .obj-card__footer{min-height:auto}.constructor .typical__list{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.constructor .typical__btn{background:none;border-radius:5px;margin-left:auto;margin-right:auto;margin-top:auto;color:#2c2e3e;text-transform:none;align-items:center;width:100%}.constructor .typical__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:468px;max-width:100%;padding:70px 32px 32px;border:1px solid rgba(143,149,172,.1);border-radius:15px;margin-right:30px;margin-bottom:30px;transition:all .3s}.constructor .typical__item:hover{box-shadow:0 2px 15px rgba(143,149,172,.5)}.constructor .typical__item:last-child,.constructor .typical__item:nth-child(3n){margin-right:0}@media screen and (max-width:1599px){.constructor .typical__item{width:380px}}@media screen and (max-width:1279px){.constructor .typical__item{width:305px}}@media screen and (max-width:1023px){.constructor .typical__item{width:350px;margin-right:0}}@media screen and (max-width:767px){.constructor .typical__item{padding-left:27px;padding-right:27px;width:330px}}.constructor .typical__label{position:absolute;top:17px;right:37px;display:flex;padding:0 15px;justify-content:center;align-items:center;border-radius:5px;color:#fff;font-size:16px;font-weight:400;line-height:26px}.constructor .typical__image{max-height:240px;height:100%;width:100%;object-fit:contain;margin:0 auto 24px}@media screen and (max-width:1279px){.constructor .typical__image{margin-bottom:30px}}.constructor .typical__info{display:flex;flex-wrap:wrap;width:100%;margin-top:15px;margin-bottom:16px}@media screen and (max-width:1279px){.constructor .typical__info{margin-bottom:20px}}.constructor .typical__info-item{display:flex;justify-content:space-between;min-height:30px;font-weight:400;font-size:14px;line-height:18px;width:100%}.constructor .typical__header{border-top:1px solid rgba(143,149,172,.1);display:flex;flex-direction:column;align-items:baseline;width:100%;padding-top:24px}.constructor .typical__header-item{display:flex;justify-content:space-between;min-height:30px;font-size:18px;font-weight:500;line-height:18px;width:100%}.constructor .typical__info-title{font-size:18px;line-height:18px}.constructor .typical__info-value{padding-left:15px;text-align:right}.constructor .about__text{font-size:18px;line-height:26px;margin-bottom:20px}@media screen and (max-width:767px){.constructor .about__text{flex-direction:column;font-size:17px;line-height:22px;text-align:justify}.constructor .about__text b{margin-left:15px}}.constructor .about__text:last-of-type{margin-bottom:0}.constructor .about__features{width:100%;margin-top:50px;padding:20px 50px;background:#2cba2e;color:#fff;border-radius:4px}.constructor .about__features-list{display:flex;flex-wrap:wrap;list-style:disc;background:#2cba2e;color:#fff}.constructor .about__feature{flex-basis:28%;flex-grow:0;margin:5px 30px 5px 0}@media screen and (max-width:767px){.constructor .about__feature{flex-basis:100%}}.constructor .infra .checkbox__marker{background:#2cba2e}.constructor .infra .checkbox__marker:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10'%3E%3Cpath d='M0 4.765l.855-.8 4.19 2.272L12.267 0 13 .665 5.36 10 0 4.765z' fill='%23fff'/%3E%3C/svg%3E")}.constructor .infra__list{display:flex;flex-wrap:wrap;margin-top:40px}.constructor .infra__item{display:flex;flex-basis:20%}.constructor .infra__item:nth-child(5n){padding-right:0}.constructor .infra__item:nth-child(n+6){margin-top:20px}.constructor .infra__markers{display:flex}.constructor .infra__marker{display:flex;justify-content:center;align-items:center;width:41px;height:41px;border-radius:50%}.constructor .infra__marker_kindergarten{background-color:#8790e5}.constructor .infra__marker_polyclinic{background-color:#ff2d23}.constructor .infra__marker_school{background-color:#6a4540}.constructor .infra__marker_relax{background-color:#48b30a}.constructor .infra__marker_gym{background-color:#ff6b23}.constructor .infra__marker_cafe,.constructor .infra__marker_stores{background-color:#2c2e3e}.constructor .infra__marker_banks{background-color:#6e489f}.constructor .infra__marker_parking{background-color:#8f95ac}.constructor .infra__icon{margin-left:15px}.constructor .banks .section__banks{margin-top:0;width:100%}.constructor .banks .wrapper{max-width:1220px;padding:0}.constructor .banks .banks__slider-value{color:#2cba2e}.constructor .banks .complex__slider-info{bottom:-70px}.constructor .footer{font-size:16px;background:#183024;padding:54px 0 0}@media screen and (max-width:767px){.constructor .footer{padding:30px 0}}.constructor .footer__title{font-weight:700}.constructor .footer__wrapper{display:flex;flex-wrap:wrap;align-items:flex-start}@media screen and (max-width:767px){.constructor .footer__wrapper{flex-direction:column;align-items:flex-start}}@media screen and (max-width:1599px){.constructor .footer__wrapper{align-items:flex-start}}.constructor .footer__logo{margin-bottom:0;margin-right:45px;height:auto;object-fit:contain}@media screen and (max-width:1023px){.constructor .footer__logo{margin-right:0;margin-bottom:15px}}.constructor .footer__contacts{width:auto;margin:0 auto 0 0}@media screen and (max-width:1023px){.constructor .footer__contacts{margin-bottom:15px;width:100%}}.constructor .footer__contact-label{font-weight:700;margin-bottom:20px}@media screen and (max-width:1023px){.constructor .footer__contact-label{margin-bottom:5px}}.constructor .footer__adress{max-width:280px;margin-left:auto;margin-right:40px}@media screen and (max-width:1279px){.constructor .footer__adress{margin-left:0}}@media screen and (max-width:767px){.constructor .footer__adress{margin-right:auto}}.constructor .footer__socials{margin-left:auto}@media screen and (max-width:1599px){.constructor .footer__socials{margin-left:25px}}@media screen and (max-width:1279px){.constructor .footer__socials{margin-left:auto}}@media screen and (max-width:1023px){.constructor .footer__socials{justify-content:flex-start;margin-left:0}.constructor .footer__socials li{margin-bottom:10px}}@media screen and (max-width:767px){.constructor .footer__socials{margin-top:15px}}.constructor .footer__socials a{display:flex;justify-content:center;align-items:center;width:55px;height:55px;background:rgba(44,186,46,.2);border-radius:50%;transition:all .3s}.constructor .footer__socials a:hover{background:rgba(44,186,46,.1)}.constructor .footer__phone{margin-bottom:0}@media screen and (max-width:1023px){.constructor .footer__phone{font-size:15px;line-height:18px}}.constructor .footer__box{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1599px){.constructor .footer__box{width:280px;max-width:100%}}.constructor .footer__left{display:flex;max-width:280px;align-items:center;max-height:70px;padding-top:3px}@media screen and (max-width:1023px){.constructor .footer__left{flex-direction:column;align-items:flex-start;max-height:none}}.constructor .footer__right{display:flex;margin-left:auto;flex-grow:1}@media screen and (max-width:1279px){.constructor .footer__right{width:100%;margin-left:0;margin-top:25px}}@media screen and (max-width:1023px){.constructor .footer__right{flex-direction:column;margin-top:0;padding-top:25px}}@media screen and (max-width:767px){.constructor .footer__right{margin-left:0;padding-top:15px}}.constructor .footer__bottom{flex-basis:100%;margin-top:40px;width:100%}@media screen and (max-width:1023px){.constructor .footer__bottom{margin-top:35px}}.constructor .footer__note{color:#8f95ac;font-size:13px;line-height:16px;padding-bottom:28px}@media screen and (max-width:767px){.constructor .footer__note{font-size:12px;line-height:14px}}.constructor .footer__toprealtors{align-items:center;display:flex;height:70px;flex-basis:100%;justify-content:center;width:100%}.constructor .footer__contacts-flex{display:flex}@media screen and (max-width:1599px){.constructor .footer__contacts-flex{flex-direction:column}}@media screen and (max-width:1279px){.constructor .footer__contacts-flex{flex-direction:column}}.constructor .footer__contacts-flex>div:first-of-type{margin-right:55px}@media screen and (max-width:1599px){.constructor .footer__contacts-flex>div:first-of-type{margin-right:0;margin-bottom:10px}}@media screen and (max-width:1279px){.constructor .footer__contacts-flex>div:first-of-type{margin-bottom:0}}@media screen and (max-width:767px){.constructor .footer__contacts-flex>div:first-of-type{margin-right:auto}}@media screen and (max-width:767px){.constructor .footer__address{font-size:15px;line-height:22px}}.constructor .admin__header{display:flex;align-items:center;width:100%;justify-content:space-between}@media screen and (max-width:1279px){.constructor .admin__header{flex-wrap:wrap;align-items:center}}.constructor .admin__header-info{display:flex;align-items:center;margin-top:40px;justify-content:space-between;width:100%}@media screen and (max-width:767px){.constructor .admin__header-info{margin-top:10px;flex-direction:column}}.constructor .admin__header-wrapper{width:100%}.constructor .admin__tabs{display:flex;-webkit-user-select:none;user-select:none}.constructor .admin__tabs .admin__tabs-tab{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;color:#2c2e3e;display:flex;align-items:center;justify-content:center;margin:0 14px;border:1px solid #8f95ac;cursor:pointer}.constructor .admin__tabs .admin__tabs-tab.active{background:#8f95ac;color:#fff}.constructor .admin__tabs .admin__tabs-tab.disabled{opacity:.3}@media screen and (max-width:1279px){.constructor .admin__tabs .admin__tabs-tab{padding:11px 47px;margin:0 10px}.constructor .admin__tabs .admin__tabs-tab:first-of-type{margin-left:0}}@media screen and (max-width:767px){.constructor .admin__tabs .admin__tabs-tab{margin:0;padding:8px 10px}}@media screen and (max-width:1279px){.constructor .admin__tabs{margin-top:15px;order:3;width:100%;justify-content:flex-start}}@media screen and (max-width:767px){.constructor .admin__tabs{justify-content:space-between}}@media screen and (max-width:767px){.constructor .admin__tabs>div{flex-grow:1;margin-right:15px}.constructor .admin__tabs>div:last-child{margin-right:0}.constructor .admin__tabs>div .admin__tabs-tab{width:100%}}.constructor .admin__section{margin-top:40px;padding-bottom:60px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.constructor .admin__section{margin-top:25px;padding-bottom:55px}}.constructor .admin__section:first-of-type{margin-top:0}.constructor .admin__section_no-border{padding-bottom:0;border:none}.constructor .admin__section:last-of-type{border:none}.constructor .admin__section_md{max-width:970px}@media screen and (max-width:1279px){.constructor .admin__section_md{max-width:100%}}.constructor .admin__section_sm{max-width:780px}@media screen and (max-width:1279px){.constructor .admin__section_sm{max-width:100%}}.constructor .admin__section_xsm{max-width:640px}@media screen and (max-width:1279px){.constructor .admin__section_xsm{max-width:100%}}.constructor .admin__section_pb-20{padding-bottom:20px}@media screen and (max-width:767px){.constructor .admin__section_pb-20{padding-bottom:5px}}.constructor .admin__section_pb-0{padding-bottom:0}.constructor .admin input[type=radio]{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.constructor .admin textarea{resize:vertical}.constructor .admin__h1{flex-shrink:0;margin-right:55px}@media screen and (max-width:1023px){.constructor .admin__h1{margin-right:35px;margin-right:0;flex-basis:auto!important}}.constructor .admin__title{display:flex;align-items:center;margin-bottom:20px}.constructor .admin__title .info{margin-left:15px}.constructor .admin__title .switch{margin-right:15px}@media screen and (max-width:767px){.constructor .admin__title{margin-bottom:15px}}.constructor .admin__title_with-info{margin-bottom:8px}.constructor .admin__title_with-info .admin__label{margin-bottom:0}.constructor .admin__title_mb-40{margin-bottom:40px}.constructor .admin__h6{margin-bottom:12px;font-size:14px;line-height:21px;font-weight:700}@media screen and (max-width:767px){.constructor .admin__h6{font-size:15px;line-height:20px}}.constructor .admin__header-btn{display:flex;margin-left:25px}@media screen and (max-width:1023px){.constructor .admin__header-btn{margin-top:0}}@media screen and (max-width:767px){.constructor .admin__header-btn{margin-left:0}}.constructor .admin__showpromo-anchor{color:#8f95ac;background:rgba(143,149,172,.08);display:flex;border-radius:5px;padding:14px 24px;flex-wrap:nowrap;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:767px){.constructor .admin__showpromo-anchor{padding:12px 14px}}.constructor .admin__anchor{transition:all .3s;color:#8f95ac}.constructor .admin__anchor:hover{color:#2c2e3e}.constructor .admin__anchor:active{color:#1e2030}.constructor .admin__anchor_red{color:#ff2d23}.constructor .admin__anchor_red:hover{color:#cf2d23}.constructor .admin__anchor_red:active{color:#b32d23}.constructor .admin__anchor_mt-5{display:inline-flex;margin-top:5px}.constructor .admin__anchor-wrapper{display:flex;align-items:center}.constructor .admin__anchor-wrapper .admin__anchor{margin-left:10px}@media screen and (max-width:1279px){.constructor .admin__anchor-wrapper:only-of-type{margin-bottom:15px}}@media screen and (max-width:767px){.constructor .admin__anchor-wrapper{width:100%;margin-bottom:20px}}.constructor .admin__views{margin-left:15px;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:28px;padding:0 10px;background:rgba(143,149,172,.1);border-radius:100px;fill:rgba(143,149,172,.4);-webkit-user-select:none;user-select:none}.constructor .admin__views span{margin-left:5px}.constructor .admin__list-tabs{width:100%;border-radius:5px;border:1px solid rgba(143,149,172,.2);border-top:none}@media screen and (max-width:767px){.constructor .admin__list-tabs{border:none}}.constructor .admin__list-container{display:flex}.constructor .admin__list-container_sm{width:490px;max-width:100%}.constructor .admin__list-container_lg{width:752px;max-width:100%}@media screen and (max-width:1279px){.constructor .admin__list-container_lg{width:452px}}@media screen and (max-width:767px){.constructor .admin__list-container{border-bottom:1px solid rgba(143,149,172,.2);overflow-x:scroll}}.constructor .admin__list-tab{height:60px;display:flex;justify-content:center;align-items:center;flex-grow:1;border-bottom:1px solid rgba(143,149,172,.2);border-top:1px solid rgba(143,149,172,.2);border-right:1px solid rgba(143,149,172,.2);cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width:767px){.constructor .admin__list-tab{margin-right:25px;font-weight:700;flex-shrink:0;border:none}}.constructor .admin__list-tab.active{background:#8f95ac;color:#fff}@media screen and (max-width:767px){.constructor .admin__list-tab.active{color:inherit;background:#fff;box-shadow:inset 0 -2px #ff2d23}}.constructor .admin__list-tab:last-child{border-right:none;border-top-right-radius:5px}.constructor .admin__list-tab:first-child{border-right:none;border-top-left-radius:5px}.constructor .admin__list-tab .dot{background-color:#ff2d23;border-radius:50%;width:25px;height:25px;margin-left:10px;text-align:center;line-height:25px;color:#fff}.constructor .admin__list-box{padding:0 35px 35px}@media screen and (max-width:767px){.constructor .admin__list-box{padding:0}}.constructor .admin__list-box.hidden{display:none}.constructor .admin__icon-btn{align-items:center;transition:all .3s}.constructor .admin__icon-btn:hover{color:#ff2d23}.constructor .admin__icon-btn:active{color:#8f95ac}.constructor .admin__icon-btn_with-hover .admin__icon:hover{background:rgba(143,149,172,.3)}.constructor .admin__icon-btn_with-hover .admin__icon:active{background:rgba(143,149,172,.2)}.constructor .admin__icon-btn_gray{color:#8f95ac;font-size:14px}.constructor .admin__icon-btn_gray .admin__icon{margin-right:10px}.constructor .admin__icon-btn_gray:hover .admin__icon{background:rgba(143,149,172,.3)}.constructor .admin__icon-btn_gray:active .admin__icon{background:rgba(143,149,172,.2)}.constructor .admin__icon{display:flex;justify-content:center;align-items:center;width:43px;height:43px;border-radius:50%;background:rgba(143,149,172,.1);transition:all .3s}.constructor .admin__icon_delete{margin-right:12px}.constructor .admin__icon_sm{width:28px;height:28px}.constructor .admin__icon_square{width:50px;height:50px;border-radius:0}.constructor .admin__icon_eye{fill:rgba(143,149,172,.4)}.constructor .admin__icon.without-border{width:auto;height:auto;border:none}.constructor .admin__icon .icon{width:15px;height:20px}.constructor .admin__icon .icon_cross{width:11px;height:8px}.constructor .admin__icon .icon_plus{width:8px;height:8px}.constructor .admin__upload-text{margin-right:12px;overflow:hidden;text-overflow:ellipsis;max-width:200px;width:auto;display:inline-block;vertical-align:text-bottom}@media screen and (max-width:1599px){.constructor .admin__upload-text{max-width:120px}}.constructor .admin__boxes{margin-left:auto}@media screen and (max-width:1279px){.constructor .admin__boxes{margin-left:25px;max-width:100%}}@media screen and (max-width:767px){.constructor .admin__boxes{margin-left:0}}.constructor .admin__box{display:flex;width:1220px;max-width:100%;margin-top:60px;padding:50px;border:1px solid rgba(143,149,172,.2);border-radius:5px}@media screen and (max-width:1599px){.constructor .admin__box{padding:45px;margin-top:40px;width:980px}}@media screen and (max-width:1279px){.constructor .admin__box{padding:25px 30px;margin-top:30px;width:100%}}@media screen and (max-width:767px){.constructor .admin__box{padding:20px 15px 25px;margin-top:15px;width:100%}}.constructor .admin__box:first-of-type{margin-top:0}.constructor .admin__h3{margin-bottom:30px}@media screen and (max-width:767px){.constructor .admin__h3{margin-bottom:15px}}.constructor .admin__label{display:flex;align-items:center;margin-bottom:8px;color:#8f95ac}.constructor .admin__label .info{margin-left:12px}@media screen and (max-width:767px){.constructor .admin__label{font-size:15px;line-height:20px}}.constructor .admin__input,.constructor .admin__textarea{font-family:inherit;font-size:14px;padding:16.5px 15px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.constructor .admin__row{display:flex}@media screen and (max-width:1279px){.constructor .admin__row{flex-direction:column}}.constructor .admin__input-flex{display:flex}.constructor .admin__input-flex .admin__input{flex-grow:1}.constructor .admin__map-btn{font-family:inherit;margin-left:15px;background:#8f95ac;color:#fff;padding:16px 20px;border-radius:5px;font-size:14px;cursor:pointer}.constructor .admin__halfbox{width:50%}@media screen and (max-width:1279px){.constructor .admin__halfbox{width:100%}}.constructor .admin__halfbox:first-child{padding-right:60px;border-right:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.constructor .admin__halfbox:first-child{padding-right:30px}}@media screen and (max-width:1279px){.constructor .admin__halfbox:first-child{padding-right:0;border-right:none}}.constructor .admin__halfbox:last-child{padding-left:60px}@media screen and (max-width:1599px){.constructor .admin__halfbox:last-child{padding-left:30px}}@media screen and (max-width:767px){.constructor .admin__halfbox:last-child{padding-left:0}}.constructor .admin__halfbox_single:nth-child(n){padding-left:0;padding-right:0;margin-top:35px;flex-direction:column}.constructor .admin__halfbox_single:nth-child(n) .admin__input-block:first-child{margin-bottom:15px}.constructor .admin__input-block{display:flex;flex-direction:column;margin-bottom:25px}@media screen and (max-width:767px){.constructor .admin__input-block{margin-bottom:15px}}.constructor .admin__input-block_sm{max-width:780px}@media screen and (max-width:1279px){.constructor .admin__input-block_sm{max-width:100%}}.constructor .admin__input-block_xs{max-width:345px}@media screen and (max-width:1279px){.constructor .admin__input-block_xs{max-width:100%}}.constructor .admin__input-block:last-child,.constructor .admin__input-block:last-of-type{margin-bottom:0}.constructor .admin__input-block_socials{position:relative;flex-direction:row;overflow:hidden;border:1px solid rgba(143,149,172,.2);height:52px;border-radius:4px}.constructor .admin__input-block_socials .admin__input{padding-right:55px;width:100%;border:none;border-radius:0}.constructor .admin__input-block_socials .admin__icon-btn{transition:all .9s;position:absolute;right:-200%}.constructor .admin__input-block_socials .admin__input:focus+.admin__icon-btn,.constructor .admin__input-block_socials:hover .admin__icon-btn{right:0}.constructor .admin__upload-block{display:flex;align-items:center;margin-bottom:25px;padding:18px 35px;background:rgba(143,149,172,.08);border-radius:5px}@media screen and (max-width:1279px){.constructor .admin__upload-block{flex-direction:column}}.constructor .admin__upload-block_inside{padding:12px 0 0;margin-bottom:0;background:none;border-radius:0}.constructor .admin__upload-block_inside .admin__upload-img{margin-right:10px}.constructor .admin__upload{width:100%;display:flex;justify-content:space-between;align-items:baseline}@media screen and (max-width:1599px){.constructor .admin__upload{flex-direction:column}}@media screen and (max-width:1279px){.constructor .admin__upload{flex-direction:column;align-items:center}}.constructor .admin__upload-img{width:80px;height:80px;object-fit:cover;margin-right:25px;border:5px solid #fff;border-radius:50%}@media screen and (max-width:1279px){.constructor .admin__upload-img{margin-right:0;margin-bottom:10px}}.constructor .admin__upload-img_no-border{border:none}.constructor .admin__upload-label{background:none;font-size:14px;color:#8f95ac}@media screen and (max-width:1279px){.constructor .admin__upload-label{margin-bottom:15px}}.constructor .admin__socials-list{display:flex;flex-wrap:wrap;flex-direction:column}@media screen and (max-width:1023px){.constructor .admin__socials-list{flex-direction:column}}.constructor .admin__socials-list li{margin-bottom:10px;width:100%}.constructor .admin__socials-list li:nth-child(2n){margin-left:0}@media screen and (max-width:1279px){.constructor .constructor__box{width:100%}}.constructor .admin__socials-icon{display:flex;justify-content:center;align-items:center;width:50px;height:100%;background:#4d7198;flex-shrink:0}.constructor .admin__socials-icon_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.constructor .admin__socials-icon_vk{background:#4d7198}.constructor .admin__socials-icon_fb{background:#3b5998}.constructor .admin__socials-icon_tg{background:#08c}.constructor .admin__socials-icon_wa{background:#25d366}.constructor .admin__socials-icon_vb{background:#665cac}.constructor .admin__socials-icon .icon{width:23px;height:23px;fill:#fff}.constructor .admin__socials-add{display:flex;align-items:center;height:100%}@media screen and (max-width:767px){.constructor .admin__socials-add{margin-top:5px}.constructor .admin__socials-add .admin__icon-btn_gray{font-size:15px;line-height:20px}}.constructor .admin__color-list{display:flex;flex-wrap:wrap;grid-gap:15px;gap:15px}@media screen and (max-width:767px){.constructor .admin__color-list{flex-wrap:wrap}}@media screen and (max-width:1023px){.constructor .admin__color-list .admin__icon-btn{display:none}}.constructor .admin__color-item{display:flex}.constructor .admin__color-bar{width:48px;height:48px;margin-right:10px;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:4px;background:#62b8e7;cursor:pointer}@media screen and (max-width:1599px){.constructor .admin__color-bar{width:45px;height:45px}}.constructor .admin__color-bar_green{background:linear-gradient(135deg,#2cba2e 50%,#183024 0)}.constructor .admin__color-bar_blue{background:linear-gradient(135deg,#62b8e7 50%,#173343 0)}.constructor .admin__color-bar_yellow{background:linear-gradient(135deg,#ffd336 50%,#2c2e3e 0)}.constructor .admin__color-bar_red{background:linear-gradient(135deg,#dd453b 50%,#301120 0)}.constructor .admin__color-bar_gray{background:linear-gradient(135deg,#a9a9b8 50%,#3f3f57 0)}.constructor .admin__color-bar_asphalt{background:linear-gradient(135deg,#5e617f 50%,#1f223e 0)}.constructor .admin__color-bar_purple{background:linear-gradient(135deg,#9377b7 50%,#584274 0)}.constructor .admin__color-bar_burgundy{background:linear-gradient(135deg,#781b1b 50%,#280101 0)}.constructor .admin__color-bar_nightsky{background:linear-gradient(135deg,#4545c2 50%,#14143a 0)}.constructor .admin__color-bar_turquoise{background:linear-gradient(135deg,#5eb7a7 50%,#102e28 0)}.constructor .admin__color-bar_light{background:#fff;border:1px solid rgba(143,149,172,.2)}.constructor .admin__color-bar_dark{background:#1e2030}.constructor .admin__radio-box{position:relative;display:flex;align-items:center}.constructor .admin__radio-box .admin__radio-marker{display:flex;width:18px;height:18px;margin-right:12px;border-radius:50%;background:#fff;border:1px solid rgba(143,149,172,.3)}.constructor .admin__radio-label{display:flex;align-items:center;cursor:pointer}.constructor .admin__radio:checked~.admin__radio-marker:before{content:"";width:10px;height:10px;margin:auto;border-radius:50%;background:#8f95ac}.constructor .admin__theme-list{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:25px;row-gap:25px}@media screen and (max-width:1279px){.constructor .admin__theme-list{grid-template-columns:1fr}}@media screen and (max-width:767px){.constructor .admin__theme-list{align-items:flex-start}}.constructor .admin__theme-item{margin-right:28px}.constructor .admin__theme-item:last-child{margin-right:0}@media screen and (max-width:767px){.constructor .admin__theme-item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:25px;margin-right:0;width:100%}.constructor .admin__theme-item:last-child{margin-bottom:0}}.constructor .admin__theme-block{position:relative;width:353px;display:flex;max-width:100%;margin-bottom:15px;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:5px}.constructor .admin__theme-block_dark{background:#151622}@media screen and (max-width:1599px){.constructor .admin__theme-block{width:287px}}@media screen and (max-width:1279px){.constructor .admin__theme-block{width:263px}}@media screen and (max-width:767px){.constructor .admin__theme-block{width:262px;height:153px}}.constructor .admin__theme-block svg{width:100%;height:100%}.constructor .admin__theme-manager{position:absolute;left:50%;top:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;flex-direction:column;align-items:center}.constructor .admin__theme-avatar{width:175px;height:175px;border-radius:50%;object-fit:cover;background:#fff}@media screen and (max-width:1599px){.constructor .admin__theme-avatar{width:140px;height:140px}}@media screen and (max-width:1279px){.constructor .admin__theme-avatar{width:120px;height:120px}}@media screen and (max-width:1023px){.constructor .admin__theme-avatar{width:74px;height:74px}}@media screen and (max-width:767px){.constructor .admin__theme-avatar{width:94px;height:94px}}.constructor .admin__theme-avatar_border_square{border-radius:16px}.constructor .admin__theme-info{margin-top:-20px;padding:8px 10px;text-align:center}.constructor .admin__theme-info .admin__theme-name{margin-bottom:5px;color:#fff;font-size:14px;font-weight:700}@media screen and (max-width:1599px){.constructor .admin__theme-info .admin__theme-name{font-size:12px}}@media screen and (max-width:1023px){.constructor .admin__theme-info .admin__theme-name{font-size:8px}}.constructor .admin__theme-info .admin__theme-position{color:#fff;font-size:10px}@media screen and (max-width:1599px){.constructor .admin__theme-info .admin__theme-position{font-size:8px}}@media screen and (max-width:1023px){.constructor .admin__theme-info .admin__theme-position{font-size:5px}}.constructor .admin__theme-info_bg-white{background:#fff;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:10px}.constructor .admin__theme-info_bg-white .admin__theme-name{color:#2c2e3e}.constructor .admin__theme-info_bg-white .admin__theme-position{color:#8f95ac}.constructor .admin__theme-label{display:flex;justify-content:center;width:120px;height:50px;align-items:center;margin-right:25px;font-size:14px;color:#2c2e3e;border-radius:5px;transition:background .3s}@media screen and (max-width:767px){.constructor .admin__theme-label{height:40px}}.constructor .admin__theme-label:hover{background:rgba(143,149,172,.3)}.constructor .admin__theme-label:active{background:rgba(143,149,172,.2)}.constructor .admin__radio:checked+.admin__theme-label{background:#8f95ac;color:#fff}.constructor .admin__theme-controls{display:flex;align-items:center}@media screen and (max-width:1279px){.constructor .admin__theme-controls{justify-content:flex-start;margin-bottom:25px}}.constructor .admin__input-row{display:flex;justify-content:space-between;margin-bottom:25px}.constructor .admin__input-row_mt{margin-top:30px}.constructor .admin__input-row_flex_column{flex-direction:column}@media screen and (max-width:1279px){.constructor .admin__input-row{flex-direction:column;margin-bottom:0}}.constructor .admin__input-row .admin__input-block{width:48%;margin-bottom:0}@media screen and (max-width:1279px){.constructor .admin__input-row .admin__input-block{width:100%;margin-bottom:15px}.constructor .admin__input-row .admin__input-block_with-anchor{margin-bottom:0}}.constructor .admin__input-row .admin__input-block_lg{width:665px;max-width:100%}.constructor .admin__input-row_flex-end .admin__input-block{justify-content:flex-end}@media screen and (max-width:1279px){.constructor .admin__input-row_sm_column{flex-direction:column}.constructor .admin__input-row_sm_column .admin__input-block{width:100%;margin-bottom:15px}.constructor .admin__input-row_sm_column .admin__input-block:last-of-type{margin-bottom:0}}.constructor .admin__cities-row{justify-content:flex-start}.constructor .admin__cities-row .admin__radio-box+.admin__radio-box{margin-left:20px}@media screen and (max-width:1279px){.constructor .admin__cities-row .admin__radio-box+.admin__radio-box{margin-top:15px;margin-left:0}}.constructor .admin__checkboxes{display:flex;margin-top:30px}@media screen and (max-width:1279px){.constructor .admin__checkboxes{flex-direction:column}}.constructor .admin__checkboxes-column{width:50%;padding-right:20px}@media screen and (max-width:1279px){.constructor .admin__checkboxes-column{width:100%;padding-right:0;margin-bottom:20px}}.constructor .admin__checkboxes-column:last-child{padding-right:0}@media screen and (max-width:1279px){.constructor .admin__checkboxes-column:last-child{margin-bottom:0}}.constructor .admin__checkboxes-column .checkbox{margin-bottom:15px;align-items:flex-start}.constructor .admin__checkboxes-column .checkbox:last-child{margin-bottom:0}.constructor .admin__checkboxes-column .checkbox__label{padding-right:15px}.constructor .admin__add-btn{display:flex;justify-content:center;align-items:center;width:200px;height:50px;margin-top:30px;background:#fff;color:#2c2e3e;border:2px solid #ff2d23;border-radius:100px;font-size:14px;font-weight:700;line-height:1;transition:all .3s}.constructor .admin__add-btn:focus,.constructor .admin__add-btn:hover{background:#ff2d23;color:#fff}.constructor .admin__add-btn:active{border-color:#cf2d23;background:#cf2d23}.constructor .admin__socials{margin-top:10px}@media screen and (max-width:767px){.constructor .admin__socials{flex-wrap:wrap;justify-content:flex-start}.constructor .admin__socials li{margin-bottom:10px}}.constructor .admin__socials .admin__social-label{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background-color:rgba(143,149,172,.5);cursor:pointer}.constructor .admin__socials .admin__social-label .icon{fill:#fff}.constructor .admin__social-input{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.constructor .admin__social-input:checked+.admin__social-label_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.constructor .admin__social-input:checked+.admin__social-label_vk{background:#4d7198}.constructor .admin__social-input:checked+.admin__social-label_fb{background:#3b5998}.constructor .admin__social-input:checked+.admin__social-label_tg{background:#08c}.constructor .admin__social-input:checked+.admin__social-label_wa{background:#25d366}.constructor .admin__social-input:checked+.admin__social-label_vb{background:#665cac}.constructor .admin__settings-header{display:flex;align-items:center;margin-bottom:30px}@media screen and (max-width:767px){.constructor .admin__settings-header{flex-direction:column;align-items:flex-start}}.constructor .admin__status{margin-left:35px;border-radius:4px;padding:6px 14px}.constructor .admin__status:nth-of-type(2){margin-left:10px}@media screen and (max-width:767px){.constructor .admin__status,.constructor .admin__status:nth-of-type(2){margin-top:10px;margin-left:0}}.constructor .admin__status_published{color:#2cba2e;background:rgba(44,186,46,.15)}.constructor .admin__status_not-published{color:#ff2d23;background:rgba(255,45,35,.15)}.constructor .admin__last-update-date{margin-left:35px;color:#8f95ac}@media screen and (max-width:1023px){.constructor .admin__last-update-date{margin-left:15px}}@media screen and (max-width:767px){.constructor .admin__last-update-date{margin-top:15px;margin-left:0}}.constructor .admin__domen-input{display:flex;align-items:baseline}.constructor .admin__domen-input input{width:100%;margin:0 8px}@media screen and (max-width:767px){.constructor .admin__domen-input input{margin:0}}@media screen and (max-width:767px){.constructor .admin__domen-input span{display:none}}.constructor .admin__submit{margin-top:30px}@media screen and (max-width:767px){.constructor .admin__submit{border-radius:50em;width:100%}}.constructor .admin__domen-result{margin-top:5px;padding-left:60px}@media screen and (max-width:1023px){.constructor .admin__domen-result{padding-left:0}}.constructor .admin__domen-result_enabled{color:#2cba2e}.constructor .admin__domen-result_disabled{color:#ff2d23}.constructor .admin__edit-btn{display:flex;width:28px;height:28px;margin-left:auto;border-radius:50%;cursor:pointer;transition:all .3s;background:rgba(143,149,172,.1) url(/static/media/edit.90fee6e8.svg) no-repeat 50%;flex-shrink:0}.constructor .admin__edit-btn:focus,.constructor .admin__edit-btn:hover{background-color:rgba(143,149,172,.3)}.constructor .admin__edit-btn:active{background-color:rgba(143,149,172,.2)}.constructor .admin__menu{position:fixed;top:80px;left:0;width:100%;background:#fff;z-index:10;box-shadow:0 10px 40px rgba(148,134,204,.15);visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width:767px){.constructor .admin__menu{display:block;top:0}}@media screen and (max-width:1279px){.constructor .admin__menu{top:70px}}@media screen and (max-width:767px){.constructor .admin__menu{height:50px}.constructor .admin__menu.is-mobile{top:0}.constructor .admin__menu .constructor__container,.constructor .admin__menu .consultation_dark:after{overflow:visible!important}}.constructor .admin__menu.hidden{visibility:hidden;opacity:0}@media screen and (max-width:767px){.constructor .admin__menu .constructor__container,.constructor .admin__menu .consultation_dark:after{overflow:scroll}}.constructor .admin__form{width:100%}@media screen and (max-width:1599px){.constructor .admin__menu-btns{display:flex}.constructor .admin__menu-btns .icon__wrap{align-items:center;background:rgba(143,149,172,.1);border-radius:50em;justify-content:center;display:flex;margin-right:10px;height:32px;width:32px}.constructor .admin__menu-btns .admin__menu-btn_transparent{align-items:center;background:none;border:none;color:#8f95ac;display:flex;font-weight:300;margin-right:30px;justify-content:space-between;padding:0;height:50px}.constructor .admin__menu-btns .admin__menu-btn_transparent:hover{background:none;color:inherit}}@media screen and (max-width:1599px){.constructor .admin__menu-btns .admin__menu-btn_transparent{margin-right:25px}}.constructor .admin__menu.for-mobile{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 10%,#fff 40%);height:70px;bottom:0;top:auto;padding:12px 10px}.constructor .admin__menu.for-mobile .admin__menu-btn_transparent{background:#fff}.constructor .admin__menu.for-mobile .admin__menu-btns{display:flex;justify-content:space-between}.constructor .admin__menu.for-mobile .admin__menu-btn{border-radius:50em}.constructor .admin__menu.for-mobile .button{border-radius:5px;height:100%;display:flex;justify-content:center;margin:0;width:100%}.constructor .admin__menu-content{display:flex;justify-content:space-between;align-items:center;height:70px}@media screen and (max-width:767px){.constructor .admin__menu-content{height:50px;overflow-x:scroll}}.constructor .admin__menu-list{display:flex}@media screen and (max-width:767px){.constructor .admin__menu-list{height:100%}}.constructor .admin__menu-item{margin-right:70px}.constructor .admin__menu-item:last-child{margin-right:0}@media screen and (max-width:1599px){.constructor .admin__menu-item{margin-right:65px}}@media screen and (max-width:1279px){.constructor .admin__menu-item{margin-right:30px}}@media screen and (max-width:767px){.constructor .admin__menu-item{align-items:center;display:flex;margin-right:30px;height:100%}.constructor .admin__menu-item:last-child{margin-right:30px}.constructor .admin__menu-item.is-active{box-shadow:inset 0 -2px 0 0 #ff2d23}}.constructor .admin__menu-anchor{text-transform:uppercase;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.3px;transition:all .3s;cursor:pointer}.constructor .admin__menu-anchor svg{transition:stroke .3s}.constructor .admin__menu-anchor:hover{color:#ff2d23}.constructor .admin__menu-anchor:hover svg{stroke:#ff2d23}.constructor .admin__menu-anchor:active{color:rgba(255,45,35,.85)}.constructor .admin__menu-anchor:active svg{stroke:rgba(255,45,35,.85)}@media screen and (max-width:1279px){.constructor .admin__menu-anchor{font-size:11px;line-height:16px;white-space:nowrap}}.constructor .admin__menu-btn{padding:16px 32px;margin-right:10px;border:1px solid transparent}.constructor .admin__menu-btn:last-child{margin-right:0}.constructor .admin__menu-btn_transparent{display:inline-flex;font-size:14px;line-height:16px;font-weight:700;color:#8f95ac;border:1px solid rgba(143,149,172,.2);border-radius:5px;transition:all .3s}.constructor .admin__menu-btn_transparent:hover{background:#8f95ac;color:#fff}.constructor .admin__menu-btn_transparent:active{background:rgba(143,149,172,.85)}.constructor .admin__remove-review{display:inline-flex;color:#ff2d23;margin:15px 0}.constructor .admin__remove-review:hover{color:rgba(255,45,35,.8)}@media screen and (max-width:767px){.constructor .admin__color-choice{margin-top:20px}}@media screen and (max-width:767px){.constructor .admin__h5{font-size:15px;line-height:20px}}@media screen and (max-width:767px){.constructor .admin__reviews+.admin__reviews{padding-bottom:30px}}@media screen and (max-width:767px){.constructor .admin__theme-choice{padding-bottom:5px}}@media screen and (max-width:1023px){.constructor .admin__menu-list-wrap{-webkit-transform:translateX(-110%);transform:translateX(-110%);top:0;bottom:0;position:fixed;z-index:1000;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;background:#fff}.constructor .admin__menu-list-wrap.is-active{left:0;-webkit-transform:translateX(0);transform:translateX(0);top:70px}.constructor .admin__menu-list-wrap .admin__menu-list{display:flex;flex-direction:column}.constructor .admin__menu-list-wrap .admin__menu-item{align-items:center;padding:15px 20px}}@media screen and (max-width:767px){.constructor .admin__menu-list-wrap{height:100%;position:static;-webkit-transform:none;transform:none}.constructor .admin__menu-list-wrap .admin__menu-list{flex-direction:row}.constructor .admin__menu-list-wrap .admin__menu-item{padding:0}}.constructor .admin__menu-list-shadow{display:none}@media screen and (max-width:1023px){.constructor .admin__menu-list-shadow{display:block;position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;background-color:rgba(143,149,172,.7);opacity:0;pointer-events:none;transition:opacity .15s ease-in-out}.constructor .admin__menu-list-shadow.is-active{opacity:1;pointer-events:all}}@media screen and (max-width:767px){.constructor .admin__menu-list-shadow{display:none}}.constructor .admin__menu-list-burger{display:none}@media screen and (max-width:1023px){.constructor .admin__menu-list-burger{cursor:pointer;display:block}.constructor .admin__menu-list-burger .icon{stroke:#2c2e3e;font-size:19px}}@media screen and (max-width:767px){.constructor .admin__menu-list-burger{display:none}}.constructor .admin__header-btns{display:flex}@media screen and (max-width:767px){.constructor .admin__header-btns{width:100%;flex-wrap:wrap;grid-gap:15px;gap:15px}}.constructor .admin__input-notice{font-size:14px;line-height:17px;color:#8f95ac;margin-top:12px}.constructor .landings-dropdown{width:220px}.constructor .landings-dropdown .custom-select__selected{background-color:initial;transition:padding .3s}.constructor .flats__row-table-expanded-title{padding-right:5px}.constructor .landings-dropdown:not(.is-showing) .custom-select__selected{padding-left:0}@media screen and (max-width:767px){.constructor .orders__content.for-agents{margin-top:20px}}.constructor .domen{position:relative;width:640px;max-width:100%}.constructor .domen.hide{display:none}.constructor .domen .text{font-size:14px;line-height:18px}.constructor .domen .admin__input{width:425px;max-width:100%}.constructor .domen .link_color_brand-3{color:#8f95ac}.constructor .domen .link_color_brand-3:focus,.constructor .domen .link_color_brand-3:hover{color:#ff2d23}.constructor .domen .link_color_brand-3:active{color:#b32d23}.constructor .domens{border:none}.constructor .domens .admin__list-tab{border:1px solid rgba(143,149,172,.2);margin-bottom:-1px}.constructor .domens .admin__list-tab:not(.active){color:#8f95ac}.constructor .domens .admin__list-tab:first-of-type{border-radius:4px 0 0 0}.constructor .domens .admin__list-tab:nth-of-type(2){border-radius:0 4px 0 0}@media screen and (max-width:767px){.constructor .domens .admin__list-tab{border:none}}.constructor .domens .admin__list-container_lg .admin__list-tab{width:252px}.constructor .domens .admin__list-container_lg .admin__list-tab:nth-of-type(2){border-radius:0 0 0 0}.constructor .domens .admin__list-container_lg .admin__list-tab:nth-of-type(3){border-radius:0 4px 0 0}@media screen and (max-width:767px){.constructor .domens .admin__list-container_lg .admin__list-tab{width:150px;border:none}}.constructor .domens__btns{margin-top:30px;display:flex}@media screen and (max-width:767px){.constructor .domens__btns{flex-direction:column;align-items:center}}.constructor .domens__btns .button{margin:0;width:auto;min-width:196px;font-weight:400;display:flex;text-align:center;justify-content:center}@media screen and (max-width:767px){.constructor .domens__btns .button{width:280px}}.constructor .domens__btns .button:last-child{margin-left:15px}@media screen and (max-width:767px){.constructor .domens__btns .button:last-child{margin-left:0;margin-top:15px}}.constructor .domens .admin__list-box{border:1px solid rgba(143,149,172,.2);border-radius:5px}@media screen and (max-width:767px){.constructor .domens .admin__list-box{border:none}}.constructor .domen__title{margin-top:25px;margin-bottom:20px}.constructor .domen__close-btn{position:absolute;right:15px;top:15px}.constructor .domen__text{margin-top:20px}.constructor .domen__table{width:100%;margin-top:18px;font-size:14px;line-height:18px;border-radius:5px;border-spacing:0}.constructor .domen__table_sm{width:720px;max-width:100%}@media screen and (max-width:1279px){.constructor .domen__table_sm{width:100%}}.constructor .domen__table tr:first-child{height:45px;vertical-align:middle;background:#8f95ac;color:#fff}.constructor .domen__table tr{height:62px}.constructor .domen__table th{font-weight:400;text-align:left}.constructor .domen__table th:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.constructor .domen__table th:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.constructor .domen__table td,.constructor .domen__table th{padding:0 25px}.constructor .domen__table td{background:rgba(143,149,172,.08)}.constructor .domen__table tr:not(:first-child) td{border-top:1px solid rgba(143,149,172,.2)}.constructor .domen__table tr:not(:first-child) td:first-child{border-bottom-left-radius:5px}.constructor .domen__table tr:not(:first-child) td:last-child{border-bottom-right-radius:5px}.constructor .domen__table td.bold{font-weight:700}@media screen and (max-width:767px){.constructor .domen__table{display:flex;align-items:center;flex-direction:column}.constructor .domen__table tr{width:100%;display:flex;align-items:center}.constructor .domen__table td,.constructor .domen__table th{padding:0 10px;height:100%;display:flex;align-items:center;flex-grow:1;min-width:170px}.constructor .domen__table td:nth-child(2),.constructor .domen__table th:nth-child(2){min-width:140px}}.constructor .domen__sign{display:flex;margin-top:20px}.constructor .domen__sign_center{align-items:center}.constructor .domen__sign .info{width:25px;height:25px;flex-shrink:0;margin-right:10px;background:#fff;border:1px solid #ff2d23}.constructor .domen__sign .info .icon{fill:#ff2d23}.constructor .domen__sign p{padding-top:4px;font-size:14px;line-height:18px}.constructor .domen__sign .link{margin-left:5px}.constructor .domen__save-btn{display:block;width:196px;text-align:center;margin-top:20px;margin-left:auto;margin-right:auto}.constructor .domen-toggler{display:flex;align-items:center;height:80px;padding:0 35px;background:rgba(143,149,172,.08);border-radius:4px;border-bottom:none;margin-top:20px;margin-bottom:40px}.constructor .domen-toggler.hide{display:none}.constructor .domen-toggler__title{margin-right:38px;font-weight:700}.constructor .domen-toggler__btn{width:238px;font-weight:400;justify-content:center;text-align:center}.constructor .admin__input-block .form__item{margin:0;height:52px;width:100%}.constructor .admin__input-block .form__drop-btn{margin:0;font-family:inherit;font-size:14px;padding:16.5px 15px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.constructor .admin__input-block .form__drop-btn:hover{box-shadow:none}.constructor .admin__input-block .form__drop .dropdown__block{width:100%}@media screen and (max-width:767px){.constructor .admin__input-block .mobile-filters__title{display:none}}.constructor .admin__aside{margin-top:15px;width:220px;position:-webkit-sticky;position:sticky;z-index:2;top:100px}@media screen and (max-width:1599px){.constructor .admin__aside{width:180px}}@media screen and (max-width:1279px){.constructor .admin__aside{width:150px}}@media screen and (max-width:767px){.constructor .admin__aside{display:none}}.constructor .admin__aside .collapse{width:100%}.constructor .admin__aside .collapse__title{font-size:12px;padding-left:0;width:100%;text-transform:uppercase;font-weight:700;line-height:18px;letter-spacing:.3px;transition:all .3s;cursor:pointer}.constructor .admin__aside .collapse__title svg{transition:stroke .3s}.constructor .admin__aside .collapse__title+.collapse__content a:hover,.constructor .admin__aside .collapse__title:hover{color:#ff2d23}.constructor .admin__aside .collapse__title+.collapse__content a:hover svg,.constructor .admin__aside .collapse__title:hover svg{stroke:#ff2d23}.constructor .admin__aside .collapse__title+.collapse__content a:active,.constructor .admin__aside .collapse__title:active{color:rgba(255,45,35,.85)}.constructor .admin__aside .collapse__title+.collapse__content a:active svg,.constructor .admin__aside .collapse__title:active svg{stroke:rgba(255,45,35,.85)}@media screen and (max-width:1279px){.constructor .admin__aside .collapse__title{font-size:11px;line-height:16px;white-space:nowrap}}.constructor .admin__aside .collapse__content{padding:25px 0 0}.constructor .admin__aside .collapse__content ul{padding-left:20px}.constructor .admin__aside .collapse__content li:not(:last-child){margin-bottom:5px}.constructor .admin__aside .collapse__content a{transition:all .3s}.constructor .admin__nav-item{margin-bottom:10px;padding-bottom:20px;display:flex;align-items:center}.constructor .admin__nav-item_with-border-bot{border-bottom:1px solid rgba(143,149,172,.2);margin-bottom:25px}.constructor .admin__nav-item_disabled{cursor:default;color:#8f95ac}.constructor .admin__nav-item_disabled .collapse__title{cursor:default}.constructor .admin__nav-item_disabled .collapse__title:hover,.constructor .admin__nav-item_disabled .collapse__title:hover svg{color:#8f95ac;stroke:none}.constructor .admin__nav-item_disabled .info{font-weight:400!important;text-transform:none;font-size:14px;line-height:18px}.constructor .admin__aside-btns .button{width:100%;display:flex;justify-content:center;margin-bottom:15px}.constructor .admin__aside-btns .button:last-of-type{margin-bottom:0}.constructor .admin__banner{width:100%;height:50px;justify-content:center;background:#f6f7f8;align-items:center;display:flex}@media screen and (max-width:767px){.constructor .admin__banner{display:none}}.constructor .admin__popover .popover__block{position:fixed;right:15px;top:85%}@media screen and (max-width:1599px){.constructor .admin__popover .popover__block{top:75%}}.constructor .admin__popover .clip__tooltip .popover__inner{width:360px;max-width:100%;background-color:#f6f7f8;display:flex;align-items:center}.constructor .admin__popover .clip__tooltip-text{color:#1e2030}.constructor .admin__popover .popover__flex{display:flex;align-items:flex-start}.constructor .admin__popover .popover__flex img{margin-top:5px;margin-right:25px}.constructor .admin__popover .popover__flex_center{align-items:center}.constructor .admin__popover .popover__flex_center img{margin-top:0}.constructor .admin__popover .admin__menu-btn{height:36px;margin-top:15px}.constructor .admin__popover_dark .popover__block{top:65%}.constructor .admin__popover_dark .clip__tooltip .popover__inner{background:#1e2030 url(/static/media/darkmode.5815387b.svg) no-repeat 50%}.constructor .admin__popover_dark .clip__tooltip .popover__inner .clip__tooltip-text{color:#fff}.constructor.aa .aa__placing{margin-top:20px}.constructor.aa .aa__flex{display:flex;align-items:center}.constructor.aa .aa__images{margin-top:20px}.constructor.aa .aa__images img+img{margin-left:15px}.constructor.aa .aa__mortgage-checkbox{margin-top:auto;margin-bottom:14px}@media screen and (max-width:767px){.constructor.aa .aa__mortgage-checkbox .checkbox.checkbox_view_invert{justify-content:start;flex-direction:row}}.constructor.aa .aa__info-popup{margin-left:10px}@media screen and (max-width:767px){.constructor.aa .admin__header{justify-content:start}}@media screen and (max-width:767px){.constructor.aa .form__item{width:100%;flex-basis:100%}}@media screen and (max-width:767px){.constructor.aa .mobile-filters__title{display:none}}@media screen and (max-width:767px){.constructor.aa .mobile-filters__submit{width:262px}}@media screen and (max-width:767px){.constructor.aa .admin__showpromo-anchor{margin-top:15px}}.constructor.aa .file-up__del{flex-shrink:0}@media screen and (max-width:1279px){.constructor.aa .modal-form__item_145{flex-basis:100px}.constructor.aa .modal-form__item_145 .custom-select{min-width:100px;width:100px}}@media screen and (max-width:767px){.constructor.aa .modal-form__item_145{flex-basis:100%}.constructor.aa .modal-form__item_145 .custom-select{min-width:100%;width:100%}}@media screen and (max-width:1279px){.constructor.aa .modal-form__item+.modal-form__item{margin-left:15px}}@media screen and (max-width:767px){.constructor.aa .modal-form__item+.modal-form__item{margin-left:0;margin-top:10px}}@media screen and (max-width:767px){.constructor.aa .admin__h1{margin-bottom:0;margin-left:15px}}.constructor .aa__box{display:flex;position:relative;align-items:flex-start;width:100%;margin-top:35px;margin-bottom:35px}@media screen and (max-width:767px){.constructor .aa__box{margin-top:0;margin-bottom:10px}}.constructor .aa__back{position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:1599px){.constructor .aa__back{font-size:0}.constructor .aa__back .icon{margin-right:0}}@media screen and (max-width:767px){.constructor .aa__back{position:static;padding:15px;height:30px}.constructor .aa__back .icon{font-size:14px}}.constructor .aa__content{position:relative;display:flex;align-items:flex-start;width:1220px;max-width:100%;margin-left:100px;padding:50px;border:1px solid rgba(143,149,172,.2);border-radius:5px}@media screen and (max-width:1599px){.constructor .aa__content{padding:40px;margin-left:30px}}@media screen and (max-width:1279px){.constructor .aa__content{padding:25px;margin-left:0}}@media screen and (max-width:767px){.constructor .aa__content{border:none;flex-direction:column;padding:20px 0}}.constructor .aa__content-left{width:670px;max-width:100%}@media screen and (max-width:1279px){.constructor .aa__content-left{width:460px}}@media screen and (max-width:767px){.constructor .aa__content-left{width:100%;margin-top:10px;border:1px solid rgba(143,149,172,.2);order:1}}.constructor .aa__content-right{width:300px;max-width:100%;margin-left:auto;position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:1279px){.constructor .aa__content-right{width:180px}}@media screen and (max-width:767px){.constructor .aa__content-right{width:100%;margin-left:0;margin-bottom:10px;background:rgba(143,149,172,.08)}}.constructor .aa__block{margin-bottom:35px}.constructor .aa__block:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.constructor .aa__block{padding:20px 15px;margin-bottom:0}}.constructor .aa__title{margin-bottom:10px}.constructor .aa__switcher{min-height:50px;justify-content:flex-start}@media screen and (max-width:1279px){.constructor .aa__switcher{flex-wrap:wrap}}@media screen and (max-width:767px){.constructor .aa__switcher{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}}.constructor .aa__switcher .switcher__btn{display:flex;justify-content:center;flex-grow:1;min-width:100px;font-size:14px;border:1px solid rgba(143,149,172,.2);margin-left:30px}.constructor .aa__switcher .switcher__btn:first-of-type{margin-left:0}.constructor .aa__switcher .switcher__btn.active{border-color:transparent}@media screen and (max-width:1279px){.constructor .aa__switcher .switcher__btn{height:50px;width:140px;margin-left:10px}.constructor .aa__switcher .switcher__btn:first-of-type,.constructor .aa__switcher .switcher__btn:nth-child(4){margin-left:0}.constructor .aa__switcher .switcher__btn:nth-child(n+4){margin-top:10px}}@media screen and (max-width:767px){.constructor .aa__switcher .switcher__btn:nth-child(n){width:100%;height:44px;margin:0}}.constructor .aa__btn{display:flex;justify-content:center;align-items:center;background:#8f95ac;transition:background-color .15s ease-in-out;color:#fff;border-radius:4px}.constructor .aa__btn:hover{background:#2c2e3e}.constructor .aa__btn:active{background:#1e2030}.constructor .aa__btn_map{width:95px;height:50px;margin-top:auto;margin-left:30px}@media screen and (max-width:1279px){.constructor .aa__btn_map{margin-left:15px;width:100px}}@media screen and (max-width:767px){.constructor .aa__btn_map{margin-left:0;margin-top:10px;width:100%}}.constructor .aa__info{display:flex;align-items:baseline;margin-bottom:15px}.constructor .aa__info-icon{width:25px;height:25px;background-color:rgba(143,149,172,.1);display:flex;justify-content:center;align-items:center;margin-right:12px;border-radius:50%;flex-shrink:0}.constructor .aa__info-icon svg{fill:#8f95ac}.constructor .ot__section .admin__h1{margin-right:0}@media screen and (max-width:767px){.constructor .ot__section{margin-bottom:15px}}.constructor .ot__add-obj{color:#fff}@media screen and (max-width:767px){.constructor .ot__add-obj{width:100%;text-transform:uppercase;font-size:12px}}@media screen and (max-width:1279px){.constructor .ot__btns{order:1;width:100%;margin-top:20px}}@media screen and (max-width:767px){.constructor .ot__switcher{display:flex;flex-wrap:nowrap;overflow-x:scroll;border-bottom:1px solid rgba(143,149,172,.2);min-height:30px}}.constructor .ot__switcher .switcher__btn{width:200px}@media screen and (max-width:1599px){.constructor .ot__switcher .switcher__btn{width:160px}}@media screen and (max-width:1279px){.constructor .ot__switcher .switcher__btn{flex-grow:1;padding:15px}}@media screen and (max-width:767px){.constructor .ot__switcher .switcher__btn:nth-child(n){padding:10px 0;width:auto;height:auto;font-size:12px;margin-right:0;text-transform:uppercase;font-weight:700;border-radius:0;border:none;border-bottom:3px solid transparent;flex-shrink:0;background:none}.constructor .ot__switcher .switcher__btn.active{color:#2c2e3e;border-bottom:3px solid #ff2d23}}.constructor .ot__filter{width:100%}.constructor .ot__filter .mini-filter{margin-top:25px;margin-bottom:10px}.constructor .ot__filter .mini-filter .form{width:100%}.constructor .ot__filter .mini-filter__button{display:inline-block}@media screen and (max-width:767px){.constructor .ot__filter{display:none}}.constructor .co{margin-top:50px}@media screen and (max-width:1279px){.constructor .co{margin-top:25px}}.constructor .co .breadcrumbs{margin-top:0;border:none}.constructor .co .popover__block{top:0;right:0}.constructor .co__container{position:relative;display:flex;align-items:flex-start}.constructor .co__container .text{font-size:14px;line-height:18px}@media screen and (max-width:1279px){.constructor .co__container{flex-direction:column}}.constructor .co__left-col{width:800px;max-width:100%;margin-right:75px}@media screen and (max-width:1599px){.constructor .co__left-col{width:690px;margin-right:40px}}@media screen and (max-width:1279px){.constructor .co__left-col{width:730px;margin-right:0;margin-bottom:30px}}@media screen and (max-width:767px){.constructor .co__left-col{width:350px;margin-left:auto;margin-right:auto;margin-bottom:15px}}.constructor .co__slider{position:relative;width:800px;max-width:100%}.constructor .co__slider .swiper-button-next,.constructor .co__slider .swiper-button-prev{width:44px;height:44px}.constructor .co__slider .swiper-button-next:before,.constructor .co__slider .swiper-button-prev:before{width:10px;height:10px;border-width:2px}.constructor .co__slider .swiper-container:not(.swiper-thumbs) iframe,.constructor .co__slider .swiper-container:not(.swiper-thumbs) img{width:800px;height:530px;max-width:100%;object-fit:contain}@media screen and (max-width:1599px){.constructor .co__slider .swiper-container:not(.swiper-thumbs) iframe,.constructor .co__slider .swiper-container:not(.swiper-thumbs) img{width:690px;height:460px}}@media screen and (max-width:1279px){.constructor .co__slider .swiper-container:not(.swiper-thumbs) iframe,.constructor .co__slider .swiper-container:not(.swiper-thumbs) img{width:730px;height:480px}}@media screen and (max-width:767px){.constructor .co__slider .swiper-container:not(.swiper-thumbs) iframe,.constructor .co__slider .swiper-container:not(.swiper-thumbs) img{width:350px;height:235px}}.constructor .co__slider .swiper-thumbs img{width:115px;height:74px;object-fit:cover}@media screen and (max-width:1279px){.constructor .co__slider .swiper-thumbs img{width:95px;height:60px}}@media screen and (max-width:767px){.constructor .co__slider .swiper-thumbs img{height:50px}}.constructor .co__info{position:-webkit-sticky;position:sticky;top:100px;width:345px}@media screen and (max-width:1279px){.constructor .co__info{display:flex;flex-wrap:wrap;width:100%}}@media screen and (max-width:767px){.constructor .co__info{flex-direction:column}}.constructor .co__slide img{border-radius:5px;border:1px solid rgba(143,149,172,.3)}.constructor .swiper-thumbs .swiper-slide-thumb-active img{border:2px solid #8f95ac}@media screen and (max-width:1279px){.constructor .co__info-body{width:232px;margin-right:70px}}@media screen and (max-width:767px){.constructor .co__info-body{margin-right:0;margin-bottom:20px;width:100%}}.constructor .co__description{width:750px;max-width:100%}@media screen and (max-width:1599px){.constructor .co__description{width:690px}}@media screen and (max-width:1279px){.constructor .co__description{width:730px}}@media screen and (max-width:767px){.constructor .co__description{width:350px}}.constructor .co__description-title{margin-bottom:15px}@media screen and (max-width:1599px){.constructor .co__description-title{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.constructor .co__description-title{font-size:16px;line-height:20px}}@media screen and (max-width:767px){.constructor .co__description-title{font-size:14px;line-height:18px}}.constructor .co__description-content{font-size:18px;line-height:24px}@media screen and (max-width:1599px){.constructor .co__description-content{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.constructor .co__description-content{font-size:15px;line-height:24px}}.constructor .co__header{width:100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(143,149,172,.3)}@media screen and (max-width:1279px){.constructor .co__header{border:none;padding-bottom:5px}}@media screen and (max-width:1279px){.constructor .co__header-content{display:flex;align-items:center}}.constructor .co__title{margin-bottom:10px}.constructor .co__adress{margin-bottom:12px;font-size:16px;line-height:18px}@media screen and (max-width:1279px){.constructor .co__adress{margin-bottom:0;margin-right:12px}}.constructor .co__on-map{display:flex;align-items:center;color:#ff2d23}.constructor .co__on-map:hover{color:#cf2d23}.constructor .co__on-map:active{color:#b32d23}.constructor .co__on-map svg{margin-right:5px}.constructor .co__price{display:flex;flex-direction:column;margin-bottom:20px}.constructor .co__price-full{margin-bottom:5px}.constructor .co__manager{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-radius:4px;margin-bottom:30px}@media screen and (max-width:1279px){.constructor .co__manager{flex-direction:column;justify-content:flex-start}}@media screen and (max-width:767px){.constructor .co__manager{flex-direction:row;justify-content:space-between;margin-bottom:10px}}.constructor .co__manager-info{width:140px}@media screen and (max-width:1279px){.constructor .co__manager-info{text-align:center;margin-bottom:10px}}@media screen and (max-width:767px){.constructor .co__manager-info{text-align:left;margin-bottom:0;width:150px}}.constructor .co__manager-link{margin-top:7px}.constructor .co__manager-btn{border-radius:5px;background-color:#8f95ac;color:#fff;padding:10px 12px;transition:all .3s;cursor:pointer}.constructor .co__manager-btn:hover{background-color:#666b81}@media screen and (max-width:1279px){.constructor .co__manager-btn{width:100%;justify-content:center}}@media screen and (max-width:767px){.constructor .co__manager-btn{width:140px}}.constructor .co__items{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:20px;row-gap:20px;justify-content:space-between;border-top:1px solid rgba(143,149,172,.3);padding-top:30px}@media screen and (max-width:1279px){.constructor .co__items{justify-content:start;grid-column-gap:70px;-webkit-column-gap:70px;column-gap:70px;padding-top:0;border:none}}@media screen and (max-width:767px){.constructor .co__items{border-bottom:1px solid rgba(143,149,172,.3);display:flex;flex-wrap:wrap;grid-gap:0;gap:0}}.constructor .co__items+.co__item{margin-top:20px}.constructor .co__item{display:flex;flex-direction:column}@media screen and (max-width:767px){.constructor .co__item{width:50%;margin-bottom:25px}.constructor .co__item:nth-child(odd){padding-right:15px}.constructor .co__item:nth-child(2n){padding-left:15px}.constructor .co__item_single{width:100%;margin-bottom:0}.constructor .co__item_single:nth-child(n){padding:0}}.constructor .co__value{margin-bottom:5px}.constructor .co__description{margin-top:65px}@media screen and (max-width:1599px){.constructor .co__description{margin-top:40px}}@media screen and (max-width:767px){.constructor .co__description{margin-top:30px}}.constructor .co__description p{margin:25px 0}.constructor .co__manager-link{color:#8f95ac;transition:all .3s}.constructor .co__manager-link:hover{color:#666b81}.constructor .co__video-panel{position:absolute;top:20px;right:20px;z-index:2;display:inline-flex;align-items:center;border-radius:4px;padding:6.5px 14px;font-size:14px;line-height:17px;color:#fff;transition:all .3s;cursor:pointer}.constructor .co__video-panel svg{margin-top:2px;margin-right:10px}.constructor .co__video-icon path{fill:#fff}.constructor .co__online{margin-top:50px;padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.3);display:flex;align-items:center}.constructor .co__online-pic{margin-right:35px}.constructor .co__mortgage{display:flex;margin-top:20px;padding-top:25px;border-top:1px solid rgba(143,149,172,.3)}@media screen and (max-width:1279px){.constructor .co__mortgage{width:100%}}@media screen and (max-width:767px){.constructor .co__mortgage{border-top:none;padding-top:0}.constructor .co__mortgage svg{display:none}}.constructor .co__mortgage .h55{margin-bottom:10px}.constructor .co__mortgage .text{margin-bottom:15px}.constructor .co__mortgage-box{margin-left:15px}@media screen and (max-width:767px){.constructor .co__mortgage-box{margin-left:0}}.constructor .co__mortgage-btn{padding:17px 60px}@media screen and (max-width:767px){.constructor .co__mortgage-btn{width:100%}}.constructor_color-green .fill-1{fill:#2cba2e}.constructor_color-green .stroke-1{stroke:#2cba2e}.constructor_color-green .color-1{color:#2cba2e}.constructor_color-green .background-1{background-color:#2cba2e}@media screen and (max-width:767px){.constructor_color-green .lp__phone{background:#2cba2e}}.constructor_color-green .lp__phone-svg{fill:#2cba2e}@media screen and (max-width:767px){.constructor_color-green .lp__phone-svg{fill:#fff}}.constructor_color-green .about__features,.constructor_color-green .about__features-list{background:#2cba2e}.constructor_color-green .background__fill-main{fill:#2cba2e}.constructor_color-green .background__fill-black{fill:#183024}.constructor_color-green .banner{background:#183024}.constructor_color-green .banner__img path{fill:#2cba2e;stroke:#2cba2e}.constructor_color-green .card .show__map svg{fill:#2cba2e}.constructor_color-green .banks .banks__slider-value{color:#2cba2e}.constructor_color-green .consultation_dark{background:#183024}.constructor_color-green .infra .checkbox__marker{background:#2cba2e}.constructor_color-green .promo__label,.constructor_color-green .promo__position,.constructor_color-green .property .button_view_outline-with-icon-invert,.constructor_color-green .property .button_view_outline-with-icon-invert:hover,.constructor_color-green .property .card__dates,.constructor_color-green .property .map-card__dates{color:#2cba2e}.constructor_color-green .property .button_view_outline-with-icon-invert .icon{fill:#2cba2e}.constructor_color-green .property .button_view_default,.constructor_color-green .property .simplebar-scrollbar:before{background:#2cba2e}.constructor_color-green .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-green .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-green .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(36,81,58,.2);color:#fff}.constructor_color-green .block__title_underline:after{background:#2cba2e}.constructor_color-green .link{color:#fff}.constructor_color-green .link:hover{color:#2cba2e}.constructor_color-green .link:active{color:rgba(44,186,46,.5)}.constructor_color-green .constructor__header,.constructor_color-green .inner__list-item:before{background:#183024}.constructor_color-green .constructor__socials .icon{fill:#fff}.constructor_color-green .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-green .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-green .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-green .button_view_default,.constructor_color-blue .calculator-section .constructor_color-green .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-green .button_view_default,.constructor_color-gray .calculator-section .constructor_color-green .button_view_default,.constructor_color-green .calculator-section .button_view_default,.constructor_color-green .constructor__btn,.constructor_color-nightsky .calculator-section .constructor_color-green .button_view_default,.constructor_color-purple .calculator-section .constructor_color-green .button_view_default,.constructor_color-red .calculator-section .constructor_color-green .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-green .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-green .button_view_default{background:#2cba2e}.constructor .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-green .calculator-section .button_view_default:hover,.constructor_color-green .constructor__btn:hover,.constructor_color-nightsky .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-green .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-green .button_view_default:hover{background:#229124}.constructor .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-green .calculator-section .button_view_default:active,.constructor_color-green .constructor__btn:active,.constructor_color-nightsky .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-green .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-green .button_view_default:active{background:#18681a}.constructor_color-green .constructor__btn_transparent{background:transparent;color:#183024;border:1px solid #2cba2e}.constructor_color-green .constructor__btn_transparent:hover{background:#2cba2e}.constructor_color-green .inner-form__submit{background:#183024;color:#fff}.constructor_color-green .inner-form__submit:hover{background:#070e0b}.constructor_color-green .inner-form__submit:active{background:#000}.constructor_color-green .footer{background:#183024}.constructor_color-green .footer__socials a{background:rgba(44,186,46,.2)}.constructor_color-green .footer__socials a:hover{background:rgba(44,186,46,.1)}.constructor_color-green .footer__toprealtors{border-top:1px solid rgba(44,186,46,.2)}.constructor_color-green .header__list a:hover{color:#2cba2e}.constructor_color-green .header__phone{color:#fff}.constructor_color-green .header__phone:hover{color:#2cba2e}.constructor_color-green .header__callback-btn{background:#2cba2e}.constructor_color-green .header__callback-btn:hover{background:#229124}.constructor_color-green .header__callback-btn:active{background:#18681a}@media screen and (max-width:767px){.constructor_color-green .header__callback-btn_mob{background:#2cba2e}}@media screen and (max-width:1279px){.constructor_color-green .header__nav{background:#24513a}}@media screen and (max-width:767px){.constructor_color-green .header__nav{background:#fff}}.constructor_color-green .header__nav-toggler{background:#24513a}.constructor_color-green .background_sphere~.promo{background:#2cba2e}.constructor_color-green .background_sphere~.promo .promo__btn{background:#183024}.constructor_color-green .background_sphere~.promo .promo__btn:hover{background:rgba(24,48,36,.9)}.constructor_color-green .background_sphere~.promo .promo__btn:active{background:rgba(24,48,36,.8)}.constructor_color-green .constructor__socials_banner .icon,.constructor_color-green .constructor__socials_banner .icon:active,.constructor_color-green .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-green .property .label-item{color:#2cba2e}.constructor_color-green .property .button_view_ghost .icon,.constructor_color-green .property .button_view_outline-with-icon-invert .icon{fill:#2cba2e}.constructor_color-green .types-tabs{border:1px solid #2cba2e}.constructor_color-green .types-tabs__background{background:#2cba2e}.constructor_color-green .types-tabs__item:hover{background:rgba(44,186,46,.2)}.constructor_color-green .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#2cba2e;transition:none}.constructor_color-green .types-tabs__item:hover:not(.is-active) path{fill:rgba(44,186,46,.2);stroke:#2cba2e;transition:none}.constructor_color-green .types-tabs__item.is-active:active .types-tabs__name{color:#2cba2e}.constructor_color-green .types-tabs__item.is-active path{fill:#2cba2e;stroke:#fff}.constructor .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-green .property__btn.constructor__btn.property__btn_active,.constructor_color-green .typical__label,.constructor_color-nightsky .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-green .property__btn.property__btn_active.button_view_default{background:#2cba2e}.constructor_color-green .typical__btn{background:none;border:1px solid #2cba2e}.constructor_color-green .typical__btn:hover{background:#2cba2e;color:#fff}.constructor_color-green .lid__fill-svg{fill:#2cba2e}.constructor_color-green .consultation__map-icon{stroke:#2cba2e}.constructor_color-green .consultation__map-info{background:#183024}.constructor_color-green .consultation__form .link{color:#2cba2e}.constructor_color-green .constructor__social-btn_site{background:#183024}.constructor_color-green .video .simplebar-scrollbar:before{background:#2cba2e}.constructor_color-green .swiper-pagination-bullet-active{background-color:#2cba2e}.constructor_color-green .property .cards__item.cards__item_highlight{border:2px solid #2cba2e}.constructor_color-green .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#2cba2e}.constructor_color-green .co__manager-btn,.constructor_color-green .co__video-panel{background:#2cba2e}.constructor_color-green .co__manager-btn:hover,.constructor_color-green .co__video-panel:hover{background:#229124}.constructor_color-green .co__manager-btn:active,.constructor_color-green .co__video-panel:active{background:#18681a}.constructor_color-green .co__manager{border:1px solid #2cba2e}.constructor_color-green .co__online-icon,.constructor_color-green .co__video-circle,.constructor_color-green .mortgage__icon{fill:#2cba2e}.constructor_color-green .co__on-map{color:#2cba2e}.constructor_color-green .co__on-map:hover{color:#229124}.constructor_color-green .co__on-map:active{color:#18681a}.constructor_color-green .co__on-map-icon{fill:#2cba2e}.constructor_color-green #dist-map-container [class*=-hint],.constructor_color-green #myMap [class*=-hint]{background-color:#2cba2e}.constructor_color-green #dist-map-container [class*=-hint]:after,.constructor_color-green #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #2cba2e;border-left:13px solid transparent;background-image:none}.constructor_color-green .inner-form{background:#2cba2e}.constructor_color-green .inner__header,.constructor_color-green .inner__section{border-color:#2cba2e}.constructor_color-green .breadcrumbs a[href]{color:#2cba2e}.constructor_color-green .breadcrumbs a[href]:hover{color:rgba(44,186,46,.9)}.constructor_color-green .breadcrumbs a[href]:active{color:rgba(44,186,46,.8)}.constructor_color-green .inner__main-color-bg{background-color:#2cba2e}.constructor_color-green .video__h5{color:#183024}.constructor_color-green .contact__icon{stroke:#2cba2e}.constructor_color-green .contact__anchor[href]:focus,.constructor_color-green .contact__anchor[href]:hover{color:#2cba2e}.constructor_color-green .contact__anchor[href]:active{color:#229124}.constructor_color-green .contacts-socials__header{border-color:#2cba2e}.constructor_color-green .contacts-socials__icon{background-color:#2cba2e}.constructor_color-green .contacts-socials__item:focus,.constructor_color-green .contacts-socials__item:hover{color:#2cba2e}.constructor_color-green .contacts-socials__item:active{color:#229124}.constructor_color-green .background__paint:after{background:#2cba2e}.constructor_color-green .promo__paint-bg svg{fill:#183024}.constructor_color-green .background__pyramid svg.pyramid{fill:rgba(44,186,46,.7)}.constructor_color-green .background__pyramid:after{background:#2cba2e}.constructor_color-green .background__pyramid .left-bg{background:#183024}.constructor_color-green .slider__input .noUi-handle{background-color:#2cba2e}.constructor_color-green .stroke-color{stroke:#183024}.constructor_color-green .header__socials,.constructor_color-green .header__top-menu-drop{background-color:#183024}.constructor_color-green .lp__agreement{color:#2cba2e}.constructor_color-green .lp .simplebar-scrollbar:before{background-color:#2cba2e}.constructor_color-green .header__socials{background-color:#151622}.constructor_color-green.constructor_darkMode{background:#151622;color:#fff}.constructor_color-green.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-green.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-green.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-green.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-green.constructor_darkMode .advantages__item-inner,.constructor_color-green.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-green.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-green.constructor_darkMode .card .show__map{border-color:#2cba2e}.constructor_color-green.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-green.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-green.constructor_darkMode .background__pyramid .left-bg,.constructor_color-green.constructor_darkMode .block,.constructor_color-green.constructor_darkMode .card__body,.constructor_color-green.constructor_darkMode .cards__map-cards,.constructor_color-green.constructor_darkMode .constructor__header,.constructor_color-green.constructor_darkMode .footer,.constructor_color-green.constructor_darkMode .property .section_view_gray,.constructor_color-green.constructor_darkMode .reviews__cloud,.constructor_color-green.constructor_darkMode .section_view_white,.constructor_color-green.constructor_darkMode .types-tabs{background:#151622}.constructor_color-green.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-green.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-green.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-green.constructor_darkMode .card,.constructor_color-green.constructor_darkMode .card .complex__info-item-value,.constructor_color-green.constructor_darkMode .card__body,.constructor_color-green.constructor_darkMode .constructor__btn_transparent,.constructor_color-green.constructor_darkMode .consultation__form input,.constructor_color-green.constructor_darkMode .consultation__form input::placeholder,.constructor_color-green.constructor_darkMode .promo__text,.constructor_color-green.constructor_darkMode .typical__btn,.constructor_color-green.constructor_darkMode .video__h5{color:#fff}.constructor_color-green.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-green.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-green.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-green.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-green.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-green.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-green.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-green.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-green.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-green.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-green.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-green.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-green.constructor_darkMode .background__fill-black{fill:#24513a}.constructor_color-green.constructor_darkMode .promo__label,.constructor_color-green.constructor_darkMode .promo__sign{color:#fff}.constructor_color-blue .fill-1{fill:#62b8e7}.constructor_color-blue .stroke-1{stroke:#62b8e7}.constructor_color-blue .color-1{color:#62b8e7}.constructor_color-blue .background-1{background-color:#62b8e7}@media screen and (max-width:767px){.constructor_color-blue .lp__phone{background:#62b8e7}}.constructor_color-blue .lp__phone-svg{fill:#62b8e7}@media screen and (max-width:767px){.constructor_color-blue .lp__phone-svg{fill:#fff}}.constructor_color-blue .about__features,.constructor_color-blue .about__features-list{background:#62b8e7}.constructor_color-blue .background__fill-main{fill:#62b8e7}.constructor_color-blue .background__fill-black{fill:#173343}.constructor_color-blue .banner{background:#173343}.constructor_color-blue .banner__img path{fill:#62b8e7;stroke:#62b8e7}.constructor_color-blue .card .show__map svg{fill:#62b8e7}.constructor_color-blue .banks .banks__slider-value{color:#62b8e7}.constructor_color-blue .consultation_dark{background:#173343}.constructor_color-blue .infra .checkbox__marker{background:#62b8e7}.constructor_color-blue .promo__label,.constructor_color-blue .promo__position,.constructor_color-blue .property .button_view_outline-with-icon-invert,.constructor_color-blue .property .button_view_outline-with-icon-invert:hover,.constructor_color-blue .property .card__dates,.constructor_color-blue .property .map-card__dates{color:#62b8e7}.constructor_color-blue .property .button_view_outline-with-icon-invert .icon{fill:#62b8e7}.constructor_color-blue .property .button_view_default,.constructor_color-blue .property .simplebar-scrollbar:before{background:#62b8e7}.constructor_color-blue .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-blue .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-blue .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(84,160,202,.2);color:#fff}.constructor_color-blue .block__title_underline:after{background:#62b8e7}.constructor_color-blue .link{color:#fff}.constructor_color-blue .link:hover{color:#62b8e7}.constructor_color-blue .link:active{color:rgba(98,184,231,.5)}.constructor_color-blue .constructor__header,.constructor_color-blue .inner__list-item:before{background:#173343}.constructor_color-blue .constructor__socials .icon{fill:#fff}.constructor_color-blue .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-blue .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-blue .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-blue .button_view_default,.constructor_color-blue .calculator-section .button_view_default,.constructor_color-blue .constructor__btn,.constructor_color-burgundy .calculator-section .constructor_color-blue .button_view_default,.constructor_color-gray .calculator-section .constructor_color-blue .button_view_default,.constructor_color-green .calculator-section .constructor_color-blue .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-blue .button_view_default,.constructor_color-purple .calculator-section .constructor_color-blue .button_view_default,.constructor_color-red .calculator-section .constructor_color-blue .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-blue .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-blue .button_view_default{background:#62b8e7}.constructor .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-blue .calculator-section .button_view_default:hover,.constructor_color-blue .constructor__btn:hover,.constructor_color-burgundy .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-blue .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-blue .button_view_default:hover{background:#36a4e0}.constructor .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-blue .calculator-section .button_view_default:active,.constructor_color-blue .constructor__btn:active,.constructor_color-burgundy .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-blue .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-blue .button_view_default:active{background:#1e8ac5}.constructor_color-blue .constructor__btn_transparent{background:transparent;color:#173343;border:1px solid #62b8e7}.constructor_color-blue .constructor__btn_transparent:hover{background:#62b8e7}.constructor_color-blue .inner-form__submit{background:#173343;color:#fff}.constructor_color-blue .inner-form__submit:hover{background:#0a161d}.constructor_color-blue .inner-form__submit:active{background:#000}.constructor_color-blue .footer{background:#173343}.constructor_color-blue .footer__socials a{background:rgba(98,184,231,.2)}.constructor_color-blue .footer__socials a:hover{background:rgba(98,184,231,.1)}.constructor_color-blue .footer__toprealtors{border-top:1px solid rgba(98,184,231,.2)}.constructor_color-blue .header__list a:hover{color:#62b8e7}.constructor_color-blue .header__phone{color:#fff}.constructor_color-blue .header__phone:hover{color:#62b8e7}.constructor_color-blue .header__callback-btn{background:#62b8e7}.constructor_color-blue .header__callback-btn:hover{background:#36a4e0}.constructor_color-blue .header__callback-btn:active{background:#1e8ac5}@media screen and (max-width:767px){.constructor_color-blue .header__callback-btn_mob{background:#62b8e7}}@media screen and (max-width:1279px){.constructor_color-blue .header__nav{background:#54a0ca}}@media screen and (max-width:767px){.constructor_color-blue .header__nav{background:#fff}}.constructor_color-blue .header__nav-toggler{background:#54a0ca}.constructor_color-blue .background_sphere~.promo{background:#62b8e7}.constructor_color-blue .background_sphere~.promo .promo__btn{background:#173343}.constructor_color-blue .background_sphere~.promo .promo__btn:hover{background:rgba(23,51,67,.9)}.constructor_color-blue .background_sphere~.promo .promo__btn:active{background:rgba(23,51,67,.8)}.constructor_color-blue .constructor__socials_banner .icon,.constructor_color-blue .constructor__socials_banner .icon:active,.constructor_color-blue .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-blue .property .label-item{color:#62b8e7}.constructor_color-blue .property .button_view_ghost .icon,.constructor_color-blue .property .button_view_outline-with-icon-invert .icon{fill:#62b8e7}.constructor_color-blue .types-tabs{border:1px solid #62b8e7}.constructor_color-blue .types-tabs__background{background:#62b8e7}.constructor_color-blue .types-tabs__item:hover{background:rgba(98,184,231,.2)}.constructor_color-blue .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#62b8e7;transition:none}.constructor_color-blue .types-tabs__item:hover:not(.is-active) path{fill:rgba(98,184,231,.2);stroke:#62b8e7;transition:none}.constructor_color-blue .types-tabs__item.is-active:active .types-tabs__name{color:#62b8e7}.constructor_color-blue .types-tabs__item.is-active path{fill:#62b8e7;stroke:#fff}.constructor .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-blue .property__btn.constructor__btn.property__btn_active,.constructor_color-blue .typical__label,.constructor_color-burgundy .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-blue .property__btn.property__btn_active.button_view_default{background:#62b8e7}.constructor_color-blue .typical__btn{background:none;border:1px solid #62b8e7}.constructor_color-blue .typical__btn:hover{background:#62b8e7;color:#fff}.constructor_color-blue .lid__fill-svg{fill:#62b8e7}.constructor_color-blue .consultation__map-icon{stroke:#62b8e7}.constructor_color-blue .consultation__map-info{background:#173343}.constructor_color-blue .consultation__form .link{color:#62b8e7}.constructor_color-blue .constructor__social-btn_site{background:#173343}.constructor_color-blue .video .simplebar-scrollbar:before{background:#62b8e7}.constructor_color-blue .swiper-pagination-bullet-active{background-color:#62b8e7}.constructor_color-blue .property .cards__item.cards__item_highlight{border:2px solid #62b8e7}.constructor_color-blue .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#62b8e7}.constructor_color-blue .co__manager-btn,.constructor_color-blue .co__video-panel{background:#62b8e7}.constructor_color-blue .co__manager-btn:hover,.constructor_color-blue .co__video-panel:hover{background:#36a4e0}.constructor_color-blue .co__manager-btn:active,.constructor_color-blue .co__video-panel:active{background:#1e8ac5}.constructor_color-blue .co__manager{border:1px solid #62b8e7}.constructor_color-blue .co__online-icon,.constructor_color-blue .co__video-circle,.constructor_color-blue .mortgage__icon{fill:#62b8e7}.constructor_color-blue .co__on-map{color:#62b8e7}.constructor_color-blue .co__on-map:hover{color:#36a4e0}.constructor_color-blue .co__on-map:active{color:#1e8ac5}.constructor_color-blue .co__on-map-icon{fill:#62b8e7}.constructor_color-blue #dist-map-container [class*=-hint],.constructor_color-blue #myMap [class*=-hint]{background-color:#62b8e7}.constructor_color-blue #dist-map-container [class*=-hint]:after,.constructor_color-blue #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #62b8e7;border-left:13px solid transparent;background-image:none}.constructor_color-blue .inner-form{background:#62b8e7}.constructor_color-blue .inner__header,.constructor_color-blue .inner__section{border-color:#62b8e7}.constructor_color-blue .breadcrumbs a[href]{color:#62b8e7}.constructor_color-blue .breadcrumbs a[href]:hover{color:rgba(98,184,231,.9)}.constructor_color-blue .breadcrumbs a[href]:active{color:rgba(98,184,231,.8)}.constructor_color-blue .inner__main-color-bg{background-color:#62b8e7}.constructor_color-blue .video__h5{color:#173343}.constructor_color-blue .contact__icon{stroke:#62b8e7}.constructor_color-blue .contact__anchor[href]:focus,.constructor_color-blue .contact__anchor[href]:hover{color:#62b8e7}.constructor_color-blue .contact__anchor[href]:active{color:#36a4e0}.constructor_color-blue .contacts-socials__header{border-color:#62b8e7}.constructor_color-blue .contacts-socials__icon{background-color:#62b8e7}.constructor_color-blue .contacts-socials__item:focus,.constructor_color-blue .contacts-socials__item:hover{color:#62b8e7}.constructor_color-blue .contacts-socials__item:active{color:#36a4e0}.constructor_color-blue .background__paint:after{background:#62b8e7}.constructor_color-blue .promo__paint-bg svg{fill:#173343}.constructor_color-blue .background__pyramid svg.pyramid{fill:rgba(98,184,231,.7)}.constructor_color-blue .background__pyramid:after{background:#62b8e7}.constructor_color-blue .background__pyramid .left-bg{background:#173343}.constructor_color-blue .slider__input .noUi-handle{background-color:#62b8e7}.constructor_color-blue .stroke-color{stroke:#173343}.constructor_color-blue .header__socials,.constructor_color-blue .header__top-menu-drop{background-color:#173343}.constructor_color-blue .lp__agreement{color:#62b8e7}.constructor_color-blue .lp .simplebar-scrollbar:before{background-color:#62b8e7}.constructor_color-blue .header__socials{background-color:#151622}.constructor_color-blue.constructor_darkMode{background:#151622;color:#fff}.constructor_color-blue.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-blue.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-blue.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-blue.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-blue.constructor_darkMode .advantages__item-inner,.constructor_color-blue.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-blue.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-blue.constructor_darkMode .card .show__map{border-color:#62b8e7}.constructor_color-blue.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-blue.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-blue.constructor_darkMode .background__pyramid .left-bg,.constructor_color-blue.constructor_darkMode .block,.constructor_color-blue.constructor_darkMode .card__body,.constructor_color-blue.constructor_darkMode .cards__map-cards,.constructor_color-blue.constructor_darkMode .constructor__header,.constructor_color-blue.constructor_darkMode .footer,.constructor_color-blue.constructor_darkMode .property .section_view_gray,.constructor_color-blue.constructor_darkMode .reviews__cloud,.constructor_color-blue.constructor_darkMode .section_view_white,.constructor_color-blue.constructor_darkMode .types-tabs{background:#151622}.constructor_color-blue.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-blue.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-blue.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-blue.constructor_darkMode .card,.constructor_color-blue.constructor_darkMode .card .complex__info-item-value,.constructor_color-blue.constructor_darkMode .card__body,.constructor_color-blue.constructor_darkMode .constructor__btn_transparent,.constructor_color-blue.constructor_darkMode .consultation__form input,.constructor_color-blue.constructor_darkMode .consultation__form input::placeholder,.constructor_color-blue.constructor_darkMode .promo__text,.constructor_color-blue.constructor_darkMode .typical__btn,.constructor_color-blue.constructor_darkMode .video__h5{color:#fff}.constructor_color-blue.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-blue.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-blue.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-blue.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-blue.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-blue.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-blue.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-blue.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-blue.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-blue.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-blue.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-blue.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-blue.constructor_darkMode .background__fill-black{fill:#54a0ca}.constructor_color-blue.constructor_darkMode .promo__label,.constructor_color-blue.constructor_darkMode .promo__sign{color:#fff}.constructor_color-yellow .fill-1{fill:#ffd336}.constructor_color-yellow .stroke-1{stroke:#ffd336}.constructor_color-yellow .color-1{color:#ffd336}.constructor_color-yellow .background-1{background-color:#ffd336}@media screen and (max-width:767px){.constructor_color-yellow .lp__phone{background:#ffd336}}.constructor_color-yellow .lp__phone-svg{fill:#ffd336}@media screen and (max-width:767px){.constructor_color-yellow .lp__phone-svg{fill:#fff}}.constructor_color-yellow .about__features,.constructor_color-yellow .about__features-list{background:#ffd336}.constructor_color-yellow .background__fill-main{fill:#ffd336}.constructor_color-yellow .background__fill-black{fill:#2c2e3e}.constructor_color-yellow .banner{background:#2c2e3e}.constructor_color-yellow .banner__img path{fill:#ffd336;stroke:#ffd336}.constructor_color-yellow .card .show__map svg{fill:#ffd336}.constructor_color-yellow .banks .banks__slider-value{color:#ffd336}.constructor_color-yellow .consultation_dark{background:#2c2e3e}.constructor_color-yellow .infra .checkbox__marker{background:#ffd336}.constructor_color-yellow .promo__label,.constructor_color-yellow .promo__position,.constructor_color-yellow .property .button_view_outline-with-icon-invert,.constructor_color-yellow .property .button_view_outline-with-icon-invert:hover,.constructor_color-yellow .property .card__dates,.constructor_color-yellow .property .map-card__dates{color:#ffd336}.constructor_color-yellow .property .button_view_outline-with-icon-invert .icon{fill:#ffd336}.constructor_color-yellow .property .button_view_default,.constructor_color-yellow .property .simplebar-scrollbar:before{background:#ffd336}.constructor_color-yellow .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-yellow .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-yellow .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(238,192,33,.2);color:#fff}.constructor_color-yellow .block__title_underline:after{background:#ffd336}.constructor_color-yellow .link{color:#fff}.constructor_color-yellow .link:hover{color:#ffd336}.constructor_color-yellow .link:active{color:rgba(255,211,54,.5)}.constructor_color-yellow .constructor__header,.constructor_color-yellow .inner__list-item:before{background:#2c2e3e}.constructor_color-yellow .constructor__socials .icon{fill:#fff}.constructor_color-yellow .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-yellow .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-blue .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-gray .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-green .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-purple .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-red .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-yellow .button_view_default,.constructor_color-yellow .calculator-section .button_view_default,.constructor_color-yellow .constructor__btn{background:#ffd336}.constructor .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-yellow .button_view_default:hover,.constructor_color-yellow .calculator-section .button_view_default:hover,.constructor_color-yellow .constructor__btn:hover{background:#ffc803}.constructor .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-yellow .button_view_default:active,.constructor_color-yellow .calculator-section .button_view_default:active,.constructor_color-yellow .constructor__btn:active{background:#cfa200}.constructor_color-yellow .constructor__btn_transparent{background:transparent;color:#2c2e3e;border:1px solid #ffd336}.constructor_color-yellow .constructor__btn_transparent:hover{background:#ffd336}.constructor_color-yellow .inner-form__submit{background:#2c2e3e;color:#fff}.constructor_color-yellow .inner-form__submit:hover{background:#171820}.constructor_color-yellow .inner-form__submit:active{background:#020202}.constructor_color-yellow .footer{background:#2c2e3e}.constructor_color-yellow .footer__socials a{background:rgba(255,211,54,.2)}.constructor_color-yellow .footer__socials a:hover{background:rgba(255,211,54,.1)}.constructor_color-yellow .footer__toprealtors{border-top:1px solid rgba(255,211,54,.2)}.constructor_color-yellow .header__list a:hover{color:#ffd336}.constructor_color-yellow .header__phone{color:#fff}.constructor_color-yellow .header__phone:hover{color:#ffd336}.constructor_color-yellow .header__callback-btn{background:#ffd336}.constructor_color-yellow .header__callback-btn:hover{background:#ffc803}.constructor_color-yellow .header__callback-btn:active{background:#cfa200}@media screen and (max-width:767px){.constructor_color-yellow .header__callback-btn_mob{background:#ffd336}}@media screen and (max-width:1279px){.constructor_color-yellow .header__nav{background:#eec021}}@media screen and (max-width:767px){.constructor_color-yellow .header__nav{background:#fff}}.constructor_color-yellow .header__nav-toggler{background:#eec021}.constructor_color-yellow .background_sphere~.promo{background:#ffd336}.constructor_color-yellow .background_sphere~.promo .promo__btn{background:#2c2e3e}.constructor_color-yellow .background_sphere~.promo .promo__btn:hover{background:rgba(44,46,62,.9)}.constructor_color-yellow .background_sphere~.promo .promo__btn:active{background:rgba(44,46,62,.8)}.constructor_color-yellow .constructor__socials_banner .icon,.constructor_color-yellow .constructor__socials_banner .icon:active,.constructor_color-yellow .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-yellow .property .label-item{color:#ffd336}.constructor_color-yellow .property .button_view_ghost .icon,.constructor_color-yellow .property .button_view_outline-with-icon-invert .icon{fill:#ffd336}.constructor_color-yellow .types-tabs{border:1px solid #ffd336}.constructor_color-yellow .types-tabs__background{background:#ffd336}.constructor_color-yellow .types-tabs__item:hover{background:rgba(255,211,54,.2)}.constructor_color-yellow .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#ffd336;transition:none}.constructor_color-yellow .types-tabs__item:hover:not(.is-active) path{fill:rgba(255,211,54,.2);stroke:#ffd336;transition:none}.constructor_color-yellow .types-tabs__item.is-active:active .types-tabs__name{color:#ffd336}.constructor_color-yellow .types-tabs__item.is-active path{fill:#ffd336;stroke:#fff}.constructor .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-yellow .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .property__btn.constructor__btn.property__btn_active,.constructor_color-yellow .typical__label{background:#ffd336}.constructor_color-yellow .typical__btn{background:none;border:1px solid #ffd336}.constructor_color-yellow .typical__btn:hover{background:#ffd336;color:#fff}.constructor_color-yellow .lid__fill-svg{fill:#ffd336}.constructor_color-yellow .consultation__map-icon{stroke:#ffd336}.constructor_color-yellow .consultation__map-info{background:#2c2e3e}.constructor_color-yellow .consultation__form .link{color:#ffd336}.constructor_color-yellow .constructor__social-btn_site{background:#2c2e3e}.constructor_color-yellow .video .simplebar-scrollbar:before{background:#ffd336}.constructor_color-yellow .swiper-pagination-bullet-active{background-color:#ffd336}.constructor_color-yellow .property .cards__item.cards__item_highlight{border:2px solid #ffd336}.constructor_color-yellow .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#ffd336}.constructor_color-yellow .co__manager-btn,.constructor_color-yellow .co__video-panel{background:#ffd336}.constructor_color-yellow .co__manager-btn:hover,.constructor_color-yellow .co__video-panel:hover{background:#ffc803}.constructor_color-yellow .co__manager-btn:active,.constructor_color-yellow .co__video-panel:active{background:#cfa200}.constructor_color-yellow .co__manager{border:1px solid #ffd336}.constructor_color-yellow .co__online-icon,.constructor_color-yellow .co__video-circle,.constructor_color-yellow .mortgage__icon{fill:#ffd336}.constructor_color-yellow .co__on-map{color:#ffd336}.constructor_color-yellow .co__on-map:hover{color:#ffc803}.constructor_color-yellow .co__on-map:active{color:#cfa200}.constructor_color-yellow .co__on-map-icon{fill:#ffd336}.constructor_color-yellow #dist-map-container [class*=-hint],.constructor_color-yellow #myMap [class*=-hint]{background-color:#ffd336}.constructor_color-yellow #dist-map-container [class*=-hint]:after,.constructor_color-yellow #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #ffd336;border-left:13px solid transparent;background-image:none}.constructor_color-yellow .inner-form{background:#ffd336}.constructor_color-yellow .inner__header,.constructor_color-yellow .inner__section{border-color:#ffd336}.constructor_color-yellow .breadcrumbs a[href]{color:#ffd336}.constructor_color-yellow .breadcrumbs a[href]:hover{color:rgba(255,211,54,.9)}.constructor_color-yellow .breadcrumbs a[href]:active{color:rgba(255,211,54,.8)}.constructor_color-yellow .inner__main-color-bg{background-color:#ffd336}.constructor_color-yellow .video__h5{color:#2c2e3e}.constructor_color-yellow .contact__icon{stroke:#ffd336}.constructor_color-yellow .contact__anchor[href]:focus,.constructor_color-yellow .contact__anchor[href]:hover{color:#ffd336}.constructor_color-yellow .contact__anchor[href]:active{color:#ffc803}.constructor_color-yellow .contacts-socials__header{border-color:#ffd336}.constructor_color-yellow .contacts-socials__icon{background-color:#ffd336}.constructor_color-yellow .contacts-socials__item:focus,.constructor_color-yellow .contacts-socials__item:hover{color:#ffd336}.constructor_color-yellow .contacts-socials__item:active{color:#ffc803}.constructor_color-yellow .background__paint:after{background:#ffd336}.constructor_color-yellow .promo__paint-bg svg{fill:#2c2e3e}.constructor_color-yellow .background__pyramid svg.pyramid{fill:rgba(255,211,54,.7)}.constructor_color-yellow .background__pyramid:after{background:#ffd336}.constructor_color-yellow .background__pyramid .left-bg{background:#2c2e3e}.constructor_color-yellow .slider__input .noUi-handle{background-color:#ffd336}.constructor_color-yellow .stroke-color{stroke:#2c2e3e}.constructor_color-yellow .header__socials,.constructor_color-yellow .header__top-menu-drop{background-color:#2c2e3e}.constructor_color-yellow .lp__agreement{color:#ffd336}.constructor_color-yellow .lp .simplebar-scrollbar:before{background-color:#ffd336}.constructor_color-yellow .header__socials{background-color:#151622}.constructor_color-yellow.constructor_darkMode{background:#151622;color:#fff}.constructor_color-yellow.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-yellow.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-yellow.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-yellow.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-yellow.constructor_darkMode .advantages__item-inner,.constructor_color-yellow.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-yellow.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-yellow.constructor_darkMode .card .show__map{border-color:#ffd336}.constructor_color-yellow.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-yellow.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-yellow.constructor_darkMode .background__pyramid .left-bg,.constructor_color-yellow.constructor_darkMode .block,.constructor_color-yellow.constructor_darkMode .card__body,.constructor_color-yellow.constructor_darkMode .cards__map-cards,.constructor_color-yellow.constructor_darkMode .constructor__header,.constructor_color-yellow.constructor_darkMode .footer,.constructor_color-yellow.constructor_darkMode .property .section_view_gray,.constructor_color-yellow.constructor_darkMode .reviews__cloud,.constructor_color-yellow.constructor_darkMode .section_view_white,.constructor_color-yellow.constructor_darkMode .types-tabs{background:#151622}.constructor_color-yellow.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-yellow.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-yellow.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-yellow.constructor_darkMode .card,.constructor_color-yellow.constructor_darkMode .card .complex__info-item-value,.constructor_color-yellow.constructor_darkMode .card__body,.constructor_color-yellow.constructor_darkMode .constructor__btn_transparent,.constructor_color-yellow.constructor_darkMode .consultation__form input,.constructor_color-yellow.constructor_darkMode .consultation__form input::placeholder,.constructor_color-yellow.constructor_darkMode .promo__text,.constructor_color-yellow.constructor_darkMode .typical__btn,.constructor_color-yellow.constructor_darkMode .video__h5{color:#fff}.constructor_color-yellow.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-yellow.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-yellow.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-yellow.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-yellow.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-yellow.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-yellow.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-yellow.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-yellow.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-yellow.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-yellow.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-yellow.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-yellow.constructor_darkMode .background__fill-black{fill:#eec021}.constructor_color-yellow.constructor_darkMode .promo__label,.constructor_color-yellow.constructor_darkMode .promo__sign{color:#fff}.constructor_color-red .fill-1{fill:#dd453b}.constructor_color-red .stroke-1{stroke:#dd453b}.constructor_color-red .color-1{color:#dd453b}.constructor_color-red .background-1{background-color:#dd453b}@media screen and (max-width:767px){.constructor_color-red .lp__phone{background:#dd453b}}.constructor_color-red .lp__phone-svg{fill:#dd453b}@media screen and (max-width:767px){.constructor_color-red .lp__phone-svg{fill:#fff}}.constructor_color-red .about__features,.constructor_color-red .about__features-list{background:#dd453b}.constructor_color-red .background__fill-main{fill:#dd453b}.constructor_color-red .background__fill-black{fill:#301120}.constructor_color-red .banner{background:#301120}.constructor_color-red .banner__img path{fill:#dd453b;stroke:#dd453b}.constructor_color-red .card .show__map svg{fill:#dd453b}.constructor_color-red .banks .banks__slider-value{color:#dd453b}.constructor_color-red .consultation_dark{background:#301120}.constructor_color-red .infra .checkbox__marker{background:#dd453b}.constructor_color-red .promo__label,.constructor_color-red .promo__position,.constructor_color-red .property .button_view_outline-with-icon-invert,.constructor_color-red .property .button_view_outline-with-icon-invert:hover,.constructor_color-red .property .card__dates,.constructor_color-red .property .map-card__dates{color:#dd453b}.constructor_color-red .property .button_view_outline-with-icon-invert .icon{fill:#dd453b}.constructor_color-red .property .button_view_default,.constructor_color-red .property .simplebar-scrollbar:before{background:#dd453b}.constructor_color-red .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-red .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-red .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(182,46,37,.2);color:#fff}.constructor_color-red .block__title_underline:after{background:#dd453b}.constructor_color-red .link{color:#fff}.constructor_color-red .link:hover{color:#dd453b}.constructor_color-red .link:active{color:rgba(221,69,59,.5)}.constructor_color-red .constructor__header,.constructor_color-red .inner__list-item:before{background:#301120}.constructor_color-red .constructor__socials .icon{fill:#fff}.constructor_color-red .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-red .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-red .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-red .button_view_default,.constructor_color-blue .calculator-section .constructor_color-red .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-red .button_view_default,.constructor_color-gray .calculator-section .constructor_color-red .button_view_default,.constructor_color-green .calculator-section .constructor_color-red .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-red .button_view_default,.constructor_color-purple .calculator-section .constructor_color-red .button_view_default,.constructor_color-red .calculator-section .button_view_default,.constructor_color-red .constructor__btn,.constructor_color-turquoise .calculator-section .constructor_color-red .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-red .button_view_default{background:#dd453b}.constructor .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-red .calculator-section .button_view_default:hover,.constructor_color-red .constructor__btn:hover,.constructor_color-turquoise .calculator-section .constructor_color-red .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-red .button_view_default:hover{background:#c32c22}.constructor .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-red .calculator-section .button_view_default:active,.constructor_color-red .constructor__btn:active,.constructor_color-turquoise .calculator-section .constructor_color-red .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-red .button_view_default:active{background:#98221a}.constructor_color-red .constructor__btn_transparent{background:transparent;color:#301120;border:1px solid #dd453b}.constructor_color-red .constructor__btn_transparent:hover{background:#dd453b}.constructor_color-red .inner-form__submit{background:#301120;color:#fff}.constructor_color-red .inner-form__submit:hover{background:#0a0407}.constructor_color-red .inner-form__submit:active{background:#000}.constructor_color-red .footer{background:#301120}.constructor_color-red .footer__socials a{background:rgba(221,69,59,.2)}.constructor_color-red .footer__socials a:hover{background:rgba(221,69,59,.1)}.constructor_color-red .footer__toprealtors{border-top:1px solid rgba(221,69,59,.2)}.constructor_color-red .header__list a:hover{color:#dd453b}.constructor_color-red .header__phone{color:#fff}.constructor_color-red .header__phone:hover{color:#dd453b}.constructor_color-red .header__callback-btn{background:#dd453b}.constructor_color-red .header__callback-btn:hover{background:#c32c22}.constructor_color-red .header__callback-btn:active{background:#98221a}@media screen and (max-width:767px){.constructor_color-red .header__callback-btn_mob{background:#dd453b}}@media screen and (max-width:1279px){.constructor_color-red .header__nav{background:#b62e25}}@media screen and (max-width:767px){.constructor_color-red .header__nav{background:#fff}}.constructor_color-red .header__nav-toggler{background:#b62e25}.constructor_color-red .background_sphere~.promo{background:#dd453b}.constructor_color-red .background_sphere~.promo .promo__btn{background:#301120}.constructor_color-red .background_sphere~.promo .promo__btn:hover{background:rgba(48,17,32,.9)}.constructor_color-red .background_sphere~.promo .promo__btn:active{background:rgba(48,17,32,.8)}.constructor_color-red .constructor__socials_banner .icon,.constructor_color-red .constructor__socials_banner .icon:active,.constructor_color-red .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-red .property .label-item{color:#dd453b}.constructor_color-red .property .button_view_ghost .icon,.constructor_color-red .property .button_view_outline-with-icon-invert .icon{fill:#dd453b}.constructor_color-red .types-tabs{border:1px solid #dd453b}.constructor_color-red .types-tabs__background{background:#dd453b}.constructor_color-red .types-tabs__item:hover{background:rgba(221,69,59,.2)}.constructor_color-red .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#dd453b;transition:none}.constructor_color-red .types-tabs__item:hover:not(.is-active) path{fill:rgba(221,69,59,.2);stroke:#dd453b;transition:none}.constructor_color-red .types-tabs__item.is-active:active .types-tabs__name{color:#dd453b}.constructor_color-red .types-tabs__item.is-active path{fill:#dd453b;stroke:#fff}.constructor .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-red .property__btn.constructor__btn.property__btn_active,.constructor_color-red .typical__label,.constructor_color-turquoise .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-red .property__btn.property__btn_active.button_view_default{background:#dd453b}.constructor_color-red .typical__btn{background:none;border:1px solid #dd453b}.constructor_color-red .typical__btn:hover{background:#dd453b;color:#fff}.constructor_color-red .lid__fill-svg{fill:#dd453b}.constructor_color-red .consultation__map-icon{stroke:#dd453b}.constructor_color-red .consultation__map-info{background:#301120}.constructor_color-red .consultation__form .link{color:#dd453b}.constructor_color-red .constructor__social-btn_site{background:#301120}.constructor_color-red .video .simplebar-scrollbar:before{background:#dd453b}.constructor_color-red .swiper-pagination-bullet-active{background-color:#dd453b}.constructor_color-red .property .cards__item.cards__item_highlight{border:2px solid #dd453b}.constructor_color-red .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#dd453b}.constructor_color-red .co__manager-btn,.constructor_color-red .co__video-panel{background:#dd453b}.constructor_color-red .co__manager-btn:hover,.constructor_color-red .co__video-panel:hover{background:#c32c22}.constructor_color-red .co__manager-btn:active,.constructor_color-red .co__video-panel:active{background:#98221a}.constructor_color-red .co__manager{border:1px solid #dd453b}.constructor_color-red .co__online-icon,.constructor_color-red .co__video-circle,.constructor_color-red .mortgage__icon{fill:#dd453b}.constructor_color-red .co__on-map{color:#dd453b}.constructor_color-red .co__on-map:hover{color:#c32c22}.constructor_color-red .co__on-map:active{color:#98221a}.constructor_color-red .co__on-map-icon{fill:#dd453b}.constructor_color-red #dist-map-container [class*=-hint],.constructor_color-red #myMap [class*=-hint]{background-color:#dd453b}.constructor_color-red #dist-map-container [class*=-hint]:after,.constructor_color-red #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #dd453b;border-left:13px solid transparent;background-image:none}.constructor_color-red .inner-form{background:#dd453b}.constructor_color-red .inner__header,.constructor_color-red .inner__section{border-color:#dd453b}.constructor_color-red .breadcrumbs a[href]{color:#dd453b}.constructor_color-red .breadcrumbs a[href]:hover{color:rgba(221,69,59,.9)}.constructor_color-red .breadcrumbs a[href]:active{color:rgba(221,69,59,.8)}.constructor_color-red .inner__main-color-bg{background-color:#dd453b}.constructor_color-red .video__h5{color:#301120}.constructor_color-red .contact__icon{stroke:#dd453b}.constructor_color-red .contact__anchor[href]:focus,.constructor_color-red .contact__anchor[href]:hover{color:#dd453b}.constructor_color-red .contact__anchor[href]:active{color:#c32c22}.constructor_color-red .contacts-socials__header{border-color:#dd453b}.constructor_color-red .contacts-socials__icon{background-color:#dd453b}.constructor_color-red .contacts-socials__item:focus,.constructor_color-red .contacts-socials__item:hover{color:#dd453b}.constructor_color-red .contacts-socials__item:active{color:#c32c22}.constructor_color-red .background__paint:after{background:#dd453b}.constructor_color-red .promo__paint-bg svg{fill:#301120}.constructor_color-red .background__pyramid svg.pyramid{fill:rgba(221,69,59,.7)}.constructor_color-red .background__pyramid:after{background:#dd453b}.constructor_color-red .background__pyramid .left-bg{background:#301120}.constructor_color-red .slider__input .noUi-handle{background-color:#dd453b}.constructor_color-red .stroke-color{stroke:#301120}.constructor_color-red .header__socials,.constructor_color-red .header__top-menu-drop{background-color:#301120}.constructor_color-red .lp__agreement{color:#dd453b}.constructor_color-red .lp .simplebar-scrollbar:before{background-color:#dd453b}.constructor_color-red .header__socials{background-color:#151622}.constructor_color-red.constructor_darkMode{background:#151622;color:#fff}.constructor_color-red.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-red.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-red.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-red.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-red.constructor_darkMode .advantages__item-inner,.constructor_color-red.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-red.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-red.constructor_darkMode .card .show__map{border-color:#dd453b}.constructor_color-red.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-red.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-red.constructor_darkMode .background__pyramid .left-bg,.constructor_color-red.constructor_darkMode .block,.constructor_color-red.constructor_darkMode .card__body,.constructor_color-red.constructor_darkMode .cards__map-cards,.constructor_color-red.constructor_darkMode .constructor__header,.constructor_color-red.constructor_darkMode .footer,.constructor_color-red.constructor_darkMode .property .section_view_gray,.constructor_color-red.constructor_darkMode .reviews__cloud,.constructor_color-red.constructor_darkMode .section_view_white,.constructor_color-red.constructor_darkMode .types-tabs{background:#151622}.constructor_color-red.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-red.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-red.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-red.constructor_darkMode .card,.constructor_color-red.constructor_darkMode .card .complex__info-item-value,.constructor_color-red.constructor_darkMode .card__body,.constructor_color-red.constructor_darkMode .constructor__btn_transparent,.constructor_color-red.constructor_darkMode .consultation__form input,.constructor_color-red.constructor_darkMode .consultation__form input::placeholder,.constructor_color-red.constructor_darkMode .promo__text,.constructor_color-red.constructor_darkMode .typical__btn,.constructor_color-red.constructor_darkMode .video__h5{color:#fff}.constructor_color-red.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-red.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-red.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-red.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-red.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-red.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-red.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-red.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-red.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-red.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-red.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-red.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-red.constructor_darkMode .background__fill-black{fill:#b62e25}.constructor_color-red.constructor_darkMode .promo__label,.constructor_color-red.constructor_darkMode .promo__sign{color:#fff}.constructor_color-gray .fill-1{fill:#a9a9b8}.constructor_color-gray .stroke-1{stroke:#a9a9b8}.constructor_color-gray .color-1{color:#a9a9b8}.constructor_color-gray .background-1{background-color:#a9a9b8}@media screen and (max-width:767px){.constructor_color-gray .lp__phone{background:#a9a9b8}}.constructor_color-gray .lp__phone-svg{fill:#a9a9b8}@media screen and (max-width:767px){.constructor_color-gray .lp__phone-svg{fill:#fff}}.constructor_color-gray .about__features,.constructor_color-gray .about__features-list{background:#a9a9b8}.constructor_color-gray .background__fill-main{fill:#a9a9b8}.constructor_color-gray .background__fill-black{fill:#3f3f57}.constructor_color-gray .banner{background:#3f3f57}.constructor_color-gray .banner__img path{fill:#a9a9b8;stroke:#a9a9b8}.constructor_color-gray .card .show__map svg{fill:#a9a9b8}.constructor_color-gray .banks .banks__slider-value{color:#a9a9b8}.constructor_color-gray .consultation_dark{background:#3f3f57}.constructor_color-gray .infra .checkbox__marker{background:#a9a9b8}.constructor_color-gray .promo__label,.constructor_color-gray .promo__position,.constructor_color-gray .property .button_view_outline-with-icon-invert,.constructor_color-gray .property .button_view_outline-with-icon-invert:hover,.constructor_color-gray .property .card__dates,.constructor_color-gray .property .map-card__dates{color:#a9a9b8}.constructor_color-gray .property .button_view_outline-with-icon-invert .icon{fill:#a9a9b8}.constructor_color-gray .property .button_view_default,.constructor_color-gray .property .simplebar-scrollbar:before{background:#a9a9b8}.constructor_color-gray .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-gray .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-gray .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(144,144,166,.2);color:#fff}.constructor_color-gray .block__title_underline:after{background:#a9a9b8}.constructor_color-gray .link{color:#fff}.constructor_color-gray .link:hover{color:#a9a9b8}.constructor_color-gray .link:active{color:rgba(169,169,184,.5)}.constructor_color-gray .constructor__header,.constructor_color-gray .inner__list-item:before{background:#3f3f57}.constructor_color-gray .constructor__socials .icon{fill:#fff}.constructor_color-gray .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-gray .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-gray .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-gray .button_view_default,.constructor_color-blue .calculator-section .constructor_color-gray .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-gray .button_view_default,.constructor_color-gray .calculator-section .button_view_default,.constructor_color-gray .constructor__btn,.constructor_color-green .calculator-section .constructor_color-gray .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-gray .button_view_default,.constructor_color-purple .calculator-section .constructor_color-gray .button_view_default,.constructor_color-red .calculator-section .constructor_color-gray .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-gray .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-gray .button_view_default{background:#a9a9b8}.constructor .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-gray .calculator-section .button_view_default:hover,.constructor_color-gray .constructor__btn:hover,.constructor_color-green .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-gray .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-gray .button_view_default:hover{background:#8d8da1}.constructor .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-gray .calculator-section .button_view_default:active,.constructor_color-gray .constructor__btn:active,.constructor_color-green .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-gray .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-gray .button_view_default:active{background:#727289}.constructor_color-gray .constructor__btn_transparent{background:transparent;color:#3f3f57;border:1px solid #a9a9b8}.constructor_color-gray .constructor__btn_transparent:hover{background:#a9a9b8}.constructor_color-gray .inner-form__submit{background:#3f3f57;color:#fff}.constructor_color-gray .inner-form__submit:hover{background:#2a2a39}.constructor_color-gray .inner-form__submit:active{background:#14141c}.constructor_color-gray .footer{background:#3f3f57}.constructor_color-gray .footer__socials a{background:rgba(169,169,184,.2)}.constructor_color-gray .footer__socials a:hover{background:rgba(169,169,184,.1)}.constructor_color-gray .footer__toprealtors{border-top:1px solid rgba(169,169,184,.2)}.constructor_color-gray .header__list a:hover{color:#a9a9b8}.constructor_color-gray .header__phone{color:#fff}.constructor_color-gray .header__phone:hover{color:#a9a9b8}.constructor_color-gray .header__callback-btn{background:#a9a9b8}.constructor_color-gray .header__callback-btn:hover{background:#8d8da1}.constructor_color-gray .header__callback-btn:active{background:#727289}@media screen and (max-width:767px){.constructor_color-gray .header__callback-btn_mob{background:#a9a9b8}}@media screen and (max-width:1279px){.constructor_color-gray .header__nav{background:#9090a6}}@media screen and (max-width:767px){.constructor_color-gray .header__nav{background:#fff}}.constructor_color-gray .header__nav-toggler{background:#9090a6}.constructor_color-gray .background_sphere~.promo{background:#a9a9b8}.constructor_color-gray .background_sphere~.promo .promo__btn{background:#3f3f57}.constructor_color-gray .background_sphere~.promo .promo__btn:hover{background:rgba(63,63,87,.9)}.constructor_color-gray .background_sphere~.promo .promo__btn:active{background:rgba(63,63,87,.8)}.constructor_color-gray .constructor__socials_banner .icon,.constructor_color-gray .constructor__socials_banner .icon:active,.constructor_color-gray .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-gray .property .label-item{color:#a9a9b8}.constructor_color-gray .property .button_view_ghost .icon,.constructor_color-gray .property .button_view_outline-with-icon-invert .icon{fill:#a9a9b8}.constructor_color-gray .types-tabs{border:1px solid #a9a9b8}.constructor_color-gray .types-tabs__background{background:#a9a9b8}.constructor_color-gray .types-tabs__item:hover{background:rgba(169,169,184,.2)}.constructor_color-gray .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#a9a9b8;transition:none}.constructor_color-gray .types-tabs__item:hover:not(.is-active) path{fill:rgba(169,169,184,.2);stroke:#a9a9b8;transition:none}.constructor_color-gray .types-tabs__item.is-active:active .types-tabs__name{color:#a9a9b8}.constructor_color-gray .types-tabs__item.is-active path{fill:#a9a9b8;stroke:#fff}.constructor .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-gray .property__btn.constructor__btn.property__btn_active,.constructor_color-gray .typical__label,.constructor_color-green .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-gray .property__btn.property__btn_active.button_view_default{background:#a9a9b8}.constructor_color-gray .typical__btn{background:none;border:1px solid #a9a9b8}.constructor_color-gray .typical__btn:hover{background:#a9a9b8;color:#fff}.constructor_color-gray .lid__fill-svg{fill:#a9a9b8}.constructor_color-gray .consultation__map-icon{stroke:#a9a9b8}.constructor_color-gray .consultation__map-info{background:#3f3f57}.constructor_color-gray .consultation__form .link{color:#a9a9b8}.constructor_color-gray .constructor__social-btn_site{background:#3f3f57}.constructor_color-gray .video .simplebar-scrollbar:before{background:#a9a9b8}.constructor_color-gray .swiper-pagination-bullet-active{background-color:#a9a9b8}.constructor_color-gray .property .cards__item.cards__item_highlight{border:2px solid #a9a9b8}.constructor_color-gray .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#a9a9b8}.constructor_color-gray .co__manager-btn,.constructor_color-gray .co__video-panel{background:#a9a9b8}.constructor_color-gray .co__manager-btn:hover,.constructor_color-gray .co__video-panel:hover{background:#8d8da1}.constructor_color-gray .co__manager-btn:active,.constructor_color-gray .co__video-panel:active{background:#727289}.constructor_color-gray .co__manager{border:1px solid #a9a9b8}.constructor_color-gray .co__online-icon,.constructor_color-gray .co__video-circle,.constructor_color-gray .mortgage__icon{fill:#a9a9b8}.constructor_color-gray .co__on-map{color:#a9a9b8}.constructor_color-gray .co__on-map:hover{color:#8d8da1}.constructor_color-gray .co__on-map:active{color:#727289}.constructor_color-gray .co__on-map-icon{fill:#a9a9b8}.constructor_color-gray #dist-map-container [class*=-hint],.constructor_color-gray #myMap [class*=-hint]{background-color:#a9a9b8}.constructor_color-gray #dist-map-container [class*=-hint]:after,.constructor_color-gray #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #a9a9b8;border-left:13px solid transparent;background-image:none}.constructor_color-gray .inner-form{background:#a9a9b8}.constructor_color-gray .inner__header,.constructor_color-gray .inner__section{border-color:#a9a9b8}.constructor_color-gray .breadcrumbs a[href]{color:#a9a9b8}.constructor_color-gray .breadcrumbs a[href]:hover{color:rgba(169,169,184,.9)}.constructor_color-gray .breadcrumbs a[href]:active{color:rgba(169,169,184,.8)}.constructor_color-gray .inner__main-color-bg{background-color:#a9a9b8}.constructor_color-gray .video__h5{color:#3f3f57}.constructor_color-gray .contact__icon{stroke:#a9a9b8}.constructor_color-gray .contact__anchor[href]:focus,.constructor_color-gray .contact__anchor[href]:hover{color:#a9a9b8}.constructor_color-gray .contact__anchor[href]:active{color:#8d8da1}.constructor_color-gray .contacts-socials__header{border-color:#a9a9b8}.constructor_color-gray .contacts-socials__icon{background-color:#a9a9b8}.constructor_color-gray .contacts-socials__item:focus,.constructor_color-gray .contacts-socials__item:hover{color:#a9a9b8}.constructor_color-gray .contacts-socials__item:active{color:#8d8da1}.constructor_color-gray .background__paint:after{background:#a9a9b8}.constructor_color-gray .promo__paint-bg svg{fill:#3f3f57}.constructor_color-gray .background__pyramid svg.pyramid{fill:rgba(169,169,184,.7)}.constructor_color-gray .background__pyramid:after{background:#a9a9b8}.constructor_color-gray .background__pyramid .left-bg{background:#3f3f57}.constructor_color-gray .slider__input .noUi-handle{background-color:#a9a9b8}.constructor_color-gray .stroke-color{stroke:#3f3f57}.constructor_color-gray .header__socials,.constructor_color-gray .header__top-menu-drop{background-color:#3f3f57}.constructor_color-gray .lp__agreement{color:#a9a9b8}.constructor_color-gray .lp .simplebar-scrollbar:before{background-color:#a9a9b8}.constructor_color-gray .header__socials{background-color:#151622}.constructor_color-gray.constructor_darkMode{background:#151622;color:#fff}.constructor_color-gray.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-gray.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-gray.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-gray.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-gray.constructor_darkMode .advantages__item-inner,.constructor_color-gray.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-gray.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-gray.constructor_darkMode .card .show__map{border-color:#a9a9b8}.constructor_color-gray.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-gray.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-gray.constructor_darkMode .background__pyramid .left-bg,.constructor_color-gray.constructor_darkMode .block,.constructor_color-gray.constructor_darkMode .card__body,.constructor_color-gray.constructor_darkMode .cards__map-cards,.constructor_color-gray.constructor_darkMode .constructor__header,.constructor_color-gray.constructor_darkMode .footer,.constructor_color-gray.constructor_darkMode .property .section_view_gray,.constructor_color-gray.constructor_darkMode .reviews__cloud,.constructor_color-gray.constructor_darkMode .section_view_white,.constructor_color-gray.constructor_darkMode .types-tabs{background:#151622}.constructor_color-gray.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-gray.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-gray.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-gray.constructor_darkMode .card,.constructor_color-gray.constructor_darkMode .card .complex__info-item-value,.constructor_color-gray.constructor_darkMode .card__body,.constructor_color-gray.constructor_darkMode .constructor__btn_transparent,.constructor_color-gray.constructor_darkMode .consultation__form input,.constructor_color-gray.constructor_darkMode .consultation__form input::placeholder,.constructor_color-gray.constructor_darkMode .promo__text,.constructor_color-gray.constructor_darkMode .typical__btn,.constructor_color-gray.constructor_darkMode .video__h5{color:#fff}.constructor_color-gray.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-gray.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-gray.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-gray.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-gray.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-gray.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-gray.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-gray.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-gray.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-gray.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-gray.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-gray.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-gray.constructor_darkMode .background__fill-black{fill:#9090a6}.constructor_color-gray.constructor_darkMode .promo__label,.constructor_color-gray.constructor_darkMode .promo__sign{color:#fff}.constructor_color-asphalt .fill-1{fill:#5e617f}.constructor_color-asphalt .stroke-1{stroke:#5e617f}.constructor_color-asphalt .color-1{color:#5e617f}.constructor_color-asphalt .background-1{background-color:#5e617f}@media screen and (max-width:767px){.constructor_color-asphalt .lp__phone{background:#5e617f}}.constructor_color-asphalt .lp__phone-svg{fill:#5e617f}@media screen and (max-width:767px){.constructor_color-asphalt .lp__phone-svg{fill:#fff}}.constructor_color-asphalt .about__features,.constructor_color-asphalt .about__features-list{background:#5e617f}.constructor_color-asphalt .background__fill-main{fill:#5e617f}.constructor_color-asphalt .background__fill-black{fill:#1f223e}.constructor_color-asphalt .banner{background:#1f223e}.constructor_color-asphalt .banner__img path{fill:#5e617f;stroke:#5e617f}.constructor_color-asphalt .card .show__map svg{fill:#5e617f}.constructor_color-asphalt .banks .banks__slider-value{color:#5e617f}.constructor_color-asphalt .consultation_dark{background:#1f223e}.constructor_color-asphalt .infra .checkbox__marker{background:#5e617f}.constructor_color-asphalt .promo__label,.constructor_color-asphalt .promo__position,.constructor_color-asphalt .property .button_view_outline-with-icon-invert,.constructor_color-asphalt .property .button_view_outline-with-icon-invert:hover,.constructor_color-asphalt .property .card__dates,.constructor_color-asphalt .property .map-card__dates{color:#5e617f}.constructor_color-asphalt .property .button_view_outline-with-icon-invert .icon{fill:#5e617f}.constructor_color-asphalt .property .button_view_default,.constructor_color-asphalt .property .simplebar-scrollbar:before{background:#5e617f}.constructor_color-asphalt .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-asphalt .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-asphalt .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(51,52,68,.2);color:#fff}.constructor_color-asphalt .block__title_underline:after{background:#5e617f}.constructor_color-asphalt .link{color:#fff}.constructor_color-asphalt .link:hover{color:#5e617f}.constructor_color-asphalt .link:active{color:rgba(94,97,127,.5)}.constructor_color-asphalt .constructor__header,.constructor_color-asphalt .inner__list-item:before{background:#1f223e}.constructor_color-asphalt .constructor__socials .icon{fill:#fff}.constructor_color-asphalt .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-asphalt .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-asphalt .calculator-section .button_view_default,.constructor_color-asphalt .constructor__btn,.constructor_color-blue .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-gray .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-green .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-purple .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-red .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-asphalt .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-asphalt .button_view_default{background:#5e617f}.constructor .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-asphalt .calculator-section .button_view_default:hover,.constructor_color-asphalt .constructor__btn:hover,.constructor_color-blue .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-asphalt .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-asphalt .button_view_default:hover{background:#484b62}.constructor .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-asphalt .calculator-section .button_view_default:active,.constructor_color-asphalt .constructor__btn:active,.constructor_color-blue .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-asphalt .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-asphalt .button_view_default:active{background:#333444}.constructor_color-asphalt .constructor__btn_transparent{background:transparent;color:#1f223e;border:1px solid #5e617f}.constructor_color-asphalt .constructor__btn_transparent:hover{background:#5e617f}.constructor_color-asphalt .inner-form__submit{background:#1f223e;color:#fff}.constructor_color-asphalt .inner-form__submit:hover{background:#0e0f1c}.constructor_color-asphalt .inner-form__submit:active{background:#000}.constructor_color-asphalt .footer{background:#1f223e}.constructor_color-asphalt .footer__socials a{background:rgba(94,97,127,.2)}.constructor_color-asphalt .footer__socials a:hover{background:rgba(94,97,127,.1)}.constructor_color-asphalt .footer__toprealtors{border-top:1px solid rgba(94,97,127,.2)}.constructor_color-asphalt .header__list a:hover{color:#5e617f}.constructor_color-asphalt .header__phone{color:#fff}.constructor_color-asphalt .header__phone:hover{color:#5e617f}.constructor_color-asphalt .header__callback-btn{background:#5e617f}.constructor_color-asphalt .header__callback-btn:hover{background:#484b62}.constructor_color-asphalt .header__callback-btn:active{background:#333444}@media screen and (max-width:767px){.constructor_color-asphalt .header__callback-btn_mob{background:#5e617f}}@media screen and (max-width:1279px){.constructor_color-asphalt .header__nav{background:#333444}}@media screen and (max-width:767px){.constructor_color-asphalt .header__nav{background:#fff}}.constructor_color-asphalt .header__nav-toggler{background:#333444}.constructor_color-asphalt .background_sphere~.promo{background:#5e617f}.constructor_color-asphalt .background_sphere~.promo .promo__btn{background:#1f223e}.constructor_color-asphalt .background_sphere~.promo .promo__btn:hover{background:rgba(31,34,62,.9)}.constructor_color-asphalt .background_sphere~.promo .promo__btn:active{background:rgba(31,34,62,.8)}.constructor_color-asphalt .constructor__socials_banner .icon,.constructor_color-asphalt .constructor__socials_banner .icon:active,.constructor_color-asphalt .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-asphalt .property .label-item{color:#5e617f}.constructor_color-asphalt .property .button_view_ghost .icon,.constructor_color-asphalt .property .button_view_outline-with-icon-invert .icon{fill:#5e617f}.constructor_color-asphalt .types-tabs{border:1px solid #5e617f}.constructor_color-asphalt .types-tabs__background{background:#5e617f}.constructor_color-asphalt .types-tabs__item:hover{background:rgba(94,97,127,.2)}.constructor_color-asphalt .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#5e617f;transition:none}.constructor_color-asphalt .types-tabs__item:hover:not(.is-active) path{fill:rgba(94,97,127,.2);stroke:#5e617f;transition:none}.constructor_color-asphalt .types-tabs__item.is-active:active .types-tabs__name{color:#5e617f}.constructor_color-asphalt .types-tabs__item.is-active path{fill:#5e617f;stroke:#fff}.constructor .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .property__btn.constructor__btn.property__btn_active,.constructor_color-asphalt .typical__label,.constructor_color-blue .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-asphalt .property__btn.property__btn_active.button_view_default{background:#5e617f}.constructor_color-asphalt .typical__btn{background:none;border:1px solid #5e617f}.constructor_color-asphalt .typical__btn:hover{background:#5e617f;color:#fff}.constructor_color-asphalt .lid__fill-svg{fill:#5e617f}.constructor_color-asphalt .consultation__map-icon{stroke:#5e617f}.constructor_color-asphalt .consultation__map-info{background:#1f223e}.constructor_color-asphalt .consultation__form .link{color:#5e617f}.constructor_color-asphalt .constructor__social-btn_site{background:#1f223e}.constructor_color-asphalt .video .simplebar-scrollbar:before{background:#5e617f}.constructor_color-asphalt .swiper-pagination-bullet-active{background-color:#5e617f}.constructor_color-asphalt .property .cards__item.cards__item_highlight{border:2px solid #5e617f}.constructor_color-asphalt .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#5e617f}.constructor_color-asphalt .co__manager-btn,.constructor_color-asphalt .co__video-panel{background:#5e617f}.constructor_color-asphalt .co__manager-btn:hover,.constructor_color-asphalt .co__video-panel:hover{background:#484b62}.constructor_color-asphalt .co__manager-btn:active,.constructor_color-asphalt .co__video-panel:active{background:#333444}.constructor_color-asphalt .co__manager{border:1px solid #5e617f}.constructor_color-asphalt .co__online-icon,.constructor_color-asphalt .co__video-circle,.constructor_color-asphalt .mortgage__icon{fill:#5e617f}.constructor_color-asphalt .co__on-map{color:#5e617f}.constructor_color-asphalt .co__on-map:hover{color:#484b62}.constructor_color-asphalt .co__on-map:active{color:#333444}.constructor_color-asphalt .co__on-map-icon{fill:#5e617f}.constructor_color-asphalt #dist-map-container [class*=-hint],.constructor_color-asphalt #myMap [class*=-hint]{background-color:#5e617f}.constructor_color-asphalt #dist-map-container [class*=-hint]:after,.constructor_color-asphalt #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #5e617f;border-left:13px solid transparent;background-image:none}.constructor_color-asphalt .inner-form{background:#5e617f}.constructor_color-asphalt .inner__header,.constructor_color-asphalt .inner__section{border-color:#5e617f}.constructor_color-asphalt .breadcrumbs a[href]{color:#5e617f}.constructor_color-asphalt .breadcrumbs a[href]:hover{color:rgba(94,97,127,.9)}.constructor_color-asphalt .breadcrumbs a[href]:active{color:rgba(94,97,127,.8)}.constructor_color-asphalt .inner__main-color-bg{background-color:#5e617f}.constructor_color-asphalt .video__h5{color:#1f223e}.constructor_color-asphalt .contact__icon{stroke:#5e617f}.constructor_color-asphalt .contact__anchor[href]:focus,.constructor_color-asphalt .contact__anchor[href]:hover{color:#5e617f}.constructor_color-asphalt .contact__anchor[href]:active{color:#484b62}.constructor_color-asphalt .contacts-socials__header{border-color:#5e617f}.constructor_color-asphalt .contacts-socials__icon{background-color:#5e617f}.constructor_color-asphalt .contacts-socials__item:focus,.constructor_color-asphalt .contacts-socials__item:hover{color:#5e617f}.constructor_color-asphalt .contacts-socials__item:active{color:#484b62}.constructor_color-asphalt .background__paint:after{background:#5e617f}.constructor_color-asphalt .promo__paint-bg svg{fill:#1f223e}.constructor_color-asphalt .background__pyramid svg.pyramid{fill:rgba(94,97,127,.7)}.constructor_color-asphalt .background__pyramid:after{background:#5e617f}.constructor_color-asphalt .background__pyramid .left-bg{background:#1f223e}.constructor_color-asphalt .slider__input .noUi-handle{background-color:#5e617f}.constructor_color-asphalt .stroke-color{stroke:#1f223e}.constructor_color-asphalt .header__socials,.constructor_color-asphalt .header__top-menu-drop{background-color:#1f223e}.constructor_color-asphalt .lp__agreement{color:#5e617f}.constructor_color-asphalt .lp .simplebar-scrollbar:before{background-color:#5e617f}.constructor_color-asphalt .header__socials{background-color:#151622}.constructor_color-asphalt.constructor_darkMode{background:#151622;color:#fff}.constructor_color-asphalt.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-asphalt.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-asphalt.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-asphalt.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-asphalt.constructor_darkMode .advantages__item-inner,.constructor_color-asphalt.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-asphalt.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-asphalt.constructor_darkMode .card .show__map{border-color:#5e617f}.constructor_color-asphalt.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-asphalt.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-asphalt.constructor_darkMode .background__pyramid .left-bg,.constructor_color-asphalt.constructor_darkMode .block,.constructor_color-asphalt.constructor_darkMode .card__body,.constructor_color-asphalt.constructor_darkMode .cards__map-cards,.constructor_color-asphalt.constructor_darkMode .constructor__header,.constructor_color-asphalt.constructor_darkMode .footer,.constructor_color-asphalt.constructor_darkMode .property .section_view_gray,.constructor_color-asphalt.constructor_darkMode .reviews__cloud,.constructor_color-asphalt.constructor_darkMode .section_view_white,.constructor_color-asphalt.constructor_darkMode .types-tabs{background:#151622}.constructor_color-asphalt.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-asphalt.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-asphalt.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-asphalt.constructor_darkMode .card,.constructor_color-asphalt.constructor_darkMode .card .complex__info-item-value,.constructor_color-asphalt.constructor_darkMode .card__body,.constructor_color-asphalt.constructor_darkMode .constructor__btn_transparent,.constructor_color-asphalt.constructor_darkMode .consultation__form input,.constructor_color-asphalt.constructor_darkMode .consultation__form input::placeholder,.constructor_color-asphalt.constructor_darkMode .promo__text,.constructor_color-asphalt.constructor_darkMode .typical__btn,.constructor_color-asphalt.constructor_darkMode .video__h5{color:#fff}.constructor_color-asphalt.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-asphalt.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-asphalt.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-asphalt.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-asphalt.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-asphalt.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-asphalt.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-asphalt.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-asphalt.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-asphalt.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-asphalt.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-asphalt.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-asphalt.constructor_darkMode .background__fill-black{fill:#333444}.constructor_color-asphalt.constructor_darkMode .promo__label,.constructor_color-asphalt.constructor_darkMode .promo__sign{color:#fff}.constructor_color-purple .fill-1{fill:#9377b7}.constructor_color-purple .stroke-1{stroke:#9377b7}.constructor_color-purple .color-1{color:#9377b7}.constructor_color-purple .background-1{background-color:#9377b7}@media screen and (max-width:767px){.constructor_color-purple .lp__phone{background:#9377b7}}.constructor_color-purple .lp__phone-svg{fill:#9377b7}@media screen and (max-width:767px){.constructor_color-purple .lp__phone-svg{fill:#fff}}.constructor_color-purple .about__features,.constructor_color-purple .about__features-list{background:#9377b7}.constructor_color-purple .background__fill-main{fill:#9377b7}.constructor_color-purple .background__fill-black{fill:#584274}.constructor_color-purple .banner{background:#584274}.constructor_color-purple .banner__img path{fill:#9377b7;stroke:#9377b7}.constructor_color-purple .card .show__map svg{fill:#9377b7}.constructor_color-purple .banks .banks__slider-value{color:#9377b7}.constructor_color-purple .consultation_dark{background:#584274}.constructor_color-purple .infra .checkbox__marker{background:#9377b7}.constructor_color-purple .promo__label,.constructor_color-purple .promo__position,.constructor_color-purple .property .button_view_outline-with-icon-invert,.constructor_color-purple .property .button_view_outline-with-icon-invert:hover,.constructor_color-purple .property .card__dates,.constructor_color-purple .property .map-card__dates{color:#9377b7}.constructor_color-purple .property .button_view_outline-with-icon-invert .icon{fill:#9377b7}.constructor_color-purple .property .button_view_default,.constructor_color-purple .property .simplebar-scrollbar:before{background:#9377b7}.constructor_color-purple .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-purple .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-purple .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(96,69,131,.2);color:#fff}.constructor_color-purple .block__title_underline:after{background:#9377b7}.constructor_color-purple .link{color:#fff}.constructor_color-purple .link:hover{color:#9377b7}.constructor_color-purple .link:active{color:rgba(147,119,183,.5)}.constructor_color-purple .constructor__header,.constructor_color-purple .inner__list-item:before{background:#584274}.constructor_color-purple .constructor__socials .icon{fill:#fff}.constructor_color-purple .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-purple .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-purple .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-purple .button_view_default,.constructor_color-blue .calculator-section .constructor_color-purple .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-purple .button_view_default,.constructor_color-gray .calculator-section .constructor_color-purple .button_view_default,.constructor_color-green .calculator-section .constructor_color-purple .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-purple .button_view_default,.constructor_color-purple .calculator-section .button_view_default,.constructor_color-purple .constructor__btn,.constructor_color-red .calculator-section .constructor_color-purple .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-purple .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-purple .button_view_default{background:#9377b7}.constructor .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-purple .calculator-section .button_view_default:hover,.constructor_color-purple .constructor__btn:hover,.constructor_color-red .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-purple .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-purple .button_view_default:hover{background:#7957a4}.constructor .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-purple .calculator-section .button_view_default:active,.constructor_color-purple .constructor__btn:active,.constructor_color-red .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-purple .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-purple .button_view_default:active{background:#604583}.constructor_color-purple .constructor__btn_transparent{background:transparent;color:#584274;border:1px solid #9377b7}.constructor_color-purple .constructor__btn_transparent:hover{background:#9377b7}.constructor_color-purple .inner-form__submit{background:#584274;color:#fff}.constructor_color-purple .inner-form__submit:hover{background:#3f3053}.constructor_color-purple .inner-form__submit:active{background:#271d33}.constructor_color-purple .footer{background:#584274}.constructor_color-purple .footer__socials a{background:rgba(147,119,183,.2)}.constructor_color-purple .footer__socials a:hover{background:rgba(147,119,183,.1)}.constructor_color-purple .footer__toprealtors{border-top:1px solid rgba(147,119,183,.2)}.constructor_color-purple .header__list a:hover{color:#9377b7}.constructor_color-purple .header__phone{color:#fff}.constructor_color-purple .header__phone:hover{color:#9377b7}.constructor_color-purple .header__callback-btn{background:#9377b7}.constructor_color-purple .header__callback-btn:hover{background:#7957a4}.constructor_color-purple .header__callback-btn:active{background:#604583}@media screen and (max-width:767px){.constructor_color-purple .header__callback-btn_mob{background:#9377b7}}@media screen and (max-width:1279px){.constructor_color-purple .header__nav{background:#604583}}@media screen and (max-width:767px){.constructor_color-purple .header__nav{background:#fff}}.constructor_color-purple .header__nav-toggler{background:#604583}.constructor_color-purple .background_sphere~.promo{background:#9377b7}.constructor_color-purple .background_sphere~.promo .promo__btn{background:#584274}.constructor_color-purple .background_sphere~.promo .promo__btn:hover{background:rgba(88,66,116,.9)}.constructor_color-purple .background_sphere~.promo .promo__btn:active{background:rgba(88,66,116,.8)}.constructor_color-purple .constructor__socials_banner .icon,.constructor_color-purple .constructor__socials_banner .icon:active,.constructor_color-purple .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-purple .property .label-item{color:#9377b7}.constructor_color-purple .property .button_view_ghost .icon,.constructor_color-purple .property .button_view_outline-with-icon-invert .icon{fill:#9377b7}.constructor_color-purple .types-tabs{border:1px solid #9377b7}.constructor_color-purple .types-tabs__background{background:#9377b7}.constructor_color-purple .types-tabs__item:hover{background:rgba(147,119,183,.2)}.constructor_color-purple .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#9377b7;transition:none}.constructor_color-purple .types-tabs__item:hover:not(.is-active) path{fill:rgba(147,119,183,.2);stroke:#9377b7;transition:none}.constructor_color-purple .types-tabs__item.is-active:active .types-tabs__name{color:#9377b7}.constructor_color-purple .types-tabs__item.is-active path{fill:#9377b7;stroke:#fff}.constructor .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-purple .property__btn.constructor__btn.property__btn_active,.constructor_color-purple .typical__label,.constructor_color-red .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-purple .property__btn.property__btn_active.button_view_default{background:#9377b7}.constructor_color-purple .typical__btn{background:none;border:1px solid #9377b7}.constructor_color-purple .typical__btn:hover{background:#9377b7;color:#fff}.constructor_color-purple .lid__fill-svg{fill:#9377b7}.constructor_color-purple .consultation__map-icon{stroke:#9377b7}.constructor_color-purple .consultation__map-info{background:#584274}.constructor_color-purple .consultation__form .link{color:#9377b7}.constructor_color-purple .constructor__social-btn_site{background:#584274}.constructor_color-purple .video .simplebar-scrollbar:before{background:#9377b7}.constructor_color-purple .swiper-pagination-bullet-active{background-color:#9377b7}.constructor_color-purple .property .cards__item.cards__item_highlight{border:2px solid #9377b7}.constructor_color-purple .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#9377b7}.constructor_color-purple .co__manager-btn,.constructor_color-purple .co__video-panel{background:#9377b7}.constructor_color-purple .co__manager-btn:hover,.constructor_color-purple .co__video-panel:hover{background:#7957a4}.constructor_color-purple .co__manager-btn:active,.constructor_color-purple .co__video-panel:active{background:#604583}.constructor_color-purple .co__manager{border:1px solid #9377b7}.constructor_color-purple .co__online-icon,.constructor_color-purple .co__video-circle,.constructor_color-purple .mortgage__icon{fill:#9377b7}.constructor_color-purple .co__on-map{color:#9377b7}.constructor_color-purple .co__on-map:hover{color:#7957a4}.constructor_color-purple .co__on-map:active{color:#604583}.constructor_color-purple .co__on-map-icon{fill:#9377b7}.constructor_color-purple #dist-map-container [class*=-hint],.constructor_color-purple #myMap [class*=-hint]{background-color:#9377b7}.constructor_color-purple #dist-map-container [class*=-hint]:after,.constructor_color-purple #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #9377b7;border-left:13px solid transparent;background-image:none}.constructor_color-purple .inner-form{background:#9377b7}.constructor_color-purple .inner__header,.constructor_color-purple .inner__section{border-color:#9377b7}.constructor_color-purple .breadcrumbs a[href]{color:#9377b7}.constructor_color-purple .breadcrumbs a[href]:hover{color:rgba(147,119,183,.9)}.constructor_color-purple .breadcrumbs a[href]:active{color:rgba(147,119,183,.8)}.constructor_color-purple .inner__main-color-bg{background-color:#9377b7}.constructor_color-purple .video__h5{color:#584274}.constructor_color-purple .contact__icon{stroke:#9377b7}.constructor_color-purple .contact__anchor[href]:focus,.constructor_color-purple .contact__anchor[href]:hover{color:#9377b7}.constructor_color-purple .contact__anchor[href]:active{color:#7957a4}.constructor_color-purple .contacts-socials__header{border-color:#9377b7}.constructor_color-purple .contacts-socials__icon{background-color:#9377b7}.constructor_color-purple .contacts-socials__item:focus,.constructor_color-purple .contacts-socials__item:hover{color:#9377b7}.constructor_color-purple .contacts-socials__item:active{color:#7957a4}.constructor_color-purple .background__paint:after{background:#9377b7}.constructor_color-purple .promo__paint-bg svg{fill:#584274}.constructor_color-purple .background__pyramid svg.pyramid{fill:rgba(147,119,183,.7)}.constructor_color-purple .background__pyramid:after{background:#9377b7}.constructor_color-purple .background__pyramid .left-bg{background:#584274}.constructor_color-purple .slider__input .noUi-handle{background-color:#9377b7}.constructor_color-purple .stroke-color{stroke:#584274}.constructor_color-purple .header__socials,.constructor_color-purple .header__top-menu-drop{background-color:#584274}.constructor_color-purple .lp__agreement{color:#9377b7}.constructor_color-purple .lp .simplebar-scrollbar:before{background-color:#9377b7}.constructor_color-purple .header__socials{background-color:#151622}.constructor_color-purple.constructor_darkMode{background:#151622;color:#fff}.constructor_color-purple.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-purple.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-purple.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-purple.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-purple.constructor_darkMode .advantages__item-inner,.constructor_color-purple.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-purple.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-purple.constructor_darkMode .card .show__map{border-color:#9377b7}.constructor_color-purple.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-purple.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-purple.constructor_darkMode .background__pyramid .left-bg,.constructor_color-purple.constructor_darkMode .block,.constructor_color-purple.constructor_darkMode .card__body,.constructor_color-purple.constructor_darkMode .cards__map-cards,.constructor_color-purple.constructor_darkMode .constructor__header,.constructor_color-purple.constructor_darkMode .footer,.constructor_color-purple.constructor_darkMode .property .section_view_gray,.constructor_color-purple.constructor_darkMode .reviews__cloud,.constructor_color-purple.constructor_darkMode .section_view_white,.constructor_color-purple.constructor_darkMode .types-tabs{background:#151622}.constructor_color-purple.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-purple.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-purple.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-purple.constructor_darkMode .card,.constructor_color-purple.constructor_darkMode .card .complex__info-item-value,.constructor_color-purple.constructor_darkMode .card__body,.constructor_color-purple.constructor_darkMode .constructor__btn_transparent,.constructor_color-purple.constructor_darkMode .consultation__form input,.constructor_color-purple.constructor_darkMode .consultation__form input::placeholder,.constructor_color-purple.constructor_darkMode .promo__text,.constructor_color-purple.constructor_darkMode .typical__btn,.constructor_color-purple.constructor_darkMode .video__h5{color:#fff}.constructor_color-purple.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-purple.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-purple.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-purple.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-purple.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-purple.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-purple.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-purple.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-purple.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-purple.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-purple.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-purple.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-purple.constructor_darkMode .background__fill-black{fill:#604583}.constructor_color-purple.constructor_darkMode .promo__label,.constructor_color-purple.constructor_darkMode .promo__sign{color:#fff}.constructor_color-burgundy .fill-1{fill:#781b1b}.constructor_color-burgundy .stroke-1{stroke:#781b1b}.constructor_color-burgundy .color-1{color:#781b1b}.constructor_color-burgundy .background-1{background-color:#781b1b}@media screen and (max-width:767px){.constructor_color-burgundy .lp__phone{background:#781b1b}}.constructor_color-burgundy .lp__phone-svg{fill:#781b1b}@media screen and (max-width:767px){.constructor_color-burgundy .lp__phone-svg{fill:#fff}}.constructor_color-burgundy .about__features,.constructor_color-burgundy .about__features-list{background:#781b1b}.constructor_color-burgundy .background__fill-main{fill:#781b1b}.constructor_color-burgundy .background__fill-black{fill:#280101}.constructor_color-burgundy .banner{background:#280101}.constructor_color-burgundy .banner__img path{fill:#781b1b;stroke:#781b1b}.constructor_color-burgundy .card .show__map svg{fill:#781b1b}.constructor_color-burgundy .banks .banks__slider-value{color:#781b1b}.constructor_color-burgundy .consultation_dark{background:#280101}.constructor_color-burgundy .infra .checkbox__marker{background:#781b1b}.constructor_color-burgundy .promo__label,.constructor_color-burgundy .promo__position,.constructor_color-burgundy .property .button_view_outline-with-icon-invert,.constructor_color-burgundy .property .button_view_outline-with-icon-invert:hover,.constructor_color-burgundy .property .card__dates,.constructor_color-burgundy .property .map-card__dates{color:#781b1b}.constructor_color-burgundy .property .button_view_outline-with-icon-invert .icon{fill:#781b1b}.constructor_color-burgundy .property .button_view_default,.constructor_color-burgundy .property .simplebar-scrollbar:before{background:#781b1b}.constructor_color-burgundy .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-burgundy .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-burgundy .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(37,8,8,.2);color:#fff}.constructor_color-burgundy .block__title_underline:after{background:#781b1b}.constructor_color-burgundy .link{color:#fff}.constructor_color-burgundy .link:hover{color:#781b1b}.constructor_color-burgundy .link:active{color:rgba(120,27,27,.5)}.constructor_color-burgundy .constructor__header,.constructor_color-burgundy .inner__list-item:before{background:#280101}.constructor_color-burgundy .constructor__socials .icon{fill:#fff}.constructor_color-burgundy .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-burgundy .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-blue .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-burgundy .calculator-section .button_view_default,.constructor_color-burgundy .constructor__btn,.constructor_color-gray .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-green .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-purple .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-red .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-burgundy .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-burgundy .button_view_default{background:#781b1b}.constructor .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-burgundy .calculator-section .button_view_default:hover,.constructor_color-burgundy .constructor__btn:hover,.constructor_color-gray .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-burgundy .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-burgundy .button_view_default:hover{background:#4e1212}.constructor .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-burgundy .calculator-section .button_view_default:active,.constructor_color-burgundy .constructor__btn:active,.constructor_color-gray .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-burgundy .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-burgundy .button_view_default:active{background:#250808}.constructor_color-burgundy .constructor__btn_transparent{background:transparent;color:#280101;border:1px solid #781b1b}.constructor_color-burgundy .constructor__btn_transparent:hover{background:#781b1b}.constructor_color-burgundy .inner-form__submit{background:#280101;color:#fff}.constructor_color-burgundy .inner-form__submit:active,.constructor_color-burgundy .inner-form__submit:hover{background:#000}.constructor_color-burgundy .footer{background:#280101}.constructor_color-burgundy .footer__socials a{background:rgba(120,27,27,.2)}.constructor_color-burgundy .footer__socials a:hover{background:rgba(120,27,27,.1)}.constructor_color-burgundy .footer__toprealtors{border-top:1px solid rgba(120,27,27,.2)}.constructor_color-burgundy .header__list a:hover{color:#781b1b}.constructor_color-burgundy .header__phone{color:#fff}.constructor_color-burgundy .header__phone:hover{color:#781b1b}.constructor_color-burgundy .header__callback-btn{background:#781b1b}.constructor_color-burgundy .header__callback-btn:hover{background:#4e1212}.constructor_color-burgundy .header__callback-btn:active{background:#250808}@media screen and (max-width:767px){.constructor_color-burgundy .header__callback-btn_mob{background:#781b1b}}@media screen and (max-width:1279px){.constructor_color-burgundy .header__nav{background:#250808}}@media screen and (max-width:767px){.constructor_color-burgundy .header__nav{background:#fff}}.constructor_color-burgundy .header__nav-toggler{background:#250808}.constructor_color-burgundy .background_sphere~.promo{background:#781b1b}.constructor_color-burgundy .background_sphere~.promo .promo__btn{background:#280101}.constructor_color-burgundy .background_sphere~.promo .promo__btn:hover{background:rgba(40,1,1,.9)}.constructor_color-burgundy .background_sphere~.promo .promo__btn:active{background:rgba(40,1,1,.8)}.constructor_color-burgundy .constructor__socials_banner .icon,.constructor_color-burgundy .constructor__socials_banner .icon:active,.constructor_color-burgundy .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-burgundy .property .label-item{color:#781b1b}.constructor_color-burgundy .property .button_view_ghost .icon,.constructor_color-burgundy .property .button_view_outline-with-icon-invert .icon{fill:#781b1b}.constructor_color-burgundy .types-tabs{border:1px solid #781b1b}.constructor_color-burgundy .types-tabs__background{background:#781b1b}.constructor_color-burgundy .types-tabs__item:hover{background:rgba(120,27,27,.2)}.constructor_color-burgundy .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#781b1b;transition:none}.constructor_color-burgundy .types-tabs__item:hover:not(.is-active) path{fill:rgba(120,27,27,.2);stroke:#781b1b;transition:none}.constructor_color-burgundy .types-tabs__item.is-active:active .types-tabs__name{color:#781b1b}.constructor_color-burgundy .types-tabs__item.is-active path{fill:#781b1b;stroke:#fff}.constructor .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .property__btn.constructor__btn.property__btn_active,.constructor_color-burgundy .typical__label,.constructor_color-gray .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-burgundy .property__btn.property__btn_active.button_view_default{background:#781b1b}.constructor_color-burgundy .typical__btn{background:none;border:1px solid #781b1b}.constructor_color-burgundy .typical__btn:hover{background:#781b1b;color:#fff}.constructor_color-burgundy .lid__fill-svg{fill:#781b1b}.constructor_color-burgundy .consultation__map-icon{stroke:#781b1b}.constructor_color-burgundy .consultation__map-info{background:#280101}.constructor_color-burgundy .consultation__form .link{color:#781b1b}.constructor_color-burgundy .constructor__social-btn_site{background:#280101}.constructor_color-burgundy .video .simplebar-scrollbar:before{background:#781b1b}.constructor_color-burgundy .swiper-pagination-bullet-active{background-color:#781b1b}.constructor_color-burgundy .property .cards__item.cards__item_highlight{border:2px solid #781b1b}.constructor_color-burgundy .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#781b1b}.constructor_color-burgundy .co__manager-btn,.constructor_color-burgundy .co__video-panel{background:#781b1b}.constructor_color-burgundy .co__manager-btn:hover,.constructor_color-burgundy .co__video-panel:hover{background:#4e1212}.constructor_color-burgundy .co__manager-btn:active,.constructor_color-burgundy .co__video-panel:active{background:#250808}.constructor_color-burgundy .co__manager{border:1px solid #781b1b}.constructor_color-burgundy .co__online-icon,.constructor_color-burgundy .co__video-circle,.constructor_color-burgundy .mortgage__icon{fill:#781b1b}.constructor_color-burgundy .co__on-map{color:#781b1b}.constructor_color-burgundy .co__on-map:hover{color:#4e1212}.constructor_color-burgundy .co__on-map:active{color:#250808}.constructor_color-burgundy .co__on-map-icon{fill:#781b1b}.constructor_color-burgundy #dist-map-container [class*=-hint],.constructor_color-burgundy #myMap [class*=-hint]{background-color:#781b1b}.constructor_color-burgundy #dist-map-container [class*=-hint]:after,.constructor_color-burgundy #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #781b1b;border-left:13px solid transparent;background-image:none}.constructor_color-burgundy .inner-form{background:#781b1b}.constructor_color-burgundy .inner__header,.constructor_color-burgundy .inner__section{border-color:#781b1b}.constructor_color-burgundy .breadcrumbs a[href]{color:#781b1b}.constructor_color-burgundy .breadcrumbs a[href]:hover{color:rgba(120,27,27,.9)}.constructor_color-burgundy .breadcrumbs a[href]:active{color:rgba(120,27,27,.8)}.constructor_color-burgundy .inner__main-color-bg{background-color:#781b1b}.constructor_color-burgundy .video__h5{color:#280101}.constructor_color-burgundy .contact__icon{stroke:#781b1b}.constructor_color-burgundy .contact__anchor[href]:focus,.constructor_color-burgundy .contact__anchor[href]:hover{color:#781b1b}.constructor_color-burgundy .contact__anchor[href]:active{color:#4e1212}.constructor_color-burgundy .contacts-socials__header{border-color:#781b1b}.constructor_color-burgundy .contacts-socials__icon{background-color:#781b1b}.constructor_color-burgundy .contacts-socials__item:focus,.constructor_color-burgundy .contacts-socials__item:hover{color:#781b1b}.constructor_color-burgundy .contacts-socials__item:active{color:#4e1212}.constructor_color-burgundy .background__paint:after{background:#781b1b}.constructor_color-burgundy .promo__paint-bg svg{fill:#280101}.constructor_color-burgundy .background__pyramid svg.pyramid{fill:rgba(120,27,27,.7)}.constructor_color-burgundy .background__pyramid:after{background:#781b1b}.constructor_color-burgundy .background__pyramid .left-bg{background:#280101}.constructor_color-burgundy .slider__input .noUi-handle{background-color:#781b1b}.constructor_color-burgundy .stroke-color{stroke:#280101}.constructor_color-burgundy .header__socials,.constructor_color-burgundy .header__top-menu-drop{background-color:#280101}.constructor_color-burgundy .lp__agreement{color:#781b1b}.constructor_color-burgundy .lp .simplebar-scrollbar:before{background-color:#781b1b}.constructor_color-burgundy .header__socials{background-color:#151622}.constructor_color-burgundy.constructor_darkMode{background:#151622;color:#fff}.constructor_color-burgundy.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-burgundy.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-burgundy.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-burgundy.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-burgundy.constructor_darkMode .advantages__item-inner,.constructor_color-burgundy.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-burgundy.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-burgundy.constructor_darkMode .card .show__map{border-color:#781b1b}.constructor_color-burgundy.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-burgundy.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-burgundy.constructor_darkMode .background__pyramid .left-bg,.constructor_color-burgundy.constructor_darkMode .block,.constructor_color-burgundy.constructor_darkMode .card__body,.constructor_color-burgundy.constructor_darkMode .cards__map-cards,.constructor_color-burgundy.constructor_darkMode .constructor__header,.constructor_color-burgundy.constructor_darkMode .footer,.constructor_color-burgundy.constructor_darkMode .property .section_view_gray,.constructor_color-burgundy.constructor_darkMode .reviews__cloud,.constructor_color-burgundy.constructor_darkMode .section_view_white,.constructor_color-burgundy.constructor_darkMode .types-tabs{background:#151622}.constructor_color-burgundy.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-burgundy.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-burgundy.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-burgundy.constructor_darkMode .card,.constructor_color-burgundy.constructor_darkMode .card .complex__info-item-value,.constructor_color-burgundy.constructor_darkMode .card__body,.constructor_color-burgundy.constructor_darkMode .constructor__btn_transparent,.constructor_color-burgundy.constructor_darkMode .consultation__form input,.constructor_color-burgundy.constructor_darkMode .consultation__form input::placeholder,.constructor_color-burgundy.constructor_darkMode .promo__text,.constructor_color-burgundy.constructor_darkMode .typical__btn,.constructor_color-burgundy.constructor_darkMode .video__h5{color:#fff}.constructor_color-burgundy.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-burgundy.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-burgundy.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-burgundy.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-burgundy.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-burgundy.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-burgundy.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-burgundy.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-burgundy.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-burgundy.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-burgundy.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-burgundy.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-burgundy.constructor_darkMode .background__fill-black{fill:#250808}.constructor_color-burgundy.constructor_darkMode .promo__label,.constructor_color-burgundy.constructor_darkMode .promo__sign{color:#fff}.constructor_color-nightsky .fill-1{fill:#4545c2}.constructor_color-nightsky .stroke-1{stroke:#4545c2}.constructor_color-nightsky .color-1{color:#4545c2}.constructor_color-nightsky .background-1{background-color:#4545c2}@media screen and (max-width:767px){.constructor_color-nightsky .lp__phone{background:#4545c2}}.constructor_color-nightsky .lp__phone-svg{fill:#4545c2}@media screen and (max-width:767px){.constructor_color-nightsky .lp__phone-svg{fill:#fff}}.constructor_color-nightsky .about__features,.constructor_color-nightsky .about__features-list{background:#4545c2}.constructor_color-nightsky .background__fill-main{fill:#4545c2}.constructor_color-nightsky .background__fill-black{fill:#14143a}.constructor_color-nightsky .banner{background:#14143a}.constructor_color-nightsky .banner__img path{fill:#4545c2;stroke:#4545c2}.constructor_color-nightsky .card .show__map svg{fill:#4545c2}.constructor_color-nightsky .banks .banks__slider-value{color:#4545c2}.constructor_color-nightsky .consultation_dark{background:#14143a}.constructor_color-nightsky .infra .checkbox__marker{background:#4545c2}.constructor_color-nightsky .promo__label,.constructor_color-nightsky .promo__position,.constructor_color-nightsky .property .button_view_outline-with-icon-invert,.constructor_color-nightsky .property .button_view_outline-with-icon-invert:hover,.constructor_color-nightsky .property .card__dates,.constructor_color-nightsky .property .map-card__dates{color:#4545c2}.constructor_color-nightsky .property .button_view_outline-with-icon-invert .icon{fill:#4545c2}.constructor_color-nightsky .property .button_view_default,.constructor_color-nightsky .property .simplebar-scrollbar:before{background:#4545c2}.constructor_color-nightsky .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-nightsky .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-nightsky .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(40,40,121,.2);color:#fff}.constructor_color-nightsky .block__title_underline:after{background:#4545c2}.constructor_color-nightsky .link{color:#fff}.constructor_color-nightsky .link:hover{color:#4545c2}.constructor_color-nightsky .link:active{color:rgba(69,69,194,.5)}.constructor_color-nightsky .constructor__header,.constructor_color-nightsky .inner__list-item:before{background:#14143a}.constructor_color-nightsky .constructor__socials .icon{fill:#fff}.constructor_color-nightsky .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-nightsky .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-blue .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-gray .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-green .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-nightsky .calculator-section .button_view_default,.constructor_color-nightsky .constructor__btn,.constructor_color-purple .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-red .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-nightsky .button_view_default,.constructor_color-yellow .calculator-section .constructor_color-nightsky .button_view_default{background:#4545c2}.constructor .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-nightsky .calculator-section .button_view_default:hover,.constructor_color-nightsky .constructor__btn:hover,.constructor_color-purple .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-turquoise .calculator-section .constructor_color-nightsky .button_view_default:hover,.constructor_color-yellow .calculator-section .constructor_color-nightsky .button_view_default:hover{background:#3434a0}.constructor .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-nightsky .calculator-section .button_view_default:active,.constructor_color-nightsky .constructor__btn:active,.constructor_color-purple .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-turquoise .calculator-section .constructor_color-nightsky .button_view_default:active,.constructor_color-yellow .calculator-section .constructor_color-nightsky .button_view_default:active{background:#282879}.constructor_color-nightsky .constructor__btn_transparent{background:transparent;color:#14143a;border:1px solid #4545c2}.constructor_color-nightsky .constructor__btn_transparent:hover{background:#4545c2}.constructor_color-nightsky .inner-form__submit{background:#14143a;color:#fff}.constructor_color-nightsky .inner-form__submit:hover{background:#070714}.constructor_color-nightsky .inner-form__submit:active{background:#000}.constructor_color-nightsky .footer{background:#14143a}.constructor_color-nightsky .footer__socials a{background:rgba(69,69,194,.2)}.constructor_color-nightsky .footer__socials a:hover{background:rgba(69,69,194,.1)}.constructor_color-nightsky .footer__toprealtors{border-top:1px solid rgba(69,69,194,.2)}.constructor_color-nightsky .header__list a:hover{color:#4545c2}.constructor_color-nightsky .header__phone{color:#fff}.constructor_color-nightsky .header__phone:hover{color:#4545c2}.constructor_color-nightsky .header__callback-btn{background:#4545c2}.constructor_color-nightsky .header__callback-btn:hover{background:#3434a0}.constructor_color-nightsky .header__callback-btn:active{background:#282879}@media screen and (max-width:767px){.constructor_color-nightsky .header__callback-btn_mob{background:#4545c2}}@media screen and (max-width:1279px){.constructor_color-nightsky .header__nav{background:#282879}}@media screen and (max-width:767px){.constructor_color-nightsky .header__nav{background:#fff}}.constructor_color-nightsky .header__nav-toggler{background:#282879}.constructor_color-nightsky .background_sphere~.promo{background:#4545c2}.constructor_color-nightsky .background_sphere~.promo .promo__btn{background:#14143a}.constructor_color-nightsky .background_sphere~.promo .promo__btn:hover{background:rgba(20,20,58,.9)}.constructor_color-nightsky .background_sphere~.promo .promo__btn:active{background:rgba(20,20,58,.8)}.constructor_color-nightsky .constructor__socials_banner .icon,.constructor_color-nightsky .constructor__socials_banner .icon:active,.constructor_color-nightsky .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-nightsky .property .label-item{color:#4545c2}.constructor_color-nightsky .property .button_view_ghost .icon,.constructor_color-nightsky .property .button_view_outline-with-icon-invert .icon{fill:#4545c2}.constructor_color-nightsky .types-tabs{border:1px solid #4545c2}.constructor_color-nightsky .types-tabs__background{background:#4545c2}.constructor_color-nightsky .types-tabs__item:hover{background:rgba(69,69,194,.2)}.constructor_color-nightsky .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#4545c2;transition:none}.constructor_color-nightsky .types-tabs__item:hover:not(.is-active) path{fill:rgba(69,69,194,.2);stroke:#4545c2;transition:none}.constructor_color-nightsky .types-tabs__item.is-active:active .types-tabs__name{color:#4545c2}.constructor_color-nightsky .types-tabs__item.is-active path{fill:#4545c2;stroke:#fff}.constructor .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .property__btn.constructor__btn.property__btn_active,.constructor_color-nightsky .typical__label,.constructor_color-purple .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default,.constructor_color-yellow .calculator-section .constructor_color-nightsky .property__btn.property__btn_active.button_view_default{background:#4545c2}.constructor_color-nightsky .typical__btn{background:none;border:1px solid #4545c2}.constructor_color-nightsky .typical__btn:hover{background:#4545c2;color:#fff}.constructor_color-nightsky .lid__fill-svg{fill:#4545c2}.constructor_color-nightsky .consultation__map-icon{stroke:#4545c2}.constructor_color-nightsky .consultation__map-info{background:#14143a}.constructor_color-nightsky .consultation__form .link{color:#4545c2}.constructor_color-nightsky .constructor__social-btn_site{background:#14143a}.constructor_color-nightsky .video .simplebar-scrollbar:before{background:#4545c2}.constructor_color-nightsky .swiper-pagination-bullet-active{background-color:#4545c2}.constructor_color-nightsky .property .cards__item.cards__item_highlight{border:2px solid #4545c2}.constructor_color-nightsky .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#4545c2}.constructor_color-nightsky .co__manager-btn,.constructor_color-nightsky .co__video-panel{background:#4545c2}.constructor_color-nightsky .co__manager-btn:hover,.constructor_color-nightsky .co__video-panel:hover{background:#3434a0}.constructor_color-nightsky .co__manager-btn:active,.constructor_color-nightsky .co__video-panel:active{background:#282879}.constructor_color-nightsky .co__manager{border:1px solid #4545c2}.constructor_color-nightsky .co__online-icon,.constructor_color-nightsky .co__video-circle,.constructor_color-nightsky .mortgage__icon{fill:#4545c2}.constructor_color-nightsky .co__on-map{color:#4545c2}.constructor_color-nightsky .co__on-map:hover{color:#3434a0}.constructor_color-nightsky .co__on-map:active{color:#282879}.constructor_color-nightsky .co__on-map-icon{fill:#4545c2}.constructor_color-nightsky #dist-map-container [class*=-hint],.constructor_color-nightsky #myMap [class*=-hint]{background-color:#4545c2}.constructor_color-nightsky #dist-map-container [class*=-hint]:after,.constructor_color-nightsky #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #4545c2;border-left:13px solid transparent;background-image:none}.constructor_color-nightsky .inner-form{background:#4545c2}.constructor_color-nightsky .inner__header,.constructor_color-nightsky .inner__section{border-color:#4545c2}.constructor_color-nightsky .breadcrumbs a[href]{color:#4545c2}.constructor_color-nightsky .breadcrumbs a[href]:hover{color:rgba(69,69,194,.9)}.constructor_color-nightsky .breadcrumbs a[href]:active{color:rgba(69,69,194,.8)}.constructor_color-nightsky .inner__main-color-bg{background-color:#4545c2}.constructor_color-nightsky .video__h5{color:#14143a}.constructor_color-nightsky .contact__icon{stroke:#4545c2}.constructor_color-nightsky .contact__anchor[href]:focus,.constructor_color-nightsky .contact__anchor[href]:hover{color:#4545c2}.constructor_color-nightsky .contact__anchor[href]:active{color:#3434a0}.constructor_color-nightsky .contacts-socials__header{border-color:#4545c2}.constructor_color-nightsky .contacts-socials__icon{background-color:#4545c2}.constructor_color-nightsky .contacts-socials__item:focus,.constructor_color-nightsky .contacts-socials__item:hover{color:#4545c2}.constructor_color-nightsky .contacts-socials__item:active{color:#3434a0}.constructor_color-nightsky .background__paint:after{background:#4545c2}.constructor_color-nightsky .promo__paint-bg svg{fill:#14143a}.constructor_color-nightsky .background__pyramid svg.pyramid{fill:rgba(69,69,194,.7)}.constructor_color-nightsky .background__pyramid:after{background:#4545c2}.constructor_color-nightsky .background__pyramid .left-bg{background:#14143a}.constructor_color-nightsky .slider__input .noUi-handle{background-color:#4545c2}.constructor_color-nightsky .stroke-color{stroke:#14143a}.constructor_color-nightsky .header__socials,.constructor_color-nightsky .header__top-menu-drop{background-color:#14143a}.constructor_color-nightsky .lp__agreement{color:#4545c2}.constructor_color-nightsky .lp .simplebar-scrollbar:before{background-color:#4545c2}.constructor_color-nightsky .header__socials{background-color:#151622}.constructor_color-nightsky.constructor_darkMode{background:#151622;color:#fff}.constructor_color-nightsky.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-nightsky.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-nightsky.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-nightsky.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-nightsky.constructor_darkMode .advantages__item-inner,.constructor_color-nightsky.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-nightsky.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-nightsky.constructor_darkMode .card .show__map{border-color:#4545c2}.constructor_color-nightsky.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-nightsky.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-nightsky.constructor_darkMode .background__pyramid .left-bg,.constructor_color-nightsky.constructor_darkMode .block,.constructor_color-nightsky.constructor_darkMode .card__body,.constructor_color-nightsky.constructor_darkMode .cards__map-cards,.constructor_color-nightsky.constructor_darkMode .constructor__header,.constructor_color-nightsky.constructor_darkMode .footer,.constructor_color-nightsky.constructor_darkMode .property .section_view_gray,.constructor_color-nightsky.constructor_darkMode .reviews__cloud,.constructor_color-nightsky.constructor_darkMode .section_view_white,.constructor_color-nightsky.constructor_darkMode .types-tabs{background:#151622}.constructor_color-nightsky.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-nightsky.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-nightsky.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-nightsky.constructor_darkMode .card,.constructor_color-nightsky.constructor_darkMode .card .complex__info-item-value,.constructor_color-nightsky.constructor_darkMode .card__body,.constructor_color-nightsky.constructor_darkMode .constructor__btn_transparent,.constructor_color-nightsky.constructor_darkMode .consultation__form input,.constructor_color-nightsky.constructor_darkMode .consultation__form input::placeholder,.constructor_color-nightsky.constructor_darkMode .promo__text,.constructor_color-nightsky.constructor_darkMode .typical__btn,.constructor_color-nightsky.constructor_darkMode .video__h5{color:#fff}.constructor_color-nightsky.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-nightsky.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-nightsky.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-nightsky.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-nightsky.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-nightsky.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-nightsky.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-nightsky.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-nightsky.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-nightsky.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-nightsky.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-nightsky.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-nightsky.constructor_darkMode .background__fill-black{fill:#282879}.constructor_color-nightsky.constructor_darkMode .promo__label,.constructor_color-nightsky.constructor_darkMode .promo__sign{color:#fff}.constructor_color-turquoise .fill-1{fill:#5eb7a7}.constructor_color-turquoise .stroke-1{stroke:#5eb7a7}.constructor_color-turquoise .color-1{color:#5eb7a7}.constructor_color-turquoise .background-1{background-color:#5eb7a7}@media screen and (max-width:767px){.constructor_color-turquoise .lp__phone{background:#5eb7a7}}.constructor_color-turquoise .lp__phone-svg{fill:#5eb7a7}@media screen and (max-width:767px){.constructor_color-turquoise .lp__phone-svg{fill:#fff}}.constructor_color-turquoise .about__features,.constructor_color-turquoise .about__features-list{background:#5eb7a7}.constructor_color-turquoise .background__fill-main{fill:#5eb7a7}.constructor_color-turquoise .background__fill-black{fill:#102e28}.constructor_color-turquoise .banner{background:#102e28}.constructor_color-turquoise .banner__img path{fill:#5eb7a7;stroke:#5eb7a7}.constructor_color-turquoise .card .show__map svg{fill:#5eb7a7}.constructor_color-turquoise .banks .banks__slider-value{color:#5eb7a7}.constructor_color-turquoise .consultation_dark{background:#102e28}.constructor_color-turquoise .infra .checkbox__marker{background:#5eb7a7}.constructor_color-turquoise .promo__label,.constructor_color-turquoise .promo__position,.constructor_color-turquoise .property .button_view_outline-with-icon-invert,.constructor_color-turquoise .property .button_view_outline-with-icon-invert:hover,.constructor_color-turquoise .property .card__dates,.constructor_color-turquoise .property .map-card__dates{color:#5eb7a7}.constructor_color-turquoise .property .button_view_outline-with-icon-invert .icon{fill:#5eb7a7}.constructor_color-turquoise .property .button_view_default,.constructor_color-turquoise .property .simplebar-scrollbar:before{background:#5eb7a7}.constructor_color-turquoise .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.constructor_color-turquoise .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.constructor_color-turquoise .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(54,121,109,.2);color:#fff}.constructor_color-turquoise .block__title_underline:after{background:#5eb7a7}.constructor_color-turquoise .link{color:#fff}.constructor_color-turquoise .link:hover{color:#5eb7a7}.constructor_color-turquoise .link:active{color:rgba(94,183,167,.5)}.constructor_color-turquoise .constructor__header,.constructor_color-turquoise .inner__list-item:before{background:#102e28}.constructor_color-turquoise .constructor__socials .icon{fill:#fff}.constructor_color-turquoise .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.constructor_color-turquoise .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.constructor .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-blue .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-gray .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-green .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-purple .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-red .calculator-section .constructor_color-turquoise .button_view_default,.constructor_color-turquoise .calculator-section .button_view_default,.constructor_color-turquoise .constructor__btn,.constructor_color-yellow .calculator-section .constructor_color-turquoise .button_view_default{background:#5eb7a7}.constructor .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-asphalt .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-blue .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-burgundy .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-gray .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-green .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-nightsky .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-purple .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-red .calculator-section .constructor_color-turquoise .button_view_default:hover,.constructor_color-turquoise .calculator-section .button_view_default:hover,.constructor_color-turquoise .constructor__btn:hover,.constructor_color-yellow .calculator-section .constructor_color-turquoise .button_view_default:hover{background:#469c8d}.constructor .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-asphalt .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-blue .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-burgundy .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-gray .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-green .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-nightsky .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-purple .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-red .calculator-section .constructor_color-turquoise .button_view_default:active,.constructor_color-turquoise .calculator-section .button_view_default:active,.constructor_color-turquoise .constructor__btn:active,.constructor_color-yellow .calculator-section .constructor_color-turquoise .button_view_default:active{background:#36796d}.constructor_color-turquoise .constructor__btn_transparent{background:transparent;color:#102e28;border:1px solid #5eb7a7}.constructor_color-turquoise .constructor__btn_transparent:hover{background:#5eb7a7}.constructor_color-turquoise .inner-form__submit{background:#102e28;color:#fff}.constructor_color-turquoise .inner-form__submit:hover{background:#030807}.constructor_color-turquoise .inner-form__submit:active{background:#000}.constructor_color-turquoise .footer{background:#102e28}.constructor_color-turquoise .footer__socials a{background:rgba(94,183,167,.2)}.constructor_color-turquoise .footer__socials a:hover{background:rgba(94,183,167,.1)}.constructor_color-turquoise .footer__toprealtors{border-top:1px solid rgba(94,183,167,.2)}.constructor_color-turquoise .header__list a:hover{color:#5eb7a7}.constructor_color-turquoise .header__phone{color:#fff}.constructor_color-turquoise .header__phone:hover{color:#5eb7a7}.constructor_color-turquoise .header__callback-btn{background:#5eb7a7}.constructor_color-turquoise .header__callback-btn:hover{background:#469c8d}.constructor_color-turquoise .header__callback-btn:active{background:#36796d}@media screen and (max-width:767px){.constructor_color-turquoise .header__callback-btn_mob{background:#5eb7a7}}@media screen and (max-width:1279px){.constructor_color-turquoise .header__nav{background:#36796d}}@media screen and (max-width:767px){.constructor_color-turquoise .header__nav{background:#fff}}.constructor_color-turquoise .header__nav-toggler{background:#36796d}.constructor_color-turquoise .background_sphere~.promo{background:#5eb7a7}.constructor_color-turquoise .background_sphere~.promo .promo__btn{background:#102e28}.constructor_color-turquoise .background_sphere~.promo .promo__btn:hover{background:rgba(16,46,40,.9)}.constructor_color-turquoise .background_sphere~.promo .promo__btn:active{background:rgba(16,46,40,.8)}.constructor_color-turquoise .constructor__socials_banner .icon,.constructor_color-turquoise .constructor__socials_banner .icon:active,.constructor_color-turquoise .constructor__socials_banner .icon:hover{fill:#fff}.constructor_color-turquoise .property .label-item{color:#5eb7a7}.constructor_color-turquoise .property .button_view_ghost .icon,.constructor_color-turquoise .property .button_view_outline-with-icon-invert .icon{fill:#5eb7a7}.constructor_color-turquoise .types-tabs{border:1px solid #5eb7a7}.constructor_color-turquoise .types-tabs__background{background:#5eb7a7}.constructor_color-turquoise .types-tabs__item:hover{background:rgba(94,183,167,.2)}.constructor_color-turquoise .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#5eb7a7;transition:none}.constructor_color-turquoise .types-tabs__item:hover:not(.is-active) path{fill:rgba(94,183,167,.2);stroke:#5eb7a7;transition:none}.constructor_color-turquoise .types-tabs__item.is-active:active .types-tabs__name{color:#5eb7a7}.constructor_color-turquoise .types-tabs__item.is-active path{fill:#5eb7a7;stroke:#fff}.constructor .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-asphalt .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-blue .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-burgundy .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-gray .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-green .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-nightsky .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-purple .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-red .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .calculator-section .property__btn.property__btn_active.button_view_default,.constructor_color-turquoise .property__btn.constructor__btn.property__btn_active,.constructor_color-turquoise .typical__label,.constructor_color-yellow .calculator-section .constructor_color-turquoise .property__btn.property__btn_active.button_view_default{background:#5eb7a7}.constructor_color-turquoise .typical__btn{background:none;border:1px solid #5eb7a7}.constructor_color-turquoise .typical__btn:hover{background:#5eb7a7;color:#fff}.constructor_color-turquoise .lid__fill-svg{fill:#5eb7a7}.constructor_color-turquoise .consultation__map-icon{stroke:#5eb7a7}.constructor_color-turquoise .consultation__map-info{background:#102e28}.constructor_color-turquoise .consultation__form .link{color:#5eb7a7}.constructor_color-turquoise .constructor__social-btn_site{background:#102e28}.constructor_color-turquoise .video .simplebar-scrollbar:before{background:#5eb7a7}.constructor_color-turquoise .swiper-pagination-bullet-active{background-color:#5eb7a7}.constructor_color-turquoise .property .cards__item.cards__item_highlight{border:2px solid #5eb7a7}.constructor_color-turquoise .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#5eb7a7}.constructor_color-turquoise .co__manager-btn,.constructor_color-turquoise .co__video-panel{background:#5eb7a7}.constructor_color-turquoise .co__manager-btn:hover,.constructor_color-turquoise .co__video-panel:hover{background:#469c8d}.constructor_color-turquoise .co__manager-btn:active,.constructor_color-turquoise .co__video-panel:active{background:#36796d}.constructor_color-turquoise .co__manager{border:1px solid #5eb7a7}.constructor_color-turquoise .co__online-icon,.constructor_color-turquoise .co__video-circle,.constructor_color-turquoise .mortgage__icon{fill:#5eb7a7}.constructor_color-turquoise .co__on-map{color:#5eb7a7}.constructor_color-turquoise .co__on-map:hover{color:#469c8d}.constructor_color-turquoise .co__on-map:active{color:#36796d}.constructor_color-turquoise .co__on-map-icon{fill:#5eb7a7}.constructor_color-turquoise #dist-map-container [class*=-hint],.constructor_color-turquoise #myMap [class*=-hint]{background-color:#5eb7a7}.constructor_color-turquoise #dist-map-container [class*=-hint]:after,.constructor_color-turquoise #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #5eb7a7;border-left:13px solid transparent;background-image:none}.constructor_color-turquoise .inner-form{background:#5eb7a7}.constructor_color-turquoise .inner__header,.constructor_color-turquoise .inner__section{border-color:#5eb7a7}.constructor_color-turquoise .breadcrumbs a[href]{color:#5eb7a7}.constructor_color-turquoise .breadcrumbs a[href]:hover{color:rgba(94,183,167,.9)}.constructor_color-turquoise .breadcrumbs a[href]:active{color:rgba(94,183,167,.8)}.constructor_color-turquoise .inner__main-color-bg{background-color:#5eb7a7}.constructor_color-turquoise .video__h5{color:#102e28}.constructor_color-turquoise .contact__icon{stroke:#5eb7a7}.constructor_color-turquoise .contact__anchor[href]:focus,.constructor_color-turquoise .contact__anchor[href]:hover{color:#5eb7a7}.constructor_color-turquoise .contact__anchor[href]:active{color:#469c8d}.constructor_color-turquoise .contacts-socials__header{border-color:#5eb7a7}.constructor_color-turquoise .contacts-socials__icon{background-color:#5eb7a7}.constructor_color-turquoise .contacts-socials__item:focus,.constructor_color-turquoise .contacts-socials__item:hover{color:#5eb7a7}.constructor_color-turquoise .contacts-socials__item:active{color:#469c8d}.constructor_color-turquoise .background__paint:after{background:#5eb7a7}.constructor_color-turquoise .promo__paint-bg svg{fill:#102e28}.constructor_color-turquoise .background__pyramid svg.pyramid{fill:rgba(94,183,167,.7)}.constructor_color-turquoise .background__pyramid:after{background:#5eb7a7}.constructor_color-turquoise .background__pyramid .left-bg{background:#102e28}.constructor_color-turquoise .slider__input .noUi-handle{background-color:#5eb7a7}.constructor_color-turquoise .stroke-color{stroke:#102e28}.constructor_color-turquoise .header__socials,.constructor_color-turquoise .header__top-menu-drop{background-color:#102e28}.constructor_color-turquoise .lp__agreement{color:#5eb7a7}.constructor_color-turquoise .lp .simplebar-scrollbar:before{background-color:#5eb7a7}.constructor_color-turquoise .header__socials{background-color:#151622}.constructor_color-turquoise.constructor_darkMode{background:#151622;color:#fff}.constructor_color-turquoise.constructor_darkMode .header__top-menu-drop{background-color:#151622}.constructor_color-turquoise.constructor_darkMode .banks__slider-nav{background:#151622}.constructor_color-turquoise.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.constructor_color-turquoise.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.constructor_color-turquoise.constructor_darkMode .advantages__item-inner,.constructor_color-turquoise.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.constructor_color-turquoise.constructor_darkMode .constructor__socials .icon{fill:#fff}.constructor_color-turquoise.constructor_darkMode .card .show__map{border-color:#5eb7a7}.constructor_color-turquoise.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.constructor_color-turquoise.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.constructor_color-turquoise.constructor_darkMode .background__pyramid .left-bg,.constructor_color-turquoise.constructor_darkMode .block,.constructor_color-turquoise.constructor_darkMode .card__body,.constructor_color-turquoise.constructor_darkMode .cards__map-cards,.constructor_color-turquoise.constructor_darkMode .constructor__header,.constructor_color-turquoise.constructor_darkMode .footer,.constructor_color-turquoise.constructor_darkMode .property .section_view_gray,.constructor_color-turquoise.constructor_darkMode .reviews__cloud,.constructor_color-turquoise.constructor_darkMode .section_view_white,.constructor_color-turquoise.constructor_darkMode .types-tabs{background:#151622}.constructor_color-turquoise.constructor_darkMode .types-tabs__item path{stroke:#fff}.constructor_color-turquoise.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.constructor_color-turquoise.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.constructor_color-turquoise.constructor_darkMode .card,.constructor_color-turquoise.constructor_darkMode .card .complex__info-item-value,.constructor_color-turquoise.constructor_darkMode .card__body,.constructor_color-turquoise.constructor_darkMode .constructor__btn_transparent,.constructor_color-turquoise.constructor_darkMode .consultation__form input,.constructor_color-turquoise.constructor_darkMode .consultation__form input::placeholder,.constructor_color-turquoise.constructor_darkMode .promo__text,.constructor_color-turquoise.constructor_darkMode .typical__btn,.constructor_color-turquoise.constructor_darkMode .video__h5{color:#fff}.constructor_color-turquoise.constructor_darkMode .constructor__btn_transparent:not(:hover),.constructor_color-turquoise.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.constructor_color-turquoise.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.constructor_color-turquoise.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.constructor_color-turquoise.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.constructor_color-turquoise.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.constructor_color-turquoise.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.constructor_color-turquoise.constructor_darkMode .slider-nav__item{background:#282a42}.constructor_color-turquoise.constructor_darkMode .slider-nav__item svg{stroke:#fff}.constructor_color-turquoise.constructor_darkMode .toggle-color{fill:#fff}.constructor_color-turquoise.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.constructor_color-turquoise.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.constructor_color-turquoise.constructor_darkMode .background__fill-black{fill:#36796d}.constructor_color-turquoise.constructor_darkMode .promo__label,.constructor_color-turquoise.constructor_darkMode .promo__sign{color:#fff}.c-modal textarea{resize:vertical}.c-modal .modal__shadow{opacity:.6}.c-modal .c-modal__close{position:absolute;top:25px;right:25px;left:auto;-webkit-transform:translate(0);transform:translate(0)}.c-modal .c-modal__upload-text{width:auto;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;margin-right:12px}.c-modal .c-modal__icon-btn{align-items:center;transition:all .3s}.c-modal .c-modal__icon-btn:hover{color:#ff2d23}.c-modal .c-modal__icon-btn:active{color:#8f95ac}.c-modal .c-modal__icon-btn_with-hover .c-modal__icon:hover{background:rgba(143,149,172,.3)}.c-modal .c-modal__icon-btn_with-hover .c-modal__icon:active{background:rgba(143,149,172,.2)}.c-modal .c-modal__icon-btn_map .c-modal__icon{background:#fff}.c-modal .c-modal__icon-btn_map .c-modal__icon:hover{background:rgba(143,149,172,.3)}.c-modal .c-modal__icon-btn_map .c-modal__icon:active{background:rgba(143,149,172,.2)}.c-modal .c-modal__icon{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;background:rgba(143,149,172,.1);transition:all .3s}.c-modal .c-modal__icon_delete{margin-right:12px}.c-modal .c-modal__icon_sm{width:28px;height:28px}.c-modal .c-modal__icon_square{width:50px;height:50px;border-radius:0}.c-modal .c-modal__icon_eye{fill:rgba(143,149,172,.4)}.c-modal .c-modal__icon .icon{width:15px;height:20px}.c-modal .c-modal__icon .icon_cross{width:11px;height:8px}.c-modal .c-modal__icon .icon_plus{width:8px;height:8px}.c-modal .modal__inner{padding:55px 95px}@media screen and (max-width:767px){.c-modal .modal__inner{padding-left:65px;padding-right:65px}}.c-modal_small .modal__inner{max-width:570px}.c-modal_lid .c-modal__box{max-width:470px;margin:0 auto}.c-modal .c-modal__header{margin-bottom:45px;font-weight:700}.c-modal .c-modal__header_center{text-align:center;margin-bottom:35px}.c-modal .upload{display:flex;justify-content:space-between}@media screen and (max-width:767px){.c-modal .upload{flex-direction:column;justify-content:center;align-items:center}}.c-modal .upload input[type=range]{overflow:hidden;-webkit-appearance:none;width:135px;margin-left:auto}.c-modal .upload input[type=range]:focus{outline:none}.c-modal .upload input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;cursor:pointer;background:rgba(143,149,172,.2)}.c-modal .upload input[type=range]::-webkit-slider-thumb{border:4px solid #fff;height:20px;width:20px;border-radius:50%;background:#ff2d23;cursor:pointer;-webkit-appearance:none;margin-top:-10px}.c-modal .upload input[type=range]:focus::-webkit-slider-runnable-track{background:#ff2d23}.c-modal .upload input[type=range]::-moz-range-track{width:100%;height:1px;cursor:pointer;background:rgba(143,149,172,.2)}.c-modal .upload input[type=range]::-moz-range-progress{background-color:#ff2d23;height:1px;cursor:pointer}.c-modal .upload input[type=range]::-moz-range-thumb{border:4px solid #fff;height:12px;width:12px;border-radius:50%;background:#ff2d23;cursor:pointer;-webkit-appearance:none;margin-top:-10px}.c-modal .upload input[type=range]::-ms-track{width:100%;height:1px;cursor:pointer;background:#ff2d23}.c-modal .upload input[type=range]::-ms-fill-lower{background-color:#ff2d23;height:1px;cursor:pointer}.c-modal .upload input[type=range]::-ms-fill-upper{width:100%;height:1px;cursor:pointer;background:rgba(143,149,172,.2)}.c-modal .upload input[type=range]::-ms-thumb{border:4px solid #fff;height:12px;width:12px;border-radius:50%;background:#ff2d23;cursor:pointer;-webkit-appearance:none;margin-top:-10px}.c-modal .upload .dropzone{margin-top:35px}.c-modal .upload .dropzone svg{width:16px}.c-modal .upload__result{margin-top:8px}@media screen and (max-width:767px){.c-modal .upload__result{align-items:center;justify-content:center;display:flex;margin:10px 0}}.c-modal .upload__photo{width:220px;height:220px;border-radius:5px}.c-modal .upload__photo img{width:100%;height:100%;object-fit:cover}.c-modal .upload__info{display:flex;flex-direction:column;width:250px}.c-modal .upload__btn{display:flex;justify-content:center;align-items:center;width:250px;height:50px;margin-top:45px;border:1px solid rgba(143,149,172,.3);box-sizing:border-box;border-radius:4px;font-weight:700}.c-modal .upload__btn:hover{box-shadow:0 2px 10px rgba(143,149,172,.2)}.c-modal .upload__btn:active{box-shadow:inset 0 2px 10px rgba(143,149,172,.2)}.c-modal .upload__descr{margin-top:15px;font-size:13px;color:#8f95ac}.c-modal .checkbox__label{display:flex;align-items:center}.c-modal .c-modal__socials{display:flex;flex-wrap:wrap}.c-modal .c-modal__socials li{display:flex;width:180px;margin-right:80px;margin-bottom:20px}.c-modal .c-modal__socials li:nth-child(2n){margin-right:0}.c-modal .c-modal__socials .checkbox{width:100%;justify-content:space-between}.c-modal .c-modal__socials .c-modal__social-label{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background-color:rgba(143,149,172,.5);cursor:pointer;margin-left:15px}.c-modal .c-modal__socials .c-modal__social-label_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.c-modal .c-modal__socials .c-modal__social-label_vk{background:#4d7198}.c-modal .c-modal__socials .c-modal__social-label_fb{background:#3b5998}.c-modal .c-modal__socials .c-modal__social-label_tg{background:#08c}.c-modal .c-modal__socials .c-modal__social-label_wa{background:#25d366}.c-modal .c-modal__socials .c-modal__social-label_viber{background:#665cac}.c-modal .c-modal__socials .c-modal__social-label .icon{fill:#fff;width:23px;height:23px}@media screen and (max-width:767px){.c-modal .c-modal__socials{width:180px}.c-modal .c-modal__socials li{margin-right:0}.c-modal .c-modal__socials .checkbox{width:100%;justify-content:flex-start}.c-modal .c-modal__socials .checkbox__label{flex-grow:1}.c-modal .c-modal__socials .c-modal__social-label{margin-left:auto}}.c-modal .c-modal__label{display:flex;align-items:center;margin-bottom:8px;color:#8f95ac}.c-modal .c-modal__input-block{display:flex;flex-direction:column;margin-bottom:25px}.c-modal .c-modal__input,.c-modal .c-modal__textarea{font-family:inherit;font-size:14px;padding:16.5px 15px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.c-modal .c-modal__submit{display:flex;margin-left:auto;margin-right:auto}.c-modal_preview .modal__inner{padding:0}.c-modal_preview .c-modal__icon-btn{z-index:2}.c-modal .c-preview{height:367px;background:#dd453b;display:flex;justify-content:space-between;overflow:hidden;position:relative;padding:55px 25px 50px 35px}@media screen and (max-width:767px){.c-modal .c-preview{padding:25px 15px;height:250px}}.c-modal .c-preview__content{color:#fff}.c-modal .c-preview__info{display:flex;flex-direction:column;width:400px;max-width:100%}.c-modal .c-preview__sign{font-weight:300;line-height:30px;margin-top:10px}@media screen and (max-width:767px){.c-modal .c-preview__sign{font-size:14px}}.c-modal .c-preview__image{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-top:10px;z-index:2}.c-modal .c-preview__dots{position:absolute;top:30px;right:-30px;z-index:0;height:167px;width:167px}@media screen and (max-width:767px){.c-modal .c-preview__dots{top:0;right:-38px;width:30%}}.c-modal .c-preview__triangle{position:absolute;top:-13px;right:-110px;z-index:1}.c-modal .c-preview__note{background:#fff;padding:16px 15px 20px 30px;position:absolute;left:0;right:0;bottom:0}.c-modal .c-preview__label{margin-bottom:15px}.c-modal .c-preview__text{font-size:30px;line-height:35px;padding-right:50px}@media screen and (max-width:767px){.c-modal .c-preview__text{font-size:21px;line-height:24px;padding-right:130px}}.c-modal_lid .c-modal__header_center{margin-top:20px;margin-bottom:10px}.c-modal__box .big-text{margin-bottom:25px;color:#8f95ac;text-align:center;font-size:18px;line-height:24px}@media screen and (max-width:767px){.c-modal__box .big-text{margin-bottom:15px}}@media screen and (max-width:767px){.c-modal__input-block.modal-form__row{margin-top:18px}}.c-banner{height:175px}@media screen and (max-width:767px){.c-banner{height:215px}}.c-banner__content{background:#301120;overflow:hidden;position:relative;display:flex;height:99px}.c-banner__text{color:#fff;font-size:9px;line-height:30px;margin:0 0 0 77px;display:flex;align-items:center;font-weight:700;white-space:nowrap}@media screen and (max-width:767px){.c-banner__text{margin-left:10px;line-height:15px}}.c-banner__img{position:absolute;top:-60px}.c-banner__img path{fill:#dd453b}.c-banner__img svg{width:190px}.c-banner__circle{align-items:center;justify-content:center;border-radius:50em;display:flex;height:30px;width:30px}@media screen and (max-width:767px){.c-banner__circle{height:20px;width:20px}}.c-banner__circle.ig{background:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.c-banner__circle.ig svg.icon{height:14px;width:14px}@media screen and (max-width:767px){.c-banner__circle.ig svg.icon{height:10px;width:10px}}.c-banner__circle.vk{background:#4d7198}.c-banner__circle.vk svg.icon{height:8px;width:14px}@media screen and (max-width:767px){.c-banner__circle.vk svg.icon{width:10px}}.c-banner__circle.wa{background:#25d366}.c-banner__circle.wa svg.icon{height:16px;width:16px}@media screen and (max-width:767px){.c-banner__circle.wa svg.icon{width:10px}}.constructor__socials_banner{flex-grow:1;display:flex;align-items:center;justify-content:center}.botbar{display:flex;justify-content:space-between;align-items:center;padding:0 40px;min-height:120px;margin-top:40px;border-radius:5px;background:#2c2e3e;color:#fff;font-size:16px;line-height:20px;font-weight:700}@media screen and (max-width:1023px){.botbar{font-size:14px;line-height:18px}}@media screen and (max-width:640px){.botbar{flex-direction:column;padding:15px 20px}}.botbar__text{width:287px;max-width:100%}.botbar__text_lg{width:450px}@media screen and (max-width:1023px){.botbar__text{padding-right:25px}}.botbar__img{align-self:flex-end}@media screen and (max-width:1023px){.botbar__img{display:none}}.botbar__btn{padding:22px 26px}@media screen and (max-width:640px){.botbar__btn{margin-top:20px;width:100%;text-align:center;height:40px;align-items:center;display:flex;justify-content:center}}.theme-switcher__input{background-color:initial!important}.theme-switcher__icon{position:absolute;top:0;left:0}.theme-switcher__icon,.theme-switcher__icon svg{width:100%;height:100%}.redesign .section__grid{margin-left:0;margin-right:0}.redesign .section__grid-col.index-search__filter{margin-left:0;margin-right:0;width:100%}.redesign .section__grid-col.index-search__header.for-main{margin:30px 0;text-align:left}.redesign .section__grid-col.index-search__header.for-main .h2{font-weight:700;font-size:25px;line-height:28px}@media screen and (max-width:1599px){.redesign .section__grid-col.index-search__header.for-main .h2{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.redesign .section__grid-col.index-search__header.for-main .h2{font-size:18px;line-height:22px}}.redesign .section__grid-col.index-search__header.for-main .form__row .form__row{margin-top:-23px}.redesign .index-search__filter-body{border-radius:0;background-color:initial}.redesign .index-search__filter-body .index-search__filter-top{background-color:#f6f7f8;border-radius:20px;padding:16px 20px}.redesign .index-search__filter-body .index-search__filter-main{padding:30px 20px}.redesign .index-search__filter-body .index-search__filter-main .form__drop-btn{background-color:#f6f7f8}.redesign .index-search__filter-applied.for-dragable .index-search__filter-inc{border-radius:20px}.redesign .index-search__filter-applied.for-dragable .index-search__filter-inc .filtered{box-shadow:none;border-radius:20px;background-color:#f6f7f8}.redesign .index-search__filter-applied.for-dragable .index-search__filter-exc{border-radius:20px}.redesign .index-search__filter-applied.for-dragable .index-search__filter-exc .filtered{box-shadow:none;border-radius:20px}.redesign .index-search__filter-applied.for-dragable .filtered-clear__wrapper .button_type_filtered{box-shadow:none}.redesign .index-search__filter-applied.for-dragable .filtered-clear__wrapper .button_type_filtered:hover{background-color:initial;color:#ff2d23}.redesign .section_view_gray{background-color:initial;padding-top:0}.redesign .section__grid.cards__header{margin-bottom:20px}.redesign .section__grid.cards__header .section__grid-col.section__heading{display:none}.redesign .section__grid.cards__header .section__grid-col.cards__controls{width:100%}.redesign .section__grid-col.cards__item.shadow{border-radius:20px;overflow:hidden}.redesign .card{background-color:#f6f7f8}.redesign .card .card__body{background-color:#f6f7f8;flex-direction:column}.redesign .card .card__body .card__image{border-radius:20px}.redesign .cards__item{width:calc(33.33333% - 22px)}.redesign .card__header,.redesign .card__image{height:310px;width:100%}.redesign .card__image img{height:auto}.hp{display:flex;flex-direction:column;min-height:100vh}.hp__stage{display:flex;grid-gap:20px;gap:20px;justify-content:center;width:100%;margin-bottom:35px}.hp__stage li{grid-gap:10px;gap:10px}.hp__stage li,.hp__stage span{display:flex;align-items:center}.hp__stage span{width:35px;height:35px;background-color:#f6f7f8;justify-content:center;border-radius:50%;flex-shrink:0}.hp__stage p,.hp__stage span{color:#8f95ac;font-weight:700;font-size:16px}.hp__stage p{white-space:nowrap}.hp__stage .hp__stage-item_active span{background-color:#ef372e;color:#fff}.hp__stage .hp__stage-item_active p{color:#000}.hp__view-btns{display:flex;grid-gap:10px;gap:10px;margin-bottom:10px}.hp__view-btns .btn_full+.btn_full{margin-top:0}.hp__view-btns .btn_secondary{background-color:#8f95ac;color:#fff}.hp__secondview-text{color:#8f95ac;text-align:center}.hp__lastview{display:flex;flex-direction:column}.hp .wrapper{width:1600px}.hp .wrapper__center{position:relative;max-width:100%}@media screen and (max-width:1599px){.hp .wrapper__center{width:1200px;margin:0;padding:0 10px}}.hp .h1{font-weight:700;font-size:42px;line-height:46px}@media screen and (max-width:1279px){.hp .h1{font-size:36px;line-height:40px}}@media screen and (max-width:767px){.hp .h1{font-size:24px;line-height:26px}}.hp .h2{font-weight:700;font-size:30px;line-height:35px}@media screen and (max-width:1279px){.hp .h2{font-size:28px;line-height:32px}}@media screen and (max-width:767px){.hp .h2{font-size:21px;line-height:24px}}.hp .h3{font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1279px){.hp .h3{font-size:18px;line-height:22px}}@media screen and (max-width:767px){.hp .h3{font-size:18px;line-height:20px}}.hp .h4{font-weight:700;font-size:18px;line-height:20px}@media screen and (max-width:1279px){.hp .h4{font-size:17px;line-height:20px}}@media screen and (max-width:767px){.hp .h4{font-size:14px;line-height:16px}}.hp .h5{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal}@media screen and (max-width:1599px){.hp .h5{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.hp .h5{font-size:14px;line-height:18px}}.hp .big-text{font-weight:300;font-size:21px;line-height:30px}@media screen and (max-width:1599px){.hp .big-text{font-size:18px;line-height:24px}}@media screen and (max-width:1279px){.hp .big-text{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.hp .big-text{font-size:16px;line-height:22px}}.hp .italic{font-style:italic}.hp .medium-text{font-weight:300;font-size:15px;line-height:20px}@media screen and (max-width:767px){.hp .medium-text{font-size:15px;line-height:18px}}.hp .caps{font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase}@media screen and (max-width:1599px){.hp .caps{font-size:12px;line-height:18px}}@media screen and (max-width:1279px){.hp .caps{font-size:11px;line-height:18px}}@media screen and (max-width:767px){.hp .caps{font-size:12px;line-height:16px}}.hp .text{font-size:14px;line-height:18px}.hp .text-xs{font-size:13px;line-height:16px}.hp__header{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:2}.hp__slider{margin-top:40px}.hp__header-content{display:flex;align-items:center}@media screen and (max-width:1279px){.hp__header-content{height:60px}}@media screen and (max-width:767px){.hp__header-content{height:50px}}@media screen and (max-width:1279px){.hp__header-logo{height:40px}}@media screen and (max-width:767px){.hp__header-logo{height:28px}}@media screen and (max-width:1279px){.hp__nav{order:1;align-self:start;margin-left:30px}}.hp__nav-list{display:flex;margin-left:180px}@media screen and (max-width:1279px){.hp__nav-list{flex-direction:column;margin-left:0}}@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.hp__header-overlay{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:rgba(30,32,48,.5);-webkit-animation:opacity .8s ease-in-out;animation:opacity .8s ease-in-out}.hp__nav-item{margin-right:30px}@media screen and (max-width:1279px){.hp__nav-item{border-bottom:1px solid rgba(143,149,172,.2);margin-left:35px;margin-right:75px}}.hp__nav-item:last-child{margin-right:0}@media screen and (max-width:1279px){.hp__nav-item:last-child{margin-right:75px;border-bottom:none}}.hp__nav-anchor{display:flex;align-items:center;height:80px;padding:0 13px;font-weight:700;font-size:14px;line-height:17px;color:#8f95ac;transition:all .3s;border-bottom:4px solid transparent}.hp__nav-anchor svg{margin-right:8px;flex-shrink:0}@media screen and (max-width:1279px){.hp__nav-anchor{height:50px;width:100%;color:#1e2030;padding:0}}.hp__nav-anchor.active{border-color:#ff2d23}@media screen and (max-width:1279px){.hp__nav-anchor.active{color:#ff2d23;border-color:transparent}}.hp__nav-anchor:hover:not(.active){border-color:#8f95ac}@media screen and (max-width:1279px){.hp__nav-anchor:hover:not(.active){border-color:transparent}}.hp__nav-enter{display:none}@media screen and (max-width:1279px){.hp__nav-enter{display:flex;flex-direction:column;margin-top:auto;margin-bottom:100px}}.hp__btns{display:flex;margin-left:auto}.hp__header-anchor{display:inline-flex;align-items:center;font-weight:700;font-size:14px;line-height:17px;color:#8f95ac}.hp__header-btn{margin-left:50px;padding:16px 30px;background:#2c2e3e;border-radius:4px;transition:all .3s;color:#fff;font-weight:700;font-size:14px;line-height:18px}@media screen and (max-width:1279px){.hp__header-btn{margin-left:30px}}@media screen and (max-width:767px){.hp__header-btn{margin-left:15px;padding:8px 15px}}.hp__header-btn:hover{background:#8f95ac}.hp__promo{padding-bottom:25px}.hp:not(.hp_dashboard) .hp__promo{padding-top:80px}@media screen and (max-width:1279px){.hp:not(.hp_dashboard) .hp__promo{padding-top:60px}}@media screen and (max-width:767px){.hp:not(.hp_dashboard) .hp__promo{padding-top:50px}}.hp__promo-img{position:absolute;width:56.5%;right:0;max-height:100%}@media screen and (max-width:1599px){.hp__promo-img{width:780px}}@media screen and (max-width:1279px){.hp__promo-img{width:460px}}@media screen and (max-width:767px){.hp__promo-img{width:320px;max-width:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);right:auto}}.hp__promo-img_self{width:50.6%}@media screen and (max-width:1599px){.hp__promo-img_self{width:780px}}@media screen and (max-width:1279px){.hp__promo-img_self{width:460px}}@media screen and (max-width:767px){.hp__promo-img_self{width:320px}}.hp__promo-content{width:460px;max-width:100%;height:685px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-height:calc(100vh - 80px)}@media screen and (max-width:1599px){.hp__promo-content{height:635px}}@media screen and (max-width:1279px){.hp__promo-content{height:380px;width:290px;max-height:calc(100vh - 60px)}}@media screen and (max-width:767px){.hp__promo-content{height:510px;width:100%;text-align:center;align-items:center;justify-content:flex-end;padding-bottom:40px}}@media screen and (max-width:1279px){.hp__promo-content_self{height:420px;width:290px;max-height:calc(100vh - 60px)}}@media screen and (max-width:767px){.hp__promo-content_self{height:530px;width:100%}}@media screen and (max-width:767px){.hp__promo-btn{width:100%;font-size:11px;line-height:16px;letter-spacing:.3px;text-transform:uppercase}}.hp__subtitle{margin-top:30px}@media screen and (max-width:767px){.hp__subtitle{margin-top:15px}}.hp__promo-btn_second{margin-left:20px}@media screen and (max-width:767px){.hp__promo-btn_second{margin-left:0}}.hp__promo-btn_bold{font-weight:700}.hp__promo-btns{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.hp__promo-btns{width:100%;grid-gap:10px;gap:10px;grid-template-columns:1fr}}.hp__h1{margin-bottom:20px}@media screen and (max-width:767px){.hp__h1{width:255px;margin-bottom:10px}}.hp__page{padding-bottom:25px}@media screen and (max-width:767px){.hp__page .hp__h1{margin-left:auto;margin-right:auto;text-align:center}}.hp__h2{margin-bottom:10px}.hp__label{display:block;margin-bottom:20px}@media screen and (max-width:767px){.hp__label{margin-bottom:10px}}.hp__sign{margin-bottom:40px}@media screen and (max-width:1279px){.hp__sign{margin-bottom:30px}}@media screen and (max-width:767px){.hp__sign{margin-bottom:15px}}.hp__sign_sm{font-size:18px;line-height:24px}@media screen and (max-width:767px){.hp__sign_sm{font-size:14px;line-height:21px}}.hp__title{position:relative;padding-bottom:30px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.hp__title{padding-bottom:15px}}.hp__about-list{display:flex;justify-content:space-between;margin-top:47px}@media screen and (max-width:1279px){.hp__about-list{overflow-x:auto}}.hp__about-item{overflow:hidden;position:relative;display:flex;flex-direction:column;width:261px;height:360px;align-items:center;text-align:center;background:linear-gradient(187.57deg,#fcfcff 7.98%,#f1f1f8 94.14%);padding:35px 40px;border-radius:20px;transition:all .3s ease}@media screen and (max-width:1279px){.hp__about-item{padding-left:8px;padding-right:8px;width:200px;min-width:200px;margin-right:15px}}@media screen and (max-width:767px){.hp__about-item{height:290px}}.hp__about-img{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:260px;max-width:100%}@media screen and (max-width:767px){.hp__about-img{height:150px}}.hp__about-title{margin-bottom:5px;width:181px}@media screen and (max-width:1279px){.hp__about-title{margin-bottom:15px}}.hp__about-descr{width:260px;min-width:260px;max-width:100%;margin:0 auto;display:none}@media screen and (max-width:1279px){.hp__about-descr{width:240px;min-width:240px}}@media screen and (max-width:767px){.hp__about-descr{width:215px;min-width:215px}}.hp__about-btn{margin-top:auto;display:none;position:relative}@media screen and (max-width:767px){.hp__about-btn{font-size:11px;line-height:16px;letter-spacing:.3px;text-transform:uppercase}}.hp__about-item.active{width:345px;max-width:100%;background:#2c2e3e;color:#fff;padding-left:18px;padding-right:18px}@media screen and (max-width:1279px){.hp__about-item.active{width:248px;min-width:248px}}.hp__about-item.active .hp__about-btn{display:inline-flex}.hp__about-item.active .hp__about-descr{display:flex}.hp__develop-anchor{position:absolute;top:8px;right:0;display:inline-flex;align-items:baseline;color:#ff2d23}.hp__develop-anchor .hp__develop-icon{position:relative;margin-left:10px;transition:all .3s;left:0}.hp__develop-anchor:hover .hp__develop-icon{left:5px}@media screen and (max-width:767px){.hp__develop-anchor{display:none}}.hp__develop-square{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background:linear-gradient(187.57deg,#fcfcff 7.98%,#f1f1f8 94.14%);border-radius:20px;margin-bottom:30px}@media screen and (max-width:1599px){.hp__develop-square{width:78px;height:78px}}@media screen and (max-width:767px){.hp__develop-square{margin-right:20px;margin-bottom:0;flex-shrink:0}}.hp__develop-grid{margin-top:40px;display:grid;justify-content:space-between;grid-template-columns:repeat(4,248px);grid-row-gap:74px;row-gap:74px}@media screen and (max-width:1279px){.hp__develop-grid{grid-template-columns:repeat(3,200px);grid-row-gap:43px;row-gap:43px}}@media screen and (max-width:767px){.hp__develop-grid{grid-template-columns:repeat(1,100%);grid-row-gap:32px;row-gap:32px}}.hp__develop-grid_furnish{margin-top:40px;display:grid;justify-content:space-between;grid-template-columns:repeat(3,1fr);grid-row-gap:40px;row-gap:40px}@media screen and (max-width:1279px){.hp__develop-grid_furnish{grid-template-columns:repeat(2,1fr);grid-row-gap:20px;row-gap:20px}}@media screen and (max-width:767px){.hp__develop-grid_furnish{grid-template-columns:repeat(1,100%)}}.hp .hp__develop-h4{width:90%;color:#1e2030;margin-bottom:8px}@media screen and (max-width:1599px){.hp .hp__develop-h4{width:80%}}@media screen and (max-width:1599px){.hp .hp__develop-grid_self .hp__develop-h4{width:90%}}.hp__develop-descr{margin-bottom:10px}@media screen and (max-width:767px){.hp__develop-descr{margin-bottom:7px}}.hp__develop-item-anchor{display:inline-flex;align-items:center;color:#ff2d23}.hp__develop-item-anchor:after{content:"";width:13px;height:8px;display:flex;background:url(/static/media/arrow.1662bc48.svg) no-repeat 100%;opacity:0;visibility:hidden;transition:opacity .3s;margin-left:10px}.hp__develop-pic-revert{display:none}.hp__develop-item:not(.hp__develop-item_no-hover):hover .hp__develop-square{background:rgba(255,45,35,.1)}.hp__develop-item:not(.hp__develop-item_no-hover):hover .hp__develop-item-anchor:after{opacity:1;visibility:visible;transition:opacity .6s}.hp__develop-item:not(.hp__develop-item_no-hover):hover .hp__develop-pic{display:none}.hp__develop-item:not(.hp__develop-item_no-hover):hover .hp__develop-pic-revert{display:block}.hp__section-margin{margin-bottom:85px}@media screen and (max-width:1279px){.hp__section-margin{margin-bottom:70px}}@media screen and (max-width:767px){.hp__section-margin{margin-bottom:50px}}.hp__news.hp__section-margin{margin-bottom:48px}.hp__develop-descr{color:#8f95ac}@media screen and (max-width:767px){.hp__develop-item{display:flex}}.hp__develop-item_flex{display:flex;align-items:center}.hp__develop-item_flex .hp__develop-square{flex-shrink:0;width:80px;height:80px;margin-right:20px;margin-bottom:0}.hp__develop-item_flex .hp__develop-content{padding-right:15%}.hp__develop-all{margin-top:25px;display:flex;width:100%;height:44px;justify-content:center;align-items:center;font-size:15px;color:inherit;border-radius:4px;border:1px solid rgba(143,149,172,.2)}.hp__descr{color:#8f95ac}.hp__socials{margin-top:48px;display:flex;justify-content:space-between;width:90%}@media screen and (max-width:1279px){.hp__socials{width:100%}}@media screen and (max-width:767px){.hp__socials{flex-direction:column}}.hp__socials-item{color:inherit;display:flex;align-items:center;width:410px;max-width:100%}@media screen and (max-width:767px){.hp__socials-item{margin-bottom:20px}.hp__socials-item:last-of-type{margin-bottom:0}}.hp__socials-img{width:95px;height:95px;border-radius:20px;display:flex;flex-shrink:0;justify-content:center;align-items:center;margin-right:30px}@media screen and (max-width:1599px){.hp__socials-img{width:78px;height:78px}}.hp__socials-img_tg{background:linear-gradient(180deg,#41bce7,#22a6dc 99.63%)}.hp__socials-img_vk{background:linear-gradient(180deg,#548abb,#3473ac)}.hp__socials-item:hover .hp__socials-img_tg{background:linear-gradient(180deg,#20addf,#108fc3 99.63%)}.hp__socials-item:hover .hp__socials-img_vk{background:linear-gradient(180deg,#407cb1,#1c5c96)}@media screen and (max-width:1279px){.hp__socials-content{display:flex;justify-content:space-between;flex-direction:column}}@media screen and (max-width:1279px){.hp__socials-content .big-text-sm{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.hp__socials-content .big-text-sm{font-size:16px;line-height:22px}}.hp__socials-h3{margin-bottom:5px}@media screen and (max-width:1279px){.hp__socials-h3{margin-bottom:0}}.hp__mobile{display:flex;border:1px solid rgba(143,149,172,.2);border-radius:20px;padding-top:72px;padding-bottom:72px;padding-left:125px;background:url(/static/media/phone-bg.560d3118.png) no-repeat 100%}@media screen and (max-width:1599px){.hp__mobile{padding-left:100px;background-size:contain}}@media screen and (max-width:1279px){.hp__mobile{padding:40px 82px 50px}}@media screen and (max-width:767px){.hp__mobile{padding-top:33px;padding-left:21px;padding-right:21px;text-align:center;height:432px;background-position:bottom}}.hp__mobile-content{display:flex;flex-direction:column;justify-content:space-between;width:420px;max-width:100%}@media screen and (max-width:1279px){.hp__mobile-content{width:315px}}@media screen and (max-width:767px){.hp__mobile-content{width:100%;justify-content:flex-start}}.hp__mobile-code{margin-left:28px}@media screen and (max-width:1279px){.hp__mobile-code{display:none}}.hp__mobile-apps{display:flex;justify-content:space-between}@media screen and (max-width:767px){.hp__mobile-apps{width:315px;margin:0 auto}}@media screen and (max-width:1279px){.hp__mobile-h3,.hp__mobile-text{margin-bottom:16px}}.hp__mobile-img rect{fill:#2c2e3e;transition:all .3s}@media screen and (max-width:1279px){.hp__mobile-img{height:42px;width:150px}}.hp__mobile-app:hover .hp__mobile-img rect{fill:#151722}.hp__banner{display:flex;justify-content:space-between;background:rgba(255,45,35,.1) url(/static/media/banner-plant.bb24e795.svg) no-repeat right 340px bottom 0;border-radius:20px;padding:59px 125px 48px;margin-bottom:100px}.hp__banner:last-child:not(.hp__banner_main){margin-bottom:0}@media screen and (max-width:1599px){.hp__banner{padding-left:100px;padding-right:100px}}@media screen and (max-width:1279px){.hp__banner{flex-direction:column;padding-left:100px;padding-right:100px;margin-bottom:65px;text-align:center;background-position:right -40px bottom}}@media screen and (max-width:767px){.hp__banner{padding-left:17px;padding-right:17px;background-position:right -40px bottom -40px;margin-bottom:45px}}.hp__banner .checkbox__label{color:#fff}.hp__banner_type_2,.hp__banner_type_3{margin-bottom:60px;background-position:right 250px bottom 0}@media screen and (min-width:1280px){.hp__banner_type_2,.hp__banner_type_3{padding:60px}}@media screen and (max-width:1599px){.hp__banner_type_2,.hp__banner_type_3{margin-bottom:50px}}@media screen and (max-width:1279px){.hp__banner_type_2,.hp__banner_type_3{margin-bottom:45px}}@media screen and (max-width:767px){.hp__banner_type_2,.hp__banner_type_3{margin-bottom:30px}}.hp__banner_type_2 .hp__banner-btn,.hp__banner_type_2 .hp__banner-h2,.hp__banner_type_3 .hp__banner-btn,.hp__banner_type_3 .hp__banner-h2{margin-bottom:0}.hp__banner_plant_2,.hp__banner_type_2{background-image:url(/static/media/banner-plant-2.f603c16c.svg)}@media screen and (max-width:1279px){.hp__banner_plant_2,.hp__banner_type_2{background-position:center bottom -70px}}@media screen and (max-width:767px){.hp__banner_plant_2,.hp__banner_type_2{background-position:center bottom -80px}}.hp__banner_black,.hp__banner_type_3{background-color:#2c2e3e;background-image:url(/static/media/banner-plant-3.4789c5ea.svg);color:#fff}@media screen and (max-width:767px){.hp__banner_black,.hp__banner_type_3{background-position:center bottom -70px}}.hp__banner-h2{margin-bottom:15px}.hp__banner-nav{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:1279px){.hp__banner-nav{margin-top:29px;flex-direction:row;align-items:center}}@media screen and (max-width:767px){.hp__banner-nav{flex-direction:column}}.hp__banner-btn{margin-bottom:22px}@media screen and (max-width:1279px){.hp__banner-btn{margin-bottom:0;margin-right:34px}}@media screen and (max-width:767px){.hp__banner-btn{margin-bottom:20px;margin-right:0;font-size:11px;line-height:16px;letter-spacing:.3px;text-transform:uppercase}}.hp__banner-content{width:595px;max-width:100%}@media screen and (max-width:767px){.hp__banner-content{width:225px;margin:0 auto}}.hp__accord{padding-top:45px;padding-bottom:45px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.hp__accord{padding-top:25px;padding-bottom:25px}}.hp__accord:last-of-type{border-bottom:0}@media screen and (max-width:767px){.hp__accord:last-of-type{padding-bottom:0}}.hp__accord.accordeon .accordeon__title{margin-bottom:15px;font-size:22px;line-height:26px;cursor:pointer}@media screen and (max-width:767px){.hp__accord.accordeon .accordeon__title{align-items:flex-start}}.hp__accord .accordeon__content{padding-right:60px}.hp__accord .accordeon__btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);border-radius:50%;flex-shrink:0;margin-left:50px}.hp__accord .accordeon__btn svg{stroke:#2c2e3e;font-size:12px}.hp__faq{display:flex;align-items:flex-start;margin-top:35px}@media screen and (max-width:767px){.hp__faq{margin-top:10px}}.hp__faq-pic{margin-right:45px}@media screen and (max-width:1279px){.hp__faq-pic{max-width:235px;margin-right:15px}}@media screen and (max-width:767px){.hp__faq-pic{display:none}}.hp__footer-content{display:flex}@media screen and (max-width:767px){.hp__footer-content{flex-direction:column}}.hp__footer{margin-top:auto;border-top:1px solid rgba(143,149,172,.2);padding-top:24px;padding-bottom:32px}.hp__footer .wrapper__center{position:relative;max-width:100%}@media screen and (max-width:1599px){.hp__footer .wrapper__center{width:1200px;margin:0;padding:0 10px}}.hp__footer-item{display:flex;align-items:flex-start}@media screen and (max-width:767px){.hp__footer-item{width:100%;display:flex;margin-bottom:25px}.hp__footer-item:last-of-type{margin-bottom:0}}@media screen and (max-width:767px){.hp__footer-img{width:52px;display:flex;justify-content:flex-end;flex-shrink:0}}.hp__footer-info{display:flex;flex-direction:column;width:250px;max-width:100%;margin-left:15px}@media screen and (max-width:1279px){.hp__footer-info{width:140px}}@media screen and (max-width:767px){.hp__footer-info{width:220px}}.hp__footer-title{margin-bottom:6px}.hp__footer-item:first-child{margin-right:auto}.hp__footer-item:last-child{margin-left:90px;width:225px}@media screen and (max-width:1279px){.hp__footer-item:last-child{margin-left:45px}}@media screen and (max-width:767px){.hp__footer-item:last-child{margin-left:0}}@media screen and (max-width:1279px){.hp__footer-logo{height:40px}}@media screen and (max-width:767px){.hp__footer-logo{height:28px}}.hp__become-p{margin-top:70px}@media screen and (max-width:767px){.hp__become-p{margin-top:15px}}.hp__become-grid{width:970px;max-width:100%;margin:65px auto;display:grid;grid-template-columns:repeat(2,470px);grid-gap:30px;gap:30px}@media screen and (max-width:1279px){.hp__become-grid{padding-left:20px;padding-right:20px;grid-template-columns:100%;margin-top:25px}}@media screen and (max-width:767px){.hp__become-grid{padding-left:10px;padding-right:10px;grid-gap:14px;gap:14px}}.hp__become-item{display:flex;justify-content:space-between;align-items:center;padding:40px 40px 40px 60px;border:1px solid rgba(143,149,172,.2);border-radius:20px;color:inherit;transition:all .3s}@media screen and (max-width:767px){.hp__become-item{padding:22px}}.hp__become-content{width:280px;max-width:100%}.hp__become-text{margin-top:8px}.hp__arrow{display:flex;justify-content:center;align-items:center;background-color:#1e2030;width:44px;height:44px;border-radius:50%;transition:all .3s;flex-shrink:0}@media screen and (max-width:767px){.hp__arrow{width:34px;height:34px}}.hp__become-item:hover{border-color:transparent;background:linear-gradient(187.57deg,#fcfcff 7.98%,#f1f1f8 94.14%)}.hp__become-item:hover .hp__arrow{margin-right:-14px}@media screen and (max-width:1279px){.hp__become-item:hover .hp__arrow{margin-right:0}}.hp__page-form{width:530px;margin-left:auto;margin-right:auto;max-width:100%}@media screen and (max-width:1279px){.hp__page-form{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.hp__page-form{padding-left:10px;padding-right:10px}}.hp__back-btn{display:flex;justify-content:center;align-items:center;margin-top:30px;margin-bottom:30px}.hp__back-btn svg{margin-right:10px}.hp__form-content{background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);padding:55px 85px;border-radius:20px}@media screen and (max-width:767px){.hp__form-content{padding:35px 45px}}.hp__form-content_no-bg{background:none}.hp__form-label{display:block;margin-bottom:5px;color:#8f95ac}.hp__form-item+.hp__form-item{margin-top:20px}.hp__form-item_space-between{display:flex;justify-content:space-between;align-items:center}.hp__submit{width:100%}.hp__contacts-grid{display:grid;grid-template-columns:repeat(2,590px);grid-template-rows:240px;justify-content:space-between}@media screen and (max-width:1599px){.hp__contacts-grid{width:998px;max-width:100%;margin-left:auto;margin-right:auto;grid-template-columns:repeat(2,488px);grid-template-rows:207px}}@media screen and (max-width:1279px){.hp__contacts-grid{width:604px;grid-template-columns:1fr;grid-row-gap:20px;row-gap:20px}}.hp__contacts-item{padding-top:55px;padding-left:52px;padding-bottom:44px;border-radius:20px;background-image:url(/static/media/spb.41fbac0a.svg),linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);background-position:100%;background-repeat:no-repeat}@media screen and (max-width:1599px){.hp__contacts-item{padding-top:40px;padding-left:36px;padding-bottom:34px;background-size:contain,cover}}@media screen and (max-width:1279px){.hp__contacts-item{height:207px}}@media screen and (max-width:767px){.hp__contacts-item{height:186px;background-size:180px,cover;background-position:100% 100%}}.hp__contacts-item_msk{background-image:url(/static/media/msk.e1f53563.svg),linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);background-position:top 0 right 60px,50%}@media screen and (max-width:1599px){.hp__contacts-item_msk{background-position:top 0 right 22px,50%}}@media screen and (max-width:767px){.hp__contacts-item_msk{background-size:120px,cover;background-position:bottom 0 right 22px,50%}}.hp__contacts-content{width:290px;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:767px){.hp__contacts-content{width:200px}}.hp .hp__contacts-title{font-weight:900}@media screen and (max-width:1599px){.hp .hp__contacts-title{font-size:18px;line-height:22px}}.hp .hp__contacts-phone{color:inherit;display:flex;align-items:center}@media screen and (max-width:1599px){.hp .hp__contacts-phone{font-size:18px;line-height:22px}}@media screen and (max-width:767px){.hp .hp__contacts-phone{font-size:16px;line-height:22px}}.hp .hp__contacts-phone span{margin-right:5px}.hp .hp__contacts-phone svg{margin-right:15px}.hp__question{position:-webkit-sticky;position:sticky;bottom:20px;margin-top:145px;margin-bottom:35px;margin-left:auto;color:inherit;display:flex;align-items:center;justify-content:space-between;width:345px;padding:0 25px;height:100px;max-width:100%;background:#f4f4f7;border-radius:20px}@media screen and (max-width:1599px){.hp__question{margin-top:45px}}@media screen and (max-width:1279px){.hp__question{margin-top:85px}}@media screen and (max-width:767px){.hp__question{padding:0;width:74px;height:74px;border-radius:50%;margin-top:45px;margin-right:10px}}.hp__question-content{display:flex;flex-direction:column}.hp__question-content b{margin-bottom:5px}@media screen and (max-width:767px){.hp__question-content{display:none}}.hp__tabs{display:flex;justify-content:center;margin-bottom:50px}@media screen and (max-width:767px){.hp__tabs{overflow:auto;margin-bottom:15px;justify-content:flex-start}}.hp__tabs-list{display:flex}.hp__tabs-item{margin-right:30px}.hp__tabs-item:last-of-type{margin-right:0}@media screen and (max-width:767px){.hp__tabs-item{margin-right:0}}.hp__tabs-btn{font-weight:700}@media screen and (max-width:767px){.hp__tabs-btn{padding-left:15px;padding-right:15px;text-transform:uppercase;font-size:12px;line-height:16px;border-radius:0;border-bottom:1px solid rgba(143,149,172,.2);box-shadow:none}.hp__tabs-btn:hover{background-color:#fff}}.hp__tabs-btn_current{color:#fff;background-color:#8f95ac}.hp__tabs-btn_current:hover{color:#1e2030}.hp__tabs-btn_current:disabled{color:#fff}@media screen and (max-width:767px){.hp__tabs-btn_current{color:#1e2030;background-color:#fff;border-color:#ff2d23}}.hp__events-grid{position:relative;display:grid;grid-template-columns:623px 494px;justify-content:space-between;align-items:start}.hp__events-grid_align-center{align-items:center}@media screen and (max-width:1599px){.hp__events-grid{grid-template-columns:613px 486px}}@media screen and (max-width:1279px){.hp__events-grid{grid-template-columns:1fr 362px;grid-gap:35px;gap:35px}}@media screen and (max-width:767px){.hp__events-grid{grid-template-columns:1fr;grid-row-gap:25px;row-gap:25px}}.hp__events-item{display:flex;flex-direction:column}.hp__events-item_empty{justify-content:center}.hp__events-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;margin-top:40px}.hp__events-day{display:block;margin-bottom:20px}.hp__events-day:last-of-type{margin-bottom:0}.hp__events-day:first-of-type .hp__events-header{margin-top:0}.hp__events-label{display:inline-flex;align-items:center;padding:0 17px;height:40px;background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);border-radius:20px;font-weight:700}.hp__events-label span{color:#8f95ac;margin-left:5px}.hp__event{position:relative;padding:30px 45px;border:1px solid rgba(143,149,172,.2);border-radius:20px;text-align:left;cursor:pointer;margin-bottom:20px;white-space:unset;width:100%;color:inherit}.hp__event:last-child{margin-bottom:0}.hp__event:hover{border-color:transparent;background-image:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%)}.hp__event:before{content:"";position:absolute;top:20px;left:0;bottom:20px;width:3px;border-radius:1px}.hp__event_webinar:before{background-color:#2cba2e}.hp__event_learning:before{background-color:#fba200}.hp__event_excursion:before{background-color:#8790e5}.hp__event-header{display:flex;justify-content:space-between;margin-bottom:12px}.hp__event-status{display:flex;align-items:center}.hp__event-status:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:8px;margin-top:1px}.hp__event-status_webinar,.hp__event_webinar .hp__event-status{color:#2cba2e}.hp__event-status_webinar:before,.hp__event_webinar .hp__event-status:before{background-color:#2cba2e}.hp__event-status_learning,.hp__event_learning .hp__event-status{color:#fba200}.hp__event-status_learning:before,.hp__event_learning .hp__event-status:before{background-color:#fba200}.hp__event-status_excursion,.hp__event_excursion .hp__event-status{color:#8790e5}.hp__event-status_excursion:before,.hp__event_excursion .hp__event-status:before{background-color:#8790e5}.hp__event-status_vip,.hp__event_vip .hp__event-status{color:#ef372e}.hp__event-status_vip:before,.hp__event_vip .hp__event-status:before{background-color:#ef372e}.hp__event-name{width:470px;max-width:100%;margin-bottom:12px}@media screen and (max-width:1599px){.hp__event-name{width:100%}}.hp__event-footer{display:flex;justify-content:space-between;align-items:center;color:#8f95ac}.hp__event-showmore{display:flex;align-items:baseline;color:#8f95ac}.hp__event-showmore svg{margin-left:8px}.hp__e-socials{display:flex;align-items:flex-start;padding:34px 25px 35px 27px;background-image:url(/static/media/social-bg.ad57517a.svg),linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);background-position:100% 100%;background-repeat:no-repeat;border-radius:20px}@media screen and (max-width:1279px){.hp__e-socials{flex-direction:column;align-items:center;margin-top:60px}}@media screen and (max-width:767px){.hp__e-socials{margin-top:0}}.hp__e-socials-img{margin-right:28px}@media screen and (max-width:1279px){.hp__e-socials-img{margin-bottom:20px;margin-right:0;margin-top:-100px}}@media screen and (max-width:767px){.hp__e-socials-img{display:none}}.hp__e-socials-content{margin-top:0}@media screen and (max-width:1279px){.hp__e-socials-content{display:flex;flex-direction:column;align-items:center;text-align:center}}.hp__e-socials-title{margin-bottom:15px}.hp__e-socials-text{color:#8f95ac;margin-bottom:24px}.hp__e-socials-list{display:flex}.hp__e-socials-item{margin-right:20px}.hp__e-socials-item:last-of-type{margin-right:0}.hp__events-empty{display:flex;align-items:center}.hp__events-empty svg{margin-right:30px}.hp-modal .c-modal__icon{width:40px;height:40px}.hp-modal .modal__inner{width:970px;max-width:100%;border-radius:20px;padding:85px 125px}.hp-modal .h3{font-weight:900;font-size:28px;line-height:30px}@media screen and (max-width:1599px){.hp-modal .h3{font-size:24px;line-height:26px}}@media screen and (max-width:1279px){.hp-modal .h3{font-size:20px;line-height:26px}}@media screen and (max-width:767px){.hp-modal .h3{font-size:16px;line-height:26px}}.hp-modal__title{width:540px;max-width:100%}.hp-modal__status{display:flex;align-items:center;margin-top:8px}.hp-modal__status:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:8px;margin-top:1px}.hp-modal__status_webinar{color:#2cba2e}.hp-modal__status_webinar:before{background-color:#2cba2e}.hp-modal__status_learning{color:#fba200}.hp-modal__status_learning:before{background-color:#fba200}.hp-modal__status_excursion{color:#8790e5}.hp-modal__status_excursion:before{background-color:#8790e5}.hp-modal__h4{font-weight:900;font-size:22px;line-height:28px}@media screen and (max-width:1599px){.hp-modal__h4{font-size:17px;line-height:22px}}@media screen and (max-width:1279px){.hp-modal__h4{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.hp-modal__h4{font-size:16px;line-height:20px}}.hp-modal__dates-title{margin-bottom:5px;color:#8f95ac}.hp-modal__title{margin-bottom:30px}.hp-modal__container{display:flex;margin-bottom:40px}@media screen and (max-width:767px){.hp-modal__container{flex-direction:column;margin-bottom:25px}}.hp-modal__info{width:220px;border-right:1px solid rgba(143,149,172,.2);padding-right:15px}@media screen and (max-width:767px){.hp-modal__info{width:100%;border:none;padding:0 0 15px}}.hp-modal__descr{font-size:20px;line-height:26px;font-weight:400}.hp-modal__descr.hp-modal__right-box{font-size:16px;line-height:21px}.hp-modal__descr.hp-modal__right-box a{display:block;color:#ff2d23;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hp-modal__right-box{width:446px;max-width:100%;margin-left:53px}.hp-modal__right-box p+p{margin-top:25px}@media screen and (max-width:767px){.hp-modal__right-box{width:100%;margin-left:0}}.hp-modal__info-item{display:flex;flex-direction:column}.hp-modal__info-item+.hp-modal__info-item{margin-top:50px}@media screen and (max-width:1599px){.hp-modal__info-item+.hp-modal__info-item{margin-top:30px}}@media screen and (max-width:1279px){.hp-modal__info-item+.hp-modal__info-item{margin-top:25px}}@media screen and (max-width:767px){.hp-modal__info-item+.hp-modal__info-item{margin-top:15px}}.hp-modal__text{color:#8f95ac}.hp-modal__dates-text{margin-top:8px}.hp-modal__block{display:flex;flex-direction:column;border-radius:20px;background-image:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);padding-top:27px;padding-bottom:27px}.hp-modal__block-inner{width:570px;max-width:100%;padding-left:40px}.hp__calendar{padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.hp__calendar{margin-top:15px}}.hp__calendar .react-calendar__tile{max-width:100%!important;width:100%;height:46px;justify-content:center;padding-top:0}.hp__calendar .react-calendar__month-view__weekdays{display:grid!important;grid-template-columns:repeat(7,1fr);margin-bottom:13px}.hp__calendar .react-calendar__month-view__weekdays__weekday{padding:0;max-width:100%!important;width:100%}.hp__calendar .react-calendar__month-view__weekdays__weekday abbr{font-size:12px}.hp__calendar .react-calendar__month-view__days{display:grid!important;align-items:flex-start;grid-template-columns:repeat(7,1fr);grid-gap:5px 10px;gap:5px 10px}@media screen and (max-width:1599px){.hp__calendar .react-calendar__month-view__days{grid-gap:5px;gap:5px}}.hp__calendar .react-calendar__navigation__label{padding-left:15px;text-align:left}.hp__calendar .react-calendar__century-view .react-calendar__tile,.hp__calendar .react-calendar__decade-view .react-calendar__tile,.hp__calendar .react-calendar__year-view .react-calendar__tile{padding:0}.hp__calendar .react-calendar__navigation{border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.hp__calendar .react-calendar__decade-view,.hp__calendar .react-calendar__tile{padding:1.2em .5em}}.hp__calendar .react-calendar__month-view__days__day--neighboringMonth{opacity:.4}.hp__calendar .react-calendar__tile--active:enabled:focus,.hp__calendar .react-calendar__tile:enabled:hover{opacity:1;background-image:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);background-color:unset;color:#2c2e3e}.hp__calendar .react-calendar__month-view__days__day--weekend{color:#2c2e3e;background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%)}.hp__calendar-title{padding-bottom:20px;margin-left:15px;margin-bottom:20px;border-bottom:1px solid rgba(143,149,172,.2)}.hp__calendar-legend{display:grid;margin-bottom:40px;padding-top:15px;grid-template-columns:repeat(4,-webkit-max-content);grid-template-columns:repeat(4,max-content);grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px}@media screen and (max-width:1279px){.hp__calendar-legend{grid-column-gap:25px;-webkit-column-gap:25px;column-gap:25px}}@media screen and (max-width:767px){.hp__calendar-legend{margin-bottom:25px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}}.hp__calendar-events{display:flex;margin-top:5px;margin-bottom:5px}.hp__calendar-circle{width:5px;height:5px;border-radius:50%;margin-right:4.5px;background-color:#8f95ac}.hp__calendar-circle:last-of-type{margin-right:0}.hp__calendar-circle_webinar{background-color:#2cba2e}.hp__calendar-circle_learning{background-color:#fba200}.hp__calendar-circle_excursion{background-color:#8790e5}.hp__calendar-circle_show,.hp__calendar-circle_vip{background-color:#ef372e}.hp .react-calendar__tile--hasActive{background-color:#ff2d23;color:#fff}.hp__error-btns{display:flex}.hp__error-btns+.hp__error-btns{margin-top:15px}.hp__error-btn{font-weight:700;width:170px;padding:17px}.hp__error-btn+.hp__error-btn{margin-left:20px}.hp__error-block{display:flex;flex-direction:column;align-items:center}.hp__error-block svg{margin-bottom:20px}.hp__error-title{font-weight:700;margin-bottom:25px}.hp__submit_mb-10{margin-bottom:10px}.hp__form-link{display:flex;justify-content:center}.hp__success{display:flex;flex-direction:column;align-items:center;padding:0 40px;margin-top:40px}@media screen and (max-width:1279px){.hp__success{padding:0 20px;margin-top:20px}}.hp__success-img{margin-bottom:20px}@media screen and (max-width:1279px){.hp__success-img{width:60px;margin-bottom:10px}}.hp__events-sticky{position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:767px){.hp__promo_calendar{padding-bottom:0}}.hp__capa-header{margin-bottom:25px}.hp__capa-item{width:600px;max-width:100%}@media screen and (max-width:767px){.hp__capa-item{margin-bottom:25px}.hp__capa-item:last-child{margin-bottom:0}}.hp__capa-item+.hp__capa-item{margin-top:100px}@media screen and (max-width:1279px){.hp__capa-item+.hp__capa-item{margin-top:60px}}@media screen and (max-width:767px){.hp__capa-item+.hp__capa-item{margin-top:0}}.hp__capa-list-item+.hp__capa-list-item{margin-top:25px}.hp .hp__capa-title{font-weight:400;padding-top:5px}.hp__capa-text{margin-top:12px}.hp__capa-list-item{position:relative;padding-left:60px}.hp__capa-list-item:before{content:"";width:40px;height:40px;position:absolute;top:0;left:0}.hp__capa-list-item_01:before{background-image:url(/static/media/01.6ab35d9d.svg)}.hp__capa-list-item_02:before{background-image:url(/static/media/02.3aca0c98.svg)}.hp__capa-list-item_03:before{background-image:url(/static/media/03.e087236a.svg)}.hp__capa-list-item_04:before{background-image:url(/static/media/04.11a951aa.svg)}.hp__capa-list-item_05:before{background-image:url(/static/media/05.4c23dc52.svg)}.hp__capa-list-item_06:before{background-image:url(/static/media/06.55abd762.svg)}.hp__capa-list-item_07:before{background-image:url(/static/media/07.a351e31a.svg)}.hp__capa-list-item_08:before{background-image:url(/static/media/08.6f8cb14c.svg)}.hp__capa-list-item_09:before{background-image:url(/static/media/09.c223bc52.svg)}.hp__capa-list-item_10:before{background-image:url(/static/media/10.2dcb14fc.svg)}.hp__capa-list-item_11:before{background-image:url(/static/media/11.98af5ff2.svg)}.hp__capa-list-item_12:before{background-image:url(/static/media/12.30e4d882.svg)}.hp__capa-list-item_13:before{background-image:url(/static/media/13.aec97b19.svg)}.hp__capa-list-item_14:before{background-image:url(/static/media/14.1db29195.svg)}.hp__scrolling-btn{display:flex;margin-top:50px;margin-left:auto;margin-right:auto;width:220px}.hp__scrolling{position:relative;display:flex;justify-content:space-between;align-items:flex-start;margin-top:55px}@media screen and (max-width:1279px){.hp__scrolling{grid-gap:45px;gap:45px}}@media screen and (max-width:767px){.hp__scrolling{flex-direction:column;grid-gap:0;gap:0}}@media screen and (max-width:1599px){.hp__scrolling-info{width:540px;max-width:100%}}@media screen and (max-width:1279px){.hp__scrolling-info{width:310px}}@media screen and (max-width:767px){.hp__scrolling-info{width:100%}}.hp__scrolling-pic{position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:767px){.hp__scrolling-pic{display:none}}.hp__scrolling-img{width:530px;max-width:100%;opacity:1;transition:opacity .3s}.hp__scrolling-img_hidden{opacity:0;position:absolute;top:0}@media screen and (max-width:1279px){.hp__scrolling-img{width:340px}}@media screen and (max-width:767px){.hp__scrolling-img{margin-bottom:25px}}.blog{padding-bottom:0;font-weight:300;font-size:15px;line-height:20px}@media screen and (max-width:767px){.blog{font-size:15px;line-height:18px}}.blog h1{font-weight:700;font-size:42px;line-height:46px;margin-top:60px;margin-bottom:30px}@media screen and (max-width:1279px){.blog h1{font-size:36px;line-height:40px}}@media screen and (max-width:767px){.blog h1{font-size:24px;line-height:26px}}@media screen and (max-width:1599px){.blog h1{margin-top:50px;margin-bottom:20px}}@media screen and (max-width:1279px){.blog h1{margin-top:45px;margin-bottom:20px}}@media screen and (max-width:767px){.blog h1{margin-top:0;margin-bottom:20px}}.blog .blog__header+h1{margin-top:25px}@media screen and (max-width:1599px){.blog .blog__header+h1{margin-top:20px}}@media screen and (max-width:1279px){.blog .blog__header+h1{margin-top:15px}}@media screen and (max-width:767px){.blog .blog__header+h1{margin-top:0}}.blog h2:not([class]){font-weight:700;font-size:30px;line-height:35px;margin-top:60px;margin-bottom:20px}@media screen and (max-width:1279px){.blog h2:not([class]){font-size:28px;line-height:32px}}@media screen and (max-width:767px){.blog h2:not([class]){font-size:21px;line-height:24px}}@media screen and (max-width:1599px){.blog h2:not([class]){margin-top:50px}}@media screen and (max-width:1279px){.blog h2:not([class]){margin-top:50px}}@media screen and (max-width:767px){.blog h2:not([class]){margin-top:30px}}.blog h3{font-weight:700;font-size:20px;line-height:26px;margin-top:40px;margin-bottom:30px}@media screen and (max-width:1279px){.blog h3{font-size:18px;line-height:22px}}@media screen and (max-width:767px){.blog h3{font-size:18px;line-height:20px}}@media screen and (max-width:1599px){.blog h3{margin-top:40px;margin-bottom:25px}}@media screen and (max-width:1279px){.blog h3{margin-top:30px;margin-bottom:20px}}@media screen and (max-width:767px){.blog h3{margin-top:25px;margin-bottom:20px}}.blog h4{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal;margin-top:30px;margin-bottom:20px}@media screen and (max-width:1599px){.blog h4{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.blog h4{font-size:14px;line-height:18px}}@media screen and (max-width:1599px){.blog h4{margin-top:25px;margin-bottom:20px}}@media screen and (max-width:1279px){.blog h4{margin-top:20px;margin-bottom:15px}}@media screen and (max-width:767px){.blog h4{margin-top:20px;margin-bottom:15px}}.blog h5{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal;margin-top:30px;margin-bottom:20px}@media screen and (max-width:1599px){.blog h5{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.blog h5{font-size:14px;line-height:18px}}@media screen and (max-width:1599px){.blog h5{margin-top:25px;margin-bottom:20px}}@media screen and (max-width:1279px){.blog h5{margin-top:20px;margin-bottom:15px}}@media screen and (max-width:767px){.blog h5{margin-top:20px;margin-bottom:15px}}.blog .blog__content img{width:100%;height:540px;object-fit:contain;border-radius:20px}@media screen and (max-width:1599px){.blog .blog__content img{height:450px}}@media screen and (max-width:1279px){.blog .blog__content img{height:245px}}.blog ol:not([class]){list-style:decimal;margin-left:20px;margin-top:20px;margin-bottom:30px}@media screen and (max-width:1599px){.blog ol:not([class]){margin-top:20px;margin-bottom:25px}}@media screen and (max-width:1279px){.blog ol:not([class]){margin-top:20px;margin-bottom:15px}}@media screen and (max-width:767px){.blog ol:not([class]){margin-top:20px;margin-bottom:15px}}.blog ol:not([class]) li{margin-bottom:20px}@media screen and (max-width:1599px){.blog ol:not([class]) li{margin-bottom:15px}}.blog ol:not([class]) li:last-child{margin-bottom:0}.blog ol:not([class]) li::marker{color:#ff2d23;font-weight:700}.blog ul:not([class]){margin-left:20px;margin-top:20px;margin-bottom:30px}@media screen and (max-width:1599px){.blog ul:not([class]){margin-top:20px;margin-bottom:25px}}@media screen and (max-width:1279px){.blog ul:not([class]){margin-top:20px;margin-bottom:15px}}@media screen and (max-width:767px){.blog ul:not([class]){margin-top:20px;margin-bottom:15px}}.blog ul:not([class]) li{margin-bottom:10px}@media screen and (max-width:1599px){.blog ul:not([class]) li{margin-bottom:15px}}.blog ul:not([class]) li:last-child{margin-bottom:0}.blog ul:not([class]) li li::marker{color:#8f95ac;font-weight:700}.blog blockquote{margin-top:60px;margin-bottom:60px;position:relative;padding-top:40px;border-top:1px solid rgba(143,149,172,.3)}@media screen and (max-width:1599px){.blog blockquote{margin-top:50px;margin-bottom:50px}}@media screen and (max-width:1279px){.blog blockquote{margin-top:45px;margin-bottom:45px}}@media screen and (max-width:767px){.blog blockquote{margin-top:30px;margin-bottom:30px}}.blog blockquote:before{content:"«";position:absolute;top:-15px;left:0;display:flex;align-items:center;width:30px;height:30px;background-color:#fff;font-weight:300;font-size:21px;line-height:30px;color:#8f95ac}.blog a[href]:not(.hp__banner-btn){font:inherit;color:inherit;transition:all .3s}.blog a[href]:not(.hp__banner-btn):hover{color:#ff2d23}.blog table{border:none;width:100%;margin-top:60px;margin-bottom:60px}@media screen and (max-width:1599px){.blog table{margin-top:50px;margin-bottom:50px}}@media screen and (max-width:1279px){.blog table{margin-top:45px;margin-bottom:45px}}@media screen and (max-width:767px){.blog table{margin-top:30px;margin-bottom:30px}}@media screen and (max-width:767px){.blog .blog__table-wrapper{overflow-x:scroll}}.blog table tr{display:flex;align-items:center}.blog table tr:first-of-type{border-bottom:1px solid rgba(143,149,172,.2)}.blog table tr:first-of-type td{font-weight:700}.blog table thead{display:flex;border-bottom:1px solid rgba(143,149,172,.2)}.blog table td,.blog table th{width:200px;padding:19px;border:none;text-align:left}.blog table td:first-of-type{font-weight:700;padding-left:43px}.blog__img-container,.blog table tr:nth-child(odd):not(:first-child){background:#f8f8fd;border-radius:20px}.blog__img-container{position:relative;display:flex;justify-content:center;margin-top:60px;margin-bottom:60px}@media screen and (max-width:1599px){.blog__img-container{margin-top:50px;margin-bottom:50px}}@media screen and (max-width:1279px){.blog__img-container{margin-top:45px;margin-bottom:45px}}@media screen and (max-width:767px){.blog__img-container{margin-top:30px;margin-bottom:30px}}.blog__img-container img,.blog__main-pic{position:relative}.blog__main-pic{margin:40px -125px 60px}@media screen and (max-width:1599px){.blog__main-pic{margin-bottom:50px;margin-left:-100px;margin-right:-100px}}@media screen and (max-width:1279px){.blog__main-pic{margin:20px -20px 45px}}@media screen and (max-width:767px){.blog__main-pic{margin:15px -10px 30px}}.blog__main-pic img{border-radius:0;width:100%;height:500px;object-fit:cover}@media screen and (max-width:1599px){.blog__main-pic img{height:410px}}@media screen and (max-width:1279px){.blog__main-pic img{height:400px}}@media screen and (max-width:767px){.blog__main-pic img{height:244px}}.blog__socials{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:35px;display:flex;flex-direction:column}.blog__socials-item{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.8);border-radius:50%;margin-bottom:18px;transition:all .3s}.blog__socials-item:hover{background-color:#fff}.blog__socials-item:last-child{margin-bottom:0}.blog__text{margin-bottom:39px}.blog__h2{margin-bottom:26px}.blog__h3{margin-bottom:34px}.blog__h4{margin-bottom:13px}ol.blog__ol{list-style:decimal;margin-left:20px;margin-bottom:60px}ol.blog__ol li{margin-bottom:20px}ol.blog__ol li:last-child{margin-bottom:0}ol.blog__ol li::marker{color:#ff2d23;font-weight:700}.blog__quote{margin-top:35px;position:relative;padding-top:40px;border-top:1px solid rgba(143,149,172,.3)}.blog__quote:before{content:"«";position:absolute;top:-15px;left:0;display:flex;align-items:center;width:30px;height:30px;background-color:#fff;font-weight:300;font-size:21px;line-height:30px;color:#8f95ac}.blog__qoute-autor{margin-top:25px}.blog__ul li{margin-bottom:10px}.blog__ul li:last-child{margin-bottom:0}.blog__block{margin-top:80px}.blog__block-content{display:flex;align-items:center}@media screen and (max-width:767px){.blog__block-content{flex-direction:column}}.blog__block-content img{margin-right:78px}@media screen and (max-width:767px){.blog__block-text{margin-top:25px}}.blog__block-anchors{margin-top:30px}.blog__anchor{font-weight:700;color:#8f95ac}.blog__anchor_highlighted{color:#ff2d23}.blog__anchor+.blog__anchor{margin-left:50px}.blog__block-sign{margin-top:-40px;color:#8f95ac}@media screen and (max-width:1599px){.blog__block-sign{margin-top:-30px}}@media screen and (max-width:1279px){.blog__block-sign{margin-top:-25px}}@media screen and (max-width:767px){.blog__block-sign{margin-top:-10px}}.blog__img-block{margin-top:95px;margin-bottom:75px}.blog__table{width:100%;margin-bottom:100px}.blog__table tr{display:flex;align-items:center}.blog__table thead{display:flex;border-bottom:1px solid rgba(143,149,172,.2)}.blog__table td,.blog__table th{width:200px;padding:19px;text-align:left}.blog__table td:first-of-type{font-weight:700;padding-left:43px}.blog__table tr:nth-child(2n){background:#f8f8fd;border-radius:20px}.blog__banner{background-position:right 170px bottom 0}.blog__banner .hp__banner-content{width:640px}@media screen and (max-width:1599px){.blog__banner{background-position:center bottom -20px}.blog__banner.hp__banner_type_2{background-position:center bottom -100px}}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}@media screen and (max-width:1599px){.blog__grid{grid-gap:22px;gap:22px}}@media screen and (max-width:1279px){.blog__grid{grid-gap:16px;gap:16px}}@media screen and (max-width:767px){.blog__grid{grid-template-columns:repeat(3,232px)}.blog__grid_scroll{overflow-x:scroll}}.blog__card{display:flex;flex-direction:column;color:inherit}.blog__card-info{background-color:#fff;padding:0 46px 46px;border-radius:0 0 20px 20px}@media screen and (max-width:1599px){.blog__card-info{padding:0 31px 31px}}@media screen and (max-width:1279px){.blog__card-info{padding:0 28px 28px}}.blog__card-descr{margin-top:17px}@media screen and (max-width:1599px){.blog__card-descr{margin-top:14px}}.blog__card-date{margin-top:30px;color:#9aa9b8}@media screen and (max-width:1599px){.blog__card-date{margin-top:22px}}.blog__card-pic{background-color:#fff;border-radius:20px 20px 0 0}.blog__card-pic img{margin:0;border-radius:20px;height:226px;object-fit:cover}@media screen and (max-width:1599px){.blog__card-pic img{height:186px}}@media screen and (max-width:1279px){.blog__card-pic img{height:186px}}@media screen and (max-width:767px){.blog__card-pic img{height:186px}}.blog-cards{padding-bottom:60px}.blog__header{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.blog__header{display:none}}.blog__breadcrumbs{display:flex;align-items:center;color:#8f95ac}.blog__breadcrumbs li{display:flex}.blog__breadcrumbs li:after{content:">";margin-left:5px;margin-right:5px}.blog__breadcrumbs li:last-child:after{display:none}.blog__breadcrumbs a{color:inherit}.blog__date{color:#8f95ac}.hp .blog .blog__wrapper{margin-top:60px;margin-bottom:60px;background-color:#fff;border-radius:20px;padding:50px 125px 80px}@media screen and (max-width:1599px){.hp .blog .blog__wrapper{margin-top:50px;margin-bottom:50px;padding:50px 100px 60px}}@media screen and (max-width:1279px){.hp .blog .blog__wrapper{margin-top:45px;margin-bottom:45px;padding:45px 20px}}@media screen and (max-width:767px){.hp .blog .blog__wrapper{margin-top:0;margin-bottom:30px;padding:30px 10px 40px;border-radius:0 0 20px 20px}}.bg-gray{background-color:#f8f8fd}.hp__banner_form{flex-direction:column;background-color:#2c2e3e}.hp__banner_form .hp__banner-content{width:615px}.hp__banner_form:not(.hp__banner_pink) .hp__banner-h3{color:#fff}.hp__banner_form .sor__form-item{width:345px;max-width:100%}.hp__banner_form .sor__form-item input{width:100%}@media screen and (max-width:1279px){.hp__banner_form .sor__submit{margin-top:15px;position:static;-webkit-transform:none;transform:none;width:345px;max-width:100%}}.hp__banner_plant_1{background-image:url(/static/media/plant-1.517ff024.svg)}.hp__banner_plant_1,.hp__banner_plant_2{background-position:right 200px bottom 0}.hp__banner_plant_2{background-image:url(/static/media/plant-2.53e8f1cf.svg)}.hp__banner_pink{background-color:#ffe6e5}.hp__banner_pink .checkbox__label{color:#2c2e3e}.hp__star{width:34px;height:34px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:50%;margin-left:5px;background-color:#ff2d23;padding-top:5px}.hp__banner_gray{background-color:#f6f7f8;background-image:url(/static/media/banner-plant-4.94ba90c4.svg)}.hp__banner-h3{display:flex;align-items:baseline}.hp__banner-descr{margin-top:5px}.hp__youtube{margin-top:40px;max-height:640px;cursor:pointer}.hp__blocks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-top:40px}@media screen and (max-width:1599px){.hp__blocks{margin-top:30px;grid-gap:22px;gap:22px}}@media screen and (max-width:1279px){.hp__blocks{margin-top:20px;grid-gap:16px;gap:16px}}@media screen and (max-width:767px){.hp__blocks{margin-top:20px;grid-gap:10px;gap:10px;grid-template-columns:1fr}}.hp__block{padding:40px;border-radius:20px;background-color:#f6f7f8}@media screen and (max-width:1599px){.hp__block{padding:30px}}@media screen and (max-width:767px){.hp__block{padding:24px 30px}}.hp__table-grid{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;padding:24px 125px}@media screen and (max-width:1599px){.hp__table-grid{padding-left:100px;padding-right:100px}}@media screen and (max-width:1279px){.hp__table-grid{padding-left:60px;padding-right:60px}}@media screen and (max-width:767px){.hp__table-grid{padding:20px 10px 10px}}.hp__table-header{margin-left:125px;margin-right:125px}@media screen and (max-width:1599px){.hp__table-header{margin-left:100px;margin-right:100px}}@media screen and (max-width:1279px){.hp__table-header{margin-left:60px;margin-right:60px}}@media screen and (max-width:767px){.hp__table-header{margin-left:10px;margin-right:10px}}.hp__table-row:nth-child(2n){background-color:#f6f7f8;border-radius:20px}@media screen and (max-width:767px){.hp__table-row:nth-child(2n){margin-left:-10px;margin-right:-10px;border-radius:0}.hp__table-row:nth-child(2n) .hp__table-header{margin-left:20px;margin-right:20px}.hp__table-row:nth-child(2n).hp__table-grid,.hp__table-row:nth-child(2n) .hp__table-grid{padding-left:20px;padding-right:20px}}.hp__table-item li{display:flex;margin-bottom:6px}@media screen and (max-width:767px){.hp__table-item li{padding-right:20px}}.hp__table-item li:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#777a89;margin-right:28px;margin-top:6.5px}@media screen and (max-width:767px){.hp__table-item li:before{display:none}}.hp__table-header{padding-top:24px;padding-bottom:16px;border-bottom:1px solid #dfe1e9}@media screen and (max-width:767px){.hp__table-header{padding-top:20px;padding-bottom:10px}}@media screen and (max-width:767px){.hp__promo-content_furnish{height:530px;padding-bottom:15px}}.hp__action{display:flex;background:linear-gradient(1turn,#ecedf0,#f6f7f8 95%);border-radius:5px;padding-right:20px;align-items:center;padding-top:15px;padding-bottom:15px;min-height:50px;position:relative;overflow:hidden;transition-duration:.3s}.hp__action:before{background:linear-gradient(1turn,#d8dae1,#f6f7f8 100%,#ecedf0 0)}.hp__action:after,.hp__action:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;transition-duration:.3s}.hp__action:after{background:linear-gradient(1turn,#ecedf0,#f6f7f8 95%)}.hp__action:hover{background:linear-gradient(1turn,#d8dae1,#f6f7f8 100%,#ecedf0 0)}.hp__action:hover:after{opacity:0}.hp__action svg{margin-right:15px;flex-shrink:0;height:100%;position:absolute;z-index:1}.hp__action .hp__action-text{z-index:1;color:#777a89;font-weight:700;font-size:14px;line-height:18px;padding-left:85px;text-align:left}.grecaptcha-badge{z-index:123}.mobile{display:flex;flex-direction:column;align-items:center}.mobile__image .icon{width:230px;height:220px}.mobile__title{text-align:center;margin:30px 0 10px}.mobile__text{margin:25px;text-align:center}.start-modal .panmodal__wrapper{max-width:768px}.search-inn{position:relative;width:345px;margin:0 auto;height:50px;z-index:1;cursor:pointer}.search-inn__select{display:flex;align-items:center;justify-content:space-between;padding:12px;box-sizing:border-box;border-radius:4px;background:#f6f7f8;cursor:pointer;height:50px}.search-inn__input{border:none;background:none;flex-grow:1;outline:none;font-family:"Formular",sans-serif;cursor:pointer}.search-inn__arrow{font-size:12px}.search-inn__dropdown{margin-top:12px;top:100%;left:0;right:0;background-color:#f6f7f8;border-top:none;z-index:10;padding:12px 16px;overflow:hidden}.search-inn__search-input{width:100%;padding:10px;height:37px;border:none;border-radius:5px}.search-inn__scrollable{max-height:160px;overflow-y:auto;padding-right:16px;margin-top:10px}.search-inn__scrollable::-webkit-scrollbar{width:2px}.search-inn__scrollable::-webkit-scrollbar-track{background:#f1f1f1}.search-inn__scrollable::-webkit-scrollbar-thumb{background:#ff2d23}.search-inn__item{padding:10px;cursor:pointer;display:flex;justify-content:space-between;border-radius:5px}.search-inn__item:hover{background:#ecedf0}.search-inn span:first-child{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-inn__inn{color:#8f95ac;flex-shrink:0}.start-modal-content__text{font-size:18px}.start-modal-content h4{margin:-30px auto 10px;text-align:center;font-size:20px}.start-modal-content p{text-align:center;margin-bottom:15px}.start-modal-content__btn{width:345px;margin:10px auto}.start-modal-content .start-modal-content__btn_second{width:385px}.start-modal-content__block{padding:20px;border:1px solid #dfe1e9;border-radius:10px;max-width:385px;margin:30px auto 20px;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.start-modal-content__block .custom-select,.start-modal-content__block .custom-select__selected{height:50px}.start-modal-content__block .custom-select__selected:after{width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTQ1IDExLjI1bDMuMDU1IDMgMy4wNTUtMyIgc3Ryb2tlPSIjNzc3QTg5IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=")}.start-modal-content__block .custom-select__option{height:40px}.assignations__slider-item img{height:520px;max-height:520px;object-fit:contain;margin:0 auto}.assignations-pannels{display:flex;margin:0 auto 25px}@media screen and (max-width:640px){.assignations-pannels{flex-direction:column;width:calc(100% - 20px)}}.assignations-pannels .info{margin-left:15px;background:#6e78da;color:#1e2030}.assignations-pannels .info .icon{fill:#fff}.assignations-pannels__item{display:flex;align-items:center;width:345px;height:55px;padding-left:35px;background:#8790e5;color:#fff;border-radius:5px}.assignations-pannels__item:first-child{margin-right:30px}@media screen and (max-width:640px){.assignations-pannels__item:first-child{margin-right:0}}.assignations-pannels__item img{margin-right:30px}@media screen and (max-width:640px){.assignations-pannels__item{margin:0 0 20px;width:100%}}@media screen and (max-width:767px){.assignation-photos{padding-bottom:40px}}.assignation-photos .complex__slider-controls li{background:#fff;box-shadow:0 4px 20px rgba(143,149,172,.2);z-index:2;transition:all .3s}.assignation-photos .complex__slider-controls li .icon{transition:all .3s}.assignation-photos .complex__slider-controls li:hover{background:#f6f7f9}.assignation-photos .complex__slider-controls li:hover .icon{stroke:#8f95ac}.assignation-photos .complex__slider-magnifier{background:#fff;box-shadow:0 4px 20px rgba(143,149,172,.2);right:40px;bottom:20px}.assignation-photos .complex__images-navs{display:flex;justify-content:center;margin-bottom:14px}@media screen and (max-width:767px){.assignation-photos .complex__images-navs{overflow-x:scroll;border-bottom:1px solid rgba(143,149,172,.2)}}.assignation-photos .complex__images-nav{padding:14px 20px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:17px;border-radius:5px;cursor:pointer;transition:all .3s;background:rgba(143,149,172,.1);margin-right:20px}.assignation-photos .complex__images-nav:last-of-type{margin-right:0}.assignation-photos .complex__images-nav svg{stroke:#8f95ac}@media screen and (max-width:767px){.assignation-photos .complex__images-nav{margin-right:0;font-weight:700;border-radius:0;border-bottom:3px solid transparent;flex-shrink:0;background:none}}.assignation-photos .complex__images-nav.active{background:rgba(143,149,172,.2)}@media screen and (max-width:767px){.assignation-photos .complex__images-nav.active{background:none;border-bottom:3px solid #ff2d23}}.assignation-photos .complex__images-nav:focus,.assignation-photos .complex__images-nav:hover{background-color:rgba(143,149,172,.2)}@media screen and (max-width:767px){.assignation-photos .complex__images-nav:focus,.assignation-photos .complex__images-nav:hover{background:none}}.assignation-photos .complex__slider-item img{position:relative;width:100%;border-radius:5px;height:490px;padding:0 40px;object-fit:contain}@media screen and (max-width:1599px){.assignation-photos .complex__slider-item img{height:430px}}@media screen and (max-width:767px){.assignation-photos .complex__slider-item img{width:100%;height:200px;margin-top:0;padding:0;position:static}}.flat__col_width_100 .assignation-photos .complex__slider-item img{height:650px;padding:0}@media screen and (max-width:1599px){.flat__col_width_100 .assignation-photos .complex__slider-item img{height:530px}}@media screen and (max-width:767px){.flat__col_width_100 .assignation-photos .complex__slider-item img{height:200px}}.assignation-photos .tns-inner{border:1px solid rgba(143,149,172,.3)}.assignation-photos .complex__slider-blur-bg{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-filter:blur(20px);filter:blur(20px);z-index:-1}@media screen and (max-width:1279px){.assignation-photos .complex__slider-blur-bg{display:none}}.assignation-photos .tns-horizontal.tns-subpixel>.tns-item{position:relative}.flat__col_width_100 .assignation-photos .complex__images-navs{margin-bottom:38px}@media screen and (max-width:1279px){.flat__col_width_100 .assignation-photos .complex__images-navs{margin-bottom:0}}@media screen and (max-width:1279px){.assignation-features{margin-top:20px}}@media screen and (max-width:1279px){.assignation-features .complex__about-feature{font-size:16px;line-height:18px}}@media screen and (max-width:767px){.assignation-features{margin-top:20px}}@media screen and (max-width:767px){.assignation-info .flat__col-images{idth:calc(100% - 16px)}}.assigments-new .h3.sf__h1.with-tg-link{margin-bottom:30px}.assigments-new__header-right{display:flex;align-items:center;grid-gap:30px;gap:30px}.assigments-new__header-right .assignations-pannels{margin:0}.assigments-new__header-right .assignations-pannels .info__popup.info__popup_lg p{font-weight:400;font-size:14px;line-height:18px}.assigments-new__header-right .assignations-pannels .info{border:1px solid #ff2d23;background-color:initial;width:24px;height:24px;order:-1;margin-left:0;margin-right:10px;cursor:pointer}.assigments-new__header-right .assignations-pannels .info .icon{fill:#ff2d23}.assigments-new__header-right .assignations-pannels__item{width:auto;height:auto;color:#2c2e3e;padding-left:0;background-color:initial}.assigments-new__header-right .assignations-pannels__item img{display:none}.assigments-new__header-right .assignations-pannels__item p.h5{font-weight:400;text-transform:none;font-size:14px}.assigments-new__header-right .assignations-attention__btns{position:relative;top:auto;right:auto;grid-gap:30px;gap:30px;flex-direction:row}.assigments-new__header-right .assignations-attention__btns .assignations-attention__icon{-webkit-animation:none;animation:none;width:24px;margin-right:10px;height:24px;border:1px solid #2c2e3e;background-color:initial;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTJoOE0xMiA4djgiIHN0cm9rZT0iIzJDMkUzRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+");background-position:50%}.assigments-new__header-right .assignations-attention__btns .assignations-attention__icon svg{display:none}.assigments-new__header-right .assignations-attention__btns .assignations-attention__btn{margin-bottom:0}.assigments-new__header-right .assignations-attention__btns .assignations-attention__btn .button{font-weight:400;color:#2c2e3e;transition-duration:.3s}.assigments-new__header-right .assignations-attention__btns .assignations-attention__btn .button:hover{color:#ff2d23}.assigments-new__header-right .assignations-attention__btns .color-brand-3{color:#2c2e3e;position:relative;transition-duration:.3s}.assigments-new__header-right .assignations-attention__btns .color-brand-3:hover{color:#ff2d23}.assigments-new__header-right .assignations-attention__btns .color-brand-3:before{content:"";width:30px;height:30px;border-radius:50%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNjQzIDdoMTAuMjg2QTIuNTcxIDIuNTcxIDAgMDExNi41IDkuNTcxdjcuNzE1YS42NDMuNjQzIDAgMDEtLjY0My42NDNINS41NzFBMi41NzEgMi41NzEgMCAwMTMgMTUuMzU3VjcuNjQzQS42NDMuNjQzIDAgMDEzLjY0MyA3djB6TTE2LjUgMTEuMTc5TDIxIDguNjA3djcuNzE1bC00LjUtMi41NzIiIHN0cm9rZT0iIzJDMkUzRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");background-repeat:no-repeat;background-position:50%;background-size:100%;margin-right:10px}.assigments-new__header-right .wrapper{padding-left:0;padding-right:0}.assigments-new .index-search__filter{margin-left:0;margin-right:0;width:100%}.assigments-new .section__grid{margin-left:0;margin-right:0}.assigments-new .index-search__filter-body .form__item{margin:0}.assigments-new .index-search__filter-top{background-color:#f6f7f8;border-radius:20px;padding:16px 20px;margin-bottom:20px}.assigments-new .index-search__filter-top .form__row{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:20px;gap:20px;margin-left:0;margin-right:0}.assigments-new .index-search__filter-main{background-color:initial;padding:10px 20px 16px}.assigments-new .index-search__filter-main .form__row{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:20px;gap:20px;margin-left:0;margin-right:0}.assigments-new .index-search__filter-body{background-color:initial}.assigments-new .index-search__show-booked{margin-top:20px}@media screen and (max-width:1279px){.assigments-new .sf__filter-item{width:auto}.assigments-new .index-search__filter-main .form__row{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1050px){.assigments-new .index-search__filter-top .form__row{grid-template-columns:repeat(4,1fr)}}.redisign-slider-assignments .slider{border:none}.redisign-slider-assignments .assignations-top .flats__card-image{min-width:180px;margin-right:0}.redisign-slider-assignments .assignations-top .flats__card-image img{object-fit:contain;z-index:2;max-height:100%;height:190px;border-radius:20px 0 0 20px}.redisign-slider-assignments .assignations-top .flats__card-info{background-color:#f6f7f8;border-radius:20px;padding:0 30px 0 20px;box-sizing:border-box;margin-left:-20px;z-index:1;width:calc(100% - 160px)}@media screen and (max-width:1279px){.redisign-slider-assignments .assignations-top .flats__card-info{align-self:stretch}}.redisign-slider-assignments .slider__item{border-right:none}.redisign-slider-assignments .top__title{font-size:14px}.redisign-slider-assignments .top__title span{overflow:hidden;text-overflow:ellipsis;width:100%}.redisign-slider-assignments .card__company{border-bottom:1px solid #dfe1e9;padding-bottom:10px}.redisign-slider-assignments .card__address{margin-top:8px}.redisign-slider-assignments .flats__card-price{font-size:14px;margin-bottom:0}.redisign-slider-assignments .assignations-top.suburbans-top .flats__card-price.suburbans{padding-bottom:0;padding-top:8px}.redisign-slider-assignments .assignations-top__title{text-align:left;margin-bottom:16px}.redisign-slider-assignments .assignations-top__title h2.h2{font-weight:700;font-size:25px;line-height:28px}@media screen and (max-width:1599px){.redisign-slider-assignments .assignations-top__title h2.h2{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.redisign-slider-assignments .assignations-top__title h2.h2{font-size:18px;line-height:22px}}.redisign-slider-assignments .slider__nav{position:absolute;right:auto;left:auto}.redisign-slider-assignments .slider__nav-item.prev{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.redisign-slider-assignments .slider__nav-item.prev svg{margin-right:0}.redisign-slider-assignments .slider__nav-item.next{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.redisign-slider-assignments .slider__nav-item.next svg{margin-left:0}.redisign-slider-assignments .flats__card .card__row{margin-top:10px}.redisign-slider-assignments .card__pill.card__pill_comission{background-color:#dff5e0;color:#2cba2e;border-radius:50px;padding:3px 10px;max-width:-webkit-max-content;max-width:max-content}.redisign-slider-assignments .card__company{max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.redisign-slider-assignments .card__dates{margin-top:6px;color:#8f95ac}.redisign-slider-assignments .card__title{white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.redisign-slider-assignments .flats__card_compact{padding:0}.redisign-slider-assignments .slider__item:hover img{-webkit-transform:none!important;transform:none!important}.assignations-flats.redesign .complex__view-item .view__btn{width:auto;height:50px;border:none;font-weight:700}.assignations-flats.redesign .complex__view-item .view__btn:hover{border:none;box-shadow:none}.assignations-flats.redesign .assignations-flats__btns .complex__view-item:not(:last-of-type){margin-right:40px}.assignations-flats.redesign .view__icon{width:20px;height:20px}.assignations-flats.redesign .complex__view-item.active .view__btn{background-color:initial;color:#ef372e}.assignations-flats.redesign .complex__view-item.active .view__btn .view__icon{fill:#ef372e;stroke:#ef372e}.assignations-flats.redesign .flats__row{border-radius:20px}.prepaid-banner{margin:45px 0;position:relative;cursor:pointer;max-width:100%}@media screen and (max-width:640px){.prepaid-banner{margin:20px 0}}.prepaid-banner a{display:block;max-width:100%}.prepaid-banner object{pointer-events:none;max-width:100%}.prepaid-banner.events-banner{margin-top:0}@media screen and (max-width:640px){.prepaid-banner.events-banner{margin:20px 0}}.banner-into{margin:15px 0 45px}@media screen and (max-width:1599px){.banner-into{margin:29px 0 45px}}.apartments-action-row{background:rgba(255,204,0,.2)}.action-row-tooltip{position:absolute;padding:10px;width:300px;background:#fff;z-index:4}.action-row-tooltip:before{content:"";display:block;position:absolute;top:0;left:-8px;width:0;height:0;border-left:10px solid transparent;border-top:10px solid #fff}.table2{padding:16.5px 0}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.table2 .hidden{display:none}@media screen and (max-width:767px){.table2{padding:0}}.table2.assignations-flats__tables{padding-top:0}@media screen and (max-width:767px){.table2.assignations-flats__tables{padding-bottom:0!important}}.table2 .status-assignment{max-width:100%}@media screen and (max-width:1599px){.table2 .status-assignment{font-size:12px}}@media screen and (max-width:1279px){.table2 .flats__row-concat{color:#8f95ac;font-size:14px;font-weight:400;line-height:17px;margin-left:24px}}.table2 .flats__row{background:rgba(143,149,172,.08)}.table2 .flats__row-rooms{font-size:16px;line-height:20px}@media screen and (max-width:767px){.table2 .flats__row-rooms{font-size:15px;line-height:18px;flex-grow:1}}.table2 .flats__row{padding:3px 8px;font-size:14px;line-height:16px}@media screen and (max-width:1279px){.table2 .flats__row{padding:13px 15px}}.table2 .flats__row-action .button_view_round{background:none;width:20px}.table2 .flats__row-action .button_view_round .icon{fill:#2c2e3e;stroke:#2c2e3e}@media screen and (max-width:767px){.table2 .flats__row-action .button_view_round .icon{width:14px}}.table2 .flats__row.is-active{margin-bottom:5px}.table2 .flats__row-table table{padding:0}@media screen and (min-width:1280px){.table2 .flats__row-col{white-space:nowrap;flex-grow:0;flex-shrink:0;margin-right:20px}.table2 .flats__row-col.flats__row-rooms{flex-basis:100px}.table2 .flats__row-col.flats__row-count{flex-basis:110px}.table2 .flats__row-col.flats__row-square{flex-basis:190px}.table2 .flats__row-col.flats__row-price{flex-basis:310px}.table2 .flats__row-col.flats__row-action{margin-right:12px}}.table2 .ant-table-thead{height:45px}.table2 .ant-table-thead>tr>th,.table2 .ant-table tfoot>tr>th{padding:0 5px;height:45px;border-right:1px solid hsla(0,0%,100%,.2)}.table2 .ant-table-thead>tr>th:last-of-type,.table2 .ant-table tfoot>tr>th:last-of-type{border-right:none}@media screen and (max-width:1599px){.table2 .ant-table-thead>tr>th,.table2 .ant-table tfoot>tr>th{padding:0 2px}}@media screen and (max-width:1279px){.table2 .ant-table-thead>tr>th,.table2 .ant-table tfoot>tr>th{padding:0 5px}}@media screen and (max-width:767px){.table2 .ant-table-thead>tr>th,.table2 .ant-table tfoot>tr>th{background:none;color:#1e2030;border-right:none;font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase;border-bottom:1px solid rgba(143,149,172,.2)}.table2 .ant-table-thead>tr>th:before,.table2 .ant-table tfoot>tr>th:before{display:none}}.table2 .ant-table-tbody>tr>td,.table2 .ant-table tfoot>tr>td{padding:8px 10px;max-width:130px}.table2 .ant-table-column-sorters{padding:0 5px}.table2 .assignations-flats__row,.table2 .complex__appartments-row{margin-bottom:5px}.table2 .ant-table-column-title{margin-right:5px}.table2 .table-img{display:flex;justify-content:center;-webkit-animation:fadein 1s;animation:fadein 1s}.table2 .table-img img{max-height:35px;object-fit:contain}@media screen and (max-width:1599px){.table2 .table-img{padding-left:0}}.table2 .table-img .table-img__preview{position:absolute;left:0;top:50%;-webkit-transform:translate(-20%,-50%);transform:translate(-20%,-50%);z-index:2;display:none;width:250px;height:250px;padding:10px;border:1px solid rgba(143,149,172,.08);border-radius:4px;background:#fff}.table2 .table-img .table-img__preview img{width:100%;max-height:100%;object-fit:contain}.table2 .table-img:hover .table-img__preview{display:flex}.table2 .ant-table-container table>thead>tr:first-child th:first-child{border-top-left-radius:4px}.table2 .ant-table-container table>thead>tr:first-child th:last-child{border-top-right-radius:4px}.table2-with-tooltip{position:relative}.table2-with-tooltip__content{position:absolute;z-index:3;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:none;white-space:nowrap}.table2-with-tooltip:hover .table2-with-tooltip__content{display:block;background:#fff;border:1px solid rgba(143,149,172,.2);border-radius:4px;padding:5px}.table2-status{justify-content:space-between;padding:0 5px}.table2-status,.table2-status .status-anchors,.table2-status .status-anchors a{display:flex;align-items:center}.table2-status .status-anchors a svg{fill:#8f95ac;transition:all .3s}.table2-status .status-anchors a:hover svg{fill:#1e2030}.table2-status .status-anchors a:last-of-type{margin-left:20px}.complex__view-item .view__btn{display:flex;border-radius:4px;border:1px solid rgba(143,149,172,.2);width:182px;height:50px;justify-content:center;align-items:center}.complex__view-item .view__btn .view__icon{fill-opacity:1;stroke-opacity:1}.complex__view-item .view__btn svg{margin-right:12px}.complex__view-item:not(.active) .view__btn:hover{box-shadow:inset 0 0 0 1px rgba(143,149,172,.3)}.complex__view-item.active .view__btn{background:rgba(143,149,172,.2)}.complex__appartments-navigation .omplex__view_height-auto{height:auto;margin-bottom:0}.complex__appartments-navigation .omplex__view_height-auto .view__icon{width:19px;height:20px}.complex__appartments-navigation .omplex__view_height-auto .view__cards .view__icon{fill:none;stroke:#8f95ac}.complex__appartments-navigation .omplex__view_height-auto .complex__view-item.active .view__icon{stroke:#2c2e3e}.complex__appartments-navigation .omplex__view_height-auto .view__chess .view__btn{background-color:#ff2d23;color:#fff;transition:background-color .15s ease-in-out}.complex__appartments-navigation .omplex__view_height-auto .view__chess .view__btn:hover{background-color:#cf2d23}.complex__appartments-navigation .omplex__view_height-auto .view__chess .view__btn:active{background-color:#b32d23}.complex__appartments-navigation .omplex__view_height-auto .view__chess .view__btn .view__icon{width:22px;height:16px}.complex__title-info{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width:767px){.complex__title-info{justify-content:space-between;padding:5px 15px 15px;border-bottom:1px solid rgba(143,149,172,.2)}}.complex__title-info .h4{margin-right:45px}@media screen and (max-width:1279px){.complex__title-info .h4{font-size:16px;line-height:20px}}@media screen and (max-width:767px){.complex__title-info .h4{font-size:15px;line-height:18px}}.complex__title-info span{color:#8f95ac}.complex__title-info span:first-child{margin-right:35px}@media screen and (max-width:767px){.complex__title-info span:first-child{margin-right:0}}.complex__title-info .complex__title-text{display:flex}@media screen and (max-width:767px){.complex__title-info .complex__title-text{flex-direction:column;text-align:right}}@media screen and (max-width:767px){.complex-results-wrapper_table2{background:none;padding-bottom:0}.complex-results-wrapper_table2 .section__complex-results{margin-top:0}}.assignations-flats_table2 .assignations-flats__header .button:active,.assignations-flats_table2 .assignations-flats__header .button:focus,.assignations-flats_table2 .assignations-flats__header .button:hover{color:inherit}.assignations-flats_table2 .view__icon_map{stroke:none}.assignations-flats_table2 .assignations-flats__btns{display:flex}.assignations-flats_table2 .assignations-flats__btns .complex__view-item:not(:last-of-type){margin-right:20px}.assignations-flats_table2 .view__map .view__btn{background-color:#ff2d23;color:#fff;transition:background-color .15s ease-in-out}.assignations-flats_table2 .view__map .view__btn svg{fill:#fff}.assignations-flats_table2 .view__map .view__btn:hover{background-color:#cf2d23;color:#fff}.assignations-flats_table2 .view__map .view__btn:active,.assignations-flats_table2 .view__map .view__btn:focus{background-color:#b32d23;color:#fff}.assignations-flats_table2 .view__map .view__btn .view__icon{width:22px;height:22px}@media screen and (max-width:767px){.assignations-flats_table2 .view__map .view__btn{height:44px;font-weight:700}}.filter__header-with-m{display:flex}@media screen and (max-width:1279px){.filter__header-with-m{flex-direction:column}}.filter__header-with-m .filter__header{align-items:center}@media screen and (max-width:767px){.filter__header-with-m .filter__header{margin-top:0}}.filter__header-with-m .complex__manager{display:flex;position:relative;width:auto;flex-direction:row;align-items:center;margin:0 0 0 50px;border-left:1px solid rgba(143,149,172,.2);padding-left:30px}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager{margin-top:25px;margin-left:0;border-left:none;padding-left:0;margin-bottom:10px}}@media screen and (max-width:767px){.filter__header-with-m .complex__manager{padding:8px 20px;border:1px solid rgba(143,149,172,.2);border-radius:4px;margin:0 10px}}.filter__header-with-m .complex__manager-avatar{flex-basis:60px;margin-right:15px}@media screen and (max-width:767px){.filter__header-with-m .complex__manager-titles .info{top:15px;right:15px;width:30px;height:30px}.filter__header-with-m .complex__manager-titles .info .icon{font-size:16px}}.filter__header-with-m .complex__manager-avatar_wrapper{width:60px;height:60px}.filter__header-with-m .complex__manager-title{font-size:14px;line-height:18px;margin-top:0}@media screen and (max-width:767px){.filter__header-with-m .complex__manager-title{font-size:18px;line-height:22px;padding-right:25px}}.filter__header-with-m .complex__manager-contacts{margin-top:0;display:flex;align-items:center;margin-left:30px;margin-right:35px}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager-contacts{margin-left:15px;margin-right:0}}.filter__header-with-m .complex__manager-contacts_item{margin-right:15px}.filter__header-with-m .complex__manager-contacts_item:last-of-type{margin-right:0}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager-contacts_item{margin-right:0;flex-basis:50%}}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager-contacts_item_email{order:1}}.filter__header-with-m .complex__manager-titles{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager-titles{min-width:175px}}.filter__header-with-m .complex__manager-post{line-height:18px}.filter__header-with-m .complex__manager-contacts_list{flex-direction:row}@media screen and (max-width:1279px){.filter__header-with-m .complex__manager-contacts_list{flex-wrap:wrap}}.filter__header-with-m .complex__manager-content{display:flex;flex-direction:row;text-align:left}.filter__header-with-m .complex__manager-action{margin-top:0}.table-view{display:flex;align-items:center}.table-view svg{margin-right:5px;fill:#8f95ac}.ot-table{width:100%;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.ot-table{border-bottom:none}}@media screen and (max-width:767px){.ot-table .ant-table-container table>thead>tr:first-child th:first-child{padding-left:10px}}@media screen and (max-width:767px){.ot-table .flats__row-table .ant-table-cell{white-space:normal}}@media screen and (max-width:767px){.ot-table .lk-presentations__name{font-weight:700;font-size:15px;line-height:18px}}@media screen and (max-width:767px){.ot-table .lk-presentations__clients-attach_new{display:none}}.ot-table .pan-table{width:100%}.ot-table .pan-table .hidden{display:none}.ot-table .pan-table .type-col{width:100px}.ot-table .ot__col-with-img{display:flex;align-items:center}.ot-table .ot__col-with-img img{width:65px;height:65px;object-fit:cover;margin-right:25px;border-radius:3px}.ot-table .ot__col-with-img p{font-size:14px;line-height:18px}.ot-table .custom-select{min-width:125px}.ot-table .custom-select__selected{padding:10px}.ot-table .custom-select__option{padding:7px 10px;margin:10px}.ot-table_bordered-header .ant-table-thead{height:45px}.ot-table_bordered-header .ant-table-thead>tr>th,.ot-table_bordered-header .ant-table tfoot>tr>th{height:45px;padding:0 15px}.ot-table_bordered-header .ant-table-thead>tr>th:first-of-type,.ot-table_bordered-header .ant-table tfoot>tr>th:first-of-type{border-right:none}.ot-table_bordered-header th:not(:first-of-type):not(:last-of-type){border-right:1px solid hsla(0,0%,100%,.2)}.ot-table_bordered-header .ant-table-tbody>tr>td{padding-left:15px}.ot-table_bordered-header .ant-table-tbody>tr>td:first-of-type,.ot-table_bordered-header .ant-table-thead>tr>th:first-of-type{padding-right:5px}.ot-change-status{display:flex;align-items:center;width:100%;margin-top:10px;padding:10px 20px;position:-webkit-sticky;position:sticky;bottom:0;background:#fff}.ot-change-status .ot-change-status__item{display:flex;align-items:center;max-width:100%}@media screen and (max-width:767px){.ot-change-status .ot-change-status__item{width:100%;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.ot-change-status{flex-direction:column;align-items:flex-start;padding-left:10px;padding-right:10px;margin-top:0}}.ot-change-status b{margin-right:20px}@media screen and (max-width:767px){.ot-change-status b{font-size:15px;line-height:18px;margin-bottom:5px}}.ot-change-status button{width:200px;font-size:14px;justify-content:center}@media screen and (max-width:767px){.ot-change-status button{margin-top:5px;width:100%}}.ot-change-status .custom-select{width:400px;max-width:100%;margin-right:20px}@media screen and (max-width:767px){.ot-change-status .custom-select{width:100%;margin-right:0}}.ot-change-status .custom-select .custom-select__selected{border:1px solid rgba(143,149,172,.2);border-radius:4px;height:50px;background:#fff}.ot-change-status .custom-select .custom-select__selected:hover{background:#fff}.ot-change-status .custom-select .custom-select__option{padding:12px 16px}.ot-change-status .custom-select .custom-select__option span,.ot-change-status .custom-select .custom-select__selected span{display:inline-flex;padding:4px 8px;border-radius:4px}.ot-change-status .custom-select .custom-select__option.green span,.ot-change-status .custom-select .custom-select__option.hex-2CBA2E span,.ot-change-status .custom-select .custom-select__selected.green span,.ot-change-status .custom-select .custom-select__selected.hex-2CBA2E span{background:rgba(44,186,46,.2);color:#2cba2e}.ot-change-status .custom-select .custom-select__option.hex-FF2D23 span,.ot-change-status .custom-select .custom-select__option.red span,.ot-change-status .custom-select .custom-select__selected.hex-FF2D23 span,.ot-change-status .custom-select .custom-select__selected.red span{background:rgba(255,45,35,.2);color:#ff2d23}.ot-change-status .custom-select .custom-select__option.blue span,.ot-change-status .custom-select .custom-select__option.hex-8790E5 span,.ot-change-status .custom-select .custom-select__selected.blue span,.ot-change-status .custom-select .custom-select__selected.hex-8790E5 span{background:rgba(135,144,229,.2);color:#8790e5}.ot-change-status .custom-select .custom-select__option.hex-67B2F8 span,.ot-change-status .custom-select .custom-select__selected.hex-67B2F8 span{background:rgba(103,178,248,.2);color:#67b2f8}.ot-change-status .custom-select .custom-select__option.hex-FFA100 span,.ot-change-status .custom-select .custom-select__option.orange span,.ot-change-status .custom-select .custom-select__selected.hex-FFA100 span,.ot-change-status .custom-select .custom-select__selected.orange span{background:rgba(255,161,0,.2);color:#ffa100}.ot-change-status .custom-select .custom-select__option.hex-8F95AC span,.ot-change-status .custom-select .custom-select__selected.hex-8F95AC span{background:rgba(143,149,172,.2);color:#2c2e3e}.ot-change-status__item+.ot-change-status__item{margin-right:auto;margin-left:30px}@media screen and (max-width:1279px){.ot-change-status__item+.ot-change-status__item{margin-left:25px}}@media screen and (max-width:767px){.ot-change-status__item+.ot-change-status__item{margin:15px 0}}.map_round_button{display:flex!important;justify-content:center;align-items:center}.map_round_button svg{margin-right:0;fill:none!important}.fullMap{width:100%;height:100%!important}.map-button-with-tooltip .tooltip{position:absolute;display:none;padding:16px 25px;background-color:#f6f7f8;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#2c2e3e;height:50px;right:50px;border-radius:25px;top:-3px;z-index:9999}.map-button-with-tooltip .tooltip:before{content:"";display:block;position:absolute;top:-20px;right:120px;width:calc(100% + 60px);height:calc(100% + 40px);z-index:-1}.map-button-with-tooltip:hover .tooltip{display:flex;align-items:center}.ymaps_maps-button.ymaps__checked .ymaps_maps-button-icon_ruler{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAxMS4zMjggMTEuNzIyKSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiB4PSItLjAwNCIgeT0iLjI5OCIgd2lkdGg9IjEwLjA3MyIgaGVpZ2h0PSIyNC4xNDIiIHJ4PSIyIi8+PHBhdGggZD0iTTYuMDQgMy44MmgzLjAydjEuNDA3SDYuMDR6TTQuMDI1IDcuODQzSDkuMDZWOS4yNUg0LjAyNnptMi4wMTUgNC4wMjNoMy4wMnYxLjQwOEg2LjA0em0wIDguMDQ4aDMuMDJ2MS40MDhINi4wNHpNNC4wMjUgMTUuODlIOS4wNnYxLjQwOEg0LjAyNnoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)}.sf-card{display:inline-flex;flex-direction:column;background-color:#f6f7f8;border-radius:20px}.sf-card__header{position:relative}.sf-card__pic{border-radius:20px;width:100%;height:355px;object-fit:cover}@media screen and (max-width:1599px){.sf-card__pic{height:300px}}@media screen and (max-width:1279px){.sf-card__pic{height:280px}}.sf-card__label{padding:4px 10px;border-radius:20px;font-size:13px}.sf-card__hashtag{position:absolute;top:20px;left:25px;background-color:rgba(143,149,172,.7);color:#fff}.sf-card__date{background-color:#fff;color:#8f95ac}.sf-card__date,.sf-card__label-list{position:absolute;bottom:22px;left:25px}.sf-card__label-list .sf-card__label{display:inline-flex;background-color:#fff;color:#8f95ac}.sf-card__label-list .sf-card__label+.sf-card__label{margin-left:10px}.sf-card__body{display:flex;flex-direction:column;flex-grow:1;padding:15px 25px 25px;margin-top:0}.sf-card__text,.sf-card__title{margin-bottom:5px}.sf-card__descr-row{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid rgba(143,149,172,.2)}.sf-card__descr-row:last-child{border-bottom:none;padding-bottom:0}.sf-card__descr{color:#8f95ac;text-overflow:ellipsis;overflow:hidden;width:100%}.sf-card__descr+.sf-card__descr{text-align:right}.sf-card__table{margin-top:10px;margin-bottom:10px}.sf-card__table_custom .sf-card__row .sf-card__col{padding-right:0}.sf-card__table_custom .sf-card__row .sf-card__col:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sf-card__table_custom .sf-card__row .sf-card__col:nth-child(2){text-align:center}.sf-card__table_custom .sf-card__row .sf-card__col:last-child{text-align:right;white-space:nowrap}.sf-card__counter{display:inline-flex;justify-content:center;align-items:center;padding:3px 7px;border-radius:20px;background-color:rgba(143,149,172,.1);font-size:13px;color:#8f95ac;margin-left:8px}.sf-card__row{display:grid;grid-template-columns:repeat(3,1fr)}.sf-card__row+.sf-card__row{margin-top:5px}.sf-card__col{padding-right:5px}.sf-card__col:last-of-type{padding-right:0}.sf-card__metro-time{display:inline-flex;align-items:center;margin-left:5px;padding:3px 7px;border-radius:20px;background-color:rgba(143,149,172,.1);white-space:nowrap}.sf-card__metro-time svg{margin-right:5px}.sf-card__metro-list{margin-top:auto}.sf-card__metro-station{display:inline-flex;align-items:center;white-space:nowrap}.sf-card__metro-circle{display:inline-flex;width:6px;height:6px;border-radius:50%;margin-top:1.5px;margin-right:10px;flex-shrink:0}.sf-card__metro{display:flex;align-content:center;color:#8f95ac;grid-gap:5px;gap:5px;flex-wrap:wrap}.sf-card__metro+.sf-card__metro{margin-top:5px}.sf-card__metro-route{color:#8f95ac}.sf-card_flat .sf-card__pic{background-color:#fff;height:268px}@media screen and (max-width:1599px){.sf-card_flat .sf-card__pic{height:230px}}@media screen and (max-width:1279px){.sf-card_flat .sf-card__pic{height:180px}}@media screen and (max-width:767px){.sf-card_flat .sf-card__pic{height:230px}}.sf-card_flat .sf-card__hashtag{background-color:#f6f7f8;color:#777a89}@media screen and (max-width:1599px){.sf-card_flat.sf-card_flat-update .sf-card__pic{height:275px;padding:30px}}.sf-card__bottom-text{margin-top:10px}.sf-card__text+.sf-card__bottom-text{margin-top:0}.sf-card_short{width:285px;max-width:100%}.sf-card_short .sf-card__pic{height:180px}.sf-card_short .sf-card__row{grid-template-columns:repeat(2,1fr)}.sf-card_short .sf-card__col:last-of-type{text-align:right}.sf-card__status.status-circle{top:8px;right:8px;outline:2px solid #fff;position:absolute;top:20px;right:20px}.sf-card_bordered{cursor:pointer}.sf-card_bordered .sf-card__pic{border:2px solid #f6f7f8;object-fit:contain}.sf-card__btn-list{position:absolute;top:18px;right:25px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;opacity:0}.sf-card__btn-list .sf-card__btn{border-radius:20px;width:40px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition-duration:.3s}.sf-card__btn-list .sf-card__btn:after{content:"";background-color:#f6f7f9;border-radius:20px;position:absolute;white-space:nowrap;z-index:1;left:60px;padding:20px 15px;opacity:0;transition-duration:.3s}.sf-card__btn-list .sf-card__btn:before{border:4px solid transparent;border-right:7px solid #f6f7f9;content:"";position:absolute;left:50px;opacity:0;transition-duration:.3s}.sf-card__btn-list .sf-card__btn:hover:after,.sf-card__btn-list .sf-card__btn:hover:before{opacity:1;transition-duration:.3s}.sf-card__btn-list .sf-card__btn_heart:after{content:"Добавить в избранное"}.sf-card__btn-list .sf-card__btn_cube:after{content:"Есть аэропанорама"}.sf-card__btn-list .sf-card__btn_chrome:after{content:"Доступен АвтоПАН"}.sf__cards-list .sf-card:nth-child(3n) .sf-card__btn-list .sf-card__btn:after{right:60px;left:auto}@media screen and (max-width:1023px){.sf__cards-list .sf-card:nth-child(3n) .sf-card__btn-list .sf-card__btn:after{left:60px;right:auto}}.sf__cards-list .sf-card:nth-child(3n) .sf-card__btn-list .sf-card__btn:before{border:4px solid transparent;border-left:7px solid #f6f7f9;left:-20px}@media screen and (max-width:1023px){.sf__cards-list .sf-card:nth-child(3n) .sf-card__btn-list .sf-card__btn:before{left:53px;border-right:7px solid #f6f7f9;border-left:0}}@media screen and (max-width:1023px){.sf__cards-list .sf-card:nth-child(2n) .sf-card__btn-list .sf-card__btn:after{right:60px;left:auto}}@media screen and (max-width:1023px){.sf__cards-list .sf-card:nth-child(2n) .sf-card__btn-list .sf-card__btn:before{border:4px solid transparent;border-left:7px solid #f6f7f9;left:-20px}}@media screen and (max-width:767px){.sf__cards-list .sf-card .sf-card__btn-list .sf-card__btn:before{left:-20px!important;border:4px solid transparent!important;border-left:7px solid #f6f7f9!important}}@media screen and (max-width:767px){.sf__cards-list .sf-card .sf-card__btn-list .sf-card__btn:after{right:60px!important;left:auto!important}}.sf__map-block_dubai .sf-card .sf-card__btn-list .sf-card__btn:after{right:60px;left:auto}.sf__map-block_dubai .sf-card .sf-card__btn-list .sf-card__btn:before{border:4px solid transparent;border-left:7px solid #f6f7f9;left:-20px}.sf-card__header:hover .sf-card__btn-list{opacity:1;transition-duration:.3s}.sf-card__bottom-status{border-top:1px solid #dfe1e9;padding-top:12px;margin-top:10px;display:flex;align-items:center;color:#8f95ac;font-size:13px}.sf-card__bottom-status svg{margin-right:10px;margin-top:1px}.sf-card__bottom-status svg.red circle,.sf-card__bottom-status svg.red line{stroke:#ff2d23}.sf-card__bottom-status svg.yellow circle,.sf-card__bottom-status svg.yellow line{stroke:#ffa100}.sf-card__bottom-status svg.green circle,.sf-card__bottom-status svg.green line{stroke:#2cba2e}.sf-card__before-title{color:#777a89;padding-bottom:10px;border-bottom:1px solid #dfe1e9;margin-bottom:10px}.sf-card__btn-list-bottom{bottom:18px;top:unset}.status-circle{width:8px;height:8px;border-radius:50%;position:relative}.status-circle .status-circle__tooltip{display:none;position:absolute;z-index:101;top:2px;left:20px;padding:6px 15px 8px;border-radius:4px;line-height:1;color:#fff;white-space:nowrap}.status-circle .status-circle__tooltip:before{content:"";display:block;position:absolute;top:0;left:-8px;width:0;height:0;border-top:10px solid;border-left:10px solid transparent}.status-circle_green,.status-circle_green .status-circle__tooltip,.status-circle_positive,.status-circle_positive .status-circle__tooltip{background:#2cba2e}.status-circle_green .status-circle__tooltip:before,.status-circle_positive .status-circle__tooltip:before{border-top-color:#2cba2e}.status-circle_negative,.status-circle_negative .status-circle__tooltip,.status-circle_red,.status-circle_red .status-circle__tooltip{background:#ff2d23}.status-circle_negative .status-circle__tooltip:before,.status-circle_red .status-circle__tooltip:before{border-top-color:#ff2d23}.status-circle_yellow{background-color:#fba200}.status-circle_yellow .status-circle__tooltip{background:#fba200}.status-circle_yellow .status-circle__tooltip:before{border-top-color:#fba200}.status-circle_gray,.status-circle_gray .status-circle__tooltip,.status-circle_gray .status-circle__tooltip:before{background-color:#8f95ac}.status-circle:hover .status-circle__tooltip{display:flex}.showroom-tooltip{position:absolute;left:20px;bottom:20px;z-index:2;width:129px;height:65px;padding:5px 5px 5px 25px;color:#fff;background:#ff2d23;border-radius:9px;font-size:14px;line-height:18px}.showroom-tooltip__decor{position:absolute;top:0;left:-11px;width:30px;height:30px;background:#ff2d23}.showroom-tooltip__decor,.showroom-tooltip__icon{display:flex;justify-content:center;align-items:center;border-radius:50%}.showroom-tooltip__icon{width:26px;height:26px;background:hsla(0,0%,100%,.3)}.showroom-tooltip__icon .icon{fill:#fff}.payments-schedule{max-width:728px;margin:40px auto}.payments-schedule-info{background-color:#f6f7f8;border-radius:20px;padding:30px;display:flex;justify-content:space-between}.payments-schedule-info__label{margin-bottom:6px}.payments-schedule-info__value{color:#777a89}.payments-schedule-table__header{margin-top:30px;margin-bottom:20px;display:flex;justify-content:space-between}.payments-schedule-table__header-title{font-size:16px;font-weight:700}.payments-schedule-table__header-dwn{display:flex;align-items:center;cursor:pointer}.payments-schedule-table__header-dwn svg{margin-right:5px}.payments-schedule-table .ant-table-tbody>tr:nth-child(2n){background-color:#f5f5f5}.payments-schedule-table .year-row td:first-child,.payments-schedule-table tr.sum-row td:first-child{font-weight:700}.calculator-commercial{background-color:#f6f7f8;border-radius:20px;position:relative;padding:30px}.calculator-commercial .slider__input{width:calc(100% - 20px);margin-left:10px}.calculator-commercial .slider__input .noUi-handle{width:16px;height:16px;border:2px solid #fff;right:-8px;top:-8px}.calculator-commercial .calculator__crumbs{display:none}.calculator-commercial .calculator__grid{flex-direction:column}.calculator-commercial .calculator__form{width:calc(100% - 20px);border-bottom:1px solid #dfe1e9;padding-bottom:10px}.calculator-commercial .calculator__result-list{display:flex;margin-top:10px;margin-bottom:20px;grid-gap:35px;gap:35px}.calculator-commercial .calculator__result button:disabled{color:#dfe1e9}.calculator-commercial .calculator__result .new-alert{margin-bottom:0;padding-top:12px;padding-bottom:11px}@media screen and (max-width:1023px){.calculator-commercial .calculator__result .new-alert{padding-left:15px;padding-right:15px}.calculator-commercial .calculator__result .new-alert .new-alert__icon{margin-right:10px}}.calculator-commercial .calculator__result{width:100%;margin-bottom:15px;display:block}.calculator-commercial .calculator__result-title{padding-bottom:15px;margin-top:10px}.calculator-commercial .calculator__result-list-item{display:flex;margin-bottom:10px}.calculator-commercial .calculator__result-list-item svg{margin-right:13px}.calculator-commercial__bottom{display:flex;grid-gap:35px;gap:35px;width:calc(100% - 20px);align-items:center}.calculator-commercial .button-blue-link{display:flex;color:#8790e5;align-items:center;background-color:initial;cursor:pointer;height:30px;transition-duration:.3s}.calculator-commercial .button-blue-link svg{margin-right:10px}.calculator-commercial .button-blue-link:hover{color:#4f57a0}.calculator-commercial .button-blue-link:hover svg path{stroke:#4f57a0}.calculator-commercial .button-blue-link:hover:disabled svg path{stroke:#dfe1e9}.calculator-commercial .button-blue-link:disabled{cursor:default}.calculator-commercial .button-blue-link:disabled svg path{stroke:#dfe1e9}.calculator-commercial .new-alert{width:auto}.calculator-commercial .mortgage-percents{display:flex;justify-content:space-between}.calculator-commercial .mortgage-percents ul{display:flex;position:absolute;right:0}.calculator-commercial .mortgage-percents ul li{color:#8790e5;cursor:pointer;transition-duration:.3s;margin-left:16px;list-style-type:none;position:relative}.calculator-commercial .mortgage-percents ul li:after{content:"/";color:#777a89;margin-left:5px;position:absolute}.calculator-commercial .mortgage-percents ul li:last-child:after{content:""}.calculator-commercial .mortgage-percents ul li:hover{color:#4f57a0}.calculator-mortgage .mortgage-percents{display:flex;justify-content:space-between}.calculator-mortgage .mortgage-percents ul{display:flex;position:absolute;right:0}.calculator-mortgage .mortgage-percents ul li{color:#8790e5;cursor:pointer;transition-duration:.3s;margin-left:16px;list-style-type:none;position:relative}.calculator-mortgage .mortgage-percents ul li:after{content:"/";color:#777a89;margin-left:5px;position:absolute}.calculator-mortgage .mortgage-percents ul li:last-child:after{content:""}.calculator-mortgage .mortgage-percents ul li:hover{color:#4f57a0}.calculator.calculator-mortgage.calculator-mortgage_for-pdf .mortgage-percents ul{display:flex;position:absolute;right:0}.calculator.calculator-mortgage.calculator-mortgage_for-pdf .mortgage-percents ul li{color:#8790e5;cursor:pointer;transition-duration:.3s;margin-left:16px;list-style-type:none;position:relative;padding:0;background-color:initial;margin-right:0;margin-bottom:0}.currencys-seelect__value{cursor:pointer;display:inline-flex;border-radius:20px;padding:5px 15px;transition-duration:.3s}.currencys-seelect__value:hover{background-color:#ecedf0}.currencys-seelect__list{border-radius:15px;background-color:#fff;padding:10px;margin-top:10px;position:absolute;z-index:1}.currencys-seelect__item{cursor:pointer;padding:3px 10px;transition-duration:.3s}.currencys-seelect__item:hover{background-color:#ecedf0;border-radius:20px}.currencys-seelect__item:last-child{margin-bottom:0}.currencys-seelect__rate{margin-left:22px;font-size:13px}.currencys-seelect__arrow{margin-top:6px;margin-left:10px;transition-duration:.2s}.currencys-seelect__arrow.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.currencys-seelect__item.active{color:#ff2d23}.currencys-seelect__item.active .currencys-seelect__rate{color:#8f95ac}.currencys-seelect_infocard .currencys-seelect__value{margin-top:-5px;margin-left:-15px}.currencys-seelect_infocard .currencys-seelect__list{margin-left:-15px}.currencys-seelect_cardlist{width:360px;position:relative;padding:10px 0}.currencys-seelect_cardlist .currencys-seelect__value{align-items:center}.currencys-seelect_cardlist .currencys-seelect__value svg{margin-right:10px}.currencys-seelect_cardlist .currencys-seelect__item{padding:7px 10px}.currencys-seelect_cardlist .currencys-seelect__item:hover{border-radius:5px}.currencys-seelect_cardlist .currencys-seelect__item .currencys-seelect__rate{color:#8f95ac}.currencys-seelect_cardlist .currencys-seelect__cource-cards{margin-left:15px;display:inline-block;color:#8f95ac}.currencys-seelect_cardlist.isOpen{box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:15px 15px 0 0}.thumb_active{border-color:#fff}.card-tile .status-circle{position:absolute;top:20px;right:20px}.card-tile .status-circle .status-circle__tooltip{top:2px;left:20px}.card-tile{position:relative;border:1px solid rgba(143,149,172,.2);border-radius:5px;cursor:pointer;transition:all .3s;margin-bottom:10px;min-height:407px;background-color:#fff}.card-tile:hover{box-shadow:0 2px 10px rgba(143,149,172,.2)}.complex__appartments-card_tile{width:calc(25% - 30px)}@media screen and (max-width:1599px){.complex__appartments-card_tile{width:calc(33.33333% - 22px)}}@media screen and (max-width:1279px){.complex__appartments-card_tile{width:calc(50% - 16px)}}@media screen and (max-width:767px){.complex__appartments-card_tile{width:100%}}.card-tile__image{padding-top:55px;padding-bottom:50px;max-height:265px;display:flex;justify-content:center;border-bottom:1px solid rgba(143,149,172,.2)}.card-tile__image img{object-fit:contain;max-width:100%;max-height:100%;height:159px;padding:0 15px}.card-tile__body{padding:0 18px}.card-tile__label{position:absolute;top:10px;left:20px;display:flex;padding:4px 8px;border:1px solid rgba(143,149,172,.3);border-radius:3px;font-size:14px;line-height:18px}.card-tile__label_assign{background:#8790e5;color:#fff}.card-tile__body{padding:12px 18px 20px}.card-tile__row{display:flex;justify-content:space-between}.card-tile__row+.card-tile__row{margin-top:15px}.card-tile__row{flex:1 1}.card-tile__key,.card-tile__value-small{display:block;font-size:14px;color:#8f95ac}.card-tile__value-small{margin-bottom:12px}.card-tile__value-lg{font-weight:700;font-size:20px;line-height:26px}.card-tile__value{font-weight:700;font-size:14px;line-height:18px}.card-tile__key{margin-bottom:3px}.card-tile_img-full .card-tile__image{padding:0}.card-tile_img-full .card-tile__image img{width:100%;height:265px;object-fit:cover;padding:0}.card-tile_img-full .status-circle{outline:2px solid #fff}.table-compilation-icon{position:relative;height:28px}.table-compilation-icon__hint{position:absolute;left:-200px;background:#fff;z-index:123;top:-8px;height:44px;width:190px;align-items:center;transition-duration:.3s;box-shadow:0 2px 20px rgba(143,149,172,.1);border:1px solid #ecedf0;border-radius:20px;box-sizing:border-box;justify-content:center;display:none}.table-compilation-icon__hint:after{content:"";border:7px solid transparent;border-left-color:#fff;position:absolute;right:-12px;box-shadow:0 2px 20px rgba(143,149,172,.1)}.table-compilation-icon:hover .table-compilation-icon__hint{display:flex}.table-compilation-icon_share{display:inline-block;transition-duration:.3s}.table-compilation-icon_share:hover svg{transition-duration:.3s}.table-compilation-icon_share:hover svg line,.table-compilation-icon_share:hover svg path{stroke:#cf2d23}.complex-custom-view__video-slider,.complex-custom-view__video-slider .swiper-pan,.complex-custom-view__video-slider .swiper-pan .swiper-container{height:100%}.complex-custom-view__main-container{height:490px;overflow:hidden}.complex-custom-view__main-container .swiper-thumbs.swiper-container-thumbs .swiper-wrapper{-webkit-transform:none!important;transform:none!important}.complex-custom-view__main-container .swiper-thumbs-block{position:relative;width:100%;min-width:100%;text-align:center;justify-content:center;margin-top:-30px}.complex-custom-view__main-container .swiper-thumbs-block button.sf-slider-btn{position:absolute;z-index:1;bottom:0;left:25px}.complex-custom-view__main-container .swiper-thumbs-block .swiper-thumbs .swiper-slide{border-radius:50%;overflow:hidden;width:8px;height:8px;background-color:#fff;opacity:.5;cursor:pointer}.complex-custom-view__main-container .swiper-thumbs-block .swiper-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1}.complex-custom-view__main-container .sf__section{margin-bottom:0}.complex-custom-view__main-container .sf__section .h3-l.sf__h3{display:none}.complex-custom-view__main-container .sf__furnish.sf__section .tabs{position:relative}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex{position:absolute;z-index:2;right:20px;top:20px}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .h3.tab-title{display:none}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .tab-list{border-bottom:none;grid-gap:10px;gap:10px}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .tab-list button.tab-btn{min-width:auto;padding:6px 10px;border-radius:50px;background-color:#f6f7f8;color:#777a89;font-weight:400;transition-duration:.3s}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .tab-list button.tab-btn:hover{background-color:#e9eaec}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .tab-list button.tab-btn.tab-btn_active:after{display:none}.complex-custom-view__main-container .sf__furnish.sf__section .tabs .tab-bar.tab-bar_flex .tab-list button.tab-btn.tab-btn_active{background-color:#dfe1e9;cursor:default}.complex-custom-view .complex-custom-view__main-container_genplan .sf-slide.sf-slide_main img{border:1px solid #e0e0e0;box-sizing:border-box;object-fit:contain}.complex-custom-view__genplan-img{height:100%;width:100%;object-position:top;border-radius:20px;border:1px solid #e0e0e0;box-sizing:border-box;object-fit:contain}.complex-custom-view__video-frame{height:100%;width:100%;border-radius:20px}.complex-view-list{margin-top:20px}.complex-view-list__item{height:100px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden}.complex-view-list__item:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.3);z-index:1;transition-duration:.3s}.complex-view-list__item:hover:before{opacity:0}.complex-view-list__item img{position:absolute;left:0;right:0;object-fit:cover;object-position:center;height:100%;width:100%}.complex-view-list__item span{z-index:2;color:#fff;padding-bottom:7px;border-bottom:2px solid transparent}.complex-view-list__item.active span{border-bottom:3px solid #ef372e}.complex-view-list .swiper-container{padding-left:15px;padding-right:15px;width:calc(100% + 30px);margin-left:-15px}.complex-view-list .swiper-button-next,.complex-view-list .swiper-button-prev{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.complex-view-list .swiper-button-next:active:not(.swiper-button-disabled),.complex-view-list .swiper-button-next:hover:not(.swiper-button-disabled),.complex-view-list .swiper-button-prev:active:not(.swiper-button-disabled),.complex-view-list .swiper-button-prev:hover:not(.swiper-button-disabled){background:#f6f7f8}.complex-view-list .swiper-button-next:before,.complex-view-list .swiper-button-prev:before{content:"";width:8px;height:8px;border-top:1px solid #2c2e3e;border-right:1px solid #2c2e3e;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:2px}.complex-view-list .swiper-button-next svg,.complex-view-list .swiper-button-prev svg{width:12px;height:10px}@media screen and (max-width:767px){.complex-view-list .swiper-button-next,.complex-view-list .swiper-button-prev{display:none}}.complex-view-list .swiper-button-next{left:auto;right:0}.complex-view-list .swiper-button-next:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:0;margin-right:2px}.sf__elem-btn.record-not-available{color:#95979f;cursor:default;position:relative}.sf__elem-btn.record-not-available svg path{stroke:#95979f}.sf__elem-btn.record-not-available span{position:absolute;color:#fff;padding:5px 23px 6px;border-radius:20px;background-color:#ef372e;margin-top:65px;margin-left:40px;opacity:0;transition-duration:.3s}.sf__elem-btn.record-not-available span:after{content:"";position:absolute;left:55px;border:7px solid transparent;border-bottom:10px solid #ef372e;top:-15px}.sf__elem-btn.record-not-available:hover span{opacity:1}span.complex__title-text_handed{background-color:#ef372e;color:#fff;padding:3px 15px;border-radius:50px}.actions-slider{width:calc(100% - 200px);margin:60px auto 40px}.actions-slider .tns-controls{margin-top:57px;position:absolute;width:100%}.actions-slider__top-title{margin-left:-100px;display:flex;justify-content:space-between}.actions-slider__top-title span{font-size:14px;color:#8f95ac;font-weight:400;cursor:pointer;margin-right:-100px;transition-duration:.3s}.actions-slider__top-title span:hover{color:#797e93}.actions-slider__slide-inside{border-radius:20px;background-color:#f6f7f8;display:flex;cursor:pointer;height:115px;align-items:center;padding-left:30px;padding-right:30px;transition-duration:.3s}.actions-slider__slide-inside:hover{background-color:#ecedf0}.actions-slider__icon{margin-right:20px}.actions-slider .h4-l.sf__promo-title{margin-bottom:5px}.actions-slider .tns-outer{position:relative}.actions-slider .tns-controls button{font-size:0;position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-60px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition-duration:.3s}.actions-slider .tns-controls button:hover{background:#f1f1f1}.actions-slider .tns-controls button:after{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjA4OCAxNS4wOTRsMy0zLjA1NS0zLTMuMDU1IiBzdHJva2U9IiMyQzJFM0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");width:24px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:150%;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;transform-origin:center}.actions-slider .tns-controls button:disabled{background-color:rgba(0,0,0,.02)}.actions-slider .tns-controls button[data-controls=next]{right:-60px;left:auto}.actions-slider .tns-controls button[data-controls=next]:after{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjA4OCAxNS4wOTRsMy0zLjA1NS0zLTMuMDU1IiBzdHJva2U9IiMyQzJFM0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");width:24px;height:24px;background-repeat:no-repeat;background-position:50%;background-size:150%;-webkit-transform:rotate(1turn);transform:rotate(1turn);-webkit-transform-origin:center;transform-origin:center}.complex__bottomvideo .sf__video-image img{width:auto;object-fit:contain;height:auto}.apt-modal__map{height:492px;border-radius:20px;overflow:hidden;border:1px solid #dfe1e9}@media screen and (max-width:1279px){.apt-modal__map{height:432px}}.apt-modal__header{display:flex;flex-direction:column}.apt-modal__title{display:flex;align-items:center;margin-top:30px}.apt-modal__status{display:inline-flex;align-items:center;border-radius:20px;margin-left:10px;height:28px}.apt-modal__status svg{margin-right:2px}@media screen and (max-width:767px){.apt-modal__status{margin-left:0}}.apt-modal__status.label-item{padding:5px 9px 6px}.apt-modal__header-second{display:flex;justify-content:space-between}.apt-modal__fullinfo-link{color:#ff2d23;transition-duration:.3s;margin-top:19px;height:-webkit-max-content;height:max-content}.apt-modal__fullinfo-link svg{margin-left:7px;margin-bottom:-4px}.apt-modal__fullinfo-link:hover{color:#cf2d23}.apt-modal__fullinfo-link:hover svg path{stroke:#cf2d23}.apt-modal .label_green svg circle,.apt-modal .label_green svg line{stroke:#2cba2e}.apt-modal .label_red svg circle,.apt-modal .label_red svg line{stroke:#ff2d23}.apt-modal .label_yellow svg circle,.apt-modal .label_yellow svg line{stroke:#fba200}.apt-modal .flat__images{margin-top:0;margin-bottom:0}.apt-modal .flat__image{padding:0}.sf__detail-contactSlider{position:relative;margin-bottom:15px}.sf__detail-contactSlider .tns-outer{display:grid}.sf__detail-contactSlider .tns-horizontal.tns-subpixel>.tns-item{display:inline-flex}.sf__detail-contactSlider .slider__nav-wrap{border:none}.sf__detail-contactSlider .tns-nav{text-align:center;position:absolute;width:100%;bottom:5px;z-index:1}.sf__detail-contactSlider .tns-nav button{width:6px;height:6px;border-radius:50%;margin:0 5px;padding-right:0}.sf__detail-contactSlider .tns-nav button.tns-nav-active{background-color:#ff2d23}.tabs-container{max-width:728px}.contact-card{border:1px solid #dfe1e9;border-radius:20px;padding:30px;box-sizing:border-box;display:flex;align-items:flex-start}.contact-card__img{width:70px;height:70px;border-radius:50%;overflow:hidden}.contact-card__img img{object-fit:cover}.contact-card--apt-modal{padding:0;margin-bottom:20px;border:none}.contacts-card-user{margin-left:20px;width:calc(100% - 90px)}.contacts-card-user__name{margin:0;padding:0;font-weight:700;font-size:14px;line-height:18px}.contacts-card-user__post{margin-top:6px;font-size:14px;line-height:18px;color:#777a89}.contacts-card-user-info{margin-top:12px;display:flex;align-items:center}.contacts-card-user-info__phone{font-size:14px;line-height:18px;color:#2c2e3e}.contacts-card-user-info__phone a{color:#2c2e3e}.contacts-card-user-info svg{margin-left:20px}.contacts-card-user-info svg path{transition-duration:.3s}.contacts-card-user-info svg path:hover{fill:#ecedf0;transition-duration:.3s}.residence-hint{display:flex;margin-bottom:20px}.residence-hint__icon{margin-right:15px;flex-shrink:0}.residence-hint__title{color:#2cba2e;margin-bottom:5px;font-weight:700;font-size:14px;line-height:18px}.residence-hint__text{color:#8f95ac}.residence-hint_bottom-border{border-bottom:1px solid #dfe1e9;padding-bottom:20px}.da{display:none;position:fixed;top:0;bottom:0;right:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:9999;background-color:#1e2030;color:#fff}@media screen and (max-width:767px){.da{display:flex}}.da.hidden{display:none}.da__container{width:290px;max-width:100%;margin-left:auto;margin-right:auto;display:flex;height:100%;flex-direction:column;align-items:center;margin-top:60px}.da__title{font-weight:700;font-size:35px;line-height:35px}.da__text,.da__title{margin-bottom:15px;text-align:center}.da__text{font-weight:300;font-size:18px;line-height:24px}.da__smile{font-size:40px;margin-bottom:40px}.da__item+.da__item{margin-top:18px}.da__thanks{margin-top:65px;font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase;text-align:center;letter-spacing:.3px;color:#8f95ac}.autopan-trigger{position:relative;font-size:14px;line-height:30px;background-color:rgba(143,149,172,.1);padding:0 12px;border-radius:4px;margin-top:10px;margin-right:7px;text-decoration:none;display:inline-flex;align-items:center;align-self:flex-start;color:#8f95ac;cursor:pointer;transition:background-color .15s ease-in-out}.autopan-trigger .icon{margin-left:8px;width:20px;height:20px}.autopan-trigger:after{content:"Просмотр объекта с АвтоПАН";position:absolute;left:80%;top:-100%;z-index:1;background:#fff;font-size:11px;padding:5px 10px;box-shadow:0 2px 10px rgba(44,46,62,.2);border-radius:4px;white-space:nowrap;color:#2c2e3e;font-weight:700;display:none}.autopan-trigger:hover{background-color:rgba(143,149,172,.2)}.autopan-trigger:hover:after{display:block}@media screen and (max-width:640px){.autopan-trigger:hover:after{content:"";display:none}}.autopan-trigger_detail{position:relative;top:-4px;min-width:180px;margin-top:0;margin-right:0;margin-left:auto;align-self:center;color:#ff2d23;font-weight:400}@media screen and (max-width:640px){.autopan-trigger_detail{margin-top:15px}}.autopan-trigger_detail .icon{fill:#2c2e3e}.contacts-schedule{display:flex;align-items:center;height:80px;padding:0 50px;background:#8f95ac;border-radius:4px;color:#fff;margin-bottom:45px}@media screen and (max-width:1023px){.contacts-schedule{flex-direction:column;height:auto;padding:20px 30px;justify-content:center;margin-left:10px;margin-right:10px;margin-bottom:25px}}.contacts-schedule__title{font-size:20px;font-weight:700}@media screen and (max-width:1023px){.contacts-schedule__title{margin-bottom:5px}}.constacts-schedule__item{display:flex;align-items:baseline;margin-right:60px}@media screen and (max-width:1279px){.constacts-schedule__item{margin-right:25px}}@media screen and (max-width:1023px){.constacts-schedule__item{margin-right:0}}.constacts-schedule__item:last-of-type{margin-right:0}.contacts-schedule__days{margin-right:14px;font-size:16px;font-weight:700}.contacts-schedule__time{font-size:21px;font-weight:300}.custom-table__card{padding-bottom:0}.custom-table__empty{text-align:center;margin:20px 0}.motivation__table_fee{align-items:flex-start}.motivation__object-header.motivation__table_object{align-items:flex-start;padding-top:12px}.motivation__fee-item,.motivation__object-item{align-items:center;height:auto}.motivation__fee-header,.motivation__object-header{padding-top:6px;padding-bottom:20px}.motivation__table-conditions{position:relative;padding-top:8px}.motivation__table-conditions .info{position:absolute;left:0}.motivation__table-conditions .label__text{padding-left:35px}.motivation__builder{flex-direction:column}.motivation__builder-logo{max-width:100%;margin-top:10px}.motivation__builder-logo img{width:auto;object-fit:contain}.motivation__fee-item .label-item{max-width:100%;white-space:pre-line}.label-item{padding:6px 9px}.motivation__sticky{position:-webkit-sticky;position:sticky}.motivation__period{display:flex;grid-gap:40px;gap:40px;margin-top:-15px}.motivation__period span{display:flex;grid-gap:10px;gap:10px;align-items:center}.act-info-header{display:flex;justify-content:center;flex-direction:column;margin-bottom:22px;padding:0}.act-info-header__title{font-weight:700;font-size:18px;line-height:20px;display:flex;align-items:center}.act-info-header__title svg{margin-right:10px}.act-info-header__description{color:#777a89;font-size:14px;line-height:18px;font-weight:400;margin-top:3px;padding-bottom:20px;border-bottom:1px solid #dfe1e9}.act-info-header__link{text-decoration:underline;color:#2cba2e;transition-duration:.3s}.act-info-header__link:hover{transition-duration:.3s;color:#99d59a}.act-info-header--just-act{padding:30px;border-radius:20px;background-color:#f6f7f8}.act-info-header--just-act .act-info-header__description{border-bottom:none;padding-bottom:0}.common-info{background-color:#f6f7f8;padding:30px;box-sizing:border-box;border-radius:20px;margin-bottom:30px}.color-status{padding:4px 11px;border-radius:50px;font-size:13px;font-weight:400;margin-bottom:-4px;margin-top:-4px}.color-status--completed{background-color:#dff5e0;color:#2cba2e}.color-status--inwork{background-color:#fff4cb;color:#ffa100}.color-status--booking{background-color:#e6f3ff;color:#67b2f8}.color-status--waiting{background-color:#ecedf0;color:#777a89}.common-info-list-item{display:flex;justify-content:space-between;margin-top:18px;align-items:center}.common-info-list-item:first-child{margin-top:0}.common-info-list-item__value{color:inherit;font-weight:700;font-size:14px;line-height:18px}.common-info-list-item__label{color:#777a89}.uploadedr-docs{padding:30px;background-color:#f6f7f8;border-radius:20px;margin-bottom:30px}.uploadedr-docs__title{font-weight:700;font-size:14px;line-height:18px;color:#2c2e3e;margin:0 0 20px}.sf__detail-col_for-object .contact-card{border:none;padding:0}.new-tabs{margin-top:10px;position:relative}.common-link{position:absolute;right:0;top:15px;display:flex;align-items:center;color:#ff2d23;transition-duration:.3s}.common-link svg{margin-bottom:-3px;margin-right:9px}.common-link:hover{color:#cf2d23;transition-duration:.3s}.common-link:hover svg path{stroke:#cf2d23}.common-link.common-link_dark{color:#2c2e3e;cursor:pointer}.common-link.common-link_dark:hover{color:#cf2d23}.tabs-nav{border-bottom:1px solid #dfe1e9;margin-bottom:30px;display:flex;width:-webkit-max-content;width:max-content}.tabs-nav-item__button{background-color:initial;min-width:140px;text-align:center;padding:15px 30px;position:relative;cursor:pointer;color:inherit;display:inline-block;font-family:inherit;font-weight:700;font-size:14px;line-height:18px}.tabs-nav-item__button:before{content:"";height:3px;width:100%;background-color:#dfe1e9;position:absolute;bottom:-2px;left:0;right:0;opacity:0;transition-duration:.3s}.tabs-nav-item__button:hover:before{opacity:1;transition-duration:.3s}.tabs-nav-item__button--active:before{opacity:1;transition-duration:.3s;background-color:#ff2d23}.tabs-nav-item__button--active:hover{cursor:default}.tabs-nav-item__button--active:hover:before{background-color:#ff2d23}.small-five-title{text-transform:none;font-weight:700;font-size:16px;line-height:18px;margin-bottom:20px}.deal-contacts-grid{display:flex;flex-wrap:wrap}.deal-contacts-grid>.contact-card{margin:0 20px 20px 0;width:calc(50% - 10px)}.deal-contacts-grid>.contact-card:nth-child(2n){margin-right:0}.deal-description-list{margin-bottom:30px}.deal-description-list__item{list-style-type:none;font-weight:400;color:#2c2e3e;margin-bottom:3px}.deal-description-list__item:last-child{margin-bottom:0}.requests_select-filter .checkbox__label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.requests_select-filter .checkbox{max-width:100%}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotating-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes rotating-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes bounceBottom{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(5px);transform:translateY(5px)}60%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes bounceBottom{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(5px);transform:translateY(5px)}60%{-webkit-transform:translateY(5px);transform:translateY(5px)}}.rotating{-webkit-animation:rotating 16s linear infinite;animation:rotating 16s linear infinite}.rotating-reverse{-webkit-animation:rotating-reverse 16s linear infinite;animation:rotating-reverse 16s linear infinite}.ten-years-label{display:flex;justify-content:center;align-items:center;padding:5px 8px;margin-left:10px;margin-top:10px;background:#ff2d23;color:#fff;border-radius:3px;text-transform:uppercase;font-size:12px;font-weight:700}.ten-years-label_placeholder{display:inline;position:relative;top:-7px}.ten__placeholder{max-width:690px;margin:0 auto;text-align:center;flex-direction:column}.ten__placeholder .button{display:inline-flex;margin-bottom:100px}.ten__placeholder-img{display:block;margin:30px auto}.ten__rating-title{width:100%;justify-content:center}.ten__rating-title_placeholder{flex-direction:column;max-width:690px;text-align:center;margin:0 auto}.ten__score{display:flex;justify-content:center;max-width:720px;padding:10px 15px 15px;margin:0 auto 45px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.ten__table{max-width:970px;margin:0 auto 45px}.ten__table tr{cursor:default}.ten__table th:first-child,.ten__table th:nth-child(4){text-align:center}.ten__score-icon{width:28px;height:28px;background:#1e2030;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 5px 0 28px}.ten__score-icon .icon{width:15px;stroke:#fff}.ten__score-change{display:flex;align-items:center;margin-left:28px}.ten__score-change.plus{color:#2cba2e}.ten__score-change.plus .ten__score-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background:#2cba2e}.ten__score-change .ten__score-count{width:50px;color:#000;text-align:right}.ten__score-change.minus{color:#ff2d23}.ten__score-change.minus .ten__score-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg);background:#ff2d23}.ten__score-key{padding-right:15px}.ten__score-value{padding-right:25px}.ten .track-anchor{position:relative;top:-100px}.ten .big-text{font-weight:300}.ten .slider-nav{margin-right:25px}.ten .slider-nav__wrapper{position:relative;display:flex;width:100px;height:60px;border-radius:30px;border:1px solid rgba(143,149,172,.3);overflow:hidden}.ten .slider-nav__wrapper:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1px;height:30px;background:rgba(143,149,172,.2)}.ten .slider-nav__item{width:50%;display:flex;outline:none;cursor:pointer;align-items:center;justify-content:center;transition:all .15s ease-in-out}.ten .slider-nav__item:hover{background-color:rgba(143,149,172,.2)}.ten .slider-nav__item .icon{width:6px;height:11px}.ten__container{width:1320px;padding:0 20px;max-width:100%;margin:0 auto}@media screen and (max-width:1599px){.ten__container{width:1070px}}.ten__dark{color:#fff;background:linear-gradient(157.13deg,#1e2030 26.3%,#0b0d18 68.17%)}.ten__header{display:flex;justify-content:space-between;align-items:center}.ten__first-screen{height:calc(100vh - 134px)}.ten__first-screen,.ten__promo{position:relative;display:flex;flex-direction:column}.ten__promo{justify-content:center;flex-grow:1;background:url(/static/media/ten.3c7fa44e.svg) no-repeat top;background-size:contain}.ten__h1{display:flex;justify-content:space-between;align-items:flex-start;font-size:120px;line-height:130px;font-weight:700;text-transform:uppercase}.ten__h1-highlighted{padding:0 30px;background:#ff2d23;border-radius:8px}.ten__h1-content-text{margin-right:60px;padding-left:30px}.ten__h1-content,.ten__mouse{display:flex}.ten__mouse{position:absolute;left:0;bottom:55px;flex-direction:column;justify-content:center;align-items:center;width:100%}.ten__mouse_static{position:static;padding-bottom:15px;cursor:pointer}.ten__mouse-arrow{-webkit-animation:bounceBottom 2s ease-in-out infinite;animation:bounceBottom 2s ease-in-out infinite}.ten__mouse-arrow .icon{width:12px;stroke:#fff;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ten__mouse_black .icon{stroke:#2c2e3e}.ten__mouse-text{margin-bottom:8px;font-size:14px;line-height:18px;color:#2c2e3e}.ten__start{padding:170px 0;background:url(/static/media/one-group.e9c33d80.svg) no-repeat 100%}.ten__start-block{max-width:500px}.ten__title{font-size:42px;line-height:45px;font-weight:300;text-transform:uppercase}.ten__start-text,.ten__start-title{margin-bottom:45px}.ten__start-text{font-weight:300}.ten__start-btn{padding:22px 126px}.ten__info{padding-top:110px;padding-bottom:200px;background:url(/static/media/waves.7ee0654c.svg) no-repeat;background-position:bottom 0 left 10%}.ten__info-title{position:relative;display:flex;flex-direction:column;align-items:center;max-width:840px;margin:0 auto 90px;text-align:center}.ten__info-title:after{content:"";width:66px;height:2px;margin-top:70px;background:#ff2d23}.ten__info-content{display:flex}.ten__info-block{display:flex;flex-direction:column;max-width:830px;padding-right:75px;background:url(/static/media/half-separator.c41663fc.svg) no-repeat 100% 0}.ten__info-block_socials{width:830px;max-width:100%}.ten__info-text{margin-bottom:30px;font-size:20px;line-height:30px;text-transform:uppercase;color:#8f95ac}.ten__info-text b{color:#fff}.ten__info-descr{font-size:26px;line-height:35px;font-weight:300;color:#8f95ac}.ten__info-descr b{color:#fff;font-weight:300}.ten__info-descr:first-of-type{margin-bottom:25px}.ten__info-descr_socials{max-width:590px;display:flex;align-items:center}@media screen and (max-width:1599px){.ten__info-descr{font-size:24px;line-height:32px}}.ten__info-aside{width:230px;margin-left:45px}@media screen and (max-width:1599px){.ten__info-aside{margin-left:24px}}.ten__info-counter{display:block;margin-bottom:40px;font-weight:700;font-size:52px;line-height:45px}@media screen and (max-width:1599px){.ten__info-counter{font-size:42px;margin-bottom:20px}}.ten__info-sign{font-weight:300;font-size:21px;line-height:30px;color:#8f95ac}.ten__path{position:relative;padding:0;display:flex;flex-direction:column;justify-content:center;margin-bottom:100px;overflow:hidden}.ten__path .wrapper{display:flex;width:574px;margin:60px 0 0;padding-top:100px;padding-left:190px;background:#fff url(/static/media/waves-sm.c3da9754.svg) no-repeat top}@media screen and (max-width:1599px){.ten__path .wrapper{width:415px;padding-left:60px}}.ten__path-container{display:flex;width:9856px;height:650px;background:url(/static/media/path.92f926f2.svg) no-repeat;background-position-x:520px;background-position-y:center;transition:all .3s ease}@media screen and (max-width:1599px){.ten__path-container{background-size:contain}}.ten__path-container_2010{background-position-x:520px}@media screen and (max-width:1599px){.ten__path-container_2010{background-position-x:320px}}.ten__path-container_2011{background-position-x:-480px}@media screen and (max-width:1599px){.ten__path-container_2011{background-position-x:-480px}}.ten__path-container_2012{background-position-x:-1380px}@media screen and (max-width:1599px){.ten__path-container_2012{background-position-x:-1260px}}.ten__path-container_2013{background-position-x:-2280px}@media screen and (max-width:1599px){.ten__path-container_2013{background-position-x:-1980px}}.ten__path-container_2014{background-position-x:-3020px}@media screen and (max-width:1599px){.ten__path-container_2014{background-position-x:-2680px}}.ten__path-container_2015{background-position-x:-3880px}@media screen and (max-width:1599px){.ten__path-container_2015{background-position-x:-3380px}}.ten__path-container_2016{background-position-x:-4730px}@media screen and (max-width:1599px){.ten__path-container_2016{background-position-x:-4130px}}.ten__path-container_2017{background-position-x:-5680px}@media screen and (max-width:1599px){.ten__path-container_2017{background-position-x:-4880px}}.ten__path-container_2018{background-position-x:-6450px}@media screen and (max-width:1599px){.ten__path-container_2018{background-position-x:-5580px}}.ten__path-container_2019{background-position-x:-7250px}@media screen and (max-width:1599px){.ten__path-container_2019{background-position-x:-6250px}}.ten__path-container_2020{background-position-x:-8190px}@media screen and (max-width:1599px){.ten__path-container_2020{background-position-x:-6990px}}.ten__path-slogan{position:absolute;right:15%;top:10%}@media screen and (max-width:1599px){.ten__path-slogan{top:5%;right:5%}}.ten__path-block{display:flex;flex-direction:column;width:0;max-width:100%;opacity:0}.ten__path-block.active{width:320px;transition:opacity .8s ease-in-out;opacity:1}.ten__path-year{margin-bottom:20px;font-size:100px;line-height:100px;font-weight:700;color:#ff2d23}.ten__path-btn{display:flex;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:60px;background:rgba(143,149,172,.08);border-radius:50%;font-size:32px;color:#2c2e3e;transition:all .3s}.ten__path-btn:hover{color:#fff;background:#2c2e3e}.ten__path-title{margin-bottom:30px}.ten__path-rail{position:relative;margin-top:0;margin-bottom:40px;padding-top:15px;padding-bottom:30px}.ten__path-dots{display:flex;justify-content:space-between;padding-left:140px}@media screen and (max-width:1599px){.ten__path-dots{padding-left:90px}}.ten__path-dot{cursor:pointer;padding:6px 18px;border-radius:100px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);font-size:14px;line-height:18px;color:#8f95ac;background:transparent;transition:all .3s}.ten__path-dot.active{background:#2c2e3e;color:#fff}.ten__path-bar{position:absolute;left:0;bottom:0;height:4px;background:#2c2e3e;transition:all .3s ease}.ten__box{width:1220px;max-width:100%;margin:0 auto 30px;box-shadow:0 2px 70px rgba(143,149,172,.14);border-radius:5px}.ten__box-header{position:relative;display:flex;flex-direction:column;justify-content:center;height:220px;padding:0 125px;background-image:url(/static/media/bg-header.fde087a9.svg);background-color:#2c2e3e;background-repeat:no-repeat;background-size:cover;background-position:-130px}.ten__box-header_start{position:relative;z-index:2;background:transparent}.ten__box-header-wrapper{position:relative}.ten__box-header-wrapper:before{height:280px;background-color:#2c2e3e}.ten__box-header-wrapper:after,.ten__box-header-wrapper:before{content:"";position:absolute;width:100%;left:0;bottom:0;z-index:1}.ten__box-header-wrapper:after{height:345px;background-image:url(/static/media/blocks-and-car.825e3a70.svg)}.ten__box-title{position:relative;z-index:2;max-width:430px;font-size:35px;line-height:45px;font-weight:300;text-transform:uppercase;color:#fff}.ten__box-header_top{height:280px}.ten__box-header_top .ten__box-title{max-width:510px}.ten__box-header_resale .ten__box-title{max-width:660px}.ten__box-header_education .ten__box-title{max-width:510px}.ten__box-header_track .ten__box-title{max-width:450px}.ten__box-bg-img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:280px}.ten__box-header_top .ten__box-bg-img{right:95px}.ten__box-subtitle{margin-top:20px}.ten__box-body{display:flex;flex-direction:column;padding:45px 0 55px}.ten__box-row{position:relative;display:flex;width:100%;padding:0 85px}.ten__box-row+.ten__box-row{margin-top:35px}.ten__box-content{display:flex;padding:0 85px 70px}.ten__box-content_no-pb{padding-bottom:0}.ten__box-content .ten__box-row{padding:0}.ten__box-content .ten__box-counter{font-size:60px}.ten__box-content .ten__box-item{padding-top:5px}.ten__box-content_pr-sm{padding-right:25px}.ten__box-col{width:50%;margin-right:80px}.ten__box-col:last-of-type{margin-right:0}.ten__box-info{display:flex;margin-top:20px;font-size:18px;line-height:24px;font-weight:300;color:#8f95ac}.ten__box-info .info{margin-right:15px;flex-shrink:0}.ten__gray{color:#8f95ac}.ten__box-sign{margin-bottom:15px}.ten__box-subtitle{font-size:21px;line-height:30px;font-weight:300;color:#8f95ac}.ten__box-counter{margin-right:25px;font-size:70px;line-height:1;font-weight:900;color:rgba(143,149,172,.1)}.ten__box-inforow{display:flex}.ten__box-inforow .ten__box-info{display:flex;flex-direction:column;align-items:flex-start;width:320px;margin-right:180px}.ten__box-inforow .ten__box-info:last-of-type{margin-right:0}.ten__box-action{max-width:590px;font-size:26px;line-height:32px;padding-right:70px}.ten__box-action b{font-weight:700}.ten__box-action+.ten__box-action{margin-top:5px}.ten__box-graytext{margin-top:10px}.ten__label{display:inline-flex;padding:8px 28px;background:rgba(143,149,172,.1);border-radius:100px;color:#8f95ac;font-weight:400}.ten__label_bold{font-weight:700;color:#2c2e3e}.ten__label_blue{font-weight:700;background:#8790e5;color:#fff}.ten__label_or{margin:20px 0!important;padding:8px 48px}.ten__red{color:#ff2d23}.ten__underline{border-bottom:1px solid #ff2d23}.ten__box-item{display:flex;flex-direction:column;align-items:flex-start;padding-top:20px;font-weight:300}.ten__box-action+.ten__label{margin-top:15px}.ten__slider{display:flex;width:950px}.ten__slider-item{display:flex;flex-direction:column;align-items:flex-start;width:170px;height:100%;margin-right:85px}.ten__slider-item:last-of-type{margin-right:0}.ten__slider-title{margin-top:10px;font-weight:700}.ten__slider-imgbox{display:flex;justify-content:center;align-items:center;width:100%;height:196px;margin-top:20px;background:rgba(143,149,172,.1);border-radius:12px}.ten__button{display:inline-flex;margin:45px auto 0}.ten__inside-button{display:inline-flex;margin:25px auto 50px}.ten__accordion-header{position:relative;cursor:pointer}.ten__accordion-btn{position:absolute;right:125px;top:50%;width:60px;height:60px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;background:#474a61;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer}.ten__accordion-btn:hover{background:rgba(71,74,97,.8)}.ten__accordion-btn .icon{font-size:18px;stroke:#fff;fill:transparent}.ten__accordion-btn.opened{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.ten__accordion-panel{padding-top:15px;max-height:3000px;transition:all .2s ease-out}.ten__accordion-panel.hidden{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;margin:0}.ten__box-subheader{display:flex;align-items:center;padding:20px 60px;margin:0 30px 30px;background:rgba(143,149,172,.08);border-radius:5px}.ten__box-subheader_pr-sm{padding-right:10px}.ten__box-subheader .separator{width:1px;height:57px;margin:0 35px;background:rgba(143,149,172,.3);-webkit-transform:rotate(25deg);transform:rotate(25deg)}.ten__box-subheader b{flex-shrink:0;font-weight:700}.ten__box-subheader p{color:#8f95ac}.ten__box-half{display:flex;flex-direction:column}.ten__box-half:first-child{flex-shrink:0;padding-right:35px;background:url(/static/media/half-separator.c41663fc.svg) no-repeat 100% 0}.ten__box-half:last-child{padding-left:90px;justify-content:center}.ten__box-half:last-child.ten__box-half_wide{padding-left:35px}.ten__box-half:last-child.ten__box-half_wide .ten__box-prize{width:100%}.ten__box-half_50{width:50%}.ten__box-half_50:first-child{padding-right:0;background:none}.ten__box-half_50:last-child{padding-left:0}.ten__box-half_50 .ten__box-action{padding-right:25px}.ten__box-half_ticket:last-child{padding-left:60px}.ten__box-half_ticket .ten__box-bonus{width:232px}.ten__box-prize{width:140px;margin-bottom:35px}.ten__box-prize:first-of-type{margin-top:20px}.ten__box-prize:last-of-type{margin-bottom:0}.ten__box-prize .ten__label{margin-bottom:10px}.ten__box-bonus{display:flex;flex-direction:column;width:185px;margin:auto}.ten__old-price{text-decoration:line-through;color:#8790e5}.ten__current-price{font-size:42px;line-height:45px;font-weight:700;margin-bottom:5px}.ten__sub-price{margin-top:15px;font-size:21px;line-height:24px;font-weight:300;color:#8f95ac}.ten__sub-price+.ten__label{margin-top:15px}.ten__books{width:310px;margin-top:10px}.ten__books li{margin-bottom:15px}.ten__books li:last-child{margin-bottom:0}.ten__books span{color:#8f95ac}.ten__info_socisals{background-image:url(/static/media/waves-reverse.796b6ec6.svg),linear-gradient(113.49deg,#1e2030 45.95%,#0b0d18 82.94%);background-position:top 0 left 10%}.ten__info_socisals .ten__info-title{color:#fff}.ten__info_socisals .ten__info-counter{font-size:35px;color:#fff;text-transform:uppercase}.ten__info_socisals .ten__info-aside{width:330px}.ten__social{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin-right:45px;background:rgba(143,149,172,.2);border-radius:50%;transition:all .3s}.ten__social:hover{background:#ff2d23}.ten__social:hover .icon{fill:#fff}.ten__social:active{opacity:.8}.ten__social_sm{width:46px;height:46px;margin-right:30px}.ten__social .icon{fill:#8f95ac;width:2em;height:1.2em;transition:all .3s}.ten__messengers{display:flex}.ten__messengers li:last-child .ten__social{margin-right:0}.ten__messengers .icon{width:22px;height:22px}.ten__register{position:fixed;left:0;bottom:0;width:100%;z-index:9;background:#fff;box-shadow:0 2px 70px rgba(143,149,172,.14)}.ten__register .big-text{display:flex;font-weight:700;margin-bottom:5px}.ten__register p{font-weight:300}.ten__register-flex{display:flex;justify-content:space-between;align-items:center;height:130px}.ten__register-info{width:440px;max-width:100%}.ten__register-btn{padding:22px 88px}.ten__text{margin-bottom:10px;font-size:16px;line-height:24px;font-weight:300;color:#8f95ac}.ten__text_mt-15{margin-top:15px}.ten__text .link{color:inherit}.ten__box-add{max-width:590px;margin-top:25px;font-size:21px;line-height:24px;font-weight:300;color:#8f95ac}.ten__box-blurwrapper{position:relative}.ten__box-blurwrapper:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.ten__box-blurtext{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.ten__box-blur{-webkit-filter:blur(5px);filter:blur(5px)}.ant-table{font-variant:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;color:#1e2030;z-index:unset}.client__value{word-break:break-word}.custom-select-high{width:195px!important}.pan-table.for-clients .custom-select__selected .label-item{padding-left:0}.option-small-padding{padding:8px}.clients__download{cursor:pointer}.clients__crm-data{position:relative}.clients__crm-data .mini-filter .form{background-color:initial;padding:0}.clients__crm-data .mini-filter .form .form__drop-btn{background-color:#f6f7f8}.clients__crm-data .mini-filter{margin-bottom:0}.clients__crm-data .clients__filter-col_search .input_type_search .input__control{background-color:#f6f7f8}.clients__crm-data .mini-filter .form .clients__filter-col{margin-right:20px}.clients__crm-data .mini-filter .form .clients__filter-col:last-child{margin-right:0}.clients__crm-data .flats__row-table table{padding-left:0;padding-right:0}.clients__crm-data .ant-table-container table>thead>tr:first-child th:first-child{border-radius:5px 0 0 5px}.clients__crm-data .ant-table-container table>thead>tr:first-child th:last-child{border-radius:0 5px 5px 0}.clients__crm-data .ant-table-container table>tbody>tr td:first-child{border-radius:5px 0 0 5px}.clients__crm-data .ant-table-container table>tbody>tr td:last-child{border-radius:0 5px 5px 0}.clients__crm-data .mini-filter .form{margin-left:0;margin-right:0;width:calc(100% - 600px)}.clients__crm-data .clients__filter-col_search{flex:1 1 270px}@media screen and (max-width:1599px){.clients__crm-data .mini-filter .form{width:calc(100% - 350px)}}@media screen and (max-width:1279px){.clients__crm-data .mini-filter .form{width:calc(100% - 250px)}.clients__crm-data .clients__filter-col_search{flex:1 1 210px}}.button_addClientFromCrm{position:absolute;top:0;right:0}.table__controls.table__controls_fromCrm{justify-content:flex-start;margin-bottom:15px;margin-top:30px}.table__controls.table__controls_fromCrm .button_view_control:first-child{margin-left:0;padding-left:0}.table__controls.table__controls_fromCrm .button_view_control{height:auto;color:#8f95ac}.table__controls.table__controls_fromCrm .button_view_control:hover{box-shadow:none;color:#ff2d23}.mini-filter__grid.mini-filter__grid_fromCrmPresentation{justify-content:flex-start}.mini-filter__grid.mini-filter__grid_fromCrmPresentation .clients__filter-col{min-width:170px;flex:0 1}.add-client-redesign{display:flex;grid-gap:10px;gap:10px;padding:20px 100px 10px;justify-content:center}.add-client-redesign__left{width:340px;min-width:340px}.add-client-redesign__left,.add-client-redesign__part{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.add-client-redesign__part{border:1px solid #dfe1e9;border-radius:20px;padding:20px}.add-client-redesign__right{width:340px;min-width:340px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.add-client-redesign .custom-select__selected,.add-client-redesign .input_type_form .input__control,.add-client-redesign .textarea__control{background-color:#f6f7f8;box-shadow:none}.add-client-redesign .input_type_upload-btn{background-color:#f4f4f7;width:300px;color:#8f95ac;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.add-client-redesign .lk-form__row_files{flex-direction:column}.add-client-redesign .lk-form__row_files .file-up{margin-top:0}.add-client-redesign .lk-form__files{display:flex}.add-client-redesign .lk-form__files-hint{display:flex;grid-gap:10px;gap:10px;color:#8f95ac}.add-client-redesign .lk-form__files-hint svg{flex-shrink:0}.lk-meetings__banner{position:relative;display:flex;align-items:center;justify-content:center;height:110px;border:1px solid rgba(143,149,172,.2);border-radius:5px;margin-bottom:50px;color:#1e2030}@media screen and (max-width:640px){.lk-meetings__banner{background:#8790e5;color:#fff;margin:20px 10px 30px}}.lk-meetings__banner-icon{position:absolute;width:100%;height:100%}.lk-meetings__banner-title{text-align:center}@media screen and (max-width:640px){.lk-meetings__banner-title{z-index:1}}.lk-meetings__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media screen and (max-width:640px){.lk-meetings__header{align-items:flex-start;flex-direction:column;margin-left:10px;margin-right:10px}}.lk-events__time{white-space:nowrap;margin-right:30px}.checkbox__input,.checkbox__marker{z-index:0}.lk-meetings__leaf-icon{bottom:0;left:0;position:absolute}@media screen and (max-width:640px){.lk-meetings__title{margin-bottom:15px}}@media screen and (max-width:640px){.lk-meetings__table{margin:0 10px 50px}.lk-meetings__table .flats__row-table-expanded{padding-right:0}}@media screen and (max-width:374px){.lk-meetings__table .orders__table-client{width:100px}}@media screen and (max-width:640px){.lk-meetings__table-name{display:flex;white-space:normal;width:130px}}@media screen and (max-width:374px){.lk-meetings__table-name{width:110px}}@media screen and (max-width:640px){.lk-meetings__all{text-align:center;width:100%}}@media screen and (max-width:640px){.lk-events__date{align-items:flex-start;flex-direction:column}}@media screen and (max-width:640px){.lk-events__time{margin:5px 0 0}}.assignation-reservation.for-meetings{padding-top:300px}@media screen and (max-width:767px){.assignation-reservation.for-meetings{padding-top:0}}.assignation-reservation.for-meetings .modal__title{margin-bottom:48px}.assignation-reservation.for-meetings .assignation-reservation__header{height:290px;top:-40px}.assignation-reservation.for-meetings .assignation-reservation__header svg{height:100%}@media screen and (max-width:767px){.assignation-reservation.for-meetings .modal-form__item.for-date{flex-basis:100%;width:100%}.assignation-reservation.for-meetings .modal-form__item.for-time{flex-basis:60%;margin-top:15px;width:60%}.assignation-reservation.for-meetings .modal-form__item.for-time .modal-form__row{flex-direction:row}.assignation-reservation.for-meetings .modal-form__item.for-time .modal-form__item{margin:0}.assignation-reservation.for-meetings .modal-form__item.for-time .modal-form__item+.modal-form__item{margin-left:15px}.assignation-reservation.for-meetings .modal-form__row.for-shedule{flex-direction:row}}@media screen and (max-width:640px){.lk-events__eventCancel-info{margin-top:5px}.lk-events__eventCancel-info .lk-events__date{align-items:center;flex-direction:row}.lk-events__eventCancel-info .lk-events__time{margin:0 0 0 15px}}@media screen and (max-width:640px){#reservation-new-client{background:none;padding:0}}.forced-visible,.info__popup:hover{opacity:1!important;-webkit-transform:translateX(0)!important;transform:translateX(0)!important;pointer-events:auto!important}.mb-50{margin-bottom:50px}.mb-25,.mb-50{min-height:300px}.mb-25{margin-bottom:25px}.decrease-child-margin .presentation__info-col{margin-bottom:10px}.small-margin-block img{margin-top:30px}.profile__header{display:flex;align-items:flex-end}.profile__access{display:flex;align-items:center;margin-left:15px;margin-bottom:8px}.profile .personal_content.redesign .profile__header{justify-content:center}.profile .personal_content.redesign .profile__grid{flex-direction:column}.profile .personal_content.redesign .profile__main-settings{box-sizing:border-box;padding:20px;border-radius:20px}.profile .personal_content.redesign .create-company__block .lk-form__fr{margin-right:0;flex-basis:50%}.profile .personal_content.redesign .create-company__block .lk-form__logo{flex-direction:column}.profile .personal_content.redesign .create-company__block .profile__redesign-topset{display:flex;grid-gap:10px;gap:10px}.profile .personal_content.redesign .create-company__block .profile__redesign-fullblock{width:100%}.profile .personal_content.redesign .create-company__block .lk-form__logo-image{width:75px;height:75px}.profile .personal_content.redesign .create-company__block .lk-form__logo-load{margin:0;text-align:center}.profile .personal_content.redesign .create-company__block .input_type_form .input__control{box-shadow:none;background-color:#f6f7f8}.profile .personal_content.redesign .profile__info{width:100%}.profile .personal_content.redesign .profile__header{margin-bottom:10px}.profile .personal_content.redesign .profile__phone-settings{display:flex;grid-gap:20px;gap:20px}.profile .personal_content.redesign .create-company__top-left{width:50%}.profile .personal_content.redesign .create-company__top-right{width:calc(100% - 430px)}.profile .personal_content.redesign .lk-form__socials{border-top:none;margin-top:0;padding-top:0;display:flex;grid-gap:20px;gap:20px}.profile .personal_content.redesign .lk-form__footer{margin-top:0;display:flex;grid-gap:20px;gap:20px;justify-content:flex-end;margin-right:20px}.profile .personal_content.redesign .lk-form__reglament{position:relative}.profile .personal_content.redesign .lk-form__btns{width:auto}.profile .personal_content.redesign .profile__main-settings.profile__main-settings_password .lk-form__row._bg-gray{background-color:initial}.profile .personal_content.redesign .profile__main-settings.profile__main-settings_password .lk-form__row-content{flex-wrap:nowrap;grid-gap:20px;gap:20px}.profile .personal_content.redesign .profile__main-settings.profile__main-settings_password .input__control{background-color:#fff}.profile .personal_content.redesign .cabinet-profile__tgtoogle{margin-top:0;margin-bottom:0}.profile .personal_content.redesign .cabinet-profile__tgtoogle-right{margin-left:0;margin-top:0}.common-filters{display:flex;margin-top:30px;grid-gap:20px;gap:20px}.common-filters__dropdowns{display:flex;grid-gap:20px;gap:20px;height:50px}.common-filters__dropdowns .custom-select__selected{height:100%;min-width:190px}.common-filters__search{width:400px}.items-filters{margin-top:40px;display:flex;justify-content:space-between;align-items:center}.items-filters__buttons{display:flex;grid-gap:25px;gap:25px}.items-filters__buttons .link{color:#2c2e3e;display:flex;align-items:center;white-space:nowrap}.items-filters__buttons .link svg{margin-right:8px}.items-filters__buttons .link svg path{transition-duration:.3s}.items-filters__buttons .link:hover{color:#cf2d23}.items-filters__buttons .link:hover svg path{stroke:#cf2d23}.items-filters__left{display:flex;grid-gap:20px;gap:20px;align-items:center}.items-filters__addcompilation-btn{display:flex;background-color:#8790e5;color:#fff;border-radius:5px;cursor:pointer;transition-duration:.3s;align-items:center;height:32px;padding-left:8px;padding-right:18px}.items-filters__addcompilation-btn:hover{background-color:#6f76bb}.items-filters__addcompilation-btn.primary{background-color:#ef372e;border:1px solid #ef372e}.items-filters__addcompilation-btn.primary:hover{background-color:#e6473f}.items-filters__addcompilation-btn.secondary{background-color:#fff;border:1px solid #ef372e;color:#ef372e}.items-filters__addcompilation-btn.secondary *{stroke:#ef372e}.items-filters__addcompilation-btn.secondary:hover{background-color:#e6473f;color:#fff}.items-filters__addcompilation-btn.secondary:hover *{stroke:#fff}.items-filters__addcompilation-btn.blank{background-color:#fff;border:1px solid #fff;color:#2c2e3e}.items-filters__addcompilation-btn.blank *{stroke:#2c2e3e}.items-filters__addcompilation-btn_link:hover{color:#ef372e}.favorites-list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-top:10px;justify-content:flex-start;margin-bottom:55px}.favorites-list__over-item{display:flex;grid-gap:20px;gap:20px;width:100%;cursor:pointer;align-items:flex-start}.favorites-list__item{background-color:#f6f7f8;border-radius:20px;padding:30px;width:100%;min-height:220px;display:flex;justify-content:space-between;position:relative;flex-wrap:wrap}.favorites-list__item-left{display:flex;grid-gap:30px;gap:30px}.favorites-list__item-content{display:flex;flex-direction:column;justify-content:space-between}.favorites-list__item-img{border-radius:5px;width:260px;height:160px;object-fit:cover}.favorites-list__item-price{font-weight:700;margin-bottom:10px;margin-top:3px}.favorites-list__item-address{color:#777a89;margin-bottom:3px}.favorites-list__item-remove{z-index:3}.favorites-list__item-remove span{display:inline-flex;align-items:center;cursor:pointer}.favorites-list__item-remove svg{margin-right:5px;flex-shrink:0}.favorites-list__item-tags{display:flex;grid-gap:10px;gap:10px}.favorites-list__item-tags li{padding:4px 11px 5px;color:#777a89;cursor:default;font-size:13px;background-color:#ecedf0;border-radius:50px}.favorites-list__item-tags li.label_green{color:#2cba2e;background-color:rgba(44,186,46,.2)}.favorites-list__item-tags li.label_red{color:#ff2d23;background-color:rgba(255,45,35,.1)}.favorites-list .favorites-list__over-item_nopointer{cursor:default}.favorites-list .favorites-list__item-addcompilation{display:inline-flex;background-color:initial;box-shadow:none;border-radius:5px;border:1px solid #8790e5;color:#8790e5;align-items:center;height:32px;padding-left:8px;padding-right:18px;cursor:pointer;padding-bottom:1px;white-space:nowrap}.favorites-list .favorites-list__item-addcompilation svg{margin-right:6px;flex-shrink:0}.favorites-list__item-action{display:flex;grid-gap:20px;gap:20px}.favorites-list__item-right{display:flex;flex-direction:column;justify-content:space-between}.favorites-list__item-dynamic{display:inline-flex;margin-left:10px;position:relative}.favorites-list__item-dynamic .sf__block-hint{width:400px;pointer-events:auto;right:auto;bottom:15px;left:-180px;opacity:1;display:none;z-index:1}.favorites-list__item-dynamic:hover .sf__block-hint{display:block;z-index:3}.favorite-note{flex-basis:100%;margin-left:290px}.favorite-note__create-note,.favorite-note__ready-note{margin-top:20px}.favorite-note .textarea__control{border-radius:5px;background-color:#fff}.favorite-note__label{color:#777a89;font-size:13px;margin-bottom:5px;display:inline-block}.favorite-note__actions{display:flex;grid-gap:20px;gap:20px}.favorite-note__actions button{color:#8790e5;box-shadow:none;background-color:initial;padding:10px 0 0;cursor:pointer;transition-duration:.3s}.favorite-note__actions button:hover{color:#7179c7}.favorite-note__ready-note{padding:16px 10px;border-radius:5px;background-color:#ecedf0;display:flex;justify-content:space-between;white-space:pre-wrap}.favorite-note__ready-actions{display:flex;grid-gap:15px;gap:15px;margin-left:60px}.favorite-note__ready-actions span{cursor:pointer}.favorites-list__item-dynamic_hint .sf__block-hint .sf__info-key{font-size:14px;font-weight:400}.favorites-list__item-dynamic_hint .sf__block-hint .sf__info-value{font-size:14px}.favorites-list__item-dynamic_hint .sf__block-hint .sf__info-row{margin-bottom:12px}.favorites-list__item_sold{position:absolute;background-color:hsla(0,0%,100%,.7);top:0;left:0;right:0;bottom:0;z-index:2}.checkbox_favorite{align-items:flex-start}.favorites-list__item-img_apartments{object-fit:contain;background-color:#fff}.favorites-list__item-img_apartments-public{cursor:pointer}.compare-settings-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:20px}.pdf-modal__grid{display:flex;grid-gap:20px;gap:20px}.pdf-modal__grid-item{width:100%}.pdf-modal__grid-item .h3{margin-bottom:20px}.pdf-modal__setting-block{background-color:#f6f7f8;border-radius:20px;padding:30px}.pdf-modal .compare-view-settings{margin-top:0}.pdf-modal__share{max-width:396px;margin:30px auto}.crm-table__sf-controlsmodal.crm-table__sf-controlsmodal_compilation .modal__inner{padding:30px;width:420px}.compilation-modal__create{margin-top:5px}.compilation-modal__create-link{color:#8790e5;transition-duration:.3s;cursor:pointer}.compilation-modal__create-link:hover{color:#7179c7}.compilation-modal__create-input{margin-top:20px}.compilation-modal__create-input .input_type_form .input__control{box-shadow:none;background-color:#f6f7f8}.compilation-modal__action-btns{display:flex;grid-gap:20px;gap:20px;margin-top:20px}.compilation-modal__action-btns .btn_full+.btn_full{margin-top:0}.compilation-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.compilation-list__item{display:flex;justify-content:space-between;align-items:center}.compilation-list__item-img{border-radius:5px;border:1px solid #dfe1e9;margin-right:10px;width:40px;height:40px}.compilation-list__item-overcont{display:flex}.compilation-list__item-advcount{font-size:13px;color:#777a89}.compilation-list__item-info{display:flex;justify-content:space-between;flex-direction:column}.compilation-list__item-title{font-weight:700}.hint-label{display:flex;justify-content:space-between;width:100%}.hint-label .input__label_hint{cursor:pointer;color:#8790e5;transition-duration:.3s}.hint-label .input__label_hint:hover{color:#7179c7}.compilations-stub__icon{margin-top:70px;text-align:center}.compilations-stub__text{margin-top:30px;margin-bottom:15px;text-align:center;font-size:15px}.compilations-stub__btn{text-align:center}.compilations-stub__btn button{width:230px}.special-filter-drop.special-filter-drop_favorites{width:370px}.favorite-note__ready-note_hide{display:none}.favorite-note__actions button.favorite-note__actions_disable-btn{color:#dfe1e9;pointer-events:none}.calculator-commercial_favorite{padding:0}.calculator-commercial_favorite .calculator__form .calculator__item:nth-of-type(odd){margin-right:0}.calculator-commercial_favorite .calculator__form .calculator__item{width:100%;flex-basis:auto}.calculator-commercial_favorite .calculator__form .calculator__item#slideId{margin-bottom:10px}.calculator-commercial_favorite .calculator-commercial__bottom{display:none}.calculator-commercial_favorite .calculator__result-list{flex-direction:column;gap:0;grid-gap:0}.calculator-commercial_favorite .calculator__result-list-item{margin-bottom:0}.calculator-commercial_favorite .calculator__result-list{margin-top:0;margin-bottom:0}.calculator-commercial_favorite .calculator__result-title{padding-bottom:10px}.calculator-commercial_favorite .calculator__form{border-bottom:none}.calculator-commercial_favorite .calculator__result{margin-bottom:0;padding-top:0}.calculator-commercial_favorite .h3.calculator__result-list-value{margin-bottom:0}.calculator-commercial_favorite .mortgage-percents ul{margin-top:-6px}.calculator-commercial.calculator-commercial_favorite .calculator__crumbs{display:inline-block}.favorite-note__actions button.favorite-note__actions_btn-disabled{pointer-events:none;color:#dfe1e9}.common-filters_compilations{justify-content:space-between}.common-title__blue-link{font-size:14px;font-weight:400;cursor:pointer;color:#8790e5;margin-top:-7px;display:block;transition-duration:.3s}.common-title__blue-link:hover{color:#636dbd}.compilation-public-header{background-color:#f6f7f8;padding:55px 0;text-align:center;margin-bottom:40px}.compilation-public-header__title{margin-top:20px;margin-bottom:30px}.compilation-public-form{background-color:#f6f7f8;border-radius:20px;padding:30px;text-align:center;margin-top:85px}.compilation-public-form__firm{color:#777a89;margin-top:10px;margin-bottom:5px}.compilation-public-form__user{font-weight:700;margin-bottom:5px}.compilation-public-form__phone{margin-bottom:30px}.crm-table__sf-controls.crm-table__sf-controls_shareOn{display:block}.custom-radio{display:flex;flex-direction:column;margin-top:10px}.custom-radio label{display:flex;align-items:center;margin-bottom:8px;cursor:pointer}.custom-radio input[type=radio]{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:#f6f7f8;border-radius:50%;margin-right:8px;cursor:pointer}.custom-radio input[type=radio]:checked:before{content:"";width:12px;height:12px;background-color:#8f95ac;border-radius:50%;display:block;margin:4px}.compilation-public-top{padding:7px 16px;border-radius:10px;background-color:#ecedf0;margin-bottom:20px;display:flex;align-items:center;margin-top:-15px;justify-content:space-between;width:calc(100% - 20px);margin-left:10px}.compilation-public-top__left{display:flex;text-align:left}.compilation-public-top__left svg{margin-right:12px}.crm-table__sf-controlsmodal_mobilecompilationsmodal .modal__inner{background-color:initial}.compilation-public-mobile-form{position:fixed;z-index:1234;bottom:0;left:0;right:0;background-color:#f6f7f8;padding:20px 10px;text-align:left;border-radius:10px 10px 0 0}.compilation-public-mobile-form .h4{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width:767px){.compilation-public-header{padding-top:30px;padding-bottom:30px;margin-bottom:0}.compilation-public-header__title{margin-top:5px;margin-bottom:15px}.compilation-public-items .favorites-list .favorites-list__item{display:block;padding:20px}.compilation-public-items .favorites-list .favorites-list__item-left{display:block}.compilation-public-items .favorites-list .favorites-list__item-img{width:100%;height:190px;cursor:pointer}.compilation-public-items .favorites-list .h4.favorites-list__item-title{font-size:18px}.compilation-public-items .common-title__blue-link{margin-top:10px;width:100%;background-color:#8790e5;color:#fff;border-radius:5px;text-align:center;height:44px;line-height:44px;position:relative}.compilation-public-items .common-title__blue-link:before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDIyLjU5czguMDY1LTUuMzc3IDguMDY1LTEyLjU0NmE4LjA2NSA4LjA2NSAwIDEwLTE2LjEzIDBjMCA3LjE3IDguMDY1IDEyLjU0NiA4LjA2NSAxMi41NDZ6bTAtOS44NTdhMi42ODggMi42ODggMCAxMDAtNS4zNzcgMi42ODggMi42ODggMCAwMDAgNS4zNzd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");margin-right:10px;display:inline-block;margin-bottom:-6px}.compilation-public-items .common-header__title{width:100%;display:block}.compilation-public-items .favorite-note{margin-left:0}.compilation-public-items .items-filters__buttons{margin-top:10px}.pdf-modal__grid{display:block}.pdf-modal__grid-item{margin-top:30px}}.compilation-list-simplebar .simplebar-track.simplebar-vertical{margin-right:-10px}.favorites-list_public .favorite-list_public__img-items{display:flex;grid-gap:10px;gap:10px;margin-top:10px}.favorites-list_public .favorite-list_public__img-items div{background-color:#fff;width:33.33333%;border-radius:5px;cursor:pointer}.favorites-list_public .favorite-list_public__img-items div img{height:50px;width:100%;object-fit:contain}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .favorites-list__item-dynamic_hint{display:none}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .favorites-list__item-dynamic_hint-mobilebg{height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.2);display:block}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .favorites-list__item-dynamic_hint-mobilebg .sf__block-hint{border-radius:20px 20px 0 0}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .sf__block-hint{position:fixed;left:0;right:0;width:auto;bottom:0;padding:20px 10px}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .sf__block-hint .sf__info-row{border-bottom:0;padding-top:10px;padding-bottom:10px;margin-bottom:0}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .sf__block-hint .sf__info-row .sf__info-key{font-size:14px;font-weight:400}.favorites-list__item-dynamic.favorites-list__item-dynamic_mobile .sf__block-hint .sf__info-row .sf__info-value{font-size:14px}.custom-radio.custom-radio_compare input[type=radio]{background-color:#fff}.custom-radio.custom-radio_compare input[type=radio]:checked:before{background-color:#ff2d23}.flat-bordered-h3{padding:30px 0 20px;border-top:.5px solid rgba(143,149,172,.3)}.top__title{margin-bottom:5px}.calc__manager-photo{flex-shrink:0}.complex__manager-avatar_wrapper img{object-fit:contain}.show__map-mobile{display:flex;margin-left:40px}.show__map-mobile .icon_map-pin{height:17px;margin-right:10px}.complex__info-main.mobile .complex__address{margin-bottom:16px}.filter__manager-photo{width:85px;height:85px;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-color:rgba(143,149,172,.1);margin-right:15px;overflow:hidden}.status-assignment{background:#8790e5;color:#fff;padding:5px 10px;display:flex;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;border-radius:5px;white-space:nowrap}.complex__additional-row.suburbans .complex__additional-item{width:25%;flex-grow:1}.complex__additional.for-suburban .complex__info-item-desc{margin-top:5px}@media screen and (max-width:1279px){.section.for-suburbans .complex__appartments-card{width:calc(100% - 16px)}}@media screen and (max-width:767px){.section.for-suburbans .complex__appartments-card{margin-bottom:0;margin-top:20px;width:100%}}.section.for-suburbans .flats__row-table table{padding-left:0;padding-right:0}.section.for-suburbans .complex__appartments-title{font-size:21px;font-weight:700;line-height:25px}.section.for-suburbans .complex__appartments{padding:12px 0 0}.section.for-suburbans .complex__appartments-navigation{margin-top:15px}.section.for-suburbans .complex__appartments-cards{margin-bottom:110px}.section.for-suburbans .table-image-scalable{background:#fff}@media screen and (max-width:1023px){.section.for-suburbans .ant-table-column-sorters{padding-left:5px;padding-right:5px}}@media screen and (max-width:1023px){.section.for-suburbans .table-image-scalable{max-width:60px;max-height:25px}}.flat__suburban-address{margin-top:10px}.section__calc.for-suburban{margin-top:60px}.complex__filter.for-suburban .input.input_type_default[for=square-1],.complex__filter.for-suburban .input.input_type_default[for=square-2]{margin-bottom:20px}.flat__col-images.for-suburban .flat__image,.flat__col-images.for-suburban .flat__images{padding-bottom:0;margin-bottom:0}.flat__col-images.for-suburban .complex__slider-thumbnails_item img{background:#fff}.flat__col-images.for-suburban .complex__slider-preview{bottom:-50px}@media screen and (max-width:1599px){.flat__col-images.for-suburban .complex__slider-preview{bottom:-90px}}.flat__col-images.for-suburban .flat__manager{margin-top:100px}.section__another.for-suburbans{margin-top:0}@media screen and (max-width:1279px){.flat__col-info.for-suburban{margin-top:100px}}@media screen and (max-width:767px){.flat__col-info.for-suburban{margin-top:120px}}@media screen and (max-width:767px){.section.flat.for-suburbans{margin-top:0}.section.flat.for-suburbans .flat__grid{position:relative}.section.flat.for-suburbans .flat__header{padding-top:0;margin-top:18px}.section.flat.for-suburbans .flat__complex.for-suburbans{margin-top:0}.section.flat.for-suburbans .button_type_settings{margin-right:11px}.section.flat.for-suburbans .button_type_settings+.button_type_settings{margin-right:0}.section.flat.for-suburbans .flat__col-title{flex-basis:65%;justify-content:center;min-height:44px}.section.flat.for-suburbans .flat__suburban-address{margin:18px 10px 24px;min-height:40px;width:80%}.section.flat.for-suburbans .show__map{position:absolute;right:10px;bottom:-62px}}@media screen and (max-width:767px){.complex__additional-row.suburbans .complex__additional-item{width:50%}}.flat__images.gallery.is-empty{justify-content:center}.about-redesign{padding:30px 70px 30px 30px;border-radius:20px;background-color:#f6f7f8}.about-redesign__top{display:flex;grid-gap:30px;gap:30px}.about-redesign__top-icon{display:flex;width:64px;height:64px;justify-content:center;align-items:center;border-radius:50%;background-color:#ff2d23;flex-shrink:0}.about-redesign__top-content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.about-redesign__top-title{font-size:18px;font-weight:700}.about-redesign__bold-text{font-weight:700}.about-redesign__available-list{margin-bottom:10px}.about-redesign__available-list li{position:relative}.about-redesign__available-list li:before{content:"";width:8px;height:8px;background-color:#ff2d23;border-radius:50%;display:inline-block;margin-right:10px;margin-top:-2px}.about-redesign__top-more{color:#777a89;border-bottom:1px dashed;cursor:pointer;display:inline;width:-webkit-max-content;width:max-content}.about-redesign__top-more:hover{border-bottom:1px solid transparent}.about-redesign__overlist{margin-top:20px}.about-redesign__list{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px}.about-redesign__list-item{flex-basis:calc(50% - 20px);box-sizing:border-box;display:flex;grid-gap:10px;gap:10px}.about-redesign__list-icon{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0;display:flex;justify-content:center;align-items:center;position:relative}.about-redesign__list-icon .app-popover-btn{position:absolute;top:0;left:0;right:0;bottom:0}.about-redesign__listtext-sm{font-size:12px}.about-redesign__listtext-bd{font-weight:700}.about-redesign__complectation-price{font-size:18px;background-color:#fff;font-weight:700;padding:10px 15px;border-radius:10px;margin-top:20px}.about-redesign__complectation-list{margin-top:20px;margin-bottom:20px}.about-redesign__complectation-list li{position:relative;display:inline-block;margin-right:20px}.about-redesign__complectation-list li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#ef372e;margin-right:10px;margin-top:-2px}.communications-redesign{padding:30px 70px 30px 30px;border-radius:20px;background-color:#f6f7f8}.communications-redesign__title{font-size:18px;font-weight:700}.communications-redesign__list{margin-top:20px}.communications-redesign__list .about-redesign__list-item{flex-basis:calc(33.33% - 20px);align-items:center}.communications-redesign__list.communications-redesign__list_white .about-redesign__list-icon{background-color:#fff}.suburban-alreadylook__title{font-size:18px;font-weight:700;margin-bottom:15px}.suburban-alreadylook__card{border-radius:20px;background-color:#f6f7f8;position:relative}.suburban-alreadylook__image{width:100%;height:180px;border-radius:20px;overflow:hidden}.suburban-alreadylook__image img{width:100%;height:100%;object-fit:cover}.suburban-alreadylook__name{margin:20px 20px 15px;font-size:20px;font-weight:700}.suburban-alreadylook__list{padding:0 20px 20px;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.suburban-alreadylook__list li{display:flex;justify-content:space-between;width:100%}.suburban-alreadylook__list li div:first-child{color:#777a89}.suburban-alreadylook__list li div:last-child{font-weight:500}.ComplectationPopup .ant-popover-inner-content{max-width:677px;background-color:#fff;border:1px solid #dfe1e9;border-radius:20px;padding:30px}.complectation-popup{display:flex;grid-gap:15px;gap:15px}.complectation-popup__left{width:175px;height:125px}.complectation-popup__image{width:175px;height:125px;border-radius:20px;overflow:hidden}.complectation-popup__image img{width:100%;height:100%;object-fit:cover}.complectation-popup__title{font-size:20px;font-weight:700;margin-bottom:10px}.complectation-popup__text{margin-bottom:20px}.complectation-popup__list-title{font-size:18px;font-weight:500;margin-bottom:10px}.complectation-popup__list{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.complectation-popup__list li{position:relative}.complectation-popup__list li:before{content:"";width:8px;height:8px;display:inline-block;background-color:#ef372e;border-radius:50%;margin-top:-3px;margin-right:10px}.card__right{white-space:nowrap}.public__map-button.for-suburbans .button{box-shadow:none}.public__map-button.for-suburbans .button:hover{background:none;color:#cf2d23}.public__map-button.for-suburbans .button:hover .icon{fill:#cf2d23}.section.for-suburbans .complex__info-update{margin-left:auto}.section.for-suburbans .show__map{background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover;flex-shrink:0}.section.for-suburbans .flat__nav-link{display:flex;font-size:14px;line-height:18px}.section.grey.for-suburbans{margin-top:60px}.complex__suburbans-options{border-top:1px solid rgba(143,149,172,.2);display:flex;justify-content:space-between;padding:32px 0}.component__suburbans-option{background:rgba(135,144,229,.3);border-radius:5px;color:#fff;padding:30px;width:calc(50% - 17px)}.component__suburbans-option-title{font-size:25px;font-weight:700;line-height:30px}.component__suburbans-option-counter{color:#8f95ac;margin-top:5px}.component__suburbans-option-price{font-weight:700;font-size:16px;line-height:20px;margin-top:20px}.component__suburbans-option-square{display:flex;margin-top:8px}.component__suburbans-option-square div{width:50%}.complex__section-about.for-suburbans .complex__about-feature{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700;line-height:17px}.flat__complex.for-suburbans{align-items:center;display:flex}.flat__complex.for-suburbans .show__map{margin-left:25px}.suburban-view-counter{align-items:center;background:rgba(143,149,172,.1);border-radius:50em;color:#2c2e3e;display:flex;font-size:14px;line-height:18px;justify-content:center;margin-left:25px;padding:0 15px 0 12px;height:28px}.suburban-view-counter .icon{margin-right:5px}.flat__col-download.for-suburbans .flat__download button{margin-right:22px}.complex__toggle-wrap{border-bottom:1px solid rgba(143,149,172,.3);display:flex;flex-direction:column;padding-bottom:60px;margin-bottom:70px}.complex__toggle{display:flex;margin-bottom:40px}.complex__toggle-tab{align-items:center;border-radius:5px;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0 30px}.complex__toggle-tab.is-active{background:rgba(143,149,172,.1);cursor:default}.complex__toggle-content{color:#000;font-size:18px;line-height:24px}.complex__toggle-counter{align-items:center;background:rgba(143,149,172,.3);border-radius:50em;justify-content:center;display:flex;font-size:12px;line-height:15px;margin-left:10px;height:21px;width:21px}.flat__info-title{font-weight:700;font-size:25px;line-height:30px;margin-bottom:32px}.flat__info-suburban{display:flex;flex-direction:column}.flat__price-item.for-suburban{display:flex;justify-content:space-between}.complex__toggle-wrap.for-suburbans{border-bottom:none}.complex__toggle-wrap.for-suburbans .complex__toggle{justify-content:center}.flat__complex-title-wrap{align-items:center;display:flex}.assignations-top.suburbans-top .assignations-top__slider{padding:0}.assignations-top.suburbans-top .slider__nav{background-color:initial}.assignations-top.suburbans-top .slider__nav-item{background-color:#fff}.assignations-top.suburbans-top .slider__nav-item:hover{background-color:#e9eaee}.assignations-top.suburbans-top .flats__card_compact{padding:0;justify-content:flex-start}.assignations-top.suburbans-top .flats__card-image{padding:0;margin:0 10px 0 0;height:auto;min-width:200px;align-self:stretch}.assignations-top.suburbans-top .flats__card-image img{object-fit:cover;max-height:100%;height:320px}.assignations-top.suburbans-top .flats__card-info{padding:43px 12px}.assignations-top.suburbans-top .flats__card-price.suburbans{padding:13px 0 10px}.assignations-top.suburbans-top #assignations-slider .slider__item:hover img{-webkit-transform:none;transform:none}@media screen and (max-width:767px){.assignations-top.suburbans-top .assignations-top__title{margin-bottom:25px}.assignations-top.suburbans-top .assignations-top__slider.slider .complex__slider-info{bottom:-10px}}@media screen and (max-width:767px){.cards__item.for-suburbans{background:rgba(143,149,172,.08);margin:0;padding:15px 10px;width:100%}}.map-card__image.for-suburbans img{width:100%}.section__map.for-suburbans .simplebar-content-wrapper{overflow-x:hidden!important}.complex__section-about.for-suburbans{margin:0 0 60px}.complex__section-about.for-suburbans .complex__about-col.complex__about-text{width:100%}.redisign-slider .slider{border:none}.redisign-slider .assignations-top.suburbans-top .flats__card-image{min-width:180px;margin-right:0}.redisign-slider .assignations-top.suburbans-top .flats__card-image img{object-fit:cover;max-height:100%;height:190px;border-radius:20px 0 0 20px}.redisign-slider .assignations-top.suburbans-top .flats__card-info{background-color:#f6f7f8;border-radius:20px;padding:0 30px 0 20px;box-sizing:border-box;margin-left:-20px;z-index:1;width:calc(100% - 160px)}@media screen and (max-width:1279px){.redisign-slider .assignations-top.suburbans-top .flats__card-info{align-self:stretch}}.redisign-slider .slider__item{border-right:none}.redisign-slider .top__title{font-size:14px}.redisign-slider .top__title span{overflow:hidden;text-overflow:ellipsis;width:100%;display:inline-block}.redisign-slider .card__company{border-bottom:1px solid #dfe1e9;padding-bottom:10px}.redisign-slider .card__address{margin-top:8px}.redisign-slider .flats__card-price{font-size:14px;margin-bottom:0}.redisign-slider .assignations-top.suburbans-top .flats__card-price.suburbans{padding-bottom:0;padding-top:8px}.redisign-slider .assignations-top__title{text-align:left;margin-bottom:16px}.redisign-slider .assignations-top__title h2.h2{font-weight:700;font-size:25px;line-height:28px}@media screen and (max-width:1599px){.redisign-slider .assignations-top__title h2.h2{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.redisign-slider .assignations-top__title h2.h2{font-size:18px;line-height:22px}}.redisign-slider .slider__nav{position:absolute;right:auto;left:auto}.redisign-slider .slider__nav-item.prev{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.redisign-slider .slider__nav-item.prev svg{margin-right:0}.redisign-slider .slider__nav-item.next{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.redisign-slider .slider__nav-item.next svg{margin-left:0}.filter-disabled{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:90px;padding-bottom:90px;max-width:980px;min-height:100vh;margin:0 auto}.filter-disabled__title{margin:40px 0 60px;text-align:center}.icon_filter-disabled{width:565px;height:255px}.filter-disabled__agent{border:1px solid rgba(143,149,172,.2);box-sizing:border-box;border-radius:4px;padding:40px}.sell{padding-bottom:60px}.sell .botBar{margin-left:-30px;margin-right:-30px}.sell .container{max-width:930px}.sell .input__label .info{width:26px;height:26px;margin-left:5px}.sell .modal-form__files{padding-bottom:10px}.sell .modal-form__gist .sell__subtitle{margin-top:20px}.sell .textarea__control{min-height:170px}.sell__required{padding-left:3px}.sell__title{display:flex;flex-direction:column;align-items:center}.sell__title .link-hover{margin-top:15px}.sell__subtitle{margin-top:55px;margin-bottom:25px;text-align:center}.sell__button-with-info{display:flex;justify-content:center;align-items:center}.sell__button-with-info .info{border:1px solid #fff;margin-left:15px}.sell__button-with-info .info .icon{fill:#fff}.sell__button-with-info .info__popup{color:#1e2030;width:450px}.sell__switcher{margin-top:40px}@media screen and (max-width:767px){.sell__switcher .switcher__btn{width:auto}}@media screen and (max-width:1279px){.sell .container{margin:0 40px}}@media screen and (max-width:767px){.sell .container{margin:0 10px;padding:0}.sell .h1{padding-top:20px}.sell .sell__subtitle{margin-top:30px}.sell .modal-form__gist.with-margin{border-radius:0;padding:12px 10px 24px}.sell .modal-form__item_sm{flex-basis:0}.sell .checkbox__label{padding-left:5px}.sell .modal-form__submit .button{width:100%}.sell .botbar{margin-top:25px}}.add-partner .h1{padding:64px 0}@media screen and (max-width:767px){.add-partner .h1{padding:32px 0}}.add-partner .preview__footer-policy:hover{color:inherit;opacity:.8}.add-partner .checkbox{color:#8f95ac;flex-basis:100%;font-size:13px;line-height:16px}.add-partner .checkbox__box{background:#fff}.add-partner .preview__footer-policy{text-decoration:underline}.add-partner .button_view_default{border-radius:5px;height:60px}@media screen and (max-width:767px){.add-partner .button_view_default{height:50px}}.add-partner-form{background:rgba(143,149,172,.08);border-radius:5px;display:flex;flex-wrap:wrap;padding:64px 130px}@media screen and (max-width:1279px){.add-partner-form{padding:32px 65px}}@media screen and (max-width:767px){.add-partner-form{flex-direction:column;padding:24px 30px}}.add-partner-form__item{flex-basis:calc(50% - 15px);margin-bottom:24px}.add-partner-form__item:nth-child(2n){margin-left:30px}@media screen and (max-width:767px){.add-partner-form__item:nth-child(2n){margin-left:0}}.add-partner-form__item .custom-select__selected{background:#fff;border:1px solid rgba(143,149,172,.2);height:50px}.add-partner-form__item.full-width{flex-basis:100%}.add-partner-form__submit{display:flex;flex-basis:100%;justify-content:center;margin-top:40px}.add-partner-form__label{align-items:center;display:flex;color:#8f95ac;line-height:25px;margin-bottom:4px;white-space:nowrap}.calculators{margin-bottom:90px}@media screen and (max-width:767px){.calculators{margin-bottom:0;padding-bottom:70px}}.calculators__mobile-nav{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.calculators .installment-link{color:#8f95ac;margin-right:10px;margin-top:5px;text-decoration:underline}.calculators__navs{list-style:none;padding-left:0;display:flex;margin:0}.calculators__navs-item{border-radius:5px 5px 0 0;overflow:hidden;padding:20px 40px;font-size:18px;line-height:22px;color:#8f95ac;text-decoration:none;cursor:pointer}.calculators__navs-item.active{background:rgba(143,149,172,.08);color:#1e2030}@media screen and (max-width:767px){.calculators__navs-item.active{align-items:center;border-radius:5px;display:flex;font-weight:700;font-size:18px;justify-content:center;height:50px;line-height:18px;margin:0 10px 18px;padding:0;width:calc(100% - 20px)}}.calculators__tab{display:none}.calculators__tab.active{display:block}.calculators__container{background:rgba(143,149,172,.08);padding:30px 40px;border-radius:0 5px 5px 5px}@media screen and (max-width:640px){.calculators__container{border-radius:0;padding:20px 10px}}.calculator__grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:space-between}@media screen and (max-width:1600px){.calculator__grid{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.calculator__grid{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.calculator__grid{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.calculator__grid{margin-left:0;margin-right:0}}.calculator__form{display:flex;flex-wrap:wrap;margin-left:15px;margin-right:15px;width:calc(66.66667% - 30px)}@media screen and (max-width:1600px){.calculator__form{margin-left:-11px;margin-right:-11px}}@media screen and (max-width:1280px){.calculator__form{margin-left:-8px;margin-right:-8px}}@media screen and (max-width:768px){.calculator__form{margin-left:-5px;margin-right:-5px}}@media screen and (max-width:767px){.calculator__form{margin-left:0;margin-right:0}}@media screen and (max-width:1600px){.calculator__form{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.calculator__form{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.calculator__form{margin-left:5px;margin-right:5px}}@media screen and (max-width:1279px){.calculator__form{width:calc(100% - 16px)}}@media screen and (max-width:767px){.calculator__form{margin:0;width:100%}}.calculator__result{padding-top:15px;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1600px){.calculator__result{margin-left:11px;margin-right:11px}}@media screen and (max-width:1280px){.calculator__result{margin-left:8px;margin-right:8px}}@media screen and (max-width:768px){.calculator__result{margin-left:5px;margin-right:5px}}@media screen and (max-width:1279px){.calculator__result{display:flex;align-items:center;justify-content:space-between}}@media screen and (max-width:767px){.calculator__result{flex-direction:column;margin:0;padding:0;width:100%}}@media screen and (max-width:1279px){.calculator__result{width:calc(100% - 16px)}}.calculator__result_no-padding{padding-top:0}.calculator__result-info{font-size:14px;line-height:21px;color:#8f95ac;width:190px}.calculator__result-value{font-size:48px;line-height:55px;font-weight:700;white-space:nowrap}@media screen and (max-width:1279px){.calculator__result-value{font-size:40px;line-height:1.25;margin:0 30px}}@media screen and (max-width:767px){.calculator__result-value{font-size:35px;line-height:55px;margin-right:20px}}.calculator__result-btn{margin-top:20px}@media screen and (max-width:1279px){.calculator__result-btn{margin-top:0}}.calculator__item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 30px);display:flex;flex-direction:column;position:relative;margin-bottom:30px;flex-grow:1}@media screen and (max-width:640px){.calculator__item{flex-basis:100%}}.calculator__item:nth-of-type(odd){margin-right:30px}.calculator__item label{font-size:14px;line-height:21px;color:#8f95ac;margin-bottom:5px}@media screen and (max-width:1023px){.calculator__item label{white-space:nowrap}}.calculator__item-wrapper{background:#fff;border-radius:4px;overflow:hidden;height:50px}.calculator__item-wrapper input{border:none;outline:none;width:100%;height:100%}.calculator input{font-size:14px;line-height:17px;padding:0 10px}.calculator .slider__input{padding:0}.calculator__sign{color:#8f95ac}.calculator__result-flex{display:flex;align-items:flex-end}@media screen and (max-width:1279px){.calculator__result-flex{width:100%}}@media screen and (max-width:767px){.calculator__result-flex{flex-direction:column;align-items:flex-start}}.calculators_cashback .calculators__container{padding:30px 32px}.calculator_cashback .calculator__grid{margin:0}.calculator_cashback .calculator__form{width:640px;max-width:100%;margin:0}@media screen and (max-width:1599px){.calculator_cashback .calculator__form{width:530px}}@media screen and (max-width:1279px){.calculator_cashback .calculator__form{width:100%}}@media screen and (max-width:1279px){.calculator_cashback .calculator__item{margin-bottom:20px}}.calculator_cashback .calculator__result{margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1279px){.calculator_cashback .calculator__result{width:100%}}.calculator_cashback .calculator__result-value{font-size:35px;line-height:40px}@media screen and (max-width:1279px){.calculator_cashback .calculator__result-value{margin:5px 0 0}}.calculator_cashback .calculator__result-btn{margin-top:0;margin-left:35px}@media screen and (max-width:1599px){.calculator_cashback .calculator__result-btn{margin-left:15px}}@media screen and (max-width:767px){.calculator_cashback .calculator__result-btn{margin-left:0;margin-top:15px;width:100%}}@media screen and (max-width:1599px){.calculator_cashback .calculator__result-btn .button{display:flex;padding:17px 0;justify-content:center;width:180px}}@media screen and (max-width:767px){.calculator_cashback .calculator__result-btn .button{width:100%}}@media screen and (max-width:1599px){.calculator_cashback .calculator__item:nth-of-type(odd){margin-right:20px}}@media screen and (max-width:1279px){.calculator_cashback .calculator__grid{flex-direction:column}}@media screen and (max-width:1279px){.calculator_cashback .calculator__result-block{flex-basis:50%}}@media screen and (max-width:1279px){.calculator_cashback .calculator__result-info{width:100%}}@media screen and (max-width:1279px){.calculator_cashback .calculator__sign{margin-top:25px}}@media screen and (max-width:767px){.calculator_cashback .calculator__sign{margin-top:15px}}.preview__header+.section .sor.sor_cashback{padding-top:85px}@media screen and (max-width:1279px){.preview__header+.section .sor.sor_cashback{padding-top:60px}}.sor.sor_cashback{color:#1e2030}.sor.sor_cashback .sor__sup{display:block;border-bottom:1px solid rgba(143,149,172,.2);color:#ff2d23;font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase;padding-bottom:10px}@media screen and (max-width:767px){.sor.sor_cashback .sor__sup{text-align:center}}.sor.sor_cashback .sor__box{padding-top:0}.sor.sor_cashback .sor__content{padding-top:70px;width:535px;max-width:100%}@media screen and (max-width:1279px){.sor.sor_cashback .sor__content{width:355px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__content{padding-top:15px;width:100%}}.sor.sor_cashback .sor__promo{padding-bottom:40px}@media screen and (max-width:767px){.sor.sor_cashback .sor__promo{min-height:auto}}.sor.sor_cashback .sor__h1{padding-top:100px;font-size:55px;line-height:55px;margin-bottom:35px}@media screen and (max-width:1599px){.sor.sor_cashback .sor__h1{padding-top:70px;font-size:48px;line-height:50px}}@media screen and (max-width:1279px){.sor.sor_cashback .sor__h1{padding-top:50px;font-size:36px;line-height:38px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__h1{padding-top:330px;font-size:28px;line-height:28px;margin-bottom:15px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__sign{margin-bottom:15px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__promo-btns{margin-top:15px;min-height:auto}}.sor.sor_cashback .sor__faq{max-width:940px}@media screen and (max-width:1279px){.sor.sor_cashback .sor__faq{max-width:620px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__faq{max-width:100%;margin-top:30px}}.sor.sor_cashback .sor__promo-btn{font-weight:700;max-width:100%}.sor.sor_cashback .sor__promo-pic{top:30px;width:710px}@media screen and (max-width:1599px){.sor.sor_cashback .sor__promo-pic{width:575px;top:70px;right:-100px}}@media screen and (max-width:1279px){.sor.sor_cashback .sor__promo-pic{width:480px;right:0;top:110px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__promo-pic{position:absolute;width:360px;top:60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sor.sor_cashback .sor__promo-img-lg{position:static;max-width:100%}.sor.sor_cashback .sor__faq-item,.sor.sor_cashback .sor__faq-label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sor.sor_cashback .sor__faq-label{display:flex;margin-top:7px;padding:5px 10px;background:#1e2030;color:#fff;border-radius:4px}.sor.sor_cashback .sor__section{padding:90px 0}@media screen and (max-width:1279px){.sor.sor_cashback .sor__section{padding:45px 0}}@media screen and (max-width:767px){.sor.sor_cashback .sor__section{padding-bottom:30px}}.sor.sor_cashback .calculators{margin-bottom:0}@media screen and (max-width:767px){.sor.sor_cashback .calculators{padding-bottom:0}}.sor.sor_cashback .sor__h2{padding-bottom:50px}@media screen and (max-width:767px){.sor.sor_cashback .sor__h2{padding-bottom:15px}}.sor.sor_cashback .sor__table-item{padding:35px;display:flex;justify-content:space-between;align-items:center;border-radius:4px}@media screen and (max-width:767px){.sor.sor_cashback .sor__table-item{padding:25px 20px;display:grid;grid-template-columns:repeat(2,auto)}}.sor.sor_cashback .sor__table-item:nth-child(2n){background:rgba(143,149,172,.08)}.sor.sor_cashback .sor__table-percent{border-radius:4px;background:#8f95ac;color:#fff;padding:5.5px 12px;display:flex;font-size:16px;line-height:24px;font-weight:700}@media screen and (max-width:767px){.sor.sor_cashback .sor__table-percent{grid-column:3/4}}.sor.sor_cashback .sor__table-name{width:180px;font-size:16px;line-height:24px;font-weight:700}.sor.sor_cashback .sor__table-info{width:640px;max-width:100%}@media screen and (max-width:1279px){.sor.sor_cashback .sor__table-info{width:320px}}@media screen and (max-width:767px){.sor.sor_cashback .sor__table-info{width:100%;grid-column:1/4;margin-top:15px;padding-top:15px;border-top:1px solid rgba(143,149,172,.2)}}.sor.sor_cashback .sor__table-info .bold{display:block;margin-bottom:15px}.sor.sor_cashback .sor__how{background:rgba(143,149,172,.08)}.sor.sor_cashback .sor__how-list{display:grid;grid-template-columns:repeat(4,minmax(282px,1fr));grid-gap:22px;gap:22px}@media screen and (max-width:1599px){.sor.sor_cashback .sor__how-list{grid-template-columns:repeat(auto-fit,minmax(232px,1fr))}}@media screen and (max-width:1279px){.sor.sor_cashback .sor__how-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.sor.sor_cashback .sor__how-list{grid-template-columns:repeat(auto-fit,minmax(282px,1fr))}}.sor.sor_cashback .sor__how-item{position:relative;border-radius:4px;padding:225px 25px 45px;background-color:#fff;background-image:url(/static/media/01.6f5958fe.png);background-repeat:no-repeat;background-position:center 30px}@media screen and (max-width:1599px){.sor.sor_cashback .sor__how-item{padding-bottom:25px}}.sor.sor_cashback .sor__how-item:nth-child(2){background-image:url(/static/media/02.db66b211.png)}.sor.sor_cashback .sor__how-item:nth-child(3){background-image:url(/static/media/03.35fdbea2.png)}.sor.sor_cashback .sor__how-item:nth-child(4){background-image:url(/static/media/04.040e54c0.png)}@media screen and (max-width:767px){.sor.sor_cashback .sor__how-item{padding:45px 15px 45px 175px;background-position:0;background-size:190px}}.sor.sor_cashback .sor__how-counter{position:absolute;top:40px;left:30px;z-index:1}@media screen and (max-width:767px){.sor.sor_cashback .sor__how-counter{top:20px;left:20px}}.sor.sor_cashback .sor__how-sign{margin-top:35px;font-size:14px;line-height:21px;color:#ff2d23}@media screen and (max-width:767px){.sor.sor_cashback .sor__how-sign{margin-top:15px}}.sor.sor_cashback .sor__contacts{padding-top:35px;border-top:1px solid rgba(143,149,172,.2)}.sor.sor_cashback .sor__contacts p:first-of-type{margin-bottom:20px}.sor.sor_cashback .sor__contacts p:last-of-type{margin-bottom:15px}@media screen and (max-width:1279px){.sor.sor_cashback .sor__contacts{padding-left:32px}}.sor.sor_cashback .sor__contacts-block{display:flex}.sor.sor_cashback .sor__contacts-link{display:flex;align-items:center;margin-right:55px}@media screen and (max-width:1279px){.sor.sor_cashback .sor__contacts-link{margin-right:25px}}.sor.sor_cashback .sor__contacts-link:last-child{margin-right:0}.sor.sor_cashback .sor__contacts-link svg{stroke:#1e2030;fill:#fff;width:20px;height:18px;margin-right:5px;transition:color .15s ease-in-out}.sor.sor_cashback .sor__contacts-link:hover svg{stroke:#cf2d23}@media screen and (max-width:1599px){.sor.sor_cashback .wrapper__center{margin:0 auto;width:997px;max-width:100%}}.preview__header+.section .sor.sor_booking{padding-top:85px}@media screen and (max-width:1279px){.preview__header+.section .sor.sor_booking{padding-top:60px}}.sor .wrapper__center{width:1220px;max-width:100%}.sor__h3{margin-bottom:35px}.sor__about-sign{margin-top:10px}.sor.sor_auto.booking .sor__promo-pic{max-width:600px;right:-100px}@media screen and (max-width:1279px){.sor.sor_auto.booking .sor__promo-pic{right:0;top:50px}}@media screen and (max-width:767px){.sor.sor_auto.booking .sor__submit{max-width:100%}}@media screen and (max-width:1279px){.sor.sor_auto.booking .booking__banner .sor__promo-btn{width:170px}.sor.sor_auto.booking .booking__banner .sor__promo-btn:first-of-type{margin-right:0;margin-bottom:0}}@media screen and (max-width:767px){.sor.sor_auto.booking .booking__banner .sor__promo-btn{width:100%}}.sor.sor_auto.booking .sor__promo{min-height:560px}@media screen and (max-width:1599px){.sor.sor_auto.booking .sor__promo{min-height:520px}}@media screen and (max-width:1279px){.sor.sor_auto.booking .sor__promo{min-height:440px}}@media screen and (max-width:767px){.sor.sor_auto.booking .sor__promo{min-height:550px}}.booking .sor__step{display:block;margin-bottom:10px}.booking .sor__prog-t{max-width:945px}.booking .sor__grid_steps:not(.swiper-pan){display:grid;justify-content:space-between;grid-template-columns:repeat(3,386px);grid-template-rows:1fr;grid-row-gap:20px;row-gap:20px}@media screen and (max-width:1599px){.booking .sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(3,318px)}}@media screen and (max-width:1279px){.booking .sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(3,232px)}}@media screen and (max-width:767px){.booking .sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(1,1fr)}}.booking .sor__grid_steps .sor__about-counter{color:#8f95ac}.booking .sor__steps_step-2 .sor__about-item:nth-child(4){grid-column:1/3}.booking__grid{display:grid;grid-template-columns:repeat(3,386px);justify-content:space-between;margin-top:35px}@media screen and (max-width:1599px){.booking__grid{grid-template-columns:repeat(3,318px)}}@media screen and (max-width:1279px){.booking__grid{grid-template-columns:repeat(3,232px)}}@media screen and (max-width:767px){.booking__grid{grid-template-columns:1fr;grid-row-gap:65px;row-gap:65px}}.booking__item{position:relative;display:flex;flex-direction:column;align-items:center;padding:135px 55px 60px;border:1px solid rgba(143,149,172,.4);border-radius:25px}@media screen and (max-width:1599px){.booking__item{padding:100px 40px 40px}}@media screen and (max-width:1279px){.booking__item{padding:60px 15px 30px 30px}}@media screen and (max-width:767px){.booking__item{padding:60px 25px 25px}}.booking__client-img{position:absolute;display:flex;justify-content:center;top:-35px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:240px;background-color:#fff}@media screen and (max-width:1599px){.booking__client-img{width:200px}}@media screen and (max-width:1279px){.booking__client-img{width:140px}}@media screen and (max-width:767px){.booking__client-img{width:160px}}@media screen and (max-width:1599px){.booking__client-img img{max-height:130px}}@media screen and (max-width:1279px){.booking__client-img img{max-height:85px}}.booking__client-title{margin-bottom:20px}@media screen and (max-width:767px){.booking__client-title{margin-bottom:10px}}.booking__last-step{margin-top:40px}.booking__cost{display:flex;align-items:center}@media screen and (max-width:767px){.booking__cost{flex-direction:column;align-items:flex-start}}.booking__cost .sor__h3{margin-bottom:0}.booking__badge{display:flex;align-items:center;border-radius:25px;background-color:#ff2d23;color:#fff;padding:25px;margin-left:25px;font-weight:400;font-size:18px;line-height:24px}@media screen and (max-width:1279px){.booking__badge{padding-top:19px;padding-bottom:19px}}@media screen and (max-width:767px){.booking__badge{margin-left:0}}.booking__badge-lg{font-weight:900;font-size:35px;line-height:40px;margin-right:12px}@media screen and (max-width:1279px){.booking__badge-lg{font-size:25px;line-height:25px}}.booking__cost-title{position:relative;height:90px;display:flex;align-items:center}@media screen and (max-width:1279px){.booking__cost-title{height:78px}}@media screen and (max-width:767px){.booking__cost-title{height:auto;margin-bottom:10px;flex-direction:column;align-items:flex-start}}.booking__cost-title .sor__step{position:absolute;top:0}@media screen and (max-width:767px){.booking__cost-title .sor__step{position:static;margin-bottom:5px}}.booking__banner-inner{display:flex;justify-content:space-between;align-items:center;height:204px;background:url(data:image/png;base64,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) no-repeat 100%}@media screen and (max-width:1279px){.booking__banner-inner{padding:0 55px;height:160px}}@media screen and (max-width:767px){.booking__banner-inner{flex-direction:column;height:260px;background-position:bottom;background-image:url(data:image/png;base64,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);padding-top:50px;padding-bottom:50px;text-align:center}}.booking__banner{color:#fff;background-color:#2c2e3e}.booking__banner_second{color:#1e2030;background-color:rgba(143,149,172,.08)}.booking__banner_second .booking__banner-inner{background:url(/static/media/banner-2.9eba412e.png) no-repeat 100%}@media screen and (max-width:767px){.booking__banner_second .booking__banner-inner{background-image:url(data:image/png;base64,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);background-position:bottom}}.booking__banner-title{width:760px;max-width:100%}@media screen and (max-width:1599px){.booking__banner-title{width:630px}}@media screen and (max-width:1279px){.booking__banner-title{width:295px}}.mobile-modal_color-blue .fill-1{fill:#62b8e7}.mobile-modal_color-blue .stroke-1{stroke:#62b8e7}.mobile-modal_color-blue .color-1{color:#62b8e7}.mobile-modal_color-blue .background-1{background-color:#62b8e7}@media screen and (max-width:767px){.mobile-modal_color-blue .lp__phone{background:#62b8e7}}.mobile-modal_color-blue .lp__phone-svg{fill:#62b8e7}@media screen and (max-width:767px){.mobile-modal_color-blue .lp__phone-svg{fill:#fff}}.mobile-modal_color-blue .about__features,.mobile-modal_color-blue .about__features-list{background:#62b8e7}.mobile-modal_color-blue .background__fill-main{fill:#62b8e7}.mobile-modal_color-blue .background__fill-black{fill:#173343}.mobile-modal_color-blue .banner{background:#173343}.mobile-modal_color-blue .banner__img path{fill:#62b8e7;stroke:#62b8e7}.mobile-modal_color-blue .card .show__map svg{fill:#62b8e7}.mobile-modal_color-blue .banks .banks__slider-value{color:#62b8e7}.mobile-modal_color-blue .consultation_dark{background:#173343}.mobile-modal_color-blue .infra .checkbox__marker{background:#62b8e7}.mobile-modal_color-blue .promo__label,.mobile-modal_color-blue .promo__position,.mobile-modal_color-blue .property .button_view_outline-with-icon-invert,.mobile-modal_color-blue .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-blue .property .card__dates,.mobile-modal_color-blue .property .map-card__dates{color:#62b8e7}.mobile-modal_color-blue .property .button_view_outline-with-icon-invert .icon{fill:#62b8e7}.mobile-modal_color-blue .property .button_view_default,.mobile-modal_color-blue .property .simplebar-scrollbar:before{background:#62b8e7}.mobile-modal_color-blue .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-blue .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-blue .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(84,160,202,.2);color:#fff}.mobile-modal_color-blue .block__title_underline:after{background:#62b8e7}.mobile-modal_color-blue .link{color:#fff}.mobile-modal_color-blue .link:hover{color:#62b8e7}.mobile-modal_color-blue .link:active{color:rgba(98,184,231,.5)}.mobile-modal_color-blue .constructor__header,.mobile-modal_color-blue .inner__list-item:before{background:#173343}.mobile-modal_color-blue .constructor__socials .icon{fill:#fff}.mobile-modal_color-blue .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-blue .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal_color-blue .constructor__btn,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-blue .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-blue .button_view_default{background:#62b8e7}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-blue .calculator-section .button_view_default:hover,.mobile-modal_color-blue .constructor__btn:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-blue .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-blue .button_view_default:hover{background:#36a4e0}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-blue .calculator-section .button_view_default:active,.mobile-modal_color-blue .constructor__btn:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-blue .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-blue .button_view_default:active{background:#1e8ac5}.mobile-modal_color-blue .constructor__btn_transparent{background:transparent;color:#173343;border:1px solid #62b8e7}.mobile-modal_color-blue .constructor__btn_transparent:hover{background:#62b8e7}.mobile-modal_color-blue .inner-form__submit{background:#173343;color:#fff}.mobile-modal_color-blue .inner-form__submit:hover{background:#0a161d}.mobile-modal_color-blue .inner-form__submit:active{background:#000}.mobile-modal_color-blue .footer{background:#173343}.mobile-modal_color-blue .footer__socials a{background:rgba(98,184,231,.2)}.mobile-modal_color-blue .footer__socials a:hover{background:rgba(98,184,231,.1)}.mobile-modal_color-blue .footer__toprealtors{border-top:1px solid rgba(98,184,231,.2)}.mobile-modal_color-blue .header__list a:hover{color:#62b8e7}.mobile-modal_color-blue .header__phone{color:#fff}.mobile-modal_color-blue .header__phone:hover{color:#62b8e7}.mobile-modal_color-blue .header__callback-btn{background:#62b8e7}.mobile-modal_color-blue .header__callback-btn:hover{background:#36a4e0}.mobile-modal_color-blue .header__callback-btn:active{background:#1e8ac5}@media screen and (max-width:767px){.mobile-modal_color-blue .header__callback-btn_mob{background:#62b8e7}}@media screen and (max-width:1279px){.mobile-modal_color-blue .header__nav{background:#54a0ca}}@media screen and (max-width:767px){.mobile-modal_color-blue .header__nav{background:#fff}}.mobile-modal_color-blue .header__nav-toggler{background:#54a0ca}.mobile-modal_color-blue .background_sphere~.promo{background:#62b8e7}.mobile-modal_color-blue .background_sphere~.promo .promo__btn{background:#173343}.mobile-modal_color-blue .background_sphere~.promo .promo__btn:hover{background:rgba(23,51,67,.9)}.mobile-modal_color-blue .background_sphere~.promo .promo__btn:active{background:rgba(23,51,67,.8)}.mobile-modal_color-blue .constructor__socials_banner .icon,.mobile-modal_color-blue .constructor__socials_banner .icon:active,.mobile-modal_color-blue .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-blue .property .label-item{color:#62b8e7}.mobile-modal_color-blue .property .button_view_ghost .icon,.mobile-modal_color-blue .property .button_view_outline-with-icon-invert .icon{fill:#62b8e7}.mobile-modal_color-blue .types-tabs{border:1px solid #62b8e7}.mobile-modal_color-blue .types-tabs__background{background:#62b8e7}.mobile-modal_color-blue .types-tabs__item:hover{background:rgba(98,184,231,.2)}.mobile-modal_color-blue .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#62b8e7;transition:none}.mobile-modal_color-blue .types-tabs__item:hover:not(.is-active) path{fill:rgba(98,184,231,.2);stroke:#62b8e7;transition:none}.mobile-modal_color-blue .types-tabs__item.is-active:active .types-tabs__name{color:#62b8e7}.mobile-modal_color-blue .types-tabs__item.is-active path{fill:#62b8e7;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-blue .typical__label,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-blue .property__btn.property__btn_active.button_view_default{background:#62b8e7}.mobile-modal_color-blue .typical__btn{background:none;border:1px solid #62b8e7}.mobile-modal_color-blue .typical__btn:hover{background:#62b8e7;color:#fff}.mobile-modal_color-blue .lid__fill-svg{fill:#62b8e7}.mobile-modal_color-blue .consultation__map-icon{stroke:#62b8e7}.mobile-modal_color-blue .consultation__map-info{background:#173343}.mobile-modal_color-blue .consultation__form .link{color:#62b8e7}.mobile-modal_color-blue .constructor__social-btn_site{background:#173343}.mobile-modal_color-blue .video .simplebar-scrollbar:before{background:#62b8e7}.mobile-modal_color-blue .swiper-pagination-bullet-active{background-color:#62b8e7}.mobile-modal_color-blue .property .cards__item.cards__item_highlight{border:2px solid #62b8e7}.mobile-modal_color-blue .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#62b8e7}.mobile-modal_color-blue .co__manager-btn,.mobile-modal_color-blue .co__video-panel{background:#62b8e7}.mobile-modal_color-blue .co__manager-btn:hover,.mobile-modal_color-blue .co__video-panel:hover{background:#36a4e0}.mobile-modal_color-blue .co__manager-btn:active,.mobile-modal_color-blue .co__video-panel:active{background:#1e8ac5}.mobile-modal_color-blue .co__manager{border:1px solid #62b8e7}.mobile-modal_color-blue .co__online-icon,.mobile-modal_color-blue .co__video-circle,.mobile-modal_color-blue .mortgage__icon{fill:#62b8e7}.mobile-modal_color-blue .co__on-map{color:#62b8e7}.mobile-modal_color-blue .co__on-map:hover{color:#36a4e0}.mobile-modal_color-blue .co__on-map:active{color:#1e8ac5}.mobile-modal_color-blue .co__on-map-icon{fill:#62b8e7}.mobile-modal_color-blue #dist-map-container [class*=-hint],.mobile-modal_color-blue #myMap [class*=-hint]{background-color:#62b8e7}.mobile-modal_color-blue #dist-map-container [class*=-hint]:after,.mobile-modal_color-blue #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #62b8e7;border-left:13px solid transparent;background-image:none}.mobile-modal_color-blue .inner-form{background:#62b8e7}.mobile-modal_color-blue .inner__header,.mobile-modal_color-blue .inner__section{border-color:#62b8e7}.mobile-modal_color-blue .breadcrumbs a[href]{color:#62b8e7}.mobile-modal_color-blue .breadcrumbs a[href]:hover{color:rgba(98,184,231,.9)}.mobile-modal_color-blue .breadcrumbs a[href]:active{color:rgba(98,184,231,.8)}.mobile-modal_color-blue .inner__main-color-bg{background-color:#62b8e7}.mobile-modal_color-blue .video__h5{color:#173343}.mobile-modal_color-blue .contact__icon{stroke:#62b8e7}.mobile-modal_color-blue .contact__anchor[href]:focus,.mobile-modal_color-blue .contact__anchor[href]:hover{color:#62b8e7}.mobile-modal_color-blue .contact__anchor[href]:active{color:#36a4e0}.mobile-modal_color-blue .contacts-socials__header{border-color:#62b8e7}.mobile-modal_color-blue .contacts-socials__icon{background-color:#62b8e7}.mobile-modal_color-blue .contacts-socials__item:focus,.mobile-modal_color-blue .contacts-socials__item:hover{color:#62b8e7}.mobile-modal_color-blue .contacts-socials__item:active{color:#36a4e0}.mobile-modal_color-blue .background__paint:after{background:#62b8e7}.mobile-modal_color-blue .promo__paint-bg svg{fill:#173343}.mobile-modal_color-blue .background__pyramid svg.pyramid{fill:rgba(98,184,231,.7)}.mobile-modal_color-blue .background__pyramid:after{background:#62b8e7}.mobile-modal_color-blue .background__pyramid .left-bg{background:#173343}.mobile-modal_color-blue .slider__input .noUi-handle{background-color:#62b8e7}.mobile-modal_color-blue .stroke-color{stroke:#173343}.mobile-modal_color-blue .header__socials,.mobile-modal_color-blue .header__top-menu-drop{background-color:#173343}.mobile-modal_color-blue .lp__agreement{color:#62b8e7}.mobile-modal_color-blue .lp .simplebar-scrollbar:before{background-color:#62b8e7}.mobile-modal_color-blue .header__socials{background-color:#151622}.mobile-modal_color-blue.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-blue.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-blue.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-blue.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-blue.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-blue.constructor_darkMode .advantages__item-inner,.mobile-modal_color-blue.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-blue.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-blue.constructor_darkMode .card .show__map{border-color:#62b8e7}.mobile-modal_color-blue.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-blue.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-blue.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-blue.constructor_darkMode .block,.mobile-modal_color-blue.constructor_darkMode .card__body,.mobile-modal_color-blue.constructor_darkMode .cards__map-cards,.mobile-modal_color-blue.constructor_darkMode .constructor__header,.mobile-modal_color-blue.constructor_darkMode .footer,.mobile-modal_color-blue.constructor_darkMode .property .section_view_gray,.mobile-modal_color-blue.constructor_darkMode .reviews__cloud,.mobile-modal_color-blue.constructor_darkMode .section_view_white,.mobile-modal_color-blue.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-blue.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-blue.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-blue.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-blue.constructor_darkMode .card,.mobile-modal_color-blue.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-blue.constructor_darkMode .card__body,.mobile-modal_color-blue.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-blue.constructor_darkMode .consultation__form input,.mobile-modal_color-blue.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-blue.constructor_darkMode .promo__text,.mobile-modal_color-blue.constructor_darkMode .typical__btn,.mobile-modal_color-blue.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-blue.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-blue.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-blue.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-blue.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-blue.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-blue.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-blue.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-blue.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-blue.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-blue.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-blue.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-blue.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-blue.constructor_darkMode .background__fill-black{fill:#54a0ca}.mobile-modal_color-blue.constructor_darkMode .promo__label,.mobile-modal_color-blue.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-yellow .fill-1{fill:#ffd336}.mobile-modal_color-yellow .stroke-1{stroke:#ffd336}.mobile-modal_color-yellow .color-1{color:#ffd336}.mobile-modal_color-yellow .background-1{background-color:#ffd336}@media screen and (max-width:767px){.mobile-modal_color-yellow .lp__phone{background:#ffd336}}.mobile-modal_color-yellow .lp__phone-svg{fill:#ffd336}@media screen and (max-width:767px){.mobile-modal_color-yellow .lp__phone-svg{fill:#fff}}.mobile-modal_color-yellow .about__features,.mobile-modal_color-yellow .about__features-list{background:#ffd336}.mobile-modal_color-yellow .background__fill-main{fill:#ffd336}.mobile-modal_color-yellow .background__fill-black{fill:#2c2e3e}.mobile-modal_color-yellow .banner{background:#2c2e3e}.mobile-modal_color-yellow .banner__img path{fill:#ffd336;stroke:#ffd336}.mobile-modal_color-yellow .card .show__map svg{fill:#ffd336}.mobile-modal_color-yellow .banks .banks__slider-value{color:#ffd336}.mobile-modal_color-yellow .consultation_dark{background:#2c2e3e}.mobile-modal_color-yellow .infra .checkbox__marker{background:#ffd336}.mobile-modal_color-yellow .promo__label,.mobile-modal_color-yellow .promo__position,.mobile-modal_color-yellow .property .button_view_outline-with-icon-invert,.mobile-modal_color-yellow .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-yellow .property .card__dates,.mobile-modal_color-yellow .property .map-card__dates{color:#ffd336}.mobile-modal_color-yellow .property .button_view_outline-with-icon-invert .icon{fill:#ffd336}.mobile-modal_color-yellow .property .button_view_default,.mobile-modal_color-yellow .property .simplebar-scrollbar:before{background:#ffd336}.mobile-modal_color-yellow .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-yellow .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-yellow .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(238,192,33,.2);color:#fff}.mobile-modal_color-yellow .block__title_underline:after{background:#ffd336}.mobile-modal_color-yellow .link{color:#fff}.mobile-modal_color-yellow .link:hover{color:#ffd336}.mobile-modal_color-yellow .link:active{color:rgba(255,211,54,.5)}.mobile-modal_color-yellow .constructor__header,.mobile-modal_color-yellow .inner__list-item:before{background:#2c2e3e}.mobile-modal_color-yellow .constructor__socials .icon{fill:#fff}.mobile-modal_color-yellow .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-yellow .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-yellow .constructor__btn{background:#ffd336}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-yellow .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .button_view_default:hover,.mobile-modal_color-yellow .constructor__btn:hover{background:#ffc803}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-yellow .button_view_default:active,.mobile-modal_color-yellow .calculator-section .button_view_default:active,.mobile-modal_color-yellow .constructor__btn:active{background:#cfa200}.mobile-modal_color-yellow .constructor__btn_transparent{background:transparent;color:#2c2e3e;border:1px solid #ffd336}.mobile-modal_color-yellow .constructor__btn_transparent:hover{background:#ffd336}.mobile-modal_color-yellow .inner-form__submit{background:#2c2e3e;color:#fff}.mobile-modal_color-yellow .inner-form__submit:hover{background:#171820}.mobile-modal_color-yellow .inner-form__submit:active{background:#020202}.mobile-modal_color-yellow .footer{background:#2c2e3e}.mobile-modal_color-yellow .footer__socials a{background:rgba(255,211,54,.2)}.mobile-modal_color-yellow .footer__socials a:hover{background:rgba(255,211,54,.1)}.mobile-modal_color-yellow .footer__toprealtors{border-top:1px solid rgba(255,211,54,.2)}.mobile-modal_color-yellow .header__list a:hover{color:#ffd336}.mobile-modal_color-yellow .header__phone{color:#fff}.mobile-modal_color-yellow .header__phone:hover{color:#ffd336}.mobile-modal_color-yellow .header__callback-btn{background:#ffd336}.mobile-modal_color-yellow .header__callback-btn:hover{background:#ffc803}.mobile-modal_color-yellow .header__callback-btn:active{background:#cfa200}@media screen and (max-width:767px){.mobile-modal_color-yellow .header__callback-btn_mob{background:#ffd336}}@media screen and (max-width:1279px){.mobile-modal_color-yellow .header__nav{background:#eec021}}@media screen and (max-width:767px){.mobile-modal_color-yellow .header__nav{background:#fff}}.mobile-modal_color-yellow .header__nav-toggler{background:#eec021}.mobile-modal_color-yellow .background_sphere~.promo{background:#ffd336}.mobile-modal_color-yellow .background_sphere~.promo .promo__btn{background:#2c2e3e}.mobile-modal_color-yellow .background_sphere~.promo .promo__btn:hover{background:rgba(44,46,62,.9)}.mobile-modal_color-yellow .background_sphere~.promo .promo__btn:active{background:rgba(44,46,62,.8)}.mobile-modal_color-yellow .constructor__socials_banner .icon,.mobile-modal_color-yellow .constructor__socials_banner .icon:active,.mobile-modal_color-yellow .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-yellow .property .label-item{color:#ffd336}.mobile-modal_color-yellow .property .button_view_ghost .icon,.mobile-modal_color-yellow .property .button_view_outline-with-icon-invert .icon{fill:#ffd336}.mobile-modal_color-yellow .types-tabs{border:1px solid #ffd336}.mobile-modal_color-yellow .types-tabs__background{background:#ffd336}.mobile-modal_color-yellow .types-tabs__item:hover{background:rgba(255,211,54,.2)}.mobile-modal_color-yellow .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#ffd336;transition:none}.mobile-modal_color-yellow .types-tabs__item:hover:not(.is-active) path{fill:rgba(255,211,54,.2);stroke:#ffd336;transition:none}.mobile-modal_color-yellow .types-tabs__item.is-active:active .types-tabs__name{color:#ffd336}.mobile-modal_color-yellow .types-tabs__item.is-active path{fill:#ffd336;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-yellow .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-yellow .typical__label{background:#ffd336}.mobile-modal_color-yellow .typical__btn{background:none;border:1px solid #ffd336}.mobile-modal_color-yellow .typical__btn:hover{background:#ffd336;color:#fff}.mobile-modal_color-yellow .lid__fill-svg{fill:#ffd336}.mobile-modal_color-yellow .consultation__map-icon{stroke:#ffd336}.mobile-modal_color-yellow .consultation__map-info{background:#2c2e3e}.mobile-modal_color-yellow .consultation__form .link{color:#ffd336}.mobile-modal_color-yellow .constructor__social-btn_site{background:#2c2e3e}.mobile-modal_color-yellow .video .simplebar-scrollbar:before{background:#ffd336}.mobile-modal_color-yellow .swiper-pagination-bullet-active{background-color:#ffd336}.mobile-modal_color-yellow .property .cards__item.cards__item_highlight{border:2px solid #ffd336}.mobile-modal_color-yellow .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#ffd336}.mobile-modal_color-yellow .co__manager-btn,.mobile-modal_color-yellow .co__video-panel{background:#ffd336}.mobile-modal_color-yellow .co__manager-btn:hover,.mobile-modal_color-yellow .co__video-panel:hover{background:#ffc803}.mobile-modal_color-yellow .co__manager-btn:active,.mobile-modal_color-yellow .co__video-panel:active{background:#cfa200}.mobile-modal_color-yellow .co__manager{border:1px solid #ffd336}.mobile-modal_color-yellow .co__online-icon,.mobile-modal_color-yellow .co__video-circle,.mobile-modal_color-yellow .mortgage__icon{fill:#ffd336}.mobile-modal_color-yellow .co__on-map{color:#ffd336}.mobile-modal_color-yellow .co__on-map:hover{color:#ffc803}.mobile-modal_color-yellow .co__on-map:active{color:#cfa200}.mobile-modal_color-yellow .co__on-map-icon{fill:#ffd336}.mobile-modal_color-yellow #dist-map-container [class*=-hint],.mobile-modal_color-yellow #myMap [class*=-hint]{background-color:#ffd336}.mobile-modal_color-yellow #dist-map-container [class*=-hint]:after,.mobile-modal_color-yellow #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #ffd336;border-left:13px solid transparent;background-image:none}.mobile-modal_color-yellow .inner-form{background:#ffd336}.mobile-modal_color-yellow .inner__header,.mobile-modal_color-yellow .inner__section{border-color:#ffd336}.mobile-modal_color-yellow .breadcrumbs a[href]{color:#ffd336}.mobile-modal_color-yellow .breadcrumbs a[href]:hover{color:rgba(255,211,54,.9)}.mobile-modal_color-yellow .breadcrumbs a[href]:active{color:rgba(255,211,54,.8)}.mobile-modal_color-yellow .inner__main-color-bg{background-color:#ffd336}.mobile-modal_color-yellow .video__h5{color:#2c2e3e}.mobile-modal_color-yellow .contact__icon{stroke:#ffd336}.mobile-modal_color-yellow .contact__anchor[href]:focus,.mobile-modal_color-yellow .contact__anchor[href]:hover{color:#ffd336}.mobile-modal_color-yellow .contact__anchor[href]:active{color:#ffc803}.mobile-modal_color-yellow .contacts-socials__header{border-color:#ffd336}.mobile-modal_color-yellow .contacts-socials__icon{background-color:#ffd336}.mobile-modal_color-yellow .contacts-socials__item:focus,.mobile-modal_color-yellow .contacts-socials__item:hover{color:#ffd336}.mobile-modal_color-yellow .contacts-socials__item:active{color:#ffc803}.mobile-modal_color-yellow .background__paint:after{background:#ffd336}.mobile-modal_color-yellow .promo__paint-bg svg{fill:#2c2e3e}.mobile-modal_color-yellow .background__pyramid svg.pyramid{fill:rgba(255,211,54,.7)}.mobile-modal_color-yellow .background__pyramid:after{background:#ffd336}.mobile-modal_color-yellow .background__pyramid .left-bg{background:#2c2e3e}.mobile-modal_color-yellow .slider__input .noUi-handle{background-color:#ffd336}.mobile-modal_color-yellow .stroke-color{stroke:#2c2e3e}.mobile-modal_color-yellow .header__socials,.mobile-modal_color-yellow .header__top-menu-drop{background-color:#2c2e3e}.mobile-modal_color-yellow .lp__agreement{color:#ffd336}.mobile-modal_color-yellow .lp .simplebar-scrollbar:before{background-color:#ffd336}.mobile-modal_color-yellow .header__socials{background-color:#151622}.mobile-modal_color-yellow.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-yellow.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-yellow.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-yellow.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-yellow.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-yellow.constructor_darkMode .advantages__item-inner,.mobile-modal_color-yellow.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-yellow.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-yellow.constructor_darkMode .card .show__map{border-color:#ffd336}.mobile-modal_color-yellow.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-yellow.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-yellow.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-yellow.constructor_darkMode .block,.mobile-modal_color-yellow.constructor_darkMode .card__body,.mobile-modal_color-yellow.constructor_darkMode .cards__map-cards,.mobile-modal_color-yellow.constructor_darkMode .constructor__header,.mobile-modal_color-yellow.constructor_darkMode .footer,.mobile-modal_color-yellow.constructor_darkMode .property .section_view_gray,.mobile-modal_color-yellow.constructor_darkMode .reviews__cloud,.mobile-modal_color-yellow.constructor_darkMode .section_view_white,.mobile-modal_color-yellow.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-yellow.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-yellow.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-yellow.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-yellow.constructor_darkMode .card,.mobile-modal_color-yellow.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-yellow.constructor_darkMode .card__body,.mobile-modal_color-yellow.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-yellow.constructor_darkMode .consultation__form input,.mobile-modal_color-yellow.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-yellow.constructor_darkMode .promo__text,.mobile-modal_color-yellow.constructor_darkMode .typical__btn,.mobile-modal_color-yellow.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-yellow.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-yellow.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-yellow.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-yellow.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-yellow.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-yellow.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-yellow.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-yellow.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-yellow.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-yellow.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-yellow.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-yellow.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-yellow.constructor_darkMode .background__fill-black{fill:#eec021}.mobile-modal_color-yellow.constructor_darkMode .promo__label,.mobile-modal_color-yellow.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-red .fill-1{fill:#dd453b}.mobile-modal_color-red .stroke-1{stroke:#dd453b}.mobile-modal_color-red .color-1{color:#dd453b}.mobile-modal_color-red .background-1{background-color:#dd453b}@media screen and (max-width:767px){.mobile-modal_color-red .lp__phone{background:#dd453b}}.mobile-modal_color-red .lp__phone-svg{fill:#dd453b}@media screen and (max-width:767px){.mobile-modal_color-red .lp__phone-svg{fill:#fff}}.mobile-modal_color-red .about__features,.mobile-modal_color-red .about__features-list{background:#dd453b}.mobile-modal_color-red .background__fill-main{fill:#dd453b}.mobile-modal_color-red .background__fill-black{fill:#301120}.mobile-modal_color-red .banner{background:#301120}.mobile-modal_color-red .banner__img path{fill:#dd453b;stroke:#dd453b}.mobile-modal_color-red .card .show__map svg{fill:#dd453b}.mobile-modal_color-red .banks .banks__slider-value{color:#dd453b}.mobile-modal_color-red .consultation_dark{background:#301120}.mobile-modal_color-red .infra .checkbox__marker{background:#dd453b}.mobile-modal_color-red .promo__label,.mobile-modal_color-red .promo__position,.mobile-modal_color-red .property .button_view_outline-with-icon-invert,.mobile-modal_color-red .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-red .property .card__dates,.mobile-modal_color-red .property .map-card__dates{color:#dd453b}.mobile-modal_color-red .property .button_view_outline-with-icon-invert .icon{fill:#dd453b}.mobile-modal_color-red .property .button_view_default,.mobile-modal_color-red .property .simplebar-scrollbar:before{background:#dd453b}.mobile-modal_color-red .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-red .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-red .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(182,46,37,.2);color:#fff}.mobile-modal_color-red .block__title_underline:after{background:#dd453b}.mobile-modal_color-red .link{color:#fff}.mobile-modal_color-red .link:hover{color:#dd453b}.mobile-modal_color-red .link:active{color:rgba(221,69,59,.5)}.mobile-modal_color-red .constructor__header,.mobile-modal_color-red .inner__list-item:before{background:#301120}.mobile-modal_color-red .constructor__socials .icon{fill:#fff}.mobile-modal_color-red .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-red .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal_color-red .constructor__btn,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-red .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-red .button_view_default{background:#dd453b}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-red .calculator-section .button_view_default:hover,.mobile-modal_color-red .constructor__btn:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-red .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-red .button_view_default:hover{background:#c32c22}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-red .calculator-section .button_view_default:active,.mobile-modal_color-red .constructor__btn:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-red .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-red .button_view_default:active{background:#98221a}.mobile-modal_color-red .constructor__btn_transparent{background:transparent;color:#301120;border:1px solid #dd453b}.mobile-modal_color-red .constructor__btn_transparent:hover{background:#dd453b}.mobile-modal_color-red .inner-form__submit{background:#301120;color:#fff}.mobile-modal_color-red .inner-form__submit:hover{background:#0a0407}.mobile-modal_color-red .inner-form__submit:active{background:#000}.mobile-modal_color-red .footer{background:#301120}.mobile-modal_color-red .footer__socials a{background:rgba(221,69,59,.2)}.mobile-modal_color-red .footer__socials a:hover{background:rgba(221,69,59,.1)}.mobile-modal_color-red .footer__toprealtors{border-top:1px solid rgba(221,69,59,.2)}.mobile-modal_color-red .header__list a:hover{color:#dd453b}.mobile-modal_color-red .header__phone{color:#fff}.mobile-modal_color-red .header__phone:hover{color:#dd453b}.mobile-modal_color-red .header__callback-btn{background:#dd453b}.mobile-modal_color-red .header__callback-btn:hover{background:#c32c22}.mobile-modal_color-red .header__callback-btn:active{background:#98221a}@media screen and (max-width:767px){.mobile-modal_color-red .header__callback-btn_mob{background:#dd453b}}@media screen and (max-width:1279px){.mobile-modal_color-red .header__nav{background:#b62e25}}@media screen and (max-width:767px){.mobile-modal_color-red .header__nav{background:#fff}}.mobile-modal_color-red .header__nav-toggler{background:#b62e25}.mobile-modal_color-red .background_sphere~.promo{background:#dd453b}.mobile-modal_color-red .background_sphere~.promo .promo__btn{background:#301120}.mobile-modal_color-red .background_sphere~.promo .promo__btn:hover{background:rgba(48,17,32,.9)}.mobile-modal_color-red .background_sphere~.promo .promo__btn:active{background:rgba(48,17,32,.8)}.mobile-modal_color-red .constructor__socials_banner .icon,.mobile-modal_color-red .constructor__socials_banner .icon:active,.mobile-modal_color-red .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-red .property .label-item{color:#dd453b}.mobile-modal_color-red .property .button_view_ghost .icon,.mobile-modal_color-red .property .button_view_outline-with-icon-invert .icon{fill:#dd453b}.mobile-modal_color-red .types-tabs{border:1px solid #dd453b}.mobile-modal_color-red .types-tabs__background{background:#dd453b}.mobile-modal_color-red .types-tabs__item:hover{background:rgba(221,69,59,.2)}.mobile-modal_color-red .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#dd453b;transition:none}.mobile-modal_color-red .types-tabs__item:hover:not(.is-active) path{fill:rgba(221,69,59,.2);stroke:#dd453b;transition:none}.mobile-modal_color-red .types-tabs__item.is-active:active .types-tabs__name{color:#dd453b}.mobile-modal_color-red .types-tabs__item.is-active path{fill:#dd453b;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-red .typical__label,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-red .property__btn.property__btn_active.button_view_default{background:#dd453b}.mobile-modal_color-red .typical__btn{background:none;border:1px solid #dd453b}.mobile-modal_color-red .typical__btn:hover{background:#dd453b;color:#fff}.mobile-modal_color-red .lid__fill-svg{fill:#dd453b}.mobile-modal_color-red .consultation__map-icon{stroke:#dd453b}.mobile-modal_color-red .consultation__map-info{background:#301120}.mobile-modal_color-red .consultation__form .link{color:#dd453b}.mobile-modal_color-red .constructor__social-btn_site{background:#301120}.mobile-modal_color-red .video .simplebar-scrollbar:before{background:#dd453b}.mobile-modal_color-red .swiper-pagination-bullet-active{background-color:#dd453b}.mobile-modal_color-red .property .cards__item.cards__item_highlight{border:2px solid #dd453b}.mobile-modal_color-red .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#dd453b}.mobile-modal_color-red .co__manager-btn,.mobile-modal_color-red .co__video-panel{background:#dd453b}.mobile-modal_color-red .co__manager-btn:hover,.mobile-modal_color-red .co__video-panel:hover{background:#c32c22}.mobile-modal_color-red .co__manager-btn:active,.mobile-modal_color-red .co__video-panel:active{background:#98221a}.mobile-modal_color-red .co__manager{border:1px solid #dd453b}.mobile-modal_color-red .co__online-icon,.mobile-modal_color-red .co__video-circle,.mobile-modal_color-red .mortgage__icon{fill:#dd453b}.mobile-modal_color-red .co__on-map{color:#dd453b}.mobile-modal_color-red .co__on-map:hover{color:#c32c22}.mobile-modal_color-red .co__on-map:active{color:#98221a}.mobile-modal_color-red .co__on-map-icon{fill:#dd453b}.mobile-modal_color-red #dist-map-container [class*=-hint],.mobile-modal_color-red #myMap [class*=-hint]{background-color:#dd453b}.mobile-modal_color-red #dist-map-container [class*=-hint]:after,.mobile-modal_color-red #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #dd453b;border-left:13px solid transparent;background-image:none}.mobile-modal_color-red .inner-form{background:#dd453b}.mobile-modal_color-red .inner__header,.mobile-modal_color-red .inner__section{border-color:#dd453b}.mobile-modal_color-red .breadcrumbs a[href]{color:#dd453b}.mobile-modal_color-red .breadcrumbs a[href]:hover{color:rgba(221,69,59,.9)}.mobile-modal_color-red .breadcrumbs a[href]:active{color:rgba(221,69,59,.8)}.mobile-modal_color-red .inner__main-color-bg{background-color:#dd453b}.mobile-modal_color-red .video__h5{color:#301120}.mobile-modal_color-red .contact__icon{stroke:#dd453b}.mobile-modal_color-red .contact__anchor[href]:focus,.mobile-modal_color-red .contact__anchor[href]:hover{color:#dd453b}.mobile-modal_color-red .contact__anchor[href]:active{color:#c32c22}.mobile-modal_color-red .contacts-socials__header{border-color:#dd453b}.mobile-modal_color-red .contacts-socials__icon{background-color:#dd453b}.mobile-modal_color-red .contacts-socials__item:focus,.mobile-modal_color-red .contacts-socials__item:hover{color:#dd453b}.mobile-modal_color-red .contacts-socials__item:active{color:#c32c22}.mobile-modal_color-red .background__paint:after{background:#dd453b}.mobile-modal_color-red .promo__paint-bg svg{fill:#301120}.mobile-modal_color-red .background__pyramid svg.pyramid{fill:rgba(221,69,59,.7)}.mobile-modal_color-red .background__pyramid:after{background:#dd453b}.mobile-modal_color-red .background__pyramid .left-bg{background:#301120}.mobile-modal_color-red .slider__input .noUi-handle{background-color:#dd453b}.mobile-modal_color-red .stroke-color{stroke:#301120}.mobile-modal_color-red .header__socials,.mobile-modal_color-red .header__top-menu-drop{background-color:#301120}.mobile-modal_color-red .lp__agreement{color:#dd453b}.mobile-modal_color-red .lp .simplebar-scrollbar:before{background-color:#dd453b}.mobile-modal_color-red .header__socials{background-color:#151622}.mobile-modal_color-red.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-red.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-red.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-red.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-red.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-red.constructor_darkMode .advantages__item-inner,.mobile-modal_color-red.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-red.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-red.constructor_darkMode .card .show__map{border-color:#dd453b}.mobile-modal_color-red.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-red.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-red.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-red.constructor_darkMode .block,.mobile-modal_color-red.constructor_darkMode .card__body,.mobile-modal_color-red.constructor_darkMode .cards__map-cards,.mobile-modal_color-red.constructor_darkMode .constructor__header,.mobile-modal_color-red.constructor_darkMode .footer,.mobile-modal_color-red.constructor_darkMode .property .section_view_gray,.mobile-modal_color-red.constructor_darkMode .reviews__cloud,.mobile-modal_color-red.constructor_darkMode .section_view_white,.mobile-modal_color-red.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-red.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-red.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-red.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-red.constructor_darkMode .card,.mobile-modal_color-red.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-red.constructor_darkMode .card__body,.mobile-modal_color-red.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-red.constructor_darkMode .consultation__form input,.mobile-modal_color-red.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-red.constructor_darkMode .promo__text,.mobile-modal_color-red.constructor_darkMode .typical__btn,.mobile-modal_color-red.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-red.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-red.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-red.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-red.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-red.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-red.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-red.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-red.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-red.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-red.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-red.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-red.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-red.constructor_darkMode .background__fill-black{fill:#b62e25}.mobile-modal_color-red.constructor_darkMode .promo__label,.mobile-modal_color-red.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-gray .fill-1{fill:#a9a9b8}.mobile-modal_color-gray .stroke-1{stroke:#a9a9b8}.mobile-modal_color-gray .color-1{color:#a9a9b8}.mobile-modal_color-gray .background-1{background-color:#a9a9b8}@media screen and (max-width:767px){.mobile-modal_color-gray .lp__phone{background:#a9a9b8}}.mobile-modal_color-gray .lp__phone-svg{fill:#a9a9b8}@media screen and (max-width:767px){.mobile-modal_color-gray .lp__phone-svg{fill:#fff}}.mobile-modal_color-gray .about__features,.mobile-modal_color-gray .about__features-list{background:#a9a9b8}.mobile-modal_color-gray .background__fill-main{fill:#a9a9b8}.mobile-modal_color-gray .background__fill-black{fill:#3f3f57}.mobile-modal_color-gray .banner{background:#3f3f57}.mobile-modal_color-gray .banner__img path{fill:#a9a9b8;stroke:#a9a9b8}.mobile-modal_color-gray .card .show__map svg{fill:#a9a9b8}.mobile-modal_color-gray .banks .banks__slider-value{color:#a9a9b8}.mobile-modal_color-gray .consultation_dark{background:#3f3f57}.mobile-modal_color-gray .infra .checkbox__marker{background:#a9a9b8}.mobile-modal_color-gray .promo__label,.mobile-modal_color-gray .promo__position,.mobile-modal_color-gray .property .button_view_outline-with-icon-invert,.mobile-modal_color-gray .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-gray .property .card__dates,.mobile-modal_color-gray .property .map-card__dates{color:#a9a9b8}.mobile-modal_color-gray .property .button_view_outline-with-icon-invert .icon{fill:#a9a9b8}.mobile-modal_color-gray .property .button_view_default,.mobile-modal_color-gray .property .simplebar-scrollbar:before{background:#a9a9b8}.mobile-modal_color-gray .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-gray .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-gray .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(144,144,166,.2);color:#fff}.mobile-modal_color-gray .block__title_underline:after{background:#a9a9b8}.mobile-modal_color-gray .link{color:#fff}.mobile-modal_color-gray .link:hover{color:#a9a9b8}.mobile-modal_color-gray .link:active{color:rgba(169,169,184,.5)}.mobile-modal_color-gray .constructor__header,.mobile-modal_color-gray .inner__list-item:before{background:#3f3f57}.mobile-modal_color-gray .constructor__socials .icon{fill:#fff}.mobile-modal_color-gray .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-gray .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal_color-gray .constructor__btn,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-gray .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-gray .button_view_default{background:#a9a9b8}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-gray .calculator-section .button_view_default:hover,.mobile-modal_color-gray .constructor__btn:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-gray .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-gray .button_view_default:hover{background:#8d8da1}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-gray .calculator-section .button_view_default:active,.mobile-modal_color-gray .constructor__btn:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-gray .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-gray .button_view_default:active{background:#727289}.mobile-modal_color-gray .constructor__btn_transparent{background:transparent;color:#3f3f57;border:1px solid #a9a9b8}.mobile-modal_color-gray .constructor__btn_transparent:hover{background:#a9a9b8}.mobile-modal_color-gray .inner-form__submit{background:#3f3f57;color:#fff}.mobile-modal_color-gray .inner-form__submit:hover{background:#2a2a39}.mobile-modal_color-gray .inner-form__submit:active{background:#14141c}.mobile-modal_color-gray .footer{background:#3f3f57}.mobile-modal_color-gray .footer__socials a{background:rgba(169,169,184,.2)}.mobile-modal_color-gray .footer__socials a:hover{background:rgba(169,169,184,.1)}.mobile-modal_color-gray .footer__toprealtors{border-top:1px solid rgba(169,169,184,.2)}.mobile-modal_color-gray .header__list a:hover{color:#a9a9b8}.mobile-modal_color-gray .header__phone{color:#fff}.mobile-modal_color-gray .header__phone:hover{color:#a9a9b8}.mobile-modal_color-gray .header__callback-btn{background:#a9a9b8}.mobile-modal_color-gray .header__callback-btn:hover{background:#8d8da1}.mobile-modal_color-gray .header__callback-btn:active{background:#727289}@media screen and (max-width:767px){.mobile-modal_color-gray .header__callback-btn_mob{background:#a9a9b8}}@media screen and (max-width:1279px){.mobile-modal_color-gray .header__nav{background:#9090a6}}@media screen and (max-width:767px){.mobile-modal_color-gray .header__nav{background:#fff}}.mobile-modal_color-gray .header__nav-toggler{background:#9090a6}.mobile-modal_color-gray .background_sphere~.promo{background:#a9a9b8}.mobile-modal_color-gray .background_sphere~.promo .promo__btn{background:#3f3f57}.mobile-modal_color-gray .background_sphere~.promo .promo__btn:hover{background:rgba(63,63,87,.9)}.mobile-modal_color-gray .background_sphere~.promo .promo__btn:active{background:rgba(63,63,87,.8)}.mobile-modal_color-gray .constructor__socials_banner .icon,.mobile-modal_color-gray .constructor__socials_banner .icon:active,.mobile-modal_color-gray .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-gray .property .label-item{color:#a9a9b8}.mobile-modal_color-gray .property .button_view_ghost .icon,.mobile-modal_color-gray .property .button_view_outline-with-icon-invert .icon{fill:#a9a9b8}.mobile-modal_color-gray .types-tabs{border:1px solid #a9a9b8}.mobile-modal_color-gray .types-tabs__background{background:#a9a9b8}.mobile-modal_color-gray .types-tabs__item:hover{background:rgba(169,169,184,.2)}.mobile-modal_color-gray .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#a9a9b8;transition:none}.mobile-modal_color-gray .types-tabs__item:hover:not(.is-active) path{fill:rgba(169,169,184,.2);stroke:#a9a9b8;transition:none}.mobile-modal_color-gray .types-tabs__item.is-active:active .types-tabs__name{color:#a9a9b8}.mobile-modal_color-gray .types-tabs__item.is-active path{fill:#a9a9b8;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-gray .typical__label,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-gray .property__btn.property__btn_active.button_view_default{background:#a9a9b8}.mobile-modal_color-gray .typical__btn{background:none;border:1px solid #a9a9b8}.mobile-modal_color-gray .typical__btn:hover{background:#a9a9b8;color:#fff}.mobile-modal_color-gray .lid__fill-svg{fill:#a9a9b8}.mobile-modal_color-gray .consultation__map-icon{stroke:#a9a9b8}.mobile-modal_color-gray .consultation__map-info{background:#3f3f57}.mobile-modal_color-gray .consultation__form .link{color:#a9a9b8}.mobile-modal_color-gray .constructor__social-btn_site{background:#3f3f57}.mobile-modal_color-gray .video .simplebar-scrollbar:before{background:#a9a9b8}.mobile-modal_color-gray .swiper-pagination-bullet-active{background-color:#a9a9b8}.mobile-modal_color-gray .property .cards__item.cards__item_highlight{border:2px solid #a9a9b8}.mobile-modal_color-gray .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#a9a9b8}.mobile-modal_color-gray .co__manager-btn,.mobile-modal_color-gray .co__video-panel{background:#a9a9b8}.mobile-modal_color-gray .co__manager-btn:hover,.mobile-modal_color-gray .co__video-panel:hover{background:#8d8da1}.mobile-modal_color-gray .co__manager-btn:active,.mobile-modal_color-gray .co__video-panel:active{background:#727289}.mobile-modal_color-gray .co__manager{border:1px solid #a9a9b8}.mobile-modal_color-gray .co__online-icon,.mobile-modal_color-gray .co__video-circle,.mobile-modal_color-gray .mortgage__icon{fill:#a9a9b8}.mobile-modal_color-gray .co__on-map{color:#a9a9b8}.mobile-modal_color-gray .co__on-map:hover{color:#8d8da1}.mobile-modal_color-gray .co__on-map:active{color:#727289}.mobile-modal_color-gray .co__on-map-icon{fill:#a9a9b8}.mobile-modal_color-gray #dist-map-container [class*=-hint],.mobile-modal_color-gray #myMap [class*=-hint]{background-color:#a9a9b8}.mobile-modal_color-gray #dist-map-container [class*=-hint]:after,.mobile-modal_color-gray #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #a9a9b8;border-left:13px solid transparent;background-image:none}.mobile-modal_color-gray .inner-form{background:#a9a9b8}.mobile-modal_color-gray .inner__header,.mobile-modal_color-gray .inner__section{border-color:#a9a9b8}.mobile-modal_color-gray .breadcrumbs a[href]{color:#a9a9b8}.mobile-modal_color-gray .breadcrumbs a[href]:hover{color:rgba(169,169,184,.9)}.mobile-modal_color-gray .breadcrumbs a[href]:active{color:rgba(169,169,184,.8)}.mobile-modal_color-gray .inner__main-color-bg{background-color:#a9a9b8}.mobile-modal_color-gray .video__h5{color:#3f3f57}.mobile-modal_color-gray .contact__icon{stroke:#a9a9b8}.mobile-modal_color-gray .contact__anchor[href]:focus,.mobile-modal_color-gray .contact__anchor[href]:hover{color:#a9a9b8}.mobile-modal_color-gray .contact__anchor[href]:active{color:#8d8da1}.mobile-modal_color-gray .contacts-socials__header{border-color:#a9a9b8}.mobile-modal_color-gray .contacts-socials__icon{background-color:#a9a9b8}.mobile-modal_color-gray .contacts-socials__item:focus,.mobile-modal_color-gray .contacts-socials__item:hover{color:#a9a9b8}.mobile-modal_color-gray .contacts-socials__item:active{color:#8d8da1}.mobile-modal_color-gray .background__paint:after{background:#a9a9b8}.mobile-modal_color-gray .promo__paint-bg svg{fill:#3f3f57}.mobile-modal_color-gray .background__pyramid svg.pyramid{fill:rgba(169,169,184,.7)}.mobile-modal_color-gray .background__pyramid:after{background:#a9a9b8}.mobile-modal_color-gray .background__pyramid .left-bg{background:#3f3f57}.mobile-modal_color-gray .slider__input .noUi-handle{background-color:#a9a9b8}.mobile-modal_color-gray .stroke-color{stroke:#3f3f57}.mobile-modal_color-gray .header__socials,.mobile-modal_color-gray .header__top-menu-drop{background-color:#3f3f57}.mobile-modal_color-gray .lp__agreement{color:#a9a9b8}.mobile-modal_color-gray .lp .simplebar-scrollbar:before{background-color:#a9a9b8}.mobile-modal_color-gray .header__socials{background-color:#151622}.mobile-modal_color-gray.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-gray.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-gray.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-gray.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-gray.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-gray.constructor_darkMode .advantages__item-inner,.mobile-modal_color-gray.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-gray.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-gray.constructor_darkMode .card .show__map{border-color:#a9a9b8}.mobile-modal_color-gray.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-gray.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-gray.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-gray.constructor_darkMode .block,.mobile-modal_color-gray.constructor_darkMode .card__body,.mobile-modal_color-gray.constructor_darkMode .cards__map-cards,.mobile-modal_color-gray.constructor_darkMode .constructor__header,.mobile-modal_color-gray.constructor_darkMode .footer,.mobile-modal_color-gray.constructor_darkMode .property .section_view_gray,.mobile-modal_color-gray.constructor_darkMode .reviews__cloud,.mobile-modal_color-gray.constructor_darkMode .section_view_white,.mobile-modal_color-gray.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-gray.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-gray.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-gray.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-gray.constructor_darkMode .card,.mobile-modal_color-gray.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-gray.constructor_darkMode .card__body,.mobile-modal_color-gray.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-gray.constructor_darkMode .consultation__form input,.mobile-modal_color-gray.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-gray.constructor_darkMode .promo__text,.mobile-modal_color-gray.constructor_darkMode .typical__btn,.mobile-modal_color-gray.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-gray.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-gray.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-gray.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-gray.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-gray.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-gray.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-gray.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-gray.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-gray.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-gray.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-gray.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-gray.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-gray.constructor_darkMode .background__fill-black{fill:#9090a6}.mobile-modal_color-gray.constructor_darkMode .promo__label,.mobile-modal_color-gray.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-asphalt .fill-1{fill:#5e617f}.mobile-modal_color-asphalt .stroke-1{stroke:#5e617f}.mobile-modal_color-asphalt .color-1{color:#5e617f}.mobile-modal_color-asphalt .background-1{background-color:#5e617f}@media screen and (max-width:767px){.mobile-modal_color-asphalt .lp__phone{background:#5e617f}}.mobile-modal_color-asphalt .lp__phone-svg{fill:#5e617f}@media screen and (max-width:767px){.mobile-modal_color-asphalt .lp__phone-svg{fill:#fff}}.mobile-modal_color-asphalt .about__features,.mobile-modal_color-asphalt .about__features-list{background:#5e617f}.mobile-modal_color-asphalt .background__fill-main{fill:#5e617f}.mobile-modal_color-asphalt .background__fill-black{fill:#1f223e}.mobile-modal_color-asphalt .banner{background:#1f223e}.mobile-modal_color-asphalt .banner__img path{fill:#5e617f;stroke:#5e617f}.mobile-modal_color-asphalt .card .show__map svg{fill:#5e617f}.mobile-modal_color-asphalt .banks .banks__slider-value{color:#5e617f}.mobile-modal_color-asphalt .consultation_dark{background:#1f223e}.mobile-modal_color-asphalt .infra .checkbox__marker{background:#5e617f}.mobile-modal_color-asphalt .promo__label,.mobile-modal_color-asphalt .promo__position,.mobile-modal_color-asphalt .property .button_view_outline-with-icon-invert,.mobile-modal_color-asphalt .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-asphalt .property .card__dates,.mobile-modal_color-asphalt .property .map-card__dates{color:#5e617f}.mobile-modal_color-asphalt .property .button_view_outline-with-icon-invert .icon{fill:#5e617f}.mobile-modal_color-asphalt .property .button_view_default,.mobile-modal_color-asphalt .property .simplebar-scrollbar:before{background:#5e617f}.mobile-modal_color-asphalt .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-asphalt .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-asphalt .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(51,52,68,.2);color:#fff}.mobile-modal_color-asphalt .block__title_underline:after{background:#5e617f}.mobile-modal_color-asphalt .link{color:#fff}.mobile-modal_color-asphalt .link:hover{color:#5e617f}.mobile-modal_color-asphalt .link:active{color:rgba(94,97,127,.5)}.mobile-modal_color-asphalt .constructor__header,.mobile-modal_color-asphalt .inner__list-item:before{background:#1f223e}.mobile-modal_color-asphalt .constructor__socials .icon{fill:#fff}.mobile-modal_color-asphalt .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-asphalt .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal_color-asphalt .constructor__btn,.mobile-modal_color-blue .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-asphalt .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-asphalt .button_view_default{background:#5e617f}.mobile-modal_color-asphalt .calculator-section .button_view_default:hover,.mobile-modal_color-asphalt .constructor__btn:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-asphalt .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-asphalt .button_view_default:hover{background:#484b62}.mobile-modal_color-asphalt .calculator-section .button_view_default:active,.mobile-modal_color-asphalt .constructor__btn:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-asphalt .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-asphalt .button_view_default:active{background:#333444}.mobile-modal_color-asphalt .constructor__btn_transparent{background:transparent;color:#1f223e;border:1px solid #5e617f}.mobile-modal_color-asphalt .constructor__btn_transparent:hover{background:#5e617f}.mobile-modal_color-asphalt .inner-form__submit{background:#1f223e;color:#fff}.mobile-modal_color-asphalt .inner-form__submit:hover{background:#0e0f1c}.mobile-modal_color-asphalt .inner-form__submit:active{background:#000}.mobile-modal_color-asphalt .footer{background:#1f223e}.mobile-modal_color-asphalt .footer__socials a{background:rgba(94,97,127,.2)}.mobile-modal_color-asphalt .footer__socials a:hover{background:rgba(94,97,127,.1)}.mobile-modal_color-asphalt .footer__toprealtors{border-top:1px solid rgba(94,97,127,.2)}.mobile-modal_color-asphalt .header__list a:hover{color:#5e617f}.mobile-modal_color-asphalt .header__phone{color:#fff}.mobile-modal_color-asphalt .header__phone:hover{color:#5e617f}.mobile-modal_color-asphalt .header__callback-btn{background:#5e617f}.mobile-modal_color-asphalt .header__callback-btn:hover{background:#484b62}.mobile-modal_color-asphalt .header__callback-btn:active{background:#333444}@media screen and (max-width:767px){.mobile-modal_color-asphalt .header__callback-btn_mob{background:#5e617f}}@media screen and (max-width:1279px){.mobile-modal_color-asphalt .header__nav{background:#333444}}@media screen and (max-width:767px){.mobile-modal_color-asphalt .header__nav{background:#fff}}.mobile-modal_color-asphalt .header__nav-toggler{background:#333444}.mobile-modal_color-asphalt .background_sphere~.promo{background:#5e617f}.mobile-modal_color-asphalt .background_sphere~.promo .promo__btn{background:#1f223e}.mobile-modal_color-asphalt .background_sphere~.promo .promo__btn:hover{background:rgba(31,34,62,.9)}.mobile-modal_color-asphalt .background_sphere~.promo .promo__btn:active{background:rgba(31,34,62,.8)}.mobile-modal_color-asphalt .constructor__socials_banner .icon,.mobile-modal_color-asphalt .constructor__socials_banner .icon:active,.mobile-modal_color-asphalt .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-asphalt .property .label-item{color:#5e617f}.mobile-modal_color-asphalt .property .button_view_ghost .icon,.mobile-modal_color-asphalt .property .button_view_outline-with-icon-invert .icon{fill:#5e617f}.mobile-modal_color-asphalt .types-tabs{border:1px solid #5e617f}.mobile-modal_color-asphalt .types-tabs__background{background:#5e617f}.mobile-modal_color-asphalt .types-tabs__item:hover{background:rgba(94,97,127,.2)}.mobile-modal_color-asphalt .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#5e617f;transition:none}.mobile-modal_color-asphalt .types-tabs__item:hover:not(.is-active) path{fill:rgba(94,97,127,.2);stroke:#5e617f;transition:none}.mobile-modal_color-asphalt .types-tabs__item.is-active:active .types-tabs__name{color:#5e617f}.mobile-modal_color-asphalt .types-tabs__item.is-active path{fill:#5e617f;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-asphalt .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-asphalt .typical__label,.mobile-modal_color-blue .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-asphalt .property__btn.property__btn_active.button_view_default{background:#5e617f}.mobile-modal_color-asphalt .typical__btn{background:none;border:1px solid #5e617f}.mobile-modal_color-asphalt .typical__btn:hover{background:#5e617f;color:#fff}.mobile-modal_color-asphalt .lid__fill-svg{fill:#5e617f}.mobile-modal_color-asphalt .consultation__map-icon{stroke:#5e617f}.mobile-modal_color-asphalt .consultation__map-info{background:#1f223e}.mobile-modal_color-asphalt .consultation__form .link{color:#5e617f}.mobile-modal_color-asphalt .constructor__social-btn_site{background:#1f223e}.mobile-modal_color-asphalt .video .simplebar-scrollbar:before{background:#5e617f}.mobile-modal_color-asphalt .swiper-pagination-bullet-active{background-color:#5e617f}.mobile-modal_color-asphalt .property .cards__item.cards__item_highlight{border:2px solid #5e617f}.mobile-modal_color-asphalt .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#5e617f}.mobile-modal_color-asphalt .co__manager-btn,.mobile-modal_color-asphalt .co__video-panel{background:#5e617f}.mobile-modal_color-asphalt .co__manager-btn:hover,.mobile-modal_color-asphalt .co__video-panel:hover{background:#484b62}.mobile-modal_color-asphalt .co__manager-btn:active,.mobile-modal_color-asphalt .co__video-panel:active{background:#333444}.mobile-modal_color-asphalt .co__manager{border:1px solid #5e617f}.mobile-modal_color-asphalt .co__online-icon,.mobile-modal_color-asphalt .co__video-circle,.mobile-modal_color-asphalt .mortgage__icon{fill:#5e617f}.mobile-modal_color-asphalt .co__on-map{color:#5e617f}.mobile-modal_color-asphalt .co__on-map:hover{color:#484b62}.mobile-modal_color-asphalt .co__on-map:active{color:#333444}.mobile-modal_color-asphalt .co__on-map-icon{fill:#5e617f}.mobile-modal_color-asphalt #dist-map-container [class*=-hint],.mobile-modal_color-asphalt #myMap [class*=-hint]{background-color:#5e617f}.mobile-modal_color-asphalt #dist-map-container [class*=-hint]:after,.mobile-modal_color-asphalt #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #5e617f;border-left:13px solid transparent;background-image:none}.mobile-modal_color-asphalt .inner-form{background:#5e617f}.mobile-modal_color-asphalt .inner__header,.mobile-modal_color-asphalt .inner__section{border-color:#5e617f}.mobile-modal_color-asphalt .breadcrumbs a[href]{color:#5e617f}.mobile-modal_color-asphalt .breadcrumbs a[href]:hover{color:rgba(94,97,127,.9)}.mobile-modal_color-asphalt .breadcrumbs a[href]:active{color:rgba(94,97,127,.8)}.mobile-modal_color-asphalt .inner__main-color-bg{background-color:#5e617f}.mobile-modal_color-asphalt .video__h5{color:#1f223e}.mobile-modal_color-asphalt .contact__icon{stroke:#5e617f}.mobile-modal_color-asphalt .contact__anchor[href]:focus,.mobile-modal_color-asphalt .contact__anchor[href]:hover{color:#5e617f}.mobile-modal_color-asphalt .contact__anchor[href]:active{color:#484b62}.mobile-modal_color-asphalt .contacts-socials__header{border-color:#5e617f}.mobile-modal_color-asphalt .contacts-socials__icon{background-color:#5e617f}.mobile-modal_color-asphalt .contacts-socials__item:focus,.mobile-modal_color-asphalt .contacts-socials__item:hover{color:#5e617f}.mobile-modal_color-asphalt .contacts-socials__item:active{color:#484b62}.mobile-modal_color-asphalt .background__paint:after{background:#5e617f}.mobile-modal_color-asphalt .promo__paint-bg svg{fill:#1f223e}.mobile-modal_color-asphalt .background__pyramid svg.pyramid{fill:rgba(94,97,127,.7)}.mobile-modal_color-asphalt .background__pyramid:after{background:#5e617f}.mobile-modal_color-asphalt .background__pyramid .left-bg{background:#1f223e}.mobile-modal_color-asphalt .slider__input .noUi-handle{background-color:#5e617f}.mobile-modal_color-asphalt .stroke-color{stroke:#1f223e}.mobile-modal_color-asphalt .header__socials,.mobile-modal_color-asphalt .header__top-menu-drop{background-color:#1f223e}.mobile-modal_color-asphalt .lp__agreement{color:#5e617f}.mobile-modal_color-asphalt .lp .simplebar-scrollbar:before{background-color:#5e617f}.mobile-modal_color-asphalt .header__socials{background-color:#151622}.mobile-modal_color-asphalt.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-asphalt.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-asphalt.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-asphalt.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-asphalt.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-asphalt.constructor_darkMode .advantages__item-inner,.mobile-modal_color-asphalt.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-asphalt.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-asphalt.constructor_darkMode .card .show__map{border-color:#5e617f}.mobile-modal_color-asphalt.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-asphalt.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-asphalt.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-asphalt.constructor_darkMode .block,.mobile-modal_color-asphalt.constructor_darkMode .card__body,.mobile-modal_color-asphalt.constructor_darkMode .cards__map-cards,.mobile-modal_color-asphalt.constructor_darkMode .constructor__header,.mobile-modal_color-asphalt.constructor_darkMode .footer,.mobile-modal_color-asphalt.constructor_darkMode .property .section_view_gray,.mobile-modal_color-asphalt.constructor_darkMode .reviews__cloud,.mobile-modal_color-asphalt.constructor_darkMode .section_view_white,.mobile-modal_color-asphalt.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-asphalt.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-asphalt.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-asphalt.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-asphalt.constructor_darkMode .card,.mobile-modal_color-asphalt.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-asphalt.constructor_darkMode .card__body,.mobile-modal_color-asphalt.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-asphalt.constructor_darkMode .consultation__form input,.mobile-modal_color-asphalt.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-asphalt.constructor_darkMode .promo__text,.mobile-modal_color-asphalt.constructor_darkMode .typical__btn,.mobile-modal_color-asphalt.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-asphalt.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-asphalt.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-asphalt.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-asphalt.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-asphalt.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-asphalt.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-asphalt.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-asphalt.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-asphalt.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-asphalt.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-asphalt.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-asphalt.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-asphalt.constructor_darkMode .background__fill-black{fill:#333444}.mobile-modal_color-asphalt.constructor_darkMode .promo__label,.mobile-modal_color-asphalt.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-purple .fill-1{fill:#9377b7}.mobile-modal_color-purple .stroke-1{stroke:#9377b7}.mobile-modal_color-purple .color-1{color:#9377b7}.mobile-modal_color-purple .background-1{background-color:#9377b7}@media screen and (max-width:767px){.mobile-modal_color-purple .lp__phone{background:#9377b7}}.mobile-modal_color-purple .lp__phone-svg{fill:#9377b7}@media screen and (max-width:767px){.mobile-modal_color-purple .lp__phone-svg{fill:#fff}}.mobile-modal_color-purple .about__features,.mobile-modal_color-purple .about__features-list{background:#9377b7}.mobile-modal_color-purple .background__fill-main{fill:#9377b7}.mobile-modal_color-purple .background__fill-black{fill:#584274}.mobile-modal_color-purple .banner{background:#584274}.mobile-modal_color-purple .banner__img path{fill:#9377b7;stroke:#9377b7}.mobile-modal_color-purple .card .show__map svg{fill:#9377b7}.mobile-modal_color-purple .banks .banks__slider-value{color:#9377b7}.mobile-modal_color-purple .consultation_dark{background:#584274}.mobile-modal_color-purple .infra .checkbox__marker{background:#9377b7}.mobile-modal_color-purple .promo__label,.mobile-modal_color-purple .promo__position,.mobile-modal_color-purple .property .button_view_outline-with-icon-invert,.mobile-modal_color-purple .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-purple .property .card__dates,.mobile-modal_color-purple .property .map-card__dates{color:#9377b7}.mobile-modal_color-purple .property .button_view_outline-with-icon-invert .icon{fill:#9377b7}.mobile-modal_color-purple .property .button_view_default,.mobile-modal_color-purple .property .simplebar-scrollbar:before{background:#9377b7}.mobile-modal_color-purple .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-purple .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-purple .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(96,69,131,.2);color:#fff}.mobile-modal_color-purple .block__title_underline:after{background:#9377b7}.mobile-modal_color-purple .link{color:#fff}.mobile-modal_color-purple .link:hover{color:#9377b7}.mobile-modal_color-purple .link:active{color:rgba(147,119,183,.5)}.mobile-modal_color-purple .constructor__header,.mobile-modal_color-purple .inner__list-item:before{background:#584274}.mobile-modal_color-purple .constructor__socials .icon{fill:#fff}.mobile-modal_color-purple .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-purple .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal_color-purple .constructor__btn,.mobile-modal_color-red .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-purple .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-purple .button_view_default{background:#9377b7}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-purple .calculator-section .button_view_default:hover,.mobile-modal_color-purple .constructor__btn:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-purple .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-purple .button_view_default:hover{background:#7957a4}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-purple .calculator-section .button_view_default:active,.mobile-modal_color-purple .constructor__btn:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-purple .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-purple .button_view_default:active{background:#604583}.mobile-modal_color-purple .constructor__btn_transparent{background:transparent;color:#584274;border:1px solid #9377b7}.mobile-modal_color-purple .constructor__btn_transparent:hover{background:#9377b7}.mobile-modal_color-purple .inner-form__submit{background:#584274;color:#fff}.mobile-modal_color-purple .inner-form__submit:hover{background:#3f3053}.mobile-modal_color-purple .inner-form__submit:active{background:#271d33}.mobile-modal_color-purple .footer{background:#584274}.mobile-modal_color-purple .footer__socials a{background:rgba(147,119,183,.2)}.mobile-modal_color-purple .footer__socials a:hover{background:rgba(147,119,183,.1)}.mobile-modal_color-purple .footer__toprealtors{border-top:1px solid rgba(147,119,183,.2)}.mobile-modal_color-purple .header__list a:hover{color:#9377b7}.mobile-modal_color-purple .header__phone{color:#fff}.mobile-modal_color-purple .header__phone:hover{color:#9377b7}.mobile-modal_color-purple .header__callback-btn{background:#9377b7}.mobile-modal_color-purple .header__callback-btn:hover{background:#7957a4}.mobile-modal_color-purple .header__callback-btn:active{background:#604583}@media screen and (max-width:767px){.mobile-modal_color-purple .header__callback-btn_mob{background:#9377b7}}@media screen and (max-width:1279px){.mobile-modal_color-purple .header__nav{background:#604583}}@media screen and (max-width:767px){.mobile-modal_color-purple .header__nav{background:#fff}}.mobile-modal_color-purple .header__nav-toggler{background:#604583}.mobile-modal_color-purple .background_sphere~.promo{background:#9377b7}.mobile-modal_color-purple .background_sphere~.promo .promo__btn{background:#584274}.mobile-modal_color-purple .background_sphere~.promo .promo__btn:hover{background:rgba(88,66,116,.9)}.mobile-modal_color-purple .background_sphere~.promo .promo__btn:active{background:rgba(88,66,116,.8)}.mobile-modal_color-purple .constructor__socials_banner .icon,.mobile-modal_color-purple .constructor__socials_banner .icon:active,.mobile-modal_color-purple .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-purple .property .label-item{color:#9377b7}.mobile-modal_color-purple .property .button_view_ghost .icon,.mobile-modal_color-purple .property .button_view_outline-with-icon-invert .icon{fill:#9377b7}.mobile-modal_color-purple .types-tabs{border:1px solid #9377b7}.mobile-modal_color-purple .types-tabs__background{background:#9377b7}.mobile-modal_color-purple .types-tabs__item:hover{background:rgba(147,119,183,.2)}.mobile-modal_color-purple .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#9377b7;transition:none}.mobile-modal_color-purple .types-tabs__item:hover:not(.is-active) path{fill:rgba(147,119,183,.2);stroke:#9377b7;transition:none}.mobile-modal_color-purple .types-tabs__item.is-active:active .types-tabs__name{color:#9377b7}.mobile-modal_color-purple .types-tabs__item.is-active path{fill:#9377b7;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-purple .typical__label,.mobile-modal_color-red .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-purple .property__btn.property__btn_active.button_view_default{background:#9377b7}.mobile-modal_color-purple .typical__btn{background:none;border:1px solid #9377b7}.mobile-modal_color-purple .typical__btn:hover{background:#9377b7;color:#fff}.mobile-modal_color-purple .lid__fill-svg{fill:#9377b7}.mobile-modal_color-purple .consultation__map-icon{stroke:#9377b7}.mobile-modal_color-purple .consultation__map-info{background:#584274}.mobile-modal_color-purple .consultation__form .link{color:#9377b7}.mobile-modal_color-purple .constructor__social-btn_site{background:#584274}.mobile-modal_color-purple .video .simplebar-scrollbar:before{background:#9377b7}.mobile-modal_color-purple .swiper-pagination-bullet-active{background-color:#9377b7}.mobile-modal_color-purple .property .cards__item.cards__item_highlight{border:2px solid #9377b7}.mobile-modal_color-purple .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#9377b7}.mobile-modal_color-purple .co__manager-btn,.mobile-modal_color-purple .co__video-panel{background:#9377b7}.mobile-modal_color-purple .co__manager-btn:hover,.mobile-modal_color-purple .co__video-panel:hover{background:#7957a4}.mobile-modal_color-purple .co__manager-btn:active,.mobile-modal_color-purple .co__video-panel:active{background:#604583}.mobile-modal_color-purple .co__manager{border:1px solid #9377b7}.mobile-modal_color-purple .co__online-icon,.mobile-modal_color-purple .co__video-circle,.mobile-modal_color-purple .mortgage__icon{fill:#9377b7}.mobile-modal_color-purple .co__on-map{color:#9377b7}.mobile-modal_color-purple .co__on-map:hover{color:#7957a4}.mobile-modal_color-purple .co__on-map:active{color:#604583}.mobile-modal_color-purple .co__on-map-icon{fill:#9377b7}.mobile-modal_color-purple #dist-map-container [class*=-hint],.mobile-modal_color-purple #myMap [class*=-hint]{background-color:#9377b7}.mobile-modal_color-purple #dist-map-container [class*=-hint]:after,.mobile-modal_color-purple #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #9377b7;border-left:13px solid transparent;background-image:none}.mobile-modal_color-purple .inner-form{background:#9377b7}.mobile-modal_color-purple .inner__header,.mobile-modal_color-purple .inner__section{border-color:#9377b7}.mobile-modal_color-purple .breadcrumbs a[href]{color:#9377b7}.mobile-modal_color-purple .breadcrumbs a[href]:hover{color:rgba(147,119,183,.9)}.mobile-modal_color-purple .breadcrumbs a[href]:active{color:rgba(147,119,183,.8)}.mobile-modal_color-purple .inner__main-color-bg{background-color:#9377b7}.mobile-modal_color-purple .video__h5{color:#584274}.mobile-modal_color-purple .contact__icon{stroke:#9377b7}.mobile-modal_color-purple .contact__anchor[href]:focus,.mobile-modal_color-purple .contact__anchor[href]:hover{color:#9377b7}.mobile-modal_color-purple .contact__anchor[href]:active{color:#7957a4}.mobile-modal_color-purple .contacts-socials__header{border-color:#9377b7}.mobile-modal_color-purple .contacts-socials__icon{background-color:#9377b7}.mobile-modal_color-purple .contacts-socials__item:focus,.mobile-modal_color-purple .contacts-socials__item:hover{color:#9377b7}.mobile-modal_color-purple .contacts-socials__item:active{color:#7957a4}.mobile-modal_color-purple .background__paint:after{background:#9377b7}.mobile-modal_color-purple .promo__paint-bg svg{fill:#584274}.mobile-modal_color-purple .background__pyramid svg.pyramid{fill:rgba(147,119,183,.7)}.mobile-modal_color-purple .background__pyramid:after{background:#9377b7}.mobile-modal_color-purple .background__pyramid .left-bg{background:#584274}.mobile-modal_color-purple .slider__input .noUi-handle{background-color:#9377b7}.mobile-modal_color-purple .stroke-color{stroke:#584274}.mobile-modal_color-purple .header__socials,.mobile-modal_color-purple .header__top-menu-drop{background-color:#584274}.mobile-modal_color-purple .lp__agreement{color:#9377b7}.mobile-modal_color-purple .lp .simplebar-scrollbar:before{background-color:#9377b7}.mobile-modal_color-purple .header__socials{background-color:#151622}.mobile-modal_color-purple.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-purple.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-purple.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-purple.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-purple.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-purple.constructor_darkMode .advantages__item-inner,.mobile-modal_color-purple.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-purple.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-purple.constructor_darkMode .card .show__map{border-color:#9377b7}.mobile-modal_color-purple.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-purple.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-purple.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-purple.constructor_darkMode .block,.mobile-modal_color-purple.constructor_darkMode .card__body,.mobile-modal_color-purple.constructor_darkMode .cards__map-cards,.mobile-modal_color-purple.constructor_darkMode .constructor__header,.mobile-modal_color-purple.constructor_darkMode .footer,.mobile-modal_color-purple.constructor_darkMode .property .section_view_gray,.mobile-modal_color-purple.constructor_darkMode .reviews__cloud,.mobile-modal_color-purple.constructor_darkMode .section_view_white,.mobile-modal_color-purple.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-purple.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-purple.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-purple.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-purple.constructor_darkMode .card,.mobile-modal_color-purple.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-purple.constructor_darkMode .card__body,.mobile-modal_color-purple.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-purple.constructor_darkMode .consultation__form input,.mobile-modal_color-purple.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-purple.constructor_darkMode .promo__text,.mobile-modal_color-purple.constructor_darkMode .typical__btn,.mobile-modal_color-purple.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-purple.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-purple.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-purple.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-purple.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-purple.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-purple.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-purple.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-purple.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-purple.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-purple.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-purple.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-purple.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-purple.constructor_darkMode .background__fill-black{fill:#604583}.mobile-modal_color-purple.constructor_darkMode .promo__label,.mobile-modal_color-purple.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-burgundy .fill-1{fill:#781b1b}.mobile-modal_color-burgundy .stroke-1{stroke:#781b1b}.mobile-modal_color-burgundy .color-1{color:#781b1b}.mobile-modal_color-burgundy .background-1{background-color:#781b1b}@media screen and (max-width:767px){.mobile-modal_color-burgundy .lp__phone{background:#781b1b}}.mobile-modal_color-burgundy .lp__phone-svg{fill:#781b1b}@media screen and (max-width:767px){.mobile-modal_color-burgundy .lp__phone-svg{fill:#fff}}.mobile-modal_color-burgundy .about__features,.mobile-modal_color-burgundy .about__features-list{background:#781b1b}.mobile-modal_color-burgundy .background__fill-main{fill:#781b1b}.mobile-modal_color-burgundy .background__fill-black{fill:#280101}.mobile-modal_color-burgundy .banner{background:#280101}.mobile-modal_color-burgundy .banner__img path{fill:#781b1b;stroke:#781b1b}.mobile-modal_color-burgundy .card .show__map svg{fill:#781b1b}.mobile-modal_color-burgundy .banks .banks__slider-value{color:#781b1b}.mobile-modal_color-burgundy .consultation_dark{background:#280101}.mobile-modal_color-burgundy .infra .checkbox__marker{background:#781b1b}.mobile-modal_color-burgundy .promo__label,.mobile-modal_color-burgundy .promo__position,.mobile-modal_color-burgundy .property .button_view_outline-with-icon-invert,.mobile-modal_color-burgundy .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-burgundy .property .card__dates,.mobile-modal_color-burgundy .property .map-card__dates{color:#781b1b}.mobile-modal_color-burgundy .property .button_view_outline-with-icon-invert .icon{fill:#781b1b}.mobile-modal_color-burgundy .property .button_view_default,.mobile-modal_color-burgundy .property .simplebar-scrollbar:before{background:#781b1b}.mobile-modal_color-burgundy .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-burgundy .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-burgundy .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(37,8,8,.2);color:#fff}.mobile-modal_color-burgundy .block__title_underline:after{background:#781b1b}.mobile-modal_color-burgundy .link{color:#fff}.mobile-modal_color-burgundy .link:hover{color:#781b1b}.mobile-modal_color-burgundy .link:active{color:rgba(120,27,27,.5)}.mobile-modal_color-burgundy .constructor__header,.mobile-modal_color-burgundy .inner__list-item:before{background:#280101}.mobile-modal_color-burgundy .constructor__socials .icon{fill:#fff}.mobile-modal_color-burgundy .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-burgundy .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal_color-burgundy .constructor__btn,.mobile-modal_color-gray .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-burgundy .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-burgundy .button_view_default{background:#781b1b}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .button_view_default:hover,.mobile-modal_color-burgundy .constructor__btn:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-burgundy .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-burgundy .button_view_default:hover{background:#4e1212}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .button_view_default:active,.mobile-modal_color-burgundy .constructor__btn:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-burgundy .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-burgundy .button_view_default:active{background:#250808}.mobile-modal_color-burgundy .constructor__btn_transparent{background:transparent;color:#280101;border:1px solid #781b1b}.mobile-modal_color-burgundy .constructor__btn_transparent:hover{background:#781b1b}.mobile-modal_color-burgundy .inner-form__submit{background:#280101;color:#fff}.mobile-modal_color-burgundy .inner-form__submit:active,.mobile-modal_color-burgundy .inner-form__submit:hover{background:#000}.mobile-modal_color-burgundy .footer{background:#280101}.mobile-modal_color-burgundy .footer__socials a{background:rgba(120,27,27,.2)}.mobile-modal_color-burgundy .footer__socials a:hover{background:rgba(120,27,27,.1)}.mobile-modal_color-burgundy .footer__toprealtors{border-top:1px solid rgba(120,27,27,.2)}.mobile-modal_color-burgundy .header__list a:hover{color:#781b1b}.mobile-modal_color-burgundy .header__phone{color:#fff}.mobile-modal_color-burgundy .header__phone:hover{color:#781b1b}.mobile-modal_color-burgundy .header__callback-btn{background:#781b1b}.mobile-modal_color-burgundy .header__callback-btn:hover{background:#4e1212}.mobile-modal_color-burgundy .header__callback-btn:active{background:#250808}@media screen and (max-width:767px){.mobile-modal_color-burgundy .header__callback-btn_mob{background:#781b1b}}@media screen and (max-width:1279px){.mobile-modal_color-burgundy .header__nav{background:#250808}}@media screen and (max-width:767px){.mobile-modal_color-burgundy .header__nav{background:#fff}}.mobile-modal_color-burgundy .header__nav-toggler{background:#250808}.mobile-modal_color-burgundy .background_sphere~.promo{background:#781b1b}.mobile-modal_color-burgundy .background_sphere~.promo .promo__btn{background:#280101}.mobile-modal_color-burgundy .background_sphere~.promo .promo__btn:hover{background:rgba(40,1,1,.9)}.mobile-modal_color-burgundy .background_sphere~.promo .promo__btn:active{background:rgba(40,1,1,.8)}.mobile-modal_color-burgundy .constructor__socials_banner .icon,.mobile-modal_color-burgundy .constructor__socials_banner .icon:active,.mobile-modal_color-burgundy .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-burgundy .property .label-item{color:#781b1b}.mobile-modal_color-burgundy .property .button_view_ghost .icon,.mobile-modal_color-burgundy .property .button_view_outline-with-icon-invert .icon{fill:#781b1b}.mobile-modal_color-burgundy .types-tabs{border:1px solid #781b1b}.mobile-modal_color-burgundy .types-tabs__background{background:#781b1b}.mobile-modal_color-burgundy .types-tabs__item:hover{background:rgba(120,27,27,.2)}.mobile-modal_color-burgundy .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#781b1b;transition:none}.mobile-modal_color-burgundy .types-tabs__item:hover:not(.is-active) path{fill:rgba(120,27,27,.2);stroke:#781b1b;transition:none}.mobile-modal_color-burgundy .types-tabs__item.is-active:active .types-tabs__name{color:#781b1b}.mobile-modal_color-burgundy .types-tabs__item.is-active path{fill:#781b1b;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-burgundy .typical__label,.mobile-modal_color-gray .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-burgundy .property__btn.property__btn_active.button_view_default{background:#781b1b}.mobile-modal_color-burgundy .typical__btn{background:none;border:1px solid #781b1b}.mobile-modal_color-burgundy .typical__btn:hover{background:#781b1b;color:#fff}.mobile-modal_color-burgundy .lid__fill-svg{fill:#781b1b}.mobile-modal_color-burgundy .consultation__map-icon{stroke:#781b1b}.mobile-modal_color-burgundy .consultation__map-info{background:#280101}.mobile-modal_color-burgundy .consultation__form .link{color:#781b1b}.mobile-modal_color-burgundy .constructor__social-btn_site{background:#280101}.mobile-modal_color-burgundy .video .simplebar-scrollbar:before{background:#781b1b}.mobile-modal_color-burgundy .swiper-pagination-bullet-active{background-color:#781b1b}.mobile-modal_color-burgundy .property .cards__item.cards__item_highlight{border:2px solid #781b1b}.mobile-modal_color-burgundy .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#781b1b}.mobile-modal_color-burgundy .co__manager-btn,.mobile-modal_color-burgundy .co__video-panel{background:#781b1b}.mobile-modal_color-burgundy .co__manager-btn:hover,.mobile-modal_color-burgundy .co__video-panel:hover{background:#4e1212}.mobile-modal_color-burgundy .co__manager-btn:active,.mobile-modal_color-burgundy .co__video-panel:active{background:#250808}.mobile-modal_color-burgundy .co__manager{border:1px solid #781b1b}.mobile-modal_color-burgundy .co__online-icon,.mobile-modal_color-burgundy .co__video-circle,.mobile-modal_color-burgundy .mortgage__icon{fill:#781b1b}.mobile-modal_color-burgundy .co__on-map{color:#781b1b}.mobile-modal_color-burgundy .co__on-map:hover{color:#4e1212}.mobile-modal_color-burgundy .co__on-map:active{color:#250808}.mobile-modal_color-burgundy .co__on-map-icon{fill:#781b1b}.mobile-modal_color-burgundy #dist-map-container [class*=-hint],.mobile-modal_color-burgundy #myMap [class*=-hint]{background-color:#781b1b}.mobile-modal_color-burgundy #dist-map-container [class*=-hint]:after,.mobile-modal_color-burgundy #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #781b1b;border-left:13px solid transparent;background-image:none}.mobile-modal_color-burgundy .inner-form{background:#781b1b}.mobile-modal_color-burgundy .inner__header,.mobile-modal_color-burgundy .inner__section{border-color:#781b1b}.mobile-modal_color-burgundy .breadcrumbs a[href]{color:#781b1b}.mobile-modal_color-burgundy .breadcrumbs a[href]:hover{color:rgba(120,27,27,.9)}.mobile-modal_color-burgundy .breadcrumbs a[href]:active{color:rgba(120,27,27,.8)}.mobile-modal_color-burgundy .inner__main-color-bg{background-color:#781b1b}.mobile-modal_color-burgundy .video__h5{color:#280101}.mobile-modal_color-burgundy .contact__icon{stroke:#781b1b}.mobile-modal_color-burgundy .contact__anchor[href]:focus,.mobile-modal_color-burgundy .contact__anchor[href]:hover{color:#781b1b}.mobile-modal_color-burgundy .contact__anchor[href]:active{color:#4e1212}.mobile-modal_color-burgundy .contacts-socials__header{border-color:#781b1b}.mobile-modal_color-burgundy .contacts-socials__icon{background-color:#781b1b}.mobile-modal_color-burgundy .contacts-socials__item:focus,.mobile-modal_color-burgundy .contacts-socials__item:hover{color:#781b1b}.mobile-modal_color-burgundy .contacts-socials__item:active{color:#4e1212}.mobile-modal_color-burgundy .background__paint:after{background:#781b1b}.mobile-modal_color-burgundy .promo__paint-bg svg{fill:#280101}.mobile-modal_color-burgundy .background__pyramid svg.pyramid{fill:rgba(120,27,27,.7)}.mobile-modal_color-burgundy .background__pyramid:after{background:#781b1b}.mobile-modal_color-burgundy .background__pyramid .left-bg{background:#280101}.mobile-modal_color-burgundy .slider__input .noUi-handle{background-color:#781b1b}.mobile-modal_color-burgundy .stroke-color{stroke:#280101}.mobile-modal_color-burgundy .header__socials,.mobile-modal_color-burgundy .header__top-menu-drop{background-color:#280101}.mobile-modal_color-burgundy .lp__agreement{color:#781b1b}.mobile-modal_color-burgundy .lp .simplebar-scrollbar:before{background-color:#781b1b}.mobile-modal_color-burgundy .header__socials{background-color:#151622}.mobile-modal_color-burgundy.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-burgundy.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-burgundy.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-burgundy.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-burgundy.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-burgundy.constructor_darkMode .advantages__item-inner,.mobile-modal_color-burgundy.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-burgundy.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-burgundy.constructor_darkMode .card .show__map{border-color:#781b1b}.mobile-modal_color-burgundy.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-burgundy.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-burgundy.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-burgundy.constructor_darkMode .block,.mobile-modal_color-burgundy.constructor_darkMode .card__body,.mobile-modal_color-burgundy.constructor_darkMode .cards__map-cards,.mobile-modal_color-burgundy.constructor_darkMode .constructor__header,.mobile-modal_color-burgundy.constructor_darkMode .footer,.mobile-modal_color-burgundy.constructor_darkMode .property .section_view_gray,.mobile-modal_color-burgundy.constructor_darkMode .reviews__cloud,.mobile-modal_color-burgundy.constructor_darkMode .section_view_white,.mobile-modal_color-burgundy.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-burgundy.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-burgundy.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-burgundy.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-burgundy.constructor_darkMode .card,.mobile-modal_color-burgundy.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-burgundy.constructor_darkMode .card__body,.mobile-modal_color-burgundy.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-burgundy.constructor_darkMode .consultation__form input,.mobile-modal_color-burgundy.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-burgundy.constructor_darkMode .promo__text,.mobile-modal_color-burgundy.constructor_darkMode .typical__btn,.mobile-modal_color-burgundy.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-burgundy.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-burgundy.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-burgundy.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-burgundy.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-burgundy.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-burgundy.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-burgundy.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-burgundy.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-burgundy.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-burgundy.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-burgundy.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-burgundy.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-burgundy.constructor_darkMode .background__fill-black{fill:#250808}.mobile-modal_color-burgundy.constructor_darkMode .promo__label,.mobile-modal_color-burgundy.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-nightsky .fill-1{fill:#4545c2}.mobile-modal_color-nightsky .stroke-1{stroke:#4545c2}.mobile-modal_color-nightsky .color-1{color:#4545c2}.mobile-modal_color-nightsky .background-1{background-color:#4545c2}@media screen and (max-width:767px){.mobile-modal_color-nightsky .lp__phone{background:#4545c2}}.mobile-modal_color-nightsky .lp__phone-svg{fill:#4545c2}@media screen and (max-width:767px){.mobile-modal_color-nightsky .lp__phone-svg{fill:#fff}}.mobile-modal_color-nightsky .about__features,.mobile-modal_color-nightsky .about__features-list{background:#4545c2}.mobile-modal_color-nightsky .background__fill-main{fill:#4545c2}.mobile-modal_color-nightsky .background__fill-black{fill:#14143a}.mobile-modal_color-nightsky .banner{background:#14143a}.mobile-modal_color-nightsky .banner__img path{fill:#4545c2;stroke:#4545c2}.mobile-modal_color-nightsky .card .show__map svg{fill:#4545c2}.mobile-modal_color-nightsky .banks .banks__slider-value{color:#4545c2}.mobile-modal_color-nightsky .consultation_dark{background:#14143a}.mobile-modal_color-nightsky .infra .checkbox__marker{background:#4545c2}.mobile-modal_color-nightsky .promo__label,.mobile-modal_color-nightsky .promo__position,.mobile-modal_color-nightsky .property .button_view_outline-with-icon-invert,.mobile-modal_color-nightsky .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-nightsky .property .card__dates,.mobile-modal_color-nightsky .property .map-card__dates{color:#4545c2}.mobile-modal_color-nightsky .property .button_view_outline-with-icon-invert .icon{fill:#4545c2}.mobile-modal_color-nightsky .property .button_view_default,.mobile-modal_color-nightsky .property .simplebar-scrollbar:before{background:#4545c2}.mobile-modal_color-nightsky .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-nightsky .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-nightsky .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(40,40,121,.2);color:#fff}.mobile-modal_color-nightsky .block__title_underline:after{background:#4545c2}.mobile-modal_color-nightsky .link{color:#fff}.mobile-modal_color-nightsky .link:hover{color:#4545c2}.mobile-modal_color-nightsky .link:active{color:rgba(69,69,194,.5)}.mobile-modal_color-nightsky .constructor__header,.mobile-modal_color-nightsky .inner__list-item:before{background:#14143a}.mobile-modal_color-nightsky .constructor__socials .icon{fill:#fff}.mobile-modal_color-nightsky .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-nightsky .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal_color-nightsky .constructor__btn,.mobile-modal_color-purple .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-nightsky .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-nightsky .button_view_default{background:#4545c2}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .button_view_default:hover,.mobile-modal_color-nightsky .constructor__btn:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-nightsky .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-nightsky .button_view_default:hover{background:#3434a0}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .button_view_default:active,.mobile-modal_color-nightsky .constructor__btn:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-nightsky .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-nightsky .button_view_default:active{background:#282879}.mobile-modal_color-nightsky .constructor__btn_transparent{background:transparent;color:#14143a;border:1px solid #4545c2}.mobile-modal_color-nightsky .constructor__btn_transparent:hover{background:#4545c2}.mobile-modal_color-nightsky .inner-form__submit{background:#14143a;color:#fff}.mobile-modal_color-nightsky .inner-form__submit:hover{background:#070714}.mobile-modal_color-nightsky .inner-form__submit:active{background:#000}.mobile-modal_color-nightsky .footer{background:#14143a}.mobile-modal_color-nightsky .footer__socials a{background:rgba(69,69,194,.2)}.mobile-modal_color-nightsky .footer__socials a:hover{background:rgba(69,69,194,.1)}.mobile-modal_color-nightsky .footer__toprealtors{border-top:1px solid rgba(69,69,194,.2)}.mobile-modal_color-nightsky .header__list a:hover{color:#4545c2}.mobile-modal_color-nightsky .header__phone{color:#fff}.mobile-modal_color-nightsky .header__phone:hover{color:#4545c2}.mobile-modal_color-nightsky .header__callback-btn{background:#4545c2}.mobile-modal_color-nightsky .header__callback-btn:hover{background:#3434a0}.mobile-modal_color-nightsky .header__callback-btn:active{background:#282879}@media screen and (max-width:767px){.mobile-modal_color-nightsky .header__callback-btn_mob{background:#4545c2}}@media screen and (max-width:1279px){.mobile-modal_color-nightsky .header__nav{background:#282879}}@media screen and (max-width:767px){.mobile-modal_color-nightsky .header__nav{background:#fff}}.mobile-modal_color-nightsky .header__nav-toggler{background:#282879}.mobile-modal_color-nightsky .background_sphere~.promo{background:#4545c2}.mobile-modal_color-nightsky .background_sphere~.promo .promo__btn{background:#14143a}.mobile-modal_color-nightsky .background_sphere~.promo .promo__btn:hover{background:rgba(20,20,58,.9)}.mobile-modal_color-nightsky .background_sphere~.promo .promo__btn:active{background:rgba(20,20,58,.8)}.mobile-modal_color-nightsky .constructor__socials_banner .icon,.mobile-modal_color-nightsky .constructor__socials_banner .icon:active,.mobile-modal_color-nightsky .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-nightsky .property .label-item{color:#4545c2}.mobile-modal_color-nightsky .property .button_view_ghost .icon,.mobile-modal_color-nightsky .property .button_view_outline-with-icon-invert .icon{fill:#4545c2}.mobile-modal_color-nightsky .types-tabs{border:1px solid #4545c2}.mobile-modal_color-nightsky .types-tabs__background{background:#4545c2}.mobile-modal_color-nightsky .types-tabs__item:hover{background:rgba(69,69,194,.2)}.mobile-modal_color-nightsky .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#4545c2;transition:none}.mobile-modal_color-nightsky .types-tabs__item:hover:not(.is-active) path{fill:rgba(69,69,194,.2);stroke:#4545c2;transition:none}.mobile-modal_color-nightsky .types-tabs__item.is-active:active .types-tabs__name{color:#4545c2}.mobile-modal_color-nightsky .types-tabs__item.is-active path{fill:#4545c2;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-nightsky .typical__label,.mobile-modal_color-purple .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-nightsky .property__btn.property__btn_active.button_view_default{background:#4545c2}.mobile-modal_color-nightsky .typical__btn{background:none;border:1px solid #4545c2}.mobile-modal_color-nightsky .typical__btn:hover{background:#4545c2;color:#fff}.mobile-modal_color-nightsky .lid__fill-svg{fill:#4545c2}.mobile-modal_color-nightsky .consultation__map-icon{stroke:#4545c2}.mobile-modal_color-nightsky .consultation__map-info{background:#14143a}.mobile-modal_color-nightsky .consultation__form .link{color:#4545c2}.mobile-modal_color-nightsky .constructor__social-btn_site{background:#14143a}.mobile-modal_color-nightsky .video .simplebar-scrollbar:before{background:#4545c2}.mobile-modal_color-nightsky .swiper-pagination-bullet-active{background-color:#4545c2}.mobile-modal_color-nightsky .property .cards__item.cards__item_highlight{border:2px solid #4545c2}.mobile-modal_color-nightsky .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#4545c2}.mobile-modal_color-nightsky .co__manager-btn,.mobile-modal_color-nightsky .co__video-panel{background:#4545c2}.mobile-modal_color-nightsky .co__manager-btn:hover,.mobile-modal_color-nightsky .co__video-panel:hover{background:#3434a0}.mobile-modal_color-nightsky .co__manager-btn:active,.mobile-modal_color-nightsky .co__video-panel:active{background:#282879}.mobile-modal_color-nightsky .co__manager{border:1px solid #4545c2}.mobile-modal_color-nightsky .co__online-icon,.mobile-modal_color-nightsky .co__video-circle,.mobile-modal_color-nightsky .mortgage__icon{fill:#4545c2}.mobile-modal_color-nightsky .co__on-map{color:#4545c2}.mobile-modal_color-nightsky .co__on-map:hover{color:#3434a0}.mobile-modal_color-nightsky .co__on-map:active{color:#282879}.mobile-modal_color-nightsky .co__on-map-icon{fill:#4545c2}.mobile-modal_color-nightsky #dist-map-container [class*=-hint],.mobile-modal_color-nightsky #myMap [class*=-hint]{background-color:#4545c2}.mobile-modal_color-nightsky #dist-map-container [class*=-hint]:after,.mobile-modal_color-nightsky #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #4545c2;border-left:13px solid transparent;background-image:none}.mobile-modal_color-nightsky .inner-form{background:#4545c2}.mobile-modal_color-nightsky .inner__header,.mobile-modal_color-nightsky .inner__section{border-color:#4545c2}.mobile-modal_color-nightsky .breadcrumbs a[href]{color:#4545c2}.mobile-modal_color-nightsky .breadcrumbs a[href]:hover{color:rgba(69,69,194,.9)}.mobile-modal_color-nightsky .breadcrumbs a[href]:active{color:rgba(69,69,194,.8)}.mobile-modal_color-nightsky .inner__main-color-bg{background-color:#4545c2}.mobile-modal_color-nightsky .video__h5{color:#14143a}.mobile-modal_color-nightsky .contact__icon{stroke:#4545c2}.mobile-modal_color-nightsky .contact__anchor[href]:focus,.mobile-modal_color-nightsky .contact__anchor[href]:hover{color:#4545c2}.mobile-modal_color-nightsky .contact__anchor[href]:active{color:#3434a0}.mobile-modal_color-nightsky .contacts-socials__header{border-color:#4545c2}.mobile-modal_color-nightsky .contacts-socials__icon{background-color:#4545c2}.mobile-modal_color-nightsky .contacts-socials__item:focus,.mobile-modal_color-nightsky .contacts-socials__item:hover{color:#4545c2}.mobile-modal_color-nightsky .contacts-socials__item:active{color:#3434a0}.mobile-modal_color-nightsky .background__paint:after{background:#4545c2}.mobile-modal_color-nightsky .promo__paint-bg svg{fill:#14143a}.mobile-modal_color-nightsky .background__pyramid svg.pyramid{fill:rgba(69,69,194,.7)}.mobile-modal_color-nightsky .background__pyramid:after{background:#4545c2}.mobile-modal_color-nightsky .background__pyramid .left-bg{background:#14143a}.mobile-modal_color-nightsky .slider__input .noUi-handle{background-color:#4545c2}.mobile-modal_color-nightsky .stroke-color{stroke:#14143a}.mobile-modal_color-nightsky .header__socials,.mobile-modal_color-nightsky .header__top-menu-drop{background-color:#14143a}.mobile-modal_color-nightsky .lp__agreement{color:#4545c2}.mobile-modal_color-nightsky .lp .simplebar-scrollbar:before{background-color:#4545c2}.mobile-modal_color-nightsky .header__socials{background-color:#151622}.mobile-modal_color-nightsky.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-nightsky.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-nightsky.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-nightsky.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-nightsky.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-nightsky.constructor_darkMode .advantages__item-inner,.mobile-modal_color-nightsky.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-nightsky.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-nightsky.constructor_darkMode .card .show__map{border-color:#4545c2}.mobile-modal_color-nightsky.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-nightsky.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-nightsky.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-nightsky.constructor_darkMode .block,.mobile-modal_color-nightsky.constructor_darkMode .card__body,.mobile-modal_color-nightsky.constructor_darkMode .cards__map-cards,.mobile-modal_color-nightsky.constructor_darkMode .constructor__header,.mobile-modal_color-nightsky.constructor_darkMode .footer,.mobile-modal_color-nightsky.constructor_darkMode .property .section_view_gray,.mobile-modal_color-nightsky.constructor_darkMode .reviews__cloud,.mobile-modal_color-nightsky.constructor_darkMode .section_view_white,.mobile-modal_color-nightsky.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-nightsky.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-nightsky.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-nightsky.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-nightsky.constructor_darkMode .card,.mobile-modal_color-nightsky.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-nightsky.constructor_darkMode .card__body,.mobile-modal_color-nightsky.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-nightsky.constructor_darkMode .consultation__form input,.mobile-modal_color-nightsky.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-nightsky.constructor_darkMode .promo__text,.mobile-modal_color-nightsky.constructor_darkMode .typical__btn,.mobile-modal_color-nightsky.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-nightsky.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-nightsky.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-nightsky.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-nightsky.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-nightsky.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-nightsky.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-nightsky.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-nightsky.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-nightsky.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-nightsky.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-nightsky.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-nightsky.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-nightsky.constructor_darkMode .background__fill-black{fill:#282879}.mobile-modal_color-nightsky.constructor_darkMode .promo__label,.mobile-modal_color-nightsky.constructor_darkMode .promo__sign{color:#fff}.mobile-modal_color-turquoise .fill-1{fill:#5eb7a7}.mobile-modal_color-turquoise .stroke-1{stroke:#5eb7a7}.mobile-modal_color-turquoise .color-1{color:#5eb7a7}.mobile-modal_color-turquoise .background-1{background-color:#5eb7a7}@media screen and (max-width:767px){.mobile-modal_color-turquoise .lp__phone{background:#5eb7a7}}.mobile-modal_color-turquoise .lp__phone-svg{fill:#5eb7a7}@media screen and (max-width:767px){.mobile-modal_color-turquoise .lp__phone-svg{fill:#fff}}.mobile-modal_color-turquoise .about__features,.mobile-modal_color-turquoise .about__features-list{background:#5eb7a7}.mobile-modal_color-turquoise .background__fill-main{fill:#5eb7a7}.mobile-modal_color-turquoise .background__fill-black{fill:#102e28}.mobile-modal_color-turquoise .banner{background:#102e28}.mobile-modal_color-turquoise .banner__img path{fill:#5eb7a7;stroke:#5eb7a7}.mobile-modal_color-turquoise .card .show__map svg{fill:#5eb7a7}.mobile-modal_color-turquoise .banks .banks__slider-value{color:#5eb7a7}.mobile-modal_color-turquoise .consultation_dark{background:#102e28}.mobile-modal_color-turquoise .infra .checkbox__marker{background:#5eb7a7}.mobile-modal_color-turquoise .promo__label,.mobile-modal_color-turquoise .promo__position,.mobile-modal_color-turquoise .property .button_view_outline-with-icon-invert,.mobile-modal_color-turquoise .property .button_view_outline-with-icon-invert:hover,.mobile-modal_color-turquoise .property .card__dates,.mobile-modal_color-turquoise .property .map-card__dates{color:#5eb7a7}.mobile-modal_color-turquoise .property .button_view_outline-with-icon-invert .icon{fill:#5eb7a7}.mobile-modal_color-turquoise .property .button_view_default,.mobile-modal_color-turquoise .property .simplebar-scrollbar:before{background:#5eb7a7}.mobile-modal_color-turquoise .property .property__btn:not(.property__btn_active){background:#f6f7f9;color:#2c2e3e}.mobile-modal_color-turquoise .types-tabs__subtabs .property__btn:not(.property__btn_active){color:#fff}.mobile-modal_color-turquoise .types-tabs__subtabs .property__btn:not(.property__btn_active):hover{background:rgba(54,121,109,.2);color:#fff}.mobile-modal_color-turquoise .block__title_underline:after{background:#5eb7a7}.mobile-modal_color-turquoise .link{color:#fff}.mobile-modal_color-turquoise .link:hover{color:#5eb7a7}.mobile-modal_color-turquoise .link:active{color:rgba(94,183,167,.5)}.mobile-modal_color-turquoise .constructor__header,.mobile-modal_color-turquoise .inner__list-item:before{background:#102e28}.mobile-modal_color-turquoise .constructor__socials .icon{fill:#fff}.mobile-modal_color-turquoise .constructor__socials .icon:hover{fill:hsla(0,0%,100%,.9)}.mobile-modal_color-turquoise .constructor__socials .icon:active{fill:hsla(0,0%,100%,.8)}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-turquoise .button_view_default,.mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal_color-turquoise .constructor__btn,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-turquoise .button_view_default{background:#5eb7a7}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal_color-turquoise .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .button_view_default:hover,.mobile-modal_color-turquoise .constructor__btn:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-turquoise .button_view_default:hover{background:#469c8d}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal_color-turquoise .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .button_view_default:active,.mobile-modal_color-turquoise .constructor__btn:active,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-turquoise .button_view_default:active{background:#36796d}.mobile-modal_color-turquoise .constructor__btn_transparent{background:transparent;color:#102e28;border:1px solid #5eb7a7}.mobile-modal_color-turquoise .constructor__btn_transparent:hover{background:#5eb7a7}.mobile-modal_color-turquoise .inner-form__submit{background:#102e28;color:#fff}.mobile-modal_color-turquoise .inner-form__submit:hover{background:#030807}.mobile-modal_color-turquoise .inner-form__submit:active{background:#000}.mobile-modal_color-turquoise .footer{background:#102e28}.mobile-modal_color-turquoise .footer__socials a{background:rgba(94,183,167,.2)}.mobile-modal_color-turquoise .footer__socials a:hover{background:rgba(94,183,167,.1)}.mobile-modal_color-turquoise .footer__toprealtors{border-top:1px solid rgba(94,183,167,.2)}.mobile-modal_color-turquoise .header__list a:hover{color:#5eb7a7}.mobile-modal_color-turquoise .header__phone{color:#fff}.mobile-modal_color-turquoise .header__phone:hover{color:#5eb7a7}.mobile-modal_color-turquoise .header__callback-btn{background:#5eb7a7}.mobile-modal_color-turquoise .header__callback-btn:hover{background:#469c8d}.mobile-modal_color-turquoise .header__callback-btn:active{background:#36796d}@media screen and (max-width:767px){.mobile-modal_color-turquoise .header__callback-btn_mob{background:#5eb7a7}}@media screen and (max-width:1279px){.mobile-modal_color-turquoise .header__nav{background:#36796d}}@media screen and (max-width:767px){.mobile-modal_color-turquoise .header__nav{background:#fff}}.mobile-modal_color-turquoise .header__nav-toggler{background:#36796d}.mobile-modal_color-turquoise .background_sphere~.promo{background:#5eb7a7}.mobile-modal_color-turquoise .background_sphere~.promo .promo__btn{background:#102e28}.mobile-modal_color-turquoise .background_sphere~.promo .promo__btn:hover{background:rgba(16,46,40,.9)}.mobile-modal_color-turquoise .background_sphere~.promo .promo__btn:active{background:rgba(16,46,40,.8)}.mobile-modal_color-turquoise .constructor__socials_banner .icon,.mobile-modal_color-turquoise .constructor__socials_banner .icon:active,.mobile-modal_color-turquoise .constructor__socials_banner .icon:hover{fill:#fff}.mobile-modal_color-turquoise .property .label-item{color:#5eb7a7}.mobile-modal_color-turquoise .property .button_view_ghost .icon,.mobile-modal_color-turquoise .property .button_view_outline-with-icon-invert .icon{fill:#5eb7a7}.mobile-modal_color-turquoise .types-tabs{border:1px solid #5eb7a7}.mobile-modal_color-turquoise .types-tabs__background{background:#5eb7a7}.mobile-modal_color-turquoise .types-tabs__item:hover{background:rgba(94,183,167,.2)}.mobile-modal_color-turquoise .types-tabs__item:hover:not(.is-active) .types-tabs__name{color:#5eb7a7;transition:none}.mobile-modal_color-turquoise .types-tabs__item:hover:not(.is-active) path{fill:rgba(94,183,167,.2);stroke:#5eb7a7;transition:none}.mobile-modal_color-turquoise .types-tabs__item.is-active:active .types-tabs__name{color:#5eb7a7}.mobile-modal_color-turquoise .types-tabs__item.is-active path{fill:#5eb7a7;stroke:#fff}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .calculator-section .property__btn.property__btn_active.button_view_default,.mobile-modal_color-turquoise .property__btn.constructor__btn.property__btn_active,.mobile-modal_color-turquoise .typical__label,.mobile-modal_color-yellow .calculator-section .mobile-modal_color-turquoise .property__btn.property__btn_active.button_view_default{background:#5eb7a7}.mobile-modal_color-turquoise .typical__btn{background:none;border:1px solid #5eb7a7}.mobile-modal_color-turquoise .typical__btn:hover{background:#5eb7a7;color:#fff}.mobile-modal_color-turquoise .lid__fill-svg{fill:#5eb7a7}.mobile-modal_color-turquoise .consultation__map-icon{stroke:#5eb7a7}.mobile-modal_color-turquoise .consultation__map-info{background:#102e28}.mobile-modal_color-turquoise .consultation__form .link{color:#5eb7a7}.mobile-modal_color-turquoise .constructor__social-btn_site{background:#102e28}.mobile-modal_color-turquoise .video .simplebar-scrollbar:before{background:#5eb7a7}.mobile-modal_color-turquoise .swiper-pagination-bullet-active{background-color:#5eb7a7}.mobile-modal_color-turquoise .property .cards__item.cards__item_highlight{border:2px solid #5eb7a7}.mobile-modal_color-turquoise .property .cards__item.cards__item_highlight .obj-card__title:before{background-color:#5eb7a7}.mobile-modal_color-turquoise .co__manager-btn,.mobile-modal_color-turquoise .co__video-panel{background:#5eb7a7}.mobile-modal_color-turquoise .co__manager-btn:hover,.mobile-modal_color-turquoise .co__video-panel:hover{background:#469c8d}.mobile-modal_color-turquoise .co__manager-btn:active,.mobile-modal_color-turquoise .co__video-panel:active{background:#36796d}.mobile-modal_color-turquoise .co__manager{border:1px solid #5eb7a7}.mobile-modal_color-turquoise .co__online-icon,.mobile-modal_color-turquoise .co__video-circle,.mobile-modal_color-turquoise .mortgage__icon{fill:#5eb7a7}.mobile-modal_color-turquoise .co__on-map{color:#5eb7a7}.mobile-modal_color-turquoise .co__on-map:hover{color:#469c8d}.mobile-modal_color-turquoise .co__on-map:active{color:#36796d}.mobile-modal_color-turquoise .co__on-map-icon{fill:#5eb7a7}.mobile-modal_color-turquoise #dist-map-container [class*=-hint],.mobile-modal_color-turquoise #myMap [class*=-hint]{background-color:#5eb7a7}.mobile-modal_color-turquoise #dist-map-container [class*=-hint]:after,.mobile-modal_color-turquoise #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #5eb7a7;border-left:13px solid transparent;background-image:none}.mobile-modal_color-turquoise .inner-form{background:#5eb7a7}.mobile-modal_color-turquoise .inner__header,.mobile-modal_color-turquoise .inner__section{border-color:#5eb7a7}.mobile-modal_color-turquoise .breadcrumbs a[href]{color:#5eb7a7}.mobile-modal_color-turquoise .breadcrumbs a[href]:hover{color:rgba(94,183,167,.9)}.mobile-modal_color-turquoise .breadcrumbs a[href]:active{color:rgba(94,183,167,.8)}.mobile-modal_color-turquoise .inner__main-color-bg{background-color:#5eb7a7}.mobile-modal_color-turquoise .video__h5{color:#102e28}.mobile-modal_color-turquoise .contact__icon{stroke:#5eb7a7}.mobile-modal_color-turquoise .contact__anchor[href]:focus,.mobile-modal_color-turquoise .contact__anchor[href]:hover{color:#5eb7a7}.mobile-modal_color-turquoise .contact__anchor[href]:active{color:#469c8d}.mobile-modal_color-turquoise .contacts-socials__header{border-color:#5eb7a7}.mobile-modal_color-turquoise .contacts-socials__icon{background-color:#5eb7a7}.mobile-modal_color-turquoise .contacts-socials__item:focus,.mobile-modal_color-turquoise .contacts-socials__item:hover{color:#5eb7a7}.mobile-modal_color-turquoise .contacts-socials__item:active{color:#469c8d}.mobile-modal_color-turquoise .background__paint:after{background:#5eb7a7}.mobile-modal_color-turquoise .promo__paint-bg svg{fill:#102e28}.mobile-modal_color-turquoise .background__pyramid svg.pyramid{fill:rgba(94,183,167,.7)}.mobile-modal_color-turquoise .background__pyramid:after{background:#5eb7a7}.mobile-modal_color-turquoise .background__pyramid .left-bg{background:#102e28}.mobile-modal_color-turquoise .slider__input .noUi-handle{background-color:#5eb7a7}.mobile-modal_color-turquoise .stroke-color{stroke:#102e28}.mobile-modal_color-turquoise .header__socials,.mobile-modal_color-turquoise .header__top-menu-drop{background-color:#102e28}.mobile-modal_color-turquoise .lp__agreement{color:#5eb7a7}.mobile-modal_color-turquoise .lp .simplebar-scrollbar:before{background-color:#5eb7a7}.mobile-modal_color-turquoise .header__socials{background-color:#151622}.mobile-modal_color-turquoise.constructor_darkMode{background:#151622;color:#fff}.mobile-modal_color-turquoise.constructor_darkMode .header__top-menu-drop{background-color:#151622}.mobile-modal_color-turquoise.constructor_darkMode .banks__slider-nav{background:#151622}.mobile-modal_color-turquoise.constructor_darkMode .banks__slider-nav .icon-dark_stroke{stroke:#fff}.mobile-modal_color-turquoise.constructor_darkMode .lid{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.mobile-modal_color-turquoise.constructor_darkMode .advantages__item-inner,.mobile-modal_color-turquoise.constructor_darkMode .services__item-inner{background:rgba(143,149,172,.08)}}.mobile-modal_color-turquoise.constructor_darkMode .constructor__socials .icon{fill:#fff}.mobile-modal_color-turquoise.constructor_darkMode .card .show__map{border-color:#5eb7a7}.mobile-modal_color-turquoise.constructor_darkMode .banner{background-color:rgba(143,149,172,.08)}.mobile-modal_color-turquoise.constructor_darkMode .footer{border-top:1px solid rgba(143,149,172,.08)}.mobile-modal_color-turquoise.constructor_darkMode .background__pyramid .left-bg,.mobile-modal_color-turquoise.constructor_darkMode .block,.mobile-modal_color-turquoise.constructor_darkMode .card__body,.mobile-modal_color-turquoise.constructor_darkMode .cards__map-cards,.mobile-modal_color-turquoise.constructor_darkMode .constructor__header,.mobile-modal_color-turquoise.constructor_darkMode .footer,.mobile-modal_color-turquoise.constructor_darkMode .property .section_view_gray,.mobile-modal_color-turquoise.constructor_darkMode .reviews__cloud,.mobile-modal_color-turquoise.constructor_darkMode .section_view_white,.mobile-modal_color-turquoise.constructor_darkMode .types-tabs{background:#151622}.mobile-modal_color-turquoise.constructor_darkMode .types-tabs__item path{stroke:#fff}.mobile-modal_color-turquoise.constructor_darkMode .property .property__btn:not(.property__btn_active){background:rgba(143,149,172,.1)!important;color:#fff!important}.mobile-modal_color-turquoise.constructor_darkMode .consultation__form input::-webkit-input-placeholder{color:#fff}.mobile-modal_color-turquoise.constructor_darkMode .card,.mobile-modal_color-turquoise.constructor_darkMode .card .complex__info-item-value,.mobile-modal_color-turquoise.constructor_darkMode .card__body,.mobile-modal_color-turquoise.constructor_darkMode .constructor__btn_transparent,.mobile-modal_color-turquoise.constructor_darkMode .consultation__form input,.mobile-modal_color-turquoise.constructor_darkMode .consultation__form input::placeholder,.mobile-modal_color-turquoise.constructor_darkMode .promo__text,.mobile-modal_color-turquoise.constructor_darkMode .typical__btn,.mobile-modal_color-turquoise.constructor_darkMode .video__h5{color:#fff}.mobile-modal_color-turquoise.constructor_darkMode .constructor__btn_transparent:not(:hover),.mobile-modal_color-turquoise.constructor_darkMode .typical__btn:not(:hover){color:#fff!important}.mobile-modal_color-turquoise.constructor_darkMode .reviews__cloud:after{border-top-color:#151622}.mobile-modal_color-turquoise.constructor_darkMode .property .cards__item{border-color:rgba(143,149,172,.3)}.mobile-modal_color-turquoise.constructor_darkMode .block.tns-item{border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-turquoise.constructor_darkMode .calculator__item-wrapper{background:transparent;color:#fff;border:1px solid rgba(143,149,172,.3)}.mobile-modal_color-turquoise.constructor_darkMode .calculator__item-wrapper input{background:transparent;color:#fff}.mobile-modal_color-turquoise.constructor_darkMode .slider-nav__item{background:#282a42}.mobile-modal_color-turquoise.constructor_darkMode .slider-nav__item svg{stroke:#fff}.mobile-modal_color-turquoise.constructor_darkMode .toggle-color{fill:#fff}.mobile-modal_color-turquoise.constructor_darkMode .property .button_view_outline-with-icon-invert{background:#151622!important;color:#fff!important}.mobile-modal_color-turquoise.constructor_darkMode .property .button_view_outline-with-icon-invert .icon{fill:#fff!important}.mobile-modal_color-turquoise.constructor_darkMode .background__fill-black{fill:#36796d}.mobile-modal_color-turquoise.constructor_darkMode .promo__label,.mobile-modal_color-turquoise.constructor_darkMode .promo__sign{color:#fff}.mobile-modal .h5{font-size:16px;line-height:20px;font-weight:700;text-transform:none}@media screen and (max-width:1279px){.mobile-modal .h5{font-size:14px;line-height:18px}}.mobile-modal ul{list-style:none;margin:0;padding:0}.mobile-modal a{color:inherit}.mobile-modal .link{color:#5eb7a7;transition:all .3s}.mobile-modal .link:hover{color:rgba(94,183,167,.6)}.mobile-modal .link:active{color:rgba(94,183,167,.5)}.mobile-modal .text{font-size:16px;line-height:24px}@media screen and (max-width:1599px){.mobile-modal .text{font-size:14px;line-height:18px}}.mobile-modal .button{display:inline-flex;align-items:center}.mobile-modal .big-text{font-weight:300}@media screen and (max-width:1599px){.mobile-modal .big-text{line-height:21px}}.mobile-modal .constructor__wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.mobile-modal .constructor__wrapper_admin{margin-top:35px;flex-direction:row;align-items:flex-start}.mobile-modal .constructor__main{padding-top:60px;flex:1 0 auto}@media screen and (max-width:1599px){.mobile-modal .constructor__main{padding-top:50px}}@media screen and (max-width:767px){.mobile-modal .constructor__main:before{content:"";background:#1e2030;height:50px;left:0;top:0;position:absolute;width:100%}.mobile-modal .constructor__main.for-admin{padding-top:20px}}.mobile-modal .constructor__main_100vh{max-height:100vh;overflow-y:hidden}@media screen and (max-width:1279px){.mobile-modal .constructor__main_100vh{min-height:100vh}}@media screen and (max-width:767px){.mobile-modal .constructor__main_100vh{max-height:100vh;overflow-y:auto}}.mobile-modal .constructor__main_100vh .promo{min-height:calc(100vh - 50px)}@media screen and (max-width:1599px){.mobile-modal .constructor__main_100vh .background__pyramid{min-height:100%}}.mobile-modal .constructor__main_full-page{padding:0}.mobile-modal .constructor__main_full-page:before{display:none}.mobile-modal .constructor__socials{display:flex}@media screen and (max-width:767px){.mobile-modal .constructor__socials{flex-wrap:wrap;justify-content:center;max-width:355px}}.mobile-modal .constructor__header{background:#102e28;color:#fff}.mobile-modal .constructor__background{position:relative}@media screen and (max-width:767px){.mobile-modal .constructor__background{overflow:hidden}}.mobile-modal .constructor__container{width:1500px;max-width:100%;padding:0 15px;margin:0 auto}@media screen and (max-width:1599px){.mobile-modal .constructor__container{width:1230px}}@media screen and (max-width:1279px){.mobile-modal .constructor__container{width:1110px}}@media screen and (max-width:767px){.mobile-modal .constructor__container{padding:0 10px;width:100%}}.mobile-modal .constructor__box{position:relative;z-index:2;width:1220px;max-width:100%;margin:0 auto}@media screen and (max-width:1599px){.mobile-modal .constructor__box{width:996px}}@media screen and (max-width:1279px){.mobile-modal .constructor__box{width:810px}}@media screen and (max-width:1023px){.mobile-modal .constructor__box{width:605px}}@media screen and (max-width:767px){.mobile-modal .constructor__box{width:100%}}.mobile-modal .constructor__section{margin-bottom:100px}@media screen and (max-width:1599px){.mobile-modal .constructor__section{margin-bottom:60px}}@media screen and (max-width:1023px){.mobile-modal .constructor__section{margin-bottom:50px}}.mobile-modal .constructor__section_gray{padding-top:90px;padding-bottom:100px}@media screen and (max-width:1599px){.mobile-modal .constructor__section_gray{padding-top:70px;padding-bottom:60px}}@media screen and (max-width:1023px){.mobile-modal .constructor__section_gray{padding-top:60px;padding-bottom:50px}}@media screen and (max-width:767px){.mobile-modal .constructor__section_gray{padding-top:50px}}.mobile-modal .constructor__section_no-margin{margin-bottom:0;border-top:1px solid rgba(143,149,172,.2)}.mobile-modal .constructor__section-title{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:65px;text-align:center}@media screen and (max-width:767px){.mobile-modal .constructor__section-title{margin-bottom:35px}}.mobile-modal .constructor__title{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;text-align:center}.mobile-modal .constructor__title:after,.mobile-modal .constructor__title:before{content:"";width:315px;height:1px;background-color:rgba(143,149,172,.3)}@media screen and (max-width:1599px){.mobile-modal .constructor__title:after,.mobile-modal .constructor__title:before{width:305px}}@media screen and (max-width:1279px){.mobile-modal .constructor__title:after,.mobile-modal .constructor__title:before{width:165px}}@media screen and (max-width:1023px){.mobile-modal .constructor__title:after,.mobile-modal .constructor__title:before{width:125px}}@media screen and (max-width:767px){.mobile-modal .constructor__title:after,.mobile-modal .constructor__title:before{width:57px}}.mobile-modal .constructor__title:before{margin-right:10px}.mobile-modal .constructor__title:after{margin-left:10px}@media screen and (max-width:767px){.mobile-modal .constructor__title.typical__title{justify-content:center}.mobile-modal .constructor__title.typical__title:after,.mobile-modal .constructor__title.typical__title:before{display:none}}.mobile-modal .constructor__subtitle{width:830px;max-width:100%;margin-top:50px}@media screen and (max-width:767px){.mobile-modal .constructor__subtitle{margin-top:15px}}.mobile-modal .constructor__socials .icon{fill:#fff;width:22px;height:22px;transition:all .3s}.mobile-modal .constructor__socials .icon:hover{fill:rgba(94,183,167,.9)}.mobile-modal .constructor__socials .icon:active{fill:rgba(94,183,167,.8)}@media screen and (max-width:1023px){.mobile-modal .constructor__socials .icon{width:18px;height:18px}}@media screen and (max-width:767px){.mobile-modal .constructor__socials .icon{width:22px;height:22px}}.mobile-modal .constructor__socials li{margin-right:20px;transition:all .3s ease}.mobile-modal .constructor__socials li:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.mobile-modal .constructor__socials li:last-child{margin-right:0}.mobile-modal .constructor__socials_banner a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.mobile-modal .constructor__socials_banner .icon{width:32px;height:32px;fill:#fff}.mobile-modal .constructor__socials_banner .icon:active,.mobile-modal .constructor__socials_banner .icon:hover{fill:#fff}@media screen and (max-width:1279px){.mobile-modal .constructor__socials_banner .icon{width:24px;height:24px}}@media screen and (max-width:767px){.mobile-modal .constructor__socials_banner .icon{width:18px;height:18px}}.mobile-modal .constructor__socials_promo{display:flex;justify-content:space-between;margin-top:15px;order:2;width:100%}@media screen and (max-width:767px){.mobile-modal .constructor__socials_promo{margin-left:auto;margin-right:auto}}.mobile-modal .constructor__socials_promo:after{content:"";flex:0 1 31%}.mobile-modal li.constructor__social-btn{border-radius:5px;position:relative;display:flex;height:44px;align-items:center;justify-content:center;flex-wrap:wrap;margin-right:0;margin-bottom:7px;width:calc(33.33333% - 5.33333px)}.mobile-modal li.constructor__social-btn.is-one-social{width:100%}.mobile-modal li.constructor__social-btn a{height:100%;width:100%;position:relative;z-index:2}.mobile-modal li.constructor__social-btn:nth-child(2),.mobile-modal li.constructor__social-btn:nth-child(5){margin-left:8px;margin-right:8px}.mobile-modal li.constructor__social-btn:hover{-webkit-transform:none;transform:none}.mobile-modal li.constructor__social-btn svg.icon{fill:#fff;position:absolute}.mobile-modal li.constructor__social-btn .icon_social-tg{height:18px;width:22px}.mobile-modal li.constructor__social-btn .icon_social-wa{height:26px;width:26px}.mobile-modal li.constructor__social-btn .icon_social-ig{height:20px;width:20px}.mobile-modal li.constructor__social-btn .icon_social-vk{height:14px;width:22px}.mobile-modal li.constructor__social-btn .icon_social-fb{height:20px;width:8px}.mobile-modal li.constructor__social-btn .icon_social-vb{height:18px;width:18px}.mobile-modal li.constructor__social-btn .icon_site{height:30px;width:30px}.mobile-modal li.constructor__social-btn_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.mobile-modal li.constructor__social-btn_vk{background:#4d7198}.mobile-modal li.constructor__social-btn_fb{background:#3b5998}.mobile-modal li.constructor__social-btn_tg{background:#08c}.mobile-modal li.constructor__social-btn_wa{background:#25d366}.mobile-modal li.constructor__social-btn_vb{background:#665cac}.mobile-modal .constructor__social-circle{position:relative;display:flex;width:70px;height:70px;border-radius:50%}@media screen and (max-width:767px){.mobile-modal .constructor__social-circle{margin-bottom:15px}}.mobile-modal .constructor__social-circle a{position:absolute;top:0;left:0;right:0;bottom:0}.mobile-modal .constructor__social-circle object{width:70px;height:70px;cursor:pointer}@media screen and (max-width:1279px){.mobile-modal .constructor__social-circle object{width:60px;height:60px}}@media screen and (max-width:767px){.mobile-modal .constructor__social-circle object{width:40px;height:40px}}@media screen and (max-width:1279px){.mobile-modal .constructor__social-circle{width:60px;height:60px}}@media screen and (max-width:767px){.mobile-modal .constructor__social-circle{width:40px;height:40px}}.mobile-modal .constructor__social-circle_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.mobile-modal .constructor__social-circle_vk{background:#4d7198}.mobile-modal .constructor__social-circle_fb{background:#3b5998}.mobile-modal .constructor__social-circle_tg{background:#08c}.mobile-modal .constructor__social-circle_wa{background:#25d366}.mobile-modal .constructor__social-circle_viber{background:#665cac}.mobile-modal .constructor__btn,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default{text-align:center;justify-content:center;padding:17px 42px;margin-top:50px;background:#5eb7a7;color:#fff;border-radius:5px;text-transform:uppercase;font-size:13px;font-weight:700;transition:all .3s}@media screen and (max-width:1599px){.mobile-modal .constructor__btn,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default{margin-top:40px;font-size:13px}}@media screen and (max-width:1279px){.mobile-modal .constructor__btn,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default{margin-top:30px;font-size:12px}}@media screen and (max-width:767px){.mobile-modal .constructor__btn,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default{font-size:11px;border-radius:5px;width:100%;max-width:355px}}.mobile-modal .constructor__btn:hover,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default:hover,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default:hover,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default:hover,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default:hover{background:rgba(94,183,167,.9)}.mobile-modal .constructor__btn:active,.mobile-modal .mobile-modal_color-asphalt .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-blue .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-burgundy .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-gray .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-nightsky .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-purple .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-red .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-turquoise .calculator-section .button_view_default:active,.mobile-modal .mobile-modal_color-yellow .calculator-section .button_view_default:active,.mobile-modal_color-asphalt .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-blue .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-burgundy .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-gray .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-nightsky .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-purple .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-red .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-turquoise .calculator-section .mobile-modal .button_view_default:active,.mobile-modal_color-yellow .calculator-section .mobile-modal .button_view_default:active{background:rgba(94,183,167,.8)}.mobile-modal .constructor__btn_transparent{background:transparent;color:#102e28;border:1px solid #5eb7a7}.mobile-modal .constructor__btn_transparent:hover{color:#fff;background:#5eb7a7;border-color:transparent}.mobile-modal .slider-nav{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9}.mobile-modal .slider-nav__wrapper{display:flex;justify-content:space-between}.mobile-modal .slider-nav__item{display:flex;justify-content:center;align-items:center;cursor:pointer;width:60px;height:60px;box-shadow:0 10px 40px rgba(148,134,204,.15);border-radius:50%;background:#fff;outline:none}@media screen and (max-width:767px){.mobile-modal .slider-nav__item{box-shadow:none;background:none}}.mobile-modal .slider-nav__item:hover{background:rgba(143,149,172,.2)}@media screen and (max-width:767px){.mobile-modal .slider-nav__item:hover{box-shadow:none;background:none}}.mobile-modal .slider-nav__item:active{background:rgba(143,149,172,.3)}@media screen and (max-width:767px){.mobile-modal .slider-nav__item:active{box-shadow:none;background:none}}.mobile-modal .color-test{position:fixed;bottom:0;z-index:99}.mobile-modal .color-test button{padding:10px;cursor:pointer}.mobile-modal .theme-test{position:fixed;bottom:35px;z-index:99}.mobile-modal .theme-test button{padding:10px;cursor:pointer}.mobile-modal_color-yellow .background_oval~.promo .promo__btn,.mobile-modal_color-yellow .background_rect~.promo .promo__btn{color:#102e28}.mobile-modal_color-asphalt .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal_color-yellow .button_view_default,.mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-yellow .cards__item_highlight .obj-card__title,.mobile-modal_color-yellow .constructor__btn,.mobile-modal_color-yellow .constructor__btn_transparent:hover,.mobile-modal_color-yellow .header__callback-btn,.mobile-modal_color-yellow .types-tabs__item.is-active{color:#102e28!important}.mobile-modal_color-yellow .co__manager-btn,.mobile-modal_color-yellow .co__video-panel{color:#102e28!important;font-weight:700}.mobile-modal_color-yellow .co__video-icon path{fill:#102e28!important}.mobile-modal_color-yellow .background_sphere~.promo .promo__label,.mobile-modal_color-yellow .background_sphere~.promo .promo__sign,.mobile-modal_color-yellow .background_sphere~.promo .promo__text{color:#102e28!important}.mobile-modal_color-yellow .background_sphere~.promo .promo__btn{color:#fff!important}.mobile-modal_color-yellow .public__map-button .button{color:#102e28!important}.mobile-modal_color-yellow .public__map-button .icon{fill:#102e28!important}.mobile-modal_color-yellow #dist-map-container [class*=-hint__text],.mobile-modal_color-yellow #myMap [class*=-hint__text]{color:#102e28!important}.mobile-modal_color-yellow .inner-form__submit{color:#fff!important}.mobile-modal_color-yellow .inner-form__agreement:hover,.mobile-modal_color-yellow .inner-form__checkbox .checkbox__label,.mobile-modal_color-yellow .inner-form__input .input__control,.mobile-modal_color-yellow .inner-form__title{color:#102e28!important}.mobile-modal_color-yellow .inner-form__input .input__control::-webkit-input-placeholder{color:#102e28!important}.mobile-modal_color-yellow .inner-form__input .input__control::placeholder{color:#102e28!important}.mobile-modal_color-yellow .link.inner-form__agreement{color:#1e2030!important}.mobile-modal_color-yellow .contacts-socials__icon svg,.mobile-modal_color-yellow .inner-form__checkbox-box .checkbox__marker-icon{fill:#102e28!important}.mobile-modal_color-red .constructor__socials .icon{fill:#fff!important}@media screen and (max-width:767px){.mobile-modal .constructor__slider{margin-bottom:25px;position:relative;width:100%}}@media screen and (max-width:767px){.mobile-modal .constructor__slider-wrap{margin-right:-10px}}@media screen and (max-width:767px){.mobile-modal .complex__slider-thumbnails.for-constructor{margin-top:0}}@media screen and (max-width:767px){.mobile-modal .complex__slider-info.for-contstructor{right:0;bottom:-35px}}.mobile-modal .constructor__slider .tns-carousel{display:flex;padding:20px}@media screen and (max-width:767px){.mobile-modal .constructor__slider .tns-carousel{padding:20px 0 35px}}@media screen and (max-width:767px){.mobile-modal .constructor__slider .tns-ovh{margin-top:-20px;margin-left:-10px;padding-left:10px}}.mobile-modal .constructor__slider .tns-carousel .tns-item{display:flex;flex-grow:1;margin-right:25px}@media screen and (max-width:767px){.mobile-modal .constructor__slider .tns-carousel .tns-item{border:none;display:inline-block;margin-right:0;padding:0;vertical-align:top;white-space:normal}}@media screen and (max-width:767px){.mobile-modal .constructor__slider .tns-item.tns-slide-active{margin-right:-20px}}.mobile-modal .block.tns-item{background-color:#f6f6f8;border:none}@media screen and (max-width:767px){.mobile-modal .advantages__item-inner,.mobile-modal .services__item-inner{background-color:#f6f6f8;border-radius:15px;height:100%;padding:30px;width:90%}}@media screen and (max-width:767px){.mobile-modal .banks__slider{margin-bottom:50px}}.mobile-modal .public__map-button .button{align-items:center;display:flex;height:50px;padding:0 20px}@media screen and (max-width:1279px){.mobile-modal .public__map-button{margin-left:14px}.mobile-modal .public__map-button .button{height:52px;width:52px;display:flex;align-items:center;justify-content:center;padding:0}.mobile-modal .public__map-button .icon{margin:0}}.mobile-modal .public__map-button.for-laptop{position:static}@media screen and (max-width:767px){.mobile-modal .public__map-button{box-shadow:none;margin-left:14px;position:static;flex-shrink:0}.mobile-modal .public__map-button.for-list{position:fixed}.mobile-modal .public__map-button .button{box-shadow:none;height:52px;width:52px}}@media screen and (max-width:767px){.mobile-modal .complex__main{position:relative}}@media screen and (max-width:767px){.mobile-modal .complex__address-map{position:absolute;top:0;right:0}}@media screen and (max-width:767px){.mobile-modal .complex__title{max-width:80%}}@media screen and (max-width:767px){.mobile-modal .modal-form__submit{bottom:20px;position:fixed;left:10px;right:10px}}@media screen and (max-width:767px){.mobile-modal .promo__position{width:230px}}@media screen and (max-width:1599px){.mobile-modal .background_rect .background__right{width:43%}}@media screen and (max-width:1023px){.mobile-modal .background_rect .background__right{width:50%}}@media screen and (max-width:767px){.mobile-modal .background_rect .background__right{right:-40px}}@media screen and (max-width:767px){.mobile-modal .info__popup{right:-115px;top:30px}.mobile-modal .info__popup:after,.mobile-modal .info__popup:before{display:none}}@media screen and (max-width:767px){.mobile-modal .admin.constructor__section{overflow:hidden}}@media screen and (max-width:767px){.mobile-modal .admin__menu.is-mobile .constructor__container{padding-right:0}}.mobile-modal .constructor__btn.map-card__details-button,.mobile-modal .mobile-modal_color-asphalt .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-blue .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-burgundy .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-gray .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-nightsky .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-purple .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-red .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-turquoise .calculator-section .map-card__details-button.button_view_default,.mobile-modal .mobile-modal_color-yellow .calculator-section .map-card__details-button.button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .map-card__details-button.button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .map-card__details-button.button_view_default{margin-left:0!important;margin-top:20px}.mobile-modal .calculator__result-btn .constructor__btn,.mobile-modal .calculator__result-btn .mobile-modal_color-asphalt .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-blue .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-burgundy .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-gray .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-nightsky .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-purple .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-red .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-turquoise .calculator-section .button_view_default,.mobile-modal .calculator__result-btn .mobile-modal_color-yellow .calculator-section .button_view_default,.mobile-modal_color-asphalt .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-blue .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-burgundy .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-gray .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-nightsky .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-purple .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-red .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-turquoise .calculator-section .mobile-modal .calculator__result-btn .button_view_default,.mobile-modal_color-yellow .calculator-section .mobile-modal .calculator__result-btn .button_view_default{margin-top:0}.mobile-modal{background:#fff;bottom:0;left:0;overflow:scroll;right:0;position:fixed;top:0;z-index:100}.mobile-modal .icon.icon_chevron{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.mobile-modal.with-padding{padding-top:50px}@media screen and (max-width:640px){.mobile-modal.for-map .modal__inner{padding:0;position:fixed;top:0;bottom:0;left:0;right:0;width:100%}.mobile-modal.for-map .modal__inner .mobile-modal__submit{bottom:40px;padding:0 10px;position:absolute}.mobile-modal.for-map .modal__inner .button__mobile-modal{background:#e9eaeb;color:#2c2e3e}.mobile-modal.for-map #dist-map-container{max-height:90vh}.mobile-modal.for-map .modal__title{margin-bottom:0}}.mobile-modal__title{align-items:center;border-bottom:1px solid rgba(143,149,172,.2);min-height:50px;display:flex;justify-content:center;position:relative}@media screen and (max-width:767px){.mobile-modal__title{padding:15px;text-align:center}}.mobile-modal__title>svg.icon.icon_arrow_up{left:0;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);height:30px;width:34px;padding:9px}.mobile-modal__title.is-fixed{background:#fff;left:0;right:0;position:fixed;top:0;z-index:1}.mobile-modal__content{padding:23px 10px 115px}.mobile-modal__submit{background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 10%,#fff 70%);align-items:flex-end;bottom:0;display:flex;flex-grow:1;justify-content:space-between;left:10px;padding:30px 0 20px;position:fixed;right:0;width:calc(100% - 20px);z-index:10}.mobile-modal__submit .button:first-child{margin-right:14px}.mobile-modal__show-all{background:linear-gradient(hsla(0,0%,100%,.8),#fff);bottom:0;display:flex;justify-content:center;left:0;padding:12px 0 15px;position:fixed;right:0;z-index:10}.mobile-modal__show-all .button{font-size:15px;width:calc(100% - 20px)}.share-block{margin-top:25px;display:flex;align-items:center;width:100%;position:relative}@media screen and (max-width:767px){.share-block{margin-top:15px}}.share-block .share__item{margin-bottom:0}.share-block .popover{position:static}.share-block .share__list{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(4,1fr);margin-left:17px}@media screen and (max-width:767px){.share-block .share__list{margin-left:13px}}.share-block .share__item a{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:rgba(143,149,172,.08);border-radius:50%}@media screen and (max-width:767px){.share-block .share__item a{width:40px;height:40px}}.share-block .share__item a svg{width:18px;height:18px}.share-block .share__item a svg.icon_wa{fill:#25d366}.share-block__copy{margin-left:50px;border-radius:8px;background-color:rgba(143,149,172,.08);display:flex;justify-content:center;align-items:center;width:230px;height:44px;cursor:pointer;font-size:14px;color:#1e2030}.share-block__copy_m_0{margin-left:0}@media screen and (max-width:767px){.share-block__copy{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:rgba(143,149,172,.08);border-radius:50%;margin-left:auto}.share-block__copy span{display:none}}.share-block__copy svg{margin-right:10px}@media screen and (max-width:767px){.share-block__copy svg{margin-right:0}}@media screen and (max-width:767px){.share-block .text{margin-right:auto}}.share-popover .ant-popover-title{display:none}.ele{padding-bottom:100px;font-family:"Montserrat",sans-serif;background:#1e2030;color:#fff}@media screen and (max-width:767px){.ele{padding-bottom:60px}}.ele ::selection{background:#a34de3;color:#fff}@media screen and (max-width:1279px){.ele{overflow-x:hidden}}.ele .wrapper__center{margin-left:auto;margin-right:auto;width:1220px}@media screen and (max-width:1599px){.ele .wrapper__center{width:1000px}}@media screen and (max-width:1279px){.ele .wrapper__center{width:600px}}@media screen and (max-width:767px){.ele .wrapper__center{width:100%;padding:0 20px}}.ele__purple{color:#a34de3}.ele__blue{color:#58b8fd}.ele__pink{color:#c12e83}.ele__promo{position:relative}.ele__promo:before{left:-70%;top:-20%;width:100%;height:100%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,rgba(91,186,255,.3) 0,rgba(91,186,255,0) 100%)}.ele__promo:after,.ele__promo:before{content:"";position:absolute;-webkit-transform:rotate(-19.75deg);transform:rotate(-19.75deg)}.ele__promo:after{right:-20%;top:0;width:60%;height:80%;background:radial-gradient(50% 50% at 50% 50%,#c73e88 0,rgba(199,62,136,0) 100%);opacity:.7}.ele__h1{font-weight:900;font-size:120px;line-height:146px;text-align:center}@media screen and (max-width:1599px){.ele__h1{font-size:100px;line-height:122px}}@media screen and (max-width:1279px){.ele__h1{font-size:75px;line-height:91px}}@media screen and (max-width:767px){.ele__h1{font-size:55px;line-height:50px}}.ele__subtitle{position:relative;z-index:4;font-weight:200;font-size:60px;line-height:70px;text-align:center;margin-bottom:85px}@media screen and (max-width:1599px){.ele__subtitle{font-size:50px;line-height:70px;margin-bottom:55px}}@media screen and (max-width:1279px){.ele__subtitle{font-size:35px;line-height:52px;margin-bottom:40px}}@media screen and (max-width:767px){.ele__subtitle{width:180px;font-size:20px;line-height:25px;margin:15px auto 20px}}.ele__promo-content{position:relative;z-index:2;padding-top:200px;background-image:url(/static/media/icon_star-blue.166e2621.svg),url(/static/media/icon_star-pink.c49d145c.svg),url(/static/media/icon_star-pink.c49d145c.svg);background-position:0 100%,100% 0,100% 100%;background-size:35px,35px,24px;background-repeat:no-repeat}.ele__promo-content:before{content:"";position:absolute;top:20%;left:-20%;width:50%;height:50%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#aa4ae2 0,rgba(170,74,226,0) 100%);opacity:.3;-webkit-transform:rotate(40deg);transform:rotate(40deg)}@media screen and (max-width:1599px){.ele__promo-content{background-position:0 100%,top 15% right,100% 100%}}@media screen and (max-width:767px){.ele__promo-content{padding-top:100px}}.ele__promo-img{position:absolute}.ele__promo-img_boy{top:0;z-index:3}@media screen and (max-width:1599px){.ele__promo-img_boy{max-width:345px;top:30px;left:-25px}}@media screen and (max-width:1279px){.ele__promo-img_boy{max-width:260px;top:70px;left:-95px}}@media screen and (max-width:767px){.ele__promo-img_boy{max-width:186px;left:0;top:0}}.ele__promo-img_girl{z-index:3;top:0;right:-90px}@media screen and (max-width:1599px){.ele__promo-img_girl{max-width:455px}}@media screen and (max-width:1279px){.ele__promo-img_girl{max-width:350px;top:70px;right:-150px}}@media screen and (max-width:767px){.ele__promo-img_girl{max-width:231px;top:35px;right:-65px}}.ele__info{position:relative;z-index:1;display:flex;flex-wrap:wrap;width:970px;max-width:100%;margin:0 auto}@media screen and (max-width:1599px){.ele__info{width:794px}}@media screen and (max-width:1279px){.ele__info{width:604px}}@media screen and (max-width:767px){.ele__info{width:100%}}.ele__info-box{position:relative}.ele__info-item{display:flex;flex-direction:column;justify-content:center;width:470px;max-width:100%;padding:40px;border-radius:20px;background:#2c2e3e;margin-bottom:28px;margin-right:28px;font-weight:400}.ele__info-item:nth-child(2){position:relative;margin-right:0}.ele__info-item:nth-child(2):before{content:"";position:absolute;top:-70%;right:-10%;width:100%;height:100%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#aa4ae2 0,rgba(170,74,226,0) 100%);opacity:.4;-webkit-transform:rotate(40deg);transform:rotate(40deg)}.ele__info-item:last-of-type{position:relative;flex-direction:row;align-items:center;width:100%;margin-bottom:0;margin-right:0;overflow:hidden}.ele__info-item:last-of-type:before{content:"";position:absolute;top:120%;right:-40%;width:100%;height:150%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#aa4ae2 0,rgba(170,74,226,0) 100%);opacity:.4;-webkit-transform:rotate(40deg);transform:rotate(40deg)}@media screen and (max-width:1279px){.ele__info-item:last-of-type{padding:20px}}@media screen and (max-width:767px){.ele__info-item:last-of-type{flex-direction:column}}@media screen and (max-width:1599px){.ele__info-item{width:386px;margin-bottom:22px;margin-right:22px}}@media screen and (max-width:1279px){.ele__info-item{width:294px;margin-bottom:12px;margin-right:12px}}@media screen and (max-width:767px){.ele__info-item{width:100%;margin-bottom:10px;margin-right:0;padding:20px 30px}}.ele__info-sub{margin-top:15px;font-weight:300;font-size:16px;line-height:20px;color:#fff}@media screen and (max-width:1279px){.ele__info-sub{font-size:12px;line-height:15px}}.ele__time{margin-bottom:20px;font-weight:900;font-size:50px;line-height:61px}@media screen and (max-width:1599px){.ele__time{font-size:40px;line-height:49px}}@media screen and (max-width:1279px){.ele__time{font-size:30px;line-height:37px}}@media screen and (max-width:767px){.ele__time{font-size:20px;line-height:24px}}.ele__info-about{display:flex;align-items:center}@media screen and (max-width:1279px){.ele__info-about{font-size:15px;line-height:18px;margin-top:5px}}@media screen and (max-width:767px){.ele__info-about{font-size:12px;line-height:14px}}.ele__info-about span{margin-right:35px}@media screen and (max-width:1279px){.ele__info-about span{margin-right:15px}}.ele__info-btn{margin-left:auto;margin-right:0;position:relative}@media screen and (max-width:767px){.ele__info-btn{margin-left:auto;margin-right:auto;margin-top:20px}}.ele__btn{display:inline-flex;padding:33px 66px;background:linear-gradient(60.95deg,#188fe5 17.57%,#aa4ae2 88.6%);border-radius:100px;color:inherit;font:inherit;font-weight:400;transition:all .3s}.ele__btn:focus,.ele__btn:hover{box-shadow:0 0 20px 4px #a34de3;background:linear-gradient(60.95deg,#aa4ae2 17.57%,#188fe5 88.6%)}.ele__btn:active{box-shadow:0 0 10px 4px #a34de3}.ele__btn:disabled{opacity:.3;color:inherit}@media screen and (max-width:1599px){.ele__btn{padding:25px 50px}}@media screen and (max-width:1279px){.ele__btn{padding:16px 36px}}@media screen and (max-width:767px){.ele__btn{padding:15px 47px}}.ele__h2{position:relative;font-weight:900;font-size:65px;line-height:70px}@media screen and (max-width:1599px){.ele__h2{font-size:50px;line-height:60px}}@media screen and (max-width:1279px){.ele__h2{font-size:45px;line-height:50px}}@media screen and (max-width:767px){.ele__h2{font-size:25px;line-height:30px}}.ele__h3{position:relative;font-weight:800;font-size:35px;line-height:43px}@media screen and (max-width:1599px){.ele__h3{font-size:25px;line-height:30px}}@media screen and (max-width:1279px){.ele__h3{font-size:20px;line-height:25px}}@media screen and (max-width:767px){.ele__h3{font-size:16px;line-height:20px}}.ele__h4{font-weight:300;font-size:25px;line-height:30px;text-transform:uppercase}@media screen and (max-width:1599px){.ele__h4{font-size:21px;line-height:26px}}@media screen and (max-width:1279px){.ele__h4{font-size:20px;line-height:24px}}@media screen and (max-width:767px){.ele__h4{font-size:16px;line-height:20px}}.ele__map-opener{display:inline-flex;background:none;border:1px solid #a34de3;border-radius:100px;font-family:inherit;padding:3px 15px;margin-left:7px;transition:all .3s}@media screen and (max-width:1279px){.ele__map-opener{font-size:15px;line-height:18px}}@media screen and (max-width:767px){.ele__map-opener{font-size:12px;line-height:15px}}.ele__map-opener:hover{background:#a34de3;color:#fff}.ele__whom{position:relative;display:flex;padding-top:220px;padding-bottom:70px}.ele__whom:after{position:absolute;content:"";width:100%;height:100%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#d387dd 0,rgba(231,150,242,0) 100%);opacity:.2;-webkit-transform:rotate(-19.75deg);transform:rotate(-19.75deg);right:-20%}@media screen and (max-width:1599px){.ele__whom{padding-top:170px;padding-bottom:0}}@media screen and (max-width:1279px){.ele__whom{position:relative;padding-top:100px;padding-bottom:100px}}@media screen and (max-width:767px){.ele__whom{padding-top:40px;padding-bottom:40px;flex-direction:column}}.ele__whom-img{position:relative;top:-80px;max-width:630px}@media screen and (max-width:1599px){.ele__whom-img{max-width:550px}}@media screen and (max-width:1279px){.ele__whom-img{max-width:330px;position:absolute;top:130px;right:-70px}}@media screen and (max-width:767px){.ele__whom-img{max-width:100%;position:static;margin-top:5px}}.ele__whom-text{padding-top:40px;font-weight:200;font-size:45px;line-height:50px;background:linear-gradient(60.95deg,#35aaff,#a919ff 88.6%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:1599px){.ele__whom-text{font-size:40px;line-height:45px}}@media screen and (max-width:1279px){.ele__whom-text{font-size:30px;line-height:35px;width:80%}}@media screen and (max-width:767px){.ele__whom-text{font-size:18px;line-height:22px;padding-top:20px}}.ele__whom-box{width:595px;max-width:100%}@media screen and (max-width:1279px){.ele__whom-box{width:410px}}.ele__text{padding-top:50px;font-weight:300;font-size:25px;line-height:35px}@media screen and (max-width:1599px){.ele__text{font-size:20px;line-height:30px;padding-top:30px}}@media screen and (max-width:1279px){.ele__text{font-size:18px;line-height:25px;padding-top:20px}}@media screen and (max-width:767px){.ele__text{font-size:16px;line-height:22px}}.ele__about{position:relative}.ele__about-label{position:absolute;display:inline-flex;padding:10px 25px;font-weight:300;font-size:30px;line-height:37px;border-radius:20px;white-space:nowrap;background:linear-gradient(96.52deg,#a34de3 -29.17%,#188fe6 196.43%,#188fe6 0)}@media screen and (max-width:1599px){.ele__about-label{font-size:25px;line-height:30px}}@media screen and (max-width:1279px){.ele__about-label{font-size:20px;line-height:24px}}@media screen and (max-width:767px){.ele__about-label{font-size:16px;line-height:20px}}.ele__about-item{position:relative;display:flex;margin-top:100px;padding-bottom:100px}@media screen and (max-width:1599px){.ele__about-item{margin-top:80px;padding-bottom:80px}}@media screen and (max-width:1279px){.ele__about-item{margin-top:65px;padding-bottom:65px}}@media screen and (max-width:767px){.ele__about-item{flex-direction:column;margin-top:45px;padding-bottom:45px}}.ele__about-item:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(60.95deg,#aa4ae2 17.57%,#188fe5 88.6%)}.ele__about-left{width:500px;max-width:100%;flex-shrink:0}@media screen and (max-width:1599px){.ele__about-left{width:410px}}@media screen and (max-width:1279px){.ele__about-left{width:300px}}@media screen and (max-width:767px){.ele__about-left{margin-bottom:15px}}.ele__about-timing{position:relative;width:-webkit-max-content;width:max-content;z-index:2}.ele__img{position:absolute}@media screen and (max-width:1599px){.ele__clock{width:230px}}@media screen and (max-width:1279px){.ele__clock{width:230px}}@media screen and (max-width:767px){.ele__clock{width:230px}}.ele__about-item_col{flex-direction:column}@media screen and (max-width:1599px){.ele__title-svg{width:50%}}@media screen and (max-width:767px){.ele__title-svg{width:100%}}.ele__about-item_1 .ele__about-content{width:470px;max-width:100%}@media screen and (max-width:1599px){.ele__about-item_1 .ele__about-content{width:270px}}@media screen and (max-width:767px){.ele__about-item_1 .ele__about-content{width:100%}}.ele__about-item_1 .ele__about-label{top:-30px;right:-80px;-webkit-transform:rotate(10.22deg);transform:rotate(10.22deg)}@media screen and (max-width:1279px){.ele__about-item_1 .ele__about-label{top:-10px;right:-50px}}.ele__about-item_2{position:relative;padding-bottom:220px}.ele__about-item_2:before{content:"";position:absolute;top:-80%;left:-30%;width:80%;height:130%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#aa4ae2 0,rgba(170,74,226,0) 100%);opacity:.2;-webkit-transform:rotate(-19.75deg);transform:rotate(-19.75deg)}@media screen and (max-width:1599px){.ele__about-item_2{padding-bottom:160px}}@media screen and (max-width:1279px){.ele__about-item_2{padding-bottom:60px}}.ele__about-item_2 .ele__about-content{padding-top:20px}.ele__about-item_2 .ele__about-label{background:linear-gradient(91.04deg,#a84aef 21.23%,#4d0087 112.31%);border-radius:20px;-webkit-transform:rotate(-12.92deg);transform:rotate(-12.92deg);right:-140px;bottom:-20px}@media screen and (max-width:1279px){.ele__about-item_2 .ele__about-label{right:-50px;bottom:-10px}}.ele__about-item_2 .ele__img{left:-190px;top:65px}@media screen and (max-width:1599px){.ele__about-item_2 .ele__img{width:470px;left:-100px;z-index:2}}@media screen and (max-width:1279px){.ele__about-item_2 .ele__img{width:340px}}@media screen and (max-width:767px){.ele__about-item_2 .ele__img{width:260px;position:static}}.ele__about-item_3{position:relative}.ele__about-item_3:before{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,rgba(91,186,255,.3) 0,rgba(91,186,255,0) 100%);opacity:.8;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}@media screen and (max-width:1599px){.ele__about-item_3 .ele__title-svg{width:80%}}.ele__about-item_3 .ele__about-content{width:555px;max-width:100%}@media screen and (max-width:767px){.ele__about-item_3 .ele__about-container{margin-top:35px}}.ele__about-item_3 .ele__about-label{background:linear-gradient(96.91deg,#a34de3 -28.98%,#188fe6 116.82%,#188fe6 0);border-radius:20px;-webkit-transform:rotate(10.22deg);transform:rotate(10.22deg);left:120px;top:80px}@media screen and (max-width:1599px){.ele__about-item_3 .ele__about-label{left:100px;top:70px}}@media screen and (max-width:1279px){.ele__about-item_3 .ele__about-label{left:60px;top:50px}}@media screen and (max-width:767px){.ele__about-item_3 .ele__about-label{left:30px;top:30px}}.ele__about-item_3 .ele__img{position:relative;left:0;top:30px}@media screen and (max-width:1599px){.ele__about-item_3 .ele__img{width:280px;left:40px}}@media screen and (max-width:1279px){.ele__about-item_3 .ele__img{width:180px}}@media screen and (max-width:767px){.ele__about-item_3 .ele__img{position:static}}.ele__about-item_3:after{background:linear-gradient(60.95deg,#ff7b26 17.57%,#c858fd 88.6%)}.ele__about-item_4{position:relative}.ele__about-item_4:before{content:"";position:absolute;top:-20%;left:-20%;width:90%;height:100%;background:radial-gradient(50% 50% at 50% 50%,#ff7b26 1.91%,rgba(255,123,38,0) 100%);opacity:.2;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}.ele__about-item_4 .ele__about-label{background:linear-gradient(93.2deg,#ff7b26 -11.01%,#c858fd 82.03%);-webkit-transform:rotate(-12.92deg);transform:rotate(-12.92deg);top:-25px;left:320px}@media screen and (max-width:1279px){.ele__about-item_4 .ele__about-label{left:220px}}.ele__about-item_4 .ele__img{top:20px}@media screen and (max-width:1599px){.ele__about-item_4 .ele__img{width:290px;left:30px}}@media screen and (max-width:1279px){.ele__about-item_4 .ele__img{width:220px;left:0;top:0}}@media screen and (max-width:767px){.ele__about-item_4 .ele__img{position:relative;margin-top:-90px}}.ele__about-item_4:after{background:linear-gradient(91.04deg,#a84aef 21.23%,#4d0087 112.31%)}.ele__about-item_5{position:relative}.ele__about-item_5:before{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,#aa4ae2 0,rgba(170,74,226,0) 100%);opacity:.2;-webkit-transform:rotate(-19.75deg);transform:rotate(-19.75deg)}.ele__about-item_5 .ele__about-label{background:linear-gradient(91.04deg,#a84aef 21.23%,#4d0087 112.31%);-webkit-transform:rotate(8.13deg);transform:rotate(8.13deg);left:100px;z-index:2}@media screen and (max-width:1279px){.ele__about-item_5 .ele__about-label{left:10px}}.ele__about-item_5 .ele__img{top:-70px;left:80px}@media screen and (max-width:1599px){.ele__about-item_5 .ele__img{width:396px;left:50px;top:-50px}}@media screen and (max-width:1279px){.ele__about-item_5 .ele__img{width:300px;left:0;top:-40px}}@media screen and (max-width:767px){.ele__about-item_5 .ele__img{position:relative;margin-top:-90px;margin-bottom:-90px}}.ele__about-item_5:after{background:linear-gradient(92.85deg,#474dea 24.01%,#a34de3 127.26%)}.ele__about-item_6{position:relative}.ele__about-item_6:before{content:"";position:absolute;top:-70%;left:auto;right:-60%;width:100%;height:250%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,rgba(91,186,255,.3) 0,rgba(91,186,255,0) 100%);opacity:.6;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}.ele__about-item_6 .ele__about-label{background:linear-gradient(92.85deg,#474dea 24.01%,#a34de3 127.26%);-webkit-transform:rotate(13.45deg);transform:rotate(13.45deg);top:-15px;left:370px}@media screen and (max-width:1279px){.ele__about-item_6 .ele__about-label{left:210px}}.ele__about-item_6 .ele__img{top:-10px;left:0}@media screen and (max-width:1599px){.ele__about-item_6 .ele__img{width:386px}}@media screen and (max-width:1279px){.ele__about-item_6 .ele__img{width:300px}}@media screen and (max-width:767px){.ele__about-item_6 .ele__img{width:252px;position:relative;margin-top:-90px;margin-left:20px}}.ele__about-item_6:after{background:linear-gradient(93.2deg,#ff7b26 -11.01%,#c858fd 82.03%)}.ele__about-item_7{padding-bottom:150px;position:relative}.ele__about-item_7:before{content:"";position:absolute;top:-30%;left:-15%;width:60%;height:140%;background:radial-gradient(50% 50% at 50% 50%,#ff7b26 1.91%,rgba(255,123,38,0) 100%);opacity:.3;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}@media screen and (max-width:1279px){.ele__about-item_7{padding-bottom:65px}}@media screen and (max-width:767px){.ele__about-item_7{padding-bottom:45px}}.ele__about-item_7 .ele__img{top:135px;left:-60px}@media screen and (max-width:1599px){.ele__about-item_7 .ele__img{width:300px;top:95px;left:0}}@media screen and (max-width:1279px){.ele__about-item_7 .ele__img{width:200px;left:0;top:60px}}@media screen and (max-width:767px){.ele__about-item_7 .ele__img{width:220px;position:relative;top:0;margin-top:-70px}}.ele__about-item_7:after{background:linear-gradient(91.04deg,#a84aef 21.23%,#4d0087 112.31%)}.ele__about-item_8{padding-bottom:180px;position:relative}.ele__about-item_8:before{content:"";position:absolute;top:-70%;left:auto;right:-60%;width:100%;height:250%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,rgba(91,186,255,.3) 0,rgba(91,186,255,0) 100%);opacity:.6;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}@media screen and (max-width:1279px){.ele__about-item_8{padding-bottom:140px}}@media screen and (max-width:767px){.ele__about-item_8{padding-bottom:45px}}.ele__about-item_8 .ele__about-content{padding-top:80px}@media screen and (max-width:1279px){.ele__about-item_8 .ele__about-content{padding-top:20px}}.ele__about-item_8 .ele__about-label{background:linear-gradient(91.04deg,#a84aef 21.23%,#4d0087 112.31%);-webkit-transform:rotate(10.17deg);transform:rotate(10.17deg)}.ele__about-item_8 .ele__img{left:150px;top:60px;z-index:2}@media screen and (max-width:1599px){.ele__about-item_8 .ele__img{width:270px;top:20px;left:130px}}@media screen and (max-width:1279px){.ele__about-item_8 .ele__img{width:200px;top:60px;left:90px}}@media screen and (max-width:767px){.ele__about-item_8 .ele__img{width:160px;position:relative;top:0;margin-bottom:-50px}}.ele__about-item_last:after{display:none}.ele__about-item_last .ele__btn{display:block;margin-top:60px;margin-left:auto;margin-right:auto}.ele__about-container{display:flex}@media screen and (max-width:767px){.ele__about-container{flex-direction:column}}.ele__about-header{position:relative;padding-bottom:80px}@media screen and (max-width:1599px){.ele__about-header{padding-bottom:40px}}.ele__svg-right{position:absolute;top:-20px;right:0}@media screen and (max-width:1599px){.ele__svg-right{top:-40px;right:90px}}@media screen and (max-width:1279px){.ele__svg-right{width:100px}}@media screen and (max-width:767px){.ele__svg-right{width:68px;right:0;top:-25px}}.ele__banner{position:relative;display:flex;align-items:center;height:244px}@media screen and (max-width:767px){.ele__banner{height:280px}}.ele__banner-inner{position:relative;width:100%;height:160px;background:#2c2e3e;border-radius:20px;padding:0 80px;display:flex;align-items:center;overflow:hidden}.ele__banner-inner:before{content:"";position:absolute;top:-90%;left:auto;right:-21%;width:80%;height:250%;background:radial-gradient(46.18% 46.18% at 48.92% 53.01%,rgba(91,186,255,.6) 0,rgba(91,186,255,0) 100%);opacity:1}@media screen and (max-width:1279px){.ele__banner-inner{padding:0 30px}}@media screen and (max-width:767px){.ele__banner-inner{padding-top:85px;height:213px;padding-bottom:30px}}.ele__banner-text{position:relative;width:840px;max-width:100%}@media screen and (max-width:1599px){.ele__banner-text{width:666px}}@media screen and (max-width:1279px){.ele__banner-text{width:388px}}@media screen and (max-width:767px){.ele__banner-text{width:240px}}.ele__banner-img{max-height:244px;position:absolute;top:0;right:5%}@media screen and (max-width:1279px){.ele__banner-img{width:170px;right:10px}}@media screen and (max-width:767px){.ele__banner-img{width:105px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-10%}}.modal_eleven .modal__content{display:flex;align-items:center;padding:0;background-image:url(/static/media/icon_star-blue.166e2621.svg),url(/static/media/icon_star-blue.166e2621.svg);background-repeat:no-repeat;background-position:bottom 25% left 20%,top 25% right 20%;background-size:45px,40px}@media screen and (max-width:1599px){.modal_eleven .modal__content{background-position:bottom 15% left 20%,top 15% right 20%}}.modal_eleven-nobg .modal__content{background:none}.modal_eleven .modal__shadow{background:#1e2030}.modal_eleven .modal__inner{background:#1e2030;box-shadow:none;width:800px;padding-left:0;padding-right:0}.modal_eleven .zl-form__item+.zl-form__item{margin-top:20px}.modal_eleven .input__control{background:#2c2e3e;color:#58b8fd;height:80px;box-shadow:none;padding:0 30px;border-radius:10px}.modal_eleven .input__control::-webkit-input-placeholder{color:#58b8fd}.modal_eleven .input__control::placeholder{color:#58b8fd}.ele.ele-form{padding-bottom:0}.ele-form__container{display:flex;flex-direction:column;width:720px;max-width:100%}.ele-form__container,.ele__submit{margin-left:auto;margin-right:auto;margin-top:55px}@media screen and (max-width:767px){.ele-map{background:#1e2030}}.ele-map__container{width:100%}.ele-map__container .complex__map-wrap{height:600px}@media screen and (max-width:767px){.ele-map__container .complex__map-wrap{height:550px}}.ele-map__title{text-transform:none;margin-bottom:20px;color:#fff}.events-calendar{width:auto;background-color:initial;border:none}.events-calendar .react-calendar__tile{overflow:visible!important}.events-calendar__events{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.events-calendar__event{width:6px;height:6px;border-radius:50%;margin:5px 2px}.events__calendar{overflow:hidden}.events__calendar .tns-outer{position:relative;z-index:2}.events__calendar .tns-ovh{overflow:visible}.events-calendar__day{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%}.events-calendar__event_past{background-color:rgba(143,149,172,.4)}.events-calendar__event_upcoming{background-color:#7684bc}.events-calendar__event_active{background-color:#ff2d23}.react-calendar__navigation__arrow{display:none}.react-calendar__navigation__label{font-weight:700;font-size:25px;line-height:30px;color:#2c2e3e}.react-calendar__navigation button[disabled]{background-color:initial}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none;color:#8f95ac}.react-calendar__tile{position:relative;width:35px;min-height:35px;border-radius:5px;padding:.75em 5px 2px;display:flex;align-items:center;flex-direction:column;justify-content:flex-start}.react-calendar__tile:enabled:focus .events-calendar__event,.react-calendar__tile:enabled:hover .events-calendar__event{background-color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#ff2d23;color:#fff}.react-calendar__tile--active,.react-calendar__tile--now{background:transparent;color:#2c2e3e}.react-calendar__month-view__days{align-items:flex-start}.calendar__month{padding:40px 100px;background-color:initial}@media screen and (max-width:1600px){.calendar__month{padding:40px;background-color:initial}}.calendar__month.active,.calendar__month:hover{background-color:rgba(143,149,172,.08)}.event-card{width:290px;padding:10px}.event-card:nth-child(2n){background-color:hsla(0,0%,76.9%,.1);border-radius:5px}.event-card__head{display:flex;justify-content:space-between;margin-bottom:10px}.event-card__name{color:#2c2e3e;margin-bottom:5px}.event-card__speaker{color:#8f95ac;margin-top:10px}.popover__block_align_center{left:calc(100% + 28px)}.popover__block_align_center,.popover__block_align_center:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popover__block_align_center:after{border:14px solid transparent;border-right-color:#fff;border-left:none}.popover__block_align_left.popover__block_align_center{left:auto;right:calc(100% + 20px)}.popover__block_align_left.popover__block_align_center:after{left:calc(100% - 5px);border:14px solid transparent;border-right:none;border-left:14px solid #fff}.events-calendar__popover{top:-10px;box-shadow:0 2px 40px rgba(44,46,62,.1)}.faq__category{padding-top:65px;min-height:800px;text-align:center}@media screen and (max-width:1599px){.faq__category{min-height:650px}}@media screen and (max-width:1279px){.faq__category{min-height:auto;padding-bottom:65px}}@media screen and (max-width:767px){.faq__category{padding-top:25px;padding-bottom:25px}}.faq__sub{color:#8f95ac}.faq__category-list{margin-top:60px;display:flex;flex-wrap:wrap;width:-webkit-max-content;width:max-content;margin-left:auto;margin-right:auto;max-width:100%}@media screen and (max-width:1599px){.faq__category-list{margin-top:40px}}@media screen and (max-width:767px){.faq__category-list{margin-top:35px;flex-direction:column}}.faq__category-item{width:377px;max-width:100%;height:420px;margin-right:32px;margin-top:45px}.faq__category-item:nth-of-type(3n+3){margin-right:0}.faq__category-item:first-of-type,.faq__category-item:nth-of-type(2),.faq__category-item:nth-of-type(3){margin-top:0}@media screen and (max-width:1599px){.faq__category-item{width:290px;height:320px}}@media screen and (max-width:1279px){.faq__category-item{width:232px;height:280px;margin-right:15px}}@media screen and (max-width:767px){.faq__category-item{margin-top:35px;width:280px;height:230px;margin-right:0;margin-bottom:15px}}.faq__category-btn{position:relative;display:flex;justify-content:center;padding-top:45px;cursor:pointer;width:100%;height:100%;border-radius:4px;background:rgba(143,149,172,.08)}@media screen and (max-width:1279px){.faq__category-btn{padding-top:30px}}@media screen and (max-width:767px){.faq__category-btn{padding-top:25px}}.faq__category-img{height:235px}@media screen and (max-width:1599px){.faq__category-img{height:190px}}@media screen and (max-width:1279px){.faq__category-img{height:145px}}@media screen and (max-width:767px){.faq__category-img{height:115px}}.faq__category-name{position:absolute;width:100%;bottom:65px;text-align:center}@media screen and (max-width:1599px){.faq__category-name{bottom:45px}}@media screen and (max-width:1279px){.faq__category-name{bottom:50px}}@media screen and (max-width:767px){.faq__category-name{bottom:40px}}.faq__result{padding-top:70px;padding-bottom:70px}@media screen and (max-width:1599px){.faq__result{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:1279px){.faq__result{padding-top:35px;padding-bottom:35px}}@media screen and (max-width:767px){.faq__result{padding:25px 10px 35px}}.faq__result-header{margin-bottom:60px;display:flex}@media screen and (max-width:1279px){.faq__result-header{margin-bottom:35px}}@media screen and (max-width:767px){.faq__result-header{margin-bottom:25px;align-items:center}.faq__result-header .button{font-size:0;padding:0 18px;height:40px;display:flex;align-items:center}.faq__result-header .button svg{margin-right:0}}.faq__h2{margin-left:45px}@media screen and (max-width:767px){.faq__h2{margin-left:15px}}.faq__menu{margin-right:auto;position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:1599px){.faq__menu{margin-right:160px}}@media screen and (max-width:1279px){.faq__menu{margin-right:40px}}@media screen and (max-width:767px){.faq__menu{margin-bottom:35px;margin-right:0;position:static;width:100%}}.faq__menu ul{list-style:none}@media screen and (max-width:767px){.faq__menu ul{display:flex;overflow:auto;white-space:nowrap}}.faq__menu-item{margin-bottom:14px}.faq__menu-item:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.faq__menu-item{margin-bottom:0;margin-right:15px}}.faq__menu-btn{width:300px;max-width:100%;min-height:70px;display:flex;align-items:center;padding:5px 35px;border-radius:5px;font-size:12px;line-height:18px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;text-align:left;background:#fff;color:#1e2030;border:1px solid rgba(143,149,172,.2);cursor:pointer;transition:all .3s;font-family:inherit}.faq__menu-btn.active{color:#fff;background:#8f95ac}@media screen and (max-width:1599px){.faq__menu-btn{width:248px;padding:0 22px}}@media screen and (max-width:1279px){.faq__menu-btn{width:208px;padding:5px 18px;min-height:85px}}@media screen and (max-width:767px){.faq__menu-btn{width:160px;padding:0 14px;white-space:normal;height:auto}}.faq__result-box{display:flex;position:relative;align-items:flex-start}@media screen and (max-width:767px){.faq__result-box{flex-direction:column}}.faq__result-content{width:940px;max-width:100%;font-size:14px;line-height:21px}@media screen and (max-width:1599px){.faq__result-content{width:auto;flex-grow:1}}@media screen and (max-width:767px){.faq__result-content{width:100%}}.faq__result-content figure,.faq__result-content figure img{max-width:100%;height:auto!important}.faq__result-content figure img{max-height:100%;object-fit:contain;margin:5px 0}.faq__result-content ol,.faq__result-content ul{margin:10px 0 10px 15px}.faq__result-content ol li,.faq__result-content ul li{margin-bottom:5px}.faq__result-content ol li:last-of-type,.faq__result-content ul li:last-of-type{margin-bottom:0}.faq__result-content a{color:#ff2d23;transition:all .3s}.faq__result-content a:focus,.faq__result-content a:hover{color:#cf2d23}.faq__result-content a:active{color:#b32d23}.faq__result-content .h3{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid rgba(143,149,172,.3)}.faq__result-content iframe{height:530px}@media screen and (max-width:1599px){.faq__result-content iframe{height:420px}}@media screen and (max-width:1279px){.faq__result-content iframe{height:400px}}@media screen and (max-width:1023px){.faq__result-content iframe{height:270px}}@media screen and (max-width:767px){.faq__result-content iframe{height:200px}}.faq__result-section{padding-bottom:45px}@media screen and (max-width:767px){.faq__result-section{padding-bottom:0}}.fbooking__container{position:relative;display:flex;align-items:flex-start;justify-content:center;padding-bottom:105px}@media screen and (max-width:1023px){.fbooking__container{flex-direction:column;padding:0 10px 30px}}.fbooking__title{width:705px;max-width:100%;text-align:center;margin:55px auto 50px}@media screen and (max-width:1023px){.fbooking__title{margin:30px auto 40px}}@media screen and (max-width:767px){.fbooking__title{margin:10px auto 15px;font-size:18px;line-height:22px;border-bottom:1px solid rgba(143,149,172,.2);padding-bottom:10px}}.fbooking__formbox{width:590px;max-width:100%}@media screen and (max-width:1023px){.fbooking__formbox{width:100%}}.fbooking__object{top:100px;width:348px;margin-left:55px;max-width:100%;padding:30px;border:1px solid rgba(143,149,172,.2);border-radius:4px}@media screen and (max-width:1023px){.fbooking__object{display:flex;order:-1;width:100%;margin-left:0;margin-bottom:30px;flex-wrap:wrap}}@media screen and (max-width:767px){.fbooking__object{flex-wrap:nowrap;flex-direction:column;padding:10px 0;margin-top:20px;margin-bottom:0;order:1;border-left:none;border-right:none;border-bottom:none}}.fbooking__object-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(143,149,172,.2);padding-bottom:30px}@media screen and (max-width:1023px){.fbooking__object-header{width:50%;justify-content:flex-start;border:none}}@media screen and (max-width:767px){.fbooking__object-header{width:100%;padding:5px 22px 0}}.fbooking__object-img{width:112px}@media screen and (max-width:1023px){.fbooking__object-img{margin-right:40px}}@media screen and (max-width:767px){.fbooking__object-img{width:78px;margin-right:15px}}.fbooking__info{padding-top:22px;padding-bottom:35px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1023px){.fbooking__info{width:100%;order:2;display:flex;flex-wrap:wrap;border-bottom:none}}@media screen and (max-width:767px){.fbooking__info{margin-top:20px;border-top:1px solid rgba(143,149,172,.2);order:0;padding-bottom:15px}}.fbooking__info_form .fbooking__info-row{grid-gap:15px;gap:15px}@media screen and (max-width:1023px){.fbooking__info_form .fbooking__info-row{width:100%;flex-wrap:wrap;grid-gap:15px;gap:15px}}@media screen and (max-width:767px){.fbooking__info_form .fbooking__info-row{padding:0 15px;grid-gap:0;gap:0}}@media screen and (max-width:767px){.fbooking__info_form .fbooking__info-col{flex-grow:0;margin:0;min-width:50%;padding:0 10px}.fbooking__info_form .fbooking__info-col:first-child,.fbooking__info_form .fbooking__info-col:nth-child(2){margin-bottom:15px}}.fbooking__info-grid{display:flex;flex-wrap:wrap}.fbooking__info-grid .fbooking__info-col{flex-grow:0;flex-basis:50%;width:50%;padding:0 10px;margin-top:25px}.fbooking__info-grid .fbooking__info-col:first-child,.fbooking__info-grid .fbooking__info-col:nth-child(2){margin-top:0}@media screen and (max-width:1023px){.fbooking__info-grid{flex-wrap:nowrap;margin-top:10px}.fbooking__info-grid .fbooking__info-col{margin-top:0;width:auto;flex-basis:auto;padding:0}}@media screen and (max-width:767px){.fbooking__info-grid{flex-wrap:wrap;margin-top:0;padding:0 15px}.fbooking__info-grid .fbooking__info-col{flex-basis:50%;width:50%;padding:0 10px;margin-top:25px}.fbooking__info-grid .fbooking__info-col:first-child,.fbooking__info-grid .fbooking__info-col:nth-child(2){margin-top:0}}.fbooking__info_border_none{border:none}@media screen and (max-width:767px){.fbooking__info_border_none{border:1px solid rgba(143,149,172,.2);margin-bottom:20px;margin-top:0}}.fbooking__info-row{display:flex;margin-bottom:25px}.fbooking__info-row:last-of-type{margin-bottom:0}@media screen and (max-width:1023px){.fbooking__info-row{width:calc(33% - 16px)}}@media screen and (max-width:767px){.fbooking__info-row{width:100%}}.fbooking__info-col{flex:1 1}@media screen and (max-width:1023px){.fbooking__info-col{margin-left:16px;margin-right:16px}}.fbooking__info-value{color:#8f95ac;margin-bottom:5px}.fbooking__info-desc{font-size:16px;font-weight:700}.fbooking__manager{padding-top:25px}@media screen and (max-width:1023px){.fbooking__manager{width:50%}}@media screen and (max-width:767px){.fbooking__manager{margin-bottom:15px}}@media screen and (max-width:767px){.fbooking__manager .manager{padding:0 25px 10px}}.fbooking__manager .manager-avatar_wrapper{width:60px;height:60px;border-radius:50%}.fbooking__manager .manager-title{margin-top:0;font-size:16px;line-height:20px}@media screen and (max-width:767px){.fbooking__manager .manager-title{font-size:15px;line-height:18px}}.fbooking__manager .manager-contacts{margin-top:10px}.fbooking__manager .manager-contacts_item{margin-bottom:5px}@media screen and (max-width:767px){.fbooking__manager{width:100%}.fbooking__manager .manager-contacts_list{flex-direction:column}.fbooking__manager .manager-avatar{display:none}.fbooking__manager .manager-content{display:flex;margin-top:0}.fbooking__manager .manager-contacts{margin-top:0;width:80%;padding-left:25px}}.fbooking__progress-percents{display:flex;justify-content:space-between;margin-bottom:5px}.fbooking__progress-percent{color:#8f95ac}.fbooking__progress-bar{position:relative;height:8px;background:rgba(143,149,172,.2);border-radius:5px}.fbooking__progress-filled{z-index:2;width:40%;background:#2cba2e}.fbooking__progress-filled,.fbooking__progress-prospective{position:absolute;height:100%;border-radius:5px;transition:all .3s}.fbooking__progress-prospective{z-index:1;width:70%;background:rgba(44,186,46,.2)}.fbooking__tooltip{display:inline-flex;background:#2cba2e;color:#fff;border-radius:4px;padding:10px}.fbooking__progress-tooltip{position:absolute;top:25px;right:8%;width:-webkit-max-content;width:max-content;transition:all .3s}.fbooking__progress-tooltip_negative-coord{-webkit-transform:translateX(40%);transform:translateX(40%)}@media screen and (max-width:767px){.fbooking__progress-tooltip_negative-coord{-webkit-transform:translateX(65%);transform:translateX(65%)}}.fbooking__progress-tooltip svg{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-8px}.fbooking__form{margin-top:90px}.fbooking__form-row{display:flex;margin-bottom:20px}@media screen and (max-width:767px){.fbooking__form-row{flex-direction:column}.fbooking__form-row .fbooking__form-col+.fbooking__form-col{margin-left:0;margin-top:20px}}.fbooking__form-row:last-of-type{margin-bottom:0}.fbooking__form-row_space-between{justify-content:space-between}.fbooking__form-row_space-between .fbooking__form-col{display:flex}.fbooking__form-row_space-between .button{margin-left:auto}@media screen and (max-width:767px){.fbooking__form-row_space-between .button{width:100%}}.fbooking__form-row .modal-form__gist{margin-top:20px}.fbooking__form-row .custom-select-label{margin-bottom:4px;display:block}.fbooking__form-row .custom-select .fbooking__tooltip{margin-left:40px;padding:7px 10px}@media screen and (max-width:767px){.fbooking__form-row .form__item{width:100%}}.fbooking__form-col{flex:1 1;max-width:100%}.fbooking__form-col+.fbooking__form-col{margin-left:20px}.fbooking__form-col .input{width:100%}.fbooking__form-col .textarea__control{height:100px}.fbooking__form-col .form__drop-name{display:flex;justify-content:flex-start}.fbooking__form-col .form__drop-name .fbooking__tooltip{margin-left:15px;padding:7px 10px}.fbooking__form-col .add-client{margin-bottom:15px}.fbooking__files{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed rgba(143,149,172,.2);border-radius:4px;width:100%;height:110px;color:#8f95ac;text-align:center;cursor:pointer}.fbooking__files svg{margin-bottom:5px}@media screen and (max-width:767px){.fbooking__progress{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:22}}.fbooking__showmore{display:flex;justify-content:center;border-top:1px solid rgba(143,149,172,.2)}.fbooking__showmore-btn{background:none;font-size:15px;margin-left:auto;margin-right:auto;display:none}@media screen and (max-width:767px){.fbooking__showmore-btn{display:inline-block}}@media screen and (max-width:767px){.fbooking .form__drop-content{width:100%;max-width:100%}.fbooking .form__drop-content .mobile-filters__title{display:none}}@media screen and (max-width:767px){.fb-success-wrapper{padding-top:70px}}.fb-success{width:820px;max-width:100%}@media screen and (max-width:1599px){.fb-success{width:70%}}@media screen and (max-width:1279px){.fb-success{width:80%}}.fb-success svg{max-width:100%}@media screen and (max-width:767px){.fb-success svg{max-height:150px}}.fb-success__title{margin-top:70px;padding-left:15px;padding-right:15px}@media screen and (max-width:1279px){.fb-success__title{margin-top:20px}}.fb-success__btns{margin-top:45px;width:520px;display:flex;max-width:100%}@media screen and (max-width:767px){.fb-success__btns{flex-direction:column}}.fb-success__btn{width:254px;display:inline-flex;justify-content:center;align-items:center}.fb-success__btn:last-child{margin-left:auto}.fb-success__btn svg{margin-right:12px;max-width:100%}@media screen and (max-width:767px){.fb-success__btn{width:100%}.fb-success__btn:last-child{margin-left:0;margin-top:15px}}.booking-client-select.custom-select.is-showing,.booking-client-select.custom-select.is-showing .custom-select__options{box-shadow:0 2px 10px rgba(143,149,172,.2)!important}.future .no-wrap{white-space:nowrap}@media screen and (max-width:1279px){.future .wrapper__center_start{width:100%}}.future .big-text{font-weight:300}.future .icon_logo{fill:#fff;width:72px;margin-right:25px}@media screen and (max-width:767px){.future .icon_logo{margin-left:10px;margin-right:auto}}.future .future__footer,.future .future__header{background:#2c2e3e;color:#fff}.future .future__header{position:fixed;width:100%;top:0;z-index:2}@media screen and (max-width:767px){.future .future__footer{padding:25px 0}}@media screen and (max-width:767px){.future .future__footer .future__header-box{height:auto;flex-wrap:wrap}}@media screen and (max-width:767px){.future .future__footer .icon_logo{height:33px}}.future .future__callback{margin-left:auto;background:#8f95ac;border-radius:0;transition:background .3s}.future .future__callback:hover{background:#ff2d23}.future .future__callback:active{background:rgba(143,149,172,.2)}@media screen and (max-width:767px){.future .future__callback{height:100%;font-size:0;order:1;display:flex;align-items:center}}.future .future__callback .icon{display:none}@media screen and (max-width:767px){.future .future__callback .icon{display:block;font-size:19px;fill:#fff}}.future .future__anchor{margin-left:40px;font-family:inherit;color:#fff;font-size:16px;transition:color .3s}.future .future__anchor:hover{color:#ff2d23}.future .future__anchor:active{color:#8f95ac}@media screen and (max-width:1279px){.future .future__footer-text{max-width:260px}}@media screen and (max-width:1023px){.future .future__footer-text{max-width:205px}}.future .future__footer-phone{font-size:14px;font-weight:700}@media screen and (max-width:1023px){.future .future__footer-phone{margin-left:0}}@media screen and (max-width:767px){.future .future__footer-phone{margin-top:10px}}.future .future__footer-separators{display:flex;margin-left:auto}@media screen and (max-width:767px){.future .future__footer-separators{position:relative;flex-basis:100%;margin-left:85px;flex-direction:column;margin-top:20px;padding-left:15px}.future .future__footer-separators:before{position:absolute;left:0;content:"";width:1px;height:78px;background:rgba(143,149,172,.5);margin-right:15px}}.future .future__footer-separator{display:flex;align-items:center}.future .future__footer-separator:before{content:"";width:1px;height:26px;background:rgba(143,149,172,.5);margin-right:35px}@media screen and (max-width:767px){.future .future__footer-separator:before{display:none}}@media screen and (max-width:767px){.future .future__footer-separator{margin-left:0}}.future .footer__address{margin-left:30px}@media screen and (max-width:1023px){.future .footer__address{max-width:215px}}@media screen and (max-width:767px){.future .footer__address{margin-left:0;margin-top:15px}}.future .future__header-box{display:flex;align-items:center;height:60px}.future .future__h1{width:375px;font-size:16px;line-height:18px}@media screen and (max-width:1023px){.future .future__h1{font-size:14px;line-height:16px}}@media screen and (max-width:767px){.future .future__h1{display:none}}.future .future__h2{padding-top:80px;padding-bottom:55px;text-align:center}@media screen and (max-width:1023px){.future .future__h2{padding-top:50px;padding-bottom:25px}}@media screen and (max-width:767px){.future .future__h2{padding-top:35px}}@media screen and (max-width:1023px){.future .future__header-phone{display:none}}@media screen and (max-width:767px){.future .future__header-phone{display:block;margin-left:0}}.future .promo{padding-top:60px;background:#1e2030;color:#fff}@media screen and (max-width:767px){.future .promo{display:none}}.future .promo__container{position:relative;display:flex;align-items:center;height:calc(100vh - 60px)}@media screen and (max-width:1279px){.future .promo__container{max-height:575px}}@media screen and (max-width:1023px){.future .promo__container{max-height:none}}@media screen and (max-width:767px){.future .promo__container{height:auto;padding-top:40px;padding-bottom:30px}}.future .promo__box{width:570px;max-width:100%}@media screen and (max-width:1279px){.future .promo__box{width:440px}}@media screen and (max-width:1023px){.future .promo__box{width:578px;text-align:center;margin-left:auto;margin-right:auto}}.future .promo__image{position:absolute;right:0;top:17%}@media screen and (max-width:1599px){.future .promo__image{max-width:70vh;right:5%}}@media screen and (max-width:1279px){.future .promo__image{max-width:474px;top:40px}}@media screen and (max-width:1023px){.future .promo__image{max-width:420px;top:240px;right:auto;left:50%;-webkit-transform:translateX(-45%);transform:translateX(-45%)}}@media screen and (max-width:767px){.future .promo__image{max-width:300px}}.future .promo__box-title{margin-bottom:35px}@media screen and (max-width:767px){.future .promo__box-title{margin-bottom:25px}}.future .promo__box-text{margin-bottom:55px}@media screen and (max-width:1023px){.future .promo__box-text{margin-bottom:350px;padding-bottom:20px;background:#1e2030}}@media screen and (max-width:767px){.future .promo__box-text{margin-bottom:260px}}.future .promo__form{display:flex;height:60px;background:#2c2e3e}@media screen and (max-width:1023px){.future .promo__form{height:50px}}@media screen and (max-width:767px){.future .promo__form{flex-direction:column;height:auto;background:none}}.future .promo__input{flex-grow:1;font-size:14px;padding:0 25px;background:#2c2e3e;color:#8f95ac;height:100%}@media screen and (max-width:767px){.future .promo__input{height:50px;flex-grow:0;margin-bottom:10px}}.future .promo__submit{border-radius:5px;display:flex;align-items:center}@media screen and (max-width:767px){.future .promo__submit{height:50px}}.future .benefits{display:flex;flex-direction:column;align-items:center}.future .benefits__list{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;margin-bottom:30px}.future .benefits__item{display:flex;flex-direction:column;flex-basis:49%;padding:45px 45px 45px 60px;line-height:1.4;border:1px solid rgba(143,149,172,.2);border-radius:5px}@media screen and (max-width:1023px){.future .benefits__item{flex-basis:100%;padding:30px 60px;padding:30px}}.future .benefits table{width:100%}.future .benefits table,.future .benefits td{border:none}.future .benefits__date{color:#8f95ac;margin-bottom:20px}.future .benefits__title{margin-bottom:25px;line-height:30px}.future .benefits__ul,.future .benefits ol,.future .benefits ul{margin-top:15px;margin-bottom:15px}.future .benefits__ul li,.future .benefits ol li,.future .benefits ul li{margin-bottom:15px;padding-left:2px;line-height:1.4}.future .benefits__ul li:last-of-type,.future .benefits ol li:last-of-type,.future .benefits ul li:last-of-type{margin-bottom:0}.future .benefits ul li{position:relative;display:flex;padding-left:20px}.future .benefits ul li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#ff2d23}.future .future__section{padding-bottom:65px}.future .benefits__btn{margin-top:30px}.future .tariff{background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.future .tariff{padding-top:60px}}.future .custom-table__td,.future .custom-table__th{flex-basis:30%}.future .custom-table__td:first-of-type,.future .custom-table__th:first-of-type{flex-basis:40%}@media screen and (max-width:1023px){.future .custom-table__td:first-of-type,.future .custom-table__th:first-of-type{flex-basis:36%}}@media screen and (max-width:1023px){.future .custom-table__td:nth-of-type(2),.future .custom-table__th:nth-of-type(2){flex-basis:25%}}@media screen and (max-width:767px){.future .custom-table__td:nth-of-type(2),.future .custom-table__th:nth-of-type(2){flex-basis:40%;background:#fff;padding:15px}}@media screen and (max-width:767px){.future .custom-table__td:last-of-type,.future .custom-table__th:last-of-type{flex-grow:1;background:#fff;padding:15px}}.future .custom-table__tr{padding:5px 0}@media screen and (max-width:767px){.future .custom-table__tr{flex-wrap:wrap;padding-bottom:0}}@media screen and (max-width:1023px){.future .custom-table__td{display:flex;flex-direction:column}}@media screen and (max-width:767px){.future .custom-table__td:first-of-type{flex-basis:100%;padding-left:15px;padding-right:15px;padding-bottom:10px}}@media screen and (max-width:767px){.future .custom-table__card{background:transparent;box-shadow:0 2px 20px rgba(143,149,172,.12);border-radius:4px}}.future .custom-table__head,.future .custom-table__item{padding:0 55px}@media screen and (max-width:1023px){.future .custom-table__head,.future .custom-table__item{padding:0 22px}}@media screen and (max-width:767px){.future .custom-table__head,.future .custom-table__item{font-size:15px;padding:0}}.future .motivation__builder-name{max-width:245px}.future .label__text{max-width:325px;line-height:21px}.future .tariff__cash{display:flex;align-items:center;font-weight:400;margin-top:8px}.future .tariff__cash img{margin-right:5px}@media screen and (max-width:767px){.future .custom-table__head{display:none}}.future .tariff__mobile-header{display:none}@media screen and (max-width:767px){.future .tariff__mobile-header{display:inline-flex;color:#8f95ac;margin-bottom:5px}}.future .info{margin-left:15px}.future .future__section-header{position:relative}@media screen and (max-width:1023px){.future .future__section-header{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}}@media screen and (max-width:767px){.future .future__section-header{margin-bottom:15px}}.future .future__section-header .switch{position:absolute;top:90px;right:60px}@media screen and (max-width:1599px){.future .future__section-header .switch{top:85px}}@media screen and (max-width:1023px){.future .future__section-header .switch{position:static}}.future .benefits__btn{margin:0 auto}@media screen and (max-width:767px){.future .benefits__btn{width:100%}}.future .furute__flex-wrapper{display:flex;flex-direction:column}.future .tariff__table_stripped{margin-bottom:85px;padding-bottom:0;box-shadow:0 2px 20px rgba(143,149,172,.12)}.future .tariff__table_stripped .custom-table__body .custom-table__item:nth-child(2n){background:rgba(143,149,172,.08)}@media screen and (max-width:767px){.future .tariff__table_stripped .custom-table__body .custom-table__item:nth-child(2n) .custom-table__td{background:rgba(143,149,172,.08)}}@media screen and (max-width:1023px){.future .tariff__table_stripped .custom-table__td:nth-of-type(n),.future .tariff__table_stripped .custom-table__th:nth-of-type(n){flex-basis:40%}}@media screen and (max-width:767px){.future .tariff__table_stripped .custom-table__td:nth-of-type(n),.future .tariff__table_stripped .custom-table__th:nth-of-type(n){flex-basis:100%;display:flex;flex-direction:row}}@media screen and (max-width:1023px){.future .tariff__table_stripped .custom-table__td:last-of-type,.future .tariff__table_stripped .custom-table__th:last-of-type{flex-basis:20%}}@media screen and (max-width:767px){.future .tariff__table_stripped .custom-table__td:last-of-type,.future .tariff__table_stripped .custom-table__th:last-of-type{flex-basis:100%}}.future .tariff__table_stripped .tariff__mobile-header{margin-bottom:0;margin-right:5px;flex-basis:35%}.future .motivation__builder-name_events{max-width:350px;font-size:16px;line-height:20px}@media screen and (max-width:1023px){.future .motivation__builder-name_events{font-size:14px;line-height:18px}}@media screen and (max-width:767px){.future .motivation__builder-name_events{max-width:100%;font-size:15px}}.future .tariff__date{display:flex;align-items:center}@media screen and (max-width:767px){.future .tariff__date{width:100%}}.future .tariff__day{margin-right:25px}@media screen and (max-width:767px){.future .tariff__day{margin-right:10px}}.future .tariff__time{display:flex;justify-content:center;align-items:center;padding:5px 12px;background:rgba(143,149,172,.1);border-radius:100px}.future .manager{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(143,149,172,.1);border-radius:4px;margin-bottom:190px}@media screen and (max-width:1599px){.future .manager{margin-bottom:70px}}@media screen and (max-width:1023px){.future .manager{margin-bottom:35px}}.future .manager__title{margin-top:-18px;padding:0 40px;background:#fff}@media screen and (max-width:1279px){.future .manager__title{margin-top:-15px}}@media screen and (max-width:767px){.future .manager__title{padding:0 20px;margin-top:25px}}.future .manager__container{width:100%;padding:35px 120px}@media screen and (max-width:1279px){.future .manager__container{padding:25px 60px}}@media screen and (max-width:767px){.future .manager__container{padding:25px 35px}}.future .manager__block{display:flex;align-items:center}@media screen and (max-width:767px){.future .manager__block{width:100%;min-height:85px}}.future .contact__photo{margin-right:15px;margin-bottom:0}.future .contact{position:relative;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.future .contact{flex-direction:column}}.future .contact .contact__photo{width:120px;height:120px;border-radius:50%;flex-shrink:0}@media screen and (max-width:1023px){.future .contact .contact__photo{width:108px;height:108px}}@media screen and (max-width:767px){.future .contact .contact__photo{position:absolute;left:0;width:85px;height:85px}}.future .contact .contact__photo img{height:100%}@media screen and (max-width:767px){.future .manager__info{text-align:left;padding-left:100px}}.future .contact__contacts{margin-bottom:0}.future .contact__contacts-block{flex-grow:1;display:flex;align-items:center;justify-content:space-between;margin-left:100px}@media screen and (max-width:1279px){.future .contact__contacts-block{margin-left:60px}}@media screen and (max-width:1023px){.future .contact__contacts-block{flex-direction:column;align-items:flex-start;margin-left:30px;flex-shrink:0}}@media screen and (max-width:767px){.future .contact__contacts-block{width:100%;margin-left:0;padding-left:8px}}.future .contact__contacts-item{display:flex;align-items:center}.future .contact__contacts-item .icon{margin-right:12px;width:16px;fill:#8f95ac;transition:all .3s}@media screen and (max-width:1023px){.future .contact__contacts-item .icon{margin-right:6px}}.future .contact__contacts-item a:hover .icon{fill:#ff2d23}@media screen and (max-width:1023px){.future .contact__socials{margin-top:10px}}.future .contact__socials .button{width:32px;height:32px}.future .panel__tooltip:after{display:none}.future .panel__social{position:static;display:block}.future .panel__link .icon{stroke:#fff;fill:transparent}.future .panel__link .icon:hover{stroke:#ff2d23;fill:transparent}.future .panel__social .panel__link .icon{fill:#fff;stroke:transparent}.future .panel__social .panel__link .icon:hover{stroke:transparent;fill:#ff2d23}@media screen and (max-width:767px){.future .motivation__table{margin:0}}.invite{font-size:14px;line-height:18px;background-color:#fff;background-image:url(/static/media/cloud-left.73649d00.svg),url(/static/media/cloud-right.b3c6a5a3.svg);background-repeat:no-repeat;background-position:0 0,100%}@media screen and (max-width:1279px){.invite{background-size:20%,60%}}.invite__section{display:flex;height:100vh;justify-content:space-between;align-items:center}@media screen and (max-width:1023px){.invite__section{justify-content:center;flex-direction:column;text-align:center}}.invite__block{width:535px;max-width:100%;padding:0 20px}.invite_friend .invite__block{width:525px}.invite__logo{margin-bottom:90px}@media screen and (max-width:1599px){.invite__logo{margin-bottom:30px}}@media screen and (max-width:1023px){.invite__logo{margin-left:auto;margin-right:auto}}.invite__title{margin-bottom:60px}@media screen and (max-width:1599px){.invite__title{margin-bottom:20px}}.invite__highlight{margin-bottom:15px}.invite_friend .invite__highlight{margin-bottom:25px}.invite__text{margin-bottom:35px}@media screen and (max-width:1599px){.invite__text{margin-bottom:25px}}.invite_friend .invite__text{margin-bottom:20px}.invite__bottom-text{margin-bottom:75px;padding:10px 15px 10px 25px;border:1px solid rgba(143,149,172,.2);border-radius:15px}@media screen and (max-width:1599px){.invite__bottom-text{margin-bottom:35px}}.invite__img{width:868px;max-width:60%}@media screen and (max-width:1023px){.invite__img{display:none}}.invite__btn{display:inline-flex}@media screen and (max-width:767px){.invite__btn{padding:22px 36px}}.invite__link-box{position:relative;display:flex;align-items:center;padding:0 25px;margin-bottom:10px;width:100%;height:60px;background:rgba(143,149,172,.1);border-radius:5px;font-size:16px;line-height:20px;font-weight:700;cursor:pointer;overflow:hidden;white-space:nowrap}@media screen and (max-width:1279px){.invite__link-box{font-size:14px}}@media screen and (max-width:1023px){.invite__link-box{font-size:12px}}.invite__link-icon{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:#ff2d23;border-radius:5px;box-shadow:-21px 0 #f4f4f7}.invite__sign{color:#8f95ac;text-align:left}.invite .popover__block_align_right{width:200px;text-align:center}.invite .popover__block_align_right .popover__inner{width:100%;padding:20px}@media screen and (max-width:1023px){.invite .popover__block_align_right{max-width:100%;position:fixed;top:auto;bottom:0;left:0;width:100%}.invite .popover__block_align_right .popover__inner{padding:20px 0;font-size:18px}.invite .popover__block_align_right .clip__tooltip-close{display:none}}.preview .school.lawyers{margin-top:85px}@media screen and (max-width:1279px){.preview .school.lawyers{margin-top:60px}}.school.lawyers{color:#1e2030}.school.lawyers .mobile-filters__title{cursor:pointer}.school.lawyers .whom{padding-bottom:100px}@media screen and (max-width:1599px){.school.lawyers .wrapper__center_start{width:1010px}}.school.lawyers .promo{padding-top:0;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 158px)}.school.lawyers .promo:after{display:none}@media screen and (max-width:1279px){.school.lawyers .promo{min-height:540px}}@media screen and (max-width:767px){.school.lawyers .promo{padding-bottom:80px;min-height:calc(100vh - 50px)}}.school.lawyers .promo__container{padding-bottom:10px}@media screen and (max-width:1279px){.school.lawyers .promo__container{padding-left:20px;padding-right:20px}}.school.lawyers .promo__box{width:470px}@media screen and (max-width:767px){.school.lawyers .promo__box{align-items:center}}.school.lawyers .promo__btn{width:220px;justify-content:center;margin-top:40px}@media screen and (max-width:767px){.school.lawyers .promo__btn{position:absolute;margin-top:0;bottom:-70px;width:calc(100% - 30px)}}@media screen and (max-width:767px){.school.lawyers .promo__image{margin-top:20px}}@media screen and (max-width:767px){.school.lawyers .promo__text{text-align:center}}.school.lawyers .block{width:355px;min-height:430px;padding:35px;border:1px solid rgba(143,149,172,.2);border-radius:30px;box-shadow:none;margin-right:65px;margin-bottom:65px}.school.lawyers .block:last-of-type:not(.block_others){margin-right:0}@media screen and (max-width:1599px){.school.lawyers .block{width:300px;min-height:380px;padding:35px;margin-right:45px;margin-bottom:45px}}@media screen and (max-width:1279px){.school.lawyers .block{min-height:300px;padding:25px;margin-right:25px;margin-bottom:25px}.school.lawyers .block .block__text{display:none}}@media screen and (max-width:767px){.school.lawyers .block{width:300px;min-height:290px;margin-right:0}.school.lawyers .block .block__title{text-align:center;width:100%;font-size:18px;line-height:22px}.school.lawyers .block:last-of-type:not(.block_others){margin-bottom:25px}}.school.lawyers .block.block_bg_blue{border:1px solid transparent}@media screen and (max-width:767px){.school.lawyers .block.block_bg_blue{background-color:initial;border:1px solid rgba(143,149,172,.2)}}.school.lawyers .block__footer{position:relative;width:100%;margin-top:auto;padding-top:20px;border-top:1px solid rgba(143,149,172,.2)}.school.lawyers .block__btn{width:100%;text-align:center;justify-content:center}.school.lawyers .block__overbtns{display:flex;align-items:center;position:absolute;top:24px;right:0;grid-gap:10px;gap:10px}.school.lawyers .block__overbtns .block__showmore{position:relative}@media screen and (max-width:1599px){.school.lawyers .block__overbtns{top:21px}}.school.lawyers .block__paybtn{width:60px;background-color:initial}.school.lawyers .block__paybtn svg{flex-shrink:0;margin-right:0}.school.lawyers .block__paybtn:hover{background-color:#ecedf0}.school.lawyers .block__showmore{display:none;position:absolute;right:0;top:40%;justify-content:center;align-items:center;width:32px;height:32px;background:rgba(143,149,172,.2);border-radius:50%;margin:0;color:#8f95ac;font-size:21px;line-height:1;padding:0 0 3px}@media screen and (max-width:767px){.school.lawyers .block__showmore{display:inline-flex}}.school.lawyers .block__descr{margin-bottom:2px}.school.lawyers .block__text{margin-bottom:20px}.school.lawyers .whom__list{flex-wrap:wrap;justify-content:center}.school.lawyers .whom__row{display:flex;justify-content:center;width:100%}@media screen and (max-width:767px){.school.lawyers .whom__row{flex-direction:column;align-items:center}}.school.lawyers .block_2x{position:relative;width:780px;padding-top:65px;padding-left:240px}@media screen and (max-width:1599px){.school.lawyers .block_2x{width:650px;padding-left:170px;padding-right:35px}}@media screen and (max-width:1279px){.school.lawyers .block_2x{width:625px;min-height:300px;padding-left:145px;padding-right:35px}}@media screen and (max-width:767px){.school.lawyers .block_2x{width:280px;min-height:290px;padding:25px}}.school.lawyers .block_2x img{position:absolute;left:70px;top:40px}@media screen and (max-width:1599px){.school.lawyers .block_2x img{left:35px}}@media screen and (max-width:1279px){.school.lawyers .block_2x img{left:15px}}@media screen and (max-width:767px){.school.lawyers .block_2x img{position:static}}.school.lawyers .block_bg_blue{background:rgba(135,144,229,.1)}.school.lawyers .block_others{background:#1e2030;color:#fff;text-align:center;align-items:center;padding-top:110px;padding-left:65px;padding-right:65px;margin-right:0}@media screen and (max-width:1279px){.school.lawyers .block_others{padding-top:80px;padding-left:22px;padding-right:22px}.school.lawyers .block_others .button{height:50px;align-items:center}}.school.lawyers .block_others .block__footer{border:none;margin-top:25px;padding-top:0}.school.lawyers .block_others .block__text{padding-top:25px}@media screen and (max-width:1279px){.school.lawyers .block_others .block__text{display:block;padding-top:15px}}.school.lawyers .block__text-list li{position:relative;padding-left:15px}.school.lawyers .block__text-list li:before{content:"\2022";color:red;font-weight:700;display:inline-block;width:10px;height:10px;border-radius:50%;margin-top:1px;margin-left:-15px;position:absolute}.school.lawyers .block__img{margin-bottom:25px}.lawyers__bar{position:-webkit-sticky;position:sticky;left:0;bottom:0;width:100%;background:#fff;box-shadow:0 2px 80px rgba(143,149,172,.15);z-index:3;opacity:1;visibility:visible;transition:all .3s}.lawyers__bar.hidden{opacity:0;visibility:hidden}.lawyers__bar-box{display:flex;justify-content:space-between;align-items:center;height:70px}@media screen and (max-width:767px){.lawyers__bar-box{flex-direction:column;justify-content:center;height:170px}}.lawyers__bar-box .button{width:220px;height:50px;justify-content:center;align-items:center}@media screen and (max-width:767px){.lawyers__bar-box .button{width:100%;height:44px}}@media screen and (max-width:767px){.lawyers__bar-box p{display:none}}.lawyers__bar-div{display:flex;align-items:center}.lawyers__phone{margin-left:50px;color:inherit}@media screen and (max-width:1279px){.lawyers__phone{margin-left:15px}}@media screen and (max-width:767px){.lawyers__phone{margin-left:0;margin-bottom:15px;font-size:16px}}.lawyers__info{position:fixed;top:0;bottom:0;left:0;width:100%;z-index:1000;background:#fff;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.lawyers__info.opened{-webkit-transform:translateX(0);transform:translateX(0)}.lawyers__info-block{padding-top:30px;padding-bottom:35px;border-bottom:1px solid rgba(143,149,172,.2)}.lawyers__info-block .h4,.lawyers__info-block .text{font-size:15px}.lawyers__info-block .h4{max-width:220px;margin-left:auto;margin-right:auto;padding-bottom:25px}.lawyers__info-block .text{padding-left:15px;padding-right:15px}.lawyers__info-bottom{padding-top:20px;text-align:center;color:#8f95ac;font-size:14px}.lawyers__info-bottom b{padding-left:10px;color:#1e2030;font-size:18px}.lawyers-modal .checkbox__box+.checkbox__label{padding-right:15px}@media screen and (max-width:767px){.lawyers-modal .modal-form__gist{background:#fff;padding:0}}@media screen and (max-width:767px){.lawyers-modal .modal-form__submit .button{width:100%;margin-bottom:25px}}.lawyers-modal .mobile-filters__content{padding-bottom:0}@media screen and (max-width:767px){.lawyers-modal .modal__title{display:none}}.lawyers-modal .modal__inner{width:970px}@media screen and (max-width:1279px){.lawyers-modal .modal__inner{width:720px;padding:25px 40px}}@media screen and (max-width:767px){.lawyers-modal .modal__inner{width:100%;padding:25px;margin:0}}@media screen and (max-width:767px){.lawyers-modal .modal__row{flex-direction:column}}.lawyers-modal .modal-form__row{position:relative}@media screen and (max-width:767px){.lawyers-modal .modal-form__row:nth-of-type(2){margin-top:470px}}.lawyers-modal .h5{font-size:14px;line-height:20px;color:#8f95ac;text-transform:none;padding-bottom:15px;font-weight:400}.lawyers-modal .textarea__control{min-height:120px}@media screen and (max-width:767px){.lawyers-modal div.modal-form__gist .checkbox{flex-direction:row;align-items:flex-start;justify-content:flex-start}}.lawyers-modal__services{width:220px;margin-right:60px}@media screen and (max-width:767px){.lawyers-modal__services{position:absolute;top:200px;margin:0;width:100%;padding:0}}.lawyers-modal__services .checkbox_view_start-checkbox{align-items:flex-start}.lawyers-modal__services .checkbox_view_start-checkbox .checkbox__box{margin-top:4px;width:18px;height:18px}@media screen and (max-width:767px){.lawyers-modal__services .checkbox_view_start-checkbox .checkbox__box{margin-right:15px;margin-left:auto}}.lawyers-modal__services .checkbox_view_start-checkbox .checkbox__marker{background:#ff2d23}.lawyers-modal__services .checkbox_view_start-checkbox .checkbox__marker:after{top:4px;left:3px;width:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10'%3E%3Cpath d='M0 4.765l.855-.8 4.19 2.272L12.267 0 13 .665 5.36 10 0 4.765z' fill='%23fff'/%3E%3C/svg%3E")}.mobile-filters .lawyers__agreement{order:0;margin-right:15px}.lawyers-modal__checkbox{margin-bottom:20px}.lawyers-modal__checkbox:last-of-type{margin-bottom:0}.lawyers__bar-links{display:flex;align-items:center}@media screen and (max-width:767px){.lawyers__bar-links{flex-direction:column;width:100%}}.lawyers__bar-links a{margin-right:40px;white-space:nowrap;margin-left:20px}@media screen and (max-width:767px){.lawyers__bar-links a{display:flex;justify-content:center;align-items:center;width:100%;height:44px;padding-left:30px;padding-right:30px;margin-top:10px;border-radius:4px;border:1px solid #ff2d23;order:1;margin-left:0;margin-right:0}}.newpayment+footer .preview__footer{margin-top:0}.new-layers .new-layers__sec1{margin-top:40px}.new-layers .new-layers__sec1 .promo__title{font-size:80px;color:#fff}.new-layers .new-layers__sec1 .promo__text{font-size:21px;color:#fff}.new-layers .new-layers__sec1-content{background-image:url(/static/media/ur-bg.addeae28.jpg);background-repeat:no-repeat;background-position:50%;height:600px;border-radius:50px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:125px;padding-left:125px;padding-right:125px}.new-layers .btn-sec1{width:222px;background-color:#2c2e3e}.new-layers .btn-sec1:hover{background-color:#1b1d2d}.new-layers .new-layers__sec1-text{display:flex;width:100%;justify-content:space-between;align-items:center}.new-layers .new-layers__action{display:flex;grid-gap:40px;gap:40px;margin-top:40px}.new-layers .new-layers__action-info{background-color:#e3f0f7;border-radius:30px;height:270px;padding:0 125px;display:flex;justify-content:center;flex-direction:column;width:calc(100% - 90px)}.new-layers .new-layers__action-info h3{font-size:36px;margin-bottom:15px}.new-layers .new-layers__action-info p{font-size:18px}.new-layers .new-layers__action-img{width:500px;min-width:500px;border-radius:30px;height:270px;background-image:url(/static/media/houseicon.31bcd501.jpg);background-repeat:no-repeat;background-position:50%}.new-layers .whom.second__section{margin-top:20px;border-radius:50px;background-color:#e3f0f7;padding:70px 125px;display:flex;flex-direction:column;grid-gap:40px;gap:40px}.new-layers .whom.second__section .block{margin:0;width:auto;min-height:300px;width:50%}.new-layers .whom.second__section .whom__list,.new-layers .whom.second__section .whom__row{grid-gap:40px;gap:40px}.new-layers .whom.school__section{margin-top:60px;background-image:url(/static/media/2bg.d75a1dff.png);background-repeat:no-repeat;border-radius:50px;padding-top:60px;padding-left:125px;padding-right:125px}.new-layers .whom.school__section .block{margin:0;min-height:300px;width:50%}.new-layers .whom.school__section .whom__list,.new-layers .whom.school__section .whom__row{grid-gap:40px;gap:40px}.new-layers .new-layers__additional-link{font-size:18px;margin-top:-10px;text-decoration:underline;cursor:pointer}.new-layers .new-layers__additional-link:hover{text-decoration:none}.new-layers .modal-form__gist{background-image:url(/static/media/fbg.e69f09db.png);background-repeat:no-repeat;background-position:50%;height:580px;border-radius:50px;padding:80px 189px;margin:60px 0}.new-layers .modal-form__gist .checkbox__label,.new-layers .modal-form__gist .input_type_form .input__label,.new-layers .modal-form__gist .textarea_type_form .textarea__label{color:#fff}.new-layers .modal-form__gist .modal-form__item{flex:none;width:360px}.new-layers .modal-form__gist.footermod{margin:auto;background-color:initial}.new-layers .modal-form.wrapper.modalwrap{margin-top:60px;margin-bottom:60px}@media screen and (max-width:1599px){.new-layers .new-layers__sec1 .promo__title{font-size:42px}.new-layers .new-layers__sec1 .promo__text{font-size:18px}.new-layers .new-layers__action-info h3{font-size:30px}.new-layers .new-layers__sec1-content{padding-left:80px;padding-right:80px}.new-layers .new-layers__action-info{padding:0 80px}.new-layers .whom.school__section{padding-left:80px;padding-right:80px}.new-layers .new-layers__additional-link{font-size:15px}.new-layers .whom.second__section{padding-left:80px;padding-right:80px}.new-layers .modal-form__gist.footermod{padding-left:100px;padding-right:100px}.new-layers .new-layers__sec1-content{height:550px}.new-layers .whom.school__section{background-size:cover;padding-top:60px;padding-bottom:60px}}@media screen and (max-width:1279px){.new-layers .new-layers__sec1-content{padding-left:65px;padding-right:65px}.new-layers .new-layers__action-info{padding:0 65px}.new-layers .whom.school__section{padding-left:65px;padding-right:65px}.new-layers .new-layers__additional-link{font-size:15px}.new-layers .whom.second__section{padding-left:65px;padding-right:65px}.new-layers .modal-form__gist.footermod{padding-left:85px;padding-right:85px}.new-layers .new-layers__action-img{width:400px;min-width:400px}}@media screen and (max-width:1023px){.new-layers .modal-form.wrapper.modalwrap{margin-top:20px;margin-bottom:20px}.new-layers br{display:none}.new-layers .new-layers__sec1-content{height:430px;padding-bottom:60px}.new-layers .new-layers__action-img{width:300px;min-width:300px;height:200px;background-size:cover}.new-layers .new-layers__action-info{padding-right:30px;height:200px}.new-layers .new-layers__action-info p{font-size:14px}.new-layers .new-layers__action-info h3{font-size:23px}.new-layers .new-layers__sec1{margin-top:20px}.new-layers .new-layers__action{grid-gap:20px;gap:20px;margin-top:20px}.new-layers .whom.school__section{margin-top:20px}.new-layers .school.lawyers .whom{padding-bottom:0}}@media screen and (max-width:767px){.new-layers{margin-left:10px;margin-right:10px}.new-layers .new-layers__action-info{width:100%;border-radius:20px}.new-layers .whom.school__section .whom__list{grid-gap:0;gap:0}.new-layers .whom.school__section .whom__row{grid-gap:20px;gap:20px}.new-layers .whom.second__section,.new-layers .whom.second__section .whom__list{grid-gap:0;gap:0}.new-layers .whom.second__section .whom__row{grid-gap:20px;gap:20px}.new-layers .whom.school__section{background-size:cover;background-position:50%;border-radius:20px}.new-layers .whom.school__section .block{width:100%}.new-layers .block .block__title{text-align:left!important}.new-layers .whom.school__section h2.h2{padding-bottom:20px!important}.new-layers .block__showmore{display:none!important}.new-layers .whom.school__section{padding-top:30px;padding-bottom:30px}.new-layers .btn.h6.btn_primary_gray.btn-sec1,.new-layers .new-layers__action-img{display:none}.new-layers .new-layers__sec1-content{height:240px;justify-content:center;padding-bottom:0;background-size:cover}.new-layers .new-layers__sec1 .promo__title{font-size:24px;margin-bottom:10px}.new-layers .new-layers__sec1 .promo__text{text-align:left;font-size:14px}.new-layers .new-layers__sec1-content{padding-left:25px;padding-right:25px;border-radius:20px}.new-layers .new-layers__action-info{padding:0 25px}.new-layers .whom.school__section{padding-left:25px;padding-right:25px}.new-layers .whom.second__section{border-radius:20px;padding:25px}.new-layers .whom.second__section .block{width:100%}.new-layers .modal-form__gist.footermod{border-radius:20px;padding:30px 25px}.new-layers .modal-form__gist .modal-form__item{width:100%}.new-layers .button.button_view_default.btn-sec1{width:100%!important}}@media screen and (max-width:1279px){.school.lawyers .block .block__text{display:block}}.new-layers.school.lawyers .block__paybtn{width:70px;background-color:#ef372e}.new-layers.school.lawyers .block__paybtn svg path{fill:#fff}.newlayers-list{margin-top:10px}.newlayers-list li{list-style-type:none;margin-bottom:10px;font-size:18px;margin-left:10px}.newlayers-list li:before{content:"•";color:red;margin-left:-20px;margin-right:10px}.legal{color:#1e2030}.legal .input__control{background-color:#fff}.legal .sor__sup{color:#ff2d23}.legal .button_view_default{background-color:#ff2d23}.legal .button_view_default:focus,.legal .button_view_default:hover{background-color:#cf2d23}.legal .button_view_default:active{background-color:#b32d23}.legal .rie__top-item:before{background-color:#ff2d23}.legal .button_view_outline-with-icon-invert{color:#ff2d23;box-shadow:inset 0 0 0 1px #ff2d23}.legal .button_view_outline-with-icon-invert:focus,.legal .button_view_outline-with-icon-invert:hover{background-color:#cf2d23;box-shadow:inset 0 0 0 1px #cf2d23}.legal .button_view_outline-with-icon-invert:active{background-color:#b32d23;box-shadow:inset 0 0 0 1px #b32d23}.legal .sor__faq-section{background:#2c2e3e}.legal .sor__faq-title{color:#ff2d23}.legal .sor__faq-descr span{display:inline;margin-top:0}.legal .rie__about-img-left{left:-55px;margin-bottom:15px}@media screen and (max-width:767px){.legal .rie__about-img-left{left:0}}.legal .rie__learn-title{height:auto}.legal .rie__learn-item:last-of-type{margin-bottom:0}.legal .rie__how-badge{background-color:#ff2d23}.legal .rie__how-item ul{font-size:21px;line-height:30px;margin-left:15px}.legal .rie__how-item ul li{margin-bottom:10px}.legal .rie__how-item ul li:last-child{margin-bottom:0}.legal .rie__banner{background:#2c2e3e}.legal .rie__banner-title{margin-bottom:0}@media screen and (max-width:767px){.legal .rie__banner-title{margin:15px 0}}.legal .rie__banner-text{color:#8f95ac;margin-top:5px}.legal .rie__banner-box{width:755px;max-width:100%}@media screen and (max-width:767px){.legal .rie__banner-box{width:100%}}.legal .sor__promo-btn{position:relative}.legal .rie__banner-content{align-items:center}@media screen and (max-width:767px){.legal .rie__banner-content{align-items:flex-start}}@media screen and (max-width:767px){.legal .rie__banner-container{align-items:flex-end;height:420px;padding-bottom:25px}}.legal .sor__form .link{color:#ff2d23}.legal .sor__form .link:focus,.legal .sor__form .link:hover{color:#cf2d23}.legal .sor__form .link:active{color:#b32d23}@media screen and (max-width:767px){.legal .rie__promo-svg-1{right:220px}}.preview__header_bg+.section .legal{padding-top:85px;background-color:rgba(143,149,172,.08)}@media screen and (max-width:1279px){.preview__header_bg+.section .legal{padding-top:60px}}.mr .ref{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.mr .big-text{font-size:25px;line-height:30px;font-weight:300}@media screen and (max-width:1279px){.mr .big-text{font-size:20px;line-height:25px}}@media screen and (max-width:767px){.mr .big-text{font-size:16px;line-height:22px}}@media screen and (max-width:767px){.mr .h2{font-size:18px;line-height:22px}}@media screen and (max-width:1279px){.mr .wrapper__center{margin-left:10px;margin-right:10px}}.mr__promo{background:#1e2030;color:#fff;padding-top:60px;padding-bottom:190px;text-align:center}@media screen and (max-width:1279px){.mr__promo{padding-bottom:175px}}@media screen and (max-width:767px){.mr__promo{padding-bottom:455px}}.mr__title{padding-bottom:40px}.mr__subtitle{padding-bottom:50px}@media screen and (max-width:1279px){.mr__subtitle{padding-bottom:40px}}.mr__promo-box{width:830px;max-width:100%;margin:0 auto}@media screen and (max-width:1279px){.mr__promo-box{width:600px}}.mr__nav{display:flex;justify-content:space-between}.mr__nav a{cursor:pointer;color:#fff;text-transform:uppercase;font-weight:700;font-size:12px;line-height:21px;letter-spacing:.3px;transition:all .3s}.mr__nav a:hover{color:#ff2d23}@media screen and (max-width:767px){.mr__nav{padding:0 10px;overflow-x:scroll;border-bottom:1px solid rgba(143,149,172,.5)}.mr__nav li{margin-right:25px;padding-bottom:5px}.mr__nav li:last-child{margin-right:0;padding-right:25px}.mr__nav a{white-space:nowrap}}.mr__partner-form{display:flex;min-height:268px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:4px;box-shadow:0 4px 40px rgba(143,149,172,.1);color:#1e2030;background:#fff}@media screen and (max-width:767px){.mr__partner-form{flex-direction:column;-webkit-transform:none;transform:none;margin-top:-430px}}.mr__partner-descr{display:flex;flex-basis:50%}.mr__partner-box{margin:auto;width:426px;max-width:100%}@media screen and (max-width:1599px){.mr__partner-box{padding-left:20px}}@media screen and (max-width:1279px){.mr__partner-box{width:257px}}@media screen and (max-width:767px){.mr__partner-box{width:100%}}.mr__partner-title{padding-bottom:20px}@media screen and (max-width:1279px){.mr__partner-title{padding-bottom:10px}}@media screen and (max-width:767px){.mr__partner-title{padding-top:20px;text-align:center}}.mr__partner-effect{display:flex;font-size:25px;line-height:30px;font-weight:300;margin-bottom:15px}@media screen and (max-width:1279px){.mr__partner-effect{flex-direction:column;margin-bottom:10px}}@media screen and (max-width:767px){.mr__partner-effect{flex-direction:row;margin-bottom:0}}.mr__partner-percent{font-size:55px;line-height:55px;font-weight:700}@media screen and (max-width:1599px){.mr__partner-percent{font-size:50px}}@media screen and (max-width:767px){.mr__partner-percent{font-size:35px;margin-right:5px}}.mr__partner-percentsign{padding-top:5px;padding-left:5px}@media screen and (max-width:1599px){.mr__partner-percentsign{font-size:18px}}@media screen and (max-width:1279px){.mr__partner-percentsign{padding:0}}@media screen and (max-width:767px){.mr__partner-text{margin-bottom:15px}}.mr__partner-fieldset{flex-basis:50%;padding:40px 60px 35px;background:rgba(143,149,172,.08)}@media screen and (max-width:1599px){.mr__partner-fieldset{padding:40px 30px 35px}}@media screen and (max-width:1279px){.mr__partner-fieldset{flex-basis:457px}}@media screen and (max-width:767px){.mr__partner-fieldset .button{width:100%}}.mr__partner-row{display:flex}.mr__partner-row:first-child{margin-bottom:10px}.mr__partner-row:nth-child(2){margin-bottom:20px}.mr__partner-row .checkbox__input{background:#fff;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.mr__partner-row .mr__agreement{color:#1e2030}.mr__partner-row .mr__agreement a{color:#8f95ac;transition:all .3s}.mr__partner-row .mr__agreement a:hover{color:#ff2d23}@media screen and (max-width:767px){.mr__partner-row{flex-direction:column}}.mr__partner-input{flex:1 1}.mr__partner-input:first-child{margin-right:20px}@media screen and (max-width:767px){.mr__partner-input{margin-bottom:15px}}.mr__advantages{display:flex;justify-content:space-between;padding-bottom:160px}@media screen and (max-width:1279px){.mr__advantages{margin-top:-70px;padding-bottom:90px}}@media screen and (max-width:767px){.mr__advantages{flex-direction:column}}.mr__advantage{width:320px;max-width:100%}@media screen and (max-width:1599px){.mr__advantage{width:250px}}@media screen and (max-width:1279px){.mr__advantage{width:26%;width:300px;margin-top:30px;margin-left:auto;margin-right:auto;text-align:center}}@media screen and (max-width:1279px){.mr__advantage-img{height:145px}}@media screen and (max-width:767px){.mr__advantage-img{height:95px;margin-left:auto;margin-right:auto;margin-bottom:10px}}.mr__advantage-title{margin-bottom:25px}.mr__advantage-text{line-height:21px}.mr__consultation{display:flex}@media screen and (max-width:1279px){.mr__consultation{flex-direction:column}}.mr__consultation-aside{width:425px;max-width:100%;margin-right:auto}@media screen and (max-width:1599px){.mr__consultation-aside{width:320px}}@media screen and (max-width:1279px){.mr__consultation-aside{display:flex;width:100%;margin-bottom:40px}}@media screen and (max-width:767px){.mr__consultation-aside{margin-bottom:20px}}@media screen and (max-width:1279px){.mr__consultation-asidebox{width:340px;margin-right:auto}}@media screen and (max-width:767px){.mr__consultation-asidebox{width:100%;margin-right:0;text-align:center}}@media screen and (max-width:1279px){.mr__consultation-img{width:330px;max-width:100%}}@media screen and (max-width:767px){.mr__consultation-img{display:none}}.mr__consultation-title{margin-bottom:25px}.mr__consultation-text{margin-bottom:40px}@media screen and (max-width:1279px){.mr__consultation-text{width:290px}}@media screen and (max-width:767px){.mr__consultation-text{margin-left:auto;margin-right:auto;margin-bottom:0}}.mr__consultation-form{width:718px;padding:85px 60px 60px;background:rgba(143,149,172,.08);border-radius:5px}@media screen and (max-width:1599px){.mr__consultation-form{width:560px;padding:60px 40px}}@media screen and (max-width:1279px){.mr__consultation-form{width:100%}}@media screen and (max-width:767px){.mr__consultation-form{padding:30px 20px}}.mr__consultation-row{display:flex;justify-content:space-between}@media screen and (max-width:1279px){.mr__consultation-row{flex-direction:column}}@media screen and (max-width:1279px){.mr__consultation-row_footer{flex-direction:row}}@media screen and (max-width:767px){.mr__consultation-row_footer{flex-direction:column}}.mr__consultation-col{width:270px;max-width:100%}@media screen and (max-width:1599px){.mr__consultation-col{width:215px}}@media screen and (max-width:1279px){.mr__consultation-col{width:100%;display:flex}}@media screen and (max-width:767px){.mr__consultation-col{flex-direction:column}}.mr__consultation-checkbox{margin-bottom:35px}@media screen and (max-width:1279px){.mr__consultation-checkbox{width:134px;margin-right:50px}.mr__consultation-checkbox .checkbox{align-items:flex-start}.mr__consultation-checkbox:last-of-type{margin-right:0}}@media screen and (max-width:767px){.mr__consultation-checkbox{width:100%}.mr__consultation-checkbox .checkbox{align-items:center}.mr__consultation-checkbox .checkbox_view_flex-start{align-items:flex-start}}.mr__consultation-item{display:flex;align-items:center}@media screen and (max-width:767px){.mr__consultation-item{flex-direction:row}}.mr__consultation-item .button{padding:17px 20px}.mr__consultation-item .info{margin-left:20px}@media screen and (max-width:1599px){.mr__consultation-item .info{flex-shrink:0;margin-left:10px}}.mr__consultation-sign{color:#8f95ac}@media screen and (max-width:1599px){.mr__consultation-sign{padding-left:20px}}@media screen and (max-width:1279px){.mr__consultation-sign{display:block;padding-right:60px}}@media screen and (max-width:767px){.mr__consultation-sign{display:block;padding-left:0;padding-right:0;margin-top:20px}}.mr__meetings{padding-top:180px;text-align:center}@media screen and (max-width:1599px){.mr__meetings{padding-top:130px}}@media screen and (max-width:1279px){.mr__meetings{padding-top:70px;padding-top:55px}}.mr__meetimngs-box{width:860px;max-width:100%;margin:0 auto}.mr__meetings-title{padding-bottom:30px}@media screen and (max-width:1279px){.mr__meetings-title{padding-bottom:20px}}.mr__meetings-subtitle{padding-bottom:45px}@media screen and (max-width:767px){.mr__meetings-subtitle{width:310px;max-width:100%;margin-left:auto;margin-right:auto;padding-bottom:25px}}.mr__slider{position:relative;height:756px}@media screen and (max-width:1599px){.mr__slider{height:604px}}@media screen and (max-width:1279px){.mr__slider{height:450px}}@media screen and (max-width:767px){.mr__slider{height:auto;padding-bottom:60px}.mr__slider img{height:310px}}.mr__slider .tns-inner,.mr__slider .tns-outer,.mr__slider .tns-ovh,.mr__slider .tns-slider{height:100%}.mr__slider .wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767px){.mr__slider .wrapper{position:static;-webkit-transform:none;transform:none}}.mr__slider .wrapper__center{position:relative}@media screen and (max-width:767px){.mr__slider .wrapper__center{position:static}}.mr__slider .block__title-nav{position:absolute;top:-30px;right:0}@media screen and (max-width:767px){.mr__slider .block__title-nav{display:none}}.mr__slider .block__title-navs{background:#fff}.mr__slider-nav{display:flex;flex-direction:column}@media screen and (max-width:767px){.mr__slider-nav{flex-direction:row;overflow-x:scroll;margin-bottom:10px}}.mr__slider-nav-item{display:flex;flex-direction:column;justify-content:center;width:250px;max-width:100%;height:162px;border-radius:4px;background:#fff;color:#1e2030;margin-bottom:2px}@media screen and (max-width:1599px){.mr__slider-nav-item{height:133px}}@media screen and (max-width:1279px){.mr__slider-nav-item{width:170px;height:85px}.mr__slider-nav-item p{display:none}}@media screen and (max-width:767px){.mr__slider-nav-item{width:256px;height:125px;flex-shrink:0;border:1px solid rgba(143,149,172,.2);margin-right:10px}.mr__slider-nav-item:last-child{margin-right:0}.mr__slider-nav-item p{display:block}}.mr__slider-nav-item.active{background:#1e2030;color:#fff;border-color:#1e2030}.mr__slider-nav-item button{height:100%;padding:0 22px;color:inherit;background:none;text-align:left;cursor:pointer}.mr__slider-nav-item .h4{margin-bottom:15px}@media screen and (max-width:1279px){.mr__slider-nav-item .h4{margin:0}}.mr__slider-nav-item p{font-size:14px;line-height:21px}.mr__slide-img{width:100%;height:100%;object-fit:cover;object-position:top}.mr__slide-btn{padding:22px 38px;position:absolute;bottom:0;right:0}@media screen and (max-width:767px){.mr__slide-btn{width:90%;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.mr__service{padding-top:100px}@media screen and (max-width:767px){.mr__service{padding-top:60px}}.mr__service .h2{width:944px;max-width:100%;margin:0 auto;padding-bottom:55px;text-align:center}@media screen and (max-width:1279px){.mr__service .h2{width:520px}}@media screen and (max-width:767px){.mr__service .h2{width:325px;padding-bottom:20px}}.mr__service-slider{position:relative;padding-top:60px;border-top:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.mr__service-slider{border-top:none;padding-top:0}}.mr__service-slider .block__title-nav{position:absolute;top:-30px;right:0;padding-left:25px;background:#fff}@media screen and (max-width:767px){.mr__service-slider .block__title-nav{display:none}}.mr__service-slider .block__title-navs{background:#fff}.mr__service-slide{width:444px;height:455px;padding:45px 45px 35px 50px;max-width:100%;border:1px solid rgba(143,149,172,.1);border-radius:4px}@media screen and (max-width:1599px){.mr__service-slide{width:370px;height:434px}}@media screen and (max-width:1279px){.mr__service-slide{width:345px;padding-right:30px;margin-left:auto;margin-right:auto}}.mr__service-header{display:flex;align-items:center}@media screen and (max-width:1599px){.mr__service-header{padding-bottom:15px}}.mr__service-counter{font-size:70px;font-weight:900;line-height:100px;margin-right:20px;color:rgba(143,149,172,.2)}@media screen and (max-width:1599px){.mr__service-counter{font-size:50px;line-height:60px}}ul.mr__service-ul{list-style:disc}ul.mr__service-ul li{font-size:14px;line-height:21px;margin-bottom:15px}ul.mr__service-ul li:last-of-type{margin-bottom:0}.mr__footer{padding-bottom:150px}@media screen and (max-width:1599px){.mr__footer{padding-bottom:100px}}@media screen and (max-width:767px){.mr__footer{padding-bottom:65px}}.mr__footer .wrapper{position:relative}.mr__footer .wrapper__center{padding-top:40px;margin-top:55px}@media screen and (max-width:767px){.mr__footer .wrapper__center{padding-top:0}}.mr__banner{position:relative;display:flex;align-items:center;margin-top:55px;height:206px;padding:0 95px;background:#1e2030;color:#fff}@media screen and (max-width:1599px){.mr__banner{padding:0 60px}}@media screen and (max-width:1279px){.mr__banner{margin-top:20px;padding:0 30px}}@media screen and (max-width:767px){.mr__banner{flex-direction:column;text-align:center;padding:30px 30px 15px;height:275px}}.mr__banner-title{width:225px;margin-right:85px}@media screen and (max-width:1279px){.mr__banner-title{width:150px;margin-right:50px}}@media screen and (max-width:767px){.mr__banner-title{width:100%;margin-right:0;margin-bottom:15px}}.mr__banner-info{display:flex}.mr__banner-info img{margin-right:35px}@media screen and (max-width:1599px){.mr__banner-info img{display:none}}@media screen and (max-width:1279px){.mr__banner-box{width:220px}}@media screen and (max-width:767px){.mr__banner-box{margin-top:10px}}.mr__banner-price{display:flex;align-items:flex-start}@media screen and (max-width:767px){.mr__banner-price{justify-content:center}}.mr__banner-bigprice{font-size:55px;line-height:55px;font-weight:700}@media screen and (max-width:1279px){.mr__banner-bigprice{font-size:40px;line-height:40px}}@media screen and (max-width:767px){.mr__banner-bigprice{font-size:35px;line-height:35px}}.mr__banner-smallprice{margin-left:12px;font-weight:300;font-size:25px}@media screen and (max-width:1599px){.mr__banner-smallprice{font-size:18px;padding-top:5px}}.mr__banner-btn{margin-left:auto}@media screen and (max-width:1279px){.mr__banner-btn{width:190px;padding-left:0;padding-right:0}}@media screen and (max-width:767px){.mr__banner-btn{width:100%;margin-top:auto}}.mr__banner-bg{position:absolute;top:0;left:6%}@media screen and (max-width:1599px){.mr__banner-bg{top:40px;left:50px}}@media screen and (max-width:1279px){.mr__banner-bg{width:140px;left:0;top:20px}}@media screen and (max-width:767px){.mr__banner-bg{display:none}}.mr__banner-text{margin-top:10px;font-size:14px;line-height:16px;color:#8f95ac}.mr__footer-title{width:695px;max-width:100%;text-align:center;margin:95px auto 30px}@media screen and (max-width:1599px){.mr__footer-title{width:566px;margin-top:65px}}@media screen and (max-width:767px){.mr__footer-title{width:324px;margin-top:40px}}.mr__btn{display:block;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.mr__btn{width:100%}}.pe{display:flex;align-items:flex-start;padding-top:40px;padding-bottom:80px}@media screen and (max-width:767px){.pe{flex-direction:column;padding-top:20px;padding-bottom:20px}}.pe .button_view_default{padding-left:32px;padding-right:32px;min-width:150px;max-width:100%}@media screen and (max-width:1599px){.pe .button_view_default{padding-left:22px;padding-right:22px}}@media screen and (max-width:1279px){.pe .button_view_default{padding-left:10px;padding-right:10px;width:100%;font-size:13px}}@media screen and (max-width:767px){.pe .button_view_default{width:100%;font-size:12px;text-transform:uppercase}}.pe .h5,.pe h5{font-size:16px;line-height:20px;font-weight:700;text-transform:none}.pe__left{border-radius:4px;position:-webkit-sticky;position:sticky;top:100px;z-index:1}@media screen and (max-width:767px){.pe__left{position:static;width:100%;margin-bottom:15px}}.pe__info{display:flex;flex-direction:column;flex-shrink:0;width:345px;max-width:100%;padding:30px 65px 35px;background:#fff}@media screen and (max-width:1599px){.pe__info{width:284px;padding-left:40px;padding-right:40px}}@media screen and (max-width:1279px){.pe__info{width:232px;padding:20px 15px 25px}}@media screen and (max-width:767px){.pe__info{width:95%;margin-left:auto;margin-right:auto;padding:25px;border:1px solid rgba(143,149,172,.2)}}.pe__mobile-info{display:none}.pe__mobile-info .label-item{margin-bottom:10px}@media screen and (max-width:767px){.pe__mobile-info{display:block}}.pe__manager{padding-bottom:25px;border-bottom:1px solid rgba(143,149,172,.2)}.pe__manager-img{width:70px;height:70px;border-radius:50%;margin-bottom:20px;object-fit:cover}.pe__manager-name{margin-bottom:15px}.pe__date{padding-top:30px}.pe__date-key{margin-bottom:5px}.pe__date-block{margin-bottom:30px}.pe__date-block:last-of-type{margin-bottom:0}.pe__date-map{margin-top:10px}.pe__main{margin:0 30px;width:720px;max-width:100%}@media screen and (max-width:1279px){.pe__main{margin-right:0;margin-left:15px}}@media screen and (max-width:767px){.pe__main{margin-left:0;background:#fff}}.pe__main-box{margin-bottom:30px;padding:35px 72px 50px;background:#fff;border-radius:4px}@media screen and (max-width:1599px){.pe__main-box{padding-left:40px;padding-right:40px;padding-bottom:40px}}@media screen and (max-width:1279px){.pe__main-box{padding:20px 25px 40px;margin-bottom:20px}}@media screen and (max-width:767px){.pe__main-box{width:100%;padding:10px 20px}.pe__main-box .label-item,.pe__main-box .pe__main-h2{display:none}}.pe__main-content{padding-top:30px}@media screen and (max-width:1599px){.pe__main-content{padding-top:25px}}@media screen and (max-width:1279px){.pe__main-content{padding-top:20px}}@media screen and (max-width:767px){.pe__main-content{padding-top:5px}}.pe__main-content ul li{position:relative;display:flex;align-items:center;margin-bottom:20px}@media screen and (max-width:1599px){.pe__main-content ul li{margin-bottom:15px}}.pe__main-content ul li:last-child{margin-bottom:0}.pe__main-content ul li:before{content:"";flex-shrink:0;width:5px;height:5px;background:#1e2030;border-radius:50%;margin-right:30px}@media screen and (max-width:1279px){.pe__main-content ul li:before{margin-right:20px}}@media screen and (max-width:767px){.pe__main-content ul li:before{margin-right:15px}}.pe__main-content p{line-height:1.5}.pe__main-content ol{list-style:none;counter-reset:my-awesome-counter}.pe__main-content ol li{position:relative;display:flex;align-items:center;margin-bottom:20px;counter-increment:my-awesome-counter}@media screen and (max-width:1279px){.pe__main-content ol li{align-items:baseline}}.pe__main-content ol li:before{content:counter(my-awesome-counter) " /";color:#ff2d23;font-weight:700;margin-right:22px;white-space:nowrap}@media screen and (max-width:1279px){.pe__main-content ol li:before{margin-right:15px}}.pe__main-h2{margin-bottom:40px}@media screen and (max-width:1279px){.pe__main-h2{margin-bottom:30px}}@media screen and (max-width:767px){.pe__main-h2{margin-bottom:15px}}.pe__main-h2_small-margin{margin-bottom:20px}@media screen and (max-width:1279px){.pe__main-h2_small-margin{margin-bottom:15px}}.pe__main-list{margin-bottom:45px;margin-top:25px}@media screen and (max-width:1279px){.pe__main-list{margin-top:15px;margin-bottom:35px}}.pe__main-h5{margin-bottom:25px}@media screen and (max-width:1599px){.pe__main-h5{margin-bottom:15px}}@media screen and (max-width:1279px){.pe__main-h5{margin-bottom:10px}}.pe__main-text{margin-bottom:45px}@media screen and (max-width:1599px){.pe__main-text{margin-bottom:35px}}@media screen and (max-width:1279px){.pe__main-text{margin-bottom:25px}}.pe__banner{display:flex;align-items:center;padding:20px 60px 30px;background:#fff;border-radius:4px}@media screen and (max-width:1599px){.pe__banner{padding-left:40px;padding-right:40px}}@media screen and (max-width:1279px){.pe__banner{padding:20px 25px 25px;align-items:flex-start}.pe__banner .button_view_default{width:180px}}@media screen and (max-width:767px){.pe__banner{padding:20px 25px;width:90%;margin-left:auto;margin-right:auto;border:1px solid rgba(143,149,172,.2);text-align:center;flex-direction:column;align-items:center}.pe__banner .button_view_default{width:100%}}.pe__banner-img{flex-shrink:0;max-height:152px}@media screen and (max-width:1279px){.pe__banner-img{max-height:116px}}.pe__banner-box{margin-left:50px;width:380px;max-width:100%}@media screen and (max-width:1279px){.pe__banner-box{margin-left:20px}}@media screen and (max-width:767px){.pe__banner-box{margin-left:0;margin-top:15px}}.pe__banner-box p{margin:10px 0 15px}.pe__banner-btn{display:inline-flex;justify-content:center}.pe__sign{top:100px;width:344px;max-width:100%;flex-shrink:0}@media screen and (max-width:1599px){.pe__sign{width:284px}}@media screen and (max-width:1279px){.pe__sign{width:232px;margin-top:15px}}@media screen and (max-width:767px){.pe__sign{width:95%;margin-left:auto;margin-right:auto}}.pe-vebinars{background-color:#fff;width:344px;padding:10px 30px 30px;margin-top:20px;border-radius:5px}@media screen and (max-width:1599px){.pe-vebinars{width:284px}}@media screen and (max-width:1279px){.pe-vebinars{width:232px}}.pe-vebinars .new-events__vebinar-item{width:100%}.pe-vebinars .new-events__vebinars{flex-direction:column;grid-gap:0;gap:0}.pe-vebinars .new-events__videolist-link a{justify-content:center;margin-top:20px}.pe__sign-block{margin-bottom:30px;color:#8f95ac;border-radius:4px;background:#2c2e3e}@media screen and (max-width:1279px){.pe__sign-block{margin-bottom:15px}}.pe__sign-block:last-of-type,.pe__sign-block:only-of-type{margin-bottom:0}.pe__sign-block .button_view_outline{width:205px;color:#fff;border:1px solid rgba(143,149,172,.4);box-shadow:none}.pe__sign-block .button_view_outline:active,.pe__sign-block .button_view_outline:hover{border-color:transparent}@media screen and (max-width:1279px){.pe__sign-block .button_view_outline{width:100%}}.pe__sign-content{padding:30px 40px 40px}@media screen and (max-width:1599px){.pe__sign-content{padding-left:30px;padding-right:30px}}@media screen and (max-width:1279px){.pe__sign-content{text-align:center;padding-left:15px;padding-right:15px}}@media screen and (max-width:767px){.pe__sign-content{padding-left:25px;padding-right:25px}}.pe__sign-content_dark{background:#1e2030;border-radius:4px}.pe__sign-content_dark~.pe__edit{padding-top:0;margin-top:-20px}.pe__sign-content_white_and_border{display:flex;align-items:flex-start;border:1px solid rgba(143,149,172,.2);border-radius:4px;margin-bottom:15px;padding:30px}@media screen and (max-width:1279px){.pe__sign-content_white_and_border{flex-direction:column}}.pe__sign-content_white_and_border .button_view_default{max-width:180px;display:inline-flex;justify-content:center}@media screen and (max-width:767px){.pe__sign-content_white_and_border .button_view_default{max-width:100%}}.pe__sign-content_white_and_border .pe__inactive-warning{margin-bottom:0;margin-right:15px}@media screen and (max-width:1279px){.pe__sign-content_white_and_border .pe__inactive-warning{margin-bottom:5px;margin-left:auto;margin-right:auto}}.pe__sign-content_white_and_border .pe__inactive-text,.pe__sign-content_white_and_border .pe__inactive-title{color:#1e2030}.pe__sign-progress{position:relative;display:flex;justify-content:center;align-items:center;width:95px;height:95px;background:rgba(143,149,172,.1);border-radius:50%;margin-top:15px;margin-bottom:32px}@media screen and (max-width:1279px){.pe__sign-progress{margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.pe__sign-progress{width:80px;height:80px}}.pe__sign-progress .circle-background,.pe__sign-progress .circle-progress{fill:none}.pe__sign-progress .circle-background{stroke:transparent}.pe__sign-progress .circle-progress{stroke-linecap:round;stroke-linejoin:round}.pe__sign-number{color:#fff;fill:#fff;font-size:2em}.pe__sign-h5{margin-top:5px;margin-bottom:25px;color:#fff}.pe__sign-footer{margin-top:25px;padding-top:15px;border-top:1px solid rgba(143,149,172,.2)}.pe__add-staff{display:flex;align-items:center;color:#8f95ac}.pe__add-staff .button{display:flex;margin-right:7px;width:28px;height:28px}.pe__add-staff:hover .button{background-color:rgba(143,149,172,.2)}.pe__edit{border-radius:4px;padding:30px 40px 35px;background:#1e2030}@media screen and (max-width:1599px){.pe__edit{padding-left:30px;padding-right:30px}}@media screen and (max-width:1279px){.pe__edit{padding-left:15px;padding-right:15px}}.pe__edit .custom-select{color:#2c2e3e}.pe__edit.hidden{display:none}.pe__edit-workers{margin-top:15px}.pe__edit-title{margin-bottom:15px;color:#fff}.pe__edit-worker{display:flex;align-items:center;margin-bottom:5px;color:#8f95ac}.pe__edit-worker:last-of-type{margin-bottom:0}.pe__edit-worker p{margin-left:8px}.pe__edit-btn{margin-top:20px}.pe__inactive a{color:inherit}.pe__inactive-title{margin-bottom:15px;color:#fff}.pe__inactive-text{margin-bottom:25px;color:#fff}.pe__inactive-warning{margin-bottom:10px}@media screen and (max-width:1279px){.pe__inactive-warning{margin-left:auto;margin-right:auto}}.pe__inactive-tg{margin-left:15px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(143,149,172,.1)}.pe__inactive-tg .icon{width:15px;fill:#8f95ac;transition:fill .15s ease-in-out}.pe__inactive-tg:hover .icon{fill:#ff2d23}.pe__inactive-manager{margin-top:15px;padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}.pe__inactive-contacts{display:flex;align-items:center}@media screen and (max-width:1279px){.pe__inactive-contacts{justify-content:center;margin-top:5px}}.pe__inactive-general{padding-top:15px;color:#fff}.pe__inactive-general .pe__inactive-contacts{margin-top:3px}.pe__inactive-general a{font-weight:700}.modal__events .modal__inner{padding:28px 45px 45px}.modal__event_only .modal__inner{padding:0}.event_form_item{width:100%}.payment{padding-top:50px;padding-bottom:70px}.payment .custom-select__selected{background:#fff;height:50px;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.payment .custom-select.is-showing .custom-select__selected{background:none}@media screen and (max-width:767px){.payment{padding-top:35px;padding-bottom:35px}}.payment__content{padding-left:80px;padding-right:80px;max-width:1200px;margin:0 auto}@media screen and (max-width:1279px){.payment__content{max-width:1000px}}@media screen and (max-width:1023px){.payment__content{padding-left:20px;padding-right:20px}}.payment__h1{font-size:42px}@media screen and (max-width:1279px){.payment__h1{font-size:32px}}@media screen and (max-width:767px){.payment__h1{padding:0 10px;font-size:20px;line-height:10px}}.payment__container{display:flex}@media screen and (max-width:767px){.payment__container{flex-direction:column;padding:0 10px}}.payment__left{width:400px;max-width:100%;margin-right:auto;padding-top:25px}@media screen and (max-width:767px){.payment__left{width:100%;padding-top:15px}}@media screen and (max-width:767px){.payment__img{display:none}}.payment__form{flex-shrink:0;width:505px;max-width:100%;margin-top:-40px}@media screen and (max-width:1279px){.payment__form{width:420px}}@media screen and (max-width:767px){.payment__form{margin-top:0}}.payment__form .modal__grey-wrapper{margin-top:0;border-radius:20px}@media screen and (max-width:767px){.payment__form .modal__grey-wrapper{padding-top:0;padding-bottom:25px;background-color:initial}}.payment__form .modal-form{padding:0 35px}@media screen and (max-width:767px){.payment__form .modal-form{padding-left:0;padding-right:0}}.payment__h3{padding-bottom:25px}@media screen and (max-width:767px){.payment__h3{font-size:15px;line-height:18px;padding-bottom:10px}}.payment__text{padding-bottom:25px;font-size:15px}.payment__price-text{font-weight:300;font-size:14px;line-height:25px;color:#8f95ac}.payment__sign{margin-top:30px;padding-top:12px;border-top:1px solid rgba(143,149,172,.2);font-size:13px;line-height:16px;color:#8f95ac}.modal-form__item.payment__submit{margin-left:0;display:flex}.modal-form__item.payment__submit .button{margin-left:auto}@media screen and (max-width:767px){.modal-form__item.payment__submit .button{width:100%}}@media screen and (max-width:767px){.payment__price{font-size:25px;line-height:30px}}.preview .policy{margin-top:85px}@media screen and (max-width:1279px){.preview .policy{margin-top:60px}}.policy{padding-top:80px;padding-bottom:100px;color:#1e2030;background:#fff}@media screen and (max-width:1599px){.policy{padding-top:55px;padding-bottom:60px}}@media screen and (max-width:1279px){.policy{padding-top:50px;padding-bottom:115px}}@media screen and (max-width:767px){.policy{width:100%;padding-top:25px}}.policy .promo{width:970px;max-width:100%;margin-bottom:105px}@media screen and (max-width:1599px){.policy .promo{width:860px}}@media screen and (max-width:1279px){.policy .promo{width:670px}}@media screen and (max-width:767px){.policy .promo{width:100%}}.policy .promo__title{margin-bottom:35px}@media screen and (max-width:1599px){.policy .promo__title{margin-bottom:30px}}@media screen and (max-width:767px){.policy .promo__title{margin-bottom:15px}}.policy .promo__date{margin-bottom:30px;font-size:16px;line-height:20px;font-weight:700}@media screen and (max-width:1599px){.policy .promo__date{margin-bottom:25px}}@media screen and (max-width:767px){.policy .promo__date{margin-bottom:10px}}.policy .promo__text{font-size:18px;line-height:26px}.policy .block{display:flex;align-items:flex-start;margin-bottom:85px}.policy .block:last-of-type{margin-bottom:0}@media screen and (max-width:1599px){.policy .block{margin-bottom:60px}}@media screen and (max-width:1279px){.policy .block{flex-direction:column;align-items:center}}.policy .block img{margin-left:auto}@media screen and (max-width:1279px){.policy .block img{margin-right:auto}}@media screen and (max-width:767px){.policy .block img{max-width:50%}}.policy .block__box{width:845px;max-width:100%;padding:50px 65px;margin-left:auto;box-shadow:0 4px 8px rgba(0,0,0,.25)}@media screen and (max-width:1599px){.policy .block__box{width:755px;padding:40px 45px}}@media screen and (max-width:1279px){.policy .block__box{margin-right:auto}}@media screen and (max-width:767px){.policy .block__box{box-shadow:none;padding:0}}.policy .block__title{margin-bottom:25px}@media screen and (max-width:767px){.policy .block__title{margin-top:20px;margin-bottom:14px}}.policy .block__container{position:relative;padding-top:5px;padding-left:65px}.policy .block__container p{margin-bottom:20px}.policy .block__container:last-of-type p:last-of-type{margin-bottom:0}.policy .block__container ul{list-style:none}.policy .block__container li{margin-bottom:20px}.policy .block__counter{position:absolute;top:0;left:0;display:inline-flex;padding:0 14px;line-height:30px;border-radius:100px;background:rgba(143,149,172,.2)}.policy .update-date{margin-top:35px}.social{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;background:rgba(143,149,172,.2);border-radius:50%;transition:all .3s}.social_ig{background-image:linear-gradient(42.3deg,#ffd569 -11.65%,#f35633 29.09%,#c62992 65.58%,#585ad1 105.11%)}.social_vk{background:#4d7198}.social_fb{background:#3b5998}.social_tg{background:#08c}.social_wa{background:#25d366}.social_viber{background:#665cac}.social_mail{background:#8f95ac}.social .icon{fill:#fff;width:16px;height:16px}.poll-title{display:flex;justify-content:center}.poll-timer{display:inline-flex;position:relative;align-items:center;left:35px;margin-top:8px;color:#8f95ac;font-weight:400}.poll-timer svg{margin-right:10px}.poll{max-width:1000px;padding:0 15px;margin:40px auto 0}.poll .radio__box+.radio__label{padding-left:14px}.poll .checkbox-group__item{align-items:flex-start;padding:0}.poll .checkbox-group__item:hover{background:none}.poll__item{display:flex;align-items:center;padding:42px 25px;border-radius:5px}.poll__item:nth-child(odd){background:rgba(143,149,172,.08)}.poll__item_flex-start{align-items:flex-start}.poll__q{width:232px;flex-shrink:0;margin-right:60px;font-weight:700}@media screen and (max-width:1279px){.poll__q{margin-right:10px}}.poll__a{flex-grow:1}.poll__submit{display:flex;margin:0 auto}.poll__submit_big-mb{margin-bottom:100px}.poll__row{display:flex;width:100%}.poll__row .poll__col,.poll__row>.poll__elem{margin-right:50px}@media screen and (max-width:1279px){.poll__row .poll__col,.poll__row>.poll__elem{margin-right:15px}}.poll__row .poll__col_big-mr,.poll__row>.poll__elem_big-mr{margin-right:170px}@media screen and (max-width:1279px){.poll__row .poll__col_big-mr,.poll__row>.poll__elem_big-mr{margin-right:15px}}.poll__row .poll__col:last-child,.poll__row>.poll__elem:last-child{margin-right:0}.poll__row+.poll__row{margin-top:25px}.poll__col>.poll__elem{margin-bottom:20px}.poll__col>.poll__elem:last-child{margin-bottom:0}.poll__input{width:345px;max-width:100%}.poll__half{width:50%}.poll__box,.poll__elem{display:flex}.poll__box{width:161px;justify-content:space-between}.poll__social{margin-left:15px}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.preview{background-color:#1e2030;color:#fff;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:767px){.preview .h1{font-size:24px;line-height:26px}}@media screen and (max-width:767px){.preview .button_view_default{display:flex;max-width:320px;height:50px;justify-content:center;align-items:center;margin:auto}}.preview__wrapper{position:relative}.preview__submit{display:flex;justify-content:center}.preview__anchor{color:#ff2d23;cursor:pointer}.preview__countdown p{display:flex;align-items:center;color:#8f95ac}.preview__counter{margin-left:15px;padding:5px 21px;background:rgba(143,149,172,.1);border-radius:100px;font-size:24px;line-height:34px}.preview__wrapper.width-half{width:50%}.preview__container{position:relative;width:1260px;max-width:100%;padding:0 20px;margin:0 auto}@media screen and (max-width:1599px){.preview__container{width:1038px}}@media screen and (max-width:1279px){.preview__container{width:786px}}@media screen and (max-width:767px){.preview__container{width:100%;padding:0 10px}}.preview__halfbox{width:50%}@media screen and (max-width:1279px){.preview__halfbox{width:45%}}@media screen and (max-width:767px){.preview__halfbox{width:100%}}.preview__auth{position:relative;flex-grow:1;margin-top:150px}@media screen and (max-width:767px){.preview__auth{margin-top:75px}}@media screen and (max-width:767px){.preview__auth .wrapper{padding:0 10px}}.auth__form.preview__auth-form{max-width:720px;padding:60px 124px;border-radius:5px;background-color:#2c2e3e;z-index:10}@media screen and (max-width:767px){.auth__form.preview__auth-form{padding:20px}}.auth__form.preview__auth-form .button{width:100%}.auth__form.preview__auth-form .auth__sign-in .button{margin-top:15px}@media screen and (max-width:767px){.preview__auth-title_nomob{display:none}}.preview__auth-dots{position:absolute;right:160px;bottom:-30px}@media screen and (max-width:1279px){.preview__auth-dots{right:20px}}.preview__auth .auth__sign-in{padding-top:0}.preview__header{position:fixed;top:0;left:0;width:100%;z-index:10}.preview__header_bg{background-color:#1e2030}@media screen and (max-width:767px){.preview__header .wrapper{padding-left:15px;padding-right:15px}}.preview__header.fixed{z-index:100;background-color:#1e2030}.preview__header-body{display:flex;justify-content:space-between;align-items:center;height:85px}@media screen and (max-width:1279px){.preview__header-body{height:60px}}.preview__header .header__logo{width:81px;height:44px;border-radius:5px;overflow:hidden}@media screen and (max-width:1279px){.preview__header .header__logo{width:64px;height:100%}}@media screen and (max-width:767px){.preview__header .header__logo{width:52px}}.preview__header-btns{display:flex;align-items:center;justify-content:center;height:100%;margin-left:auto}.preview__header-sign-in,.preview__header-sign-up{font-size:12px;line-height:21px;text-transform:uppercase;letter-spacing:.3px;color:#fff;cursor:pointer}@media screen and (max-width:767px){.preview__header-sign-in,.preview__header-sign-up{padding:10px 22px}}.preview__header-sign-in a,.preview__header-sign-up a{color:inherit}.preview__header-sign-up{margin-right:40px}.preview__header-sign-up:hover{color:#8f95ac}@media screen and (max-width:767px){.preview__header-sign-up{display:none}}.preview__header-sign-in{background-color:rgba(143,149,172,.1);border-radius:5px;padding:15px 30px;transition:all .3s}.preview__header-sign-in:hover{background-color:#8f95ac}.preview__header-phone{margin-left:46px}@media screen and (max-width:767px){.preview__header-phone{margin-left:auto}}.preview__header-phone a{color:#fff}.preview footer{margin-top:auto}.preview__footer{display:flex;padding-top:45px;border-top:1px solid #8f95ac;margin-top:114px;padding-bottom:50px}@media screen and (max-width:1599px){.preview__footer{padding-top:35px}}@media screen and (max-width:767px){.preview__footer{margin-top:0;border-top:none;padding-left:15px;padding-right:15px}}@media screen and (max-width:365px){.preview__footer{flex-direction:column}}.preview__footer-logo{width:81px;min-width:81px;height:44px;border-radius:5px;overflow:hidden}@media screen and (max-width:767px){.preview__footer-logo{width:52px;min-width:52px;height:28px}}@media screen and (max-width:365px){.preview__footer-logo{margin-left:20px;margin-bottom:20px}}.preview__footer-logo .icon_logo{fill:#fff}.preview__footer-content{flex-grow:1;display:flex;justify-content:space-between}@media screen and (max-width:967px){.preview__footer-content{flex-direction:column}}.preview__footer-col{margin:0 50px}@media screen and (max-width:1599px){.preview__footer-col:last-child{margin-right:0}}@media screen and (max-width:1279px){.preview__footer-col{margin:0 20px}}@media screen and (max-width:967px){.preview__footer-col{margin-right:0;margin-left:20px;margin-bottom:25px}}.preview__footer-top{margin-bottom:25px}@media screen and (max-width:967px){.preview__footer-top{width:80%;margin-bottom:10px}}.preview__footer-address{width:260px;max-width:100%}.preview__footer-policy{color:#8f95ac;cursor:pointer}.preview__footer-policy:hover{color:#fff}.preview__footer-phone{font-weight:700;font-size:25px;line-height:30px;color:#fff}@media screen and (max-width:1279px){.preview__footer-phone{font-size:18px;line-height:22px}}.preview__main{position:relative;display:flex;min-height:100vh;margin-bottom:70px;background-image:url(/static/media/bg-mob.67be9d8e.png);background-size:contain;background-repeat:no-repeat;background-position-x:85%;background-position-y:-15px}.preview__main:after{content:"";position:absolute;left:0;bottom:-20px;width:100%;height:150px;background:linear-gradient(180deg,rgba(30,32,48,0) -7.95%,#1e2030 84.11%)}@media screen and (max-width:1599px){.preview__main{background-position-x:100%;background-position-y:0;height:auto;min-height:715px}.preview__main:after{height:90px}}@media screen and (max-width:1279px){.preview__main{min-height:700px;margin-bottom:110px;background-image:url(/static/media/bg-mob.67be9d8e.png);background-position-x:center;background-position-y:top;background-size:760px}.preview__main:after{display:none}}@media screen and (max-width:767px){.preview__main{min-height:570px;margin-bottom:0;background:none}}.preview__main-bg{position:absolute;top:0;left:0;width:100%}.preview__main-bg img{height:100vh;object-fit:cover}.preview__main-content{position:relative;width:490px;max-width:100%;margin-top:280px;z-index:1}@media screen and (max-width:1599px){.preview__main-content{margin-top:200px}}@media screen and (max-width:1279px){.preview__main-content{width:100%;margin-top:520px;text-align:center}}@media screen and (max-width:767px){.preview__main-content{margin-top:80px;margin-bottom:80px;display:flex;flex-direction:column}.preview__main-content:after{content:"";display:block;height:434px;background-image:url(/static/media/bg-mob.67be9d8e.png);background-size:cover;background-repeat:no-repeat;background-position:50%}}.preview__main-title{margin-bottom:43px}@media screen and (max-width:767px){.preview__main-title{margin-bottom:18px}}@media screen and (max-width:1279px){.preview__main-title h1{width:80%;margin:0 auto;font-size:28px;line-height:33px}}@media screen and (max-width:767px){.preview__main-title h1{font-size:24px;line-height:26px}}.preview__main-text{margin-bottom:77px;font-size:18px;line-height:26px;font-weight:300}@media screen and (max-width:1599px){.preview__main-text{margin-bottom:57px}}@media screen and (max-width:767px){.preview__main-text{font-size:16px;line-height:24px;margin-bottom:0}.preview__main-text br{display:none}}@media screen and (max-width:767px){.preview__main-btn{margin-top:-100px;order:1}}.preview__partner{position:relative}.preview__bg-svg{position:absolute;top:5px;right:-95px}.preview__bg-svg_lines{top:-10px;right:-60px}.preview__bg-svg_dots-rotated{top:180px;right:-40px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1279px){.preview__bg-svg{right:20px;top:40px}.preview__bg-svg svg{width:170px;height:170px}.preview__bg-svg_dots-rotated{top:80px;right:50px}}@media screen and (max-width:767px){.preview__bg-svg{right:0;top:10px}.preview__bg-svg svg{width:130px;height:130px}.preview__bg-svg_lines svg{width:160px;height:160px}.preview__bg-svg_dots-rotated{top:30px;right:50px}}.preview__partner-list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:70px}@media screen and (max-width:1599px){.preview__partner-list{padding-top:95px}}@media screen and (max-width:1279px){.preview__partner-list{padding-top:52px}}@media screen and (max-width:767px){.preview__partner-list{padding-top:40px}}.preview__partner-item{position:relative;width:460px;max-width:100%;padding-left:175px}@media screen and (max-width:1599px){.preview__partner-item{width:390px;padding-left:135px}}@media screen and (max-width:1279px){.preview__partner-item{width:290px;padding-left:95px}}@media screen and (max-width:767px){.preview__partner-item{width:50%;padding-left:55px}}@media screen and (max-width:365px){.preview__partner-item{padding-left:35px}}.preview__partner-item:before{content:"";display:block;position:absolute;width:135px;height:1px;background-color:#ff2d23;top:50px;left:0}@media screen and (max-width:1599px){.preview__partner-item:before{top:35px;width:105px}}@media screen and (max-width:1279px){.preview__partner-item:before{top:27px;width:65px}}@media screen and (max-width:767px){.preview__partner-item:before{width:40px;top:15px;width:25px}}.preview__partner-item:nth-child(n+3){margin-top:105px}@media screen and (max-width:1599px){.preview__partner-item:nth-child(n+3){margin-top:75px}}@media screen and (max-width:1279px){.preview__partner-item:nth-child(n+3){margin-top:60px}}.preview__partner-item-value{font-weight:700;font-size:60px;line-height:100px}@media screen and (max-width:1599px){.preview__partner-item-value{font-size:50px;line-height:1.4}}@media screen and (max-width:1279px){.preview__partner-item-value{font-size:40px}}@media screen and (max-width:767px){.preview__partner-item-value{font-size:25px;line-height:30px}}.preview__partner-item-desc{font-weight:300;font-size:25px;line-height:30px}@media screen and (max-width:1599px){.preview__partner-item-desc{font-size:18px;line-height:26px}}@media screen and (max-width:767px){.preview__partner-item-desc{font-size:16px;line-height:24px}}.preview__benefits{margin-top:180px}@media screen and (max-width:1599px){.preview__benefits{margin-top:150px}}@media screen and (max-width:1279px){.preview__benefits{margin-top:120px}}@media screen and (max-width:767px){.preview__benefits{margin-top:65px}}@media screen and (max-width:767px){.preview__benefits-btn{text-align:center}}.preview__benefits-title{margin-bottom:40px}@media screen and (max-width:1599px){.preview__benefits-title{margin-bottom:33px}}@media screen and (max-width:1279px){.preview__benefits-title{margin-bottom:20px}}.preview__benefits-text{color:#8f95ac;font-weight:300;font-size:25px;line-height:40px}@media screen and (max-width:1599px){.preview__benefits-text{font-size:18px;line-height:26px}}@media screen and (max-width:767px){.preview__benefits-text{font-size:16px;line-height:24px}}.preview__benefits-list{display:flex;margin-top:75px;margin-bottom:48px}@media screen and (max-width:1599px){.preview__benefits-list{margin-top:65px;justify-content:space-between}}@media screen and (max-width:1279px){.preview__benefits-list{margin-top:56px}}@media screen and (max-width:767px){.preview__benefits-list{flex-direction:column;margin-top:0}}.preview__benefits-item{width:320px;max-width:100%}.preview__benefits-item:first-child{margin-right:115px}.preview__benefits-item:last-child{width:345px;margin-left:auto}@media screen and (max-width:1279px){.preview__benefits-item:nth-child(2){width:200px}}@media screen and (max-width:1599px){.preview__benefits-item:nth-child(n){width:290px;margin:0}}@media screen and (max-width:1279px){.preview__benefits-item:nth-child(n){width:220px}}@media screen and (max-width:767px){.preview__benefits-item:nth-child(n){width:100%;margin-top:40px}}.preview__benefits-item-value{margin-bottom:25px;font-weight:700;font-size:25px;line-height:30px}@media screen and (max-width:1599px){.preview__benefits-item-value{margin-bottom:18px;font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.preview__benefits-item-value{height:40px;font-size:18px;line-height:22px}}@media screen and (max-width:767px){.preview__benefits-item-value{margin-bottom:0}}.preview__benefits-item-desc{line-height:21px}.preview__benefits-item-desc_90{width:90%}@media screen and (max-width:1279px){.preview__benefits-item-desc_90{width:100%}}.preview__objects{position:relative;padding-bottom:322px}@media screen and (max-width:1599px){.preview__objects{padding-bottom:270px}}@media screen and (max-width:1279px){.preview__objects{padding-bottom:138px}}@media screen and (max-width:767px){.preview__objects{padding-bottom:90px}}.preview__objects-wrap{position:relative;margin-top:165px}.preview__objects-wrap:first-child{margin-top:185px}@media screen and (max-width:1599px){.preview__objects-wrap:first-child{margin-top:140px}}@media screen and (max-width:1279px){.preview__objects-wrap:first-child{margin-top:90px}}.preview__objects-wrap:nth-child(3),.preview__objects-wrap:nth-child(5){margin-top:275px}@media screen and (max-width:1599px){.preview__objects-wrap:nth-child(3),.preview__objects-wrap:nth-child(5){margin-top:225px}}@media screen and (max-width:1279px){.preview__objects-wrap:nth-child(3),.preview__objects-wrap:nth-child(5){margin-top:95px}}@media screen and (max-width:767px){.preview__objects-wrap:nth-child(3),.preview__objects-wrap:nth-child(5){margin-top:60px}}@media screen and (max-width:1279px){.preview__objects-wrap:nth-child(4){margin-top:90px}}@media screen and (max-width:767px){.preview__objects-wrap:nth-child(4){margin-top:60px}}@media screen and (max-width:1599px){.preview__objects-wrap{margin-top:140px;margin-bottom:0}}@media screen and (max-width:1279px){.preview__objects-wrap{margin-top:90px}}@media screen and (max-width:767px){.preview__objects-wrap{margin-top:60px}}.preview__objects-wrap.margin-x2{margin-top:285px}@media screen and (max-width:1599px){.preview__objects-wrap.margin-x2{margin-top:270px}}@media screen and (max-width:1279px){.preview__objects-wrap.margin-x2{margin-top:125px}}@media screen and (max-width:767px){.preview__objects-wrap.margin-x2{margin-top:60px}}.preview__objects-bg{right:-170px;top:10px}.preview__objects-title{margin-top:50px;margin-bottom:64px}.preview__objects-title_mb57{margin-bottom:57px}@media screen and (max-width:1599px){.preview__objects-title{margin-top:0;margin-bottom:56px}}@media screen and (max-width:1279px){.preview__objects-title{margin-bottom:40px}}@media screen and (max-width:767px){.preview__objects-title{margin-bottom:20px;padding-right:20px}}.preview__objects-list{display:flex;flex-direction:column;overflow:hidden}.preview__objects-list_row{flex-direction:row}@media screen and (max-width:1599px){.preview__objects-list_row{justify-content:space-between}}@media screen and (max-width:767px){.preview__objects-list_row{flex-direction:column}}.preview__objects-col{width:50%}.preview__objects-col:last-child{padding-left:10px;padding-right:55px}.preview__objects-col_easyway{width:42%;margin-top:10px;margin-right:auto}.preview__objects-col_easyway:last-child{width:40%;padding-left:0;padding-right:0}@media screen and (max-width:1279px){.preview__objects-col_easyway,.preview__objects-col_easyway:last-child{width:50%}}@media screen and (max-width:767px){.preview__objects-col_easyway,.preview__objects-col_easyway:last-child{width:100%}}@media screen and (max-width:1599px){.preview__objects-col{width:46%}.preview__objects-col:last-child{padding:0}}@media screen and (max-width:1279px){.preview__objects-col{width:50%}}@media screen and (max-width:767px){.preview__objects-col{width:100%}}.preview__objects-item{position:relative;flex-basis:50%;margin-bottom:18px;padding-left:50px;padding-right:40px;line-height:18px}.preview__objects-item:before{content:"\2022";position:absolute;left:0;color:#ff2d23;font-size:16px}@media screen and (max-width:1279px){.preview__objects-item{padding-left:40px}}@media screen and (max-width:767px){.preview__objects-item{padding-left:20px}}.preview__objects-label{position:relative;left:33%;margin-top:45px;font-size:14px;line-height:18px;color:#666b81}@media screen and (max-width:767px){.preview__objects-label{left:0;margin-top:25px}}.preview__objects-label_mob{opacity:0;visibility:hidden;transition:all .3s;margin-top:35px;left:0}@media screen and (max-width:767px){.preview__objects-label_mob{opacity:1;visibility:visible}}.preview__objects-mockups{margin-top:107px;display:flex;align-items:flex-start;overflow-x:hidden}.preview__objects-mockups_ipad{padding-top:42px;min-height:685px}@media screen and (max-width:1599px){.preview__objects-mockups_ipad{min-height:610px}}@media screen and (max-width:1279px){.preview__objects-mockups_ipad{min-height:550px}}@media screen and (max-width:767px){.preview__objects-mockups_ipad{padding-top:30px;min-height:385px}}@media screen and (max-width:500px){.preview__objects-mockups_ipad{min-height:245px;padding-top:20px}}@media screen and (max-width:1599px){.preview__objects-mockups{margin-top:55px}}@media screen and (max-width:767px){.preview__objects-mockups{margin-top:0}.preview__objects-mockups_ipad{margin-top:20px;padding:0 20px}}.preview__objects-mockups_mac{position:relative}.preview__objects-container{display:flex;align-items:flex-start}.preview__object{position:relative}.preview__object_iphone{margin-top:70px;margin-left:73px}@media screen and (max-width:1599px){.preview__object_iphone{margin-top:60px;margin-left:120px}}@media screen and (max-width:1279px){.preview__object_iphone{margin-top:65px;margin-left:20px}}@media screen and (max-width:767px){.preview__object_iphone{display:none}}@media screen and (max-width:1599px){.preview__object_iphone svg{width:255px;height:auto}}@media screen and (max-width:1279px){.preview__object_iphone svg{width:210px}}@media screen and (max-width:1279px){.preview__object_mac{margin-top:40px;margin-left:40px;width:465px;max-width:100%}}@media screen and (max-width:767px){.preview__object_mac{width:320px;margin-left:auto;margin-right:auto;text-align:center}}@media screen and (max-width:1599px){.preview__object_mac svg{width:590px;max-width:100%;height:auto}}@media screen and (max-width:1279px){.preview__object_mac svg{width:465px}}.preview__object_ipad{margin:0 auto}@media screen and (max-width:1599px){.preview__object_ipad svg{width:790px;max-width:100%;height:auto}}@media screen and (max-width:1279px){.preview__object_ipad svg{width:645px}}.preview__object-box{position:absolute;top:0;left:0;width:500px;height:500px;background-position:top;transition:background-position 4s linear;background-repeat:no-repeat}.preview__object_mac .preview__object-box{top:1px;left:1px;right:1px;width:auto;height:495px;border-top-left-radius:20px;border-top-right-radius:20px;background-image:url(/static/media/property.46137171.jpg);background-size:100%}@media screen and (max-width:1599px){.preview__object_mac .preview__object-box{border-top-left-radius:18px;border-top-right-radius:18px;height:390px}}@media screen and (max-width:1279px){.preview__object_mac .preview__object-box{height:305px;border-top-left-radius:14px;border-top-right-radius:14px}}@media screen and (max-width:767px){.preview__object_mac .preview__object-box{width:318px;height:200px;border-top-left-radius:8px;border-top-right-radius:8px}}.preview__object_iphone .preview__object-box{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:200px;height:462px;border-radius:16px;background-image:url(/static/media/property-mob.01602e52.jpg);background-size:cover}@media screen and (max-width:1599px){.preview__object_iphone .preview__object-box{width:160px;height:370px}}@media screen and (max-width:1279px){.preview__object_iphone .preview__object-box{top:6px;width:132px;height:305px}}@media screen and (max-width:767px){.preview__object_iphone .preview__object-box{display:none}}.preview__object_ipad .preview__object-box{position:absolute;top:0;left:0;right:0;bottom:0;margin:50px;border-radius:0;width:auto;height:auto;background-image:url(/static/media/property.46137171.jpg);background-size:cover}@media screen and (max-width:1279px){.preview__object_ipad .preview__object-box{margin:30px;margin:20px}}.preview__objects-mockups:hover .preview__object-box{transition-duration:8s;background-position:bottom}.preview__objects-bg{position:absolute;top:-114px;right:0}@media screen and (max-width:1599px){.preview__objects-bg{top:0}}.preview__objects-bg_spiral{top:10px;right:0}@media screen and (max-width:1279px){.preview__objects-bg_spiral{top:200px}.preview__objects-bg_spiral svg{width:304px;height:304px}}@media screen and (max-width:767px){.preview__objects-bg_spiral{top:0}.preview__objects-bg_spiral svg{width:230px;height:230px}}.preview__objects-bg_ipad{overflow-x:hidden}.preview__objects-bg_ipad img{position:relative;right:-120px}@media screen and (max-width:1599px){.preview__objects-bg_ipad{top:-80px}.preview__objects-bg_ipad img{right:-260px}}@media screen and (max-width:1279px){.preview__objects-bg_ipad{top:20px}.preview__objects-bg_ipad img{width:505px;right:-117px}}@media screen and (max-width:767px){.preview__objects-bg_ipad{position:static;padding:25px}.preview__objects-bg_ipad img{width:100%;position:static}}.preview__objects-bg_filters{top:-39px}@media screen and (max-width:1599px){.preview__objects-bg_filters{top:0}}.preview__objects-bg_filters{overflow-x:hidden}@media screen and (max-width:1279px){.preview__objects-bg_filters{top:70px}}@media screen and (max-width:767px){.preview__objects-bg_filters{position:static;padding:25px}}.preview__objects-bg_filters img{position:relative;left:33%;width:970px}@media screen and (max-width:1279px){.preview__objects-bg_filters img{max-width:560px}}@media screen and (max-width:767px){.preview__objects-bg_filters img{max-width:100%;position:static;border-radius:4px}}.preview__objects-bg_mobile{display:none}@media screen and (max-width:767px){.preview__objects-bg_mobile{display:block}}@-webkit-keyframes moveImage1{to{top:180px;left:0}}@keyframes moveImage1{to{top:180px;left:0}}@-webkit-keyframes moveImage2{to{top:705px;left:175px}}@keyframes moveImage2{to{top:705px;left:175px}}@-webkit-keyframes moveImage3{to{left:639px;top:100px}}@keyframes moveImage3{to{left:639px;top:100px}}@media screen and (max-width:1599px){@-webkit-keyframes moveImage1{to{left:0}}@keyframes moveImage1{to{left:0}}@-webkit-keyframes moveImage2{to{top:530px;left:200px}}@keyframes moveImage2{to{top:530px;left:200px}}@-webkit-keyframes moveImage3{to{left:550px;top:55px}}@keyframes moveImage3{to{left:550px;top:55px}}}@media screen and (max-width:1279px){@-webkit-keyframes moveImage1{to{left:0}}@keyframes moveImage1{to{left:0}}@-webkit-keyframes moveImage2{to{top:430px;left:145px}}@keyframes moveImage2{to{top:430px;left:145px}}@-webkit-keyframes moveImage3{to{left:390px;top:60px}}@keyframes moveImage3{to{left:390px;top:60px}}}.preview__objects-images{position:relative;min-height:1160px}@media screen and (max-width:1599px){.preview__objects-images{min-height:930px}}@media screen and (max-width:1279px){.preview__objects-images{min-height:800px}}@media screen and (max-width:767px){.preview__objects-images{min-height:auto}}.preview__objects-image{position:absolute;box-shadow:0 0 50px rgba(4,4,10,.4)}.preview__objects-image img{border-radius:4px}@media screen and (max-width:767px){.preview__objects-image{box-shadow:none}}.preview__objects-image-1{width:580px;max-width:100%;top:165px;left:123px;z-index:10}@media screen and (max-width:1599px){.preview__objects-image-1{width:475px;max-width:100%;top:105px;left:100px}}@media screen and (max-width:1279px){.preview__objects-image-1{width:360px;top:90px;left:66px}}@media screen and (max-width:767px){.preview__objects-image-1{position:static;width:100%;padding:25px}}.preview__objects-image-2{width:250px;max-width:100%;top:710px;left:345px;z-index:10}@media screen and (max-width:1599px){.preview__objects-image-2{width:240px;top:560px;left:285px}.preview__objects-image-2 img{width:200px}}@media screen and (max-width:1279px){.preview__objects-image-2{width:220px;top:450px;left:230px}.preview__objects-image-2 img{width:155px}}@media screen and (max-width:767px){.preview__objects-image-2{display:none}}.preview__objects-image-3{top:115px;left:515px;max-width:581px}@media screen and (max-width:1599px){.preview__objects-image-3{top:65px;left:420px;width:478px;max-width:100%;left:315px;width:356px}}@media screen and (max-width:767px){.preview__objects-image-3{position:static;width:100%;padding:25px}}.preview__objects-image{will-change:left,top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s;box-shadow:none}.preview__objects-image.animate__ .preview__objects-label_mob{opacity:1;visibility:visible}@media screen and (max-width:767px){.preview__objects-image.moved{-webkit-animation:none;animation:none}}.preview__objects-image-1.moved{-webkit-animation-name:moveImage1;animation-name:moveImage1}.preview__objects-image-2.moved{-webkit-animation-name:moveImage2;animation-name:moveImage2;-webkit-animation-delay:0;animation-delay:0}.preview__objects-image-3.moved{-webkit-animation-name:moveImage3;animation-name:moveImage3}.preview__banner{position:relative;display:flex;width:100%;background-color:#ff2d23;padding-top:120px;padding-bottom:120px}@media screen and (max-width:1599px){.preview__banner{padding-top:70px;padding-bottom:65px}}@media screen and (max-width:1279px){.preview__banner{padding:70px 100px 45px 64px}}@media screen and (max-width:767px){.preview__banner{padding:75px 30px 155px;background-image:url(/static/media/mail.66bb65e9.svg);text-align:center;background-repeat:no-repeat;background-size:cover;background-position:50%}}.preview__banner-body{position:relative;width:600px;max-width:100%}@media screen and (max-width:1599px){.preview__banner-body{width:485px}}@media screen and (max-width:1279px){.preview__banner-body{width:375px}}@media screen and (max-width:767px){.preview__banner-body{margin:auto}}.preview__banner-title{margin-bottom:30px}@media screen and (max-width:1279px){.preview__banner-title{margin-bottom:20px;font-size:30px;line-height:35px}}@media screen and (max-width:767px){.preview__banner-title{font-size:21px;line-height:24px}}.preview__banner-text{margin-bottom:45px;font-weight:300;font-size:24px;line-height:34px}@media screen and (max-width:1599px){.preview__banner-text{font-size:18px;line-height:26px}}@media screen and (max-width:1279px){.preview__banner-text{width:80%}}@media screen and (max-width:767px){.preview__banner-text{width:100%;margin-bottom:25px;font-size:16px;line-height:24px}}.preview__banner-btn .button{background-color:#1e2030}.preview__banner-bg{position:absolute;top:0;right:0;width:100%;height:100%}@media screen and (max-width:767px){.preview__banner-bg{display:none}}.preview__banner-bg img{width:100%;object-fit:cover;height:100%}.preview__banner_thin{min-height:210px;margin-top:85px;margin-bottom:0;padding:55px 205px 50px 125px;border-radius:5px;background-color:#ff2d23;background-repeat:no-repeat;background-size:cover;background-image:url(/static/media/convert_thin.2759639b.svg)}@media screen and (max-width:1599px){.preview__banner_thin{padding:65px 120px 65px 100px}}@media screen and (max-width:1279px){.preview__banner_thin{padding:52px 62px;background-position:50%}}@media screen and (max-width:767px){.preview__banner_thin{padding:40px 20px;background-image:url(/static/media/banner_bg-mob.4f441ec4.svg)}}.preview__banner_thin .preview__banner-content{display:flex;width:100%;justify-content:space-between}@media screen and (max-width:767px){.preview__banner_thin .preview__banner-content{flex-direction:column}}.preview__banner_thin .preview__banner-title{margin-bottom:25px}@media screen and (max-width:1599px){.preview__banner_thin .preview__banner-title{font-size:20px;line-height:26px}}@media screen and (max-width:767px){.preview__banner_thin .preview__banner-title{margin-bottom:15px;font-size:18px;line-height:20px}}.preview__banner_thin .preview__banner-text{margin-bottom:0;padding-right:70px;font-weight:300;font-size:18px;line-height:26px}@media screen and (max-width:1279px){.preview__banner_thin .preview__banner-text{padding-right:0}}@media screen and (max-width:767px){.preview__banner_thin .preview__banner-text{font-size:15px;line-height:24px}}.preview__banner_thin .preview__banner-btn{margin-top:30px}@media screen and (max-width:1599px){.preview__banner_thin .preview__banner-btn{margin-top:20px}}@media screen and (max-width:1279px){.preview__banner_thin .preview__banner-btn{margin-top:40px}}.preview__banner_thin .preview__banner-bg img{object-fit:cover}.preview__importants{padding-top:152px}@media screen and (max-width:1599px){.preview__importants{padding-top:140px}}@media screen and (max-width:1279px){.preview__importants{padding-top:85px}}@media screen and (max-width:767px){.preview__importants{padding-left:20px;padding-right:20px}}.preview__importants-title{margin-bottom:105px}@media screen and (max-width:1599px){.preview__importants-title{margin-bottom:65px}}@media screen and (max-width:767px){.preview__importants-title{margin-bottom:30px}}.preview__benefits-list_importants .preview__benefits-item-value{min-height:65px;margin-top:8px}@media screen and (max-width:1599px){.preview__benefits-list_importants{margin-top:0}}@media screen and (max-width:767px){.preview__benefits-list_importants{margin-bottom:0}}.preview__importants-item-index{margin-bottom:42px}.preview__importants-icon{margin-top:auto}.preview__importants-item{display:flex;max-width:100%;flex-direction:column;padding-bottom:208px;background-image:url(/static/media/imp-icon-1.ad18c180.svg);background-repeat:no-repeat;background-position:bottom 30px left 0}.preview__importants-item:first-child{width:360px;background-position:bottom 5px left -26px}@media screen and (max-width:1599px){.preview__importants-item:first-child{width:270px}}@media screen and (max-width:1279px){.preview__importants-item:first-child{width:230px;background-size:130px;background-position:bottom 10px left -15px}}@media screen and (max-width:767px){.preview__importants-item:first-child{width:310px}}.preview__importants-item:nth-child(2){margin-left:auto;background-image:url(/static/media/imp-icon-2.dfcc620b.svg)}@media screen and (max-width:1599px){.preview__importants-item:nth-child(2){width:260px}}@media screen and (max-width:1279px){.preview__importants-item:nth-child(2){width:170px}.preview__importants-item:nth-child(2) .preview__benefits-item-value{width:80%}}@media screen and (max-width:767px){.preview__importants-item:nth-child(2){width:280px}.preview__importants-item:nth-child(2) .preview__benefits-item-value{width:50%}}.preview__importants-item:nth-child(3){width:290px;margin-left:auto;background-image:url(/static/media/imp-icon-3.9b632cd2.svg)}@media screen and (max-width:1599px){.preview__importants-item:nth-child(3){width:260px}}@media screen and (max-width:1279px){.preview__importants-item:nth-child(3){width:230px}}@media screen and (max-width:767px){.preview__importants-item:nth-child(3){width:230px}}@media screen and (max-width:1279px){.preview__importants-item{padding-bottom:155px;background-size:100px}}@media screen and (max-width:767px){.preview__importants-item:nth-child(n){margin:0 0 50px}}@media screen and (max-width:767px){.preview__importants-item:last-child{margin-bottom:0}}.preview__form{display:flex;padding:115px 125px 60px;border-radius:5px;background-color:#2c2e3e;margin-top:75px}@media screen and (max-width:1599px){.preview__form{padding:100px 100px 65px;margin-top:45px}}@media screen and (max-width:1279px){.preview__form{padding:65px 60px}}@media screen and (max-width:767px){.preview__form{flex-direction:column;padding:60px 40px}.preview__form .button{width:174px;height:50px;margin:10px auto 0}.preview__form .checkbox__label br{display:none}}.preview__form-description{width:300px;max-width:100%;margin-right:80px}@media screen and (max-width:1599px){.preview__form-description{width:600px;margin-right:110px;width:260px;margin-right:60px}}@media screen and (max-width:767px){.preview__form-description{width:100%;margin-right:0}}.preview__form-title{margin-bottom:35px}@media screen and (max-width:1599px){.preview__form-title{margin-bottom:45px;font-size:30px;line-height:35px}}@media screen and (max-width:767px){.preview__form-title{margin-bottom:20px;font-size:21px;line-height:24px;text-align:center}}.preview__form-text{color:#8f95ac;font-size:18px;line-height:26px}@media screen and (max-width:767px){.preview__form-text{color:#fff;font-size:16px;line-height:24px;text-align:center}}.preview__form-body{width:100%}@media screen and (max-width:767px){.preview__form-body{margin-top:50px}}.preview .list-index{position:relative;display:flex;align-items:center;font-weight:700;color:#ff2d23;margin-bottom:38px}@media screen and (max-width:1599px){.preview .list-index{margin-bottom:35px}}@media screen and (max-width:1279px){.preview .list-index{margin-bottom:39px;margin-bottom:20px}}.preview .list-index:after{content:"";display:block;margin-left:20px;width:52px;height:1px;background-color:#ff2d23}.preview .input__control,.preview .select{color:#8f95ac}.preview .custom-select.is-showing .custom-select__options,.preview .select_type_form .custom-select.is-showing .custom-select__selected{box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.preview .custom-select.is-showing{box-shadow:none}.preview .custom-select__selected:after{background-image:url(/static/media/arrow_down.e69c7621.svg)}.preview .sign-in__tabs-row{display:flex;-webkit-user-select:none;user-select:none}.preview .sign-in__tab-item{padding:10px 18px;cursor:pointer}.preview .sign-in__tab-item.active{background-color:rgba(143,149,172,.2);border-top-left-radius:4px;border-top-right-radius:4px;color:#fff}.preview .sign-in__tab-content{background-color:rgba(143,149,172,.2);border-radius:4px;padding:28px}.preview .sign-in__tab-content input{background-color:#fff;color:#1e2030}.preview .custom-select.is-showing .custom-select__selected,.preview .custom-select__options,.preview .input__control,.preview .select_type_form .custom-select__selected{background-color:#2c2e3e}.preview .newpayment .custom-select.is-showing .custom-select__selected,.preview .newpayment .custom-select__options,.preview .newpayment .input__control,.preview .newpayment .select_type_form .custom-select__selected{background-color:#fff}.preview.preview_newpayment .newpayment{color:#1e2030;padding-top:150px}.mac-svg__mockup{width:100%;height:495px;overflow:hidden;x:0;y:0;-ms-overflow-style:none;scrollbar-width:none}.mac-svg__mockup::-webkit-scrollbar{display:none}.mac-svg__mockup-body{position:relative;width:100%;height:100%;border-radius:20px 20px 0 0;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.mac-svg__mockup-body::-webkit-scrollbar{display:none}.iphone-svg__mockup{position:relative;width:200px;height:462px;background-color:#fff;border-radius:20px;overflow:hidden;x:59px;y:10px}.iphone-svg__mockup-head{position:absolute;display:block;top:0;left:0;right:0;margin:0 auto;width:105px;height:18px;border-radius:0 0 16px 16px;background-color:#1e2030;z-index:1}.iphone-svg__mockup-body{position:relative;width:100%;height:100%;overflow:scroll;padding-top:25px;-ms-overflow-style:none;scrollbar-width:none}.iphone-svg__mockup-body::-webkit-scrollbar{display:none}.ipad-svg__mockup{position:relative;width:718px;height:535px;x:40px;y:40px}.ipad-svg__mockup-body{width:100%;height:100%;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.ipad-svg__mockup-body::-webkit-scrollbar{display:none}@media screen and (max-width:1279px){.preview .modal-form__row{flex-direction:column}}@media screen and (max-width:1279px){.preview .modal-form__item{margin-left:0}}@media screen and (max-width:1279px){.preview .modal-form__item+.modal-form__item{margin-top:18px}}.preview__mobile-tabs{display:none;width:100%;margin-bottom:13px}@media screen and (max-width:767px){.preview__mobile-tabs{display:flex}}.preview__mobile-tab{display:flex;justify-content:center;min-width:130px;padding:15px;font-size:15px;line-height:20px;text-align:center;background-color:initial;color:#8f95ac;border:1px solid #8f95ac;border-radius:4px}.preview__mobile-tab:last-child{margin-left:15px;flex-grow:1}.preview__mobile-tab_active{background-color:#8f95ac;color:#fff;border:none}@media screen and (max-width:350px){.preview__mobile-tab{min-width:auto}}.auth__sign-up .sign-up__input .custom-select .custom-select__option,.auth__sign-up .sign-up__input .custom-select .custom-select__selected,.auth__sign-up .sign-up__input input{background-color:#fff;color:#1e2030}.preview__app-download{display:flex;width:100%;align-items:center;height:50px;background-color:#8790e5;font-weight:400;font-size:15px;line-height:20px;color:#fff;padding-left:20px;padding-right:13px;border-radius:4px;margin-bottom:13px}.preview__app-download span{margin-left:10px;margin-right:auto}.sor_rieltor .sor__h1{font-size:55px;line-height:55px}@media screen and (max-width:1599px){.sor_rieltor .sor__h1{font-size:48px;line-height:50px}}@media screen and (max-width:1279px){.sor_rieltor .sor__h1{font-size:32px;line-height:35px}}@media screen and (max-width:767px){.sor_rieltor .sor__h1{font-size:28px;line-height:28px}}.sor_rieltor .sor__sign{max-width:490px}@media screen and (max-width:1279px){.sor_rieltor .sor__sign{max-width:100%;width:300px;margin-bottom:45px}}@media screen and (max-width:1279px) and (max-width:767px){.sor_rieltor .sor__sign{margin-bottom:15px;width:100%}}.sor_rieltor .sor__faq-section{background:#44d89f}.sor_rieltor .sor__faq{margin-top:0;padding-top:45px;padding-bottom:45px}@media screen and (max-width:1279px){.sor_rieltor .sor__faq{padding-top:25px;padding-bottom:25px;padding:30px 15px}}.sor_rieltor .sor__sup{font-size:12px;line-height:18px;color:#44d89f;text-transform:uppercase;font-weight:700;display:block;margin-bottom:20px}@media screen and (max-width:767px){.sor_rieltor .sor__sup{text-align:center;margin-bottom:10px}}.sor_rieltor .sor__faq-descr,.sor_rieltor .sor__faq-title{color:#fff}.sor_rieltor .sor__faq-title{margin-bottom:15px}@media screen and (max-width:767px){.sor_rieltor .sor__faq-title{margin-bottom:5px}}.sor_rieltor .sor__faq-descr{font-size:20px;line-height:24px}@media screen and (max-width:1599px){.sor_rieltor .sor__faq-descr{font-size:18px}}.sor_rieltor .sor__faq-descr span{display:block;font-weight:400;margin-top:3px}.preview .rie{margin-top:85px}@media screen and (max-width:1279px){.preview .rie{margin-top:60px}}.preview .rie .input__control{background-color:#fff}.rie{color:#1e2030}.rie .button_view_default{background:#44d89f}.rie .button_view_default:focus,.rie .button_view_default:hover{background:#29c78a}.rie .button_view_default:active{background:#22a472}.rie .button_view_outline-with-icon-invert{color:#44d89f;box-shadow:inset 0 0 0 1px #44d89f}.rie .button_view_outline-with-icon-invert:hover{background-color:#44d89f;color:#fff}.rie .button_view_outline-with-icon-invert:active{background:#22a472}.rie .sor__box{padding-top:85px}@media screen and (max-width:1599px){.rie .sor__box{padding-top:35px}}@media screen and (max-width:767px){.rie .sor__box{padding-top:25px}}.rie .sor__h1{margin-bottom:25px}.rie .rie__top-row{display:flex;justify-content:space-between;width:490px;max-width:100%;margin-bottom:45px}@media screen and (max-width:1279px){.rie .rie__top-row{width:100%}}@media screen and (max-width:767px){.rie .rie__top-row{flex-wrap:wrap;order:1;margin-top:25px;margin-bottom:25px}}.rie .rie__top-list{display:flex;flex-wrap:wrap}.rie .rie__top-item{display:flex;position:relative;width:190px;height:35px;margin-bottom:20px;font-weight:700;font-size:14px;line-height:18px}@media screen and (max-width:1279px){.rie .rie__top-item{width:220px}}@media screen and (max-width:767px){.rie .rie__top-item{width:100%}}.rie .rie__top-item:last-of-type{margin-bottom:0;margin-top:-15px}@media screen and (max-width:767px){.rie .rie__top-item:last-of-type{margin-bottom:20px}}.rie .rie__top-item:before{content:"";width:4px;height:4px;flex-shrink:0;border-radius:50%;background:#44d89f;margin-top:6px;margin-right:12px}.rie .sor__promo-pic{width:680px;max-width:100%;position:absolute;top:0;right:-200px}@media screen and (max-width:1599px){.rie .sor__promo-pic{right:-50px}}@media screen and (max-width:1279px){.rie .sor__promo-pic{overflow:inherit;right:0}}@media screen and (max-width:767px){.rie .sor__promo-pic{position:relative}}.rie .rie__promo-svg-1{position:absolute;left:-80px;top:220px;width:230px}@media screen and (max-width:1599px){.rie .rie__promo-svg-1{left:40px;top:170px}}@media screen and (max-width:1279px){.rie .rie__promo-svg-1{top:90px;width:150px;left:auto;right:250px}}@media screen and (max-width:767px){.rie .rie__promo-svg-1{top:60px;right:230px}}.rie .rie__promo-svg-2{position:absolute;left:140px;top:470px;width:200px}@media screen and (max-width:1599px){.rie .rie__promo-svg-2{left:200px;top:370px;width:230px}}@media screen and (max-width:1279px){.rie .rie__promo-svg-2{width:150px;top:210px;left:auto;right:150px}}@media screen and (max-width:767px){.rie .rie__promo-svg-2{top:190px}}.rie .sor__faq-item:first-of-type{white-space:nowrap;width:410px}@media screen and (max-width:1279px){.rie .sor__faq-item:first-of-type{white-space:unset;width:200px}}@media screen and (max-width:767px){.rie .sor__faq-item:first-of-type{width:100%}}@media screen and (max-width:1279px){.rie .sor__faq-item{width:200px}}@media screen and (max-width:767px){.rie .sor__faq-item{width:100%;margin-bottom:25px}.rie .sor__faq-item:last-of-type{margin-bottom:0}}.rie .rie__prog{padding-top:90px;display:flex}@media screen and (max-width:1599px){.rie .rie__prog{padding-top:80px}}@media screen and (max-width:1279px){.rie .rie__prog{padding-top:40px}}@media screen and (max-width:767px){.rie .rie__prog{flex-direction:column}}.rie .rie__prog-list{width:650px;max-width:100%}@media screen and (max-width:1599px){.rie .rie__prog-list{width:580px}}@media screen and (max-width:1279px){.rie .rie__prog-list{width:415px}}@media screen and (max-width:767px){.rie .rie__prog-list{width:100%;margin-bottom:25px}}.rie .rie__prog-list li{display:flex;align-items:center;height:60px;font-size:20px;line-height:26px;font-weight:700;border-bottom:1px solid rgba(143,149,172,.7)}@media screen and (max-width:1279px){.rie .rie__prog-list li{font-size:16px;line-height:20px;height:55px}}.rie .rie__prog-list li:last-of-type{border:none}.rie .rie__prog-list li svg{margin-right:25px}@media screen and (max-width:767px){.rie .rie__prog-list li svg{margin-right:15px;align-self:flex-start;margin-top:15px}}.rie .rie__prog-aside{width:470px;max-width:100%;margin-left:auto;background:rgba(143,149,172,.08);border-radius:20px;padding:50px 80px 60px}@media screen and (max-width:1599px){.rie .rie__prog-aside{width:450px;padding:40px 70px 50px}}@media screen and (max-width:1279px){.rie .rie__prog-aside{width:265px;padding:20px 35px 30px}}@media screen and (max-width:767px){.rie .rie__prog-aside{width:100%;text-align:center}}.rie .rie__prog-img{position:relative;left:-55px;margin-bottom:45px}@media screen and (max-width:1279px){.rie .rie__prog-img{left:0;margin-bottom:25px}}.rie .rie__prog-title{font-weight:900;font-size:26px;line-height:30px;margin-bottom:25px}@media screen and (max-width:1279px){.rie .rie__prog-title{font-size:21px;line-height:26px;margin-bottom:10px}}.rie .rie__prog-text{font-weight:400;font-size:21px;line-height:30px}@media screen and (max-width:1279px){.rie .rie__prog-text{font-size:18px;line-height:26px}}.rie .rie__about-info{font-weight:900;font-size:26px;line-height:35px;margin-top:-50px}@media screen and (max-width:1279px){.rie .rie__about-info{font-size:21px;line-height:26px}}.rie .rie__about-img-left{position:relative;left:-90px}@media screen and (max-width:767px){.rie .rie__about-img-left{left:0}}@media screen and (max-width:767px){.rie .rie__about-img-right{display:block;margin:0 auto}}.rie .rie__about-left{width:610px;max-width:100%}@media screen and (max-width:1599px){.rie .rie__about-left{width:580px}}@media screen and (max-width:1279px){.rie .rie__about-left{width:415px}}@media screen and (max-width:767px){.rie .rie__about-left{width:100%}}.rie .rie__about-right{width:470px;max-width:100%;margin-left:auto;margin-top:105px}@media screen and (max-width:1599px){.rie .rie__about-right{width:450px}}@media screen and (max-width:1279px){.rie .rie__about-right{width:265px}}@media screen and (max-width:767px){.rie .rie__about-right{width:100%;margin-top:45px}}.rie .rie__about-text{margin-top:70px;font-size:21px;line-height:30px}@media screen and (max-width:1279px){.rie .rie__about-text{font-size:18px;line-height:26px}}@media screen and (max-width:767px){.rie .rie__about-text{margin-top:35px}}.rie .rie__title{font-weight:900;font-size:55px;line-height:55px}@media screen and (max-width:1599px){.rie .rie__title{font-size:48px;line-height:50px}}@media screen and (max-width:1279px){.rie .rie__title{font-size:32px;line-height:35px}}@media screen and (max-width:767px){.rie .rie__title{font-size:28px;line-height:28px}}.rie .rie__section-title{padding-bottom:60px}@media screen and (max-width:767px){.rie .rie__section-title{padding-bottom:30px}}.rie .rie__for-row{display:flex;justify-content:space-between}.rie .rie__for-row:first-of-type{margin-bottom:65px}@media screen and (max-width:1279px){.rie .rie__for-row:first-of-type{margin-bottom:0}}@media screen and (max-width:1279px){.rie .rie__for-row{flex-direction:column}}@media screen and (max-width:767px){.rie .rie__for-row{flex-direction:column}}.rie .rie__for-item{width:48%;display:flex;align-items:flex-start}@media screen and (max-width:1279px){.rie .rie__for-item{width:100%;margin-bottom:50px}}@media screen and (max-width:767px){.rie .rie__for-item{flex-direction:column}}@media screen and (max-width:1279px){.rie .rie__for-row:last-of-type .rie__for-item:last-of-type{margin-bottom:0}}.rie .rie__for-img{width:180px;margin-right:30px}@media screen and (max-width:767px){.rie .rie__for-img{width:130px;margin-bottom:15px}}.rie .rie__for-title{margin-bottom:25px;font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1279px){.rie .rie__for-title{font-size:16px;line-height:20px}}@media screen and (max-width:767px){.rie .rie__for-title{margin-bottom:15px}}.rie .rie__for-text{font-size:21px;line-height:30px}@media screen and (max-width:1279px){.rie .rie__for-text{font-size:16px;line-height:20px}}.rie .rie__section{padding-top:75px;padding-bottom:100px}@media screen and (max-width:1279px){.rie .rie__section{padding-bottom:75px}}@media screen and (max-width:767px){.rie .rie__section{padding:45px 20px}}.rie .rie__about{display:flex;padding-top:0}@media screen and (max-width:767px){.rie .rie__about{flex-direction:column;text-align:center}}.rie .rie__learn-container{display:flex;flex-wrap:wrap;justify-content:space-between}.rie .rie__learn-item{width:325px;max-width:100%}.rie .rie__learn-item:first-child,.rie .rie__learn-item:nth-child(2),.rie .rie__learn-item:nth-child(3){margin-bottom:70px}@media screen and (max-width:767px){.rie .rie__learn-item:nth-child(n){margin-bottom:35px}}.rie .rie__learn-title{margin-top:30px;margin-bottom:30px;height:50px;font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1279px){.rie .rie__learn-title{height:auto;margin-top:15px;margin-bottom:15px;font-size:16px;line-height:20px}}.rie .rie__learn-text{font-weight:400;font-size:21px;line-height:30px}@media screen and (max-width:1279px){.rie .rie__learn-text{font-size:16px;line-height:20px}}.rie .rie__how-container{display:flex}@media screen and (max-width:767px){.rie .rie__how-container{flex-direction:column}}.rie .rie__how-aside{position:relative;left:-90px;display:flex;width:570px;max-width:100%;flex-direction:column;align-items:center}@media screen and (max-width:1279px){.rie .rie__how-aside{left:-30px;width:360px}}@media screen and (max-width:767px){.rie .rie__how-aside{left:0}}@media screen and (max-width:767px){.rie .rie__how-btn{width:100%}}.rie .rie__how-list{padding-top:80px;width:595px;max-width:100%;margin-left:auto}@media screen and (max-width:1279px){.rie .rie__how-list{width:330px;padding-top:50px}}@media screen and (max-width:767px){.rie .rie__how-list{margin-left:0;width:100%}}.rie .rie__how-item{margin-bottom:50px}.rie .rie__how-item:last-of-type{margin-bottom:0}.rie .rie__how-title{margin-bottom:15px;font-weight:700;font-size:20px;line-height:26px;color:#8f95ac}.rie .rie__how-title b{color:#1e2030}.rie .rie__how-badge{display:inline-flex;justify-content:center;align-items:center;height:36px;margin-bottom:20px;padding:0 18px;border-radius:4px;background:#44d89f;color:#fff;line-height:1;font-weight:700}.rie .rie__how-text{font-size:21px;line-height:30px}@media screen and (max-width:1279px){.rie .rie__how-text{font-size:16px;line-height:20px}}.rie .rie__banner{color:#fff;background:#44d89f}.rie .rie__banner-container{display:flex;align-items:center;height:240px}.rie .rie__banner-content{display:flex;align-items:flex-start}@media screen and (max-width:1279px){.rie .rie__banner-content{padding:0 50px}}@media screen and (max-width:767px){.rie .rie__banner-content{padding:0 25px;flex-direction:column}}.rie .rie__banner-percent{font-weight:900;font-size:55px;line-height:55px}@media screen and (max-width:1279px){.rie .rie__banner-percent{font-size:40px;line-height:40px}}.rie .rie__banner-box{margin-left:95px;width:595px;max-width:100%}@media screen and (max-width:1279px){.rie .rie__banner-box{width:400px;margin-left:45px}}@media screen and (max-width:767px){.rie .rie__banner-box{width:100%;margin-left:0}}.rie .rie__banner-title{font-weight:900;font-size:26px;line-height:30px;margin-bottom:25px}@media screen and (max-width:1279px){.rie .rie__banner-title{margin-bottom:15px;font-size:21px;line-height:26px}}.rie .rie__banner-text{font-size:21px;line-height:30px;color:#fff}@media screen and (max-width:1279px){.rie .rie__banner-text{font-size:16px;line-height:20px}}.rie .rie__banner-img{position:absolute;right:5%;top:-50px}@media screen and (max-width:1279px){.rie .rie__banner-img{width:50%}}.rie .rie__download,.rie .sor__form .link{color:#44d89f;transition:all .3s}.rie .rie__download:hover,.rie .sor__form .link:hover{color:#29c78a}.rie .rie__download:active,.rie .sor__form .link:active{color:#22a472}@media screen and (max-width:1599px){.rie .sor__promo-img-lg{max-width:565px}}@media screen and (max-width:1279px){.rie .sor__promo-img-lg{max-width:330px}}@media screen and (max-width:767px){.rie .sor__promo-img-lg{position:relative;top:0;left:0;margin-left:auto;margin-right:auto}}@media screen and (max-width:1279px){.rie .sor__promo-btns{flex-direction:row;justify-content:center}}@media screen and (max-width:767px){.rie .sor__promo-btns{flex-direction:column}}.rie .sor__promo-btn:first-of-type{margin-right:15px}@media screen and (max-width:767px){.rie .sor__promo-btn:first-of-type{height:50px}}@media screen and (max-width:1279px){.rie .sor__promo{min-height:650px}}@media screen and (max-width:767px){.rie .sor__promo .wrapper__center{display:flex;flex-direction:column}}@media screen and (max-width:1599px){.rie .wrapper__center{margin:0}}@media screen and (max-width:1599px){.rie .sor__footer{padding-top:30px}}.preview .future.sale-teacher{margin-top:85px;color:#1e2030}@media screen and (max-width:1279px){.preview .future.sale-teacher{margin-top:60px}}@media screen and (max-width:1023px){.future.sale-teacher .big-text{font-size:17px;line-height:22px}}@media screen and (max-width:1599px){.future.sale-teacher .wrapper__center_start{width:998px}}@media screen and (max-width:767px){.future.sale-teacher .wrapper__center_start{width:325px}}.future.sale-teacher .promo{padding-top:0;position:relative;z-index:1}.future.sale-teacher .promo__box{width:690px}@media screen and (max-width:1599px){.future.sale-teacher .promo__box{width:445px}}@media screen and (max-width:1023px){.future.sale-teacher .promo__box{width:100%}}.future.sale-teacher .promo__box-title{width:370px;max-width:100%;margin-bottom:25px}@media screen and (max-width:1023px){.future.sale-teacher .promo__box-title{width:515px;margin-left:auto;margin-right:auto}}.future.sale-teacher .promo__box-text{width:475px;max-width:100%}@media screen and (max-width:1599px){.future.sale-teacher .promo__box-text{width:315px;margin-bottom:35px}}@media screen and (max-width:1023px){.future.sale-teacher .promo__box-text{width:515px;margin-left:auto;margin-right:auto;margin-bottom:395px}}@media screen and (max-width:767px){.future.sale-teacher .promo__box-text{margin-bottom:205px}}.future.sale-teacher .promo__container{height:calc(100vh - 134px)}@media screen and (max-width:1599px){.future.sale-teacher .promo__container{align-items:flex-start;padding-top:50px;padding-bottom:60px;height:auto;max-height:none}}@media screen and (max-width:767px){.future.sale-teacher .promo__container{padding-bottom:45px}}.future.sale-teacher .promo__advantages{display:flex;justify-content:space-between;margin-bottom:58px}@media screen and (max-width:1599px){.future.sale-teacher .promo__advantages{justify-content:flex-start;flex-wrap:wrap;grid-gap:9px;gap:9px;margin-bottom:25px}}@media screen and (max-width:1023px){.future.sale-teacher .promo__advantages{justify-content:space-between;grid-gap:0;gap:0;max-width:730px;margin-left:auto;margin-right:auto}}.future.sale-teacher .promo__advantages-item{width:218px;padding:25px 15px 21px 55px;border:1px solid rgba(143,149,172,.6);border-radius:4px;background:rgba(30,32,48,.6) url(/static/media/pin.808210a1.svg) no-repeat 25px 25px}.future.sale-teacher .promo__advantages-item:nth-child(2){padding-left:65px;background-image:url(/static/media/clock.ce503d57.svg)}.future.sale-teacher .promo__advantages-item:nth-child(3){width:232px;padding-left:65px;background-image:url(/static/media/man.cb1ac000.svg)}@media screen and (max-width:1599px){.future.sale-teacher .promo__advantages-item:nth-child(n){width:218px;height:96px;padding-top:0;padding-bottom:0;padding-left:45px;display:flex;flex-direction:column;justify-content:center;background-position-x:15px}}@media screen and (max-width:1023px){.future.sale-teacher .promo__advantages-item:nth-child(n){align-items:flex-start;padding-left:55px}}@media screen and (max-width:767px){.future.sale-teacher .promo__advantages-item:nth-child(n){width:100%;margin-bottom:10px;height:50px;padding-left:80px;background-position-x:45px;background-position-y:8px}}@media screen and (max-width:767px){.future.sale-teacher .promo__advantages-item:last-of-type{margin-bottom:0;height:64px}}.future.sale-teacher .promo__image{right:4%}@media screen and (max-width:1599px){.future.sale-teacher .promo__image{max-width:100vh}}@media screen and (max-width:1023px){.future.sale-teacher .promo__image{width:518px;max-width:100%;right:0;top:190px}}@media screen and (max-width:767px){.future.sale-teacher .promo__image{width:245px;top:210px;z-index:3}}.future.sale-teacher .promo__advantages-title{margin-bottom:5px;font-size:20px;line-height:26px;font-weight:700}@media screen and (max-width:1599px){.future.sale-teacher .promo__advantages-title{font-size:16px;line-height:20px}}@media screen and (max-width:767px){.future.sale-teacher .promo__advantages-title{margin-bottom:2px;font-size:15px;line-height:18px}}.future.sale-teacher .promo__advantages-text{font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase;letter-spacing:.3px;color:#8f95ac}@media screen and (max-width:1023px){.future.sale-teacher .promo__advantages-text{text-align:left}}@media screen and (max-width:767px){.future.sale-teacher .promo__advantages-text{font-size:11px;line-height:16px}}@media screen and (max-width:767px){.future.sale-teacher .promo__btn{width:100%}}.future.sale-teacher .future__h2{position:relative;padding-bottom:25px;margin-bottom:58px}.future.sale-teacher .future__h2:after{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0;width:76px;height:4px;background:#ff2d23}@media screen and (max-width:767px){.future.sale-teacher .future__h2{width:280px;margin-left:auto;margin-right:auto;margin-bottom:45px}}.future.sale-teacher .about__list{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:45px;gap:45px}@media screen and (max-width:1599px){.future.sale-teacher .about__list{grid-gap:34px;gap:34px}}@media screen and (max-width:1023px){.future.sale-teacher .about__list{grid-gap:0;gap:0}}.future.sale-teacher .about__item{display:flex;flex-direction:column;align-items:center;width:375px;max-width:100%;min-height:295px;text-align:center;border-radius:20px;border:1px solid rgba(143,149,172,.2);padding:40px 68px 0;background:#fff}.future.sale-teacher .about__item_pad_55{padding:40px 55px 0}.future.sale-teacher .about__item_pad_45{padding:40px 45px 0}.future.sale-teacher .about__item_pad_35{padding:40px 35px 0}@media screen and (max-width:1599px){.future.sale-teacher .about__item{width:310px;min-height:260px;padding:40px 25px 0}}.future.sale-teacher .about__item_last{padding:20px 15px 0}@media screen and (max-width:1023px){.future.sale-teacher .about__item{margin-bottom:34px}.future.sale-teacher .about__item:last-of-type{margin-bottom:0}}.future.sale-teacher .about__image{margin-bottom:20px}.future.sale-teacher .about__image_mb_5{margin-bottom:5px}.future.sale-teacher .reviews__item{display:flex;margin-bottom:28px}.future.sale-teacher .reviews__item:last-child{margin-bottom:0}@media screen and (max-width:767px){.future.sale-teacher .reviews__item{flex-direction:column}}.future.sale-teacher .reviews__author{width:125px;flex-shrink:0}@media screen and (max-width:767px){.future.sale-teacher .reviews__author{width:100%;margin-bottom:30px}}.future.sale-teacher .reviews__author-name{margin-bottom:10px}.future.sale-teacher .reviews__author-agency{color:#8f95ac}.future.sale-teacher .reviews__text{margin-left:70px;font-size:18px;line-height:24px;position:relative;border:1px solid rgba(143,149,172,.2);border-radius:15px}@media screen and (max-width:1023px){.future.sale-teacher .reviews__text{margin-left:40px;font-size:17px;line-height:22px}}.future.sale-teacher .reviews__text p{position:relative;z-index:3;padding:30px 70px;background:#fff;border-radius:15px}.future.sale-teacher .reviews__text:after,.future.sale-teacher .reviews__text:before{content:"";width:0;height:0;border-style:solid;position:absolute}.future.sale-teacher .reviews__text:before{border-width:0 62px 62px 0;border-color:transparent #fff transparent transparent;top:41px;left:-16px;z-index:2}.future.sale-teacher .reviews__text:after{border-width:0 64px 64px 0;border-color:transparent rgba(143,149,172,.2) transparent transparent;top:40px;left:-18px}@media screen and (max-width:767px){.future.sale-teacher .reviews__text{margin-left:0}.future.sale-teacher .reviews__text p{padding:30px}.future.sale-teacher .reviews__text:before{top:-4px;left:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.future.sale-teacher .reviews__text:after{top:-8px;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.future.sale-teacher .application{background:#2c2e3e;color:#fff;border-bottom:1px solid rgba(143,149,172,.4)}.future.sale-teacher .application__form{width:470px;max-width:100%;margin:0 auto}.future.sale-teacher .application__text{font-size:18px;line-height:24px;font-weight:300}@media screen and (max-width:767px){.future.sale-teacher .application__text{font-size:17px;line-height:22px}}.future.sale-teacher .application__submit{display:flex;justify-content:center;margin-top:25px;margin-bottom:35px}@media screen and (max-width:767px){.future.sale-teacher .application__submit{margin-top:8px;margin-bottom:25px}}@media screen and (max-width:767px){.future.sale-teacher .application__submit .button{width:100%}}.future.sale-teacher .input__control{color:#8f95ac;background:#2c2e3e;box-shadow:none;border:1px solid rgba(143,149,172,.4)}.future.sale-teacher .future__h2_mb_sm{margin-bottom:38px}.future.sale-teacher .about{position:relative;padding-top:20px}.future.sale-teacher .about:before{content:"";position:absolute;top:-52%;width:100%;height:693px;background:url(/static/media/bg1.0bd00356.svg) no-repeat;background-size:cover}@media screen and (max-width:1023px){.future.sale-teacher .about:before{top:-27%}}.future.sale-teacher .about_second{z-index:2}.future.sale-teacher .about_second:before{background-image:url(/static/media/bg2.c5c1d2ad.svg);top:-5%;height:1640px}.future.sale-teacher .reviews{padding-bottom:80px;position:relative;background:#fff;z-index:3}@media screen and (max-width:767px){.future.sale-teacher .reviews{padding-bottom:55px}}@media screen and (max-width:1279px){.school .wrapper__center_start{width:980px}}@media screen and (max-width:1023px){.school .wrapper__center_start{width:730px}}.school .text{line-height:21px}.school .button{display:inline-flex;padding-left:30px;padding-right:30px}.school .big-text{font-weight:300;line-height:30px}@media screen and (max-width:1599px){.school .big-text{line-height:21px}}.school .school__section{padding-top:130px}@media screen and (max-width:1599px){.school .school__section{padding-top:70px}}@media screen and (max-width:1023px){.school .school__section{padding-top:60px}}@media screen and (max-width:767px){.school .school__section{padding-top:50px}}.school .h5{font-size:16px;line-height:20px;text-transform:none}@media screen and (max-width:1279px){.school .h5{font-size:14px;line-height:18px}}.school .counter,.school .red-pill{display:inline-flex;justify-content:center;align-items:center;padding:7px 32px;background-color:#ff2d23;border-radius:100px;color:#fff;text-transform:uppercase}.school .counter{padding-left:23px;padding-right:23px;font-size:12px;font-weight:700}.school .promo{position:relative;z-index:1;min-height:calc(100vh - 134px);background:#1e2030;color:#fff;padding-top:90px}@media screen and (max-width:1599px){.school .promo{padding-top:60px}}@media screen and (max-width:1279px){.school .promo{padding-top:40px}}.school .promo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(30,32,48,.9);transition:all .3s;opacity:0}@media screen and (max-width:1279px){.school .promo:after{display:none}}.school .promo.promo_blackout:after{opacity:1}.school .promo__container{display:flex;justify-content:space-between;align-items:center;padding-bottom:210px}@media screen and (max-width:1279px){.school .promo__container{padding-bottom:0}}@media screen and (max-width:767px){.school .promo__container{flex-direction:column}}.school .promo__box{display:flex;flex-direction:column;width:555px;max-width:100%}.school .promo__logo{display:flex;margin-bottom:30px}.school .promo__label{margin-right:30px}.school .promo__title{margin-bottom:30px}.school .promo__sub-title{margin-bottom:25px}@media screen and (max-width:1279px){.school .promo__image{width:340px}}.school .tariff{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:2}@media screen and (max-width:1279px){.school .tariff{position:static;-webkit-transform:none;transform:none}}.school .tariff__list{display:flex;border-radius:5px 5px 0 0}@media screen and (max-width:1279px){.school .tariff__list{flex-direction:column}}.school .tariff__item{position:relative;width:33.3%;background:#2c2e3e;padding:55px 50px 60px 80px;-webkit-transform:translateY(390px);transform:translateY(390px);transition:.3s ease-in}.school .tariff__item:first-child{border-right:1px solid #1e2030}.school .tariff__item:nth-child(2){border-left:1px solid #1e2030;border-right:1px solid #1e2030;margin:0 -1px}.school .tariff__item:nth-child(3){border-left:1px solid #1e2030}.school .tariff__item:hover{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1599px){.school .tariff__item{padding-left:50px;padding-right:26px;-webkit-transform:translateY(430px);transform:translateY(430px);padding-bottom:75px}}@media screen and (max-width:1330px){.school .tariff__item{-webkit-transform:translateY(460px);transform:translateY(460px)}}@media screen and (max-width:1279px){.school .tariff__item{width:100%;padding-top:45px;padding-bottom:60px;margin-top:25px;margin-bottom:25px;-webkit-transform:translateY(0);transform:translateY(0)}.school .tariff__item:nth-child(n){border:none;margin-left:0;margin-right:0}}.school .tariff__title{padding-bottom:15px}.school .tariff__label{display:inline-flex;margin-bottom:20px;padding:7px 20px;background:#8f95ac;border-radius:100px;color:#fff;font-size:12px;letter-spacing:.3px;text-transform:uppercase}.school .tariff__btn{position:absolute;bottom:60px}@media screen and (max-width:1279px){.school .tariff__btn{bottom:30px}}.school .tariff__info{display:flex;padding-bottom:35px;font-weight:700;font-size:12px;letter-spacing:.3px;text-transform:uppercase}.school .tariff__detail{display:flex;align-items:center}.school .tariff__detail:before{content:"";width:22px;height:22px;margin-right:8px;background:url(/static/media/clock.0fc61d4c.svg) no-repeat 50%}.school .tariff__detail_price{margin-right:45px}.school .tariff__detail_price:before{background-image:url(/static/media/money.fc35b509.svg)}@media screen and (max-width:1599px){.school .tariff__detail_price{margin-right:15px}}.school .tariff__ul{line-height:21px}.school .tariff__ul li{display:flex;align-items:flex-start;margin-bottom:30px}.school .tariff__ul li:before{content:"";display:inline-flex;flex-shrink:0;width:5px;height:5px;margin-top:8px;margin-right:25px;border-radius:50%;background:#8f95ac}@media screen and (max-width:1599px){.school .tariff__ul li{margin-bottom:15px}}.school .tariff__descr{padding-top:30px;padding-bottom:50px;border-top:1px solid rgba(143,149,172,.4)}.school .tariff__cashback{margin-bottom:30px;padding:15px 90px 15px 30px;border:1px solid rgba(143,149,172,.2);border-radius:5px;color:#ff2d23;font-weight:700}@media screen and (max-width:1599px){.school .tariff__cashback{padding-right:60px}}@media screen and (max-width:1279px){.school .tariff__cashback{display:inline-flex}}.school .program{position:relative;z-index:2;background:#fff url(/static/media/ps.4ee06233.svg) no-repeat;background-position:right -20px}@media screen and (max-width:1599px){.school .program{background-size:300px}}@media screen and (max-width:1279px){.school .program{background-image:none}}.school .program__box{width:870px;max-width:100%}.school .program__counter{margin-bottom:20px}.school .program__title{margin-bottom:25px}.school .program__descr{margin-bottom:35px;color:#8f95ac}.school .program__list{display:flex;justify-content:space-between}@media screen and (max-width:1023px){.school .program__list{flex-wrap:wrap}}@media screen and (max-width:767px){.school .program__list{flex-direction:column}}.school .program__item{flex-basis:240px}.school .program__item:last-child{flex-basis:280px}@media screen and (max-width:1279px){.school .program__item{flex-basis:220px}.school .program__item:last-child{flex-basis:230px}}@media screen and (max-width:1023px){.school .program__item{flex-basis:45%;margin-bottom:40px}.school .program__item:nth-child(n+3){margin-bottom:0}.school .program__item:last-child{flex-basis:45%}}@media screen and (max-width:767px){.school .program__item{flex-basis:100%;margin-bottom:30px}.school .program__item:nth-child(n){margin-bottom:30px}.school .program__item:last-child{margin-bottom:0}}.school .program__subtitle{margin-bottom:35px}@media screen and (max-width:1599px){.school .program__subtitle{margin-bottom:20px}}.school .program__ul li{display:flex;align-items:center;margin-bottom:10px}.school .program__ul li:last-child{margin-bottom:0}.school .program__ul li:before{content:"";width:14px;height:8px;margin-right:12px;background:url(/static/media/arrow.3b613346.svg) no-repeat 50%}.school .sign{display:flex;align-items:center;height:220px;margin-top:130px;padding-top:0;padding-left:100px;padding-right:125px;border-radius:5px;background:#8f95ac url(/static/media/plane.67178dba.svg) no-repeat 100%;color:#fff}@media screen and (max-width:1599px){.school .sign{height:190px;margin-top:80px}}@media screen and (max-width:1279px){.school .sign{height:170px;background-size:contain}}@media screen and (max-width:1023px){.school .sign{padding-left:60px}}@media screen and (max-width:767px){.school .sign{background-image:url(/static/media/plane-mob.2aadad8e.svg);background-position:bottom;flex-direction:column;height:240px;text-align:center;padding:10px 25px}}.school .sign__container{display:flex;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.school .sign__container{flex-direction:column;height:100%;justify-content:space-around}}.school .sign__descr{width:500px;max-width:100%}.school .sign__descr_lg{width:635px}@media screen and (max-width:1279px){.school .sign__descr{width:260px}.school .sign__descr_lg{width:310px}}.school .sign__title{margin-bottom:10px}.school .sign_insta{background:#ff2d23 url(/static/media/phone.d89d2b68.svg) no-repeat 100%;background-size:contain;margin-bottom:130px}@media screen and (max-width:1279px){.school .sign_insta{margin-bottom:90px}}@media screen and (max-width:1023px){.school .sign_insta{margin-top:45px;margin-bottom:45px}}@media screen and (max-width:767px){.school .sign_insta{background-image:url(/static/media/phone-mob.ff971bfc.svg);background-position:bottom}}.school .sign_materials{padding-left:65px;background:#8f95ac url(/static/media/book.f06c34e7.svg) no-repeat 100%;background-size:contain;margin-bottom:130px}@media screen and (max-width:1279px){.school .sign_materials{margin-bottom:90px}}@media screen and (max-width:1023px){.school .sign_materials{margin-top:45px;margin-bottom:45px}}@media screen and (max-width:767px){.school .sign_materials{padding-left:25px;background-image:url(/static/media/book-mob.6486d440.svg);background-position:bottom}}.school .advantages__title,.school .whom__title{margin-bottom:55px}.school .whom__list{display:flex;justify-content:space-between}@media screen and (max-width:767px){.school .whom__list{flex-direction:column}}.school .whom__img{align-self:center}.school .block{display:flex;flex-direction:column;align-items:flex-start;width:380px;max-width:100%;padding:35px 60px;box-shadow:0 10px 50px rgba(143,149,172,.15);border-radius:5px;background:#fff}@media screen and (max-width:1599px){.school .block{width:340px}}@media screen and (max-width:1279px){.school .block{width:300px;padding:25px 40px}}@media screen and (max-width:1023px){.school .block{width:228px;padding:25px}}@media screen and (max-width:767px){.school .block{width:100%;margin-bottom:15px}.school .block:last-of-type{margin-bottom:0}}.school .block__title{margin-bottom:15px}.school .block__img{margin-bottom:20px}.school .block__descr{margin-bottom:15px;color:#8f95ac}.school .know{padding-bottom:50px;background:#1e2030;color:#fff}.school .know__row{display:flex;padding-top:40px;padding-bottom:30px;border-bottom:1px solid rgba(143,149,172,.2)}.school .know__row:first-of-type{padding-top:0}.school .know__row:last-of-type{border-bottom:none}@media screen and (max-width:767px){.school .know__row{flex-direction:column;border-bottom:none;padding-top:0;padding-bottom:0}}.school .know__item{width:360px;flex-shrink:0;margin-right:100px}.school .know__item:last-child{margin-right:0}@media screen and (max-width:1599px){.school .know__item{width:320px;margin-right:90px}}@media screen and (max-width:1279px){.school .know__item{margin-right:15px}}@media screen and (max-width:1023px){.school .know__item{width:240px}}@media screen and (max-width:767px){.school .know__item{width:100%;margin-right:0;margin-bottom:15px;padding-bottom:30px;border-bottom:1px solid rgba(143,149,172,.2)}}.school .know__title{margin-bottom:50px}.school .know__subtitle{margin-bottom:20px}.school .know__counter{margin-bottom:15px}.school .know__list{margin-top:15px}.school .know__list,.school .know__list li{display:flex;align-items:center}.school .know__list li:after{content:"";width:28px;height:28px;margin:4px 12px 0;background:#2c2e3e url(/static/media/arrow-small.a80cebdd.svg) no-repeat 50%;color:#fff;border-radius:50%}.school .know__list li:last-of-type:after{display:none}@media screen and (max-width:1023px){.school .know__list{flex-wrap:wrap}}.school .advantages{background:url(/static/media/ps.4ee06233.svg) no-repeat;background-position:left 115px}@media screen and (max-width:1599px){.school .advantages{background-size:300px}}@media screen and (max-width:767px){.school .advantages{background-image:none}}.school .advantages__list{display:flex;justify-content:space-between}@media screen and (max-width:767px){.school .advantages__list{flex-direction:column}}.school .tariff__price{display:flex;align-items:center}.school .tariff__old-price{margin-right:15px;color:#8f95ac;text-decoration:line-through}.school .tariff__new-price{display:inline-flex;align-items:center;padding:2px 12px 2px 2px;background:#ff2d23;border-radius:100px}.school .tariff__new-price svg{width:22px;height:22px;margin-right:8px;stroke:#fff}.preview .sor{margin-top:85px}@media screen and (max-width:1279px){.preview .sor{margin-top:60px}}.preview .sor .custom-select__options,.preview .sor .input__control{background-color:#fff}.sor{color:#1e2030}@media screen and (max-width:767px){.sor .wrapper__center{padding:0 10px}}.sor__promo{min-height:760px;background:rgba(143,149,172,.08)}@media screen and (max-width:1599px){.sor__promo{min-height:625px}}@media screen and (max-width:1279px){.sor__promo{min-height:587px}}@media screen and (max-width:767px){.sor__promo{min-height:947px}}.sor__box{padding-top:160px;position:relative}@media screen and (max-width:1599px){.sor__box{padding-top:110px}}@media screen and (max-width:1279px){.sor__box{padding-top:60px}}@media screen and (max-width:767px){.sor__box{padding-top:35px}}.sor__h1{width:600px;max-width:100%;font-size:70px;line-height:70px;font-weight:900;margin-bottom:45px}@media screen and (max-width:1599px){.sor__h1{width:414px;font-size:55px;line-height:55px;margin-bottom:35px}}@media screen and (max-width:1279px){.sor__h1{width:330px;font-size:45px;line-height:45px}}@media screen and (max-width:767px){.sor__h1{width:90%;font-size:35px;line-height:35px;text-align:center;margin-bottom:25px;margin-left:auto;margin-right:auto}}.sor__sign{margin-bottom:45px}@media screen and (max-width:1599px){.sor__sign{margin-bottom:30px}}@media screen and (max-width:1279px){.sor__sign{width:255px}}@media screen and (max-width:767px){.sor__sign{text-align:center;margin-left:auto;margin-right:auto}}.sor__promo-pic{width:485px;max-width:100%;position:absolute;top:70px;right:-100px}@media screen and (max-width:1599px){.sor__promo-pic{width:415px;top:45px}}@media screen and (max-width:1279px){.sor__promo-pic{width:335px;top:55px;right:0;overflow:hidden}}@media screen and (max-width:767px){.sor__promo-pic{position:relative;top:0;width:305px;margin-left:auto;margin-right:auto}}.sor__promo-img-lg{position:absolute;top:40px;right:40px;z-index:2}@media screen and (max-width:1599px){.sor__promo-img-lg{max-width:338px}}@media screen and (max-width:1279px){.sor__promo-img-lg{max-width:269px;top:33px;right:33px}}@media screen and (max-width:767px){.sor__promo-img-lg{max-width:240px}}.sor__promo-img-sm{position:absolute;border:10px solid #f6f7f8;border-radius:50%;bottom:-40px;left:-55px;z-index:2}@media screen and (max-width:1599px){.sor__promo-img-sm{max-width:183px;bottom:-30px;left:-25px}}@media screen and (max-width:1279px){.sor__promo-img-sm{max-width:145px;bottom:-20px;left:-15px}}@media screen and (max-width:767px){.sor__promo-img-sm{max-width:130px;left:0;bottom:0}}@media screen and (max-width:1279px){.sor__promo-btns{display:flex;flex-direction:column}}@media screen and (max-width:767px){.sor__promo-btns{margin-top:50px}}.sor__promo-btn{width:220px;display:inline-flex;justify-content:center}@media screen and (max-width:1279px){.sor__promo-btn{width:232px}}.sor__promo-btn:first-of-type{margin-right:30px}@media screen and (max-width:1279px){.sor__promo-btn:first-of-type{margin-bottom:12px;margin-right:auto}}@media screen and (max-width:767px){.sor__promo-btn{width:100%;margin-right:auto;margin-left:auto}}.sor__faq{position:relative;margin-top:95px;display:flex;justify-content:space-between}@media screen and (max-width:1279px){.sor__faq{margin-top:55px}}@media screen and (max-width:767px){.sor__faq{margin-top:25px;flex-direction:column}}.sor__faq-item{width:345px;max-width:100%;padding-right:35px}@media screen and (max-width:1599px){.sor__faq-item{width:284px}}@media screen and (max-width:1279px){.sor__faq-item{width:250px;padding-right:15px}}@media screen and (max-width:767px){.sor__faq-item{width:100%;margin-bottom:20px}.sor__faq-item:last-of-type{margin-bottom:0}}.sor__faq-title{display:block;margin-bottom:5px;font-size:12px;font-weight:700;line-height:18px;text-transform:uppercase;color:#8f95ac}.sor__faq-descr{font-size:16px;line-height:20px;color:#2c2e3e;font-weight:700}.sor__about{padding-top:90px;display:flex;justify-content:space-between}@media screen and (max-width:1279px){.sor__about{padding-top:35px}}@media screen and (max-width:767px){.sor__about{flex-direction:column}}.sor__about-item{width:345px;max-width:100%;padding-right:35px}@media screen and (max-width:1599px){.sor__about-item{width:284px}}@media screen and (max-width:1279px){.sor__about-item{width:250px;padding-right:15px}}@media screen and (max-width:767px){.sor__about-item{width:100%;margin-bottom:35px;padding-right:0}.sor__about-item:last-of-type{margin-bottom:0}}.sor__about-header{display:flex;font-size:12px;font-weight:700;line-height:18px;text-transform:uppercase;color:#8f95ac;margin-bottom:18px}@media screen and (max-width:1279px){.sor__about-header{margin-bottom:8px}}.sor__about-counter{padding-right:5px;color:#ff2d23}.sor__prog{position:relative;padding-top:95px}@media screen and (max-width:1279px){.sor__prog{padding-top:50px}}.sor__prog-t{padding-bottom:35px;border-bottom:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1279px){.sor__prog-t{padding-bottom:25px}}.sor__prog-title{width:430px;max-width:100%;font-size:35px;line-height:40px;font-weight:900}@media screen and (max-width:1599px){.sor__prog-title{width:410px;font-size:30px;line-height:35px}}@media screen and (max-width:1279px){.sor__prog-title{width:336px;font-size:25px;line-height:30px}}@media screen and (max-width:767px){.sor__prog-title{font-size:20px;line-height:22px}}.sor__prog-item{padding-top:35px;border-bottom:1px solid rgba(143,149,172,.2)}.sor__prog-item:last-of-type{border-bottom:none}@media screen and (max-width:767px){.sor__prog-item .sor__h3{padding-right:65px}}.sor__prog-header{position:relative;padding-bottom:45px;cursor:pointer}@media screen and (max-width:767px){.sor__prog-header{padding-bottom:35px}}.sor__prog-label{display:inline-flex;justify-content:center;align-items:center;background:#8f95ac;border-radius:4px;text-transform:uppercase;color:#fff;text-align:center;font-size:12px;line-height:18px;width:120px;height:28px;margin-bottom:15px}.sor__prog-body{display:flex;align-items:flex-start;max-height:0;overflow:hidden;transition:all .6s}.sor__prog-body.opened{max-height:3000px}@media screen and (max-width:767px){.sor__prog-body{flex-direction:column}}.sor__prog-img{margin-right:85px;border-radius:4px}@media screen and (max-width:1279px){.sor__prog-img{margin-right:35px;max-height:170px}}@media screen and (max-width:767px){.sor__prog-img{margin-left:auto;margin-right:auto;margin-bottom:30px;width:100%;max-height:203px;object-fit:cover}}.sor__prog-ul{max-width:100%}@media screen and (max-width:767px){.sor__prog-ul{width:100%}}.sor__prog-ul li{position:relative;display:flex;margin-bottom:25px}@media screen and (max-width:1279px){.sor__prog-ul li{margin-bottom:15px}}.sor__prog-ul li:last-child{margin-bottom:0}.sor__prog-ul li:before{content:"";width:8px;height:8px;background:#ff2d23;border-radius:50%;display:flex;flex-shrink:0;margin-right:30px;margin-top:10px}.sor__prog-btn{width:220px;margin-top:30px;margin-bottom:60px}@media screen and (max-width:767px){.sor__prog-btn{width:100%;margin-bottom:30px}}.sor__footer{padding-top:85px;padding-bottom:75px;background:rgba(143,149,172,.08)}@media screen and (max-width:1599px){.sor__footer{padding-top:40px;padding-bottom:50px}}@media screen and (max-width:1279px){.sor__footer{padding-bottom:125px}}.sor__footer .checkbox__box,.sor__footer .custom-select__selected{background:#fff;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.sor__footer .custom-select__selected{height:50px}.sor__footer .custom-select.is-showing .custom-select__selected{background:none}.sor__footer .react-datepicker-wrapper{width:100%}.sor__footer .form__item{margin-bottom:0;margin-left:0;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}@media screen and (max-width:767px){.sor__footer .form__item{width:100%}}.sor__footer .dropdown__btn,.sor__footer .dropdown__btn:hover{box-shadow:inset 0 0 0 1px rgba(143,149,172,.2)}.sor__footer-title{width:720px;max-width:100%;font-size:35px;font-weight:900;line-height:40px}@media screen and (max-width:1599px){.sor__footer-title{font-size:30px;line-height:35px}}@media screen and (max-width:767px){.sor__footer-title{font-size:20px;line-height:22px}}.sor__form{position:relative}.sor__form-box{padding-top:25px;display:flex;align-items:flex-end}@media screen and (max-width:767px){.sor__form-box{flex-direction:column;align-items:center}}.sor__form-item{width:220px;margin-right:30px}@media screen and (max-width:1279px){.sor__form-item{margin-right:15px}.sor__form-item:last-of-type{margin-right:0}}@media screen and (max-width:767px){.sor__form-item{margin-right:0;width:100%;margin-bottom:15px}.sor__form-item:last-of-type{margin-bottom:0}}.sor__form-item input{width:220px;max-width:100%}@media screen and (max-width:767px){.sor__form-item input{width:100%}}.sor__form-item:last-of-type{flex-grow:1}.sor__form-item:last-of-type input{width:100%}.sor__form-footer{margin-top:10px}@media screen and (max-width:1279px){.sor__submit{position:absolute;bottom:-80px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:767px){.sor__submit{width:100%}}.sor__accordion-btn{position:absolute;right:0;top:50%;width:45px;height:45px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;background:rgba(143,149,172,.1);transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;cursor:pointer}.sor__accordion-btn:hover{background:rgba(143,149,172,.2)}.sor__accordion-btn .icon{font-size:14px;stroke:#8f95ac;fill:transparent}.sor__accordion-btn.opened{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.Toastify__toast-container:has(.autopan-viewing-customToast){width:380px}.preview__header_bg+.section .sor.sor_auto,.preview__header_bg+.section .sor.sor_cashback{margin-top:0}.sor.sor_auto .custom-select.is-showing .custom-select__selected{background-color:#fff;color:#2c2e3e}.sor.sor_auto .input__control,.sor.sor_auto .select{color:#2c2e3e}.sor.sor_auto .sor__review-more{display:inline-flex;align-items:center;margin-top:15px;color:#8f95ac;cursor:pointer;font-size:14px;line-height:24px}.sor.sor_auto .sor__review-more svg{margin-left:10px;width:10px;stroke:#8f95ac}.sor.sor_auto .sor__form-row{display:flex}@media screen and (max-width:1279px){.sor.sor_auto .sor__form-row{width:100%}}@media screen and (max-width:767px){.sor.sor_auto .sor__form-row{flex-direction:column}}.sor.sor_auto .sor__form-row+.sor.sor_auto .sor__form-row{margin-top:20px}@media screen and (max-width:767px){.sor.sor_auto .sor__prog-ul li:before{margin-right:15px}}@media screen and (max-width:767px){.sor.sor_auto .sor__sup{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%;text-align:center;padding-top:15px}}@media screen and (max-width:767px){.sor.sor_auto .sor__box{display:flex;flex-direction:column;padding-top:60px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__submit{position:static;-webkit-transform:none;transform:none;margin-left:15px}}@media screen and (max-width:767px){.sor.sor_auto .sor__submit{margin-top:15px;margin-left:0}}@media screen and (max-width:1279px){.sor.sor_auto .sor__footer{padding-bottom:40px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__form-box{padding-top:0}}@media screen and (max-width:767px){.sor.sor_auto .sor__form-box{align-items:center}}.sor.sor_auto .sor__form-footer{margin-top:15px}.sor.sor_auto .sor__prog-t{padding-bottom:0;border:none}.sor.sor_auto .sor__footer-title{width:100%;padding-bottom:0}.sor.sor_auto .sor__form-item{width:470px}@media screen and (max-width:1599px){.sor.sor_auto .sor__form-item{width:385px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__form-item{flex-grow:1;width:232px}}@media screen and (max-width:767px){.sor.sor_auto .sor__form-item{width:100%}}.sor.sor_auto .sor__form-item input{width:470px}@media screen and (max-width:1599px){.sor.sor_auto .sor__form-item input{width:385px}}@media screen and (max-width:767px){.sor.sor_auto .sor__form-item input{width:100%}}.sor.sor_auto .sor__promo{min-height:675px}.sor.sor_auto .sor__content{width:675px}@media screen and (max-width:1599px){.sor.sor_auto .sor__content{width:500px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__content{width:330px}}@media screen and (max-width:767px){.sor.sor_auto .sor__content{width:100%}}.sor.sor_auto .sor__h1{width:100%;padding-top:50px}@media screen and (max-width:767px){.sor.sor_auto .sor__h1{padding-top:0;font-size:24px;line-height:26px;margin-bottom:10px}}.sor.sor_auto .sor__h2{font-weight:900}@media screen and (max-width:1279px){.sor.sor_auto .sor__h2{padding-bottom:30px}}.sor.sor_auto .sor__promo-pic{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:15px;right:-200px}@media screen and (max-width:1599px){.sor.sor_auto .sor__promo-pic{width:550px;right:-100px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__promo-pic{width:410px;right:0;top:100px}}@media screen and (max-width:767px){.sor.sor_auto .sor__promo-pic{width:320px;position:static;-webkit-transform:none;transform:none;order:-1}}.sor.sor_auto .sor__promo-btn{width:260px}.sor.sor_auto .sor__promo-btn.button_view_outline-with-icon-invert{width:160px}@media screen and (max-width:767px){.sor.sor_auto .sor__promo-btn,.sor.sor_auto .sor__promo-btn.button_view_outline-with-icon-invert{width:100%;height:44px}}.sor__ifnow-content{display:flex}@media screen and (max-width:1279px){.sor__ifnow-content{justify-content:space-between}}@media screen and (max-width:767px){.sor__ifnow-content{flex-direction:column}}.sor__ifnow-item:first-of-type{width:360px}@media screen and (max-width:1279px){.sor__ifnow-item:first-of-type{width:50%;padding-right:25px}}@media screen and (max-width:767px){.sor__ifnow-item:first-of-type{width:100%;padding-left:25px;padding-right:25px;padding-bottom:25px}}.sor__ifnow-item:last-of-type{margin-left:265px;width:385px}@media screen and (max-width:1279px){.sor__ifnow-item:last-of-type{width:50%;padding-left:25px;margin-left:0}}@media screen and (max-width:767px){.sor__ifnow-item:last-of-type{width:100%;padding-left:25px;padding-right:25px}}.sor__ifnow-list{font-weight:700}.sor__ifnow-list li:before{width:5.5px;height:5.5px;margin-top:6px}.sor__ifnow-label{width:106px;height:41px;background-color:#ff2d23;border-radius:100px;font-size:16px;line-height:20px;font-weight:700;margin-bottom:20px}.sor__dark-label,.sor__ifnow-label{display:flex;justify-content:center;align-items:center;color:#fff}.sor__dark-label{background-color:#2c2e3e;height:200px}@media screen and (max-width:1599px){.sor__dark-label{height:150px}}@media screen and (max-width:1279px){.sor__dark-label{height:120px;text-align:center}}@media screen and (max-width:767px){.sor__dark-label{padding:0 15px}}.sor__grid .swiper-wrapper{align-items:center}.sor__grid:not(.swiper-pan){display:grid;justify-content:space-between;grid-template-columns:repeat(3,386px);grid-template-rows:repeat(2,200px);grid-row-gap:20px;row-gap:20px}@media screen and (max-width:1599px){.sor__grid:not(.swiper-pan){grid-template-columns:repeat(3,318px)}}@media screen and (max-width:1279px){.sor__grid:not(.swiper-pan){grid-template-columns:repeat(3,232px)}}@media screen and (max-width:767px){.sor__grid:not(.swiper-pan){grid-template-columns:repeat(1,1fr)}}.sor__grid .sor__about-item{width:100%;background-color:rgba(143,149,172,.08);border-radius:20px;padding:28px 40px}@media screen and (max-width:1599px){.sor__grid .sor__about-item{padding:20px}}@media screen and (max-width:767px){.sor__grid .sor__about-item{min-height:150px}}.sor__grid .sor__about-item:last-of-type{grid-column:2/-1}.sor__grid .sor__about-header{margin-bottom:15px}@media screen and (max-width:1279px){.sor__grid .sor__about-header{margin-bottom:10px}}.sor__grid .sor__about-counter{color:#8f95ac}.sor__grid .sor__about-text{margin-top:12px;font-size:18px;line-height:24px}@media screen and (max-width:1599px){.sor__grid .sor__about-text{font-size:17px;line-height:22px}}@media screen and (max-width:1279px){.sor__grid .sor__about-text{font-size:15px;line-height:20px;margin-top:10px}}.sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(4,283px);grid-template-rows:260px 292px;grid-row-gap:30px;row-gap:30px}@media screen and (max-width:1599px){.sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(4,233px);grid-row-gap:20px;row-gap:20px}}@media screen and (max-width:1279px){.sor__grid_steps:not(.swiper-pan){grid-template-columns:repeat(3,233px);grid-gap:15px;gap:15px;grid-template-rows:240px}}.sor__grid_steps .sor__about-item{padding:40px;position:relative}@media screen and (max-width:1599px){.sor__grid_steps .sor__about-item{padding:20px 35px 20px 25px}}@media screen and (max-width:767px){.sor__grid_steps .sor__about-item{min-height:0}}.sor__grid_steps .sor__about-item:after{content:"";display:flex;position:absolute;top:50%;right:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:45px;width:45px;background:url(/static/media/red.40ccae1b.svg) no-repeat;z-index:1}.sor__grid_steps .sor__about-item:last-of-type{grid-column:unset}.sor__grid_steps .sor__about-item:last-of-type:after{display:none}@media screen and (max-width:1279px){.sor__grid_steps .sor__about-item:nth-child(3n+3):after{display:none}}@media screen and (max-width:767px){.sor__grid_steps .sor__about-item:nth-child(n):after{display:none}}.sor__grid_steps .sor__about-counter{color:#ff2d23}.sor__about-inner{display:flex;justify-content:space-between}@media screen and (max-width:767px){.sor__about-inner{flex-direction:column}}.sor__about-inner li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:15px}.sor__about-inner li:last-child{margin-right:0}.sor__promo-btn.sor__promo-btn_center{margin-top:25px;margin-left:auto;margin-right:auto;display:flex}.sor__h2_760{max-width:760px}.sor__h2_845{max-width:845px}.sor.sor_cashback:not(.booking) .sor__section.sor__steps{padding-top:0}.sor__section_dark{background-color:#2c2e3e;color:#fff}.sor__author-content{padding-top:30px;width:720px;max-width:100%}@media screen and (max-width:1279px){.sor__author-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:767px){.sor__author-content .caps,.sor__author-content .sor__author-title{display:block;text-align:center}}.sor.sor_cashback .sor__author-title{padding-bottom:15px}.sor__author-flex{display:flex;justify-content:space-between;margin-top:35px}@media screen and (max-width:1279px){.sor__author-flex{flex-direction:column}}@media screen and (max-width:767px){.sor__author-flex{margin-top:15px}}.sor__author-list{width:340px;max-width:100%;font-weight:400;font-size:18px;line-height:24px}@media screen and (max-width:1599px){.sor__author-list{width:280px;font-size:17px;line-height:22px}}@media screen and (max-width:1279px){.sor__author-list{font-size:15px;line-height:20px}}.sor__author-list li:before{width:5.5px;height:5.5px;margin-top:9px;margin-right:15px}.sor__author-pic{display:flex;flex-direction:column;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sor__author-sign{width:285px;margin-top:-10px}.sor__author-box{display:flex;justify-content:space-between}@media screen and (max-width:1599px){.sor__author-box{align-items:center}}@media screen and (max-width:767px){.sor__author-box{flex-direction:column-reverse}}.sor__h2 span{color:#ff2d23}.sor__review{width:386px;height:405px;border-radius:20px;padding:40px;background-color:rgba(143,149,172,.08)}@media screen and (max-width:1599px){.sor__review{width:318px;padding:30px}}@media screen and (max-width:767px){.sor__review{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.sor__review .sor__about-text{font-size:18px;line-height:24px}.sor.sor_auto .sor__form_autopan{background-color:#2c2e3e;border-radius:20px;padding:58px 100px}@media screen and (max-width:1279px){.sor.sor_auto .sor__form_autopan{padding:58px}}@media screen and (max-width:767px){.sor.sor_auto .sor__form_autopan{padding:35px 26px}}.sor.sor_auto .sor__form_autopan .sor__form-box{flex-direction:column;align-items:flex-start;padding-top:0}.sor.sor_auto .sor__form_autopan .sor__form-item{margin-right:22px}@media screen and (max-width:1279px){.sor.sor_auto .sor__form_autopan .sor__form-item{flex-grow:1}}.sor.sor_auto .sor__form_autopan .sor__form-item:last-of-type{margin-right:0}@media screen and (max-width:767px){.sor.sor_auto .sor__form_autopan .sor__form-item{width:100%}}.sor.sor_auto .sor__form_autopan .sor__form-item_half{width:220px}@media screen and (max-width:1599px){.sor.sor_auto .sor__form_autopan .sor__form-item_half{width:180px}}@media screen and (max-width:1279px){.sor.sor_auto .sor__form_autopan .sor__form-item_half{width:170px}}@media screen and (max-width:767px){.sor.sor_auto .sor__form_autopan .sor__form-item_half{width:100%}}.sor.sor_auto .sor__form_autopan .sor__form-item_half .react-datepicker-wrapper,.sor.sor_auto .sor__form_autopan .sor__form-item_half input{width:100%}@media screen and (max-width:1279px){.sor.sor_auto .sor__form_autopan .sor__form-item_location{width:232px}}@media screen and (max-width:767px){.sor.sor_auto .sor__form_autopan .sor__form-item_location{width:100%}}@media screen and (max-width:1279px){.sor.sor_auto .sor__form_autopan .sor__form-row:nth-child(2) .sor__form-item{width:40%}}@media screen and (max-width:767px){.sor.sor_auto .sor__form_autopan .sor__form-row:nth-child(2) .sor__form-item{width:100%}}.sor.sor_auto .sor__form_autopan .sor__submit{display:flex;margin:40px auto 0}.sor__section_gray{background-color:rgba(143,149,172,.08)}.sor__prog-list_autopan{padding-bottom:70px}@media screen and (max-width:767px){.sor__prog-list_autopan{padding-bottom:35px}}.sor__prog-list_autopan .sor__prog-header{padding-top:34px;padding-bottom:34px}@media screen and (max-width:767px){.sor__prog-list_autopan .sor__prog-header{padding-top:18px;padding-bottom:18px}}.sor__prog-list_autopan .sor__prog-header .h4{padding-right:60px}.sor__prog-list_autopan .sor__prog-text{font-size:18px;line-height:24px;padding-top:30px;padding-bottom:50px;border-top:1px solid rgba(143,149,172,.2)}.sor__prog-list_autopan .sor__prog-text p:not(:last-child){margin-bottom:15px}.sor__prog-list_autopan .sor__prog-text li:not(:last-of-type){margin-bottom:5px}@media screen and (max-width:767px){.sor__prog-list_autopan .sor__prog-text{font-size:15px;line-height:20px;padding-top:15px;padding-bottom:10px}}.sor__prog-list_autopan .sor__prog-item{padding-left:53px;padding-right:40px;padding-top:0;border-radius:20px;border-bottom:none}.sor__prog-list_autopan .sor__prog-item:nth-child(odd){background-color:rgba(143,149,172,.08)}@media screen and (max-width:767px){.sor__prog-list_autopan .sor__prog-item{padding:15px 25px}}.sor__prog-list_autopan .sor__accordion-btn{right:0;background-color:#2c2e3e}.sor.sor_auto .react-datepicker__header{background-color:#fff}.sor.sor_auto .react-datepicker__triangle:before{display:none}.sor.sor_auto .datepicker-autopan{cursor:pointer}.sor.sor_auto .react-datepicker__current-month{color:#ff2d23;text-transform:uppercase}.sor.sor_auto .react-datepicker__day-name{color:rgba(44,46,62,.7);text-transform:uppercase;width:35px;height:33px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.sor.sor_auto .react-datepicker{display:flex;border-radius:4px;border:1px solid rgba(143,149,172,.2)}@media screen and (max-width:1599px){.sor.sor_auto .react-datepicker{flex-direction:column}}.sor.sor_auto .react-datepicker__month-container{padding:15px 30px}@media screen and (max-width:1599px){.sor.sor_auto .react-datepicker__month-container{padding:15px}}.sor.sor_auto .react-datepicker__month{margin-top:0}.sor.sor_auto .react-datepicker__day{width:35px;height:33px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.sor.sor_auto .react-datepicker__day:not(.react-datepicker__day--disabled):not(.react-datepicker__day--selected):not(.react-datepicker__day--outside-month){color:#2cba2e;background-color:rgba(44,186,46,.1)}.sor.sor_auto .react-datepicker__day:hover:not(.react-datepicker__day--disabled):not(.react-datepicker__day--selected):not(.react-datepicker__day--outside-month){background-color:rgba(44,186,46,.2);color:#2cba2e}.sor.sor_auto .react-datepicker__day--keyboard-selected,.sor.sor_auto .react-datepicker__day--keyboard-selected:hover,.sor.sor_auto .react-datepicker__day--selected,.sor.sor_auto .react-datepicker__day--selected:hover{color:#fff;background-color:#2cba2e}.sor.sor_auto .react-datepicker__day--disabled,.sor.sor_auto .react-datepicker__day--disabled:hover{color:rgba(143,149,172,.4);background-color:#fff}.sor.sor_auto .react-datepicker__day--outside-month{opacity:0;visibility:hidden}.sor.sor_auto .react-datepicker__header--time--only,.sor.sor_auto .react-datepicker__triangle{display:none}.sor.sor_auto .react-datepicker__navigation--next{top:25px;border-left-color:#ff2d23}.sor.sor_auto .react-datepicker__navigation--previous{top:25px;border-right-color:#ff2d23}.sor.sor_auto .react-datepicker__week{display:flex}.sor.sor_auto .react-datepicker__navigation{display:none}.search-result{padding-left:0;position:absolute;width:100%;left:0;top:100%;background-color:#fff;border-radius:0 0 4px 4px;transition:box-shadow .15s ease-in-out;max-height:300px;z-index:100;box-shadow:0 2px 10px rgba(143,149,172,.2)}.search-result,.search-result ul{list-style:none}.search-result-option{padding:8px 16px;cursor:pointer}.search-result-option:hover{background-color:rgba(143,149,172,.1)}.special .swiper-wrapper{display:flex;justify-content:center}.special .swiper-container{width:100%}.special .complex__slider-thumbnails_item{max-width:125px}.special .pswp{margin-top:0}@media screen and (max-width:767px){.special__promo .button{width:100%}}.special__promo-container{display:flex;min-height:387px;background-color:rgba(143,149,172,.08);background-image:url(/static/media/promo-bg.5ee35a30.png);background-position:right -100px center;background-repeat:no-repeat;padding:60px 125px;margin-top:60px;border-radius:20px}@media screen and (max-width:1599px){.special__promo-container{min-height:305px;padding:40px 100px;margin-top:30px}}@media screen and (max-width:1279px){.special__promo-container{min-height:378px;padding:60px 120px;background-image:url(/static/media/promo-sm.ba6cf91c.png);background-position:100%}}@media screen and (max-width:767px){.special__promo-container{padding:22px 30px;margin-left:10px;margin-right:10px;background-image:url(/static/media/promo-xs.5aefa789.png)}}.special__promo-box{width:550px;max-width:100%}@media screen and (max-width:1599px){.special__promo-box{width:388px}}@media screen and (max-width:1279px){.special__promo-box{width:507px;text-align:center}}@media screen and (max-width:767px){.special__promo-box{width:310px;display:flex;flex-direction:column;align-items:center;text-align:center;margin-left:auto;margin-right:auto}}.special__promo-title{margin-bottom:20px}@media screen and (max-width:1599px){.special__promo-title{font-size:30px;line-height:35px;margin-bottom:15px}}@media screen and (max-width:1279px){.special__promo-title{font-size:28px;line-height:33px}}@media screen and (max-width:767px){.special__promo-title{font-size:21px;line-height:24px;margin-bottom:10px}}.special__promo-text{font-weight:300;margin-bottom:20px}@media screen and (max-width:767px){.special__promo-text{margin-bottom:15px}}.special__cards{padding-top:50px;padding-bottom:75px}@media screen and (max-width:1599px){.special__cards{padding-top:40px;padding-bottom:55px}}@media screen and (max-width:1279px){.special__cards{padding:40px 10px 50px}}@media screen and (max-width:767px){.special__cards{padding:10px 10px 40px}}.special__mobile-sign{display:none;color:#8f95ac;font-size:13px;line-height:14px;margin-bottom:4px}@media screen and (max-width:767px){.special__mobile-sign{display:block;font-weight:400}}.special__mobile-sign_pl{padding-left:10px}.special__filter-section{display:flex;flex-direction:column}.special__filter-title{margin-bottom:25px}.special__filter{margin-bottom:35px}@media screen and (max-width:1599px){.special__filter{min-height:auto}}@media screen and (max-width:767px){.special__filter{order:-1;min-height:45px;margin-bottom:25px}.special__filter .button-mobile{background:rgba(143,149,172,.08)}}.special__filter.mini-filter .form{background:none;padding:0}.special__filter.mini-filter .form .clients__filter-col .form__item .form__drop-btn{background-color:rgba(143,149,172,.08);color:#8f95ac}.special__filter .form__drop-content,.special__filter .form__drop-content .checkbox__label{background-color:#f6f7f8}.special__filter .form__drop-content .checkbox_type_btn .checkbox__box{width:100%}.special__filter .form__drop-content .checkbox-group__item:hover,.special__filter .form__drop-content .checkbox-group__item:hover .checkbox__label{background-color:#ecedf1}.special__cards-list{display:grid;grid-template-columns:repeat(3,470px);justify-content:space-between;grid-row-gap:30px;row-gap:30px}@media screen and (max-width:1599px){.special__cards-list{grid-template-columns:repeat(3,386px);grid-row-gap:22px;row-gap:22px}}@media screen and (max-width:1279px){.special__cards-list{grid-template-columns:repeat(2,356px);justify-content:center;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px}}@media screen and (max-width:767px){.special__cards-list{grid-template-columns:1fr;justify-content:center;grid-row-gap:30px;row-gap:30px;grid-column-gap:0;-webkit-column-gap:0;column-gap:0}}@media screen and (max-width:767px){.special__cards-aside{display:none}}.special__cards-aside-ul{display:flex;flex-direction:column;font-weight:700;margin-top:11px;padding-top:100px}@media screen and (max-width:1599px){.special__cards-aside-ul{padding-top:80px}}@media screen and (max-width:1279px){.special__cards-aside-ul{padding-top:65px}}@media screen and (max-width:767px){.special__cards-aside-ul{padding-top:80px}}.special__cards-slider{position:relative;width:1220px;max-width:100%;margin-left:auto}@media screen and (max-width:1599px){.special__cards-slider{width:960px}}@media screen and (max-width:1279px){.special__cards-slider{width:710px}}@media screen and (max-width:1023px){.special__cards-slider{width:510px}}.special__card-a{color:inherit}.special__card{position:relative;max-width:100%}.special__slider-nav{position:absolute;top:0;left:-55px;height:100%;width:44px}@media screen and (max-width:767px){.special__slider-nav{display:none}}.special__slider-nav:after{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px;height:100%;background:rgba(143,149,172,.2);z-index:0}.special__slider-nav.next{left:auto;right:-55px}@media screen and (max-width:1279px){.special__slider-nav.next{right:-15px}.special__slider-nav.next:after{display:none}}.special__nav-item{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s}.special__nav-item:active,.special__nav-item:hover{background:#e7e8ed}.special__nav-item svg{width:12px;height:10px}.special__card-header{background-color:rgba(143,149,172,.08);border-radius:20px 20px 0 0}.special__card-header:hover .sf-card__btn-list{opacity:1;transition-duration:.3s}.special__card-body{padding:0 25px 20px;margin-top:0;background-color:rgba(143,149,172,.08);border-radius:0 0 20px 20px}.special__card-row-top{display:flex;justify-content:space-between;align-items:center;padding-top:22px;padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}.special__card-title{margin-bottom:10px}.special__card-price{font-size:16px;font-weight:700;margin-bottom:2px}@media screen and (max-width:1279px){.special__card-price{font-size:14px}}.special__card-price-per{font-size:14px;line-height:18px;color:#8f95ac;text-align:right}.special__card-row-bottom{padding-top:10px;display:flex;justify-content:space-between;align-items:center}.special__card-info{color:#8f95ac}.special__card-info b{color:#1e2030}.special__card-params{margin:0}.special__card-param{margin-top:30px}@media screen and (max-width:767px){.special__card-param{font-size:15px;font-weight:700}}.special__card-preview{width:100%;height:350px;object-fit:cover;border-radius:20px}@media screen and (max-width:1599px){.special__card-preview{height:272px}}@media screen and (max-width:1279px){.special__card-preview{height:250px}}.special__card-prev-box{cursor:pointer;position:relative}.special__magnifier{position:absolute;display:flex;justify-content:center;align-items:center;bottom:15px;right:15px;width:35px;height:35px;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s}.special__magnifier svg{fill:#2c2e3e;transition:all .3s}.special__magnifier:hover{background:#2c2e3e}.special__magnifier:hover svg{fill:#fff}@media screen and (max-width:1279px){.special__magnifier{width:30px;height:30px;right:10px;bottom:10px}}.special__label{display:inline-flex;padding:0 13.5px;justify-content:center;background:#8f95ac;color:#fff;border-radius:5px;font-size:14px;line-height:28px}.special__label_absolute{position:absolute;top:25px;left:25px;border-radius:100px}.special__more-btn{display:inline-flex;width:100%;height:50px;justify-content:center;align-items:center;border:1px solid #ff2d23;border-radius:4px;color:#ff2d23;transition:all .3s}.special__more-btn:focus,.special__more-btn:hover{background:#ff2d23;color:#fff}.special__more-btn:active{background:#b32d23}.special__detail-title{display:flex;align-items:center}.special__detail-title .icon_arrow_up{display:none}@media screen and (max-width:767px){.special__detail-title{flex-wrap:wrap;min-height:50px;border-bottom:1px solid rgba(143,149,172,.2);padding:15px 25px;justify-content:center;text-align:center}.special__detail-title .icon_back{display:none}.special__detail-title .icon_arrow_up{display:block;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.special__detail-return{display:flex;align-items:center;color:#8f95ac}.special__detail-return svg{margin-right:5px}@media screen and (max-width:767px){.special__detail-return{position:absolute;top:2px;left:-10px;border:none;box-shadow:none;font-size:0;border-radius:0}.special__detail-return:active{background:none}}.special__detail-return .icon{width:12px;fill:#2c2e3e}@media screen and (max-width:767px){.special__detail-return .icon{width:16px;fill:#1e2030}}.special__detail-h1{margin-left:40px}@media screen and (max-width:767px){.special__detail-h1{margin-left:0;font-size:18px;line-height:22px}}.special_detail{padding-top:50px;padding-bottom:50px}@media screen and (max-width:1599px){.special_detail{padding-top:40px;padding-bottom:50px}}@media screen and (max-width:1279px){.special_detail{padding-top:25px;padding-bottom:25px}}@media screen and (max-width:767px){.special_detail{padding-top:0;padding-bottom:40px}}.special__detail-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px;gap:30px;margin-top:40px}@media screen and (max-width:1279px){.special__detail-tabs{margin-top:25px;grid-gap:15px;gap:15px}}@media screen and (max-width:767px){.special__detail-tabs{overflow-x:scroll;padding:0 10px;grid-gap:10px;gap:10px;margin-right:10px}}.special__detail-tab{width:470px;max-width:100%;height:50px;justify-content:center;background:rgba(143,149,172,.1);color:#8f95ac;font-weight:700;border-radius:4px;transition:all .3s}.special__detail-tab.active{background:rgba(143,149,172,.3);color:#2c2e3e}@media screen and (max-width:1599px){.special__detail-tab{width:auto}}@media screen and (max-width:767px){.special__detail-tab{width:140px}.special__detail-tab:last-of-type{margin-right:10px}}.special__detail-tab-label{display:inline-flex;width:47px;color:#fff;line-height:28px;margin-right:10px;border-radius:4px;text-align:center;justify-content:center}.special__detail-tab-label.blue{background:#8790e5}.special__detail-tab-label.green{background:#2cba2e}.special__detail-tab-label.yellow{background:#fba200}.special__detail-wrapper{margin-top:30px;padding-bottom:70px}@media screen and (max-width:1599px){.special__detail-wrapper{padding-bottom:55px}}@media screen and (max-width:767px){.special__detail-wrapper{border:none;padding:0}}.special__detail-card{display:flex;margin-top:60px;padding-bottom:50px;border-bottom:1px solid rgba(143,149,172,.2)}.special__detail-card:first-of-type{margin-top:0}.special__detail-card:last-of-type{padding-bottom:0;border:none}@media screen and (max-width:1279px){.special__detail-card{flex-direction:column;align-items:flex-start;margin-top:40px}}@media screen and (max-width:767px){.special__detail-card{margin-top:20px}}.special .special__detail-slider{flex-grow:1;max-width:850px;margin-top:0;flex-shrink:0}@media screen and (max-width:1599px){.special .special__detail-slider{max-width:692px;width:692px}}@media screen and (max-width:1279px){.special .special__detail-slider{max-width:726px;width:726px}}@media screen and (max-width:767px){.special .special__detail-slider{max-width:100%;width:100%}}.special .special__detail-slider .complex__images.assignation-photos.special__detail-photos .complex__slider-item img{height:580px}@media screen and (max-width:1599px){.special .special__detail-slider .complex__images.assignation-photos.special__detail-photos .complex__slider-item img{height:490px}}@media screen and (max-width:767px){.special .special__detail-slider .complex__images.assignation-photos.special__detail-photos .complex__slider-item img{height:256px;object-fit:cover}}.special .special__detail-slider .tns-ovh{border-radius:20px}@media screen and (max-width:767px){.special .special__detail-slider .tns-ovh{border-radius:0}}.special .special__detail-slider .tns-ovh .tns-inner{border:none}.special .special__detail-slider .special__detail-photos{position:relative}.special .special__detail-slider .special__detail-photos .complex__images-nav{padding:16px 38px}@media screen and (max-width:1599px){.special .special__detail-slider .special__detail-photos .complex__images-nav{padding:16px 20px}}.special .special__detail-slider .special__detail-photos img{padding:0}@media screen and (max-width:767px){.special .special__detail-slider .special__detail-photos img{border-radius:0}}@media screen and (max-width:1279px){.special .special__detail-slider .assignation-photos .complex__images-navs{justify-content:flex-start}}.special .special__detail-slider .assignation-photos .complex__slider-controls li:hover{background:#f6f7f9}.special .special__detail-slider .complex__slider-magnifier{transition:all .3s;width:44px;height:44px}.special .special__detail-slider .complex__slider-magnifier svg{transition:all .3s}.special .special__detail-slider .complex__slider-controls li{box-shadow:none!important;border:1px solid rgba(143,149,172,.2)}.special .special__detail-slider .complex__slider-controls li.prev .icon{margin-left:0}.special .special__detail-slider .complex__slider-controls li.next{right:22px}.special .special__detail-slider .complex__slider-controls li.next .icon{margin-right:0}.special .special__detail-slider .complex__slider-magnifier:hover{background:#2c2e3e}.special .special__detail-slider .complex__slider-magnifier:hover svg{fill:#fff}@media screen and (max-width:767px){.complex__slider-box{width:100%;padding:0}}.special__detail-h2{display:none}@media screen and (max-width:1279px){.special__detail-h2{display:block;margin-bottom:20px}}@media screen and (max-width:767px){.special__detail-h2{padding-left:14px;padding-right:14px;margin-bottom:15px}}.special__detail-info{width:555px;flex-shrink:0;max-width:100%;margin-top:0;margin-left:70px}@media screen and (max-width:1599px){.special__detail-info{width:100%;margin-left:45px;flex-grow:1;flex-shrink:1}}@media screen and (max-width:1279px){.special__detail-info{margin-left:auto;margin-right:auto;width:100%}}@media screen and (max-width:767px){.special__detail-info{margin-top:10px;padding-left:10px;padding-right:10px}}.special__detail-pres{display:inline-flex;margin-top:30px;margin-bottom:30px;margin-right:30px;max-width:200px;padding:17px 20px}@media screen and (max-width:1279px){.special__detail-pres{width:200px;justify-content:center}}@media screen and (max-width:767px){.special__detail-pres{width:100%;margin-top:0;margin-bottom:13px;text-transform:uppercase;margin-right:0;max-width:100%}}.special__detail-grid{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(143,149,172,.15)}@media screen and (max-width:1279px){.special__detail-grid{border-bottom:none}}@media screen and (max-width:767px){.special__detail-grid{border-bottom:none}}.special__detail-grid_no-border{border-bottom:none}.special__detail-col{width:50%;padding-right:25px;padding-bottom:25px}@media screen and (max-width:1279px){.special__detail-col{width:33%}}@media screen and (max-width:767px){.special__detail-col{width:50%}}.special__detail-value{display:block;font-size:16px;font-weight:700}@media screen and (max-width:1279px){.special__detail-value{font-size:14px}}.special__detail-value_lg{font-size:25px}@media screen and (max-width:1599px){.special__detail-value_lg{font-size:20px}}@media screen and (max-width:1279px){.special__detail-value_lg{font-size:18px}}.special__detail-sub{display:block;margin-top:3px;color:#8f95ac}.special__manager{margin-top:10px;display:flex;align-items:center;background-color:rgba(143,149,172,.08);border-radius:20px;padding:33px 85px 33px 39px}@media screen and (max-width:1279px){.special__manager{width:480px;max-width:100%;margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.special__manager{position:relative;padding:12px 20px;border:1px solid rgba(143,149,172,.2);border-radius:4px}.special__manager .info{position:absolute;top:20px;right:35px}}.special__manager-avatar{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-right:20px}.special__manager-info{max-width:170px}@media screen and (max-width:767px){.special__manager-info{margin-right:20px}}.special__manager-name{display:block;font-weight:700}@media screen and (max-width:767px){.special__manager-name{font-size:15px}}.special__manager-position{display:block}.special__manager-contacts{display:flex;flex-direction:column;margin-left:auto}.special__manager-contacts a{margin-bottom:4px}.special-modal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:470px;max-width:100%;padding:43px;text-align:center;border:1px solid rgba(143,149,172,.2);background:#fff;z-index:10;border-radius:5px;display:none}.special-modal.show{display:block}@media screen and (max-width:767px){.special-modal{top:auto;left:0;right:0;width:100%;bottom:0;-webkit-transform:none;transform:none;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:65px 10px 25px}.special-modal:before{content:"";display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:22px;width:40px;height:3px;background:rgba(143,149,172,.5);border-radius:20px}}.special-modal__text{max-width:340px;margin-left:auto;margin-right:auto;margin-bottom:30px}@media screen and (max-width:767px){.special-modal__text{max-width:292px;margin-bottom:45px;font-size:15px}}.special-modal__btns{display:flex;width:270px;margin-left:auto;margin-right:auto}.special-modal__btns .button:first-child{padding-left:25px;padding-right:25px;margin-right:15px}.special-modal__btns .button:last-child{min-width:120px}@media screen and (max-width:767px){.special-modal__btns{width:100%;justify-content:center}.special-modal__btns .button{width:172px;font-weight:700}.special-modal__btns .button:last-child{background:#f4f4f7;box-shadow:none}}.special-modal__body-blur{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(30,32,48,.5);z-index:2;display:none}.special-modal__body-blur.show{display:block}@media screen and (max-width:767px){.special-form-modal .h2{display:none}}.special__showroom{width:345px;height:65px;display:inline-flex;align-items:center;padding:0 18px;position:fixed;bottom:20px;right:20px;background:#ff2d23;color:#fff;margin-left:auto;border-radius:4px}@media screen and (max-width:767px){.special__showroom{position:static;width:100%;padding:10px 15px;height:auto;min-height:55px;text-align:left;margin-top:15px}}.special__showroom-icon{width:38px;height:34px;flex-shrink:0;margin-right:20px}.special__showroom-anchor{background:none;text-decoration:underline;color:#fff;font-family:inherit;font-size:inherit;cursor:pointer;padding:0;margin:0}.special__about{margin-bottom:10px;margin-top:40px}.special__about .h3{margin-bottom:20px}.special-filter-drop{width:330px;max-width:100%;height:50px}.special-filter-drop .custom-select{height:50px}.special-filter-drop .custom-select__selected{padding-left:45px;height:100%;background-image:url(/static/media/sort.b196ac12.svg);background-position:15px;background-repeat:no-repeat;background-color:#fff}.special-filter-drop .custom-select__selected:after{display:none}.special-filter-drop .custom-select.is-showing{box-shadow:none}.special-filter-drop .custom-select.is-showing .custom-select__selected{background-color:rgba(143,149,172,.08);box-shadow:none}.special-filter-drop .custom-select__option{padding:16px}.special-filter-drop .custom-select.is-showing .custom-select__options{background:#f6f7f8;margin-top:2px}.special-filter-drop_currencys{width:auto;display:inline-block;height:auto;background-color:initial}.special-filter-drop_currencys .custom-select{min-width:auto;height:auto;display:inline-block;background-color:initial}.special-filter-drop_currencys .custom-select__selected{padding:0 20px 0 0;background-color:initial;background-position:30px}.special-filter-drop_currencys .custom-select__option{padding:5px}.special-filter-drop_currencys .custom-select.is-showing .custom-select__selected{background-color:initial}.slider-toggler{position:absolute;top:30px;right:45px;z-index:2}.special__detail-btns{display:flex;align-items:center;border-bottom:1px solid rgba(143,149,172,.15);margin-bottom:25px}@media screen and (max-width:767px){.special__detail-btns{flex-direction:column}}.special__detail-lock{display:flex;align-items:center}@media screen and (max-width:767px){.special__detail-lock{width:100%;justify-content:center}}.special__detail-lock img{margin-right:8px}.special__detail-top{display:flex;align-items:center;margin-bottom:25px}.special__detail-name{margin-right:40px}.special__similar{margin-top:95px}@media screen and (max-width:1599px){.special__similar{margin-top:60px}}@media screen and (max-width:1279px){.special__similar{margin-top:40px;margin-bottom:20px}}@media screen and (max-width:767px){.special__similar{margin-top:25px}}.special__similar .h2{margin-bottom:40px}@media screen and (max-width:1279px){.special__similar .h2{margin-bottom:20px}}.special-filter-drop.special-filter-drop_white-select .custom-select__selected{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyNSA5LjQwNWwtMy4xNS0zLjA0OE03LjMyNSA2LjM1N2wtMy4xNSAzLjA0OE03LjUgNi4xNjdWMTcuMzhNMTMuMTc1IDE0LjM1N2wzLjE1IDMuMDQ4TTE2LjY3NSAxNy40MDVsMy4xNS0zLjA0OE0xNi41IDE3LjU5NVY2LjM4MSIgc3Ryb2tlPSIjMkMyRTNFIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=")}.special-filter-drop.special-filter-drop_white-select .custom-select.is-showing .custom-select__selected{background-color:#fff;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:15px 15px 0 0}.special-filter-drop.special-filter-drop_white-select .custom-select__options ul{background-color:#fff;padding-top:7px;padding-bottom:7px}.special-filter-drop.special-filter-drop_white-select .custom-select__option{margin:0 10px;padding:7px;border-radius:5px;transition-duration:.3s}.special-filter-drop.special-filter-drop_white-select .custom-select__option:hover{background-color:#ecedf0}.special-filter-drop.special-filter-drop_white-select .custom-select.is-showing .custom-select__options{margin-top:-2px;border-radius:0 0 20px 20px}.special-filter-drop.special-filter-drop_white-select .simplebar-mask{border-radius:0 0 20px 20px;margin-top:-5px;background-color:#fff}.view-info{border-radius:20px;background-color:#fff;padding:18px 20px}.view-info__header{display:flex;justify-content:space-between;align-items:center}.view-info__cancel{cursor:pointer}.view-info__dates{display:flex;justify-content:space-between;margin-top:15px}.view-info__dates .hp__form-item{width:calc(50% - 10px)}.view-info__dates .input__control{background-color:#f6f7f8}.fixations__settings-block .react-datepicker-popper{z-index:10}.react-datepicker__tab-loop .react-datepicker-popper{z-index:11}.subuebans-book{margin:20px auto 0;width:616px}.subuebans-book .custom-select_sf-filter{background-color:#f6f7f8}.subuebans-book .textarea_type_form .textarea__control{background-color:#f6f7f8;margin-bottom:20px;color:#2c2e3e}.subuebans-book .checkbox.fixations__checkboxs{justify-content:center;margin-bottom:36px}.subuebans-book-form .modal-form__new-client{margin-bottom:30px}.subuebans-book-form__dates{display:flex;grid-gap:40px;gap:40px}.subuebans-book-form__dates .react-datepicker-wrapper{display:block}.subuebans-book-form__dates .hp__form-item+.hp__form-item{margin-top:0}.subuebans-book-form__dates .hp__form-item{width:calc(50% - 20px)}.subuebans-object .sf__elem-btn{width:auto}.wrapper__center_start{margin:0 auto;width:1220px;max-width:100%}@media screen and (max-width:1279px){.wrapper__center_start{width:730px}}@media screen and (max-width:767px){.wrapper__center_start{width:390px;padding:0 10px}}@media screen and (max-width:1279px){.start .document__col_info{display:none}}.start .pill{margin-right:0;cursor:text}.start .pill:hover{background:#8f95ac}.start .promo{padding-bottom:110px}@media screen and (max-width:1599px){.start .promo{padding-bottom:95px}}@media screen and (max-width:1279px){.start .promo{padding-bottom:70px}}@media screen and (max-width:767px){.start .promo{padding-bottom:45px}}@media screen and (max-width:1599px){.start .promo__image{max-width:700px}}@media screen and (max-width:1279px){.start .promo__image{max-width:480px}}@media screen and (max-width:767px){.start .promo__image{order:-1;max-width:320px;margin:0 auto}}.start .promo__title{margin-top:75px;margin-bottom:15px;text-align:center}@media screen and (max-width:1599px){.start .promo__title{margin-top:48px}}@media screen and (max-width:1279px){.start .promo__title{margin-top:38px}}@media screen and (max-width:767px){.start .promo__title{margin-top:28px}}.start .promo__container{display:flex;justify-content:space-between}@media screen and (max-width:767px){.start .promo__container{flex-direction:column}}.start .promo__box{width:390px;margin-top:130px;padding-top:65px;background:url(/static/media/cloud.8d24af75.svg) no-repeat 0 0}@media screen and (max-width:1599px){.start .promo__box{width:380px}}@media screen and (max-width:1279px){.start .promo__box{width:230px}}@media screen and (max-width:767px){.start .promo__box{width:100%;margin-top:20px;padding-top:0;text-align:center;background:none}}.start .promo__box-title{margin-bottom:25px}.start .benefits{display:flex;align-items:flex-start;margin-bottom:170px}.start .benefits:last-child{margin-bottom:0}@media screen and (max-width:1599px){.start .benefits{margin-bottom:80px}}@media screen and (max-width:1279px){.start .benefits{flex-direction:column;margin-bottom:50px}.start .benefits_02 .h3{white-space:nowrap}}.start .benefits .sticky{position:fixed;top:113px}.start .benefits__header{position:-webkit-sticky;position:sticky;top:140px;width:270px;max-width:100%;margin-right:auto}@media screen and (max-width:1279px){.start .benefits__header{position:static;top:0;display:flex;align-items:center;width:100%;margin-bottom:40px;padding-right:30px}}@media screen and (max-width:767px){.start .benefits__header{position:relative;flex-direction:column;padding-left:75px}}@media screen and (max-width:1279px){.start .benefits__header .h3{margin-right:30px}}@media screen and (max-width:767px){.start .benefits__header .h3{margin-right:0;margin-bottom:15px}}.start .benefits__counter{display:flex;padding:20px 0 30px;font-size:48px;font-weight:900;line-height:55px}@media screen and (max-width:1599px){.start .benefits__counter{font-size:40px}}@media screen and (max-width:1279px){.start .benefits__counter{margin-right:30px;font-size:35px;order:-1}}@media screen and (max-width:767px){.start .benefits__counter{position:absolute;top:0;left:0;display:block;padding:0;font-size:25px;line-height:1}}.start .benefits__info{color:#8f95ac;line-height:21px}.start .benefits__list{width:850px;max-width:100%;display:flex;flex-wrap:wrap}@media screen and (max-width:1599px){.start .benefits__list{width:825px}}.start .benefits__item{position:relative;width:400px;max-width:100%;padding:40px 45px 40px 40px;box-shadow:0 4px 60px rgba(143,149,172,.1);border-radius:4px}.start .benefits__item:nth-child(2n){margin-left:auto}.start .benefits__item:nth-child(n+3){margin-top:45px}@media screen and (max-width:1599px){.start .benefits__item{width:385px}}@media screen and (max-width:1279px){.start .benefits__item{width:340px}.start .benefits__item:nth-child(n+3){margin-top:45px}}@media screen and (max-width:767px){.start .benefits__item:nth-child(2n){margin-left:0}}.start .benefits__item img{position:absolute;top:-15px;right:40px}@media screen and (max-width:1599px){.start .benefits__item img{width:92px}}@media screen and (max-width:1279px){.start .benefits__item img{width:82px}}@media screen and (max-width:767px){.start .benefits__item img{width:65px}}.start .benefits__item p{line-height:21px}.start .benefits__title{margin-bottom:28px}.start .sub{padding-bottom:100px}@media screen and (max-width:1599px){.start .sub{padding-bottom:90px}}@media screen and (max-width:1279px){.start .sub{padding-bottom:85px}}@media screen and (max-width:767px){.start .sub{padding-bottom:65px}}.start .sub__title{margin:0 auto 75px;width:920px;max-width:100%;text-align:center}@media screen and (max-width:1599px){.start .sub__title{margin-bottom:45px}}.start .sub__list{position:relative;display:flex;height:410px}@media screen and (max-width:1599px){.start .sub__list{height:390px}}@media screen and (max-width:1279px){.start .sub__list{height:516px}}@media screen and (max-width:767px){.start .sub__list{height:auto;flex-direction:column;align-items:center}}.start .sub__hidden{opacity:0;transition:opacity 1s;margin-top:25px}@media screen and (max-width:1279px){.start .sub__hidden{opacity:1;margin-top:0}.start .sub__hidden .sub__text{display:none}.start .sub__hidden .sub__btn{padding:16px 23px;margin-top:20px}}.start .sub__item{position:absolute;z-index:2;overflow:hidden;display:flex;align-items:flex-start;width:595px;max-width:100%;padding:45px;border-radius:5px;background:#08c;color:#fff;height:189px;transition:height 1s;will-change:height}.start .sub__item_insta{background:linear-gradient(79.6deg,#ffd569 -13.95%,#f35633 30.07%,#c62992 69.49%,#585ad1 112.19%)}.start .sub__item_yt{background:#c4302b}@media screen and (min-width:1280px){.start .sub__item:hover{height:390px}.start .sub__item:hover .sub__hidden{margin-top:25px;position:static;opacity:1;transition:opacity 2s}}@media screen and (min-width:1600px){.start .sub__item:hover{height:410px}}.start .sub__item_z-index{z-index:1}.start .sub__item img{flex-shrink:0}@media screen and (max-width:1599px){.start .sub__item{width:570px;height:180px}}@media screen and (max-width:1279px){.start .sub__item{width:356px;height:250px;padding:30px 38px 30px 25px}}@media screen and (max-width:767px){.start .sub__item{position:static;flex-direction:column;align-items:center;text-align:center;height:auto;margin-bottom:20px}.start .sub__item:last-child{margin-bottom:0}}.start .sub__item:nth-child(2){right:0}.start .sub__item:nth-child(3){bottom:0}.start .sub__item:nth-child(4){bottom:0;right:0}@media screen and (max-width:1279px){.start .sub__item img{width:50px;margin-top:8px}}@media screen and (max-width:767px){.start .sub__item img{margin-top:0}}@media screen and (max-width:1279px){.start .sub__item_insta img{width:39px}}.start .sub__btn{display:inline-flex;margin-top:25px;padding:21px 37px;background:transparent;border:1px solid #fff;border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:17px;transition:all .2s}.start .sub__btn:hover{background:#fff;color:#08c}.start .sub__btn:active{opacity:.9}.start .sub__item_yt .sub__btn:hover{color:#c4302b}.start .sub__item_insta .sub__btn:hover{color:#e0435a}.start .sub__header{margin-bottom:15px}.start .sub__text{line-height:21px}.start .sub__text_margin{margin-bottom:15px;margin-top:30px}.start .sub__box{margin-left:38px}@media screen and (max-width:1279px){.start .sub__box{margin-left:25px;margin-top:15px}}@media screen and (max-width:767px){.start .sub__box{margin-left:0;text-align:center}}.start .sub__item_socials{flex-direction:column;padding-bottom:26px;transition:height 1s,padding-top 1s;will-change:height,padding-top;color:#2c2e3e;border:1px solid rgba(143,149,172,.2);background:#fff}@media screen and (max-width:1599px){.start .sub__item_socials{padding-top:30px}}@media screen and (max-width:1279px){.start .sub__item_socials .sub__hidden{margin-top:15px}.start .sub__item_socials .sub__hidden .sub__big-text{font-size:14px;line-height:18px}.start .sub__item_socials .sub__hidden .sub__ul{display:none}}@media screen and (min-width:1280px){.start .sub__item_socials:hover{padding-top:40px}.start .sub__item_socials:hover .sub__socials{bottom:55px}}@media screen and (min-width:1600px){.start .sub__item_socials:hover{padding-top:60px}.start .sub__item_socials:hover .sub__socials{bottom:45px}}.start .sub__item_socials .h4{font-size:20px;line-height:26px}@media screen and (max-width:1279px){.start .sub__item_socials .h4{font-size:18px;line-height:22px}}@media screen and (max-width:767px){.start .sub__item_socials .h4{font-size:18px;line-height:22px}}.start .sub__big-text{font-size:18px;line-height:26px;transition:margin .3s}.start .sub__socials{display:flex;position:absolute;background:#fff;bottom:25px;transition:all .3s}.start .sub__social{margin-right:15px}.start .sub__social:last-child{margin-right:0}.start .sub__social .button.button_view_round-control{width:50px;height:50px}.start .sub__social_wa:hover .button.button_view_round-control{background-color:#4ac959}.start .sub__social_tg:hover .button.button_view_round-control{background-color:#08c}.start .sub__social_vk:hover .button.button_view_round-control{background-color:#4d7198}.start .sub__social_fb:hover .button.button_view_round-control{background-color:#4267b2}.start .sub__social_viber:hover .button.button_view_round-control{background-color:#665cac}.start .sub__social .icon{width:23px;height:23px;fill:#8f95ac}.start .sub__social:hover .icon{fill:#fff}.start .sub__ul{margin-bottom:20px}.start .sub__ul li{position:relative;display:flex;align-items:center;margin-bottom:15px}.start .sub__ul li:last-child{margin-bottom:0}.start .sub__ul li:before{content:"";width:5px;height:5px;margin-right:20px;border-radius:50%;background:#ff2d23}.start .news{padding-bottom:100px}@media screen and (max-width:1599px){.start .news{padding-bottom:90px}}@media screen and (max-width:767px){.start .news{padding-bottom:65px}}.start .news__container{display:flex}@media screen and (max-width:767px){.start .news__container{flex-direction:column}}.start .news__header{width:595px;max-width:100%;flex-shrink:0;padding:55px 75px 65px;background:#2c2e3e;color:#fff}@media screen and (max-width:1279px){.start .news__header{width:355px;padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.start .news__header{width:100%;padding:40px 30px;text-align:center}}.start .news__title{margin-bottom:30px}.start .news__choices{flex-grow:1;padding:55px 75px 65px;background:#f6f7f9}@media screen and (max-width:1599px){.start .news__choices{padding-left:50px}}@media screen and (max-width:767px){.start .news__choices{padding:40px 30px 40px 25px}}.start .news__checkbox{margin-bottom:15px}.start .news__checkbox:last-child{margin-bottom:0}.start .checkbox_view_start-checkbox{align-items:flex-start}.start .checkbox_view_start-checkbox .checkbox__box{margin-top:4px;width:18px;height:18px}.start .checkbox_view_start-checkbox .checkbox__marker{background:#ff2d23}.start .checkbox_view_start-checkbox .checkbox__marker:after{top:4px;left:3px;width:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10'%3E%3Cpath d='M0 4.765l.855-.8 4.19 2.272L12.267 0 13 .665 5.36 10 0 4.765z' fill='%23fff'/%3E%3C/svg%3E")}.start .checkbox_view_start-checkbox .checkbox__label{font-size:18px;line-height:26px}@media screen and (max-width:767px){.start .checkbox_view_start-checkbox .checkbox__label{font-size:16px;line-height:24px}}.start .offers{padding-bottom:115px}@media screen and (max-width:1599px){.start .offers{padding-bottom:90px}}@media screen and (max-width:1279px){.start .offers{padding-bottom:85px}}@media screen and (max-width:767px){.start .offers{padding-bottom:60px}}@media screen and (max-width:767px){.start .offers__list{display:flex;flex-direction:column}}.start .offers__container{display:flex;justify-content:space-between}@media screen and (max-width:767px){.start .offers__container{flex-direction:column}}.start .offers__header{width:420px;max-width:100%;flex-shrink:0;margin-right:75px}@media screen and (max-width:1599px){.start .offers__header{margin-right:130px}}@media screen and (max-width:1279px){.start .offers__header{width:265px;margin-right:50px}}@media screen and (max-width:767px){.start .offers__header{margin-right:0;width:100%;text-align:center}}.start .offers__title{margin-bottom:45px}@media screen and (max-width:1279px){.start .offers__title{margin-bottom:30px}}.start .offers__text{margin-bottom:30px}@media screen and (max-width:1279px){.start .offers__text{margin-bottom:20px}}.start .offers__warning{padding:15px 44px 15px 72px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='31' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='31' height='30'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 .281h31v29H0v-29z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.307 25.593l12.98-23.998c.954-1.752 3.47-1.752 4.424 0l12.985 23.998c.9 1.669-.308 3.688-2.212 3.688H2.514c-1.904 0-3.113-2.02-2.207-3.688z' fill='%238790E5'/%3E%3C/g%3E%3Cpath d='M14.428 12.285h1.974v4.06l-.364 2.926h-1.246l-.364-2.926v-4.06zm2.058 9.996h-2.142v-2.128h2.142v2.128z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:20px;border:1px solid rgba(143,149,172,.2);border-radius:4px;font-weight:700;line-height:21px}@media screen and (max-width:1279px){.start .offers__warning{background-position-y:20px}}.start .offers .checkbox_view_start-checkbox{align-items:center;margin-bottom:35px}@media screen and (max-width:1279px){.start .offers .checkbox_view_start-checkbox{align-items:flex-start}}.start .offers .checkbox_view_start-checkbox .checkbox__label{font-size:14px;line-height:17px}.start .offers .checkbox_view_start-checkbox .checkbox__box{margin-top:0}.start .offers .reglament__list{margin-bottom:20px}@media screen and (max-width:767px){.start .offers .button_view_default{margin:0 auto}}.start .scroll-panel{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;justify-content:center;align-items:center;width:100%;max-width:87%;height:60px;background:#2c2e3e;border-radius:5px 5px 0 0;color:#fff;font-size:16px;line-height:20px;font-weight:700;z-index:2;opacity:1;transition:opacity .2s}@media screen and (max-width:1279px){.start .scroll-panel{font-size:14px;line-height:18px}}@media screen and (max-width:767px){.start .scroll-panel{height:auto;-webkit-transform:none;transform:none;left:0;width:100%;max-width:100%;border-radius:0}}.start .scroll-panel .button_view_default{padding:17px 28px}@media screen and (max-width:1279px){.start .scroll-panel .button_view_default{margin-left:30px}}@media screen and (max-width:767px){.start .scroll-panel .button_view_default{margin-left:0;padding:15px 30px}}.start .scroll-panel.hidden{opacity:0;visibility:hidden}.start .scroll-panel__container{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 65px}@media screen and (max-width:1279px){.start .scroll-panel__container{padding:0 10px}}@media screen and (max-width:767px){.start .scroll-panel__container{flex-direction:column;padding:15px}.start .scroll-panel__container .h5{text-align:center;font-size:12px;line-height:16px;font-weight:400;margin-bottom:15px}}.tgBot .h1{padding-top:0;padding-bottom:35px}.tgBot .h2{padding-bottom:25px}.tgBot .h5{font-size:16px;line-height:20px;font-weight:700}.tgBot .tgBtn{display:inline-flex;margin-top:35px}@media screen and (max-width:767px){.tgBot .tgBtn{margin-top:15px}}.tgBot .promo__btn{position:relative;z-index:2}@media screen and (max-width:767px){.tgBot .promo__btn{margin-top:285px}}@media screen and (max-width:767px){.tgBot .tgBot__title{text-align:center}}.tgBot .promo{position:relative;background-repeat:no-repeat;background-image:url(/static/media/promo-bg.589908b2.svg);background-size:cover;background-position:bottom;color:#fff}@media screen and (max-width:767px){.tgBot .promo{background-image:url(/static/media/promo-bg-mob.58a85f95.svg)}}.tgBot .promo .highlighted{text-transform:uppercase;margin-left:5px}.tgBot .promo .container{display:flex;min-height:968px}@media screen and (max-width:1599px){.tgBot .promo .container{min-height:774px}}@media screen and (max-width:1279px){.tgBot .promo .container{min-height:623px}}@media screen and (max-width:767px){.tgBot .promo .container{flex-direction:column;align-items:center;min-height:560px}}.tgBot .promo .link{border-bottom:1px solid #ff2d23}.tgBot .promo img{position:relative;top:-55px;left:35px}@media screen and (max-width:1599px){.tgBot .promo img{width:50%;top:-40px}}@media screen and (max-width:1279px){.tgBot .promo img{position:absolute;top:67px;bottom:0;left:auto;right:20px;width:460px}}@media screen and (max-width:767px){.tgBot .promo img{width:375px;top:auto;bottom:0;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.tgBot .promo__block{padding-top:180px}@media screen and (max-width:1279px){.tgBot .promo__block{padding-top:80px}}@media screen and (max-width:767px){.tgBot .promo__block{padding-top:25px}}.tgBot .promo__text{width:365px;max-width:100%;font-weight:300}@media screen and (max-width:1279px){.tgBot .promo__text{width:295px}}@media screen and (max-width:767px){.tgBot .promo__text{width:320px;margin:0 auto;text-align:center}}.tgBot .block{width:530px;max-width:100%}@media screen and (max-width:1279px){.tgBot .block{width:360px}}@media screen and (max-width:767px){.tgBot .block{margin:0 auto;text-align:center}}.tgBot .about{position:relative;min-height:590px;margin-top:-240px;padding-top:220px;background:url(/static/media/about.d9792de3.svg) no-repeat;background-position:top 0 right 15%}@media screen and (max-width:1599px){.tgBot .about{margin-top:-60px;background-position:top 0 right 60px;background-size:700px}}@media screen and (max-width:1279px){.tgBot .about{min-height:430px;padding-top:40px;background-size:465px;background-position:top 0 right 10px}}@media screen and (max-width:767px){.tgBot .about{padding-top:70px;background-size:320px;background-position:bottom 110px center}}.tgBot .about__text{max-width:100%;font-weight:300}@media screen and (max-width:1599px){.tgBot .about__text{width:365px}}@media screen and (max-width:1279px){.tgBot .about__text{width:295px}}@media screen and (max-width:767px){.tgBot .about__text{margin:0 auto 260px}}.tgBot .else{padding-top:155px;background:url(/static/media/else.ea86aba1.svg) no-repeat;background-size:cover}@media screen and (max-width:1279px){.tgBot .else{padding-top:25px}}@media screen and (max-width:767px){.tgBot .else{padding-top:25px}}.tgBot .else .tgBot__title{padding-bottom:90px}@media screen and (max-width:767px){.tgBot .else .tgBot__title{padding-bottom:40px}}.tgBot .features__text{width:540px;max-width:100%;margin-bottom:10px}@media screen and (max-width:767px){.tgBot .features__text{margin-left:auto;margin-right:auto}}.tgBot .tgBtn_transparent{background:transparent;border:1px solid #fff}.tgBot .tgBtn_transparent:hover{border-color:transparent;background-color:#fff;color:#1e2030}.tgBot .features{position:relative;min-height:528px;margin-bottom:65px;padding:80px 125px 85px;background:#1e2030;color:#fff;box-shadow:0 4px 70px rgba(143,149,172,.1);border-radius:20px}@media screen and (max-width:1279px){.tgBot .features{padding:60px;min-height:450px}}@media screen and (max-width:767px){.tgBot .features{padding:40px 25px;text-align:center}}.tgBot .features img{position:absolute}@media screen and (max-width:767px){.tgBot .features img{position:static;margin-left:auto;margin-right:auto}}.tgBot .features:first-of-type{background:#3b4391}@media screen and (max-width:767px){.tgBot .features:first-of-type{padding-bottom:0}}@media screen and (max-width:1599px){.tgBot .features:first-of-type .features__title{width:260px}}@media screen and (max-width:767px){.tgBot .features:first-of-type .features__title{margin:0 auto}}.tgBot .features:first-of-type .features__text{width:555px}@media screen and (max-width:1599px){.tgBot .features:first-of-type .features__text{width:425px}}@media screen and (max-width:1279px){.tgBot .features:first-of-type .features__text{width:330px}}.tgBot .features:first-of-type img:first-of-type{right:80px;top:125px}@media screen and (max-width:1279px){.tgBot .features:first-of-type img:first-of-type{width:295px;right:15px;top:65px}}.tgBot .features:first-of-type img:last-of-type{bottom:0;right:95px}@media screen and (max-width:1279px){.tgBot .features:first-of-type img:last-of-type{width:273px;right:45px}}.tgBot .features:nth-of-type(2){background:#2c2e3e}.tgBot .features:nth-of-type(2) .features__text{width:470px}@media screen and (max-width:1599px){.tgBot .features:nth-of-type(2) .features__text{width:385px}}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(2) .features__text{width:317px}}.tgBot .features:nth-of-type(2) img{top:40px;right:135px}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(2) img{width:187px;right:85px}}@media screen and (max-width:767px){.tgBot .features:nth-of-type(2) img{margin-top:25px}}.tgBot .features:nth-of-type(3){background:#573b91}.tgBot .features:nth-of-type(3) .features__title{width:518px;max-width:100%}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(3) .features__title{width:400px}}@media screen and (max-width:1023px){.tgBot .features:nth-of-type(3) .features__title{width:300px}}.tgBot .features:nth-of-type(3) .features__text{width:455px}@media screen and (max-width:1599px){.tgBot .features:nth-of-type(3) .features__text{width:375px}}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(3) .features__text{width:265px}}.tgBot .features:nth-of-type(3) img{margin-top:0;right:60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1599px){.tgBot .features:nth-of-type(3) img{width:445px;right:30px}}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(3) img{width:357px}}@media screen and (max-width:767px){.tgBot .features:nth-of-type(3) img{-webkit-transform:none;transform:none;margin-top:25px}}.tgBot .features:nth-of-type(4){background:#376b88;margin-bottom:0}.tgBot .features:nth-of-type(4) .features__text{width:540px}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(4) .features__text{width:330px}}.tgBot .features:nth-of-type(4) img{top:40px;right:135px}@media screen and (max-width:1279px){.tgBot .features:nth-of-type(4) img{width:187px;right:85px}}@media screen and (max-width:767px){.tgBot .features:nth-of-type(4) img{margin-top:25px}}.tgBot .features__counter{display:flex;align-items:center;padding-bottom:45px}.tgBot .features__counter:after{content:"";width:52px;height:1px;margin-left:25px;background:#fff}@media screen and (max-width:767px){.tgBot .features__counter{display:none}}.tgBot .features__title{padding-bottom:0}.tgBot .connect{padding-top:505px;margin-top:-315px;background:url(/static/media/connect.13d11c92.svg) no-repeat;background-size:cover;color:#fff}@media screen and (max-width:1279px){.tgBot .connect{padding-top:405px}}.tgBot .connect__title{padding-bottom:55px}.tgBot .connect__item_last{padding-top:90px;padding-bottom:80px;background:url(/static/media/connect-bg.85549c69.svg) no-repeat;background-position:bottom 47px right 53%}@media screen and (max-width:1599px){.tgBot .connect__item_last{background:#2c2e3e}}@media screen and (max-width:1279px){.tgBot .connect__item_last{padding-top:60px}}.tgBot .connect__item_last .h3{padding-bottom:15px}.tgBot .connect__subtitle{margin-bottom:50px}.tgBot .option__counter{display:inline-flex;align-items:center;margin-bottom:45px}.tgBot .option__counter-text{font-size:12px;font-weight:700;letter-spacing:.3;text-transform:uppercase;margin-left:25px}.tgBot .option__num{font-size:100px;line-height:100px;font-weight:900;color:#2c2e3e;text-shadow:0 0 3px #ff2d23}.tgBot .steps{display:flex}@media screen and (max-width:1279px){.tgBot .steps{flex-direction:column}}.tgBot .steps_column{flex-direction:column}.tgBot .steps_column .steps__item{width:100%}.tgBot .steps_column .steps__item:first-of-type{padding-bottom:50px}.tgBot .steps__row{display:flex;align-items:flex-start}.tgBot .steps__row_align_center{align-items:center}@media screen and (max-width:1279px){.tgBot .steps__row{flex-direction:column}}.tgBot .steps__div{margin-right:auto}.tgBot .steps__btn{margin-left:110px}@media screen and (max-width:1279px){.tgBot .steps__btn{margin-left:auto;margin-right:auto;margin-top:0}}.tgBot .steps+.steps{margin-top:100px}@media screen and (max-width:1279px){.tgBot .steps+.steps{margin-top:40px}}.tgBot .steps__item{display:flex;flex-direction:column;width:550px;max-width:100%}.tgBot .steps__item:first-of-type{margin-right:auto}.tgBot .steps__item img{margin-top:auto}@media screen and (max-width:1599px){.tgBot .steps__item{width:47%}}@media screen and (max-width:1279px){.tgBot .steps__item{width:100%;margin:auto}}.tgBot .steps__item_arrow-bg{background:url(/static/media/arrow.f2c0f02f.svg) no-repeat;background-position:200px -86px}@media screen and (max-width:1599px){.tgBot .steps__item_arrow-bg{background-position:200px -96px}}@media screen and (max-width:1279px){.tgBot .steps__item_arrow-bg{background:none}}.tgBot .steps__text{width:560px;max-width:100%;margin-top:25px;margin-bottom:35px;font-weight:300}.tgBot .steps__text_width{width:100%}@media screen and (max-width:1279px){.tgBot .steps__text_width{width:90%}}.tgBot .steps__header_bg-arrow{background:url(/static/media/arrow-right.124eb5db.svg) no-repeat 100%}@media screen and (max-width:1599px){.tgBot .steps__header_bg-arrow{background-position:10px;background-size:80%}}@media screen and (max-width:1279px){.tgBot .steps__header_bg-arrow{background:none}}.tgBot .steps__step{position:relative;display:inline-flex;align-items:center;font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;color:#ff2d23;background:#2c2e3e}.tgBot .steps__step:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-65px;width:70px;height:70px;background:#2c2e3e}.tgBot .steps__step:after{content:"";width:73px;height:1px;background:#ff2d23;margin-left:20px}.tgBot .option:first-of-type{background:url(/static/media/option-bg.45931d22.svg) no-repeat;background-position:bottom 70px right 53%}.tgBot .option .container{display:flex;flex-direction:column;padding-bottom:90px;border-bottom:1px solid rgba(143,149,172,.2)}.tgBot .option__second{display:flex;justify-content:space-between}@media screen and (max-width:767px){.tgBot .option__second{flex-direction:column}}.tgBot .option__second-img{padding-top:135px}@media screen and (max-width:1279px){.tgBot .option__second-img{width:350px;padding-top:60px}}.tgBot .option__second-left{width:555px;max-width:100%;padding-top:110px}@media screen and (max-width:1279px){.tgBot .option__second-left{width:370px;padding-top:60px}}.tgBot .option__app{width:495px;max-width:100%}.tgBot .option__app p+p{padding-top:30px}.tgBot .option__app .option__no-app{padding-top:40px;padding-bottom:25px;color:#8f95ac;font-style:italic}.tgBot .option__download{display:flex}@media screen and (max-width:1279px){.tgBot .option__download{flex-wrap:wrap}}.tgBot .option__download li{margin-right:10px}.tgBot .option__download li:last-child{margin-right:0}@media screen and (max-width:1279px){.tgBot .option__download li:last-child{width:171px}.tgBot .option__download li:last-child a{width:100%}}@media screen and (max-width:767px){.tgBot .option__download li:last-child{width:45%}}@media screen and (max-width:1279px){.tgBot .option__download li:nth-child(2){margin-right:0;margin-bottom:10px}}@media screen and (max-width:767px){.tgBot .option__download li{width:45%}}.tgBot .option__download a{display:inline-flex;height:55px;padding:8px 12px;border:1px solid #8f95ac;border-radius:8px;background:#2c2e3e;transition:all .3s}.tgBot .option__download a:hover{background:#1e2030;border-color:#1e2030}.tgBot .connect__btn{display:inline-flex;margin:30px auto 0}.tgBot .banner{padding:72px 0;background:#573b91 url(/static/media/banner.8a8fbce7.svg) no-repeat;background-size:cover;background-position:50%;color:#fff}@media screen and (max-width:767px){.tgBot .banner{background-image:url(/static/media/banner-mob.2a86e8ab.svg);background-position:bottom;text-align:center;padding-bottom:170px}}.tgBot .banner__btn{margin-top:10px}.accordeon .accordeon__title{display:flex;justify-content:space-between;align-items:center}.accordeon .accordeon__btn{display:flex;font-size:18px;stroke:#fff;fill:transparent;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer}.accordeon .accordeon__btn .icon_more{display:inline-block;width:1em;height:1em;vertical-align:middle;margin:0}.accordeon .accordeon__content{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordeon .accordeon__content p+p{margin-top:15px}.accordeon.opened .accordeon__btn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordeon.opened .accordeon__content{transition:max-height .6s ease-in-out;max-height:1500px}.training{padding:60px 0 100px}@media screen and (max-width:767px){.training{padding:20px 10px}}.training__title{margin-bottom:35px}@media screen and (max-width:767px){.training__title{margin-bottom:15px}}.training__aside{width:345px;max-width:100%;flex-shrink:0;height:800px;background:rgba(143,149,172,.08);margin-right:30px;border-radius:4px;padding:30px 0;position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:1279px){.training__aside{width:230px;height:700px;top:25px}}@media screen and (max-width:767px){.training__aside{position:static;width:100%;height:auto}}.training__aside-header,.training__task-body{padding:0 40px}@media screen and (max-width:1279px){.training__aside-header,.training__task-body{padding:0 15px}}.training__container{display:flex}@media screen and (max-width:767px){.training__container{flex-direction:column}}.training__block{width:970px;max-width:100%}@media screen and (max-width:1279px){.training__block{min-width:480px;flex-grow:1}}@media screen and (max-width:767px){.training__block{width:100%;min-width:100%}}.training__aside-title{margin-bottom:15px;font-size:16px;line-height:20px;text-transform:none}.training__progress{margin-bottom:20px}.training__progress-bar{position:relative;width:100%;height:8px;background:rgba(143,149,172,.1);border-radius:5px;margin-bottom:5px}.training__progress-filler{position:absolute;left:0;max-width:100%;height:100%;border-radius:5px;background:#2cba2e;transition:width .3s}.training__progress-current{font-weight:700}.training__progress-total{color:#8f95ac}.training__place{margin-bottom:35px;color:#8f95ac}.training__current-place{display:block;margin-top:5px;color:#1e2030;font-size:16px;font-weight:700}.training__task-list{height:550px}@media screen and (max-width:767px){.training__task-list{height:100px}.training__task-list .training__task-body{display:flex;overflow-x:scroll}}.training__tooltip{position:absolute;top:0;left:0;right:0;bottom:0;padding:0 30px;color:#fff;background:#8f95ac;opacity:0;visibility:hidden}.training__task,.training__tooltip{display:flex;align-items:center;transition:all .3s;border-radius:4px}.training__task{background:rgba(143,149,172,.1);width:100%;height:50px;padding-left:20px;padding-right:15px;margin-bottom:5px;font-size:inherit;font-family:inherit;cursor:pointer}.training__task:last-of-type{margin-bottom:0}.training__task_current{background:#ff2d23;color:#fff}.training__task_inactive{color:rgba(143,149,172,.4)}.training__task_not-available{position:relative;background:rgba(143,149,172,.2);color:rgba(143,149,172,.4);cursor:default}.training__task_not-available:hover .training__tooltip{opacity:1;visibility:visible}@media screen and (max-width:1279px){.training__task{flex-direction:column;align-items:flex-start;justify-content:center}}@media screen and (max-width:767px){.training__task{width:160px;flex-shrink:0;height:100px;margin-right:5px;margin-bottom:0;padding:5px;align-items:center}.training__task:last-of-type{margin-right:0}}.training__task-date{margin-right:18px;color:#8f95ac}@media screen and (max-width:767px){.training__task-date{margin-right:0;font-size:13px;margin-top:3px}}.training__task_current .training__task-date{color:#fff}.training__task-name{font-weight:700}@media screen and (max-width:767px){.training__task-name{order:-1}}.training__task-result{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;margin-left:20px;border-radius:50%;background:rgba(143,149,172,.1)}.training__task-result svg.icon_x-mark{fill:#ff2d23}.training__task_current .training__task-result,.training__task_inactive .training__task-result,.training__task_not-available .training__task-result{display:none}.training__banner{display:flex;align-items:center;height:114px;padding:0 45px;background:rgba(143,149,172,.08) url(/static/media/banner.5f9d9c53.svg) no-repeat 100%;color:#1e2030}@media screen and (max-width:1599px){.training__banner{background-image:url(/static/media/banner-sm.f446621e.svg)}}@media screen and (max-width:1279px){.training__banner{height:100px;padding:0 30px}.training__banner .h4{max-width:265px}}@media screen and (max-width:1279px){.training__banner{background-image:url(/static/media/banner-xs.0f4cf33f.svg)}.training__banner .h4{max-width:35%}}.training__poll .poll{padding:0 0 0 25px;margin-top:0}.training__poll .poll__item:nth-child(odd){background:none}.training__poll .poll__item:nth-child(2n){background:rgba(143,149,172,.08)}.training__poll .poll__item:last-of-type{background:none;justify-content:flex-start!important}.training__poll .checkbox{align-items:flex-start}.training__poll .poll__submit{margin-left:0}@media screen and (max-width:1279px){.training__poll .poll__item{align-items:flex-start;flex-direction:column;padding:30px 15px}.training__poll .poll__item .poll__q{width:100%;margin-bottom:25px;margin-right:0}.training__poll .poll__item .poll__a{width:100%}}.training__poll .poll__submit_big-mb{margin-bottom:0}@media screen and (max-width:767px){.training__poll .poll{padding-left:0}.training__poll .radio__label{font-size:15px}.training__poll .poll__row{flex-direction:column}.training__poll .poll__elem{margin-right:0;margin-bottom:15px}.training__poll .poll__elem:last-of-type{margin-bottom:0}.training__poll .poll__q{margin-bottom:15px}.training__poll .poll__elem{width:100%}.training__poll .poll__box{width:100%;justify-content:flex-start;align-items:center}.training__poll .poll__half{width:100%;margin-bottom:15px}.training__poll .poll__half:last-of-type{margin-bottom:0}.training__poll .poll__row+.poll__row{margin-top:15px}.training__poll .poll__item{padding:30px}.training__poll .poll__submit{width:100%;height:44px}.training__poll .poll__social{order:-1;margin-right:10px}}.training__poll-header{display:flex;margin-top:50px;padding-bottom:35px;padding-left:45px;border-bottom:1px solid rgba(143,149,172,.2)}.training__poll-header_column{flex-direction:column}.training__poll-header_additional{margin-top:0;border-bottom:none;padding-bottom:0;padding-left:0}.training__poll-header_additional .training__poll-title{margin-bottom:15px}.training__poll-header_done{justify-content:center;align-items:center}.training__poll-header_done .h2{margin-top:50px}@media screen and (max-width:1279px){.training__poll-header{flex-direction:column;margin-top:25px;padding-bottom:25px;padding-left:30px}}@media screen and (max-width:767px){.training__poll-header{padding:0;border-bottom:none}}.training__poll-title{padding-right:20px}@media screen and (max-width:1279px){.training__poll-title{font-size:21px;line-height:24px}}@media screen and (max-width:767px){.training__poll-title{text-align:center;padding:0 10px}}.training__poll-timer{margin-left:auto;display:flex;flex-shrink:0}@media screen and (max-width:1279px){.training__poll-timer{margin-left:0;margin-top:25px;align-items:center}}@media screen and (max-width:767px){.training__poll-timer{border-radius:4px;background:rgba(143,149,172,.08);height:60px}.training__poll-timer div{display:flex;width:100%;justify-content:space-around;align-items:center}}.training__poll-clock{margin-right:12px}@media screen and (max-width:1279px){.training__poll-clock{width:30px;height:30px}}@media screen and (max-width:767px){.training__poll-clock{display:none}}.training__poll-sign{color:#8f95ac}@media screen and (max-width:767px){.training__poll-sign{font-size:15px}}.training__poll-time{display:block;padding-top:3px;color:#ff2d23;font-size:20px;font-weight:700}@media screen and (max-width:1279px){.training__poll-time{font-size:14px;padding-top:0}}@media screen and (max-width:767px){.training__poll-time{font-size:18px}}.training__question-box{padding:45px}.training__question-box:nth-of-type(2n){padding-top:30px;background:rgba(143,149,172,.08);border-radius:4px}@media screen and (max-width:1279px){.training__question-box{padding:30px}.training__question-box:nth-of-type(2n){margin-left:-10px;margin-right:-10px;padding-left:40px;padding-right:40px}}.training__q{display:flex;margin-bottom:30px;font-size:16px;line-height:20px;font-weight:700}.training__q span{margin-right:5px}@media screen and (max-width:1279px){.training__q{font-size:14px;line-height:18px}}@media screen and (max-width:767px){.training__q{font-size:15px;line-height:18px;margin-bottom:15px}}@media screen and (max-width:767px){.training__a{padding:0 20px}}.training__a .radio{margin-bottom:15px}.training__a .radio:last-of-type{margin-bottom:0}@media screen and (max-width:1279px){.training__a .radio{padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}.training__a .radio:last-of-type{padding-bottom:0;border:none}}.training__a .radio__box+.radio__label{padding-left:15px}@media screen and (max-width:1279px){.training__a .radio__box{margin-top:2px}}.training__submit{width:200px;margin-top:20px}@media screen and (max-width:1279px){.training__submit{margin-top:10px}}@media screen and (max-width:767px){.training__submit{width:100%}}.training__questions_results .training__q{margin-bottom:10px}.training__questions_results .training__result-text{margin-bottom:8px}.training__result{margin-top:20px;display:flex;justify-content:space-between;width:465px;max-width:100%}.training__result-box{display:flex;flex-direction:column}.training__result-text{display:block;margin-bottom:7px;color:#8f95ac}.training__result-counter{font-size:40px;font-weight:700;color:#8f95ac}.training__result-counter.positive{color:#2cba2e}.training__result-counter.negative{color:#ff2d23}.training__result-a{margin-top:15px;width:465px;max-width:100%}.training__q-label{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:4px;color:#fff;font-weight:700;line-height:1}.training__q-label.positive{background:#2cba2e}.training__q-label.negative{background:#ff2d23}.training__q-label .icon{margin-right:8px}.training__q-label .icon_x-mark{fill:#fff!important}.training__result-a-row{display:flex}.training__result-a-row .training__result-a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:40%;margin-right:100px}.training__additional{margin-top:20px;padding:30px 45px 45px;background:rgba(143,149,172,.08);border-radius:4px}@media screen and (max-width:1279px){.training__additional{margin-top:0}}@media screen and (max-width:767px){.training__additional{padding:25px 5px}}.training__additional .text-input{width:540px;max-width:100%;background:#fff}.training__additional .h4{margin-bottom:30px}.training__additional-box{width:640px;max-width:100%}.training__additional-counter{margin-right:15px}.training__additional-text{display:flex;font-size:16px;line-height:20px;font-weight:700}.training__download{margin-top:15px;margin-bottom:30px;margin-left:25px;background:#fff}.training__additional-text:not(:first-of-type){margin-bottom:25px}.training__additional-review{margin-top:35px;padding-left:45px}@media screen and (max-width:767px){.training__additional-review{margin-top:15px;padding:25px 5px}}.training__additional-review .h4{margin-bottom:22px}.training__review-info{display:flex;align-items:center;margin-bottom:10px}.training__review-info .training__result-text{margin-bottom:0}.training__review-info .info{margin-left:10px}.unsub{width:650px;margin:0 auto;max-width:100%}@media screen and (max-width:1279px){.unsub{padding:50px 0}}.unsub .not-found-content{width:100%;padding:0 15px}.unsub svg{max-width:80%}.unsub__title{color:#1e2030;margin-top:30px;margin-bottom:15px}@media screen and (max-width:767px){.unsub__title{margin-top:20px}}.unsub__second-text{color:#8f95ac;margin-bottom:35px;font-weight:300}.preview__header_bg+.section .unsub{margin-top:85px}@media screen and (max-width:1279px){.preview__header_bg+.section .unsub{margin-top:60px}}.zl{display:flex;flex-direction:column;position:relative;min-height:100vh;padding-top:20px}.zl:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0c170c;opacity:0;visibility:hidden;transition:none}.zl .swiper-pagination{display:flex;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.zl .swiper-pagination-bullet{display:flex;width:7px;height:7px;background:rgba(143,149,172,.2);border-radius:50%;margin-right:15px}.zl .swiper-pagination-bullet:last-of-type{margin-right:0}.zl .swiper-pagination-bullet-active{background:#8f95ac}.zl a:not(.zl__btn){color:inherit}.zl_overlay:after{opacity:.8;visibility:visible;z-index:2;transition:all .3s}.zl .caps{text-transform:uppercase;font-weight:700;font-size:12px;line-height:18px;letter-spacing:.3px}@media screen and (max-width:1279px){.zl .caps{font-size:11px}}.zl .text{font-size:16px;line-height:22px}@media screen and (max-width:1599px){.zl .text{font-size:14px;line-height:18px}}@media screen and (max-width:767px){.zl .text{font-size:15px;line-height:20px}}@media screen and (max-width:1279px){.zl .big-text{font-size:17px;line-height:22px}}@media screen and (max-width:767px){.zl .big-text{font-size:16px}}@media screen and (max-width:1599px){.zl .h2{font-size:28px;line-height:32px}}@media screen and (max-width:1279px){.zl .h2{font-size:20px;line-height:24px;font-size:18px;line-height:20px}}.zl .link{color:#1e2030;transition:all .3s}.zl .link:hover{color:rgba(30,32,48,.6)}.zl .link:active{color:rgba(30,32,48,.5)}.zl .next-slide,.zl .prev-slide{background:none;cursor:pointer}.zl .prev-slide img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.zl__header{position:-webkit-sticky;position:sticky;width:100%;top:0;z-index:2}@media screen and (max-width:767px){.zl__header{top:0;padding:10px 0;background:#fff}}.zl__container{width:1500px;padding:0 15px;max-width:100%;margin:0 auto}@media screen and (max-width:1599px){.zl__container{width:1230px}}@media screen and (max-width:1279px){.zl__container{width:750px}}@media screen and (max-width:767px){.zl__container{width:100%}}.zl__wrapper{width:calc(50% + 750px);margin-left:auto;padding-left:15px}@media screen and (max-width:1279px){.zl__wrapper{width:100%;padding-left:0;margin-left:0}}.zl__wrapper_reverse{margin-left:0;margin-right:auto;padding-left:0;padding-right:15px}.zl__bar{display:flex;justify-content:space-between;align-items:center;border-top-right-radius:4px;border-bottom-right-radius:4px}.zl__bar,.zl__logo{background:#fff}@media screen and (max-width:1599px){.zl__logo{height:40px}}@media screen and (max-width:1279px){.zl__logo{height:35px}}@media screen and (max-width:767px){.zl__logo{height:30px}}.zl__nav{display:flex;align-items:center;width:1155px;max-width:100%;border-radius:5px;background:#fff}@media screen and (max-width:1599px){.zl__nav{width:898px;height:45px}}@media screen and (max-width:1279px){.zl__nav{width:615px;height:40px}}@media screen and (max-width:767px){.zl__nav{height:30px;background:none}}.zl__nav-menu{display:flex;align-items:center;padding-left:40px;height:50px}@media screen and (max-width:767px){.zl__nav-menu{flex-direction:column;text-align:left;height:auto;padding-left:0}}.zl__nav-menu li{margin-right:100px}@media screen and (max-width:1599px){.zl__nav-menu li{margin-right:60px}}@media screen and (max-width:1279px){.zl__nav-menu li{margin-right:18px}}@media screen and (max-width:767px){.zl__nav-menu li{width:100%;margin-right:0;padding-top:12px;padding-bottom:10px;border-bottom:1px solid rgba(143,149,172,.1)}}.zl__nav-menu li:last-of-type{margin-right:0}@media screen and (max-width:767px){.zl__nav-menu li:last-of-type{border-bottom:0}}@media screen and (max-width:767px){.zl__mobile-nav{width:80%;position:fixed;top:0;right:0;bottom:0;display:flex;flex-direction:column;min-height:100vh;height:auto;padding:80px 22px 20px;background:#fff;text-align:left;-webkit-transform:translateX(2000px);transform:translateX(2000px);transition:all .9s;z-index:3}.zl__mobile-nav.opened{-webkit-transform:translateX(0);transform:translateX(0)}}.zl__mobile-nav .zl__burger{position:absolute;top:15px;right:15px}.zl__mobile-nav .zl__btn{width:100%;margin-top:auto}.zl__burger{display:none}@media screen and (max-width:767px){.zl__burger{display:flex;flex-direction:column;order:1;background:none;padding:0;margin-left:20px;width:19px;height:16px;position:relative;z-index:9}.zl__burger:after,.zl__burger:before{transition:all .3s}.zl__burger:after{content:"";width:100%;height:2px;background:#1e2030;box-shadow:0 6px,0 12px}.zl__burger.opened{margin-top:8px}.zl__burger.opened:before{content:"";width:18px;height:2px;background:#1e2030;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.zl__burger.opened:after{width:18px;box-shadow:none;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;top:-2px}}.zl__btn{display:flex;flex-shrink:0;justify-content:center;align-items:center;padding:0 45px;width:220px;height:50px;background:#2cba2e;border-radius:4px;color:#fff;font-weight:700;font-size:14px;line-height:14px;transition:background .3s}@media screen and (max-width:767px){.zl__btn{height:44px}}.zl__btn.caps{line-height:1}@media screen and (max-width:767px){.zl__btn.caps{font-size:12px}}.zl__btn:focus,.zl__btn:hover{background:#259e27}.zl__btn:active{background:#1e8220}.zl__callback-btn{margin-left:auto}@media screen and (max-width:1599px){.zl__callback-btn{width:205px;height:45px}}@media screen and (max-width:1279px){.zl__callback-btn{width:155px;height:40px}}@media screen and (max-width:767px){.zl__callback-btn{font-size:11px!important;height:30px;line-height:unset!important}}.zl__main{padding-top:245px;position:relative;background:url(/static/media/bg.2e9566c8.jpg) no-repeat 100% 0}@media screen and (max-width:1599px){.zl__main{background-size:75%;padding-top:210px}}@media screen and (max-width:1279px){.zl__main{background:url(/static/media/bg-sm.392b8348.png) no-repeat;background-position-x:right;background-position-y:135px;padding-top:140px;background-size:auto}}@media screen and (max-width:767px){.zl__main{padding-top:70px;background-size:contain}}.zl__label{display:block;margin-bottom:30px;color:#2cba2e;font-weight:700;font-size:15px;line-height:18px;letter-spacing:.3px;text-transform:uppercase}@media screen and (max-width:1279px){.zl__label{text-align:center}}@media screen and (max-width:767px){.zl__label{margin-bottom:15px;font-size:11px;line-height:18px}}.zl__h1{width:815px;max-width:100%;font-size:70px;line-height:1;font-weight:900}@media screen and (max-width:1599px){.zl__h1{width:590px;font-size:55px;line-height:55px}}@media screen and (max-width:1279px){.zl__h1{width:590px;text-align:center;margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.zl__h1{width:330px;font-size:28px;line-height:30px}}.zl__sub{margin-top:20px;font-size:21px;line-height:30px;color:#8f95ac}@media screen and (max-width:1279px){.zl__sub{text-align:center;margin-top:40px}}@media screen and (max-width:767px){.zl__sub{margin-top:15px}}.zl__panel{margin-top:130px;display:flex;width:1095px;height:80px;max-width:100%;background:#fff;box-shadow:0 4px 40px rgba(150,174,188,.25);font-weight:700;font-size:15px;line-height:26px;text-transform:uppercase}@media screen and (max-width:1599px){.zl__panel{width:865px;height:70px;margin-top:90px}}@media screen and (max-width:1279px){.zl__panel{width:100%;margin-top:530px}}@media screen and (max-width:767px){.zl__panel{flex-direction:column;margin-top:310px;font-size:12px;height:auto;align-items:center}}.zl__panel-label{flex-shrink:0;width:250px;max-width:100%;display:flex;align-items:center;justify-content:center;height:100%;border-right:1px solid rgba(143,149,172,.08)}@media screen and (max-width:1599px){.zl__panel-label{width:180px}}@media screen and (max-width:1279px){.zl__panel-label{width:145px}}@media screen and (max-width:767px){.zl__panel-label{padding-top:15px;padding-bottom:15px;color:#2cba2e}}.zl__panel-icon{stroke:#8f95ac;transition:all .3s;margin-top:-4px;margin-right:10px}@media screen and (max-width:767px){.zl__panel-icon{margin-right:0;margin-top:0}}.zl__panel-list{flex-grow:1;display:flex;padding-left:55px}@media screen and (max-width:1599px){.zl__panel-list{padding-left:22px}}@media screen and (max-width:767px){.zl__panel-list{padding:0}}.zl__panel-list li{width:250px;max-width:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1599px){.zl__panel-list li{width:182px;margin:0 12px}}@media screen and (max-width:1279px){.zl__panel-list li{width:160px}}@media screen and (max-width:767px){.zl__panel-list li{width:95px}}.zl__panel-list button{cursor:pointer;display:flex;justify-content:center;align-items:center;height:100%;padding:5.5px 40px 0;border-bottom:5.5px solid #2cba2e;background:none;font:inherit;text-transform:uppercase;transition:all .3s}@media screen and (max-width:1599px){.zl__panel-list button{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.zl__panel-list button{flex-direction:column}}.zl__panel-list button:focus,.zl__panel-list button:hover{color:#259e27}.zl__panel-list button:focus .zl__panel-icon,.zl__panel-list button:hover .zl__panel-icon{stroke:#259e27}.zl__panel-list button:active{color:#1e8220}.zl__panel-list button:active .zl__panel-icon{stroke:#1e8220}.zl__panel-list img{margin-right:10px;margin-bottom:3px}@media screen and (max-width:767px){.zl__panel-list img{margin-right:0}}.zl__title{font-weight:900;font-size:55px;line-height:55px;color:#e7ebef}@media screen and (max-width:1599px){.zl__title{font-size:45px;line-height:45px}}@media screen and (max-width:1279px){.zl__title{font-size:40px;line-height:40px}}@media screen and (max-width:767px){.zl__title{font-size:24px;line-height:24px}}.zl__descr{padding:100px 0}@media screen and (max-width:1599px){.zl__descr{padding:70px 0}}@media screen and (max-width:1279px){.zl__descr{padding:90px 0 70px}}@media screen and (max-width:767px){.zl__descr{padding:60px 0}}.zl__ml{padding-left:125px}@media screen and (max-width:1599px){.zl__ml{padding-left:100px}}@media screen and (max-width:1279px){.zl__ml{padding-left:65px}}@media screen and (max-width:767px){.zl__ml{padding-left:0}}.zl__descr-title{width:675px;max-width:100%;margin-bottom:20px}@media screen and (max-width:1279px){.zl__descr-title{width:467px}}.zl__block{display:flex;padding-bottom:70px}@media screen and (max-width:767px){.zl__block{flex-direction:column}}@media screen and (max-width:1599px){.zl__block-img{width:590px}}@media screen and (max-width:1279px){.zl__block-img{width:355px}}.zl__block-box{width:472px;max-width:100%;margin-left:125px;display:flex;flex-direction:column}@media screen and (max-width:1599px){.zl__block-box{margin-left:70px}}@media screen and (max-width:1279px){.zl__block-box{margin-left:40px}}@media screen and (max-width:767px){.zl__block-box{margin-left:0;margin-top:15px}}.zl__block-label{display:block;margin-bottom:25px;color:#2cba2e;margin-top:auto}.zl__block-title{margin-bottom:20px;font-weight:900}.zl__block-anchors{margin-top:45px;display:flex;align-items:center;margin-bottom:auto}@media screen and (max-width:1279px){.zl__block-anchors{flex-direction:column;align-items:flex-start;margin-top:25px}.zl__block-anchors .zl__link{margin-top:10px}}.zl__block-btn{margin-right:30px}@media screen and (max-width:767px){.zl__block-btn{margin-right:0;width:100%}}.link.zl__link{font-weight:700;color:#2cba2e;transition:all .3s}.link.zl__link:hover{color:#259e27}.link.zl__link:active{color:#1e8220}.zl__houses{display:flex}@media screen and (max-width:767px){.zl__houses{flex-direction:column}}.zl__houses-box{display:flex;flex-direction:column;width:750px;max-width:100%;flex-shrink:0;background:url(/static/media/gradient.98ce7570.png) no-repeat}@media screen and (max-width:1599px){.zl__houses-box{width:590px}}@media screen and (max-width:1279px){.zl__houses-box{width:356px}}@media screen and (max-width:767px){.zl__houses-box{width:100%}}.zl__houses-content{width:470px;max-width:100%;margin:auto;color:#fff}@media screen and (max-width:1599px){.zl__houses-content{width:350px}}@media screen and (max-width:1279px){.zl__houses-content{width:250px}}@media screen and (max-width:767px){.zl__houses-content{width:100%;padding:40px 20px}}.zl__houses-content p+p{margin-top:20px}.zl__houses-title{margin-bottom:20px}.zl__houses-btn{margin-top:30px}@media screen and (max-width:767px){.zl__houses-btn{width:100%}}.zl__houses-slide{position:relative;margin-right:-1px}.zl__houses-slide img{width:100%;height:576px;object-fit:cover}@media screen and (max-width:1599px){.zl__houses-slide img{height:500px}}@media screen and (max-width:1279px){.zl__houses-slide img{height:446px}}@media screen and (max-width:767px){.zl__houses-slide img{height:350px}}.zl__houses-name{position:absolute;left:30px;bottom:40px;color:#fff;display:flex;align-items:center}.zl__houses-name span{margin-right:20px}.zl__houses-name img{width:40px;height:40px}@media screen and (max-width:1279px){.zl__houses_with-love{flex-direction:column}}.zl__houses_with-love .zl__houses-box{background:rgba(143,149,172,.08)}@media screen and (max-width:1279px){.zl__houses_with-love .zl__houses-box,.zl__houses_with-love .zl__houses-slider{width:100%}}.zl__houses_with-love .zl__houses-content{color:#1e2030}@media screen and (max-width:1279px){.zl__houses_with-love .zl__houses-content{display:flex;flex-direction:column;align-items:center;width:100%;padding:50px 65px;text-align:center;padding:40px 20px;text-align:left}}.zl__build{padding-top:80px;padding-bottom:40px}@media screen and (max-width:1599px){.zl__build{padding-bottom:60px}}@media screen and (max-width:1279px){.zl__build{padding-bottom:30px}}@media screen and (max-width:767px){.zl__build{padding-top:40px}}.zl__build-title{width:646px;max-width:100%}.zl__build-scheme{position:relative;display:flex;align-items:center;flex-direction:column}@media screen and (max-width:1599px){.zl__build-scheme{padding-bottom:130px}}@media screen and (max-width:1279px){.zl__build-scheme{align-items:flex-start}}@media screen and (max-width:767px){.zl__build-scheme{padding-top:200px;padding-bottom:220px}}.zl__build-img{position:relative;top:-120px;right:80px}@media screen and (max-width:1599px){.zl__build-img{width:670px;max-width:100%;top:0;right:30px}}@media screen and (max-width:1279px){.zl__build-img{width:505px;right:auto;left:0;top:20px}}@media screen and (max-width:767px){.zl__build-img{width:330px;top:0;width:100%}}@media screen and (max-width:1599px){.zl__build-pic{width:140px}}@media screen and (max-width:1279px){.zl__build-pic{width:100px}}.zl__build-text{margin-top:10px;color:#8f95ac}.zl__counter{width:38px;height:38px;justify-content:center;color:#fff;font-size:14px;line-height:1;border-radius:50%;background:#2cba2e}.zl__build-box,.zl__counter{display:flex;align-items:center}@media screen and (max-width:767px){.zl__build-box{flex-direction:column}}.zl__build-box .zl__build-text{display:none}@media screen and (max-width:767px){.zl__build-box .zl__build-text{display:block}}.zl__build-item{position:absolute;display:flex;flex-direction:column}.zl__build-line{width:205px;height:1px;background:#2cba2e}.zl__build-item_1{top:100px;left:0}@media screen and (max-width:1599px){.zl__build-item_1{top:120px}}@media screen and (max-width:1279px){.zl__build-item_1{left:-60px}}@media screen and (max-width:767px){.zl__build-item_1{left:0;top:20px}}.zl__build-item_1 .zl__build-text{width:136px}@media screen and (max-width:767px){.zl__build-item_1 .zl__build-text{width:140px;padding-left:20px}}@media screen and (max-width:767px){.zl__build-item_1 .zl__build-box+.zl__build-text{display:none}}.zl__build-item_1 .zl__build-line{margin-left:10px}@media screen and (max-width:1599px){.zl__build-item_1 .zl__build-line{width:186px}}@media screen and (max-width:1279px){.zl__build-item_1 .zl__build-line{width:111px}}@media screen and (max-width:767px){.zl__build-item_1 .zl__build-line{width:1px;height:114px;order:1;margin-top:5px;margin-left:0}}@media screen and (max-width:767px){.zl__build-item_1 .zl__build-counter{order:2}}.zl__build-item_2{left:260px;bottom:0}@media screen and (max-width:1599px){.zl__build-item_2{left:240px}}@media screen and (max-width:1279px){.zl__build-item_2{left:10px;left:0;bottom:40px}}.zl__build-item_2 .zl__build-counter{order:-1}.zl__build-item_2 .zl__build-pic{order:1}.zl__build-item_2 .zl__build-box{flex-direction:column}.zl__build-item_2 .zl__build-text{width:213px;padding-left:10px}@media screen and (max-width:767px){.zl__build-item_2 .zl__build-text{width:140px;padding-left:20px}}.zl__build-item_2 .zl__build-line{margin-bottom:10px;width:1px;height:140px}@media screen and (max-width:1599px){.zl__build-item_2 .zl__build-line{height:104px}}@media screen and (max-width:1279px){.zl__build-item_2 .zl__build-line{height:62px}}@media screen and (max-width:767px){.zl__build-item_2 .zl__build-line{height:56px}}.zl__build-item_3{right:45px;top:90px}@media screen and (max-width:1599px){.zl__build-item_3{right:95px;top:130px}}@media screen and (max-width:1279px){.zl__build-item_3{right:10px;top:60px}}@media screen and (max-width:767px){.zl__build-item_3{right:30px;top:20px}}.zl__build-item_3 .zl__build-counter{order:-1}@media screen and (max-width:767px){.zl__build-item_3 .zl__build-counter{order:1}}.zl__build-item_3 .zl__build-pic{order:1}@media screen and (max-width:767px){.zl__build-item_3 .zl__build-pic{order:-1}}@media screen and (max-width:767px){.zl__build-item_3 .zl__build-box+.zl__build-text{display:none}}.zl__build-item_3 .zl__build-line{margin-right:10px}@media screen and (max-width:1599px){.zl__build-item_3 .zl__build-line{width:122px}}@media screen and (max-width:1279px){.zl__build-item_3 .zl__build-line{width:90px}}@media screen and (max-width:767px){.zl__build-item_3 .zl__build-line{width:1px;height:90px;margin-right:0}}.zl__build-item_3 .zl__build-text{width:213px;text-align:right;margin-left:auto}@media screen and (max-width:767px){.zl__build-item_3 .zl__build-text{width:150px;text-align:left;padding-left:20px}}.zl__build-item_4{bottom:0;right:350px}@media screen and (max-width:1599px){.zl__build-item_4{right:270px}}@media screen and (max-width:1279px){.zl__build-item_4{right:120px;bottom:20px}}@media screen and (max-width:767px){.zl__build-item_4{right:10px;bottom:40px}}.zl__build-item_4 .zl__build-counter{order:-1}.zl__build-item_4 .zl__build-pic{order:1}.zl__build-item_4 .zl__build-box{flex-direction:column}.zl__build-item_4 .zl__build-text{width:271px;padding-left:40px}@media screen and (max-width:767px){.zl__build-item_4 .zl__build-text{width:140px;padding-left:20px}}.zl__build-item_4 .zl__build-line{margin-bottom:10px;width:1px;height:81px}@media screen and (max-width:1599px){.zl__build-item_4 .zl__build-line{height:48px}}@media screen and (max-width:1279px){.zl__build-item_4 .zl__build-line{height:15px}}@media screen and (max-width:767px){.zl__build-item_4 .zl__build-line{height:20px}}.zl__tradein_bg{background:url(/static/media/bg-2.dca8409d.jpg) no-repeat;background-position:right -80%}@media screen and (max-width:1279px){.zl__tradein_bg{background:none}}@media screen and (max-width:1279px){.zl__tradein-title_width{width:286px}}.zl__tradein-sub{margin-top:35px;width:845px;max-width:100%}@media screen and (max-width:1599px){.zl__tradein-sub{width:620px;margin-top:25px}}@media screen and (max-width:1279px){.zl__tradein-sub{width:424px}}.zl__tradein-item{position:relative;width:285px}@media screen and (max-width:1279px){.zl__tradein-item{width:250px}}@media screen and (max-width:767px){.zl__tradein-item{margin:0 auto}}.zl__tradein-item:after{content:"";display:flex;position:absolute;top:110px;right:-50px;width:42px;height:15px;background:url(/static/media/arrow.c6b1b948.svg) no-repeat 100% 0}@media screen and (max-width:767px){.zl__tradein-item:after{display:none!important}}@media screen and (max-width:1279px){.zl__tradein-item_1{order:1}}@media screen and (max-width:1279px){.zl__tradein-item_2{order:2}.zl__tradein-item_2:after{display:none}}.zl__tradein-item_3:after{display:none}@media screen and (max-width:1279px){.zl__tradein-item_3{order:4}}.zl__tradein-item_4{order:2}.zl__tradein-item_4:after{display:none}@media screen and (max-width:1279px){.zl__tradein-item_4{order:3}.zl__tradein-item_4:after{display:block;background:url(/static/media/arrow-2.8f3761c7.svg) no-repeat 100% 0}}.zl__tradein-item_5{order:1}.zl__tradein-item_5:after{background:url(/static/media/arrow-2.8f3761c7.svg) no-repeat 100% 0}@media screen and (max-width:1279px){.zl__tradein-item_5{order:5}.zl__tradein-item_5:after{background:url(/static/media/arrow.c6b1b948.svg) no-repeat 100% 0}}.zl__tradein-item_6:after{background:url(/static/media/arrow-2.8f3761c7.svg) no-repeat 100% 0}@media screen and (max-width:1279px){.zl__tradein-item_6{order:6}.zl__tradein-item_6:after{display:none}}.zl__tradein-text{font-weight:700;font-size:16px;line-height:20px}.zl__tradein-list{padding-right:100px;margin-top:50px;padding-bottom:40px;display:grid;justify-content:space-between;grid-template-columns:repeat(3,285px);grid-gap:50px 0}@media screen and (max-width:1599px){.zl__tradein-list{padding-right:30px}}@media screen and (max-width:1279px){.zl__tradein-list{grid-gap:50px 140px;justify-content:start;padding-right:0;grid-template-columns:repeat(2,240px)}}@media screen and (max-width:767px){.zl__tradein-list{position:relative}.zl__tradein-list .swiper-container{padding-bottom:30px}}@media screen and (max-width:1279px){.zl__tradein-list_with-5 .zl__tradein-item_5:after{display:none}}@media screen and (max-width:767px){.zl__tradein-list{display:block}}.zl__tradein-counter{position:absolute;top:100px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.zl__tradein-img{margin-bottom:30px}@media screen and (max-width:767px){.zl__tradein-img{display:block;margin-left:auto;margin-right:auto}}.zl__about-left{width:625px;flex-shrink:0;background:none;padding:90px 0}@media screen and (max-width:1599px){.zl__about-left{width:500px;padding:80px 0}}@media screen and (max-width:1279px){.zl__about-left{width:100%;padding:40px 60px 20px}}@media screen and (max-width:767px){.zl__about-left{padding:0}}.zl__about-left .zl__houses-content{width:435px}@media screen and (max-width:1599px){.zl__about-left .zl__houses-content{width:370px}}@media screen and (max-width:1279px){.zl__about-left .zl__houses-content{width:100%}}.zl__about-box{background:url(/static/media/gradient-2.b7a050cf.png) no-repeat;background-size:cover}@media screen and (max-width:1279px){.zl__about-box{flex-direction:column}}.zl__about-list{margin-top:60px;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1279px){.zl__about-list{flex-wrap:nowrap}}@media screen and (max-width:767px){.zl__about-list{flex-wrap:wrap}}.zl__about-item{width:200px}.zl__about-item:first-child,.zl__about-item:nth-child(2){margin-bottom:50px}@media screen and (max-width:767px){.zl__about-item:first-child,.zl__about-item:nth-child(2){margin-bottom:25px}}@media screen and (max-width:1599px){.zl__about-item{width:170px}}@media screen and (max-width:1279px){.zl__about-item{width:140px}}@media screen and (max-width:767px){.zl__about-item{width:160px}}.zl__about-value{display:block;margin-bottom:10px;font-weight:900}.zl__about-anchors{display:flex;align-items:center;margin-top:60px}@media screen and (max-width:1279px){.zl__about-anchors{margin-top:0;padding:30px 0;justify-content:center}}@media screen and (max-width:767px){.zl__about-anchors{padding:25px 0;flex-direction:column}}.zl__about-btn{width:270px}.zl__about-right{position:relative;color:#fff;display:flex;flex-grow:1}.zl__about-right:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(143,149,172,.15)}@media screen and (max-width:1279px){.zl__about-right{width:100%;padding:40px 60px}}@media screen and (max-width:767px){.zl__about-right{width:100%;padding:40px 20px}}.zl__about-checklist{position:relative;display:flex;margin:auto;width:610px;max-width:100%;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1599px){.zl__about-checklist{width:500px}}@media screen and (max-width:1279px){.zl__about-checklist{width:100%}}.zl__about-checkitem{width:270px}@media screen and (max-width:1599px){.zl__about-checkitem{width:230px}}@media screen and (max-width:1279px){.zl__about-checkitem{width:290px}}@media screen and (max-width:767px){.zl__about-checkitem{width:100%}}.zl__about-checkitem:first-child,.zl__about-checkitem:nth-child(2){margin-bottom:40px}@media screen and (max-width:767px){.zl__about-checkitem:nth-child(n){margin-bottom:30px}.zl__about-checkitem:last-child{margin-bottom:0}}.zl__about-h4{position:relative;padding-top:70px;margin-bottom:20px}@media screen and (max-width:767px){.zl__about-h4{padding-top:55px}}.zl__about-h4:before{content:"";width:38px;height:39px;display:block;position:absolute;top:0;left:0;background:url(/static/media/check.08f8705e.svg) no-repeat}.zl__manager{margin-top:95px;display:flex;flex-direction:column;align-items:center;padding:0 15px}@media screen and (max-width:1599px){.zl__manager{margin-top:80px}}@media screen and (max-width:1279px){.zl__manager{margin-top:60px}}@media screen and (max-width:767px){.zl__manager{margin-top:40px}}.zl__manager-text{text-align:center}.zl__manager-avatar{margin-bottom:30px}@media screen and (max-width:1279px){.zl__manager-avatar{width:120px}}.zl__manager-name{margin-top:55px}@media screen and (max-width:1599px){.zl__manager-name{margin-top:35px}}.zl__manager-position{margin-top:5px;color:#8f95ac}@media screen and (max-width:767px){.zl__manager-position{width:232px;margin-left:auto;margin-right:auto;text-align:center}}.zl__tradein-item_empty:after{display:none}@media screen and (max-width:1279px){.zl__tradein-item_empty{order:9}}@media screen and (max-width:767px){.zl__tradein-item_empty{display:none}}.zl__team{display:flex;background:rgba(143,149,172,.08)}@media screen and (max-width:1279px){.zl__team{flex-direction:column;position:relative}}.zl__team-slider{width:1035px;max-width:100%}@media screen and (max-width:1599px){.zl__team-slider{width:900px}}@media screen and (max-width:1279px){.zl__team-slider{width:100%}}.zl__team-nav{margin-top:50px;display:flex}@media screen and (max-width:1599px){.zl__team-nav{margin-right:0;margin-top:30px}}@media screen and (max-width:1279px){.zl__team-nav{margin-top:0}}.zl__team-nav .prev-slide{margin-right:20px;padding:0}@media screen and (max-width:1599px){.zl__team-nav .prev-slide{margin-right:15px}}@media screen and (max-width:1279px){.zl__team-nav .prev-slide{width:55px;display:none}}.zl__team-nav .next-slide{padding:0}@media screen and (max-width:1279px){.zl__team-nav .next-slide{width:55px;position:absolute;z-index:2;bottom:270px;right:210px}}@media screen and (max-width:767px){.zl__team-nav .next-slide{bottom:auto;right:15px;top:125px}}@media screen and (max-width:1599px){.zl__houses-sup{margin-top:auto}}.zl__team-block{flex-grow:1;padding-left:125px;padding-top:80px;padding-right:80px;width:375px;max-width:100%}@media screen and (max-width:1599px){.zl__team-block{width:300px;padding-left:100px}}@media screen and (max-width:1279px){.zl__team-block{width:100%;text-align:center;padding:40px 0}}@media screen and (max-width:767px){.zl__team-block{padding-top:30px;padding-bottom:30px}}.zl__team-item{position:relative;color:#fff}.zl__team-item_with-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(0,#000,transparent)}@media screen and (max-width:767px){.zl__team-item img{width:100%;max-height:550px;object-fit:cover}}.zl__team-img{width:345px;height:500px;object-fit:cover}@media screen and (max-width:1599px){.zl__team-img{width:300px;height:435px}}@media screen and (max-width:1279px){.zl__team-img{width:240px;height:347px}}@media screen and (max-width:767px){.zl__team-img{width:384px;height:550px}}.zl__team-content{width:100%;position:absolute;bottom:0;padding:0 35px 35px;z-index:1}@media screen and (max-width:1279px){.zl__team-content{padding:0 20px 20px}}.zl__team-name{display:block;margin-bottom:5px}.zl__exp{display:inline-flex;align-items:center;margin-top:15px;height:28px;padding:0 10px;background:#2cba2e;border-radius:4px}.zl__houses_diplomas{margin-top:85px;background:none}@media screen and (max-width:767px){.zl__houses_diplomas{margin-top:40px;position:relative}}.zl__houses_diplomas .zl__houses-box{background:none}.zl__houses_diplomas .next-slide{display:inline-flex;position:static;margin-top:35px}@media screen and (max-width:767px){.zl__houses_diplomas .next-slide{position:absolute;right:15px;bottom:270px;z-index:2;width:55px;height:55px;padding:0}}@media screen and (max-width:767px){.zl__houses_diplomas .zl__houses-slider{order:1;margin-top:35px}}.zl__houses-slider{width:720px;max-width:100%}@media screen and (max-width:1599px){.zl__houses-slider{width:600px}}@media screen and (max-width:1279px){.zl__houses-slider{width:364px}}@media screen and (max-width:767px){.zl__houses-slider{width:100%}}.zl__houses-slider .next-slide{position:absolute;top:35px;z-index:2;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:none;cursor:pointer}@media screen and (max-width:1279px){.zl__houses-slider .next-slide{-webkit-transform:none;transform:none;left:auto;right:25px;width:55px;height:55px}}.zl__houses-slider_with-love .next-slide{left:auto;right:35px;-webkit-transform:none;transform:none}.zl__houses-right{width:750px;max-width:100%;display:flex;flex-direction:column}.zl__houses-right .zl__block-box{margin:auto 70px}@media screen and (max-width:1279px){.zl__houses-right .zl__block-box{width:325px;margin-left:auto;margin-right:0}}.zl__placeholder{width:100%;height:425px;background:rgba(143,149,172,.08)}.zl__reviews-title{margin-bottom:60px}@media screen and (max-width:1279px){.zl__reviews-title{margin-bottom:30px}}.zl__footer{display:flex}@media screen and (max-width:767px){.zl__footer{flex-direction:column}}.zl__footer p.zl__footer-item,.zl__footer p.zl__footer-item+p.zl__footer-item{margin-top:30px}.zl__footer a{color:inherit;transition:all .3s}.zl__footer a:focus,.zl__footer a:hover{color:#259e27}.zl__footer a:active{color:#1e8220}.zl__footer-block{width:50%}@media screen and (max-width:767px){.zl__footer-block{width:100%}}.zl__footer-contacts{padding:120px 0 110px;background:url(/static/media/gradient.98ce7570.png) no-repeat}@media screen and (max-width:1279px){.zl__footer-contacts{padding:0;display:flex}}.zl__h4{font-weight:700;font-size:20px;line-height:26px}@media screen and (max-width:1279px){.zl__h4{font-size:14px;line-height:18px}}.zl__map{position:relative}.zl__map iframe{border:none}@media screen and (max-width:1279px){.zl__map iframe{height:400px}}@media screen and (max-width:767px){.zl__map iframe{height:220px}}@media screen and (max-width:767px){.zl__map{order:-1}}.zl__map-img{width:100%;height:539px;object-fit:cover}.zl__map-pin{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1279px){.zl__about-title{text-align:center;width:480px;max-width:100%;margin-left:auto;margin-right:auto}}.zl__about-socials{display:flex;margin-left:40px}@media screen and (max-width:767px){.zl__about-socials{margin-left:0;margin-top:25px}}.zl__social{position:relative;display:inline-flex;width:38px;height:38px;justify-content:center;align-items:center;border-radius:50%}.zl__social:first-of-type{margin-right:20px}.zl__social:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(44,186,46,.2);border-radius:50%}.zl__social img{position:relative}.modal_zl .modal__close-outer{background:#2cba2e}.modal_zl .modal__close-outer:focus,.modal_zl .modal__close-outer:hover{background:#259e27}.modal_zl .modal__close-outer:active{background:#1e8220}.modal_zl .modal__inner{border-radius:20px;padding-top:70px;padding-bottom:80px}.modal_zl .modal__shadow{opacity:.8}.zl-form__item+.zl-form__item{margin-top:10px}.zl-form .checkbox__box{order:0}.zl-form .checkbox__box+.checkbox__label{padding-left:14px}.zl-form .checkbox{margin-top:20px;align-items:flex-start}.zl-form__submit{background:#2cba2e}.zl-form__submit:focus,.zl-form__submit:hover{background:#259e27}.zl-form__submit:active{background:#1e8220}.zl-form__link{color:#2cba2e}.zl-form__link:focus,.zl-form__link:hover{color:#259e27}.zl-form__link:active{color:#1e8220}.zl-form__submit{display:block;width:220px;margin-top:30px;margin-left:auto;margin-right:auto}.zl-form__title{font-weight:900;margin-bottom:40px}@media screen and (max-width:767px){.zl-form__title{display:none}}.body-map .back-top,.body-map .notification,.body-map aside.panel,.body-map footer.footer,.body-map header.header{display:none}@media screen and (max-width:767px){.sf_inner-public+.section{margin-top:60px}}.sf-mobile{display:flex;flex-direction:column}.sf-mobile .sf__filter-btns{margin-top:auto}.sf-mobile .button__mobile-filters{font-weight:700;color:#1e2030}.sf-mobile .mobile-filters__content{flex-grow:1;display:flex;flex-direction:column}.sf-mobile .sf__filter-block{flex-grow:1;padding:0 10px 25px}.sf-mobile .sf__filter-btn{background-color:#ff2d23;background-color:var(--colorButton,#ff2d23);color:#fff;color:var(--colorButtonText,#fff)}.sf-mobile .sf__filter-btn:hover{background-color:#ff2d23;background-color:var(--colorHover,#ff2d23)}.sf-mobile .sf__filter-btn:disabled{opacity:.8}.sf-mobile .sf__clear-filter-btn:hover{color:#ff2d23;color:var(--colorHover,#ff2d23)}.sf .swiper-pan .swiper-container:not(.swiper-thumbs){border-radius:0}.sf .flats__row{border-radius:20px}.sf .table2 .flats__row.is-active{margin-bottom:15px}.sf .css-1ry5b51{display:none}.sf .index-search__show-booked{margin-bottom:0}.sf .table2:first-of-type{padding-top:0}.sf .complex__title-text{margin-left:35px}.sf .toggler:not(.opened):before{background-color:#1e2030;background-color:var(--colorHeaderText,#1e2030);box-shadow:0 7px 0 0 #1e2030,0 14px 0 0 #1e2030;box-shadow:0 7px 0 0 var(--colorHeaderText,#1e2030),0 14px 0 0 var(--colorHeaderText,#1e2030)}.sf .button_view_ghost.is-active{background-color:#ff2d23;background-color:var(--colorButton,#ff2d23)}.sf .map-circle-text{color:#fff;color:var(--colorButtonText,#fff)}.sf #dist-map-container [class*=-hint],.sf #myMap [class*=-hint]{background-color:#ff2d23;background-color:var(--colorButton,#ff2d23);color:#fff;color:var(--colorButtonText,#fff)}.sf #dist-map-container [class*=-hint]:after,.sf #myMap [class*=-hint]:after{width:0;height:0;border-top:13px solid #ff2d23;border-top:13px solid var(--colorButton,#ff2d23);border-left:13px solid transparent;background-image:none}.sf .simplebar-scrollbar:before{background-color:#ff2d23;background-color:var(--colorButton,#ff2d23)}.sf .sf__header{background-color:#f6f7f8;background-color:var(--colorHeader,#f6f7f8)}.sf .sf__header,.sf .sf__header-item a{color:#1e2030;color:var(--colorHeaderText,#1e2030)}.sf .sf__header-item a:hover{color:#ff2d23;color:var(--colorHover,#ff2d23)}.sf .mobile-slide-menu,.sf .mobile-slide-menu a{color:#1e2030}.sf .mobile-slide-menu a:hover{color:#ff2d23}.sf .sf__filter-btns svg path{fill:#ff2d23;fill:var(--colorButton,#ff2d23)}.sf .sf__filter-btn{background-color:#ff2d23;background-color:var(--colorButton,#ff2d23);color:#fff;color:var(--colorButtonText,#fff)}.sf .sf__filter-btn:hover{background-color:#ff2d23;background-color:var(--colorHover,#ff2d23)}.sf .sf__filter-btn:disabled{opacity:.8}.sf .sf__clear-filter-btn:hover{color:#ff2d23;color:var(--colorHover,#ff2d23)}@media screen and (max-width:1599px){.sf.wrapper{padding:0 20px}}@media screen and (max-width:767px){.sf.wrapper{padding:0 10px}}.sf .ymaps-2-1-79-copyright__wrap,.sf .ymaps-2-1-79-map-copyrights-promo{display:none!important}.sf .ymaps-2-1-79-user-selection-none,.sf .ymaps_maps-button{box-shadow:none}.sf--apt-modal .sf__elems{display:flex;grid-gap:0;gap:0}.sf--apt-modal .sf__elems .sf__elem-btn{width:auto;margin-right:25px}@media screen and (max-width:1023px){.sf--apt-modal .sf__elems .sf__elem-btn{margin-right:15px}}.sf--apt-modal .sf__elems .sf__elem-btn:last-child{margin-right:0}@media screen and (max-width:1023px){.sf--apt-modal .sf__elems .sf__elem-btn:last-child{margin-left:-15px}}.sf .sf-slider--with-border .swiper-container:not(.swiper-thumbs){border-radius:20px}.sf-card{color:inherit}.sf__h1{margin-top:40px}@media screen and (max-width:1599px){.sf__h1{margin-top:30px}}@media screen and (max-width:1279px){.sf__h1{margin-top:28px}}@media screen and (max-width:767px){.sf__h1{margin-top:80px}}@media screen and (max-width:767px){.sf__h1+.sf__row{margin-top:15px}}.sf__header{margin-top:30px;display:flex;align-items:center;background-color:#f6f7f8;color:#1e2030;border-radius:20px;padding:20px 60px 20px 20px}@media screen and (max-width:767px){.sf__header{margin-top:0;padding:10px 20px;height:50px;position:fixed;z-index:2;top:14px;left:10px;right:10px}}.sf__header-manager{margin-left:20px;margin-right:auto}@media screen and (max-width:1023px){.sf__header-manager{max-width:230px}}@media screen and (max-width:767px){.sf__header-manager{margin-left:12px;max-width:100%}}.sf__header-item{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap}.sf__header-item a{color:#1e2030;transition:all .3s}@media screen and (max-width:767px){.sf__header-info{margin-left:35px;margin-right:35px;padding-bottom:15px;border-bottom:1px solid rgba(143,149,172,.2)}}.sf__header-info+.sf__header-info{margin-left:100px}@media screen and (max-width:1023px){.sf__header-info+.sf__header-info{margin-left:70px}.sf__header-info+.sf__header-info a{max-width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media screen and (max-width:767px){.sf__header-info+.sf__header-info{margin-left:35px;margin-top:17px;border-bottom:none}}.sf__logo{display:flex;height:40px;flex-shrink:0}.sf__logo img{height:auto;max-height:100%}@media screen and (max-width:1279px){.sf__logo{height:28px}}.sf__tags{margin-top:0;margin-bottom:25px;display:flex;flex-wrap:wrap;grid-row-gap:10px;row-gap:10px}@media screen and (max-width:1279px){.sf__filter+.sf__filter-btn,.sf__tags+.sf__filter-btn{margin-top:15px}}.sf__tag{flex-shrink:0;font-size:13px;padding:5px 10px;background-color:#f6f7f8;border-radius:20px;color:#8f95ac;margin-right:9px}.sf__tag:last-of-type{margin-right:0}.sf__tag span{color:#2c2e3e}.sf__tag_clear{background-color:#fff}.sf__tag-filter{margin-right:0}.sf__tag-exclude{margin-right:0;background-color:#ffe6e5}.sf__tag-close{margin-left:10px;cursor:pointer;background-color:initial}.sf__row{margin-top:35px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.sf__row .sf__btn{background-color:#f6f7f8;color:#2c2e3e}.sf__row .sf__btn:hover{background-color:#ecedf0}}@media screen and (max-width:1279px){.sf__row.sf__row_adaptive{margin-top:20px}}@media screen and (max-width:767px){.sf__header+.sf__row{margin-top:85px}}.sf__sort{display:flex;align-items:center;font-size:14px}.sf__sort svg{margin-right:10px}.sf__cards-list{margin-top:20px;margin-bottom:50px;display:grid;grid-template-columns:repeat(3,470px);justify-content:space-between;grid-row-gap:40px;row-gap:40px;grid-gap:40px;gap:40px}@media screen and (max-width:1599px){.sf__cards-list{grid-template-columns:repeat(3,1fr);grid-row-gap:36px;row-gap:36px;grid-gap:20px;gap:20px}}@media screen and (max-width:1023px){.sf__cards-list{grid-template-columns:repeat(2,2fr);grid-gap:20px;gap:20px}}@media screen and (max-width:1279px){.sf__cards-list{grid-row-gap:20px;row-gap:20px}}@media screen and (max-width:767px){.sf__cards-list{margin-top:20px;grid-template-columns:100%;grid-row-gap:20px;row-gap:20px}}.sf__cards-list_dubai-complex-list{margin-top:15px}@media screen and (max-width:1279px){.sf__cards-list_dubai-complex-list{grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}}@media screen and (max-width:1023px){.sf__cards-list_dubai-complex-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.sf__cards-list_dubai-complex-list{grid-template-columns:repeat(1,1fr)}}.sf__cards-list_flats{grid-template-columns:repeat(4,345px)}@media screen and (max-width:1599px){.sf__cards-list_flats{grid-template-columns:repeat(4,295px);justify-content:space-between}}@media screen and (max-width:1279px){.sf__cards-list_flats{grid-template-columns:repeat(3,232px);grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;justify-content:center}}@media screen and (max-width:767px){.sf__cards-list_flats{grid-template-columns:100%}}.sf__cards-list_flats-dubai{grid-template-columns:repeat(4,345px);display:grid;margin-top:10px;margin-bottom:10px}@media screen and (max-width:1599px){.sf__cards-list_flats-dubai{grid-template-columns:repeat(4,295px);justify-content:space-between}}@media screen and (max-width:1279px){.sf__cards-list_flats-dubai{grid-template-columns:repeat(3,1fr);grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;justify-content:center;margin-top:-10px;margin-bottom:20px}}@media screen and (max-width:1023px){.sf__cards-list_flats-dubai{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.sf__cards-list_flats-dubai{grid-template-columns:100%}}@media screen and (max-width:1279px){.sf__filter_dubai~.sf__tags{margin-top:-30px;margin-bottom:0}}.sf__filter{display:grid;grid-template-columns:repeat(6,1fr);margin-top:30px;margin-bottom:25px;grid-gap:20px;gap:20px}@media screen and (max-width:1599px){.sf__filter{margin-top:30px;grid-gap:12px;gap:12px}}@media screen and (max-width:1279px){.sf__filter{margin-top:0;grid-template-columns:repeat(3,232px);grid-gap:18px 16px;gap:18px 16px;justify-content:center}}.sf__filter.sf__filter_dubai{margin-top:0;grid-template-columns:repeat(5,1fr)}@media screen and (max-width:1279px){.sf__filter.sf__filter_dubai{grid-template-columns:repeat(3,1fr);margin-top:-30px}.sf__filter.sf__filter_dubai .sf__filter-item{width:100%}}@media screen and (max-width:1599px){.filter__max.filter__max_second{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1279px){.filter__max.filter__max_second{grid-template-columns:repeat(5,1fr)}.filter__max.filter__max_second .sf__filter-item{width:auto}}.filter__max{grid-template-columns:repeat(7,1fr);margin-bottom:20px}@media screen and (max-width:1279px){.filter__max{grid-template-columns:repeat(3,232px);margin-top:30px}.filter__max .form__item_2x{flex-grow:1;background-color:#fff}}.filter__max .white-button{color:#2c2e3e;background-color:#fff;font-weight:700}.filter__max .white-button:hover{background-color:#ecedf0;box-shadow:none}.filter__max.flex{display:flex}.filter__max.filter__max_six{grid-template-columns:repeat(6,1fr)}.filter__max.filter__max_seven{grid-template-columns:repeat(7,1fr)}.filter__max_six-toggles{display:grid;grid-gap:20px;gap:20px;width:100%;grid-template-columns:repeat(6,1fr);grid-column:1/-1}@media screen and (max-width:1599px){.filter__max_six-toggles{grid-gap:12px;gap:12px}}.filter__max.filter__max_five,.filter__max.filter__max_multi{grid-template-columns:repeat(5,1fr)}.filter__max.filter__max_multi{display:grid;grid-gap:10px;gap:10px}.filter__max.filter__max_multi>div:first-child{grid-column:1;grid-row:1/span 2}.tabs+.sf__filter{margin-top:0}.sf__filter-item{flex-grow:1;flex-basis:auto;background-color:#f6f7f8;margin-right:0;border-radius:5px;height:50px;max-height:50px;margin-bottom:0;margin-left:0}@media screen and (max-width:1279px){.sf__filter-item{width:232px;margin-right:0;margin-left:0}}.sf__filter-item:last-of-type{margin-right:0}.sf__filter-item.form__item_2x{grid-column:span 2}@media screen and (max-width:1279px){.sf__filter-item.form__item_2x{width:auto}}.sf__filter-item_full{grid-column:-1/1}.sf__filter_on-map{display:flex;flex-direction:column;justify-content:start;margin-top:0;grid-gap:0;gap:0;height:100%;padding-bottom:15px}.sf__filter_on-map .sf__filter-item{width:100%;margin-bottom:16px;margin-right:0;margin-left:0;flex-basis:auto}@media screen and (max-width:1599px){.sf__filter_on-map .sf__filter-item{width:100%}}@media screen and (max-width:1279px){.sf__filter_on-map .sf__filter-item{width:100%}}.sf__filter-btn{margin-left:20px;min-width:220px}@media screen and (max-width:1279px){.sf__filter-btn{display:block;width:232px;margin-top:30px;margin-left:auto;margin-right:auto}}@media screen and (max-width:1279px){.sf__filter-btn.sf__filter-btn_dubai{margin-left:16px;width:170px;min-width:170px}}.sf__filter-item .form__drop-btn{background-color:#f6f7f8}.sf__filter-item .form__drop-btn:hover{background-color:#ecedf0;box-shadow:none}@media screen and (max-width:767px){.sf__toggler{margin-top:23px}}.sf__side-menu.mobile-only{top:-14px}@media screen and (max-width:767px){.sf__side-menu.mobile-only.opened{right:-10px}}.sf__map-block{position:absolute;left:30px;top:20%;bottom:0;width:325px;display:flex;flex-direction:column;align-items:center;padding:26px 0 0;background-color:#fff;border-radius:20px 20px 0 0;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.sf__map-block.hidden{-webkit-transform:translateX(-110%);transform:translateX(-110%)}@media screen and (max-width:1599px){.sf__map-block{top:10px}}@media screen and (max-width:1279px){.sf__map-block{width:320px;top:10%}}@media screen and (max-width:767px){.sf__map-block{width:90%;left:0}.sf__map-block.hidden{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.sf__map-block_dubai{top:30px;bottom:30px;border-radius:20px;box-shadow:0 2px 10px rgba(44,46,62,.2)}.sf__map-list{width:100%;height:calc(100% - 70px)}.sf__map-list .status-circle__tooltip{left:auto;right:20px}.sf__map-list .status-circle__tooltip:before{left:auto;right:-8px;border-left:none;border-right:10px solid transparent}.sf__map-scroll{height:100%;padding:0 20px}.sf__map-scroll .sf-card{margin-bottom:24px}@media screen and (max-width:767px){.sf__map-scroll_filter{height:600px}}.sf__map-btn{width:calc(100% - 40px);margin-left:auto;margin-right:auto;margin-bottom:20px}.sf__filter-block{width:100%;padding:0 20px}.sf__bar{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:80px;background-color:#f6f7f8;margin-bottom:60px;border-radius:20px}@media screen and (max-width:1599px){.sf__bar{margin-bottom:40px}}@media screen and (max-width:1279px){.sf__bar{margin-bottom:20px}}.sf__bar-closer{position:absolute;right:28px}.sf__bar-closer svg{stroke:#2c2e3e;transition:all .3s}.sf__bar-closer:hover svg{stroke:#8f95ac}.sf_map{position:relative;height:100vh;padding-top:30px}.sf_map .form__drop-content{min-width:auto;padding:1px 1px 15px;max-height:280px}.sf_map .form__drop-content .filter__col{margin-right:10px}.sf_map .form__drop-content .checkbox-group{padding-right:0}.sf_map .form__drop.is-showing .form__drop-btn{box-shadow:none}.sf_map .dropdown.is-showing .dropdown__block{position:static;margin-top:10px}.sf_map .form__drop .dropdown__block{box-shadow:none}.sf_map .simplebar-content-wrapper{overflow:auto!important}@media screen and (max-width:1599px){.sf_map .simplebar-content-wrapper{overflow:hidden scroll!important}}.sf__map{position:absolute;top:0;left:0;right:0;bottom:0}.sf__metro-list{margin-top:auto}.sf__metro-station{display:inline-flex;align-items:center;white-space:nowrap}.sf__metro-circle{display:inline-flex;width:6px;height:6px;border-radius:50%;margin-top:1.5px;margin-right:10px;flex-shrink:0}.sf__metro-time{display:flex}.sf__metro-time svg{margin-top:1px;margin-right:5px}.sf__metro{display:flex;align-items:center;color:#8f95ac;grid-gap:5px;gap:5px;flex-wrap:wrap}.sf__metro+.sf__metro{margin-top:5px}.sf__commission{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;color:#777a89;background-color:#f6f7f8;margin-left:10px}.sf__commission svg{margin-right:2px}@media screen and (max-width:767px){.sf__commission{margin-left:0}}.sf__detail-header{margin-top:28px;margin-bottom:35px}@media screen and (max-width:1279px){.sf__detail-header{margin-top:25px;margin-bottom:25px}}@media screen and (max-width:767px){.sf__detail-header{position:relative;margin-top:25px;text-align:center}.sf__detail-header .sf__btn{position:absolute;top:0;right:25px}}@media screen and (max-width:767px){.sf__detail-title{padding:0;margin-bottom:15px}}.sf__detail-head{display:flex;align-items:center;margin-bottom:4px}@media screen and (max-width:767px){.sf__detail-head{margin-bottom:10px;flex-direction:column;align-items:start}}.sf__detail-descr{margin-right:28px;color:#8f95ac}.sf__detail-descr_center{margin-left:28px;color:#2c2e3e}.sf__detail-bar{display:flex;align-items:center;margin-bottom:10px}.sf__btn_no-bg{color:#ff2d23;font-weight:400;padding:0}.sf__btn_no-bg,.sf__btn_no-bg:hover{background-color:#fff}.sf__btn_no-bg svg{margin-right:5px;fill:currentColor}.sf__detail-metro{display:grid;grid-template-columns:repeat(6,-webkit-max-content);grid-template-columns:repeat(6,max-content);grid-gap:15px 30px;gap:15px 30px}@media screen and (max-width:1279px){.sf__detail-metro{grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content)}}@media screen and (max-width:767px){.sf__detail-metro{grid-template-columns:-webkit-max-content;grid-template-columns:max-content;grid-gap:10px;gap:10px}}.sf-slider--with-border .swiper-container:not(.swiper-thumbs){border:1px solid #dfe1e9}.sf-slider--with-border .swiper-container:not(.swiper-thumbs) .sf-slide img{object-fit:contain;padding:30px}.sf-slider--with-border .swiper-wrapper{align-items:center}.sf-slider--with-border .apt-modal__map~.swiper-container:not(.swiper-thumbs),.sf-slider--with-border .apt-modal__map~.swiper-thumbs-block .swiper-slide img{border:none}.sf-slider img{max-height:490px;height:490px}.sf-slider .swiper-container:not(.swiper-thumbs) .sf-slide_main img{border-radius:20px}.sf-slider .swiper-thumbs-block img{height:100%;max-height:100%}.sf-slider-btn{display:flex;align-items:center;background:#f6f7f8;padding:13px 20px;border-radius:5px;transition:background-color .15s ease-in-out}.sf-slider-btn:focus,.sf-slider-btn:hover{background:#dfe1e9}.sf-slider-btn svg{margin-right:8px}.sf__detail-row{position:relative;display:grid;grid-template-columns:970px 470px;justify-content:space-between;align-items:start;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px}.sf__detail-row+.sf__detail-row{margin-top:25px}@media screen and (max-width:1279px){.sf__detail-row+.sf__detail-row{margin-top:0}}@media screen and (max-width:1599px){.sf__detail-row{grid-template-columns:820px 1fr}}@media screen and (max-width:1279px){.sf__detail-row{grid-template-columns:100%;grid-gap:30px;gap:30px}}.sf__detail-row:last-child{margin-bottom:30px}.sf__detail-row_full{grid-template-columns:100%}@media screen and (max-width:1599px){.sf__detail-row_full{grid-template-columns:100%}}@media screen and (max-width:1279px){.sf__detail-row_full{grid-template-columns:100%}}.sf__detail-row_full .tab-list{display:inline-flex}.sf__detail-row--common-modal{display:grid;grid-template-columns:820px 1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}@media screen and (max-width:1023px){.sf__detail-row--common-modal:last-child{margin-bottom:0;grid-gap:30px;gap:30px}}@media screen and (max-width:1279px){.sf__detail-row--common-modal{grid-template-columns:820px 1fr}}@media screen and (max-width:1200px){.sf__detail-row--common-modal{grid-template-columns:750px 1fr}}@media screen and (max-width:1150px){.sf__detail-row--common-modal{grid-template-columns:700px 1fr}}@media screen and (max-width:1100px){.sf__detail-row--common-modal{grid-template-columns:650px 1fr}}@media screen and (max-width:1050px){.sf__detail-row--common-modal{grid-template-columns:600px 1fr}}@media screen and (max-width:1023px){.sf__detail-row--common-modal{grid-template-columns:100%}}@media screen and (max-width:767px){.sf__detail-row--common-modal{grid-template-columns:100%}}@media screen and (max-width:1599px){.sf__detail-row--common-modal .sf__info-header{grid-template-columns:1fr 1fr}}.sf__detail-row--common-page{grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;grid-template-columns:980px 470px}@media screen and (max-width:1599px){.sf__detail-row--common-page{grid-template-columns:820px 1fr}}@media screen and (max-width:1279px){.sf__detail-row--common-page{grid-template-columns:820px 1fr}}@media screen and (max-width:1200px){.sf__detail-row--common-page{grid-template-columns:750px 1fr}}@media screen and (max-width:1150px){.sf__detail-row--common-page{grid-template-columns:700px 1fr}}@media screen and (max-width:1100px){.sf__detail-row--common-page{grid-template-columns:650px 1fr}}@media screen and (max-width:1023px){.sf__detail-row--common-page{grid-template-columns:100%}}.sf__block{padding:30px;border-radius:20px;background-color:#f6f7f8;position:relative}.sf__info{margin-bottom:30px}@media screen and (max-width:767px){.sf__info{background:none;padding:0}}.sf__block-overhint{display:inline-block;margin-left:5px;position:relative}.sf__block-hint{box-shadow:0 2px 20px rgba(143,149,172,.1);position:absolute;background-color:#fff;border-radius:20px;padding:30px;left:0;right:0;z-index:1234;opacity:0;pointer-events:none;transition-duration:.3s}.sf__block-hint_active{opacity:1}.sf__info-header{display:grid;grid-gap:20px;gap:20px;justify-content:space-between;margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid rgba(143,149,172,.2);grid-template-columns:1fr 1fr}.sf__info-header .sf__header-col:nth-child(2){justify-self:end;text-align:right}.sf__info-header .sf__header-col:nth-child(3){justify-self:start;text-align:left}.sf__info-header .sf__header-col:nth-child(4){justify-self:end;text-align:right}@media screen and (max-width:1599px){.sf__info-header{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}}@media screen and (max-width:767px){.sf__info-header{grid-template-columns:1fr;margin-bottom:0;padding-bottom:0;border:none}}.sf__info-header.sf__info-header_with-hint .sf__header-col:last-child svg{display:none}.sf__info-header.sf__info-header_mobile{grid-template-columns:1fr 1fr;margin-top:16px}@media screen and (max-width:767px){.sf__header-col{display:flex;width:100%;justify-content:space-between;padding-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(143,149,172,.2)}}.sf__header-col_mobile{display:block;padding-top:0;padding-bottom:0;border-bottom:none}.sf__header-col:last-child{text-align:right}@media screen and (max-width:767px){.sf__header-col:last-child{text-align:left}}.sf__header-col:last-child:first-child{text-align:left}@media screen and (max-width:767px){.sf__header-col:last-child:first-child{text-align:left}}.sf__price{margin-bottom:4px}@media screen and (max-width:767px){.sf__price{font-size:14px}}.sf__descr{color:#8f95ac}@media screen and (max-width:767px){.sf__descr{order:-1;font-size:14px}}.sf__info-row{display:flex;justify-content:space-between;margin-bottom:20px}.sf__info-row:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.sf__info-row{margin-bottom:0;padding-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(143,149,172,.2)}}.sf__info-key{color:#8f95ac}.sf__info-value{max-width:270px;text-align:right;font-weight:700}@media screen and (max-width:1599px){.sf__info-value{max-width:220px}}.sf__info-value .sf__info-description{cursor:pointer;display:inline-block;position:relative;transition-duration:.3s}.sf__info-value .sf__info-description svg{margin-top:-17px;position:absolute;margin-left:-27px}.sf__info-value .sf__info-description span{border-radius:10px;padding:20px;background-color:#fff;position:absolute;box-shadow:0 2px 20px rgba(143,149,172,.1);right:36px;top:-34px;width:-webkit-max-content;width:max-content;opacity:0;pointer-events:none;font-weight:400}.sf__info-value .sf__info-description:hover span{opacity:1;pointer-events:auto}.sf__manager{background-color:#fff;border:1px solid rgba(143,149,172,.2)}@media screen and (max-width:767px){.sf__manager{margin-bottom:30px}}.sf__manager-header{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width:1599px){.sf__manager-header{flex-direction:column;align-items:flex-start}}.sf__manager-pic{width:88px;height:88px;display:flex;flex-shrink:0;justify-content:center;align-items:center;background-color:#f6f7f8;border-radius:50%;margin-right:20px}.sf__manager-pic img{width:52px;height:28px}@media screen and (max-width:1599px){.sf__manager-pic{margin-bottom:20px;margin-right:0}}.sf__manager-name{margin-bottom:4px}.sf__manager-contacts{display:flex;justify-content:space-between}@media screen and (max-width:1599px){.sf__manager-contacts{flex-direction:column}}@media screen and (max-width:1599px){.sf__manager-col:first-of-type{margin-bottom:10px}}.sf__manager-key{color:#8f95ac;margin-bottom:5px}.sf__manager_modal{display:flex}.sf__manager_modal+.sf__manager_modal{margin-top:20px}.sf__manager_modal .sf__manager-header{margin-bottom:0;margin-right:20px}.sf__manager_modal .sf__manager-col{display:flex;align-items:center;margin-top:5px;margin-bottom:0}.sf__manager_modal .sf__manager-pos{color:#777a89}.sf__manager_modal .sf__manager-pic{width:72px;height:72px;margin-bottom:0}.sf__manager_modal .sf__manager-pic img{width:72px;height:72px;border-radius:50%}.sf__manager_modal .sf__manager-social{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background-color:#f6f7f8;margin-left:20px}.sf__promo{cursor:pointer;margin-top:30px}.sf__promo,.sf__promo-icon{display:flex;align-items:center}.sf__promo-icon{width:44px;height:44px;flex-shrink:0;justify-content:center;border:1px solid rgba(143,149,172,.2);border-radius:50%;margin-right:23px}@media screen and (max-width:767px){.sf__promo-icon{display:none}}.sf__promo-timing{margin-top:4px;display:flex}@media screen and (max-width:1279px){.sf__promo-timing{flex-direction:column}}@media screen and (max-width:767px){.sf__promo-timing{display:none}}@media screen and (max-width:767px){.sf__mortgage-timing{display:block;margin-bottom:20px}}.sf__promo-key{color:#8f95ac;margin-right:8px}@media screen and (max-width:1279px){.sf__promo-key{margin-right:0;margin-bottom:2px}}.sf__promo-link{margin-left:auto}@media screen and (max-width:767px){.sf__promo-link{display:none}}.sf__detail-filter-block{margin-bottom:40px}.sf__detail-h3{margin-bottom:26px}.sf__detail-table-block{margin-bottom:40px;height:225px;background-color:#8f95ac}.sf__h3{margin-bottom:20px}.sf__about{padding-right:30px;margin-bottom:40px}@media screen and (max-width:1279px){.sf__about{padding-right:0}}.sf__about-text{margin-bottom:20px}.sf__about-text p{margin-bottom:10px}.sf__about-text p:last-of-type{margin-bottom:0}.sf__advantages{display:grid;grid-template-columns:repeat(3,252px);grid-gap:20px 40px;gap:20px 40px}@media screen and (max-width:1599px){.sf__advantages{grid-template-columns:repeat(3,1fr);grid-gap:16px 20px;gap:16px 20px}}@media screen and (max-width:767px){.sf__advantages{grid-template-columns:1fr}}.sf__advantage{display:flex}.sf__advantage:before{content:"";width:5px;height:5px;margin-right:20px;margin-top:6px;border-radius:50%;flex-shrink:0;background-color:#ff2d23}.sf__mortgage{margin-bottom:0;align-items:flex-start}@media screen and (max-width:1279px){.sf__mortgage{margin-bottom:40px}}@media screen and (max-width:1279px){.sf__mortgage-body{display:flex;width:100%;align-items:center}}@media screen and (max-width:767px){.sf__mortgage-body{flex-direction:column}}@media screen and (max-width:1279px){.sf__mortgage-content{width:290px;flex-shrink:0}}.sf__mortgage-btn{margin-top:20px}@media screen and (max-width:1279px){.sf__mortgage-btn{margin-top:0;margin-left:auto}}.sf__mortgage-text{color:#8f95ac;margin-top:10px}.sf__promo-list{display:grid;grid-template-columns:repeat(2,470px);justify-content:space-between;grid-row-gap:30px;row-gap:30px}@media screen and (max-width:1599px){.sf__promo-list{grid-template-columns:repeat(2,1fr);grid-column-gap:22px;-webkit-column-gap:22px;column-gap:22px}}@media screen and (max-width:767px){.sf__promo-list{display:flex;overflow-x:auto}}.sf__promo_card{margin-top:0;color:inherit;align-items:flex-start;cursor:pointer;transition:all .3s}.sf__promo_card:hover{background-color:#ecedf0}.sf__promo_card .sf__promo-icon{width:auto;height:auto;border:none;margin-right:20px}@media screen and (max-width:767px){.sf__promo_card{min-width:310px}}.sf__section{margin-bottom:40px}@media screen and (max-width:1279px){.sf__section{margin-bottom:25px}}.sf__section_single-tab .tab-list{display:none}.sf__sticky{position:-webkit-sticky;position:sticky;top:70px}@media screen and (max-width:1279px){.sf__sticky{display:none}}.sf__video-list{display:block}.sf__video-card{cursor:pointer}.sf__video-image{position:relative}.sf__video-image img{border-radius:20px;height:270px;width:100%;object-fit:cover}.sf__timing{position:absolute;bottom:30px;right:30px;display:inline-flex;min-width:54px;line-height:24px;justify-content:center;background-color:#f6f7f8;border-radius:20px;color:#777a89}.sf__video-title{margin-top:20px}.sf__video-type{margin-top:20px;display:inline-flex;padding:5px 10px;background-color:rgba(135,144,229,.2);color:#8790e5;border-radius:20px}.sf__video-type_webinar{background-color:rgba(44,186,46,.2);color:#2cba2e}.sf__modal-btn{display:flex;width:100%;align-items:center;padding:20px;background-color:#f6f7f8;margin-bottom:20px}.sf__modal-btn svg:first-child{margin-right:14px}.sf__modal-btn svg:last-child{margin-left:auto}.sf-mobile-modal .mobile-filters__content{padding-top:0}.sf__filter-btn{margin-top:auto;margin-bottom:16px}.sf__clear-filter-btn{display:block;text-align:center;color:#8f95ac}.sf__tags .sf__clear-filter-btn{text-align:left;font-size:13px}.sf_map .sf__filter-block{padding:0;height:100%}.sf__map-top{position:absolute;right:30px}@media screen and (max-width:767px){.sf__map-top{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.sf__map-toggler{position:absolute;top:25px;right:0;-webkit-transform:translate(100%);transform:translate(100%);background-color:#fff;transition:all .3s;border-radius:0 4px 4px 0;display:flex;padding:5px}.sf__map-toggler svg{-webkit-transform:rotate(0);transform:rotate(0)}.sf__map-toggler:hover{background-color:#ecedf0}.sf__map-toggler.active svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.sf__filter-btns{display:flex;align-items:center}@media screen and (max-width:767px){.sf__filter-btns{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;justify-content:center}}.sf__filter-btns .btn{padding:14px 30px;height:50px}.sf__filter-btns .btn:only-child{grid-column:-1/1}.sf__filter-btns .sf__filter-btn{margin-top:0;margin-bottom:0}.filter_item_temp{margin:0}.cardlist_temp{display:flex;margin-top:20px;flex-wrap:wrap}.sf__work-company{text-overflow:ellipsis;overflow:hidden;max-width:100%;padding-right:15px;height:1.2em;white-space:nowrap}.sf-iframe{width:100%;max-width:100%;height:490px;border-radius:20px}@media screen and (max-width:1279px){.sf-iframe{height:365px}}.sf__header-flex{display:flex;justify-content:space-between}.sf__elems{display:grid;grid-template-columns:repeat(3,-webkit-min-content);grid-template-columns:repeat(3,min-content);grid-gap:30px;gap:30px;margin-top:15px;margin-bottom:35px}.sf__elem-btn{display:flex;align-items:center;width:200px;color:#2c2e3e;font-size:inherit}.sf__elem-btn svg{margin-right:5px}.sf__contacts-header{display:flex;align-items:center}.sf__contacts-header svg{margin-right:10px}.sf__schedule{margin-top:10px;display:flex;padding-left:33px;color:#777a89}.sf__sch-row:last-child{text-align:right;flex-grow:1}.sf__sch-key{margin-bottom:2px}.sf__manager-block{margin-top:30px}.sf__manager-block .h5-l{margin-bottom:20px}.sf__manager-cb{margin-top:30px}.sf__audio,.sf__audio-header{margin-bottom:15px}.sf__audio-header{width:370px;max-width:100%;display:flex;justify-content:space-between;align-items:center}.sf__audio-header .h6{margin:0}.sf__audio-link{display:flex;align-items:center}.sf__audio-link svg{margin-left:10px}.sf__audio-body audio{width:520px;max-width:100%}.sf__video-header{margin-top:0;margin-bottom:30px;display:flex;align-items:flex-start}.sf__video-header .sf__video-type{margin-bottom:0;margin-top:0;margin-left:25px}.sf__video-btns{display:flex;flex-direction:column;margin-top:30px}.sf__video-btn:first-child{margin-right:20px}.sf__actions-flex{display:flex;justify-content:space-between;width:330px;max-width:100%;margin-bottom:30px}.sf__actions-flex .sf__video-item+.sf__video-item{margin-top:0;padding-left:15px}.sf__actions-flex .sf__video-item{max-width:200px}.sf__actions-title{margin-top:10px;margin-bottom:20px}.sf__video-key{color:#777a89;margin-bottom:3px}.sf__video-descr,.sf__video-item+.sf__video-item{margin-top:15px}.sf__video-descr ol,.sf__video-descr ul{margin-left:15px}.sf__contacts-modal .new-alert{margin-top:25px}.sf__files-item{display:flex;align-items:center;border-bottom:1px solid #dfe1e9;padding:13px 0}.sf__files-item:first-of-type{padding-top:0}.sf__files-item a{display:inline-flex;grid-gap:10px;gap:10px}.sf__files-item a span{padding-top:6px}.sf__files-actions{margin-left:auto;display:flex;align-items:baseline;grid-gap:20px;gap:20px}.sf__files-actions svg{stroke:#2c2e3e;transition:all .3s}.sf__files-actions svg:hover{stroke:#ff2d23}.sf__notfound{display:flex;align-items:center;justify-content:center;margin:50px auto}.sf__notfound svg{margin-right:20px;min-width:50px}.sf__notfound .h6-l{margin-bottom:5px}.panmodal iframe+.sf__video-content{margin-top:30px}.sf-map{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.sf__italic-text{color:#777a89;font-size:13px;font-style:italic;margin-bottom:20px;font-weight:300}.smartfilter-wrapper{padding:16px 20px;background-color:#f6f7f8;border-radius:20px}.smartfilter-wrapper .form__item{margin:0;border-radius:5px}.smartfilter-wrapper .form__item_2x{grid-column:1/4}.smartfilter-wrapper.smartfilter-wrapper_dubai.filter__max .form__item_2x{grid-column:1/3}.smartfilter-wrapper.smartfilter-wrapper_new-suburban{background-color:#e3f0f7}.show_second_filter .sf__filter-item .form__drop-btn,.smartfilter-wrapper.smartfilter-wrapper_new-suburban .sf__filter-item .form__drop-btn{background-color:#fff}.villages-save-filter{display:flex;align-items:center;cursor:pointer;transition-duration:.3s}.villages-save-filter span{margin-left:4px;color:#777a89}.villages-save-filter:hover span{color:#ff2d23}.villages-save-filter:hover svg line,.villages-save-filter:hover svg path{stroke:#ff2d23}.sf__card-units{display:flex;align-items:center;color:#8f95ac;font-size:13px;margin-bottom:15px}.sf__card-units svg{margin-right:10px;margin-top:1px}.sf__card-units svg.red circle,.sf__card-units svg.red line{stroke:#ff2d23}.sf__card-units svg.yellow circle,.sf__card-units svg.yellow line{stroke:#ffa100}.sf__card-units svg.green circle,.sf__card-units svg.green line{stroke:#2cba2e}@media screen and (max-width:767px){.dubai-complex-filter,.dubai-complex-filter .sf__filter-block{height:100%}.dubai-complex-filter .sf__filter-block .sf__filter_on-map{padding-bottom:0}.dubai-complex-filter .sf__filter-block .sf__filter_on-map .sf__filter-btns .sf__filter-btn{min-width:100%;height:50px}.dubai-complex-filter .sf__filter-block .sf__filter-item{flex-grow:0}}.index-search__show-booked_fst{position:absolute;margin-top:0}.index-search__show-booked_second{position:absolute;margin-top:0;margin-left:115px}.form__row.form__row_tapfilters{position:absolute;bottom:0;width:100%;margin-bottom:30px}@media screen and (max-width:1279px){.form__row.form__row_tapfilters{bottom:-40px}}.sf .primary-map-filter .form__row{margin-bottom:20px;flex-direction:column;align-items:flex-start}.sf .primary-map-filter .index-search__show-booked{position:relative;margin-left:0;margin-top:10px}.sf .primary-map-filter .index-search__show-booked.index-search__show-booked_fst{margin-left:5px;margin-top:0}.sf .primary-map-filter .index-search__show-booked.index-search__show-booked_second{margin-left:5px;margin-top:15px}@media screen and (max-width:1279px){.smartfilter-wrapper_primary{grid-template-columns:repeat(5,1fr);position:relative}.smartfilter-wrapper_primary .form__item_2x{grid-column:1/3}.smartfilter-wrapper_primary .sf__filter-item{width:100%}}@media screen and (max-width:1023px){.smartfilter-wrapper_primary .form__item_2x{grid-column:1/4}}@media screen and (max-width:1279px){.smartfilter-wrapper_primary-bottom .form__row{grid-column:1;margin-top:10px;margin-bottom:15px}.smartfilter-wrapper_primary-bottom .checkbox__label{white-space:nowrap}}.quick-icon{position:absolute;top:20px;right:20px}.sf-card:nth-child(3n+1) .quick-card{margin-left:0}@media screen and (max-width:1279px){.sf-card:nth-child(3n+2) .quick-card{margin-left:0;left:-100px}}@media screen and (max-width:1279px) and (max-width:1023px){.sf-card:nth-child(3n+2) .quick-card{margin-left:0;left:auto}}.sf-card:nth-child(3n) .quick-card{margin-left:0;right:0}@media screen and (max-width:1023px){.sf-card:nth-child(3n) .quick-card{right:auto}}.quick-card{cursor:default;position:absolute;background-color:#fff;padding:30px 25px;border-radius:20px;border:1px solid #dfe1e9;box-sizing:border-box;width:850px;margin-top:55px;margin-left:-190px;z-index:2;display:flex;grid-gap:20px;gap:20px}.quick-card .sf__card{width:100%}@media screen and (max-width:1599px){.quick-card{width:740px;margin-left:-170px}}@media screen and (max-width:1279px){.quick-card{width:650px;padding:20px}}@media screen and (max-width:1023px){.quick-card{width:100%;flex-direction:column}}.quick-card__left{width:295px}@media screen and (max-width:1279px){.quick-card__left{width:240px}}@media screen and (max-width:1023px){.quick-card__left{width:100%}}.quick-card__left .swiper-pan img:not(.pswp__img){height:222px;max-height:none}@media screen and (max-width:1279px){.quick-card__left .swiper-pan img:not(.pswp__img){height:170px}}.quick-card__left .btn.swiper-zoom,.quick-card__left .swiper-button-next,.quick-card__left .swiper-button-prev{display:none}.quick-card__left .swiper-thumbs-block .swiper-wrapper .swiper-slide{width:91px;height:64px}@media screen and (max-width:1279px){.quick-card__left .swiper-thumbs-block .swiper-wrapper .swiper-slide{width:70px;height:50px}}.quick-card__left .swiper-thumbs-block .swiper-wrapper .swiper-slide img{height:64px;border-radius:10px}@media screen and (max-width:1279px){.quick-card__left .swiper-thumbs-block .swiper-wrapper .swiper-slide img{height:50px}}.quick-card__left .swiper-thumbs-block .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{border:none}.quick-card__right{display:flex;flex-direction:column;justify-content:space-between;position:relative}.quick-card__close{position:absolute;top:20px;right:20px;cursor:pointer;z-index:1}@media screen and (max-width:1279px){.quick-card__close{top:15px;right:15px}}@media screen and (max-width:1023px){.quick-card__close{display:none}}.quick-card__close path{transition-duration:.3s}.quick-card__close:hover path{fill:#f3f3f5}.quick-card__title{font-size:20px;font-weight:700;margin-bottom:3px}.quick-card__address{font-weight:500;margin-bottom:3px}.quick-card__builder{font-weight:500;color:#8f95ac}.quick-card__info-list{display:flex;grid-gap:30px;gap:30px;margin-top:30px;margin-bottom:30px}@media screen and (max-width:1279px){.quick-card__info-list{margin-top:15px;margin-bottom:15px}}.quick-card__info-list li p:first-child{font-weight:500;padding-bottom:6px;border-bottom:1px solid}.quick-card__info-list li p:last-child{padding-top:5px}.quick-card__second-info{display:flex;flex-direction:column;grid-gap:10px;gap:10px}@media screen and (max-width:1279px){.quick-card__second-info{grid-gap:5px;gap:5px}}.quick-card__second-info li{display:flex;grid-gap:20px;gap:20px}.quick-card__second-info li p:first-child{color:#777a89;min-width:180px}.quick-card__btn{width:225px;margin-top:20px}.quick-card.quick-card_skeleton{padding:0;border:none}.filter-title{display:flex;font-weight:700;font-size:16px;align-items:center;flex-shrink:0;white-space:nowrap}.filter-title svg{margin-right:15px}.disabled-filter-row{pointer-events:none;opacity:.25}.videos{position:relative;margin-bottom:20px}.videos .tabs-nav{width:540px}@media screen and (max-width:1023px){.videos .tabs-nav{width:426px}}.videos .tabs-nav .tabs-nav-item{width:33.33333%}.videos .tabs-nav .tabs-nav-item__button{width:100%}.videos .ant-table-cell{padding-top:12px;padding-bottom:12px}.videos .ant-table-container table>thead>tr:first-child th:first-child{width:120px;border-radius:5px 0 0 5px}.videos .ant-table-container table>thead>tr:first-child th{border-right:1px solid #565865}.videos .ant-table-container table>thead>tr:first-child th:last-child{border-right:none;border-radius:0 5px 5px 0}.videos .ant-table-container table>thead>tr:first-child th:nth-last-child(2){border-right:none}.videos .common-link svg{margin-bottom:0}.videos .tab-bar{width:540px}@media screen and (max-width:1023px){.videos .tab-bar{width:426px}}.videos .tab-bar .button{width:33.33333%}@media screen and (max-width:1023px){.videos .tab-bar .button{min-width:auto}}.videos__table-img{width:90px;height:54px;border-radius:5px;object-fit:cover}.videos__table-speaker-name{color:#2c2e3e}.videos__table-speaker-post{color:#8f95ac}.videos__table-status{padding:4px 10px;border-radius:20px}.section-search_icon .section-search__inp{padding-left:44px}.chat-search-icon{position:absolute;padding-top:12px;padding-left:12px}.crm-table{margin-bottom:30px}.crm-table .ant-table-cell{padding-top:8px;padding-bottom:8px}.crm-table .ant-table-container table>thead>tr:first-child th:first-child{border-radius:5px 0 0 5px}.crm-table .ant-table-container table>thead>tr:first-child th{border-right:1px solid #565865}.crm-table .ant-table-container table>thead>tr:first-child th:last-child{border-right:none;border-radius:0 5px 5px 0}.crm-table .ant-table-container table>thead>tr th{padding-top:11px;padding-bottom:12px}.crm-table .ant-table-container table>tbody>tr{height:50px}.crm-table .ant-table-container table>tbody>tr td:first-child{border-radius:5px 0 0 5px}.crm-table .ant-table-container table>tbody>tr td:last-child{border-radius:0 5px 5px 0}.crm-table__end-term{font-size:13px;line-height:16px;color:#ff2d23}.crm-table__employer{display:flex;justify-content:space-between;width:100%;align-items:center}.crm-table__employer svg{margin-bottom:-5px}.crm-table__comment{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-table__status{padding:4px 10px;border-radius:20px;white-space:nowrap}.crm-table__deals-object-cell{display:flex;width:100%;justify-content:space-between;align-items:center}.crm-table__deals-object-text{max-width:275px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.crm-table__sf-action{height:32px;display:flex;justify-content:center;align-items:center;position:relative}.crm-table__sf-controls{background-color:#fff;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:20px;padding:20px;min-width:230px;position:absolute;right:-10px;top:-10px;z-index:123;display:none}.crm-table__sf-controls .crm-table__sf-controlsclose{position:absolute;top:16px;right:16px}.crm-table__sf-controls li{display:flex;transition-duration:.3s;border-radius:10px;padding:5px 5px 3px}.crm-table__sf-controls li button{font-size:14px;font-weight:400}.crm-table__sf-controls li:hover{background-color:#f6f7f8}.crm-table__sf-controls li span{display:flex;align-items:center;font-weight:400}.crm-table__sf-controls li svg{margin-right:8px}.crm-table__sf-controls li.disabled{cursor:default;color:#bababa}.crm-table__sf-controls li.disabled svg path{stroke:#bababa}.crm-table__sf-controls li.disabled .hint{position:absolute;background-color:#f6f7f9;margin-top:-100px;padding:15px;border-radius:20px;opacity:0;display:none;transition-duration:.3s;color:#000}.crm-table__sf-controls li.disabled .hint:after{content:"";position:absolute;border:5px solid transparent;border-top-color:#f6f7f9;left:calc(50% - 2px);bottom:-10px}.crm-table__sf-controls li.disabled:hover{background-color:#fff}.crm-table__sf-controls li.disabled:hover .hint{opacity:1;display:block}.crm-table .crm-table__sf-controls.active{display:block}.crm-table__sf-opencontrols{display:flex;align-items:center;border-radius:50%;transition-duration:.3s;padding:3px;cursor:pointer}.crm-table__sf-opencontrols:hover{background-color:rgba(143,149,172,.3)}.crm-table__sf-controlsmodal{background-color:rgba(0,0,0,.2)}.crm-table__sf-controlsmodal .modal__inner{width:380px;border-radius:20px;padding-left:65px;padding-bottom:28px}.crm-table__sf-controlsmodaltitle{display:flex;margin-bottom:7px;align-items:center;font-weight:700;margin-left:-36px}.crm-table__sf-controlsmodaltitle svg{margin-right:10px}.crm-table__sf-controlsmodalbtns{display:flex;margin-top:15px;grid-gap:10px;gap:10px}.crm-table__sf-controlsmodalbtns button{width:110px;height:44px}.crm-table_client .ant-table-container table>tbody>tr td:last-child{width:310px}.crm-table_deals .ant-table-container table>tbody>tr td:last-child{width:370px}.crm-table_filters .ant-table .ant-table-container table>thead>tr th{height:45px;padding-top:0;padding-bottom:0}.crm-table_filters .ant-table .ant-table-container table>thead>tr th:nth-last-child(2){border-right:0}.crm-filters-header{display:flex;flex-direction:column;margin-bottom:15px}.crm-filters-header__first-row{justify-content:space-between}.crm-filters-header__first-row,.crm-filters-header__left-cell{display:flex;grid-gap:20px;gap:20px}.crm-filters-header__search{width:295px}.crm-filters-header .dropdown.form__drop.is-showing{border-radius:4px 4px 0 0;background-color:rgba(143,149,172,.2)}.crm-filters-header .checkbox__marker:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC43NjVsLjg1NS0uOCA0LjE5IDIuMjcyTDEyLjI2NyAwIDEzIC42NjUgNS4zNiAxMCAwIDQuNzY1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.crm-filters-header .checkbox__control:checked+.checkbox__input{background-color:#ff2d23}.crm-filters-header__select .form__item .form__drop-btn{background-color:rgba(143,149,172,.08)}.crm-filters-header__select .custom-select{height:50px;margin-bottom:0;margin-left:0}.crm-filters-header__select .custom-select__option{padding:16px}.crm-filters-header__select .custom-select__selected{height:100%;background-color:#f6f7f8;box-shadow:0 0 0 rgba(143,149,172,.2)}.crm-filters-header__select .custom-select__selected:hover{box-shadow:0 2px 10px rgba(143,149,172,.2)}.crm-filters-header__select .custom-select__selected:after{margin-left:10px}.crm-filters-header__select .is-showing .custom-select__selected:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.crm-filters-header__select .dropdown__btn{background-color:#f6f7f8}.crm-filters-header__second-row{margin-top:30px;display:flex;grid-gap:40px;gap:40px}.crm-filters-header__second-row .checkbox__label{color:#777a89}.skeleton-box{overflow:hidden;background-color:rgba(143,149,172,.0784313725490196);position:relative}.skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite;content:""}@-webkit-keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.skeleton-box .loading{left:50%;top:50%;position:absolute;overflow:hidden;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.skeleton-box .loading:before{color:#aaa;content:attr(data-loading-text)}.skeleton-box .loading:after{top:0;left:0;width:0;opacity:1;color:#444;overflow:hidden;position:absolute;content:attr(data-loading-text);-webkit-animation:loading 2s infinite;animation:loading 2s infinite}@-webkit-keyframes loading{0%{width:0}to{width:100%}}@keyframes loading{0%{width:0}to{width:100%}}.crm-filters-header__first-row .rdrDateDisplayItem input{color:#000}.crm-filters-header__first-row .rdrCalendarWrapper.rdrDateRangeWrapper{padding-bottom:35px}.crm-filters-header__first-row .form__item{margin-left:0}.crm-filters-header__first-row.crm-filters-header__first-row_back .form__item.custom-select{min-width:210px}.end-all-fixations{color:#ff2d23}.crm-table.cabinet-deals-table .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container:before,.crm-table.cabinet-deals-table .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container:after{box-shadow:none}.crm-table.cabinet-deals-table .ant-table-content{overflow:auto}.crm-table.cabinet-deals-table .ant-table .ant-table-container table>thead>tr th{min-width:170px}.crm-table.cabinet-deals-table .ant-table .ant-table-container table>thead>tr th:first-child{min-width:45px}.crm-table.cabinet-deals-table .ant-table .ant-table-container table>thead>tr th:nth-child(2){min-width:250px}.crm-table.cabinet-deals-table .ant-table-content::-webkit-scrollbar{width:2px;scrollbar-width:thin;height:3px}.crm-table.cabinet-deals-table .ant-table-content::-webkit-scrollbar-track{background:#f1f1f1;height:3px}.crm-table.cabinet-deals-table .ant-table-content::-webkit-scrollbar-thumb{background-color:#ff2d23;scrollbar-width:thin;border-radius:10px;height:2px;min-height:2px;width:2px;min-width:2px}.cabinet-deals-settings{text-align:center;display:flex;grid-gap:10px;gap:10px;align-items:center;margin-bottom:10px;cursor:pointer}.cabinet-deals-settings span{color:#8790e5}.deals-settings-modal .panmodal__content{display:flex;flex-direction:column}.deals-settings-modal__over{display:flex;justify-content:space-between}.deals-settings-modal__group{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.deals-settings-modal__btns{display:flex;grid-gap:20px;gap:20px;margin:20px auto}.cabinet-deals-filter{display:flex;grid-gap:20px;gap:20px;margin-bottom:20px}.common-header{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px}.common-header__title{display:flex}.common-header__chevron{margin-right:20px;padding:5px 10px;margin-left:-10px;height:-webkit-max-content;height:max-content;cursor:pointer}.common-title,.deal-content{max-width:728px}.deal-wrapper{position:relative}.app-tabs{border-bottom:1px solid #dfe1e9;margin-top:21px}.app-tabs-list{display:flex}.app-tabs-list__item{min-width:140px;text-align:center;padding:10px 30px;position:relative;cursor:pointer}.app-tabs-list__item--active:before{content:"";height:3px;width:100%;background-color:#ff2d23;position:absolute;bottom:-2px;left:0;right:0}.sf-settings-container{display:flex;max-width:510px}.sf-settings-container,.sf-settings__sf-overfilters .sf__tags{flex-direction:column;grid-gap:30px;gap:30px}.sf-settings__sf-overfilters .sf__tags .index-search__filter-inc{margin-right:0}.sf-settings__sf-overfilters .sf__tags .index-search__filter-inc:after{top:calc(100% + 15px);margin-left:0;left:calc(50% - 10px)}.sf-settings__sf-overfilters .form__item{margin-left:0}.sf-settings__sf-overfilters .index-search__show-booked_second{position:relative}.sf-setting-view{border-radius:10px;background-color:#ecedf0;padding:20px;display:flex;align-items:center;color:#777a89}.sf-setting-view svg{margin-right:10px}.sf-setting-common{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:30px;border-radius:20px;background-color:#f6f7f8;margin-bottom:35px}.sf-setting-common .hp__form-item input{box-shadow:none}.sf-setting-common .hp__form-item.disabled{opacity:.7}.sf-setting-common .hp__form-item+.hp__form-item{margin-top:0}.sf-setting-common .hp__form-item.disabled input:disabled{background-color:#fff}.sf-setting-common__titleblock{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.sf-setting-common__titleblock .input_type_form .input__control{box-shadow:none}.sf-setting-common__title,.sf-setting-common__titleblock h3{margin-top:20px}.sf-setting-common__select{margin-left:0}.sf-setting-common__select .form__drop-btn{background-color:#fff}.sf-setting-common .checkbox__label{color:#777a89;margin-top:-2px}.sf-setting-common__select_sf.form__item:last-of-type{margin-right:6px}.sf-setting-common__select_clear{margin-bottom:0}.sf-setting-links{display:flex;grid-gap:20px;gap:20px}.sf-setting-links__item{border-radius:5px;background-color:#ecedf0;width:33.33333%;padding-top:12px;padding-bottom:12px;align-items:center;display:flex;flex-direction:column;cursor:pointer;transition-duration:.3s}.sf-setting-links__item:hover{background-color:#eeeffb}.sf-setting-links__item:hover p{color:#8790e5}.sf-setting-links__icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;margin-bottom:5px}.sf-setting-links__text{color:#777a89}.hp__form-colorpicker{position:absolute;right:8px;top:13px}.video-search{width:540px;margin-bottom:10px}@media screen and (max-width:1023px){.video-search{width:426px}}.section-search{position:relative}.section-search__inp{height:50px;background-color:#f6f7f8;border-radius:5px;font-size:14px;font-family:"Formular";width:100%;padding:0 40px 0 10px}.section-search__inp::-webkit-input-placeholder{color:#3c2e3e}.section-search__inp::placeholder{color:#3c2e3e}.section-search__icon{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;top:10px;cursor:pointer;width:30px;height:30px}.cases-table .ant-table-cell{padding-top:12px;padding-bottom:12px}.cases-table .ant-table-container table>thead>tr:first-child th:first-child{width:132px;border-radius:5px 0 0 5px}.cases-table .ant-table-container table>thead>tr:first-child th{border-right:1px solid #565865;padding-left:10px;padding-right:10px}.cases-table .ant-table-container table>thead>tr:first-child th:last-child{border-radius:0 5px 5px 0}.cases-table .ant-table-container table>tbody tr{height:78px}.cases-table .table-img img{min-height:50px;width:90px;padding:7px 15px;background-color:#fff;border-radius:5px;border:1px solid #dfe1e9}.cases-table .ant-table-container table>tbody>tr td:first-child{border-radius:5px 0 0 5px}.cases-table .ant-table-container table>tbody>tr td:last-child{border-radius:0 5px 5px 0}.cases .tabs-nav .tabs-nav-item__button{width:100%}.case-info{display:flex;flex-direction:column}.case-info__block{margin-top:35px}.case-info__block-title{margin-bottom:15px}.case-info .new-alert{margin-bottom:0}.case-info .sf__info-value{max-width:100%}.case-info .sf__info{margin-bottom:0}.custom-table{color:#2c2e3e}.custom-table__first-header{display:flex;justify-content:space-between;align-items:center}.custom-table__title{font-weight:700;font-size:25px;line-height:28px}@media screen and (max-width:1599px){.custom-table__title{font-size:20px;line-height:26px}}@media screen and (max-width:1279px){.custom-table__title{font-size:18px;line-height:22px}}.custom-table__first-cell{display:flex;justify-content:space-between}.custom-table__fst-lable{color:#8f95ac}.custom-table thead th{background-color:#fff;height:42px;color:#2c2e3e;padding-top:0;padding-bottom:5px;border-right:1px solid #f6f7f8;border-bottom:1px solid #f6f7f8}.custom-table thead th:first-child{text-align:right;padding-right:54px;position:relative;padding-left:0}.custom-table thead th:last-child{border-right:0;padding-left:67px}.custom-table tbody td{border-right:1px solid #f6f7f8;height:40px;padding:0}.custom-table tbody td:first-child{padding-right:54px;padding-left:20px;border-radius:5px 0 0 5px}.custom-table tbody td:last-child{padding-left:67px;border-right:0;border-radius:0 5px 5px 0}.custom-table_cases{margin-top:35px}.custom-table_cases .ant-table-tbody>tr:hover{background-color:#f6f7f8;cursor:default}.custom-table_cases .ant-table-tbody>tr:hover:hover{background-color:#fff}.custom-table_cases .ant-table-tbody>tr.ant-table-second-color,.custom-table_cases .ant-table-tbody>tr.ant-table-second-color:hover{background-color:#f6f7f8}.other-cases{display:flex;flex-wrap:wrap}.other-cases>.other-cases__item{margin:0 20px 20px 0;width:calc(50% - 10px);border-radius:20px;border:1px solid #dfe1e9;display:flex;align-items:center;padding:35px 70px 35px 35px;max-height:130px;cursor:pointer;transition-duration:.3s}.other-cases>.other-cases__item:nth-child(2n){margin-right:0}.other-cases>.other-cases__item:nth-last-child(-n+2){margin-bottom:0}.other-cases>.other-cases__item:hover{background-color:#f6f7f8;border:1px solid #f6f7f8}.other-cases__img{margin-right:25px;width:58px;max-width:58px;object-fit:contain;max-height:80px}.case-info__block-title_link{display:flex;justify-content:space-between}.case-info__block-title_link .case-info__cases-link{font-size:14px;color:#777a89;font-weight:400;transition-duration:.3s}.case-info__block-title_link .case-info__cases-link:hover{color:#ff2d23}.sf__detail-col--common .sf__info{margin-bottom:20px}.info-list{margin-bottom:25px}.info-list__item{padding-left:35px;padding-bottom:25px;margin-top:25px;border-bottom:1px solid #dfe1e9;display:flex}@media screen and (max-width:1279px){.info-list__item{padding-left:5px}}.info-list__title{display:flex;align-items:center;margin-bottom:4px}.info-list__icon{margin-right:10px}.info-list__text{color:#8f95ac}@media screen and (max-width:1023px){.info-list{display:flex}.info-list__item{width:50%;padding-right:10%;padding-left:0}}.case .new-alert{margin-bottom:0;margin-top:35px}.download-btn-link{font-size:14px;margin-left:15px;font-weight:400;display:flex;cursor:pointer}.download-btn-link svg{margin-right:10px}.with-tg-link{justify-content:space-between;display:flex;align-items:center}.with-tg-link__link{display:flex;color:#777a89;font-size:14px;font-weight:400;transition-duration:.3s;cursor:pointer}.with-tg-link__link:hover{color:#ff2d23}.with-tg-link__link svg{margin-left:10px}.sf__special-filter{display:flex;align-items:center;background-color:#fff}.sf__special-filter .currencys-seelect__list{margin-top:0;border-radius:0 0 15px 15px;width:100%}.sf__special-filter .currencys-seelect__value{width:100%;border-radius:15px 15px 0 0}.sf__special-filter .currencys-seelect__value:hover{background-color:initial}.sf__special-filter_dubai .special-filter-drop{height:20px}.sf__special-filter_dubai .currencys-seelect_cardlist{height:24px}@media screen and (max-width:1279px){.sf__special-filter_dubai .special-filter-drop{width:250px}.sf__special-filter_dubai .currencys-seelect_cardlist.isOpen{box-shadow:0 -15px 20px rgba(143,149,172,.1)}}@media screen and (max-width:1023px){.sf__special-filter_dubai .currencys-seelect_cardlist{width:150px;margin-left:-15px}.sf__special-filter_dubai .currencys-seelect_cardlist .currencys-seelect__cource-cards,.sf__special-filter_dubai .currencys-seelect_cardlist .currencys-seelect__rate{display:none}}.about-complex-mobile{display:flex;justify-content:space-between;padding:20px;border-radius:20px;background-color:#f6f7f8;cursor:pointer}.about-complex-mobile div{display:flex;align-items:center;font-weight:700}.about-complex-mobile div svg{margin-right:15px}.complex-mobile-popup{position:fixed;min-height:100vh;top:0;left:0;right:0;bottom:0;z-index:1234;background-color:#fff;overflow:auto}.complex-mobile-popup .sf__info-body,.complex-mobile-popup .sf__info-header{padding-left:10px;padding-right:10px}.complex-mobile-header{height:50px;width:100%;display:flex;align-items:center;font-weight:700;text-align:center;border-bottom:1px solid rgba(143,149,172,.2);justify-content:center}.complex-mobile-header a{position:absolute;left:10px}.complex-mobile-contacts{margin-top:15px}.complex-mobile-contacts .sf__manager-block{margin-top:0}.complex-mobile-contacts .sf__manager{margin-bottom:0;padding:0;border:0}.complex-filter-mobbtn{margin-top:-25px}.complex-filter-mobbtn button{width:100%}@media screen and (max-width:767px){.dubai-complex-filters-mobile .sf__filter.sf__filter_dubai{display:block;margin-top:0}}.remains{display:block;padding:15px;margin-top:-15px;cursor:pointer;position:relative}.remains__header{display:flex;font-size:14px;line-height:18px;font-weight:400;align-items:center}.remains__header svg{margin-right:10px}.remains__body{margin-top:15px;position:absolute;left:0;width:100%;background-color:#fff;border-radius:0 0 20px 20px;padding-bottom:15px;box-shadow:0 10px 10px rgba(143,149,172,.2)}.remains__title{font-weight:700;font-size:14px;line-height:18px;padding-left:24px}.remains__list{margin-top:5px}.remains__list-link{display:flex;justify-content:space-between;font-weight:400;font-size:14px;color:#2c2e3e;padding-left:8px;padding-right:8px;margin-left:12px;margin-right:12px;align-items:center;height:30px;transition-duration:.3s}.remains__list-link:hover{background-color:#ecedf0;border-radius:5px}.remains__item-overtext{display:flex}.remains__item-overtext svg{margin-right:10px}.remains__item-text{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remains.active{background-color:#fff;border-radius:20px 20px 0 0;width:340px;box-shadow:0 2px 20px rgba(143,149,172,.1)}.mortgage__top-text{margin-top:-10px;margin-bottom:20px}.mortgage__managers{display:flex;grid-gap:20px;gap:20px;flex-wrap:wrap;align-items:flex-start}.mortgage__managers .contact-card{width:100%}@media screen and (max-width:1279px){.mortgage__managers .contact-card{padding:20px}}.mortgage__managers-item{width:calc(33.33333% - 14px);align-self:stretch;display:inline-flex}@media screen and (max-width:1023px){.mortgage__managers-item{width:calc(50% - 10px)}}.mortgage__menu{display:flex;justify-content:space-between;margin-bottom:30px}.mortgage__menu-left{display:flex;grid-gap:40px;gap:40px}.mortgage__menu-left a{display:inline-flex;align-items:center}.mortgage__menu-left a img{margin-right:3px}@media screen and (max-width:1023px){.mortgage__menu-left{flex-direction:column;grid-gap:10px;gap:10px}}.mortgage__menu-right{display:flex;grid-gap:40px;gap:40px}.mortgage__menu-right span{display:inline-flex;align-items:center;cursor:pointer}.mortgage__menu-right span svg{margin-right:3px}@media screen and (max-width:1023px){.mortgage__menu-right{flex-direction:column;grid-gap:10px;gap:10px}}.mortgage-calc-container{display:flex;grid-gap:20px;gap:20px}.mortgage-calc-add{background-color:#ecedf0;padding:30px;border-radius:20px;width:calc(33.33333% - 14px);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition-duration:.3s}.mortgage-calc-add:hover{background-color:#dfe1e9}.mortgage-calc-add__plus{width:80px;height:80px;border-radius:20px;background-color:#fff;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.mortgage-calc-add__text{margin-top:10px;color:#777a89;text-align:center}.mortgage-calc-add__tit{text-align:center}.calculator-mortgage{background-color:#f6f7f8;padding:45px 30px 30px;border-radius:20px;width:calc(33.33333% - 14px);position:relative}.calculator-mortgage .calculator__form{width:100%}.calculator-mortgage .calculator__item{width:100%;flex-basis:auto;margin-bottom:20px}.calculator-mortgage .slider__input{width:calc(100% - 20px);margin-left:10px}.calculator-mortgage .slider__input .noUi-handle{width:16px;height:16px;border:2px solid #fff;right:-8px;top:-8px}.calculator-mortgage .calculator__result{width:100%;margin-bottom:15px;display:block}.calculator-mortgage .calculator__result-title{padding-bottom:15px;border-bottom:1px solid #dfe1e9;margin-bottom:15px}.calculator-mortgage .calculator__result-list-item{display:flex;margin-bottom:15px}.calculator-mortgage .calculator__result-list-item svg{margin-right:13px}.calculator-mortgage .calculator__result button:disabled{color:#dfe1e9}.calculator-mortgage .calculator__result .new-alert{margin-bottom:0;padding-top:12px;padding-bottom:11px}@media screen and (max-width:1023px){.calculator-mortgage .calculator__result .new-alert{padding-left:15px;padding-right:15px}.calculator-mortgage .calculator__result .new-alert .new-alert__icon{margin-right:10px}}.calculator-mortgage.calculator-mortgage_for-pdf{background-color:initial;width:100%;padding-left:0;padding-right:0;padding-bottom:0}.calculator-mortgage.calculator-mortgage_for-pdf input{background-color:#f6f7f8}.calculator-mortgage.calculator-mortgage_for-pdf .calculator__item:first-child{pointer-events:none;opacity:.4;color:#c7cad5}.calculator__result-list-overstat_active .calculator__result-list-title,.calculator__result-list-overstat_active .calculator__result-list-value{color:#2cba2e}.slider-input__control-postfix{position:absolute;right:10px;bottom:17px;color:#777a89}.calculator__crumbs{padding:6px 10px;border-radius:20px;background-color:#ecedf0;margin-right:10px;margin-bottom:6px;cursor:pointer}.calculator__close{position:absolute;right:15px;top:25px;cursor:pointer}.mortgage-calc{background-color:#f6f7f8;border-radius:20px;padding:30px;display:flex;width:100%;grid-gap:20px;gap:20px}.mortgage-calc .input_type_form .input__control{box-shadow:none}.mortgage-calc .input_type_form .input__error{box-shadow:inset 0 0 0 1px #ff2d23}.mortgage-calc__left{width:66.6666%}.mortgage-calc__right{width:calc(33.3333% - 20px);display:flex;flex-direction:column;grid-gap:20px;gap:20px}.mortgage-calc__rates{display:flex;grid-gap:20px 40px;gap:20px 40px;flex-wrap:wrap;margin-bottom:30px}.mortgage-calc__rates li{background-color:#fff;border-radius:50px;padding:6px 35px;cursor:pointer;white-space:nowrap}.mortgage-calc__rates li.active{color:#fff;background-color:#ff2d23}.mortgage-calc__calcs{display:flex;grid-gap:50px;gap:50px}.mortgage-calc__calcs .mortgage-calc__part{width:50%;position:relative}.mortgage-calc__calcs .mortgage-calc__part:first-child:after{content:"";width:1px;position:absolute;top:40px;bottom:0;right:-25px;background-color:#d9d9d9;display:none}.mortgage-calc__part-row{display:flex;width:100%;grid-gap:20px;gap:20px}.mortgage-calc__part-row .hp__form-item{flex-grow:1}.mortgage-calc__part-row .hp__form-label.text{white-space:nowrap}.mortgage-calc__name-calc{margin-bottom:15px;font-weight:700}.mortgage-calc__early-btn{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;font-size:18px;font-weight:700;cursor:pointer;transition-duration:.3s}.mortgage-calc__early-btn svg path{transition-duration:.3s}.mortgage-calc__early-btn:hover{background-color:#f8f8f8}.mortgage-calc__early-btn.mortgage-calc__early-btn_half{height:50%}.mortgage-calc__early-btn:hover svg path:first-child{fill:#f1f3f6}.mortgage-calc__early-form{padding:20px;border-radius:20px;background-color:#e3f0f7}.mortgage-calc__early-form .hp__form-item{margin-top:20px}.mortgage-calc__early-header{display:flex;justify-content:space-between;margin-bottom:-15px}.mortgage-calc__early-header svg{transition-duration:.3s;cursor:pointer}.mortgage-calc__early-header svg:hover rect{fill:#f1f3f6}.mortgage-calc .hp__form-item{margin-top:20px}.mortgage-calc .input__control_postfix{position:absolute;right:10px;bottom:17px;color:#777a89}.mortgage-calc .mortgage-calc__select .custom-select__selected{height:50px;background-color:#fff}.mortgage-calc .react-datepicker-wrapper{width:100%}.mortgage-calc__bottom{display:flex;grid-gap:20px;gap:20px}.mortgage-calc__send{width:33.333%;margin-top:25px;display:flex;flex-direction:column}.mortgage-calc__send h4{font-size:18px;width:100%;text-align:center}.mortgage-calc__send .mortgage-calc__send-content{margin-top:15px}.mortgage-calc__send .mortgage-calc__send-content .custom-select{max-width:250px;margin:0 auto}.mortgage-calc__send .mortgage-calc__send-content .custom-select__selected{height:50px}.mortgage-calc__send .mortgage-calc__send-content .mortgage-calc__send-list{display:flex;grid-gap:10px;gap:10px;justify-content:center;position:relative;margin-top:-30px}.mortgage-calc__send .mortgage-calc__send-content .mortgage-calc__send-list li{list-style-type:none;padding:7px;border-radius:50%;background-color:#f6f7f8;display:flex;cursor:pointer;justify-content:center;transition-duration:.3s;width:40px;height:40px}.mortgage-calc__send .mortgage-calc__send-content .mortgage-calc__send-list li svg{padding-left:0!important}.mortgage-calc__send .mortgage-calc__send-content .mortgage-calc__send-list li:hover{background-color:#eee}.mortgage-results{width:74%;margin-top:25px;min-height:404px;background:url(/static/media/calcbg2.bba1bfb7.jpg);background-size:cover;background-position:50%;border-radius:20px;display:flex;grid-gap:30px;gap:30px;padding:30px;color:#fff;flex-direction:column}.mortgage-results__part{display:flex;width:100%;grid-gap:50px;gap:50px}.mortgage-results__section{width:50%;display:flex;justify-content:space-between;flex-direction:column}.mortgage-results__progress,.mortgage-results__section h4{margin-bottom:25px}.mortgage-results__designations{grid-gap:20px;gap:20px;display:flex}.mortgage-results__designations span{margin-bottom:15px}.mortgage-results__designations span:first-child:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#2c2e3e;display:inline-block;margin-right:10px}.mortgage-results__designations span:last-child:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#fff;display:inline-block;margin-right:10px}.mortgage-results__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:30px}.mortgage-results__list li{display:flex;justify-content:space-between;color:#e3f0f7}.mortgage-results__list li span:last-child{font-weight:700;width:100px;text-align:left}.mortgage-results__chart-btn{width:100%;height:50px;border:1px solid #fff;font-weight:700;display:flex;align-items:center;justify-content:center;outline:none;background-color:initial;color:#fff;font-family:"Formular",sans-serif;border-radius:5px;cursor:pointer}.mortgage-results .mortgage-results__chart-btn_dark{background-color:#2c2e3e;border:1px solid #2c2e3e}.mortgage-calc__send .custom-select__options{z-index:2;position:relative}.recently-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.recently-card__image{border:1px solid #dfe1e9;border-radius:20px;height:185px;object-fit:cover;margin-bottom:18px}.recently-card__price{font-weight:700;font-size:16px;line-height:20px;text-transform:none;letter-spacing:normal}@media screen and (max-width:1599px){.recently-card__price{font-size:16px;line-height:18px}}@media screen and (max-width:1279px){.recently-card__price{font-size:14px;line-height:18px}}.recently-card__builder,.recently-card__type{color:#777a89;margin-top:4px}.action-hint{border-radius:20px;background-color:#f6f7f8;padding:16px 20px;display:flex}.action-hint svg{flex-shrink:0;margin-right:15px}.action-big-hint{display:flex;padding:30px;border-radius:20px;background-color:#f6f7f8;justify-content:space-between;align-items:center}.action-big-hint__main{display:flex}.action-big-hint__main svg{flex-shrink:0;margin-right:20px}.action-big-hint__interval{margin-top:4px;color:#777a89}.action-big-hint__interval b{margin-left:6px;color:#000}.action-big-hint__more{cursor:pointer}.action-big-hint__more span{color:#777a89}.error-report-link{display:flex;align-items:center;position:absolute;right:0;cursor:pointer;margin-top:15px}.error-report-link svg{margin-right:5px}.error-report{height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;justify-content:center}.error-report .h3{text-align:center;margin-bottom:25px}.error-report__area{width:100%;margin-bottom:20px}.error-report__area .textarea textarea{background-color:#f6f7f8;box-shadow:none}.error-report .new-alert .new-alert__title{margin-bottom:0;margin-top:3px}.new-events__filters{display:flex;justify-content:space-between}.new-events__filters-left{display:flex;grid-gap:20px;gap:20px}.new-events__filters-left .section-search__inp{width:400px}.new-events__filters-left .custom-select__selected{height:100%;min-width:190px}.new-events__tabs{margin-top:20px;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:2}.new-events .hp__event:before{display:none}.new-events .hp__event{padding:20px 30px}.new-events .hp__event-name{padding-right:120px;width:100%}.new-events .hp__event-header{align-items:center}.new-events .hp__event-status{cursor:pointer}.new-events .hp__events-day .hp__event-status.text{padding:5px 15px;border-radius:20px}.new-events .hp__events-day .hp__event-status.text:before{display:none}.new-events .hp__events-day .hp__event-status_webinar,.new-events .hp__events-day .hp__event_webinar .hp__event-status{color:#2cba2e;border:1px solid #2cba2e}.new-events .hp__events-day .hp__event-status_learning,.new-events .hp__events-day .hp__event_learning .hp__event-status{color:#fba200;border:1px solid #fba200}.new-events .hp__events-day .hp__event-status_excursion,.new-events .hp__events-day .hp__event_excursion .hp__event-status{color:#8790e5;border:1px solid #8790e5}.new-events .hp__events-day_top{border:1px solid red}.new-events .hp__events-day .hp__events-label{font-weight:400;height:30px}.new-events .hp__calendar-legend{margin-bottom:20px}.new-events .hp__events-day .hp__event-status.hp__event-status_ether{background-color:#2cba2e;color:#fff}.new-events .hp__events-day .hp__event-status.hp__event-status_ether:before{content:"";width:6px;height:6px;display:inline-block;border-radius:50%;background-color:#fff}.new-events .hp__calendar-title{display:inline-block}.new-events__search-result{position:absolute;margin-top:51px;width:600px;padding:16px;border-radius:20px;box-shadow:0 2px 20px rgba(143,149,172,.1);background-color:#fff;z-index:1}.new-events__search-result li a{display:flex;justify-content:space-between;padding:6px 12px;border-radius:5px;align-items:center}.new-events__search-result li a div{display:flex;width:calc(100% - 100px);align-items:center}.new-events__search-result li a div svg{flex-shrink:0;margin-right:10px}.new-events__search-result li a div p{color:#2c2e3e;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:40px}.new-events__search-result li a span{color:#8f95ac}.new-events__search-result li a:hover{background-color:#ecedf0}.new-events__videolist{margin-top:20px}.new-events__videolist-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #e9eaee}.new-events__videolist-link a{display:flex;align-items:center;color:#8f95ac;transition-duration:.3s}.new-events__videolist-link a:hover{color:#80869a}.new-events__vebinars{display:flex;grid-gap:20px;gap:20px}.new-events__vebinar-item{border:1px solid #dfe1e9;border-radius:20px;margin-top:20px;width:calc(50% - 10px)}.new-events__vebinar-img{position:relative;height:125px}.new-events__vebinar-img img{object-fit:cover;width:100%;height:100%;z-index:1;border-radius:20px;position:relative;margin-top:-1px}.new-events__vebinar-time{position:absolute;background-color:#f6f7f8;color:#777a89;padding:2px 6px;border-radius:20px;right:10px;bottom:10px;font-size:11px;z-index:1}.new-events__vebinar-info{padding:7px 15px 15px}.new-events__vebinar-date{font-size:13px;color:#8f95ac;margin-bottom:5px}.new-events__vebinar-title{font-weight:700;color:#2c2e3e;font-size:13px}.custom-calendar-select{display:inline-block;width:auto;min-width:auto}.custom-calendar-select .custom-select__selected{background-color:initial;padding:0 0 0 5px;color:#777a89;font-size:16px}.custom-calendar-select .custom-select__selected:after{margin-left:5px}.custom-select.custom-calendar-select.is-showing .custom-select__options{width:auto;min-width:80px;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:10px;padding-bottom:3px;padding-top:3px}.custom-select.custom-calendar-select.is-showing .custom-select__options .custom-select__option{color:#8f95ac;font-size:14px;font-weight:400;padding-top:4px;padding-bottom:4px}.custom-select.custom-calendar-select.is-showing .custom-select__options .custom-select__option.is-active{color:#ff2d23}.custom-select.is-showing.custom-calendar-select .custom-select__selected{background-color:initial}.speakers-form .new-alert__title{margin-top:3px}.hp__calendar-title .custom-select{box-shadow:none}.hp__events-label_active{-webkit-animation-name:fade-in-out;animation-name:fade-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hp__events-label_active,.hp__events-label_active span{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0s;animation-delay:0s}.hp__events-label_active span{-webkit-animation-name:fade-in-out-text;animation-name:fade-in-out-text;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fade-in-out{0%{background:#8790e5;color:#fff}50%{background:#8790e5;color:#fff}}@keyframes fade-in-out{0%{background:#8790e5;color:#fff}50%{background:#8790e5;color:#fff}}@-webkit-keyframes fade-in-out-text{0%{color:#fff}50%{color:#fff}}@keyframes fade-in-out-text{0%{color:#fff}50%{color:#fff}}.hp__calendar.hp__calendar_events .react-calendar__month-view__days,.hp__calendar.hp__calendar_events .react-calendar__month-view__weekdays{display:flex!important;grid-gap:0!important;gap:0!important}.hp__calendar.hp__calendar_events .react-calendar__month-view__days .react-calendar__tile{overflow:visible!important;border:3px solid #fff;box-sizing:border-box;height:50px;border-radius:10px;font-family:"Formular",sans-serif}.events-page{height:calc(100vh - 180px);overflow:auto}.sf__detail-col.sf__detail-col_events-list{height:100%;overflow:auto}.sf__detail-col.sf__detail-col_events-list::-webkit-scrollbar{width:2px;margin-right:-5px}.sf__detail-col.sf__detail-col_events-list::-webkit-scrollbar-track{background:#f1f1f1;margin-right:-5px}.sf__detail-col.sf__detail-col_events-list::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px;margin-right:-5px}.hp__calendar.hp__calendar_events .react-calendar__year-view .react-calendar__tile{border:3px solid #fff;border-radius:15px;height:55px}.hp__calendar.hp__calendar_events .react-calendar__year-view .react-calendar__tile:disabled{background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%)}.hp__calendar.hp__calendar_events .react-calendar__year-view .react-calendar__tile{background-color:#f4fff4;font-family:"Formular",sans-serif}.hp__calendar.hp__calendar_events .react-calendar__year-view .react-calendar__tile:enabled:hover{background-image:none}.hp__calendar.hp__calendar_events .react-calendar__year-view .react-calendar__tile.react-calendar__tile--hasActive{background-color:#dff5e0;color:#2cba2e}.hp__calendar.hp__calendar_events .react-calendar__navigation__label{font-size:16px;padding-left:0;padding-bottom:20px;line-height:normal;font-family:"Formular",sans-serif;white-space:nowrap}.hp__calendar.hp__calendar_events .react-calendar__navigation__label:hover{cursor:default}.hp__calendar.hp__calendar_events .react-calendar__navigation__label span{color:#777a89;background:linear-gradient(178.9deg,rgba(243,244,252,.58) 30.12%,#f4f4f7 99.06%);cursor:pointer;padding:8px 28px 8px 12px;border-radius:10px}.hp__calendar.hp__calendar_events .react-calendar__navigation__label span:after{content:"";width:25px;height:25px;display:inline-block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUxMSA3LjkybC0zLjA1NC0zLTMuMDU1IDNNOS40MDIgMTUuOTJsMy4wNTUgMyAzLjA1NS0zIiBzdHJva2U9IiM3NzdhODkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");position:absolute;margin-top:-3px}.hp__calendar.hp__calendar_events .react-calendar__navigation__label:before{content:"Календарь мероприятий на "}.hp__calendar.hp__calendar_events .react-calendar__navigation__label:focus,.hp__calendar.hp__calendar_events .react-calendar__navigation__label:hover{background:transparent}.sf__sticky.sf__sticky_calendar-events{top:-7px}.compare{margin-bottom:50px}@media screen and (min-width:768px){.compare [data-rbd-drag-handle-context-id="0"],.compare [data-rbd-drag-handle-context-id="0"] .compare-slider__item-plan .compare-slider__plan-image img{cursor:move}}.compare .swiper-button-next,.compare .swiper-button-prev{position:absolute;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:1px solid rgba(143,149,172,.2);border-radius:50%;cursor:pointer;background:#fff;transition:all .3s;margin-top:50px}.compare .swiper-button-next:active:not(.swiper-button-disabled),.compare .swiper-button-next:hover:not(.swiper-button-disabled),.compare .swiper-button-prev:active:not(.swiper-button-disabled),.compare .swiper-button-prev:hover:not(.swiper-button-disabled){background:#f6f7f8}.compare .swiper-button-next:before,.compare .swiper-button-prev:before{content:"";width:8px;height:8px;border-top:1px solid #2c2e3e;border-right:1px solid #2c2e3e;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:2px}.compare .swiper-button-next svg,.compare .swiper-button-prev svg{width:12px;height:10px}@media screen and (max-width:767px){.compare .swiper-button-next,.compare .swiper-button-prev{display:none}}.compare .swiper-button-next{left:auto;right:0}.compare .swiper-button-next:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:0;margin-right:2px}.compare .swiper-button-disabled{opacity:.3;cursor:default}.compare__filters{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.compare__filters-dropdowns{display:flex;grid-gap:20px;gap:20px;height:50px}.compare__filters-dropdowns .custom-select__selected{height:100%;min-width:190px}.compare__filters-buttons{display:flex;grid-gap:25px;gap:25px}.compare__filters-buttons .link{color:#2c2e3e;display:flex;align-items:center}.compare__filters-buttons .link svg{margin-right:8px}.compare__filters-buttons .link svg path{transition-duration:.3s}.compare__filters-buttons .link:hover{color:#cf2d23}.compare__filters-buttons .link:hover svg path{stroke:#cf2d23}.compare .switch{margin-top:20px;display:inline-flex}.swiper-overbtn .swiper-button-prev{left:20px}.swiper-overbtn .swiper-button-next{right:20px}.compare-slider{margin-top:25px}.compare-slider__item-plan{padding:16px 32px;display:flex;justify-content:center;position:relative;height:205px}.compare-slider__item-plan .compare-slider__plan-image{position:relative;display:flex;align-items:center;justify-content:center}.compare-slider__item-plan .compare-slider__plan-image .swiper-zoom{bottom:auto;right:auto;opacity:0}.compare-slider__item-plan .compare-slider__plan-image img{max-height:173px;cursor:pointer}.compare-slider__item-plan .compare-slider__plan-image .compare-table__zoom-btn{bottom:auto;right:auto;opacity:0}.compare-slider__item-plan .compare-slider__plan-image:hover .swiper-zoom,.compare-slider__item-plan .compare-table__zoom-items{opacity:1}.compare-slider__item-plan:hover .compare-table__zoom-btn{opacity:1!important}.compare-slider__item-plan:hover .compare-table__zoom-items{opacity:1}.compare-slider .compare-slider__plan-zoom{position:absolute;opacity:0;transition-duration:.3s}.compare-slider__item-actions{position:absolute;right:0;top:0}.compare-slider__item-actions li{cursor:pointer;margin-bottom:8px}.compare-slider__item-actions li svg path{transition-duration:.3s}.compare-slider__item-actions li:hover svg path{stroke:#ff2d23}.compare-slider__item-status{padding:4px 10px;border-radius:20px;display:inline-flex;margin-bottom:10px;margin-top:4px;margin-left:10px}.compare-slider .compare-slider__item-status_green{background-color:#dff5e0;color:#2cba2e}.compare-slider__item-title{height:38px;overflow:hidden;margin-bottom:5px;margin-left:10px;margin-right:10px}.compare-slider__list{display:flex;flex-direction:column}.compare-slider__list-item{padding:12px}.compare-slider__list-item:nth-child(2n){background-color:#f6f7f8}.compare-slider__list-label{color:#777a89;margin-bottom:4px;font-size:13px}.compare-slider__list-value{font-weight:700;font-size:14px;line-height:18px}.compare-slider__floor-plan{position:relative;display:flex;align-items:center;justify-content:center;height:205px;padding:16px 32px}.compare-slider__floor-plan .swiper-zoom{bottom:auto;right:auto;opacity:0}.compare-slider__floor-plan img{max-height:173px;cursor:pointer}.compare-slider__floor-plan:hover .swiper-zoom{opacity:1}.compare-slider__object-photo{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:10px;margin-right:10px}.compare-slider__object-photo .swiper-zoom{bottom:auto;right:auto;opacity:0}.compare-slider__object-photo img{height:190px;cursor:pointer;border-radius:5px;object-fit:cover;width:100%;margin-top:10px;margin-bottom:10px}.compare-slider__object-photo .compare-slider__object-description{text-align:left;width:100%}.compare-slider__object-photo .compare-slider__object-description_address{color:#64687b}.compare-slider__object-photo .compare-slider__object-image{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.compare-slider__object-photo .compare-slider__object-image:hover .swiper-zoom{opacity:1}.compare-slider__object-photo .sf-card__metro-list{width:100%;margin-top:10px}.compare-view-settings{margin-top:40px}.compare-view-settings li{padding-top:7px;padding-bottom:7px}.compare-view-settings__items-list{background-color:#f6f7f8;border-radius:20px;padding:27px 30px}.compare-view-settings .switch{width:100%;justify-content:space-between}.compare-sent-settings{margin-top:30px}.compare-sent-settings .h3{margin-bottom:20px}.compare-table{position:relative;margin-top:30px;margin-bottom:30px}.compare-table .ant-table .ant-table-container:after,.compare-table .ant-table .ant-table-container:before{display:none}.compare-table .ant-table-tbody>tr>td.compare-table__top-cell{vertical-align:top;padding:0 10px}.compare-table .ant-table-tbody>tr>td.compare-table__top-cell .label-item{margin-top:5px;margin-bottom:10px}.compare-table .compare-table__note{color:#777a89;margin-bottom:40px}.compare-table .compare-table__note-text{border-radius:5px;background-color:#f6f7f8;color:#000;padding:15px 10px;min-height:87px}.compare-table .ant-table-tbody>tr>td.compare-table__white-color{background-color:#fff}.compare-table .ant-table-tbody>tr>td{padding-top:10px;padding-bottom:10px}.compare-table__photo-building{height:212px;width:100%;object-fit:cover;border-radius:5px}.compare-table__plan{display:flex;justify-content:center;position:relative;height:205px;margin-top:20px}.compare-table__plan img{object-fit:contain;height:100%}.compare-table__plan-image{position:relative;display:flex;align-items:center;justify-content:center}.compare-table__plan-image .compare-table__zoom-btn{bottom:auto;right:auto;opacity:0}.compare-table__plan-image:hover .compare-table__zoom-btn{opacity:1!important}.compare-table__plan-image:hover .compare-table__zoom-items{opacity:1}.compare-table__zoom-btn{position:absolute;z-index:3;bottom:20px;right:20px;display:flex;justify-content:center;align-items:center;border:1px solid #dfe1e9;background-color:#fff;border-radius:50%;width:44px;height:44px;cursor:pointer;transition:all .3s}.compare-table__list-label{color:#777a89;margin-bottom:4px;font-size:13px}.compare-table__list-value{font-weight:700;font-size:14px;line-height:18px}.compare-table__subway{color:#8f95ac;display:flex;align-items:center;margin-bottom:4px}.compare-table__subway span{background-color:#f6f7f8;border-radius:20px;padding:2px 6px;margin-left:10px;display:flex;align-items:center;font-size:13px}.compare-table__subway span svg{margin-right:5px;flex-shrink:0}.compare-table__zoom-items{display:flex;height:100%;flex-direction:column;align-items:flex-end;justify-content:space-between;padding-top:10px;padding-bottom:10px;position:absolute;right:0;opacity:0;transition-duration:.3s}.compare-table__zoom-items span{width:30px;height:30px;display:flex;cursor:pointer;align-items:center;justify-content:center}.compare-table__header-title{justify-content:space-between;margin-bottom:30px}.compare-table__header-actions span,.compare-table__header-title{display:flex;align-items:center}.compare-table__header-actions span svg{margin-right:10px}.compare-table .ant-table-tbody>tr:nth-child(odd){background-color:#f6f7f8}.ant-table-tbody>tr.compare-table__floor:hover,.ant-table-tbody>tr.compare-table__note-row:hover,.ant-table-tbody>tr.compare-table__subway-row:hover,.ant-table-tbody>tr.compare-table__top-row:hover,.compare-table .ant-table-tbody>tr:nth-child(odd):not(.compare-table__subway-row):hover{background-color:#fff}.compare-table .ant-table table{min-width:auto!important}.ant-table-tbody>tr.compare-table__subway-row td{vertical-align:top}.drop-content{display:flex;overflow-x:scroll;flex:1 1;-ms-overflow-style:none;scrollbar-width:none}.drop-content::-webkit-scrollbar{display:none}.compare-table__note.compare-table__note_basic{width:100%;margin-top:30px}.compare-table__note{color:#777a89;margin-bottom:40px}.compare-table__note-text{border-radius:5px;background-color:#f6f7f8;color:#000;padding:15px 10px;min-height:87px}.compare-table__note.compare-table__note_basic .compare-table__note-text{height:100%}.compare-table__photo-building{width:calc(100% - 20px)}.compare .drop-content{overflow:hidden}@media screen and (max-width:767px){.compare .drop-content{overflow:auto}}.compare-table__drag:hover svg path{stroke:#ef372e}.compare-table__drag.active svg path{stroke:#ef372e;fill:#ef372e}.compare-public-footer{margin-top:30px;margin-bottom:30px;border-top:1px solid #d2d4de}.compare-public-footer .compare-slider{margin-top:5px}.compare-public-footer .compare-slider .compare-slider__list{flex-direction:row}.compare-public-footer .compare-slider__list-item:nth-child(2n){background-color:#fff}.crm-table__sf-controlsmodal.crm-table__sf-controlsmodal_compare .modal__inner{width:auto}.compare-slider__list-item.compare-slider__list-item_stat{display:flex;justify-content:space-between;align-items:flex-end}.motivation-filter-grig{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}.motivation-filter-grig__item{flex:1 1;margin-right:20px}.motivation-filter-grig__item .form__drop-content{min-width:230px}.motivation-filter-grig__item .form__item{margin-left:0}.motivation-filter-grig__item:first-child{flex:0 0 400px;background-color:initial}.motivation-filter-grig__item:last-child{background-color:initial}@media (max-width:768px){.motivation-filter-grig{justify-content:flex-start}.motivation-filter-grig__item{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 20px)}.motivation-filter-grig__item:last-child{display:none}}@media (max-width:400px){.motivation-filter-grig__item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 20px)}}.motivation__pretable-filters{display:flex;justify-content:space-between;padding-bottom:20px}.motivation__dwn{cursor:pointer}.motivation__dwn a{display:flex;align-items:center;transition-duration:.3s;color:#000;white-space:nowrap}.motivation__dwn a svg{margin-right:5px;flex-shrink:0}.motivation__dwn a:hover{color:#ff2d23}.motivation__dwn a svg path{transition-duration:.3s}.motivation__dwn a:hover svg path{stroke:#ff2d23}.mini-filter__col_small{width:90px}.motivation-table{margin-bottom:100px}.motivation-table .ant-table-container table>thead>tr:first-child th:first-child{border-radius:5px 0 0 5px}.motivation-table .ant-table-container table>thead>tr th{padding-top:11px;padding-bottom:12px;width:16.666%}.motivation-table .ant-table-container table>thead>tr:first-child th{border-right:1px solid #565865}.motivation-table .ant-table-container table>thead>tr:first-child th:last-child{border-right:none;border-radius:0 5px 5px 0}.motivation-table .ant-table-tbody>tr>td{vertical-align:top;padding:0}.motivation-table__builder-title{font-weight:700;margin-bottom:10px}.motivation-table__builder-link{color:#8790e5;transition-duration:.3s;cursor:pointer}.motivation-table__builder-link:hover{color:#727bcb}.motivation-table__object{padding-top:4px;padding-bottom:4px;display:block;transition-duration:.3s;color:#000}.motivation-table__object:first-child{padding-top:0}.motivation-table__object:hover{color:#727bcb}.motivation-table__reward{font-weight:700}.motivation-table__reward:first-child{padding-top:0}.motivation-table__complex-cell{border-bottom:1px solid #dfe1e9;display:flex}.motivation-table__complex-cell:last-child{border-bottom:none}.motivation-table__block-title{font-weight:700;padding:10px}.motivation-table__block-title a{color:#000}.motivation-table__block-title a:hover{border-bottom:1px solid}.motivation-table__comment-cell{word-break:break-word}.motivation-table__td{width:20%;vertical-align:top}.motivation-table__td div{padding:16px 10px;border-bottom:1px solid #dfe1e9}.motivation-table__td div:last-child{border-bottom:none}.motivation-table__fst-cell{padding:10px}.motivation-table__twoRow-cell{border-bottom:1px solid #dfe1e9;vertical-align:top}.motivation-table__twoRow-cell table:last-child td,.motivation-table__twoRow-row:last-child .motivation-table__twoRow-cell{border-bottom:none}.motivation-table__td-second{width:25%;vertical-align:top;border-bottom:1px solid #dfe1e9;padding:10px}.motivation-filters{display:inline-flex;grid-gap:20px;gap:20px;margin-bottom:20px}.motivation-filters .form__item{min-width:auto}.motivation-filters .rdrCalendarWrapper.rdrDateRangeWrapper{padding-bottom:35px}.motivation-filters .rdrDateDisplayItem input{pointer-events:none;color:#000}.motivation-filters .form__drop-name{max-width:100%;padding-right:12px}.motivation-filters .form__drop-name span{margin-left:5px}.motivation-date-inp .input__control{cursor:pointer;background-color:#f6f7f8;transition-duration:.3s;caret-color:transparent;box-shadow:none}.motivation-date-inp .input__control:hover{background-color:#ecedf0}.motivation-date-inp .input__control:focus{outline:none}.motivation-date-inp{position:relative}.motivation-date-inp .section-search__icon{right:7px;top:11px;transition-duration:.3s;border-radius:50%}.motivation-date-inp .section-search__icon:hover{background-color:#ecedf0}.motivation-date-inp input.input__control{padding:0;background:transparent}.motivation-date-inp div.input__control .icon{width:9px;stroke:#1e2030;fill:none;-webkit-transform:rotate(0);transform:rotate(0);position:absolute;top:18px;right:16px;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;pointer-events:none}.motivation-date-inp div.input__control.react-datepicker-ignore-onclickoutside .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.motivation__terms-interaction{max-width:830px;margin:0 auto}.motivation__terms-interaction li{list-style-type:none}.motivation__terms-interaction br{display:none}.motivation__terms-interaction h3{text-align:center;font-size:21px;font-weight:400;margin-bottom:25px}.motivation__terms-interaction table{border-collapse:collapse;margin-bottom:80px}.motivation__terms-interaction table thead th{font-size:20px;font-weight:700;text-align:center;padding-bottom:10px}.motivation__terms-interaction table tbody{border:1px solid #ccc}.motivation__terms-interaction table tbody tr td{vertical-align:top;padding:15px 12px 12px}.motivation__terms-interaction table tbody tr td:first-child{min-width:300px}.motivation__terms-interaction table tbody tr td:last-child:not(last-child):first-child{padding-top:0}.motivation__terms-interaction table tbody tr td:nth-last-child(2){font-weight:500;padding-right:50px;background-color:#f4f4f4;padding-left:12px}.sf__filter-item.disabled{-webkit-filter:opacity(.5);filter:opacity(.5);pointer-events:none}.chat-btn{position:fixed;bottom:100px;right:0;display:flex;width:66px;height:60px;background-color:#e3f0f7;border-radius:16px 0 0 16px;cursor:pointer;-webkit-animation:chatBtnPulseAnimation 1.5s infinite;animation:chatBtnPulseAnimation 1.5s infinite;justify-content:center;align-items:center;z-index:9}.chat-btn.unread{-webkit-animation:chatBtnPulseAnimationUnread 1.5s infinite;animation:chatBtnPulseAnimationUnread 1.5s infinite}@-webkit-keyframes chatBtnPulseAnimation{0%,to{box-shadow:0 0 4px rgba(0,0,0,.25)}50%{box-shadow:0 0 16px rgba(0,0,0,.3)}}@keyframes chatBtnPulseAnimation{0%,to{box-shadow:0 0 4px rgba(0,0,0,.25)}50%{box-shadow:0 0 16px rgba(0,0,0,.3)}}@-webkit-keyframes chatBtnPulseAnimationUnread{0%,to{box-shadow:0 0 4px rgba(255,0,0,.25)}50%{box-shadow:0 0 16px rgba(255,0,0,.3)}}@keyframes chatBtnPulseAnimationUnread{0%,to{box-shadow:0 0 4px rgba(255,0,0,.25)}50%{box-shadow:0 0 16px rgba(255,0,0,.3)}}.overchat{min-height:calc(100vh - 182px);background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-end;align-items:flex-end;visibility:hidden;transition:visibility 0s .7s;position:fixed;width:100%;height:100%;z-index:123}.overchat.active{visibility:visible;-webkit-animation:fadeIn .7s forwards;animation:fadeIn .7s forwards}.overchat.hide{-webkit-animation:fadeOut .7s forwards;animation:fadeOut .7s forwards;transition:visibility 0s .7s}.chat{border-radius:16px 0 0 16px;width:945px;height:100%;min-height:calc(100vh - 192px);background-color:#f6f7f8;display:flex;right:0;-webkit-animation:slideIn .3s forwards;animation:slideIn .3s forwards;height:auto}.chat__close-chat{width:40px;height:40px;background-color:#ff2d23;left:-40px;top:20px;border-radius:12px 0 0 12px;position:absolute;display:flex;justify-content:center;align-items:center;cursor:pointer;transition-duration:.3s}.chat__close-chat:hover{background-color:#e3291f}.chat__left{width:425px;background-color:#fff;padding:18px;border-radius:16px 0 0 16px}.chat__left,.chat__right{max-height:calc(100vh - 192px)}.chat__right{width:520px;background-image:url(/static/media/stubbg.c475083a.svg);background-repeat:no-repeat;background-position:50%}.chat__empty-text{height:100%;display:flex;justify-content:center;align-items:center;font-size:16px}.chat__tabs{margin-top:20px}.chat__tabs .tab-btn{min-width:129px}.chat__sort{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.chat__sort-edit{text-decoration:underline;cursor:pointer}.chat__sort-edit:hover{text-decoration:none}.chat__sort-edit.chat__sort-edit_sort{color:#ff2d23}.chat.active{-webkit-animation:slideIn .3s forwards;animation:slideIn .3s forwards}.chat.hide{-webkit-animation:slideOut .3s forwards;animation:slideOut .3s forwards}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slideOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.chats-list{max-height:calc(100% - 157px);width:calc(100% + 36px);box-sizing:border-box;overflow:auto;margin-left:-18px;margin-top:-1px;overflow-x:hidden}.chats-list.chats-list_search{max-height:110px}.chats-list.chats-list_search .chat-item__logo-stub{width:32px;height:32px}.chats-list.chats-list_search .chat-item{grid-template-columns:31px 1fr;grid-gap:10px;gap:10px}.chats-list.chats-list_search .chat-item__bottom-info{margin-top:2px}.chats-list.chats-list_search .chat-item__name{font-size:12px}.chats-list.chats-list_search .chat-item__message{white-space:nowrap;max-width:350px;text-overflow:ellipsis;display:block}.chat-item__sortered-checkbox{display:flex;margin-right:15px}.chat-item__overlogo{display:flex;position:relative}.chats-list::-webkit-scrollbar{width:2px}.chats-list::-webkit-scrollbar-track{background:#f1f1f1}.chats-list::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px}.chats-list .chat-item{display:flex;box-sizing:border-box;grid-gap:15px;gap:15px;cursor:pointer;padding:10px 18px;position:relative}.chat-item__info-block{position:relative;display:flex;flex-direction:column;width:100%}.chats-list .chat-item__logo-stub{background-color:#efefef;width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-shrink:0}.chats-list .chat-item__top-info{position:relative;width:100%;box-sizing:border-box}.chats-list .chat-item__name{font-weight:500;padding-right:40px;text-overflow:ellipsis;overflow:hidden;width:250px;white-space:nowrap}.chats-list .chat-item__time{font-size:10px;color:#999;position:absolute;right:0;top:0;color:#afafaf}.chats-list .chat-item__bottom-info{margin-top:4px}.chats-list .chat-item__message{color:#64687b;word-break:break-word;overflow:hidden;padding-right:35px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:14px}.chats-list .chat-item__message-me{display:inline;color:#000;padding-right:5px}.chats-list .chat-item__message-count{min-width:18px;height:18px;background-color:#ff2d23;color:#fff;display:grid;font-size:10px;place-items:center;position:absolute;right:0;bottom:0;padding-left:5px;padding-right:5px;border-radius:50px}.chats-list .chat-item.active-chat{background-color:#fdefee}.open-chat{height:100%;overflow:hidden;padding:0;display:flex;flex-direction:column}.open-chat__search{position:absolute;margin-top:100px;background-color:#fff;left:445px;right:20px;padding:16px 20px;z-index:1}.open-chat__search-area{display:flex;width:100%;align-items:center;grid-gap:10px;gap:10px}.open-chat__search-inp{width:100%}.open-chat__search-inp .section-search__inp{height:30px;font-size:12px;padding-left:30px;padding-right:90px}.open-chat__search-inp .chat-search-icon{padding-top:7px;padding-left:10px}.open-chat__search-inp .chat-search-icon svg{width:15px;height:15px}.open-chat__search-count{position:absolute;right:66px;color:#64687b;font-size:12px}.open-chat .section-search__icon{top:0}.open-chat__search-arrows{display:flex;grid-gap:5px;gap:5px}.open-chat__search-arrows span{cursor:pointer;display:flex;height:12px;width:12px;align-items:center}.open-chat__search-arrows span svg path{transition-duration:.3s}.open-chat__search-arrows span:hover svg path{stroke:#a6a4a4}.open-chat__search-list{margin-top:15px}.open-chat__header{display:flex;justify-content:space-between;align-items:center;min-height:88px;background-color:#fff;padding-left:20px;padding-right:20px}.open-chat__user{display:flex;grid-gap:10px;gap:10px}.open-chat__user-logo{position:relative}.open-chat__overfield{overflow-y:auto;overflow-x:hidden;height:100%}.open-chat__overfield::-webkit-scrollbar{width:2px}.open-chat__overfield::-webkit-scrollbar-track{background:#f1f1f1;margin-right:-10px}.open-chat__overfield::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px;margin-left:10px}.open-chat__field{display:flex;justify-content:flex-end;flex:1 1;flex-direction:column;padding:20px;position:relative;min-height:100%}.open-chat__user-name{font-size:18px;font-weight:700;margin-bottom:3px;margin-top:2px}.open-chat__user-post{font-size:12px;color:#64687b;text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.open-chat__user-status{width:8px;height:8px;border-radius:50%;position:absolute;right:2px;top:35px}.open-chat__user-status_active{background-color:#2cba2e}.open-chat__header-actionbtn{cursor:pointer;border-radius:12px;height:35px}.open-chat__header-actionbtn svg path{transition-duration:.3s}.open-chat__header-actionbtn svg:hover path:first-child{fill:#f6f7f8}.open-chat__header-right{display:flex;align-items:center;grid-gap:10px;gap:10px}.open-chat__search-btn{cursor:pointer;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;transition-duration:.3s}.open-chat__search-btn:hover{background-color:#f6f7f8}.open-chat__search-btn.open-chat__search-btn_active svg path{fill:#ff2d23}.open-chat__message{border-radius:10px 10px 0;flex-wrap:wrap;width:253px;height:auto}.open-chat__message:hover .open-chat__message-actionbtn{display:flex}.open-chat__message.open-chat__message_me{background-color:#edf2ff;align-self:flex-end;border-radius:10px 10px 0 10px}.open-chat__message.open-chat__message_error{background-color:#ffe6e5}.open-chat__footer{background-color:#fff;display:flex;align-items:center;margin-bottom:20px;padding:20px;box-sizing:border-box;grid-gap:8px;gap:8px;align-items:flex-start;margin-left:20px;margin-right:20px}.open-chat__footer span{padding-top:3px;display:flex;cursor:pointer}.open-chat__footer.open-chat__footer_answer{display:flex;flex-direction:column;margin-bottom:0;padding-left:70px;padding-right:55px;position:relative}.open-chat__footer.open-chat__footer_answer:before{content:"";width:5px;display:inline-block;position:absolute;top:15px;bottom:15px;left:53px;background-color:#b7b7b7}.open-chat__send-form{grid-gap:10px;gap:10px;display:flex;width:100%}.open-chat__upload-btn{width:32px;height:32px;border:none;outline:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjE4NyAxMy41bDcuNTc2LTcuNTc2Ljk0My45NDMtNy41NzcgNy41NzYtLjk0Mi0uOTQzek05LjcgMTYuMDE0bDcuNTc3LTcuNTc2Ljk0My45NDMtNy41NzYgNy41NzYtLjk0My0uOTQzek0xNS4wNDMgMjEuMzU3bDcuNTc2LTcuNTc2Ljk0My45NDItNy41NzYgNy41NzYtLjk0My0uOTQyek0xNy41NTcgMjMuODdsNy41NzctNy41NzYuOTQyLjk0My03LjU3NiA3LjU3Ni0uOTQzLS45NDJ6IiBmaWxsPSIjMzM2OUYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41NTcgMjMuODdjLTIuNjE1IDIuNjE2LTYuODQ1IDIuNjI1LTkuNDQ5LjAyMi0yLjYwMy0yLjYwNC0yLjU5NC02LjgzNC4wMjEtOS40NWwtLjk0Mi0uOTQyYy0zLjEzOSAzLjEzOC0zLjE1IDguMjE1LS4wMjYgMTEuMzM5IDMuMTI1IDMuMTI0IDguMjAxIDMuMTEzIDExLjM0LS4wMjVsLS45NDQtLjk0M3pNMjIuNjIgMTMuNzhsLjk0Mi45NDNjMi40NDEtMi40NCAyLjQ1LTYuMzg5LjAyLTguODE5LTIuNDMtMi40My02LjM3OS0yLjQyMS04LjgyLjAybC45NDQuOTQzYzEuOTE3LTEuOTE4IDUuMDItMS45MjUgNi45MjktLjAxNiAxLjkxIDEuOTEgMS45MDIgNS4wMTItLjAxNiA2LjkzeiIgZmlsbD0iIzMzNjlGMyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS43IDE2LjAxNGMtMS43NDIgMS43NDQtMS43NDkgNC41NjQtLjAxMyA2LjMgMS43MzYgMS43MzUgNC41NTYgMS43MyA2LjMtLjAxNGwtLjk0NC0uOTQzYTMuMTE4IDMuMTE4IDAgMDEtNC40MS4wMSAzLjExOCAzLjExOCAwIDAxLjAxLTQuNDFsLS45NDItLjk0M3oiIGZpbGw9IiMzMzY5RjMiLz48L3N2Zz4=);background-color:initial;cursor:pointer;background-position:50%;padding-top:5px}.open-chat__reply-close{width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;background-color:#f6f7f8;transition-duration:.3s;flex-shrink:0;padding-top:0!important;margin-left:10px;position:absolute;top:20px;right:20px}.open-chat__reply-close:hover{background-color:#ececec}.open-chat__message-field{width:100%;min-height:10px;max-height:100px;box-sizing:border-box;transition:height .2s ease;outline:none;border-radius:6px;padding:7px 16px;flex:1 1;font-style:inherit;border:none;background-color:#f6f7f8;overflow:auto;resize:none;font-family:"Formular"}.open-chat__message-field::-webkit-scrollbar{width:0}.open-chat__send-messagebtn{border:none;outline:none;background-color:#3369f3;width:28px;height:28px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.open-chat__add-icon:hover .open-chat__add-add svg path{transition-duration:.3s;stroke:#a1a0a0}.open-chat__send-icon:hover svg path{transition-duration:.3s;fill:#a1a0a0}.open-chat__message{background-color:#fff;display:flex;padding:10px;width:-webkit-max-content;width:max-content;max-width:400px;border-radius:0 10px 10px 10px;justify-content:space-between;margin-top:7px;margin-bottom:7px;flex-direction:column}.open-chat__message-time{font-size:12px;color:#b7b7b7;margin-right:4px}.open-chat__date{color:#979797;margin:25px auto}.open-chat__message-info{display:flex;padding-left:15px;align-self:flex-end;color:#999;margin-top:10px;align-items:center}.open-chat__message-error-flag{cursor:pointer}.open-chat__message-error-flag .open-chat__action-list li{color:#1e2030}.open-chat__message-error-flag:hover .open-chat__action-list{display:block;right:0;bottom:0;top:auto}.open-chat__add-icon{position:relative}.open-chat__add-list{position:absolute;display:flex;margin-top:-120px;background-color:#fff;flex-direction:column;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:10px;padding:14px 10px;width:240px;margin-left:-20px}.open-chat__add-list li{display:flex;align-items:center;height:30px;transition-duration:.3s;border-radius:10px;padding:5px 12px;box-sizing:border-box}.open-chat__add-list li svg{margin-right:5px}.open-chat__add-list li:hover{background-color:#ecedf0}.open-chat__message{position:relative}.open-chat__message .open-chat__message-img{width:100%;height:100%}.open-chat__message .open-chat__message-img:first-child img{width:100%;height:60%}.open-chat__message .open-chat__message-img img{object-fit:contain;height:150px}.open-chat__message-actions{position:relative;margin-top:7px;margin-left:5px;height:-webkit-max-content;height:max-content;display:none}.open-chat__message-text{overflow:hidden;overflow-wrap:anywhere}.open-chat__message-text a{display:none}.open-chat__overmessage{display:flex;width:-webkit-max-content;width:max-content}.open-chat__overmessage:hover .open-chat__message-actions{display:flex}.open-chat__overmessage.open-chat__overmessage_me{align-self:flex-end}.open-chat__overmessage.open-chat__overmessage_me .open-chat__message-actions{order:-1;margin-left:0;margin-right:5px}.open-chat__overmessage.open-chat__overmessage_me .open-chat__message-actions .open-chat__message-actionbtn{background-color:#edf2ff}.open-chat__overmessage.open-chat__overmessage_me .open-chat__message-actions .open-chat__message-actionbtn .open-chat__action-list{background-color:#edf2ff;right:auto;left:-10px}.open-chat__overmessage.open-chat__overmessage_me .open-chat__message-actions .open-chat__message-actionbtn .open-chat__action-list li:hover{background-color:#fff}.open-chat__message-actionbtn{width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer;transition-duration:.3s}.open-chat__message-actionbtn:hover{box-shadow:0 2px 20px rgba(143,149,172,.1)}.open-chat__message-actionbtn:hover .open-chat__action-list{display:flex}.open-chat__action-list{position:absolute;background-color:#fff;flex-direction:column;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:10px;padding:14px 10px;right:-25px;top:calc(100% + 5px);display:none;transition-duration:.3s;top:0;z-index:1}.open-chat__action-list li{display:flex;align-items:center;height:30px;transition-duration:.3s;border-radius:10px;padding:5px 12px;box-sizing:border-box}.open-chat__action-list li:hover{background-color:#ecedf0}.open-chat__field .open-chat__overmessage:last-child .open-chat__action-list,.open-chat__field .open-chat__overmessage:nth-last-of-type(2) .open-chat__action-list{top:auto;bottom:0}.open-chat__message.open-chat__message-image{position:relative;width:253px;padding:0 0 30px}.open-chat__message.open-chat__message-image .open-chat__message-text{overflow:visible}.open-chat__message.open-chat__message-image .open-chat__message-text.open-chat__message-text_img{padding:0 10px}.open-chat__message.open-chat__message-image .open-chat__message-img{width:100%;height:auto}.open-chat__message.open-chat__message-image .open-chat__message-img img{object-fit:cover;width:100%;height:253px;border-radius:10px}.open-chat__message.open-chat__message-image .open-chat__message-info{padding-right:10px}.open-chat__message.open-chat__message-image_two{grid-gap:5px;gap:5px;max-width:275px}.open-chat__message.open-chat__message-image_two .open-chat__message-info{position:absolute;bottom:30px}.open-chat__message.open-chat__message-image_two .open-chat__message-img{width:100%;height:100%;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_two .open-chat__message-img br{display:none}.open-chat__message.open-chat__message-image_two .open-chat__message-img .open-chat__message-img_two{display:flex;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_two .open-chat__message-img .open-chat__message-img_two img{width:125px;height:125px;border-radius:10px;object-fit:cover}.open-chat__message.open-chat__message-image_three{grid-gap:5px;gap:5px;max-width:275px;flex-direction:column;flex-wrap:nowrap}.open-chat__message.open-chat__message-image_three .open-chat__message-img_three{width:100%;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_three .open-chat__message-img_three br{display:none}.open-chat__message.open-chat__message-image_three .open-chat__message-img_three-row{display:flex;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_three .open-chat__message-img_three-row img{width:125px;height:125px;border-radius:10px;object-fit:cover}.open-chat__message.open-chat__message-image_three .open-chat__message-img_three-row:nth-child(2) img{width:100%}.open-chat__message.open-chat__message-image_three .open-chat__message-text br{display:none}.open-chat__message.open-chat__message-image_four{grid-gap:5px;gap:5px;max-width:275px;flex-direction:column;flex-wrap:nowrap}.open-chat__message.open-chat__message-image_four .open-chat__message-img_four{width:100%;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_four .open-chat__message-img_four br{display:none}.open-chat__message.open-chat__message-image_four .open-chat__message-img_four-row{display:flex;grid-gap:5px;gap:5px}.open-chat__message.open-chat__message-image_four .open-chat__message-img_four-row img{width:125px;height:125px;border-radius:10px;object-fit:cover}.open-chat__message.open-chat__message-image_four .open-chat__message-text br{display:none}.open-chat__message-img_four-more{width:125px;height:125px;position:absolute;background:rgba(0,0,0,.5);bottom:0;right:0;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:35px;font-weight:700}.open-chat__message-img img{cursor:pointer}.open-chat__message-file{font-size:12px;display:flex;justify-content:center;align-items:center}.open-chat__message-file svg{width:30px;height:30px;margin-left:-5px}.chat-item__isfile{align-items:center;font-size:12px;color:#64687b;display:flex}.chat-item__isfile-name{white-space:nowrap;max-width:200px;text-overflow:ellipsis;overflow:hidden}.chat-item__isfile-icon{margin-left:-4px}.chat-item__isimage-logo{width:20px;height:20px;border-radius:4px;overflow:hidden;margin-right:6px}.chat-item__isimage-logo img{object-fit:cover;width:100%;height:100%}.chat-info{right:0;top:0;bottom:0;width:440px;background-color:#fff;box-shadow:-8px 0 33px -7px rgba(34,60,80,.2);padding:40px;flex-direction:column;grid-gap:40px;gap:40px;overflow-y:auto}.chat-info,.chat-info__close{position:absolute;display:flex}.chat-info__close{cursor:pointer;right:20px;top:25px;width:35px;height:35px;justify-content:center;align-items:center;border-radius:50%;transition-duration:.3s}.chat-info__close:hover{background-color:#f6f7f8}.chat-info__user{display:flex;flex-direction:column;justify-content:center;margin-top:30px;align-items:center}.chat-info__user-logo{margin-bottom:10px;display:flex}.chat-info__user-image{width:110px;height:110px;object-fit:cover;border-radius:50%}.chat-info__user-name{font-size:18px;font-weight:700;margin-bottom:4px}.chat-info__user-post{font-size:12px;color:#64687b;margin-bottom:10px}.chat-info__user-phone{font-size:12px;color:#ff2d23;text-decoration:none;transition-duration:.3s;cursor:pointer;margin-bottom:2px}.chat-info__user-phone:hover{color:#de1e1f}.chat-info__user-email{font-size:12px;color:#ff2d23;text-decoration:none;cursor:pointer}.chat-info__user-email:hover{color:#de1e1f}.chat-info__action-list{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.chat-info__uploaded-images{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px;margin-top:10px;max-height:250px;overflow-y:auto;overflow-x:hidden}.chat-info__uploaded-images::-webkit-scrollbar{width:2px}.chat-info__uploaded-images::-webkit-scrollbar-track{background:#f1f1f1}.chat-info__uploaded-images::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px}.chat-info__uploaded-image{flex-grow:0;flex-shrink:1;flex-basis:calc(33.33% - 3px);box-sizing:border-box;height:117px;object-fit:cover;cursor:pointer}.chat-info__uploaded-files{margin-top:10px;width:100%;max-height:250px;overflow-y:auto}.chat-info__uploaded-files::-webkit-scrollbar{width:2px}.chat-info__uploaded-files::-webkit-scrollbar-track{background:#f1f1f1}.chat-info__uploaded-files::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px}.chat-info__uploaded-file{display:flex;justify-content:space-between;width:100%}.chat-info__uploaded-filedate{display:flex;grid-gap:15px;gap:15px;align-items:center}.chat-info__uploaded-icon{cursor:pointer}.chat-info__uploaded-icon path{transition-duration:.3s}.chat-info__uploaded-icon:hover path{fill:#a4a3a3}.chat-info__uploaded-filetitle{max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chat-info__uploaded-file{margin-bottom:10px}.chat-info__users-list ul li{list-style-type:none;font-weight:500;display:flex;align-items:center;justify-content:space-between}.chat-info__users-list ul li svg{width:30px;height:30px}.chat-info__users-icon{display:flex;align-items:center;cursor:pointer;transition-duration:.3s}.chat-info__users-icon svg{margin-right:10px}.chat-info__users-icon:hover{color:#ed2324}.chat-info__adduser-icon{cursor:pointer;width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition-duration:.3s}.chat-info__adduser-icon:hover{background-color:#f6f7f8}.chat-info__leave-link{width:35px;display:flex;align-items:center;cursor:pointer;color:#ff2d23;width:-webkit-max-content;width:max-content;height:35px;font-weight:500;transition-duration:.3s}.chat-info__leave-link:hover{color:#de1e1f}.chat-info::-webkit-scrollbar{width:2px}.chat-info::-webkit-scrollbar-track{background:#f1f1f1}.chat-info::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px}.chat-accordion__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.chat-accordion__header .chat-accordion__title{transition-duration:.3s}.chat-accordion__header:hover .chat-accordion__title{color:#ed2324}.chat-accordion__btn{width:35px;height:35px;border-radius:50%;background-color:#f6f7f8;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer}.chat-accordion__btn .icon{font-size:14px;stroke:#7a7f93;fill:transparent}.chat-accordion .chat-accordion__btn.opened{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.chat-accordion__title{display:flex;align-items:center;font-weight:500}.chat-accordion__title svg{margin-right:10px;width:30px;height:30px}.chat-accordion__body{display:flex;align-items:flex-start;max-height:0;overflow:hidden;transition:max-height .3s ease}.chat-accordion__body.opened{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.chat-users{right:0;top:0;bottom:0;width:440px;background-color:#fff;box-shadow:-8px 0 33px -7px rgba(34,60,80,.2);flex-direction:column;grid-gap:40px;gap:40px;overflow-y:auto;padding:80px 40px 40px}.chat-users,.chat-users__back{position:absolute;display:flex}.chat-users__back{width:35px;height:35px;align-items:center;justify-content:center;border-radius:50%;transition-duration:.3s;cursor:pointer;left:20px;top:25px}.chat-users__back:hover{background-color:#f6f7f8}.chat-users__list{display:flex;flex-direction:column;grid-gap:25px;gap:25px}.chat-users__user{display:flex;grid-gap:10px;gap:10px}.chat-users__user-logo{position:relative;height:-webkit-max-content;height:max-content;flex-shrink:0}.chat-users__user-status{width:8px;height:8px;border-radius:50%;position:absolute;right:2px;bottom:6px}.chat-users__user-name{font-size:18px;font-weight:700;margin-bottom:3px;margin-top:2px}.chat-users__user-post{font-size:12px;color:#64687b;text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.chat-users__user-phone{font-size:12px;color:#ff2d23;text-decoration:none;transition-duration:.3s;cursor:pointer;margin-top:5px;display:inline-block}.chat-users__user-phone:hover{color:#de1e1f}.chat-users__overchat-btn{margin-top:10px}.chat-users__chat-btn{width:200px;height:30px;color:#fff;text-align:center;border-radius:4px;background-color:#2c2e3e;font-weight:700;cursor:pointer;transition-duration:.3s}.chat-users__chat-btn:hover{background-color:#3c3f54}.chat-users__chat-btn:active{background-color:#222431}.chat-users__user-img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-users__user-status_active{background-color:#2cba2e}.chat-users::-webkit-scrollbar{width:2px}.chat-users::-webkit-scrollbar-track{background:#f1f1f1}.chat-users::-webkit-scrollbar-thumb{background-color:#ff2d23;border-radius:10px}.new-custom-select{position:relative;width:-webkit-max-content;width:max-content}.new-custom-select__button{width:100%;cursor:pointer;padding-top:5px;padding-bottom:5px;background-color:#fff;text-align:left;position:relative;display:flex;align-items:center;font-family:Formular;font-size:14px;justify-content:space-between}.new-custom-select__button.open .new-custom-select__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.new-custom-select__list{position:absolute;margin-top:-30px;list-style:none;background-color:#fff;z-index:1;width:240px;padding:14px 10px;box-shadow:0 2px 20px rgba(143,149,172,.1);border-radius:10px}.new-custom-select__option{cursor:pointer;display:flex;align-items:center;height:30px;transition-duration:.3s;border-radius:10px;padding:5px 12px;box-sizing:border-box}.new-custom-select__option:hover{background-color:#f0f0f0}.new-custom-select__arrow{fill:transparent;stroke:#000;width:12px;margin-left:10px}.reply{cursor:pointer}.reply-content{background-color:#fff;border-left:5px solid #b7b7b7;padding-left:8px;cursor:text}.open-chat__message-file-image,.open-chat__message-file-video{max-height:500px;padding-bottom:10px;max-width:100%}.open-chat__message-forwarded-text{font-size:12px;color:#64687b;max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-left:5px}.drag-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-36px,-50%);transform:translate(-36px,-50%);width:100%;max-width:500px;height:100%;max-height:500px;border:2px dashed #d3d3d3;border-radius:16px;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000;box-sizing:border-box;pointer-events:none}.drag-overlay__content{text-align:center;color:#555;font-size:16px}.drag-overlay__text{margin-bottom:10px}.drag-overlay__close{background:none;border:none;font-size:18px;color:#888;cursor:pointer}.open-chat__footer-wrapper{display:flex;flex-direction:column;position:relative}@-webkit-keyframes counterPulseAnimationUnread{0%,to{box-shadow:0 0 4px rgba(255,0,0,.45)}50%{box-shadow:0 0 16px rgba(255,0,0,.5)}}@keyframes counterPulseAnimationUnread{0%,to{box-shadow:0 0 4px rgba(255,0,0,.45)}50%{box-shadow:0 0 16px rgba(255,0,0,.5)}}.counter-dot{position:absolute;top:-10px;left:-10px;border-radius:50%;border:1px solid #ff2d23;text-align:center;background:#ff2d23;display:flex;justify-content:center;align-items:center;padding:2px;width:25px;height:25px;color:#fff;-webkit-animation:counterPulseAnimationUnread 1.5s infinite;animation:counterPulseAnimationUnread 1.5s infinite}.attach{border-left:2px solid #64687b;border-radius:1px;padding-left:10px}.bold{font-weight:700}.italic{font-style:italic}.underline{text-decoration:underline}.delete-user{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-left:25px;padding-right:25px}.delete-user__title{margin-top:90px;font-size:55px;margin-bottom:30px;text-align:center}.delete-user__content{max-width:800px;margin-bottom:40px}.delete-user__hint{font-size:18px;margin-bottom:30px;font-weight:500;text-align:center}.delete-user__rules li{display:flex;align-items:center;font-size:18px;margin-bottom:25px}.delete-user__rules li span{width:45px;height:45px;border-radius:50%;background-color:#ed2324;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:40px;flex-shrink:0}.delete-user__rules li a{color:#1e2030;font-weight:500;text-decoration:underline;display:inline}.delete-user__rules li a:hover{text-decoration:none;cursor:pointer}.delete-user__form{background-color:#f6f7fb;width:465px;box-sizing:border-box;border-radius:20px;padding:40px;margin-bottom:60px}.delete-user .custom-radio input[type=radio]{background-color:#fff}.delete-user__code-area{margin-top:30px}.delete-user__code{color:#fff;display:flex;justify-content:center;align-items:center;width:100%;background-color:#d9d9d9;height:50px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media screen and (max-width:1599px){.delete-user__title{font-size:42px;line-height:42px;margin-bottom:20px}}@media screen and (max-width:1023px){.delete-user__title{font-size:34px;line-height:34px;margin-top:40px}.delete-user__hint{font-size:16px}}@media screen and (max-width:767px){.delete-user{padding-left:10px;padding-right:10px}.delete-user__title{font-size:20px;line-height:20px}.delete-user__hint{font-size:14px;font-weight:400}.delete-user__rules li{flex-direction:column;margin-bottom:20px}.delete-user__rules li span{margin-right:0;margin-bottom:7px;width:30px;height:30px;font-size:14px}.delete-user__initem{font-size:14px;text-align:center}.delete-user__form{width:100%;padding:25px}}.hp .wrapper-lands{padding-top:85px}@media screen and (max-width:1279px){.hp .wrapper-lands{padding-top:50px}}@media screen and (max-width:767px){.hp .wrapper-lands{max-width:calc(100% - 20px)}}@media screen and (max-width:950px){.wrapper.panschool-new{padding-left:10px;padding-right:10px;overflow-x:hidden}}.panschool-sec1{border-radius:60px;background-color:#e3f0f7;padding:60px 90px;margin-top:10px;margin-bottom:5px;position:relative;min-height:670px}@media screen and (max-width:1599px){.panschool-sec1{padding:60px 80px;min-height:550px;border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec1{min-height:400px;border-radius:30px}}@media screen and (max-width:1023px){.panschool-sec1{padding:30px 45px;border-radius:20px}}@media screen and (max-width:950px){.panschool-sec1{min-height:auto;background-color:rgba(0,0,0,.4);height:350px;border-radius:20px;overflow:hidden;margin-top:5px}}.panschool-sec1__toplogo{position:absolute;top:0;right:0}@media screen and (max-width:1599px){.panschool-sec1__toplogo{width:500px}}@media screen and (max-width:1120px){.panschool-sec1__toplogo{width:420px}}@media screen and (max-width:950px){.panschool-sec1__toplogo{width:100%;z-index:-1;height:350px;object-fit:cover}}.panschool-sec1__panschool{font-weight:700;font-size:18px;text-transform:uppercase;margin-bottom:60px}@media screen and (max-width:1599px){.panschool-sec1__panschool{margin-bottom:50px}}@media screen and (max-width:1023px){.panschool-sec1__panschool{margin-bottom:40px}}@media screen and (max-width:950px){.panschool-sec1__panschool{color:#fff;text-align:center;font-size:12px;margin-bottom:20px}}.panschool-sec1__leveltext{font-size:18px;margin-bottom:30px}@media screen and (max-width:1279px){.panschool-sec1__leveltext{font-size:14px}}@media screen and (max-width:950px){.panschool-sec1__leveltext{font-size:12px;color:#fff;text-align:center;margin-bottom:50px}}.panschool-sec1__leveltext:before{content:"";width:15px;height:15px;border-radius:50%;background-color:#ef372e;margin-right:10px;display:inline-block}@media screen and (max-width:950px){.panschool-sec1__leveltext:before{width:10px;height:10px;margin-right:5px}}.panschool-sec1__maintitle{font-size:80px;line-height:85px;font-weight:700}@media screen and (max-width:1599px){.panschool-sec1__maintitle{font-size:64px;line-height:66px}}@media screen and (max-width:1279px){.panschool-sec1__maintitle{font-size:36px;line-height:38px}}@media screen and (max-width:950px){.panschool-sec1__maintitle{color:#fff;text-align:center}}.panschool-sec1__secondtitle{font-size:24px;font-weight:500;margin-top:15px}@media screen and (max-width:1599px){.panschool-sec1__secondtitle{font-size:20px}}@media screen and (max-width:1279px){.panschool-sec1__secondtitle{font-size:16px}}@media screen and (max-width:950px){.panschool-sec1__secondtitle{color:#fff;text-align:center;font-size:12px}}.panschool-sec1__btns{margin-top:40px;display:flex;grid-gap:30px;gap:30px}@media screen and (max-width:1023px){.panschool-sec1__btns{margin-top:20px}}.panschool-sec1__btns button{min-width:220px;height:50px}@media screen and (max-width:1023px){.panschool-sec1__btns button{min-width:170px}}@media screen and (max-width:950px){.panschool-sec1__btns{margin-top:5px;background-color:#e3f0f7;border-radius:20px;padding:20px 30px;flex-direction:column;grid-gap:5px;gap:5px}}.panschool-sec2{margin-top:10px;margin-bottom:5px;border-radius:60px;padding:40px 90px;background-color:#ef372e;color:#fff;display:flex;grid-gap:80px;gap:80px;width:100%}@media screen and (max-width:1599px){.panschool-sec2{padding:40px 80px;grid-gap:40px;gap:40px;border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec2{border-radius:30px}}@media screen and (max-width:1023px){.panschool-sec2{border-radius:20px}}@media screen and (max-width:950px){.panschool-sec2{flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;border-radius:15px;margin-top:5px;padding-left:55px;padding-right:55px;margin-bottom:0}}.panschool-sec2__title{text-transform:uppercase;font-weight:700;margin-bottom:15px;white-space:nowrap}@media screen and (max-width:1599px){.panschool-sec2__title{white-space:normal}}@media screen and (max-width:950px){.panschool-sec2__title{margin-bottom:5px}}.panschool-sec2__item{width:calc(33.3333% - 20px)}@media screen and (max-width:950px){.panschool-sec2__item{text-align:center;width:100%}}@media screen and (max-width:950px){.panschool-sec2__text{font-size:12px}}.panschool-sec3{border-radius:60px;margin-top:10px;margin-bottom:5px;background-color:#e3f0f7;position:relative;display:flex}@media screen and (max-width:1599px){.panschool-sec3{border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec3{border-radius:30px}}@media screen and (max-width:1023px){.panschool-sec3{border-radius:20px}}@media screen and (max-width:950px){.panschool-sec3{border-radius:15px;margin-top:5px;flex-direction:column;grid-gap:5px;gap:5px;background-color:initial}}.panschool-sec3__right{padding:70px 90px}@media screen and (max-width:1599px){.panschool-sec3__right{padding:70px 40px}}@media screen and (max-width:1279px){.panschool-sec3__right{padding:50px}}@media screen and (max-width:950px){.panschool-sec3__right{text-align:center;padding:30px;border-radius:15px;background-color:#e3f0f7}}.panschool-sec3__right-title{font-size:48px;font-weight:500;margin-bottom:40px}@media screen and (max-width:1599px){.panschool-sec3__right-title{font-size:30px;margin-bottom:20px}}@media screen and (max-width:1279px){.panschool-sec3__right-title{font-size:18px}}@media screen and (max-width:1023px){.panschool-sec3__right-title{font-size:18px}}.panschool-sec3__list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.panschool-sec3__list li{display:flex;grid-gap:40px;gap:40px;font-size:24px;align-items:center}@media screen and (max-width:1599px){.panschool-sec3__list li{font-size:18px}}@media screen and (max-width:1279px){.panschool-sec3__list li{font-size:14px;grid-gap:20px;gap:20px}}@media screen and (max-width:950px){.panschool-sec3__list li{text-align:left}}.panschool-sec3__list li svg{flex-shrink:0}.panschool-sec3__left{border-radius:60px;bottom:0;background-color:#ef372e;padding:70px 90px;display:flex;flex-direction:column;max-width:625px}@media screen and (max-width:1599px){.panschool-sec3__left{padding:70px 80px;border-radius:30px}}@media screen and (max-width:1279px){.panschool-sec3__left{padding:50px;max-width:550px}}@media screen and (max-width:1023px){.panschool-sec3__left{max-width:400px}}@media screen and (max-width:950px){.panschool-sec3__left{border-radius:15px;max-width:100%;text-align:center;padding:30px;display:flex;order:1}}.panschool-sec3__lady{width:222px;height:222px;overflow:hidden;border-radius:50%;flex-shrink:0}@media screen and (max-width:1599px){.panschool-sec3__lady{width:190px;height:190px}}@media screen and (max-width:950px){.panschool-sec3__lady{margin:0 auto}}.panschool-sec3__title{font-size:24px;font-weight:500;margin-top:55px;margin-bottom:20px;color:#fff}@media screen and (max-width:1599px){.panschool-sec3__title{margin-top:20px;font-size:18px;margin-bottom:10px}}.panschool-sec3__text{font-size:18px;color:#fff}@media screen and (max-width:1279px){.panschool-sec3__text{font-size:14px}}.panschool-sec3__btn{margin-top:80px}@media screen and (max-width:1599px){.panschool-sec3__btn{margin-top:35px}}.panschool-sec3__btn button{width:220px}@media screen and (max-width:950px){.panschool-sec3__btn button{width:100%}}.panschool-sec4{padding:70px 90px 30px;border-radius:60px;margin-top:10px;margin-bottom:5px;background-color:#e3f0f7}@media screen and (max-width:1023px){.panschool-sec4 .panschool-sec1__maintitle{color:#000}}@media screen and (max-width:1599px){.panschool-sec4{padding:70px 80px;border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec4{border-radius:30px}}@media screen and (max-width:1023px){.panschool-sec4{border-radius:20px}}@media screen and (max-width:950px){.panschool-sec4{border-radius:15px;padding:30px 25px;margin-top:5px}}.panschool-sec4 .panschool-sec1__maintitle{text-align:center}.panschool-sec4__list{display:flex;margin-top:40px;margin-bottom:40px;grid-gap:40px;gap:40px}@media screen and (max-width:1599px){.panschool-sec4__list{grid-gap:20px;gap:20px}}@media screen and (max-width:1023px){.panschool-sec4__list{flex-wrap:wrap}}@media screen and (max-width:950px){.panschool-sec4__list{flex-wrap:nowrap;flex-direction:column;grid-gap:10px;gap:10px;margin-bottom:10px}}.panschool-sec4__list li{padding:40px;border-radius:20px;background-color:#fff;list-style-type:none}@media screen and (max-width:1599px){.panschool-sec4__list li{padding:25px 30px}}@media screen and (max-width:1023px){.panschool-sec4__list li{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 10px)}}@media screen and (max-width:950px){.panschool-sec4__list li{display:flex;justify-content:center;flex-direction:column;text-align:center}}.panschool-sec4__item-number{color:#ef372e;font-size:24px;font-weight:500;margin-bottom:20px}@media screen and (max-width:950px){.panschool-sec4__item-number{margin-bottom:5px}}.panschool-sec4__item-title{color:#2c2e3e;font-size:24px;font-weight:500;margin-bottom:20px}@media screen and (max-width:1599px){.panschool-sec4__item-title{font-size:18px}}@media screen and (max-width:950px){.panschool-sec4__item-title{margin-bottom:5px}}.panschool-sec4__item-text{font-size:18px}@media screen and (max-width:1279px){.panschool-sec4__item-text{font-size:14px}}.panschool-sec4__bottom{display:flex;justify-content:space-between}@media screen and (max-width:1023px){.panschool-sec4__bottom{justify-content:center}}.panschool-sec4__bottom-left{padding:25px 50px;background-color:#ef372e;color:#fff;font-size:24px;font-weight:700;width:66.6666%;border-radius:20px}@media screen and (max-width:1599px){.panschool-sec4__bottom-left{font-size:18px}}.panschool-sec4__bottom-right{display:flex;align-items:flex-end}@media screen and (max-width:950px){.panschool-sec4__bottom-right{width:100%}}.panschool-sec4__bottom-right button{min-width:240px}@media screen and (max-width:950px){.panschool-sec4__bottom-right button{width:100%}}.panschool-sec5{margin-top:10px;margin-bottom:5px;min-height:740px;padding:60px 90px;border-radius:60px;background:url(/static/media/panschool-sec5-bg.a5090adf.png);background-size:cover;color:#fff;display:flex;flex-direction:column;grid-gap:40px;gap:40px;background-color:#ef372e;justify-content:space-between}@media screen and (max-width:1599px){.panschool-sec5{padding:60px 80px;border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec5{border-radius:30px}}@media screen and (max-width:1279px){.panschool-sec5{min-height:auto}}@media screen and (max-width:1023px){.panschool-sec5{border-radius:20px}}@media screen and (max-width:950px){.panschool-sec5{border-radius:15px;padding:50px;margin-top:5px}}.panschool-sec5__row{display:flex;grid-gap:40px;gap:40px}@media screen and (max-width:767px){.panschool-sec5__row{flex-direction:column}}.panschool-sec5__item{flex:1 1}@media screen and (max-width:950px){.panschool-sec5__item{text-align:center;flex-grow:1}}.panschool-sec5__item:last-child{flex:1.2 1;padding-right:80px}@media screen and (max-width:1599px){.panschool-sec5__item:last-child{padding-right:0}}@media screen and (max-width:950px){.panschool-sec5__item:last-child{flex:1 1}}.panschool-sec5__title{font-size:24px;margin-top:20px;margin-bottom:20px}@media screen and (max-width:1279px){.panschool-sec5__title{font-size:18px;font-weight:700}}.panschool-sec5__text{font-size:18px}@media screen and (max-width:1279px){.panschool-sec5__text{font-size:14px}}.panschool-sec5__bigtitle{font-size:48px;line-height:52px}@media screen and (max-width:1599px){.panschool-sec5__bigtitle{font-size:42px}}@media screen and (max-width:1279px){.panschool-sec5__bigtitle{font-size:34px;line-height:42px}}.panschool-sec6{margin-top:10px;margin-bottom:10px;min-height:740px;padding:60px 90px;border-radius:60px;background-color:#e3f0f7;position:relative}@media screen and (max-width:767px){.panschool-sec6 .panschool-sec1__maintitle{font-size:22px;line-height:22px}}@media screen and (max-width:1599px){.panschool-sec6{border-radius:40px}}@media screen and (max-width:1120px){.panschool-sec6{border-radius:30px}}@media screen and (max-width:1023px){.panschool-sec6{border-radius:20px;padding:50px}}@media screen and (max-width:950px){.panschool-sec6{border-radius:15px;padding:30px;margin-top:5px}}.panschool-sec6 .panschool-sec1__maintitle{text-align:center;color:#000}.panschool-sec6__bottomline{position:absolute;bottom:0;right:0}.panschool-sec6__form .sor__form{flex-direction:column;align-content:center}.panschool-sec6__form .sor__form-box{display:block;width:360px;margin:0 auto}@media screen and (max-width:950px){.panschool-sec6__form .sor__form-box{width:auto}}.panschool-sec6__form .sor__form-item{margin:20px auto;width:100%}.panschool-sec6__form .input_type_form .input__control{width:100%}.panschool-sec6__form .sor__form-footer{width:360px;margin:20px auto 0}@media screen and (max-width:767px){.autopan{margin-left:10px;margin-right:10px;overflow-x:hidden}}.autopan-sec1{min-height:600px;border-radius:60px;background-color:#ff2d23;background-image:url(/static/media/autopan-header.2987aa86.png);background-repeat:no-repeat;background-size:cover;margin-top:10px;margin-bottom:10px;padding:70px 90px}@media screen and (max-width:1599px){.autopan-sec1{border-radius:40px;min-height:540px}}@media screen and (max-width:1120px){.autopan-sec1{border-radius:30px}}@media screen and (max-width:1279px){.autopan-sec1{padding:40px 60px}}@media screen and (max-width:1023px){.autopan-sec1{border-radius:20px;height:440px;min-height:440px}}@media screen and (max-width:767px){.autopan-sec1{border-radius:15px;background-position:100% 100%;padding:30px 35px;height:330px;min-height:330px;margin-top:10px}}@media screen and (max-width:500px){.autopan-sec1{background-position:right -150px bottom;margin-top:5px;margin-bottom:0}}.autopan-sec1__intensive{font-weight:700;font-size:18px;text-transform:uppercase;margin-bottom:20px;color:#fff}@media screen and (max-width:767px){.autopan-sec1__intensive{font-size:12px;text-align:center;margin-bottom:30px}}.autopan-sec1__leveltext{font-size:18px;margin-bottom:80px;color:#fff}@media screen and (max-width:767px){.autopan-sec1__leveltext{font-size:12px;text-align:center;margin-bottom:0}}.autopan-sec1__leveltext:before{content:"";width:15px;height:15px;border-radius:50%;background-color:#fff;margin-right:10px;display:inline-block}@media screen and (max-width:767px){.autopan-sec1__leveltext:before{width:10px;height:10px}}.autopan-sec1__title{color:#fff;font-size:80px;font-weight:700;margin-bottom:30px}@media screen and (max-width:1599px){.autopan-sec1__title{font-size:64px}}@media screen and (max-width:767px){.autopan-sec1__title{font-size:36px;text-align:center;margin-bottom:15px}}.autopan-sec1__secondtitle{font-size:24px;font-weight:500;color:#fff}@media screen and (max-width:1599px){.autopan-sec1__secondtitle{font-size:20px}}@media screen and (max-width:767px){.autopan-sec1__secondtitle{font-size:12px;text-align:center;margin-bottom:70px;font-weight:700}}@media screen and (max-width:767px){.autopan-sec1__secondtitle br{display:none}}.autopan-sec1__btns{margin-top:60px;display:flex;grid-gap:30px;gap:30px}@media screen and (max-width:1023px){.autopan-sec1__btns{margin-top:20px}}.autopan-sec1__btns button{min-width:220px;height:50px}.autopan-sec2{padding:60px;border-radius:60px;background-color:#ff2d23;background-image:url(/static/media/autopan-sec2bg.7179f8c5.png);background-position:100%}@media screen and (max-width:1599px){.autopan-sec2{border-radius:40px}}@media screen and (max-width:1279px){.autopan-sec2{border-radius:30px}}@media screen and (max-width:1120px){.autopan-sec2{border-radius:20px}}@media screen and (max-width:1023px){.autopan-sec2{border-radius:15px}}@media screen and (max-width:767px){.autopan-sec2{padding:30px;margin-top:5px}}.autopan-sec2__list{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px}@media screen and (max-width:767px){.autopan-sec2__list{grid-gap:10px;gap:10px}}.autopan-sec2__list li{flex-basis:calc(33.3333% - 20px);box-sizing:border-box;flex-grow:1;padding:30px;border-radius:20px;background-color:#e3f0f7}@media screen and (max-width:1279px){.autopan-sec2__list li{flex-basis:calc(50% - 20px)}.autopan-sec2__list li br{display:none}}@media screen and (max-width:767px){.autopan-sec2__list li{flex-basis:100%;padding:25px}}.autopan-sec2__list-title{font-size:24px;font-weight:500;margin-bottom:10px}@media screen and (max-width:1279px){.autopan-sec2__list-title{font-size:18px}}@media screen and (max-width:1023px){.autopan-sec2__list-title{font-size:14px}}.autopan-sec2__list-text{font-size:18px}@media screen and (max-width:1279px){.autopan-sec2__list-text{font-size:14px}}.autopan-sec3.panschool-sec3{margin-bottom:10px}@media screen and (max-width:950px){.autopan-sec3.panschool-sec3{margin-bottom:5px}}.autopan-sec3.panschool-sec3 .autopan-sec3__right-title{display:flex;justify-content:space-between;grid-gap:40px;gap:40px;margin-bottom:40px}@media screen and (max-width:950px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-title{grid-gap:20px;gap:20px;margin-bottom:20px}}.autopan-sec3.panschool-sec3 .autopan-sec3__right-name{font-size:24px;font-weight:500;margin-bottom:5px;white-space:nowrap}@media screen and (max-width:1279px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-name{font-size:18px}}.autopan-sec3.panschool-sec3 .autopan-sec3__right-text{font-size:18px}@media screen and (max-width:1279px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-text{font-size:14px}}.autopan-sec3.panschool-sec3 .autopan-sec3__right-text.autopan-sec3__right-text_post{font-size:16px;white-space:nowrap}@media screen and (max-width:1279px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-text.autopan-sec3__right-text_post{font-size:14px}}@media screen and (max-width:950px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-text.autopan-sec3__right-text_post{white-space:normal}}.autopan-sec3.panschool-sec3 .panschool-sec3__lady{width:166px;height:166px;border-radius:50%}@media screen and (max-width:767px){.autopan-sec3.panschool-sec3 .panschool-sec3__right{padding:30px}}.autopan-sec3.panschool-sec3 .panschool-sec3__left{background-image:url(/static/media/autopan-sec3-bg.58d98242.png);background-size:cover}.autopan-sec3.panschool-sec3 .autopan-sec3__right-col1{text-align:left}@media screen and (max-width:950px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-col1 .autopan-sec3__right-name{white-space:normal}}@media screen and (max-width:950px){.autopan-sec3.panschool-sec3 .autopan-sec3__right-col2{text-align:left}}.autopan-sec4{padding:70px 90px;border-radius:60px;background-color:#e3f0f7;top:10px}@media screen and (max-width:1599px){.autopan-sec4{border-radius:40px}}@media screen and (max-width:1279px){.autopan-sec4{border-radius:30px}}@media screen and (max-width:1120px){.autopan-sec4{border-radius:20px}}@media screen and (max-width:1023px){.autopan-sec4{border-radius:15px;padding:40px 130px}}@media screen and (max-width:767px){.autopan-sec4{padding:30px}}.autopan-sec4__title{font-size:48px;font-weight:700;text-align:center;margin-bottom:40px}@media screen and (max-width:1279px){.autopan-sec4__title{font-size:30px}}@media screen and (max-width:767px){.autopan-sec4__title{font-size:22px;margin-bottom:20px}}.autopan-sec4__list{display:flex;grid-gap:30px;gap:30px;margin-bottom:30px}@media screen and (max-width:1023px){.autopan-sec4__list{flex-wrap:wrap;grid-gap:20px;gap:20px}}@media screen and (max-width:767px){.autopan-sec4__list{grid-gap:10px;gap:10px;margin-bottom:10px}}.autopan-sec4__list li{list-style-type:none;width:33.3333%;background-color:#ed2324;border-radius:20px;position:relative;padding:80px 20px 20px}@media screen and (max-width:1023px){.autopan-sec4__list li{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 10px)}}@media screen and (max-width:767px){.autopan-sec4__list li{flex-basis:100%;padding-top:20px}}.autopan-sec4__list li.autopan-sec4__list-lastitem{background-color:#fff;display:flex;align-items:center;padding-top:20px}@media screen and (max-width:767px){.autopan-sec4__list li.autopan-sec4__list-lastitem{background-color:initial;padding-left:0;padding-right:0;padding-bottom:0}.autopan-sec4__list li.autopan-sec4__list-lastitem p{font-size:14px}}.autopan-sec4__girls{position:absolute;bottom:0}.autopan-sec4__list-logo{background-color:#fff;position:absolute;display:flex;justify-content:center;align-items:center;border-radius:20px;top:0;left:0;width:60px;height:60px}@media screen and (max-width:767px){.autopan-sec4__list-logo{display:none}}.autopan-sec4__list-title{font-size:24px;color:#fff;margin-bottom:20px;font-weight:500}@media screen and (max-width:1279px){.autopan-sec4__list-title{font-size:18px}}@media screen and (max-width:767px){.autopan-sec4__list-title{font-size:14px;padding-left:110px;margin-bottom:10px}}.autopan-sec4__list-text{font-size:18px;color:#fff}@media screen and (max-width:1279px){.autopan-sec4__list-text{font-size:14px}}@media screen and (max-width:767px){.autopan-sec4__list-text{font-size:12px;padding-left:110px}.autopan-sec4__list-text br{display:none}}.autopan-sec4 .panschool-sec4__bottom-left{background-color:#fff;color:#000;font-weight:400;font-size:18px}@media screen and (max-width:1279px){.autopan-sec4 .panschool-sec4__bottom-left{font-size:16px}}.autopan-sec5{padding:70px 90px;border-radius:60px;background-color:#e3f0f7;margin-bottom:10px;margin-top:10px;display:flex;position:relative}@media screen and (max-width:1599px){.autopan-sec5{border-radius:40px}}@media screen and (max-width:1279px){.autopan-sec5{border-radius:30px}}@media screen and (max-width:1120px){.autopan-sec5{border-radius:20px}}@media screen and (max-width:1023px){.autopan-sec5{border-radius:15px;padding:40px 130px 110px}}@media screen and (max-width:767px){.autopan-sec5{flex-direction:column;padding:30px 30px 90px;margin-top:5px;margin-bottom:0}}.autopan-sec5__left{height:370px;min-width:590px;background-image:url(/static/media/autopan-sec5-img.1b929adf.jpg);background-size:cover;border-radius:30px;display:flex;padding:30px 40px;flex-direction:column;justify-content:flex-end}@media screen and (max-width:1599px){.autopan-sec5__left{min-width:405px}}@media screen and (max-width:1279px){.autopan-sec5__left{min-width:320px;width:320px}}@media screen and (max-width:1023px){.autopan-sec5__left{height:280px}}@media screen and (max-width:767px){.autopan-sec5__left{order:1;width:100%;height:210px}}.autopan-sec5__title{color:#fff;font-size:24px;font-weight:700;margin-bottom:20px}@media screen and (max-width:1279px){.autopan-sec5__title{font-size:18px}}@media screen and (max-width:767px){.autopan-sec5__title{margin-bottom:0}}.autopan-sec5__right{display:flex;flex-wrap:wrap;width:100%;flex-grow:1}.autopan-sec5__parzl{border-radius:30px;background-color:#ef372e;width:50%;padding:20px 40px;border:1px solid #e3f0f7;box-sizing:border-box;display:flex;justify-content:center;align-items:center;font-size:18px;color:#fff;text-align:center;position:relative}@media screen and (max-width:1279px){.autopan-sec5__parzl{font-size:14px}}@media screen and (max-width:1023px){.autopan-sec5__parzl{width:100%;height:140px;font-size:12px;padding:10px 30px}}.autopan-sec5__parzl:first-child:before{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;border-left:1px solid #e3f0f7;position:absolute;left:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width:1279px){.autopan-sec5__parzl:first-child:before{width:60px;height:60px;left:-30px}}@media screen and (max-width:767px){.autopan-sec5__parzl:first-child:before{display:none}}.autopan-sec5__parzl:first-child:after{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;position:absolute;left:calc(50% - 40px);bottom:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1279px){.autopan-sec5__parzl:first-child:after{width:60px;height:60px;bottom:-30px;left:calc(50% - 30px)}}.autopan-sec5__parzl:nth-child(2):before{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;border-left:1px solid #e3f0f7;position:absolute;left:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width:1279px){.autopan-sec5__parzl:nth-child(2):before{width:60px;height:60px;left:-30px}}@media screen and (max-width:767px){.autopan-sec5__parzl:nth-child(2):before{display:none}}.autopan-sec5__parzl:nth-child(2):after{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;position:absolute;left:calc(50% - 40px);bottom:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1279px){.autopan-sec5__parzl:nth-child(2):after{width:60px;height:60px;bottom:-30px;left:calc(50% - 30px)}}.autopan-sec5__parzl:nth-child(3):before{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;border-left:1px solid #e3f0f7;position:absolute;left:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width:1023px){.autopan-sec5__parzl:nth-child(3):before{display:none}}.autopan-sec5__parzl:nth-child(3):after{content:"";width:80px;height:80px;border-radius:50%;background-color:#ef372e;position:absolute;top:calc(50% - 40px);right:-40px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(315deg);transform:rotate(315deg)}@media screen and (max-width:1023px){.autopan-sec5__parzl:nth-child(3):after{display:none}}@media screen and (max-width:767px){.autopan-sec5__parzl:nth-child(3):after{display:block;width:60px;height:60px;top:auto;bottom:-30px;left:calc(50% - 30px);right:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@media screen and (max-width:1023px){.autopan-sec5__parzl:nth-child(4){margin-top:-140px;margin-left:-315px;width:320px}}@media screen and (max-width:767px){.autopan-sec5__parzl:nth-child(4){width:100%;margin-left:0;margin-top:0}}@media screen and (max-width:1023px){.autopan-sec5__parzl:nth-child(4):after{content:"";width:60px;height:60px;border-radius:50%;background-color:#ef372e;position:absolute;top:calc(50% - 30px);right:-30px;z-index:1;border-color:#ef372e #e3f0f7 #e3f0f7 #ef372e;border-style:solid;border-width:2px;-webkit-transform:rotate(315deg);transform:rotate(315deg)}}@media screen and (max-width:767px){.autopan-sec5__parzl:nth-child(4):after{top:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);bottom:-30px;right:auto}}.autopan-sec5__mobile-btn{position:absolute;bottom:40px;left:0;right:0;text-align:center;padding-left:140px;padding-right:140px}@media screen and (max-width:767px){.autopan-sec5__mobile-btn{padding-left:30px;padding-right:30px;bottom:30px}}.autopan-sec5__mobile-btn button{width:100%}.autopan-sec6.panschool-sec6{min-height:auto}@media screen and (max-width:767px){.autopan-sec6.panschool-sec6{min-height:550px;margin-bottom:5px}}.autopan-sec7{background-color:#ef372e;border-radius:60px;color:#fff;padding:60px 90px;background-image:url(/static/media/autopan-sec7-bg.2b74d6b1.png);margin-bottom:10px;background-position:-170px 0}@media screen and (max-width:1599px){.autopan-sec7{border-radius:40px}}@media screen and (max-width:1279px){.autopan-sec7{border-radius:30px}}@media screen and (max-width:1120px){.autopan-sec7{border-radius:20px}}@media screen and (max-width:1023px){.autopan-sec7{border-radius:15px;padding:40px 30px}}@media screen and (max-width:767px){.autopan-sec7{padding:30px}}@media screen and (max-width:1599px){.autopan-sec7 .autopan-sec1__title{line-height:64px;font-size:64px}}@media screen and (max-width:1279px){.autopan-sec7 .autopan-sec1__title{line-height:40px;font-size:40px}}@media screen and (max-width:1023px){.autopan-sec7 .autopan-sec1__title{font-size:24px;line-height:24px}}.autopan-sec7 .sor__prog-list_autopan .sor__prog-item:nth-child(odd){background-color:initial}.autopan-sec7 .sor__prog-list_autopan .sor__prog-header .h4{font-size:24px;font-weight:500;text-transform:uppercase;line-height:26px}@media screen and (max-width:1023px){.autopan-sec7 .sor__prog-list_autopan .sor__prog-header .h4{font-size:18px;line-height:20px}}.autopan-sec7 .sor__prog-list_autopan .sor__prog-item{border-bottom:1px solid #fff;border-radius:0}.autopan-sec7 .sor__prog-list_autopan .sor__prog-text{border-top:none}@media screen and (max-width:1023px){.autopan-sec7 .sor__prog-list_autopan .sor__prog-text{font-size:14px}}.autopan-sec7 .sor__prog-list_autopan .sor__accordion-btn{background-color:#fff}.autopan-sec7 .sor__accordion-btn .icon{stroke:#ef372e}.autopan-sec7 .sor__prog-list_autopan .sor__prog-item{padding-left:0;padding-right:0}.autopan-sec7 .sor__prog-list.sor__prog-list_autopan{max-width:900px;margin-top:50px;padding-bottom:0}@media screen and (max-width:1023px){.autopan-sec7 .sor__prog-list.sor__prog-list_autopan{margin-top:0}}@media screen and (max-width:950px){.office-training{margin-left:10px;margin-right:10px}}.office-training .panschool-sec1{background-image:url(/static/media/office-training-bg1.2bed8052.png);background-color:#ef372e;color:#fff;overflow:hidden}@media screen and (max-width:1599px){.office-training .panschool-sec1{height:550px}}@media screen and (max-width:1279px){.office-training .panschool-sec1{height:420px;min-height:200px}}@media screen and (max-width:1023px){.office-training .panschool-sec1{height:370px;min-height:370px}}@media screen and (max-width:950px){.office-training .panschool-sec1{background:none}}@media screen and (max-width:767px){.office-training .panschool-sec1{height:330px;min-height:330px}}.office-training .panschool-sec1__leveltext{margin-bottom:130px}@media screen and (max-width:1599px){.office-training .panschool-sec1__leveltext{margin-bottom:90px}}@media screen and (max-width:1279px){.office-training .panschool-sec1__leveltext{margin-bottom:50px}}@media screen and (max-width:767px){.office-training .panschool-sec1__leveltext{margin-bottom:70px}}@media screen and (max-width:1599px){.office-training .panschool-sec1__toplogo{width:auto;height:100%}}@media screen and (max-width:950px){.office-training .panschool-sec1__toplogo{width:100%}}.office-training .panschool-sec2{background-image:url(/static/media/ofice-training-sec2bg.bda56e60.png);background-size:cover}.office-training .office-training__sec3 .panschool-sec3__left{background-image:url(/static/media/office-training-sec3bg.9d21df44.png);background-size:cover;width:500px;display:flex;justify-content:flex-end;padding:70px}@media screen and (max-width:1599px){.office-training .office-training__sec3 .panschool-sec3__left{width:420px;padding:60px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .panschool-sec3__left{width:100%;order:0;padding:30px;height:200px;align-items:flex-end;background-size:50%;background-repeat:no-repeat}}.office-training .office-training__sec3 .panschool-sec3__title{font-size:48px;margin:0}@media screen and (max-width:1599px){.office-training .office-training__sec3 .panschool-sec3__title{font-size:30px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .panschool-sec3__title{text-align:left;font-size:24px;width:60%}}.office-training .office-training__sec3 .panschool-sec3__title.panschool-sec3__title_mark{position:relative;height:60px}@media screen and (max-width:1599px){.office-training .office-training__sec3 .panschool-sec3__title.panschool-sec3__title_mark{height:45px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .panschool-sec3__title.panschool-sec3__title_mark{height:35px}}.office-training .office-training__sec3 .panschool-sec3__title.panschool-sec3__title_mark span{background-color:#2c2e3e;border-radius:50px;padding:0 20px 10px;margin-left:-20px;position:absolute;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}.office-training .office-training__sec3 .panschool-sec3__title.panschool-sec3__title_mark div{-webkit-transform:rotate(3deg);transform:rotate(3deg)}.office-training .office-training__sec3 .panschool-sec3__right{padding:70px 60px}@media screen and (max-width:1599px){.office-training .office-training__sec3 .panschool-sec3__right{padding:70px 40px}}@media screen and (max-width:1279px){.office-training .office-training__sec3 .panschool-sec3__right{padding:40px}}.office-training .office-training__sec3 .office-training__sec3-list{display:flex;flex-wrap:wrap;grid-gap:40px 50px;gap:40px 50px}@media screen and (max-width:1599px){.office-training .office-training__sec3 .office-training__sec3-list{grid-gap:35px;gap:35px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .office-training__sec3-list{grid-gap:15px;gap:15px}}.office-training .office-training__sec3 .office-training__sec3-list li{flex-basis:calc(50% - 30px)}@media screen and (max-width:950px){.office-training .office-training__sec3 .office-training__sec3-list li{flex-basis:100%}}.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listTitle{margin-top:20px;margin-bottom:10px;font-size:24px;font-weight:500}@media screen and (max-width:1599px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listTitle{font-size:18px}}@media screen and (max-width:1279px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listTitle{font-size:16px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listTitle{margin-top:10px}}.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText{font-size:22px;margin-bottom:5px;padding-left:20px;position:relative}@media screen and (max-width:1599px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText{font-size:18px}}@media screen and (max-width:1279px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText{font-size:14px}}@media screen and (max-width:950px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText{margin-bottom:10px}}.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText:before{content:"";width:5px;height:5px;border-radius:50%;background-color:#000;position:absolute;left:5px;top:10px}@media screen and (max-width:950px){.office-training .office-training__sec3 .office-training__sec3-list li .office-training__sec3-listText:before{margin-left:-10px;margin-top:6px;left:auto;top:auto}}.office-training .office-training__sec4{background-color:#e3f0f7;padding:60px 90px;border-radius:60px;margin-top:10px}@media screen and (max-width:1599px){.office-training .office-training__sec4{border-radius:40px}}@media screen and (max-width:1279px){.office-training .office-training__sec4{border-radius:30px;padding-top:40px;padding-bottom:40px}}@media screen and (max-width:1120px){.office-training .office-training__sec4{border-radius:20px}}@media screen and (max-width:1023px){.office-training .office-training__sec4{border-radius:15px;padding:40px 30px}}@media screen and (max-width:950px){.office-training .office-training__sec4{margin-top:5px}}@media screen and (max-width:767px){.office-training .office-training__sec4{padding:30px}}.office-training .office-training__sec4 .panschool-sec1__maintitle{text-align:center}@media screen and (max-width:950px){.office-training .office-training__sec4 .panschool-sec1__maintitle{color:#000;font-size:28px}}.office-training .office-training__sec4 .office-training__overtabs{display:flex;grid-gap:95px;gap:95px;margin-top:60px}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__overtabs{grid-gap:60px;gap:60px}}@media screen and (max-width:950px){.office-training .office-training__sec4 .office-training__overtabs{margin-top:20px}}.office-training .office-training__sec4 .office-training__tabs{width:535px}@media screen and (max-width:1599px){.office-training .office-training__sec4 .office-training__tabs{width:420px}}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__tabs{width:340px}}@media screen and (max-width:950px){.office-training .office-training__sec4 .office-training__tabs{width:100%}}.office-training .office-training__sec4 .office-training__tab{border-top:1px solid #2c2e3e;padding-top:20px;padding-bottom:30px;cursor:pointer}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__tab{padding-top:10px;padding-bottom:15px}}@media screen and (max-width:950px){.office-training .office-training__sec4 .office-training__tab{padding-top:5px;padding-bottom:7px;position:relative}.office-training .office-training__sec4 .office-training__tab:before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjcxIDguNDZhLjc1Ljc1IDAgMDExLjA2IDBsMy41MiAzLjUyYS43NS43NSAwIDAxMCAxLjA2bC0zLjUyIDMuNTJhLjc1Ljc1IDAgMTEtMS4wNi0xLjA2bDIuOTktMi45OS0yLjk5LTIuOTlhLjc1Ljc1IDAgMDEwLTEuMDZ6IiBmaWxsPSIjNjQ2ODdCIi8+PC9zdmc+");display:inline-block;position:absolute;right:0;top:13px}}.office-training .office-training__sec4 .office-training__tab-number{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:15px}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__tab-number{font-size:16px;margin-bottom:10px}}@media screen and (max-width:950px){.office-training .office-training__sec4 .office-training__tab-number{margin-bottom:5px}}.office-training .office-training__sec4 .office-training__tab-text{font-size:18px}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__tab-text{font-size:14px}}.office-training .office-training__sec4 .office-training__tab.active .office-training__tab-number{color:#ef372e}.office-training .office-training__sec4 .office-training__tab.active .office-training__tab-text{color:#ef372e;font-weight:700;font-size:24px}@media screen and (max-width:1279px){.office-training .office-training__sec4 .office-training__tab.active .office-training__tab-text{font-size:14px}}@media screen and (max-width:950px){.office-training .office-training__sec4 .office-training__tab.active .office-training__tab-text{font-weight:400}}.office-training .autopan-sec6.panschool-sec6{background-color:#ef372e;overflow:hidden}.office-training .autopan-sec6.panschool-sec6 .checkbox_view_invert .checkbox__label,.office-training .autopan-sec6.panschool-sec6 .input_type_form .input__label,.office-training .autopan-sec6.panschool-sec6 .panschool-sec1__maintitle{color:#fff}.office-training .autopan-sec6.panschool-sec6 .checkbox_view_invert .checkbox__box{background-color:#fff}.office-training__tab-content{width:calc(100% - 630px);border-radius:30px;background-color:#ef372e;padding:70px 150px 0 40px;position:relative;background-image:url(/static/media/tabbg.0bbd5b4a.png);background-size:cover}@media screen and (max-width:1599px){.office-training__tab-content{width:calc(100% - 515px);padding-top:50px;padding-right:50px}}@media screen and (max-width:1279px){.office-training__tab-content{width:calc(100% - 400px)}}.office-training__tabcontent-listitem{color:#fff;font-size:18px;margin-bottom:15px;margin-left:16px;position:relative;z-index:1}@media screen and (max-width:1279px){.office-training__tabcontent-listitem{font-size:14px}}.office-training__tabcontent-listitem:before{content:"";width:6px;height:6px;background-color:#fff;border-radius:50%;margin-left:-16px;display:inline-block;margin-right:10px;position:absolute;margin-top:8px}.office-training__tabcontent-listimage{position:absolute;bottom:0;left:0}.office-training__tab-btn{min-width:220px;margin-top:30px;position:relative;z-index:1}.panmodal.mobile-office-trainingModal h3.panmodal__h3,.panmodal.mobile-office-trainingModal svg.panmodal__close{display:none}.panmodal.mobile-office-trainingModal .panmodal__content_sm{width:100%;max-width:400px;padding:0}.panmodal.mobile-office-trainingModal .panmodal__header{width:100%;margin:0;min-height:auto;height:auto;z-index:1;position:absolute}.panmodal.mobile-office-trainingModal .panmodal__header .panmodal__btn{margin-top:0;background-color:initial;top:20px;right:40px;width:0;height:0}.panmodal.mobile-office-trainingModal .panmodal__header .panmodal__btn svg{stroke:#fff}.panmodal.mobile-office-trainingModal .panmodal__wrapper{margin:100px 10px;padding:0;background-color:initial;position:relative}.panmodal.mobile-office-trainingModal .office-training__tab-content{width:100%;min-height:600px;border-radius:20px}@media screen and (max-width:950px){.booking-new{margin-left:10px;margin-right:10px}}.booking-new .autopan-sec1{background-image:url(/static/media/booking-slide1-bg.bb57f072.png);height:670px}@media screen and (max-width:1599px){.booking-new .autopan-sec1{height:540px}}@media screen and (max-width:1279px){.booking-new .autopan-sec1{height:440px;min-height:440px;background-size:contain;background-position:bottom}}@media screen and (max-width:1023px){.booking-new .autopan-sec1{height:370px;min-height:370px}}@media screen and (max-width:767px){.booking-new .autopan-sec1{background-size:cover;background-position:100%;text-align:center;margin-bottom:5px}}.booking-new .autopan-sec1__title{margin-top:150px;line-height:82px}@media screen and (max-width:1599px){.booking-new .autopan-sec1__title{margin-top:80px;line-height:64px}}@media screen and (max-width:1279px){.booking-new .autopan-sec1__title{font-size:36px;line-height:36px}}@media screen and (max-width:1023px){.booking-new .autopan-sec1__title{margin-top:40px}}.booking-new .booking-new__sec1-btn{margin-top:30px;width:220px}@media screen and (max-width:767px){.booking-new .booking-new__sec1-btn{margin-top:20px}}.booking-new .autopan-sec4.booking-new__slide2{background-image:url(/static/media/booking-slide2-bg.2a63c7f3.png);background-position:top}@media screen and (max-width:1599px){.booking-new .autopan-sec4.booking-new__slide2{padding-left:70px;padding-right:70px}}@media screen and (max-width:767px){.booking-new .autopan-sec4.booking-new__slide2{padding-left:30px;padding-right:30px}}@media screen and (max-width:1599px){.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list{grid-gap:10px;gap:10px}}.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list-logo{font-size:24px;font-weight:700}@media screen and (max-width:767px){.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list-logo{display:flex;width:45px;height:45px;border-radius:10px;font-size:18px}}@media screen and (max-width:767px){.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list li{padding-top:50px}}@media screen and (max-width:767px){.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list-text,.booking-new .autopan-sec4.booking-new__slide2 .autopan-sec4__list-title{padding-left:0}}.booking-new .office-training .autopan-sec6.panschool-sec6{background-image:url(/static/media/booking-slide3-bg.e58ca0a1.png);background-size:cover}@media screen and (max-width:950px){.booking-new .office-training{margin-left:0;margin-right:0}}@media screen and (min-width:1599px){.booking-new .office-training .autopan-sec6.panschool-sec6{display:flex}.booking-new .office-training .panschool-sec1__maintitle{text-align:left;font-size:48px;line-height:52px;z-index:2}.booking-new .office-training .sor__form-box{padding-top:0;margin-top:-20px}}@media screen and (max-width:1599px){.booking-new .office-training .panschool-sec1__maintitle{font-size:48px;line-height:50px}}@media screen and (max-width:1279px){.booking-new .office-training .panschool-sec1__maintitle{font-size:30px;line-height:32px}}@media screen and (max-width:767px){.booking-new .office-training .panschool-sec1__maintitle{font-size:22px;line-height:24px}.booking-new .office-training .sor__form-box{padding-top:0}}.booking-new .booking-new__sec4{border-radius:60px;background-color:#e3f0f7;padding:60px 90px;margin-bottom:10px;background-image:url(/static/media/booking-slide4-bg.5a440bc6.png);background-repeat:no-repeat;background-position:100%}.booking-new .booking-new__sec4 .autopan-sec1__title{margin-top:0;color:#000;text-align:center}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .autopan-sec1__title{margin-bottom:10px}}.booking-new .booking-new__sec4 .booking-new__sec4-text{font-size:32px;line-height:36px;text-align:center;font-weight:700}@media screen and (max-width:1599px){.booking-new .booking-new__sec4 .booking-new__sec4-text{font-size:24px;line-height:26px}}@media screen and (max-width:1599px){.booking-new .booking-new__sec4{padding:60px 80px;border-radius:40px}}@media screen and (max-width:1279px){.booking-new .booking-new__sec4{border-radius:30px}}@media screen and (max-width:1023px){.booking-new .booking-new__sec4{border-radius:20px}}@media screen and (max-width:767px){.booking-new .booking-new__sec4{border-radius:15px;padding:30px 10px}}.booking-new .booking-new__sec4 .booking-new__sec4-variants{display:flex;margin-top:50px;margin-bottom:70px;width:100%;grid-gap:40px;gap:40px}@media screen and (max-width:1599px){.booking-new .booking-new__sec4 .booking-new__sec4-variants{grid-gap:10px;gap:10px}}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .booking-new__sec4-variants{flex-direction:column;margin:20px 40px 50px;width:calc(100% - 80px)}}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .booking-new__sec4-variants{margin-left:0;margin-right:0;width:100%}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var{padding:50px 70px;border-radius:40px;background-color:#ef372e;display:flex;justify-content:space-between;flex-direction:column}@media screen and (max-width:1023px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var{padding:30px}}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list li{max-width:200px}}@media screen and (max-width:1023px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list li{width:50%;max-width:50%}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_1{width:405px;min-width:405px}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_1{width:100%}}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_1{min-width:100%;width:100%}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_1 .booking-new__variants-list{flex-direction:column}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_1 .booking-new__variants-list{flex-direction:row}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_2{width:100%}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_2 .booking-new__variants-list{flex-wrap:wrap;grid-gap:30px;gap:30px}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_2 .booking-new__variants-list li{flex-basis:calc(40% - 30px)}@media screen and (max-width:1599px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-var.booking-new__sec4-var_2 .booking-new__variants-list li{flex-basis:calc(50% - 30px)}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-vartit{font-size:35px;line-height:42px;font-weight:700;color:#fff}@media screen and (max-width:1599px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-vartit{font-size:30px;line-height:36px}}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-vartit{font-size:18px;line-height:20px}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list{display:flex;grid-gap:30px 60px;gap:30px 60px;margin-top:20px;margin-bottom:25px}@media screen and (max-width:1023px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list{grid-gap:20px;gap:20px}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list li{display:flex;flex-direction:column;color:#fff;font-size:18px;font-weight:700;line-height:22px}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list li{font-size:16px}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__variants-list li svg{margin-bottom:10px}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-vartext{font-size:18px;line-height:22px;color:#fff;padding-bottom:23px;border-bottom:1px solid #fff;margin-bottom:20px}@media screen and (max-width:1279px){.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-vartext{font-size:14px;line-height:16px}}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-varprice{display:flex;flex-direction:column;font-size:18px;font-weight:700;color:#fff}.booking-new .booking-new__sec4 .booking-new__sec4-variants .booking-new__sec4-varprice span{font-size:14px;font-weight:400;padding-bottom:3px}.booking-new .booking-new__sec4 .autopan-sec4__title{margin-bottom:20px}.booking-new .booking-new__sec4 .sor__form-box{padding-top:0}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .autopan-sec1__intensive{text-align:left;margin-bottom:20px}}@media screen and (max-width:767px){.booking-new .booking-new__sec4 .booking-new__sec4-text{font-size:16px;line-height:18px}}.pan-comfort__sendbtn{margin-bottom:10px;max-width:220px}@media screen and (max-width:767px){.pan-comfort__sendbtn{max-width:100%}}.pan-comfort .react-datepicker-wrapper{width:100%}.pan-comfort .autopan-sec1{background-image:url(/static/media/comfort-bg1.e2be1ee2.png)}@media screen and (max-width:1023px){.pan-comfort .autopan-sec1__leveltext{margin-bottom:20px}}.pan-comfort .autopan-sec1__title{margin-top:200px}@media screen and (max-width:1599px){.pan-comfort .autopan-sec1__title{margin-top:inherit}}.pan-comfort .pan-comfort__sec2{padding:70px 90px;border-radius:60px;background-color:#e3f0f7;top:10px}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2{border-radius:40px}}@media screen and (max-width:1279px){.pan-comfort .pan-comfort__sec2{border-radius:30px}}@media screen and (max-width:1120px){.pan-comfort .pan-comfort__sec2{border-radius:20px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec2{border-radius:15px;padding-top:40px;padding-bottom:40px}}@media screen and (max-width:767px){.pan-comfort .pan-comfort__sec2{padding:30px}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list{display:flex;grid-gap:20px;gap:20px}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list{grid-gap:15px;gap:15px}}@media screen and (max-width:950px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list{flex-direction:column;grid-gap:10px;gap:10px}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li{width:33.33333%;border-radius:20px;background-size:cover;height:285px;display:flex;justify-content:center;align-items:center;color:#fff;flex-direction:column;padding-left:10px;padding-right:10px}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li{height:205px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li{height:130px}}@media screen and (max-width:950px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li{width:100%}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:first-child{background-image:url(/static/media/comfort-listbg1.cb7195f3.png);background-position:50%;-webkit-transform:rotate(-5deg);transform:rotate(-5deg);margin-top:17px}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:first-child{margin-top:15px}}@media screen and (max-width:1279px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:first-child{margin-top:10px}}@media screen and (max-width:950px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:first-child{-webkit-transform:none;transform:none;margin-top:0}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(2){background-image:url(/static/media/comfort-listbg2.7f6e3579.png);background-color:#ef372e}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(3){background-image:url(/static/media/comfort-listbg3.7783cbd4.png);-webkit-transform:rotate(5deg);transform:rotate(5deg);margin-top:17px}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(3){margin-top:15px}}@media screen and (max-width:1279px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(3){margin-top:10px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(3){margin-top:8px}}@media screen and (max-width:950px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list li:nth-child(3){-webkit-transform:none;transform:none;margin-top:0}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-title{font-size:24px;font-weight:500;margin-bottom:5px;text-align:center}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-title{font-size:18px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-title br{display:none}}.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-text{font-size:18px;text-align:center}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-text{font-size:14px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec2 .pan-comfort__sec2-list .pan-comfort__sec2-list-text br{display:none}}.pan-comfort .pan-comfort__sec3{border-radius:60px;padding:60px 90px;margin-top:10px;margin-bottom:5px;position:relative;background-color:#ef372e;background-image:url(/static/media/comfort-mapbg.07ce0875.png);background-size:cover}@media screen and (max-width:1599px){.pan-comfort .pan-comfort__sec3{padding:60px 80px;border-radius:40px}}@media screen and (max-width:1279px){.pan-comfort .pan-comfort__sec3{border-radius:30px}}@media screen and (max-width:1023px){.pan-comfort .pan-comfort__sec3{padding:30px 45px;border-radius:15px}}@media screen and (max-width:950px){.pan-comfort .pan-comfort__sec3{margin-top:5px}}@media screen and (max-width:767px){.pan-comfort .pan-comfort__sec3{padding-left:10px;padding-right:10px}}.pan-comfort .pan-comfort__sec3 .panschool-sec1__maintitle{color:#fff;text-align:center}.pan-comfort__map{min-height:1000px;border-radius:40px;margin-top:50px;overflow:hidden}@media screen and (max-width:1279px){.pan-comfort__map{margin-top:30px}}@media screen and (max-width:767px){.pan-comfort__map{margin-top:15px}}@media screen and (max-width:1599px){.pan-comfort__map{min-height:700px}}@media screen and (max-width:767px){.pan-comfort__map{min-height:350px}}.pan-comfort__map .pan-comfort__map-map{width:100%;height:1000px}@media screen and (max-width:1599px){.pan-comfort__map .pan-comfort__map-map{height:700px}}@media screen and (max-width:767px){.pan-comfort__map .pan-comfort__map-map{height:350px}}.pan-comfort .panschool-sec6{min-height:auto}.pan-comfort .panschool-sec6 .panschool-sec6__form-row:first-child .hp__form-item{width:calc(50% - 5px)}.pan-comfort .panschool-sec6 .panschool-sec6__form-row:first-child .custom-select__option{padding:16px}.pan-comfort .panschool-sec6 .panschool-sec6__form-row{display:flex;grid-gap:10px;gap:10px;align-items:flex-end}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .hp__form-item{margin-top:0!important;flex-grow:1}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .view-info__dates{min-width:300px;margin:20px auto;grid-gap:10px;gap:10px}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .input_type_form .input__label{line-height:normal;margin-bottom:5px}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .input_type_form .input__control{box-shadow:none}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .view-info__dates .input__control{background-color:#fff}.pan-comfort .panschool-sec6 .sor__form-box{width:auto;max-width:1000px}.pan-comfort .panschool-sec6 .sor__form-footer{width:auto;max-width:1000px;margin-top:0}@media screen and (max-width:950px){.pan-comfort .panschool-sec6 .sor__form-box{grid-gap:20px;gap:20px}.pan-comfort .panschool-sec6 .panschool-sec6__form-row:first-child .hp__form-item{width:100%}.pan-comfort .panschool-sec6 .panschool-sec6__form-row{flex-direction:column;grid-gap:20px;gap:20px;display:flex;max-width:100%;margin-bottom:20px}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .hp__form-item{width:100%}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .sor__form-item{margin-top:0;margin-bottom:0}.pan-comfort .panschool-sec6 .panschool-sec6__form-row .view-info__dates{margin-top:0;width:100%;margin-bottom:0}}.pan-comfort__popup{width:620px;min-height:270px;border-radius:30px;background-color:#ef372e;color:#fff;padding:25px;margin-left:-291px;background-image:url(/static/media/comfort-popupbg.8e4fb48a.png);margin-top:110px;position:relative;display:flex;grid-gap:20px;gap:20px}.pan-comfort__popup:after{content:"";position:absolute;border:20px solid transparent;border-bottom-color:#ef372e;top:-38px;left:calc(50% - 20px)}@media screen and (max-width:1279px){.pan-comfort__popup .pan-comfort__marker-text{display:none}}@media screen and (max-width:1023px){.pan-comfort__popup{width:400px;margin-left:-181px;min-height:auto;grid-gap:10px;gap:10px}}@media screen and (max-width:767px){.pan-comfort__popup{width:340px;margin-left:-151px;padding:25px 15px}}@media screen and (max-width:767px){.pan-comfort__popup .btn.btn_secondary.h6{width:125px}}.pan-comfort__popup .pan-comfort__popup-metro{font-size:28px;font-weight:700;margin-bottom:15px}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-metro{font-size:18px;margin-bottom:10px}}.pan-comfort__popup .pan-comfort__popup-name{font-size:18px;font-weight:700;margin-bottom:5px}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-name{font-size:16px}}.pan-comfort__popup .pan-comfort__popup-address{font-size:16px;margin-bottom:15px}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-address{font-size:14px}}.pan-comfort__popup .pan-comfort__popup-time{font-size:16px;font-weight:700;margin-bottom:30px}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-time{font-size:14px;margin-bottom:15px}}.pan-comfort__popup .pan-comfort__popup-icons{display:flex;grid-gap:12px;gap:12px}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-icons{grid-gap:8px;gap:8px}}.pan-comfort__popup .pan-comfort__popup-img{height:165px;width:280px;background-size:cover}@media screen and (max-width:1023px){.pan-comfort__popup .pan-comfort__popup-img{width:170px;height:100px}}@media screen and (max-width:767px){.pan-comfort__popup .pan-comfort__popup-img{width:125px;border-radius:5px}}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_1{background-image:url(/static/media/comfort-room1.833bfe74.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_2{background-image:url(/static/media/comfort-room2.b2f2b471.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_3{background-image:url(/static/media/comfort-room3.aae4a78e.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_4{background-image:url(/static/media/comfort-room4.be1e7144.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_5{background-image:url(/static/media/comfort-room5.da11a9ac.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_6{background-image:url(/static/media/comfort-room6.9d24cd24.png)}.pan-comfort__popup .pan-comfort__popup-img.pan-comfort__popup-img_7{background-image:url(/static/media/comfort-room7.9f638071.png)}.pan-comfort__popup .pan-comfort__popup-btn{margin-top:10px}.suburban-presentation{max-width:1280px;margin:30px auto;padding-left:20px;padding-right:20px;display:flex;flex-direction:column;grid-gap:30px;gap:30px}@media screen and (max-width:1023px){.suburban-presentation .complex-view-list .swiper-container{width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.suburban-presentation__land-status{margin-top:30px;margin-left:30px;font-size:16px;font-weight:700;display:flex;align-items:center}@media screen and (max-width:1023px){.suburban-presentation__land-status{margin-top:15px;margin-left:10px;font-size:14px;margin-right:10px}}@media screen and (max-width:1023px){.suburban-presentation .about-redesign__list-text,.suburban-presentation .about-redesign__listtext-bd{font-size:12px}}.suburban-presentation .pan-comfort__map{margin-top:0;min-height:320px;height:320px}@media screen and (max-width:1023px){.suburban-presentation .pan-comfort__map{border-radius:20px}}.suburban-presentation .pan-comfort__map .pan-comfort__map-map{height:320px}.suburban-presentation__grid{display:flex;grid-gap:30px;gap:30px;width:100%}@media screen and (max-width:1023px){.suburban-presentation__grid{grid-gap:15px;gap:15px}}@media screen and (max-width:1023px){.suburban-presentation__grid.suburban-presentation__grid_header{flex-direction:column;grid-gap:15px;gap:15px}.suburban-presentation__grid.suburban-presentation__grid_header .suburban-presentation__left{width:100%;order:1}.suburban-presentation__grid.suburban-presentation__grid_header .sf__block.sf__manager_modal{padding:20px;margin-bottom:0}.suburban-presentation__grid.suburban-presentation__grid_header .suburban-presentation__top-info{flex-direction:column}.suburban-presentation__grid.suburban-presentation__grid_header .suburban-presentation__top-info .suburban-presentation__top-infoPrice{padding-left:0;align-self:flex-start;margin-top:15px}}@media screen and (max-width:1023px){.suburban-presentation__grid.suburban-presentation__grid_full{flex-direction:column}.suburban-presentation__grid.suburban-presentation__grid_full .suburban-presentation__left{width:100%}}.suburban-presentation__grid_full{background-color:#f6f7f8;border-radius:20px;flex-wrap:wrap}@media screen and (max-width:1279px){.suburban-presentation__grid_full .swiper-pan{margin:0}}@media screen and (max-width:1279px){.suburban-presentation__grid_full .suburban-presentation__left-content{margin:10px}.suburban-presentation__grid_full .suburban-presentation__left-content .communications-redesign__list .about-redesign__list-item{width:calc(50% - 20px);flex-basis:calc(50% - 5px)}.suburban-presentation__grid_full .suburban-presentation__left-content .about-redesign__list{grid-gap:10px;gap:10px}}@media screen and (max-width:1279px){.suburban-presentation__grid_full .complex-view-list{margin-top:10px}}.suburban-presentation__grid_full .swiper-pan img:not(.pswp__img){max-height:420px}@media screen and (max-width:1279px){.suburban-presentation__grid_full .swiper-pan img:not(.pswp__img){max-height:270px}}.suburban-presentation__grid_full .swiper-thumbs-block{display:none}.suburban-presentation__grid_wasted{background-color:#ffe6e5}.suburban-presentation__grid_wasted .suburban-presentation__right-labels span.suburban-presentation__right-labelActive{background-color:#ff2d23}.suburban-presentation__grid_wasted .suburban-presentation__right-labels span.suburban-presentation__right-labelActive:before{content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgNy41bDUgNSA1LTVNNyAxNy41bDUtNSA1IDUiIHN0cm9rZT0iI0UzRjBGNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+");margin-bottom:-6px;margin-right:12px}.suburban-presentation__left{width:685px}@media screen and (max-width:1279px){.suburban-presentation__left{width:550px}}.suburban-presentation__left-content{margin:30px 0 30px 30px}.suburban-presentation__left-content .about-redesign{background-color:#fff;margin-top:30px}@media screen and (max-width:1023px){.suburban-presentation__left-content .about-redesign{margin-top:15px;padding:15px 10px}.suburban-presentation__left-content .about-redesign .about-redesign__top{grid-gap:15px;gap:15px}}.suburban-presentation__right{flex:1 1}@media screen and (max-width:1023px){.suburban-presentation__right{padding-left:0;padding-right:0}}.suburban-presentation__right .sf__manager{height:100%}.suburban-presentation__right .sf__manager .sf__manager-header{align-items:flex-start}.suburban-presentation__right .sf__manager_modal .sf__manager-col{flex-wrap:wrap}.suburban-presentation__right .sf__manager_modal .sf__manager-col .link.link_color_black{flex-basis:100%;margin-top:10px}.suburban-presentation__right .sf__manager-social{margin-top:13px;margin-left:0}.suburban-presentation__right .sf__manager-name,.suburban-presentation__right .sf__manager-pos{margin-bottom:10px}.suburban-presentation__right-content{margin-right:30px;margin-top:30px;margin-bottom:30px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media screen and (max-width:1023px){.suburban-presentation__right-content{margin:0 10px 10px}}.suburban-presentation__right-content .communications-redesign__list .about-redesign__list-item{flex-basis:calc(50% - 20px)}.suburban-presentation__right-content .communications-redesign__list{margin-top:10px}.suburban-presentation__right-content .communications-redesign__title{font-size:14px}.suburban-presentation__right-content .about-redesign__complectation-list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media screen and (max-width:1023px){.suburban-presentation .suburban-presentation__right-content .communications-redesign__list .about-redesign__list{grid-gap:10px;gap:10px}}@media screen and (max-width:1023px){.suburban-presentation .suburban-presentation__right-content .communications-redesign__list .about-redesign__list-item{width:calc(50% - 20px);flex-basis:calc(50% - 5px)}}.suburban-presentation .about-redesign__complectation-list{margin-top:10px;margin-bottom:10px}.suburban-presentation__right-labels{display:flex;justify-content:space-between;align-items:center}.suburban-presentation__right-labels span{font-size:18px;font-weight:700}.suburban-presentation__right-labels span.suburban-presentation__right-labelActive{padding:5px 25px;border-radius:50px;color:#fff;background-color:#2c2e3e;white-space:nowrap}.suburban-presentation__right-labels.suburban-presentation__right-labels_mobile{padding:15px 10px}.suburban-presentation__right-labels.suburban-presentation__right-labels_mobile span{font-size:16px}.suburban-presentation__right-labels.suburban-presentation__right-labels_mobile span.suburban-presentation__right-labelActive{padding:3px 15px}.suburban-presentation__top-info{padding:30px 25px;background-color:#e3f0f7;border-radius:20px;background-image:url(/static/media/suburban-presentation-topinfo.616cc69e.png);background-position:bottom -25px right -25px;background-repeat:no-repeat;display:flex;justify-content:space-between;height:100%}.suburban-presentation__top-infoList{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.suburban-presentation__top-title{font-size:18px;font-weight:700}.suburban-presentation__top-infoPrice{flex-shrink:0;align-self:flex-end;font-size:24px;font-weight:700;padding-left:40px}.suburban-presentation__top-infoItem{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.suburban-presentation__ride{display:flex;grid-gap:10px;gap:10px}.suburban-presentation__ride .sf-card__metro-time{margin-left:0;background-color:#f6f7f8}.suburban-presentation .sf__block.sf__manager_modal{padding:20px 30px}@media screen and (max-width:1279px){.suburban-presentation{grid-gap:15px;gap:15px;padding-left:10px;padding-right:10px;margin:15px auto}}.suburban-presentation__left.suburban-presentation__left_house{margin-top:-60px}@media screen and (max-width:1023px){.suburban-presentation__left.suburban-presentation__left_house{margin-top:-15px}}.suburban-presentation__right.suburban-presentation__right_house{margin-top:-60px}@media screen and (max-width:1023px){.suburban-presentation__right.suburban-presentation__right_house{margin-top:-15px}}.add-company__title{margin-top:30px}.add-company__dashboard{display:flex;justify-content:center;grid-gap:40px;gap:40px;margin-top:100px}.add-company__dashboard-left{display:flex;align-items:center;justify-content:center;flex-direction:column}.add-company__dashboard-left h4{margin-bottom:20px}.add-company__text{font-size:17px;margin-bottom:20px;margin-top:-10px}.add-company__message{width:560px;box-sizing:border-box;padding:40px;border-radius:20px;background-color:#e3f0f7}.add-company__message-title{font-weight:700;font-size:18px;text-align:center;margin-bottom:10px}.add-company__request-name{font-size:16px;text-align:center;margin-bottom:15px}.create-company{width:860px;margin-left:auto;margin-right:auto;padding-bottom:30px}.create-company__title{margin-top:30px;margin-bottom:20px;text-align:center}.create-company__top{display:flex;grid-gap:20px;gap:20px}.create-company__top-left{width:460px}.create-company__top-left,.create-company__top-right{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.create-company__top-right{width:calc(100% - 480px)}.create-company__block{border:1px solid #dfe1e9;padding:20px;border-radius:20px;position:relative}.create-company__block_add-requisites{border-color:#ef372e;display:flex;align-items:center;justify-content:space-between}.create-company__block_add-requisites .create-company__block-title{margin-bottom:0}.create-company__block_dark{background-color:#f6f7f8;border-color:#f6f7f8}.create-company__block-title{font-weight:700;color:#2c2e3e;margin-bottom:10px;display:flex;grid-gap:10px;gap:10px;align-items:center}.create-company__block-titlehint{cursor:pointer;height:24px}.create-company__edit-requisites{position:absolute;right:20px;top:20px;cursor:pointer;grid-gap:5px;gap:5px;color:#8790e5;display:flex;align-items:center;transition-duration:.3s}.create-company__edit-requisites:hover{color:#7b84d7}.create-company__edit-requisites:hover svg path{stroke:#7b84d7}.create-company__add{display:flex;grid-gap:10px;gap:10px;align-items:center}.create-company__add-btn{width:64px;height:64px;border-radius:50%;background-color:#f6f7f8;display:flex;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition-duration:.3s}.create-company__add-btn:hover{background-color:#e9eaec}.create-company__add-btn_image{height:auto}.create-company__manager{display:flex;grid-gap:10px;gap:10px}.create-company__manager-img{width:64px;height:64px;border-radius:50%;object-fit:cover}.create-company__manager-name{font-weight:700;margin-bottom:10px}.create-company__contacts,.create-company__manager-seconodinfo{display:flex;grid-gap:10px;gap:10px}.create-company__contacts{flex-direction:column}.create-company__status-block{border-radius:10px;position:relative;display:flex;justify-content:space-between;align-items:center;height:65px;padding-left:10px;margin-bottom:20px}.create-company__status-list li{display:flex;align-items:center;grid-gap:10px;gap:10px}.create-company__status-list .create-company__status-success svg path{fill:#ef372e}.create-company__status-list .create-company__status-success span{font-style:italic}.create-company__status-title{font-weight:700;margin-bottom:3px}.create-company__status-text{color:#777a89;font-size:12px}.create-company__status-bg{position:absolute;top:0;left:0;z-index:0;width:100%;height:65px}.create-company__status-chart,.create-company__status-info{z-index:1}.create-company__status-chart img{width:48px;height:48px;margin-right:25px}.create-company__status-chart span{position:absolute;width:48px;height:48px;display:flex;justify-content:center;align-items:center;top:8px;font-size:12px;font-weight:700}.create-company__status-topstat{width:100%;display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #dfe1e9}.create-company__status-topstat span{color:#777a89;font-style:italic}.create-company__status-botstat{padding-top:10px;display:flex;width:100%;justify-content:space-between}.create-company__status-botstat span{font-weight:700}.create-company__form{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.create-company .requisites{margin-top:0;margin-bottom:0}.create-company .lk-form__row-content{padding-top:0;padding-bottom:0;width:100%}.create-company .requisites__text-block{margin-top:0;margin-bottom:0;width:100%;flex-direction:row;grid-gap:0;gap:0}.create-company .requisites__info{max-width:100%;flex-direction:column;width:50%}.create-company .requisites__info:last-child{border-left:1px solid #dfe1e9;padding-left:10px;margin-left:-5px}.create-company .requisites__info-title{color:#8f95ac}.create-company .requisites__info-text p{font-weight:400;color:#2c2e3e}.create-company .requisites__info-text{display:flex;flex-direction:column;grid-gap:15px;gap:15px;margin-top:15px}.create-company__action-btns{display:flex;grid-gap:20px;gap:20px;align-items:flex-end;width:100%;justify-content:flex-end}.create-company__upload-image{border-radius:50%;width:64px;height:64px;object-fit:cover;min-width:64px}.create-company__remove-image{margin-top:5px;color:#8790e5;display:inline-block;margin-left:4px;cursor:pointer}.create-company__overact-requisites{position:relative}.create-company__editrequisites-btn{display:flex;grid-gap:10px;gap:10px;align-items:center;cursor:pointer;position:absolute;right:20px;top:20px;z-index:1}.create-company__editrequisites-btn span{color:#8790e5}.create-company.create-company_edited .cabinet-input input,.create-company.create-company_edited .cabinet-textarea{box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);background-color:#fff}.edit-requisites .requisites .lk-form__row-content{padding-top:0}.edit-requisites .requisites,.edit-requisites .requisites .tabs{margin-top:0}.edit-requisites .lk-form__row._bg-gray{background-color:#fff}.edit-requisites .input_type_form .input__control{background-color:#f6f7f8;box-shadow:none}.cabinet-input{width:100%;position:relative;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.cabinet-input input{width:100%;background-color:#f6f7f8;border-radius:5px;height:50px;padding-left:12px;padding-right:12px;font-family:"Formular",sans-serif}.cabinet-input input::-webkit-input-placeholder{color:#777a89}.cabinet-input input::placeholder{color:#777a89}.cabinet-input__hint{position:absolute;right:10px;top:12px;cursor:pointer;transition-duration:.3s}.cabinet-input__hint-text{color:#ef372e}.cabinet-input__hint-text:hover{color:#de342b}.cabinet-input__hint_text{top:15px}.cabinet-input__add-new{display:flex;grid-gap:10px;gap:10px;color:#8f95ac;align-items:center;cursor:pointer;transition-duration:.3s}.cabinet-input__add-new:hover{color:#777a89}.cabinet-input__overinp{position:relative}.cabinet-input__remove-inp{position:absolute;right:5px;top:4px;cursor:pointer}.cabinet-textarea{min-height:130px;padding:15px;border-radius:5px;background-color:#f6f7f8;width:100%;font-family:"Formular",sans-serif;border:none;outline:none;resize:vertical}.project-theme{display:flex;grid-gap:10px;gap:10px;align-items:center}.project-theme__item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.project-theme__item--active .project-theme__radio-custom{background:#6b7280;position:relative}.project-theme__item--active .project-theme__radio-custom:before{content:"";width:14px;height:14px;border:3px solid #fff;border-radius:50%;display:inline-block;position:absolute;top:0;left:0}.project-theme__colors{display:flex;border:1px solid #ccc;border-radius:8px;overflow:hidden;box-shadow:0 0 4px rgba(0,0,0,.1);transition:border-color .2s}.project-theme__color{width:50px;height:50px}.project-theme__radio{display:none}.project-theme__radio-custom{margin-top:8px;width:16px;height:16px;border:1px solid #ccc;border-radius:50%;background:#fff;transition:background .2s}.org-chart-page{margin-top:50px;margin-bottom:50px;overflow-y:auto}.org-chart-page__main{justify-content:flex-start}.department-group{align-items:center;position:relative}.department-group:before{content:"";position:absolute;top:70px;left:50%;width:1px;height:20px;background-color:#ccc;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1;top:-20px}.department-card{width:280px;min-height:120px;background:#fff;border:1px solid #ddd;border-radius:20px;padding:16px;position:relative;transition:background-color .3s;transition:all .25s ease-in;--card-color-rgb:#d4c5c5}.department-card--dragged-over{box-shadow:0 0 15px var(--card-color-rgb)}.department-card__title{font-weight:600;padding-bottom:8px;margin-bottom:8px;font-size:14px;border-bottom:1px solid #dfe1e9;display:flex;align-items:center;justify-content:space-between}.department-card__add-sub{background:#f6f7f8;border:none;cursor:pointer;font-size:18px;flex-shrink:0;width:32px;height:32px;border-radius:50%}.department-card__employees{display:flex;grid-gap:10px;gap:10px;margin-top:10px}.department-card__employees img{width:40px;height:40px}.department-card__employees-all{flex-shrink:0;color:#777a89;cursor:pointer;margin-top:12px}.department-card__director{margin-top:10px;cursor:move;display:flex;grid-gap:10px;gap:10px;align-items:center}.department-card__employees-alllist{background-color:#fff;padding:10px;border-radius:10px;position:absolute;z-index:1;box-shadow:0 2px 20px rgba(143,149,172,.1);right:-260px;width:250px;bottom:0}.department-card__employees-alllist,.department-card__employees-alllist li{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.department-card__employees-alllist li .employee-card{flex-direction:row;grid-gap:10px;gap:10px}.department-card__action-list{position:absolute;box-shadow:0 2px 20px rgba(143,149,172,.1);background-color:#fff;padding:15px;border-radius:20px;z-index:3}.department-card__action-list.right{right:25px}.department-card__action-list li{display:flex;align-items:center;grid-gap:10px;gap:10px;cursor:pointer;padding:5px;border-radius:10px;width:220px}.department-card__action-list li span{font-weight:400}.department-card__action-list li:hover{background-color:#f6f7f8}.department-card__action-btn{width:24px;height:24px;display:flex;align-items:center;cursor:pointer}.employee-card{display:flex;flex-direction:column;align-items:center;border-radius:6px;cursor:move;flex-shrink:0}.employee-card__image{width:50px;height:50px;border-radius:50%;object-fit:cover}.employee-card__name{font-weight:700}.employee-card__position{font-size:13px;color:#777}.org-chart-page__main{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;align-items:flex-start;-webkit-user-select:none;user-select:none}.department-group{display:flex;flex-direction:column;align-items:flex-start;positions:relative}.department-group__children{display:flex;flex-direction:column;margin-top:-15px;padding-top:35px;grid-gap:20px;gap:20px;padding-left:20px;border-left:1px dashed #e0e0e0;position:relative}.department-group__children .department-card{width:259px}.department-group__children .department-card:before{content:"";width:20px;height:1px;border-bottom:1px dashed #e0e0e0;display:block;position:absolute;top:50%;left:-20px}.department-group__children .department-card:last-child{position:relative}.department-group__children .department-card:last-child:after{content:"";width:1px;position:absolute;left:-22px;background-color:#fff;bottom:0;top:50%}.department-card__departments-toggle{color:#ef372e;padding-top:10px;border-top:1px solid #dfe1e9;margin-top:10px;cursor:pointer;display:flex;justify-content:space-between}.tree-modal .panmodal__wrapper{width:768px}.tree-modal__content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.tree-modal__content .custom-select,.tree-modal__content .custom-select__selected{height:50px}.tree-modal__content .input_type_form .input__control{box-shadow:none;background-color:rgba(143,149,172,.1)}.tree-modal__btns{margin-top:10px;text-align:center;display:flex;grid-gap:20px;gap:20px;justify-content:center}.tree-modal__user-info{padding:20px;border:1px solid #dfe1e9;border-radius:20px;width:385px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin:0 auto 20px}.tree-modal__user-info .custom-select,.tree-modal__user-info .custom-select__selected{height:50px}.tree-modal__user-info .input_type_form .input__control{box-shadow:none;background-color:rgba(143,149,172,.1)}.tree-modal__user-info .linktoprofile{display:flex;justify-content:center;align-items:center}.tree-modal__user-info .cabinet-textarea{min-height:70px;background-color:rgba(143,149,172,.1)}.main-department-group{display:flex;flex-direction:column;align-items:center;position:relative;margin:0 auto;padding:20px 200px 20px 20px}.main-department-group__children{margin-top:40px;display:flex;justify-content:center;grid-gap:20px;gap:20px;position:relative}.main-department-group__children:before{content:"";position:absolute;top:-40px;left:50%;width:1px;height:20px;background-color:#ccc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.main-department-group__children:after{content:"";position:absolute;left:140px;right:140px;top:-20px;height:1px;background-color:#ccc}.department-card--second{background-color:#fff4cb}.department-card--third{background-color:#e3f0f7}.department-card--last{background-color:#f6f7f8}.recursion-block{position:absolute}.recursion-block__card{padding:20px;border-radius:20px;background-color:#2c2e3e;width:290px;box-sizing:border-box;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.recursion-block__card-header{display:flex;align-items:center;justify-content:space-between}.recursion-block__card-header span{font-weight:700;color:#fff;display:flex}.recursion-block__card-header span svg{cursor:pointer}.recursion-block .department-card{width:100%}.recursion-block .department-card__director .employee-card__image{width:40px;height:40px}.recursion-block .department-card__employees .employee-card__image{width:30px;height:30px}.recursion-block .department-card__employees-all{margin-top:5px}.recursion-block .department-card__employees-alllist .employee-card__image{width:40px;height:40px}.crm-table__sf-controlsmodal.crm-table__sf-controlsmodal_fixation.crm-table__sf-controlsmodal_fixation-tree .modal__inner{width:auto}.cabinet-profile__header-title{font-size:20px;font-weight:700;margin-top:30px;margin-bottom:10px}.cabinet-profile__user{display:flex;grid-gap:10px;gap:10px}.cabinet-profile__user-logo{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0}.cabinet-profile__user-logo img{width:64px;height:64px;border-radius:50%;object-fit:cover}.cabinet-profile__user-name{display:flex;font-weight:700;grid-gap:10px;gap:10px}.cabinet-profile__user-name svg{margin-top:-5px;cursor:pointer}.cabinet-profile .lk-form__row.for-contacts{margin-top:-70px;width:720px;margin-left:74px}.cabinet-profile .lk-form__row.for-contacts .lk-form__row-content,.cabinet-profile .lk-form__row.for-contacts .lk-form__socials{grid-gap:20px;gap:20px}.cabinet-profile .lk-form__row.for-contacts .lk-form__fr{width:calc(50% - 10px);margin-right:0;flex-basis:calc(50% - 10px)}.cabinet-profile__area{margin-left:74px}.cabinet-profile__tghint{display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-top:10px}.cabinet-profile__tgtoogle{margin-top:40px;margin-bottom:40px;display:flex}.cabinet-profile__tgtoogle-left{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.cabinet-profile__tgtoogle-left .switch__label{width:350px}.cabinet-profile__tgtoogle-right{margin-left:300px;margin-top:-115px}.company-bid .custom-select__selected{background-color:initial}.company-employers__actions{border-top:1px solid #e9eaee;padding-top:20px;margin-top:20px;background-color:#fff;display:flex;grid-gap:20px;gap:20px}.company-employers__actions .custom-select{height:50px}.company-employers__actions .custom-select .custom-select__selected{background-color:initial;box-shadow:inset 0 0 0 1px rgba(143,149,172,.2);height:50px;width:260px}.company-employers__actions-btns{align-self:flex-end}.cookies-up{position:fixed;z-index:123;padding:25px 0;width:100%;bottom:-100px;background-color:#e2f0f7;transition:bottom .5s ease}.cookies-up__content{display:flex;justify-content:space-between;max-width:1366px;margin:0 auto;padding-left:20px;padding-right:20px}.cookies-up__text{padding-right:20px}.cookies-up__text-top{display:flex;margin-bottom:8px}.cookies-up__text-top svg{flex-shrink:0;margin-right:10px}.cookies-up__text-top p{font-size:20px;font-weight:700}.cookies-up__text-bottom{margin-left:34px}.cookies-up__text-bottom span{font-weight:700;text-decoration:underline}.cookies-up__text-bottom span:hover{text-decoration:none;cursor:pointer}.cookies-up.visible{bottom:0}.cookies-up.hidden{bottom:-150px}@media screen and (max-width:767px){.cookies-up.hidden{bottom:-270px}}.cookies-up__content_mobile{flex-direction:column}.cookies-up__content_mobile button.btn_primary{margin-top:10px;width:auto;max-width:220px;margin-left:35px}
/*# sourceMappingURL=main.0b48d7fb.chunk.css.map */