.slogan-block {
    margin-left: 30px;
    padding-top: 5px;
}
.big-text {
    font-size: 21px;
    font-family: PlayfairDisplay;
}
.small-text {
    font-size: 16px;
    font-family: PlayfairDisplay;
}
.description-rent__header {
    margin-bottom: 10px;
}
.description-info__more {
    margin-bottom: 15px;
}
.hystmodal {
    z-index: 9999 !important;
    background-color: #00000050 !important;
}
.grecaptcha-badge {
    display: none;
}
a.btn-1:hover, a.btn-2:hover {
    color: var(--light);
}

.form-block-left-content-agreement-check__checkbox:checked+label::before {
    background-image: url(../img/form/v.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-position-y: 4px;
}
.form-block-left-content-agreement-check__checkbox:not(:checked)+label::before {
    background: 0 0;
}

#flashMessage.message {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#flashMessage.message.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

#flashMessage.message.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.search__card .swiper-pagination.search-pagination,
.search-grid__card .swiper-pagination.search-grid-pagination
{
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.search__card .swiper-pagination.search-pagination .swiper-pagination-bullet,
.search-grid__card .swiper-pagination.search-grid-pagination .swiper-pagination-bullet
{
    position: relative;
    height: 100%;
    background-color: transparent;
}

.search__card .swiper-pagination.search-pagination .swiper-pagination-bullet:after,
.search-grid__card .swiper-pagination.search-grid-pagination .swiper-pagination-bullet:after
{
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.search__card .swiper-pagination.search-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.search-grid__card  .swiper-pagination.search-grid-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after
{
    background-color: #283655;
}

.popular-block-card-top__name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter-text-price-suffix {
    display: none;
}
.filter-text-price-suffix.active {
    display: initial;
}
.main-screen-home-filter-top-price-three {
    width: 60px;
}
.main-screen-home-filter-top-location {
    padding-right: 24px;
}
.modal-card {
    top: 0;
    left: 0;
}

.main-screen-home-filter-bottom__address::placeholder {
    color: white !important;
}

.filter .main-screen-home-block form.tabs {
    padding-top: 1px;
}

.main-screen-home-filter-additional__top {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.main-screen-home-filter-additional__top-item {
    width: calc((100% / 4) - 10px);
}
.main-screen-home-filter-additional__top-item-clearfix {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.main-screen-home-filter-additional__top-item .select {
    display: block;
    width: 100%;
    position: relative;
}
.main-screen-home-filter-top-square {
    width: 100%;
    /**    justify-content: space-evenly; */
    gap: 8px;
    padding: 9px 15px;
}

.main-screen-home-filter-top-square__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

.main-screen-home-filter-top-price {
    gap: 8px;
}

.main-screen-home-filter-top-price__name {
    padding-right: 0;
}

.main-screen-home-filter-top-square.once .main-screen-home-filter-top-square__min {
    width: fit-content;
}

.params-filter .form-block-left-content-agreement-check-label {
    color: white;
}

.params-filter .form-block-left-content-agreement-check__checkbox:checked+label {
    color: white;
}

.params-filter .form-block-left-content-agreement-check__checkbox+label::before {
    border-color: #fff;
}

.params-filter .form-block-left-content-agreement-check__checkbox:checked+label::before {
    background-color: white;
}

.params-filter:not(.main-screen-home-filter-additional__top-item) {
    margin-right: 10px;
}
.service__line {
/**    border-bottom: 1px solid #777;
    height: auto;
    background-color: inherit;
    margin-top: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    height: auto;
    background-color: inherit;
    margin-top: 20px
}

.search-grid__header {
    padding-top: 9px;
    padding-bottom: 5px;
}

.search-grid__info {
    padding-right: 17px;
    padding-left: 13px;
    padding-top: 5px;
}

.search-grid__buttons {
    margin-top: 15px;
}

.search-grid__name {
    padding-right: 10px;
    border-right: 1px solid gray;
}

.search-grid__name + .search-grid__item {
    margin-left: 10px;
}

.search-grid__card {
    position: relative;
}

.search-grid__box {
    width: inherit;
    border-radius: 5px;
}

.search-grid-template-name {
    position: absolute;
    z-index: 2;
    padding: 0 5px;
    background-color: white;
    opacity: .6;
    color: black;
    top: 10px;
    left: 10px;
    font-weight: 500;
    border-radius: 5px;
}

.search-grid-swiper {
    border-radius: 5px;
}

.search-map__block {
    max-width: 400px;
}

.search-map__map {
    flex-grow: 1;
    margin-left: 25px;
}
.map-objects-counter {
    display: none;
}

.search-map__cards {
    overflow-y: scroll;
    height: 1120px;
}
::-webkit-scrollbar {height: 6px;}
::-webkit-scrollbar-thumb {border-radius: 24px;}
::-webkit-scrollbar-track {border-radius: 24px;}
.search-map__cards::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #333;
    box-shadow: inset 0 0 14px 14px #333;
}

#search-map-cards .search-grid__card:hover{
    box-shadow: none;
}

.search-grid__card:hover .search-grid__btn {
    color: var(--light);
    background-color: var(--btn-2);
    border: none;
}

.search-grid__card .search-grid__btn:hover {
    color: var(--btn-2) !important;
    background-color: #fff;
    height: 39.68px;
    border: 1px solid var(--btn-2);
}

.popular-block-card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#filter-location .modal-card-block {
    max-width: 1400px;
    height: 800px;
}

#InteractiveMetroMap {
    display: flex;
    flex-grow: 1;
    max-width: 1358px;
    max-height: 528px;
    overflow: scroll;
}

.direction-block-top-card {
    -webkit-filter: inherit;
    filter: inherit;
    opacity: 1;
}

.direction-block-top-card:hover {
    -webkit-filter: drop-shadow(0 0 26px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 26px rgba(0, 0, 0, .4));
    opacity: .8;
}

.direction-block-bottom-card {
    -webkit-filter: inherit;
    filter: inherit;
    opacity: .8;
}

.direction-block-bottom-card:hover {
    -webkit-filter: drop-shadow(0 0 26px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 26px rgba(0, 0, 0, .4));
    opacity: 1;
}

.header-bottom-navigation__link {
    font-size: 16px;
}

.quiz-modal .hystmodal__window {
    max-width: 1260px;
    width: calc(100vw - 74px);
    padding-left: 68px;
    padding-top: 35px;
    padding-bottom: 34px;
    padding-right: 89px;
    border-radius: 4px;
}

.quiz-question-count {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.011em;
    color: #333333;
    margin-bottom: 21px;
}


.quiz-paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quiz-paginate-button-group {
    display: flex;
    gap: 10px;
}

.quiz-paginate-button {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    text-decoration-line: underline;
    color: #000000;
}

.quiz-paginate-disable {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: gray;
}

.quiz-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.quiz-step {
    width: 70px;
    height: 5px;
    border: 1px solid #283655;
    border-radius: 5px;
}

.quiz-step.active, .quiz-step.complete {
    background: #283655;
    border: none;
}

.quiz-question-page {
    display: none;
}

.quiz-question-page.active {
    display: flex;
    flex-direction: column;
}


.quiz-question-page-title {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 112%;
    color: #333333;
    margin-bottom: 46px;
}

.quiz-question-page-variants {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 81px;
}

.popular-title {
    margin-bottom:35px;
}

.quiz-question-page-variants > .checkbox input {
    display: none;
}

.quiz-question-page-variants > .checkbox {
    border-radius: 5px;
    width: calc((100% - (30px * 3) ) / 4);
    min-width: 250px;
    height: 156px;
}

.quiz-question-page-variants.variants-row-3 > .checkbox {
    width: calc((100% - (30px * 3) ) / 3);
}


.quiz-question-page-variants > .checkbox label {
    background: #DFE0EB;
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.011em;
    color: #1E1E1E;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    cursor: pointer;
}

.quiz-question-page-variants > .checkbox input:checked + label {
    background: #283655;
    color: #A28854;
}

.quiz-question-wrapper.result {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'GothamPro';
}

.quiz-question-page-variants.quiz-form {
    flex-direction: column;
    flex-wrap: initial;
    align-items: center;
}

.alert-error {
    padding: 10px;
    border: 1px solid #e9c6c6;
    border-radius: 4px;
    color: #763c3c;
    background-color: #f0d8d8;
    margin-bottom: 10px;
    width: 100%;
}

.modal-card-block-content-two {
    height: 611px;
}

.contact {
    padding-bottom: 50px;
    padding-top: 50px;
}

.contact .description__small {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 85%;
    color: #777777;
    margin-bottom: 27px;
}

.contact .description__address {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #333333;

}
.search__more.loading{
    border: 1px #111 solid;
}
.search__more.loading span:after{
   content: 'Загрузка ...';
    display: block;
    font-size: 10px;
    font-style: italic;
}

.contact .social_block {
    margin-top: 27px;
    display: flex;
    gap: 30px;
}

.contact .description__subtitle {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 85%;
    color: #252733;
    margin-top: 62px;
}

.nodes {
    padding-bottom: 50px;
    padding-top: 37px;
}

.empty_list {
    font-size: 22px;
    line-height: 1.12;
    font-family: GothamPro;
    font-weight: 400;
    padding: 26px 0 22px;
}

.box img {
    height: 100%;
}

.form-block-right {
    background-color: #283655;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 30px;
}

.form-block-right .img-block {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}

.name-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.work-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.work-list {
    display: flex;
    flex-direction: column;
}

.work-list .item {
    font-size: 14px;
    margin-bottom: 30px;
}

.partner_carusel {
    padding: 98px 0 70px 0;
}
.partner_carusel_container {
    overflow: hidden;
    flex: 1;
}
.partner_carusel_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.partner_carusel .service__title {
    padding-bottom: 60px
}
.partner_carusel .swiper {
    width: 100%;
    height: 100%;
}
.partner_carusel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 220px !important;*/
    height: 110px;
    padding: 15px 35px;
    border: 1px solid #77777730;
    border-radius: 5px;
}
.partner_carusel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partner_carusel .swiper-button-prev,
.partner_carusel .swiper-button-next {
    position: unset;
    height: unset;
    margin-top: unset;
    transition: .2s ease;
}
.partner_carusel .swiper-button-prev::after,
.partner_carusel .swiper-button-next::after {
    color: #333333;
    font-size: 20px;
}
.partner_carusel .swiper-button-prev:hover {
    transform: translate(-10px, 0px);
}
.partner_carusel .swiper-button-next:hover {
    transform: translate(10px, 0px);
}
.partner_carusel .swiper-pagination-bullet-active {
    background: #A28854;
}
.partner_carusel .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.partner_carusel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.bottom-info_block {
    padding: 20px 40px;
    background-color: #283655;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.top-info_block .btn-2 {
    color: var(--btn-2);
    border: 1px var(--btn-2) solid;
    background-color: var(--light);
}

.top-info_block .btn-2:hover {
    color: var(--text);
}

.bottom-info_block .description__call {
    color: #fff;
    margin: 0;
}

.description__phone {
    color: #fff;
}

.description__call .description__phone {
    color: #333;
}

.description__phone:hover {
    color: gray;
}

.title {
    font-size: 52px;
}
.tabs__content .description__character{
    max-width: max-content;
}
.tabs__content  .description__value{
    padding: 0;
    width: auto;
    text-align: right;
}
.description-object-template .description__group{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.description-object-template .description__group i{
    position: relative;
    float: left;
}
.description-object-template .description__group .description__character-param{
    float: left;
    position: relative;
    width: 60%;
    font-family: GothamPro;
    font-weight: 500;
}
.description-object-template .description__group .description__value-param{
    float: left;
    width: 30%;
    position: relative;
}

.d-flex {
        display: flex !important;
    }
    .direction-block-top-card__text {
        font-size: 34px;
        color: white;
        position: unset;
        margin: 0;
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }
    .direction-block-top-card__text::after {
        content: "";
        background-image: url(/uploads/img/arrow-down.png);
        height: 7px;
        width: 15px;
        display: block;
        background-size: cover;
    }
    .block-rent {
        flex-direction: column;
        gap: 15px;
    }
    .block-rent_item {
        color: white;
        font-size: 20px;
    }
    .block-rent_item_static {
        color: white;
        font-size: 20px;
    }
    .direction-block-top-card {
        padding: 30px;
        width: 100%;
    }
    .block-list {
        flex-direction: row;
        justify-content: left;
        gap: 25px;
    }
    .separator {
        border-left: 2px #A28854 solid;
        max-height: 80px;
    }
    .block-list_item {
        flex-direction: column;
        gap: 10px;
        overflow-y: scroll;
        height: 140px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        margin-bottom: 10px;
    }
    /*.block-list_item::after {*/
    /*    content: "";*/
    /*    background-image: url(/uploads/img/garrow.png);*/
    /*    height: 7px;*/
    /*    width: 15px;*/
    /*    display: flex;*/
    /*    background-size: cover;*/
    /*    position: absolute;*/
    /*    bottom: 0px;*/
    /*    left: 50px;*/
    /*}*/
    .block-list_item::-webkit-scrollbar {
        display: none;
    }
    .block-list_item a {
        font-size: 12px;
        color: white;
    }
    .block-button {
        justify-content: right;
    }
    .target {
        color: #A28854;
    }
    .block-button .pick-btn {
        padding: 10px 65px;
        font-size: 14px;
        border: 1px solid var(--btn-1);
        background: var(--btn-1);
        color: #fff;
        outline: 0;
        border-radius: 5px;
        font-family: "GothamPro";
        font-weight: 500;
    }
    .direction-block {
        width: 100%;
        flex-direction: row;
    }
    .direction-block-left {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .direction-block-right {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .stock-block .block-list_item {
        overflow: unset;
    }
    .direction-block-single {
        justify-content: center;
        padding: 0;
    }
    .direction-block-single a {
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }
    .direction-block-single a::after {
        content: none;
    }
    .psn .direction-block-top-card__text {
        width: 100%;
    }
    .psn .block-list_item {
        height: 434px;
    }
    .stock-block .block-list_item::after {
        content: none;
    }
    .service-block {
        display: flex;
        flex-direction: column;
    }
    .service-block_buttons {
        display: flex;
        flex-direction: row;
        gap: 60px;
        margin-bottom: 50px;
        justify-content: space-evenly;
    }
    .service-block_button__left,
    .service-block_button__right {
        width: 41%;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .service_button a {
        display: flex;
        justify-items: center;
        justify-content: center;
        border: 1px #A28854 solid;
        border-radius: 15px;
        color: #333333;
        padding: 30px 0;
        font-family: "PlayfairDisplay";
        font-size: 21px;
        font-weight: 500;
        line-height: 17.85px;
        position: relative;
    }
    .service-block_button__left a::before {
        content: "";
        background-image: url(/uploads/assets/img/main-screen-home/anal.png);
        background-size: cover;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 5%;
        top: 15px;
    }
    .service-block_button__right a::before {
        content: "";
        background-image: url(/uploads/assets/img/main-screen-home/consal.png);
        background-size: cover;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 5%;
        top: 15px;
    }
    .service-block_list {
        column-count: 2;
    }
    .service-item {
        display: flex;
        flex-direction: row;
        gap: 40px;
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%;
        min-height: 250px;
    }
    .service-item .service__name {
        font-family: "PlayfairDisplay";
        font-size: 21px;
        font-weight: 700;
        color: #A28854;
        line-height: 17px;
    }
    .service-item .service__line {
        font-family: "GothamPro";
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        padding-bottom: 35px;
    }
    .service-point {
        min-width: 25px;
        width: 25px;
        height: 25px;
        border: 3px #A28854 solid;
        border-radius: 50%;
    }
    .service-text {
        width: 90%;
    }
    .arrow-list-scroll {
        display: flex;
        justify-content: center;
    }

    .popular-section {
        padding: 98px 0 70px 0;
    }
    .popular__title {
        padding-left: 70px;
        position: relative;
        margin-bottom: 50px;
    }
    .popular-section .swiper {
        width: 100%;
        height: 700px;
    }
    .popular__title::after {
        content: "";
        position: absolute;
        height: 5px;
        width: 50px;
        background-color: #a28854;
        top: 13px;
        bottom: 0;
        left: 0;
    }
    .popular_carusel_block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }
    .popular_carusel_container {
        overflow: hidden;
        flex: 1;
    }
    .popular-section .swiper-slide {
        position: relative;
        height: calc((100% - 30px) / 2) !important;
    }
    .popular-section .swiper-slide img {
        border-radius: 5px;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .popular-section .popular-slide_info {
        position: absolute;
        top: 30px;
        left: 0;
        background-color: #a28854;
        padding: 10px 30px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .popular-section .popular-slide_title {
        font-family: "GothamPro";
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: white;
    }
    .popular-section .popular-slide_address {
        font-family: "GothamPro";
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: white;
    }

@media screen and (max-width: 991.98px) {
    .form-block-right {
        display: none;
    }
.title {
    font-size: 28px;
}
}

@media screen and (max-width: 575.98px) {
    .form {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 900px) {
    .quiz-paginate {
        display: grid;
        grid-template-areas:
            "steps steps"
            "start prevnext";
        grid-gap: 10px;
        justify-items: center;
    }
    .quiz-paginate-start {
        grid-area: start;
    }
    .quiz-steps {
        grid-area: steps;
    }
    .quiz-paginate-button-group {
        grid-area: prevnext;
    }
}
@media (max-width: 788px) {
    .search-grid__box.box img {
        height: 100%;
    }

    .search-map {
        padding-right: 25px;
    }

    .search-map__main {
        flex-direction: column;
    }

    .search-map__map {
        width: 100%;
        margin-left: 0;
    }

    .search-map__block {
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    header .row > .col {
        flex: none;
    }
    .slogan-block {
         padding-top: 0;
    }
    .partner_carusel .swiper-slide {
        height: calc((100% - 30%) / 2) !important;
    }
    .partner_carusel .swiper-button-prev,
    .partner_carusel .swiper-button-next {
        display: none;
    }
    .partner_carusel_container {
        max-height: 420px;
    }
    .service__title {
        font-size: 28px;
    }

    .direction {
        padding-top: 590px;
    }

    .header-top {
        flex: 1;
    }

    .header-bottom {
        flex: 3;
    }

    .quiz-question-page-variants > .checkbox {
        min-width: 200px;
    }
    .popular_carusel_container {
            max-height: 420px;
     }
.direction-block {
            flex-direction: column;
        }
        .service-block_buttons {
            flex-direction: column;
            gap: 15px;
            justify-content: unset;
            align-items: center;
        }
        .service-block_list {
            column-count: 1;
            display: flex;
            justify-content: center;
        }
        .service-block_list ul {
            width: 90%;
        }
        .service-block_button__left,
        .service-block_button__right {
            width: 90%;
            margin-left: 0;
        }
        .service-item {
            gap: 10px;
            min-height: unset;
        }
        .service-item .service__name {
            word-wrap: break-word;
        }
        .direction-block-single .direction-block-top-card__text {
            text-align: center;
        }

        .title {
            font-size: 15px;
        }
}

@media (min-width: 767.78px) and (max-width: 991.78px) {
        .service-item {
            min-height: 475px;
        }
        .direction-block-single .direction-block-top-card__text {
            text-align: center;
        }
    }
    @media (min-width: 991.78px) and (max-width: 1199.78px) {
        .service-item {
            min-height: 330px;
        }
    }
    @media (min-width: 1200px) and (max-width: 1400px) {
        .service-item {
            min-height: 290px;
        }
    }
@media (min-width: 768px) {
    .partner_carusel .swiper-pagination {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 1200px) {
    .partner_carusel .swiper-slide {
        padding: 5px;
    }
}

@media screen and (max-width: 690px) {
    .quiz-modal .hystmodal__window {
        padding: 5px;
    }

    .quiz-modal .form-block-left-content-agreement {
        flex-direction: column;
        gap: 14px;
    }
}

@media screen and (min-width: 991.98px) {
    #filter-location .modal-card-block-content-top {
        gap: 84px;
        justify-content: space-between;
    }
    #filter-location .modal-card-block-content-item {
        margin-right: 0;
        width: 50%;
    }
}

@media screen and (max-width: 1199.98px) {
    .popular-block-card-top-address__text {
        max-width: 100%;
        word-break: break-all;
    }
    .description__btn {
        padding: 12px 19px;
    }
.title {
    font-size: 38px;
}
}


