*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    background: #ffffff;
    /* overflow-x: hidden */
}

.container {
    max-width: 1440px;
    padding: 0px 20px;
    margin: 0px auto;
}

/* css reset */

img,
picture {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

address {
    font-style: normal;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
    color: #828282;
}

input,
button,
select {
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 10px;
    padding: 5px 15px;
    background: #fff;
    color: #000;
}

input::-moz-placeholder {
    color: #828282;
}

input::-webkit-input-placeholder {
    color: #828282;
}

input:-ms-input-placeholder {
    color: #828282;
}

input::placeholder {
    color: #828282;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #828282;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #828282;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #828282;
}

.select:focus {
    border-color: #828282;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

a,
ins {
    text-decoration: none;
    color: inherit;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

.fancybox-button svg {
    pointer-events: none;
}

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}

.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
    /* height: 55px; */
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group-wrapper {
    display: flex;
    gap: 20px;
}

form .form-group-wrapper .form-group {
    width: 50%;
}

form .form-group-wrapper .form-group.form-group_wide {
    width: 60%;
}

form .form-group-wrapper .form-group.form-group_thin {
    width: 40%;
}

form .form-group .btn {
    width: 100%;
}

form .form-group input {
    height: 48px;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 66px;
    padding: 13px 20px;
    color: #5A5A5A;
    background: #FFFFFFB2;
    border: 1px solid #FFFFFF;

}

form.form_white input::-moz-placeholder {
    color: #828282;
}

form.form_white input::-webkit-input-placeholder {
    color: #828282;
}

form.form_white input:-ms-input-placeholder {
    color: #828282;
}

form.form_white input::placeholder {
    color: #828282;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c86461;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

form.popup_container .form-group input {
    background-color: #DBDCDD4D;
    border: 1px solid #DBDCDD;
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #828282 !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 14px;
    position: relative;
    color: #0E1214;
    padding-left: 21px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: 18%;
    left: 0px;
    margin: -0px;
    height: 13px;
    width: 13px;
}

.agree_field>span {
    padding-left: 25px;
    display: inline-block;
}

.agree_field input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fff;
    height: 13px;
    width: 13px;
}

/* Стили для невыбранного чекбокса (черная галочка) */
.agree_field input[type="checkbox"]:not(:checked) {
    width: 13px;
    height: 13px;
    padding: 0;
}

/* Стили для выбранного чекбокса (белая галочка на черном фоне) */
.agree_field input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    padding: 0;
}

.anim {
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease-in-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

.btn {
    font-family: "Manrope", sans-serif !important;
    background: none;
    color: #ffffff;
    text-align: center;
    height: 48px;
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 60px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
}

.btn span {
    position: relative;
    z-index: 4;
}

.btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E4552;
    border-radius: 60px;
    z-index: -2;
}

.btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 0%;
    height: 100%;
    background-color: #D8E58B;
    transition: all 0.3s;
    border-radius: 60px;
    z-index: -1;
}

.btn:hover {
    color: #1E4552;
}

.btn:hover::before {
    width: 103%;
    height: 101%;
}

.btn.green {
    background: #C5DA4F;
    color: #1E4552;
}

.btn.green::after {
    background-color: #C5DA4F;
}

.btn.green::before {
    background-color: #D8E58B;
}

.btn.glass {
    background: none;
    border: 1px solid #C5DA4F;
    color: #1E4552;
}

.btn.glass::after {
    background: none;
}

.btn.glass::before {
    background-color: #D8E58B;
    border: 1px solid #D8E58B;

}

.btn.glass:hover::before {
    width: 102%;
}



/*************** header ***************/

.header {
    position: fixed;
    width: 100%;
    top: 10px;
    left: 0;
    z-index: 10;
}

.header_wrap {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF99;
    backdrop-filter: blur(10px);
    border-radius: 70px;
}

.logo_wrap {}

.logo1 {}

.menu_wrap {
    display: flex;
    gap: 20px;
}

.menu_wrap>a:hover {
    color: #1E4552;
}

.cont_wrap {}

.top_phone {}

.popup {}

.btn {}

.header .m_btn {
    display: none;
}


/****************** hero ******************/
.hero {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.hero .container {
    position: relative;
}

.title_container {
    position: absolute;
    top: 152px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
}

.hero_title_wrap {
    width: 100%;
}

.hero_title {
    font-weight: 800;
    font-size: 112px;
    text-transform: uppercase;
    color: #FFFFFFCC;
    line-height: 100%;
}

.hero_title-right {
    text-align: end;
    margin-top: 6px;
}

.hero_info {
    display: flex;
    flex-direction: column;
    top: -106px;
    position: relative;
    z-index: 10;
}

.hero_category {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hero_category span {
    font-weight: 500;
    font-size: 57px;
    line-height: 121%;
}

.hero .btn {
    width: 414px;
}

.hero_bg-img {
    bottom: 0;
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -152px;
}

.hero_bg {
    height: 100%;
}

.hero_bg picture {
    height: 100%;
}

.hero_bg picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero_bg-img-mob {
    display: none;
}


/****************** run ******************/
.run_now {
    display: flex;
    align-items: center;
    background: #1E4552;
    overflow: hidden;
    position: relative;
    height: 62px;
}

.run_now_cont {
    white-space: nowrap;
    animation: runstring 40s infinite linear;
    font-size: 22px;
    color: white;
}

.run_item {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.run_item:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/run_ico.svg') 50% 50% no-repeat;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    padding-right: 30px;
}


@keyframes runstring {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/****************** quiz-apart ******************/

.quiz-apart {
    position: relative;
    margin-top: 120px;
    overflow: hidden;
    z-index: 1;
}

.quiz-apart__container {
    position: relative;
}

.quiz-apart__content {
    position: relative;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1E4552;
    border-radius: 10px;
    color: #FFFFFF;
    overflow: hidden;
}

.quiz-apart__content::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 652px;
    height: 495px;
    background: url('../img/decor_bg.svg') 50% 50% no-repeat;
    left: 0;
    top: 0;
}

.quiz-apart__main {

    position: relative;
    opacity: 1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition-delay: .8s;
}

.quiz-apart__main.anim {
    opacity: 1;
}

.quiz-apart__step {
    width: 482px;
}

.quiz-apart__step.step_3 {
    width: 548px;
}

.quiz-apart__step.step_4 {
    width: 548px;
}

.quiz-apart__step.step_5 {
    width: 404px;
}

.quiz-apart__step-title {
    font-size: 28px;
}

.quiz-apart__step-subtitle {
    margin-top: 10px;
    color: #7BA2AF;
}

.quiz-apart__nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.quiz-apart__step-counter span {
    font-size: 16px;
}

.quiz-apart__step-counter span font {
    font-weight: 700;
    font-size: 24px;
}

.quiz-apart__step-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.quiz-apart__step-content {
    width: 100%;
    margin-top: 30px;
}

.quiz-apart__step-descr {
    font-size: 28px;
    line-height: normal;
}


.quiz-apart__step-range {
    position: relative;
}

/* .quiz-apart__step-range .irs--flat .irs-min, .quiz-apart__step-range .irs--flat .irs-max {
    font-size: 14px;
    background: none;
    padding: 0;
    color: #828282;
    top: 10px;
    visibility: visible !important;
} */
.quiz__slider_wrap {
    position: relative;
}

.quiz__slider-value {
    width: 100%;
    padding: 13px 20px;
    background: #FFFFFF99;
    border: 1px solid #FFFFFF;
    border-radius: 56px;
    font-weight: 700;
    color: #272727;
    margin-bottom: 16px;
}

.quiz-apart__range-slider .irs--flat {
    top: 98%;
}

.quiz-apart__range-slider .irs--flat .irs-bar {
    background-color: #C5DA4F;
}

.quiz-apart__range-slider .irs--flat .irs-handle {
    width: 14px !important;
    height: 14px;
    background-color: #C5DA4F;
}

.quiz-apart__range-slider .irs--flat .irs-handle:hover {
    background-color: #C5DA4F;
}

.quiz-apart__range-limits {
    display: flex;
    justify-content: space-between;
    color: #7BA2AF;
}


.quiz-apart__range-slider .irs--flat .irs-min,
.quiz-apart__range-slider .irs--flat .irs-max {
    display: none;
}

.quiz-apart__range-slider .irs--flat .irs-from,
.quiz-apart__range-slider .irs--flat .irs-to,
.quiz-apart__range-slider .irs--flat .irs-single {
    display: none;
}

.quiz-apart__range-text {
    display: flex;
    justify-content: space-between;
}

.quiz-apart__range-title {
    font-size: 12px;
    color: #828282;
    padding-bottom: 8px;
}

.quiz-apart__step-btn {
    margin-top: 30px;
    width: 256px;
    cursor: pointer;
}

.quiz-apart__step-btn.further {
    margin-top: 0;
    width: 135px;
}

.quiz-apart__step-btn.last {
    margin-top: 0;
}

.quiz-apart__step-prev {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.quiz-apart__step-prev:hover {
    background-color: #2E792233;
}


.quiz-apart__step-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quiz-apart__step-checkbox-item {
    cursor: pointer;
    width: 48%;
}

.step_3 .quiz-apart__step-checkbox-item {
    width: 32%;
}

.step_4 .quiz-apart__step-checkbox-item {
    width: 32%;
}


.quiz-apart__step-checkbox-item.btn_glass {
    color: #FFFFFF;
    border: 1px solid #FFFFFF
}

.quiz-apart__step-checkbox-item.btn_glass:hover {
    color: #1E4552;
}

.quiz-apart__step-checkbox-item.btn_glass.active {
    background-color: #D8E58B;
    border-color: #D8E58B;
    color: #1E4552;
}

.quiz-apart__step-checkbox_wide {
    justify-content: space-between;
}

.quiz-apart__step-checkbox_wide .quiz-apart__step-checkbox-item {
    width: 48%;
}

.quiz-apart__step-btns {
    display: flex;
    gap: 20px;
    width: 100%;
}

.quiz-apart__step-btns .quiz-apart__step-btn {
    width: 48%;
}

.quiz-apart__images {
    max-width: 672px;
    max-height: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
}

.quiz-apart__item.item1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
}

.quiz-apart__item.item2 {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}

.quiz-apart__item.item3 {
    grid-column: 3 / 4;
    grid-row: 3;
    width: 270px;
    padding: 15px;
    background: #466D7A;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quiz-apart__item.item4 {
    grid-column: 3 / 4;
    grid-row: 4;
}

.quiz-apart__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz-apart__item.item1 img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quiz-apart__item.item2 img,
.quiz-apart__item.item4 img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quiz-apart__name {
    font-weight: 700;
    font-size: 18px;
}

.quiz-apart__descr {
    font-weight: 400;
    font-size: 17px;
}

.quiz-apart .agree_field {
    color: #FFFFFF;
}

.quiz-apart .agree_field input[type="checkbox"]:not(:checked) {
    width: 13px;
    height: 13px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.quiz-apart .agree_field input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 13px;
    height: 13px;
    padding: 0;
}



/*************** block ***************/
.block_title_wrap {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.block_title {
    font-weight: 800;
    font-size: 68px;
    text-transform: uppercase;
}

.block-animated {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    /* Увеличено с 0.6s до 1.2s */
}

.block-animated.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Дополнительные варианты анимаций для переиспользования */
.block-animated-fade {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.block-animated-fade.is-visible {
    opacity: 1;
}

.block-animated-slide-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.block-animated-slide-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.block-animated-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.block-animated-scale.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* Более плавная анимация для браузеров, которые поддерживают */
@supports (animation-timing-function: linear(0, 1)) {
    .block-animated {
        transition: transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            opacity 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .block-animated {
        transition: none;
        transform: none;
        opacity: 1;
    }

    .block-animated.is-visible {
        transform: none;
    }
}

.block_title-right {
    text-align: end;
    margin-top: 10px;
}

.block_descr {
    position: absolute;
    top: 14px;
    right: 16px;
}


/*************** loc ***************/
.loc {
    margin-top: 150px;
}

.loc_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}

.loc_item {
    display: flex;
    border-radius: 10px;
    background: #EDEEF1;
    overflow: hidden;
}

.loc_img {
    min-width: 327px;
}

.loc_img img {
    border-radius: 10px;
}

.loc_text {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loc_name {
    font-weight: 700;
    font-size: 24px;
}

.loc_descr {
    color: #434447;
    font-size: 18px;
}



/*************** choose-apart ***************/

.layouts {
    margin-top: 150px;
}

.choose-apart .filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    align-items: flex-start;
}

.choose-apart .filter-sales {
    display: flex;
    gap: 15px;
}

.choose-apart .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-shadow: 0px 3px 1px 0px #0000000F;
    background: #fff;
    border-radius: 8px;
    width: 200px;
    cursor: pointer;
}

.choose-apart .filter-btn.active,
.choose-apart .filter-btn:hover {
    background-color: #A4B3A2;
}

.choose-apart .filter-btn-sales span {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 28px;
    /* background: url(../img/choose-apart__ico_sale.svg) 0 43% no-repeat; */
}

.choose-apart .filter-sep {
    width: 9%;
    height: 1px;
    background: #A0A0A0;
    margin-bottom: 24px;
}

.choose-apart .filter-block {
    flex: 1;
    min-width: 20%;
}

.choose-apart .filter-rooms {
    display: flex;
    gap: 15px;
}

.choose-apart .filter-rooms-item {
    height: 50px;
    border-radius: 100px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    cursor: pointer;
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    font-size: 18px;
}

.choose-apart .filter-rooms-item.active,
.choose-apart .filter-rooms-item:hover {
    background: #393536;
    color: white;
}

.choose-apart .filter-plans {
    width: 100%;
    max-width: 100%;
}

.choose-apart .filter-price {
    width: 18vw;
    max-width: 100%;
}

.filter-plans .irs-min,
.filter-plans .irs-max,
.filter-plans .irs-from,
.filter-plans .irs-to,
.filter-price .irs-min,
.filter-price .irs-max,
.filter-price .irs-from,
.filter-price .irs-to {
    display: none;
}

.choose-apart .filter-title {
    color: #000000;
    margin-bottom: 12px;
    line-height: 100%;
}

.choose-apart .range-slider-wrapper {
    position: relative;
}

.choose-apart .range-slider-text {
    display: flex;
    justify-content: space-between;
    height: 44px;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 56px;
    background: #DBDCDD4D;
    border: 1px solid #DBDCDD;
    color: #898989;
}

.choose-apart .range-slider-min span,
.choose-apart .range-slider-max span {
    font-size: 14px;
    color: #898989;
}

.choose-apart .range-slider-wrapper .irs {
    margin-left: 5px;
    margin-top: 2px;
    width: 88%;
    top: 92%;
    height: 0;
}

.choose-apart .irs--flat .irs-handle {
    top: -7px;
    width: 14px !important;
    height: 14px;
    background-color: #1E4552;
}

.choose-apart .filter-select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 66px;
    color: #000000;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    background: url(../img/ico_select.svg) 94% 50% no-repeat;
    padding-right: 40px;
    background-color: #DBDCDD4D;
    border: 1px solid #DBDCDD;
}

.choose-apart .filter-select:hover {
    border-color: #1E4552;
}

.choose-apart .filter-select:focus {
    outline: none;
    border-color: #1E4552;
}

.choose-apart .filter-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    align-self: flex-end;
}

.choose-apart .filter-btn-apply,
.choose-apart .filter-btn-refresh {
    white-space: nowrap;
    width: 208px;
}


.choose-apart .filter-refresh {
    cursor: pointer;
    font-size: 16px;
    color: #898A90;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 102px;
}

.choose-apart .filter-count {
    color: white;
    font-size: 18px;
    background: #393536;
    border-radius: 100px;
    height: 50px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.choose-apart .filter-count span {
    margin: 0px 10px;
}

.choose-apart .content {
    margin-top: 46px;
}

.choose-apart .show-more {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    width: max-content;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.choose-apart .show-more:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    z-index: 2;
    background: url(../img/ico_select.svg) 50% 50% no-repeat;
}

#choose-apart .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#choose-apart .items .item {
    width: calc(25% - 15px);
    background: #EDEEF1;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    border-radius: 10px;
}

#choose-apart .items .item.show {
    display: flex;
}

#choose-apart .items .item .floor {
    color: #9E9E9E;
    margin-bottom: 4px;
}

#choose-apart .items .item .title-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#choose-apart .items .item .title-bottom {
    display: flex;
    justify-content: space-between;
}

#choose-apart .items .item .name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
}

#choose-apart .items .item .area {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

#choose-apart .items .item .getting {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

#choose-apart .items .item .img {
    margin-top: 16px;
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
}

#choose-apart .items .item .img picture {
    height: 15vw;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

#choose-apart .items .item .img picture img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.fancybox-can-zoomIn .fancybox-content {
    background: #ffffff !important;
}

.fancybox-image,
#choose-apart .fancybox-spaceball {
    background: #ffffff !important;
}

.layout_benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout_benefit {
    border: 1px solid #1E4552;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.layout_benefit span {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.layout_benefit:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    z-index: 2;
}

.layout_benefit.ico1:before {
    background: url(../img/layout_ico1.svg) 50% 50% no-repeat;
}

.layout_benefit.ico2:before {
    background: url(../img/layout_ico2.svg) 50% 50% no-repeat;
}

.layout_benefit.ico3:before {
    background: url(../img/layout_ico3.svg) 50% 50% no-repeat;
}
.layout_benefit.ico4:before {
    background: url(../img/layout_ico4.svg) 50% 50% no-repeat;
}


#choose-apart .items .item .text_container .add {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
}

#choose-apart .items .item .text_container .add>li {
    border: 1px solid #DEDFDD;
    border-radius: 100px;
    padding: 9px;
    box-sizing: border-box;
}

#choose-apart .items .item .text_container .btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

#choose-apart .items .item .text_container .btns .btn {
    width: 100%;
}

/************************/

#choose-apart .items .item[data-sale="1"] {
    background: #325966;
    color: #ffffff;
}

#choose-apart .items .item[data-sale="1"] .sale {


}

#choose-apart .items .item[data-sale="1"] .layout_benefit {
    border: 1px solid #FFFFFF;
}

#choose-apart .items .item[data-sale="1"] .layout_benefit.ico3 {
    border: 1px solid #C5DA4F;
    color: #C5DA4F; 
}

#choose-apart .items .item[data-sale="1"] .text_container .btns .btn.glass {
    color: #ffffff;
}
#choose-apart .items .item[data-sale="1"] .text_container .btns .btn.glass:hover  {
    color: #1E4552;
}



/*************** infastructure ***************/
.infastructure {
    margin-top: 150px;

}

/*************** pickup ***************/

.pickup {
    margin-top: 150px;
}

.pickup_wrap {
    padding: 0 60px;
    display: flex;
    gap: 60px;
    background: #1E4552;
    border-radius: 10px;
    overflow: hidden;
    max-height: 600px;
}

.quiz-apart__item.item1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
}

.pickup_images {
    max-width: 514px;
    max-height: 600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.pickup_img {
    overflow: hidden;
    height: 210px;
}

.pickup_img.img1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

}

.pickup_img.img2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pickup_img.img3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    border-radius: 8px;

}

.pickup_img.img4 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 160px;
}

.pickup_img.img5 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 160px;
}

.pickup_content {
    max-width: 706px;
    padding: 60px 0;
    color: #ffffff;
}

.pickup_decsr {
    font-size: 28px;
    margin-bottom: 30px;
    overflow: hidden;
}

.pickup_items {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.pickup_item {
    flex: 1;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #2E5562;
    height: 191px;
    border-radius: 10px;

}

.pickup_item::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.pickup_item.ico1::before {
    background: url('../img/pickup/pickup_ico1.svg') 50% 50% no-repeat;
}

.pickup_item.ico2::before {
    background: url('../img/pickup/pickup_ico2.svg') 50% 50% no-repeat;
}

.pickup_item.ico3::before {
    background: url('../img/pickup/pickup_ico3.svg') 50% 50% no-repeat;
}

.pickup .form_wrap {
    display: flex;
    gap: 10px;
}

.pickup form .form-group {
    flex: 1;
    margin-bottom: 8px;
}

.pickup .agree_field {
    color: #FFFFFF;
}

.pickup .agree_field input[type="checkbox"]:not(:checked) {
    width: 13px;
    height: 13px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.pickup .agree_field input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 13px;
    height: 13px;
    padding: 0;
}


/*************** offers ***************/
.offers {
    margin-top: 150px;
}

.offers_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.offers_item {
    border-radius: 10px;
    width: 31.9%;
    height: 285px;
}

.offers_img {
    border-radius: 10px;
    height: 100%;
}

.offers_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.offers_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    height: 100%;

}

.offers_wrap.ico {
    height: 100%;
    background: #EDEEF1;
    padding: 20px;
    cursor: pointer;
}

.offers_wrap.ico::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;
    left: 0;
    top: 0;
}

.offers_wrap.ico.ico1::before {
    background: url('../img/offers/offers_ico1.svg') 50% 50% no-repeat;
}

.offers_wrap.ico.ico2::before {
    background: url('../img/offers/offers_ico2.svg') 50% 50% no-repeat;
}

.offers_wrap.ico.ico3::before {
    background: url('../img/offers/offers_ico3.svg') 50% 50% no-repeat;
}

.offers_wrap.ico.ico4::before {
    background: url('../img/offers/offers_ico4.svg') 50% 50% no-repeat;
}

.offers_wrap:hover.ico.ico1::before {
    background: url('../img/offers/offers_ico1_hov.svg') 50% 50% no-repeat;
}

.offers_wrap:hover.ico.ico2::before {
    background: url('../img/offers/offers_ico2_hov.svg') 50% 50% no-repeat;
}

.offers_wrap:hover.ico.ico3::before {
    background: url('../img/offers/offers_ico3_hov.svg') 50% 50% no-repeat;
}

.offers_wrap:hover.ico.ico4::before {
    background: url('../img/offers/offers_ico4_hov.svg') 50% 50% no-repeat;
}


.offers_content {
    min-height: 103px;
}

.offers_name {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.offers_descr {
    color: #434447;
}

.offers_item.decor {
    padding: 20px;
    position: relative;
    background: #1E4552;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offers_item.decor::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/decor_bg.svg) 48% 0 no-repeat;
    left: 0;
    top: 0;
    background-size: 100%;
}

.offers_item.decor .offers_name {
    color: #ffffff;
}

.offers .btn {
    width: 100%;
}

/*************** way-to-pay ***************/
.way-to-pay {
    margin-top: 150px;
}

.way-to-pay__wrap {
    position: relative;
    max-height: 564px;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    background-color: #1E4552;
    border-radius: 10px;
    color: #FFFFFF;
    overflow: hidden;
}

.way-to-pay__wrap::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 652px;
    height: 495px;
    background: url('../img/decor_bg.svg') 50% 50% no-repeat;
    left: 0;
    top: 0;
}

.way-to-pay__content {
    padding: 60px 0;
    max-width: 707px;
}

.way-to-pay__decsr {
    font-size: 28px;
    margin-bottom: 30px;
}

.way-to-pay__form {
    max-width: 482px;
}

.way-to-pay__form .form-group {
    margin-bottom: 14px;
}

.way-to-pay__range-slider .irs--flat .irs-min,
.way-to-pay__range-slider .irs--flat .irs-max {
    display: none;
}

.way-to-pay__range-slider .irs--flat .irs-from,
.way-to-pay__range-slider .irs--flat .irs-to,
.way-to-pay__range-slider .irs--flat .irs-single {
    display: none;
}

.way-to-pay__range-text {
    background: #FFFFFF99;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    height: 48px;
    border-radius: 56px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.way-to-pay__range-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.way-to-pay .range-slider-wrapper .irs {
    margin-left: -2px;
    margin-top: 5px;
}

.way-to-pay .irs--flat .irs-handle {
    top: 0px;
    width: 14px !important;
    height: 14px;
    background-color: #C5DA4F;
}

.way-to-pay .irs--flat .irs-handle.state_hover,
.way-to-pay .irs--flat .irs-handle.active,
.way-to-pay .irs--flat .irs-handle:hover {
    background-color: #C5DA4F;
}

.way-to-pay .irs--flat .irs-bar {
    top: 5px;
    background-color: #C5DA4F;
}

.way-to-pay .btn {
    margin-top: 20px;
    width: 100%;
}

.way-to-pay__partners {
    max-height: 576px;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 10px;
}

.way-to-pay__partners-1,
.way-to-pay__partners-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

.way-to-pay__partners-1 {
    animation-name: scrollUp;
    animation-duration: 15s;
}

.way-to-pay__partners-2 {
    animation-name: scrollDown;
    animation-duration: 15s;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

.partners__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #466D7A;
    border-radius: 6px;
    min-height: 193px;
    min-width: 253px;
    justify-content: center;
    flex-shrink: 0;
}

.partners__item-img {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.partners__item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.partners__item-name {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}


/*************** reviews ***************/
.reviews {
    margin-top: 150px;
}

.reviews_wrap {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.reviews_img {
    border-radius: 8px;
    width: 447px;
    flex-shrink: 0;
    display: flex;

}

.reviews_img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.reviews_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;

}

.reviews_item {
    padding: 20px;
    background: #EDEEF1;
    border-radius: 8px;
    min-height: 233px;

}

.reviews_name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.reviews_text {
    font-size: 18px;
}


/*************** special ***************/

.special {
    position: relative;
    margin-top: 150px;
    overflow: hidden;
    height: 791px;
}

.special .container {
    position: relative;
    /* height: 100%;
    z-index: 1; */
}



.special_bg {
    height: 100%;
}

.special_bg picture {
    height: 100%;
}

.special_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.special_container {
    position: absolute;
    top: 70px;
    width: 97%;
    z-index: 2;
}


.special_bg-img {
    z-index: 1;
    bottom: 0;
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
}


.special_bg-img img {
    width: 100%;
    height: auto;
    display: block;
}

.block_title_wrap {
    position: relative;
    z-index: 0;
}

.special .block_title_wrap {
    margin-bottom: 16px;
}

.special .block_title {
    font-size: 94px;
    position: relative;
    z-index: 0;
}

.special .block_title-right {
    margin-top: 20px;
}

.special .block_descr {
    top: 34px;
    right: 6px;
}

.special form {
    max-width: 772px;
    margin-left: auto;
    margin-right: 90px;
    position: relative;
    z-index: 2;
    /* Форма поверх всего */
}

.special .form_wrap {
    display: flex;
    gap: 10px;
}

.form-group {
    flex: 1;
}


/*************** contacts ***************/
.contacts {
    position: relative;
}


/*************** footer ***************/

footer {
    position: relative;
    /* padding: 80px 0; */
    color: #FFFFFF;
    background-color: #1E4552;
    overflow: hidden;
}
footer .container {
    z-index: 2;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 514px;
    height: 584px;
    background: url(../img/decor_bg.svg) 48% 0 no-repeat;
    left: -50px;
    top: 0;
    background-size: 100%;
    z-index: 1;
}

footer::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 514px;
    height: 584px;
    background: url(../img/decor_bg.svg) 48% 0 no-repeat;
    right: -50px;
    top: 0;
    background-size: 100%;
    transform: scaleX(-1);
    z-index: 1;
}

.footer_jur {
    font-size: 14px;
}

.footer_link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts {
    padding-top: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;

}

.contacts_wrap {
    display: flex;
    justify-content: space-between;
}

.contacts_heading {
    font-weight: 400;
    font-size: 16px;
    color: #B1C7CF;
    margin-bottom: 20px;

}

.contacts_content {
    font-weight: 700;
    font-size: 22px;
}

.contacts_messengers {
    display: flex;
    gap: 20px;
}

.contacts_messenger {
    width: 38px;
    height: 38px;
    border-radius: 3px;
    background: #2E5562;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contacts_messenger:hover {
    background: rgba(255, 255, 255, 0.2);
}

.footer_wrap {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.footer .disclamer {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/******************************/

@media (max-width: 1440px) {
    .block_descr {
        right: 0;
        width: 36%;
    }

    .pickup_img {
        height: 100%;
    }

    .pickup_img img {
        height: 100%;
        object-fit: cover;
    }

    .pickup_img.img4,
    .pickup_img.img5 {
        height: 100%;
    }

    .offers_item {
        width: 30.9%;
    }

    .way-to-pay__wrap {
        max-height: 600px;
    }

    .way-to-pay__content {
        max-width: 56%;
    }

    .way-to-pay__partners {
        max-height: 100%;
    }
}

@media (max-width: 1380px) {
    .quiz-apart__content {
        gap: 10px;
    }

    .quiz-apart__images {
        max-width: 580px;
    }

    .block_descr br {
        display: none;
    }

    .block_descr {
        right: 0;
        width: 30%;
        font-size: 14px;
    }

    .loc_img {
        min-width: 50%;
    }

    .choose-apart .filter-plans {
        width: 100%;
    }

}

@media (max-width: 1290px) {
    .block_title {
        font-size: 60px;
    }

    .loc_descr {
        font-size: 16px;
    }

    .reviews_text {
        font-size: 16px;
    }

    .special .block_title {
        font-size: 80px;
    }

    .special .block_title-right {
        margin-top: 10px;
    }

    .special form {
        max-width: 50%;
    }

    .contacts_content {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .header .btn {
        display: none;
    }

    .menu_wrap {
        gap: 10px;
        font-size: 14px;
    }

    .hero_title {
        font-size: 84px;
    }

    .hero_info {
        top: -70px;
    }

    .hero_category {
        font-size: 28px;
    }

    .hero_category span {
        font-size: 50px;
    }

    .quiz-apart__step,
    .quiz-apart__step.step_3,
    .quiz-apart__step.step_4 {
        width: 405px;
    }

    .step_3 .quiz-apart__step-checkbox-item {
        width: 48%;
    }

    .step_4 .quiz-apart__step-checkbox-item {
        width: 48%;
    }

    .block_title {
        font-size: 50px;
    }

    .block_descr {
        top: -30px;
    }

    .loc_item {
        flex-direction: column;
    }

    .loc_img img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .loc_name {
        margin-bottom: 10px;
    }

    .loc_name br {
        display: none;
    }

    #choose-apart .items .item {
        width: calc(50% - 15px);
    }

    .pickup_content {
        max-width: 49%;
        padding: 30px 0;
    }

    .pickup_wrap {
        gap: 30px;
        max-height: none;
    }

    .pickup_decsr {
        font-size: 20px;
    }

    .pickup_items {
        flex-direction: column;

    }

    .pickup_item {
        align-items: center;
        flex-direction: row;
    }

    .pickup .form_wrap {
        flex-direction: column;
        gap: 0;
    }

    .offers_item {
        height: 260px;
    }

    .offers_name {
        font-size: 20px;
    }

    .partners__item {
        min-height: 120px;
        min-width: auto;
        width: 188px;
    }

    .way-to-pay__content {
        max-width: 48%;
    }

    .way-to-pay__decsr {
        font-size: 20px;
    }

    .special .block_title {
        font-size: 74px;
    }

    .special .block_title-right {
        margin-top: 0;
    }

    .special .block_descr {
        width: 25%;
        top: -22px;
        right: 0px;
    }





}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
        width: 30px;
        height: 22px;
        z-index: 2;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #3E3A39;
        transition: all .2s linear;
    }

    .header .m_btn span:nth-child(1) {
        top: 0;
    }

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-47deg);
        top: 0;
    }

    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .header .menu {
        position: fixed;
        width: 100%;
        top: 80px;
        left: 110%;
        background: #F1F5F5;
        backdrop-filter: blur(10px);
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
        color: #000000;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        font-size: 16px;
        padding: 20px;
        border-radius: 8px;
    }

    .header .menu.active {
        left: 0;
    }

    .cont_wrap {
        margin-right: 60px;
    }

    .header .m_btn {
        z-index: 5;
    }

    .hero_title {
        font-size: 60px;
    }

    .hero_info {
        top: -40px;
    }

    .hero_category {
        font-size: 22px;
    }

    .hero_category span {
        font-size: 40px;
    }

    .quiz-apart__content {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 0 30px;
    }

    .quiz-apart__step-content {
        margin-top: 0;
    }

    .quiz-apart__step,
    .quiz-apart__step.step_3,
    .quiz-apart__step.step_4 {
        /* width: 100%; */
    }

    .quiz-apart__main {
        padding-bottom: 30px;
    }

    .quiz-apart__images {
        max-width: 100%;
    }

    .quiz-apart__step-title {
        margin-bottom: 10px;
    }

    .quiz-apart__step-subtitle {
        margin-bottom: 10px;
    }

    .block_title {
        font-size: 40px;
    }

    .block_descr {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 10px;
    }

    .pickup_wrap {
        padding: 0 20px;
        flex-direction: column;
    }

    .pickup_images {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 0;
        width: 100%;
        max-width: 100%;
    }

    .pickup_img img {
        width: 100%;
    }

    .pickup_img.img1,
    .pickup_img.img2,
    .pickup_img.img4,
    .pickup_img.img5 {
        display: none;
    }

    .pickup_img.img3 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .pickup_content {
        max-width: 100%;
        padding-top: 0;
    }

    .offers_items {
        gap: 20px;
    }

    .offers_item {
        width: 47.9%;
    }

    .way-to-pay__wrap {
        max-height: max-content;
        flex-direction: column;
        padding: 0;

    }

    .way-to-pay__content {
        max-width: 100%;
        padding: 30px;
    }

    .way-to-pay__partners {
        max-height: 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }



    .way-to-pay__partners-1,
    .way-to-pay__partners-2 {
        display: flex;
        flex-direction: row;
        gap: 10px;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        will-change: transform;
    }

    .way-to-pay__partners-1 {
        animation-name: scrollRight;
        animation-duration: 20s;
    }

    .way-to-pay__partners-2 {
        animation-name: scrollLeft;
        animation-duration: 20s;
    }

    @keyframes scrollRight {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .partners__item {
        min-height: auto;
        min-width: auto;
        width: 160px;
        height: 160px;
    }

    .way-to-pay__form {
        max-width: 100%;
    }

    .reviews_wrap {
        flex-direction: column;
    }

    .reviews_img {
        display: none;
    }


    .special .block_title {
        font-size: 56px;
    }

    .special .block_descr {
        width: 100%;
        top: 0;
        right: 0px;
    }

    .special form {
        max-width: 64%;
        margin-right: 50px;
    }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .br_mob {
        display: block;
    }

    .agree_field {
        font-size: 12px;
        display: block;
    }

    .header_wrap {
        border-radius: 10px;
    }

    .cont_wrap {
        margin-right: 58px;
        font-size: 14px;
    }

    .hero {
        height: auto;
    }

    .hero_title {
        font-size: 8.3vw;
    }

    .hero .btn {
        display: none;
    }

    .title_container {
        display: flex;
        flex-direction: column-reverse;
        top: 110px;
    }

    .block_title {
        font-size: 24px;
    }

    .hero {
        height: 730px;
    }

    .hero_info {
        top: 0;
    }

    .hero_category {
        font-weight: 700;
        font-size: 5.8vw;
        ;
        text-align: center;
        text-transform: uppercase;
    }

    .hero_category span {
        font-weight: 700;
        font-size: 5.8vw;
        text-align: center;
        text-transform: uppercase;
    }

    .hero_bg-img-mob {
        display: block;
        position: absolute;
        top: 220px;
    }

    .hero_bg-img-mob picture {
        height: 100%;
    }

    .hero_bg-img-mob img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .hero_bg-img {
        display: none;
    }

    .quiz-apart {
        margin-top: 80px;
    }

    .quiz-apart__content {
        gap: 0;
        padding: 0;
    }

    .quiz-apart__main {
        padding: 20px;
        width: 100%;
    }

    .quiz-apart__step,
    .quiz-apart__step.step_3,
    .quiz-apart__step.step_4 {
        width: 100%;
    }

    .quiz-apart__step.step_5 {
        width: 100%;
    }

    .quiz-apart__step-checkbox {
        gap: 10px 8px;
    }

    .quiz-apart__step-checkbox-item {
        width: 100%;
    }

    .step_3 .quiz-apart__step-checkbox-item {
        width: 100%;
    }

    .quiz-apart__step-descr {
        font-size: 20px;
    }

    .quiz-apart__step-title {
        font-size: 20px;
    }



    .block_title_wrap {
        margin-bottom: 30px;
    }

    .block_title-right {
        margin-top: 0;
        text-align: start;
    }

    .loc {
        margin-top: 80px;
    }

    .loc_wrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .loc_name {
        font-size: 20px;
    }

    .loc_text {
        padding: 20px;
    }

    .choose-apart .filter {
        flex-direction: column;
        gap: 10px;

    }

    .choose-apart .filter-block {
        min-width: 100%;
    }

    .layouts {
        margin-top: 80px;
    }

    .infastructure {
        margin-top: 80px;
    }

    .pickup {
        margin-top: 80px;
    }

    .pickup_wrap {
        padding: 0;
        gap: 0;
    }

    .pickup_content {
        padding: 20px;
    }

    .pickup_decsr {
        margin-bottom: 20px;
    }

    .pickup_item {
        align-items: normal;
        flex-direction: column;
        gap: 10px;
    }

    .pickup_img.img3 {
        border-radius: 10px;
    }

    .offers {
        margin-top: 80px;
    }

    .offers_items {
        gap: 15px;
    }

    .offers_item {
        width: 100%;
        height: 230px;
    }

    .offers_wrap.ico {
        justify-content: normal;
        gap: 20px;  
    }

    .offers_descr {
        font-size: 14px;
    }

    .way-to-pay {
        margin-top: 80px;
    }

    .way-to-pay__content {
        padding: 20px;
    }

    .way-to-pay__partners {
        padding-bottom: 20px;
    }

    .way-to-pay .range-slider-wrapper .irs {
        width: 85%;
        left: 8%;
    }

    .reviews {
        margin-top: 80px;
    }
    .reviews_items {
        gap: 15px;
    }

    .special {
        margin-top: 80px;
        height: auto;
        min-height: auto;
    }

    .special_container {
        z-index: 2;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px; 
    }

    .special .block_title {
        font-size: 6.7vw;
        text-align: center;
    }

    .special_bg-img {
        display: none;
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        margin: 0 -20px;
    }

    .special form {
        margin-right: 0;
        margin-left: 0;
    }

    .special .block_descr {
        font-size: 4vw;
        width: 100%;
        top: 0;
        right: 0px;
        text-align: center;
    }

    .special form {
    max-width: 100%;
        margin-right: 0;
    }

    .contacts {
          padding-top: 40px;  
    }

    .contacts_wrap {
        flex-direction: column;
        align-items: center;
    }

    .contacts .logo_wrap {
        margin-bottom: 20px;
    }

    .contacts_section {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contacts_heading {
        margin-bottom: 10px;
    }

    footer::after {
        display: none;
    }

    .footer_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .footer_link {
        gap: 20px;
        align-items: center;
    }



}

@media (max-width: 560px) {
    .hero {
        height: 570px;
    }

    .hero_bg-img-mob {
        top: 205px;
    }

    .run_now {
        height: 54px;
    }

    .run_now_cont {
        font-size: 20px;
    }

    .quiz-apart__images {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .quiz-apart__item.item2 {
        display: none;
    }

    .quiz-apart__item.item3 {
        width: 46%;
        border-radius: 0 10px 10px 0;
    }

    .quiz-apart__item.item4 {
        width: 49%;
    }

    .quiz-apart__item.item4 img {
        border-radius: 10px 0 0 10px;
    }

    .quiz-apart__descr {
        font-size: 16px;
    }


    #choose-apart .items .item {
        width: 100%;
    }

    #choose-apart .items .item .img {
        height: 260px;
    }

    #choose-apart .items .item .img picture {
        height: 100%;
    }

    .special_container {
        top: 20px;
    }

    .special .form_wrap {
        gap: 0;
        flex-direction: column;
    }

    .special .agree_field {
        color: #FFFFFF;
    }

    .special .agree_field input[type="checkbox"]:not(:checked) {
        width: 13px;
        height: 13px;
        padding: 0;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .special .agree_field input[type="checkbox"]:checked {
        background-color: #fff;
        border-color: #000;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        width: 13px;
        height: 13px;
        padding: 0;
    }

}

@media (max-width: 390px) {
    .hero {
        height: 488px;
    }

    .hero_bg-img-mob {
        top: 178px;
    }

    .special {
                height: 488px;
    }


}

@media (max-width: 360px) {}