/* USER VARIABLES SECTION */

:root {
    --black: #000;
    --green: #5db796;
    --regular-text: 16px;
    --lineheight: 1.65;
    --font-family: "Eastman", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Montserrat", sans-serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.938rem;
}

.row,
.row>* {
    --bs-gutter-x: 1.875rem;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 100%;
        padding: 0 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1380px;
    }
}

@media (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

/* GENERAL CSS SETTINGS */

.svg-block {
    position: absolute;
    bottom: -9999px;
    left: -9999px;
    overflow: hidden;
    opacity: 0;
    height: 0;
}

.img-right {
    float: right;
    margin-left: 55px;
}

.img-left {
    float: left;
    margin-right: 55px;
}

.animate__animated {
    /* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ Ð´Ð»Ð¸Ñ‚ÑŒÑÑ 1 ÑÐµÐºÑƒÐ½Ð´Ñƒ */
    animation-duration: 2s;
    /* Ð—Ð°Ð¿ÑƒÑÐº Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ Ð¾Ð´Ð¸Ð½ Ñ€Ð°Ð· */
    animation-iteration-count: 1;
}

@media (max-width: 991px) {

    .img-right,
    .img-left {
        float: none;
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }
}

::placeholder {
    color: #000;
    opacity: 1;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: #14295e;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-family);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    font-weight: 400;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background: #eef2f6;
}

/* common */
.row-gap {
    gap: 21px 0;
}

.title-h2 {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #000;
}

.title-h2 span {
    color: #5db795;
}

.btn {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    height: 57px;
    width: 100%;
    max-width: 196px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
    transition: .2s ease-in;
    border-radius: 84px;
}

.btn-show-all {
    gap: 0 10px;
}

.btn-show-all svg {
    fill: none;
    width: 29px;
    height: 9px;
    stroke: #5db796;
}

.btn-link-home {
    max-width: 249px;
    background: #5db796;
    color: #fff;
}

.btn-link-home:hover {
    background: #489478;
    color: #fff;
    text-decoration: underline;
}

.phone {
    display: flex;
    align-items: center;
    gap: 0 15px;
    text-decoration: none;
}

.phone__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.1);
}

.phone__icon svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

.phone__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 7px 0;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.phone__text i {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    opacity: 0.6;
    font-style: normal;
    padding-left: 16px;
}

.menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.menu>li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.menu>li>a {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    color: #fff;
    transition: .2s ease-out;
}

@media(min-width: 1200px) {
    .menu>li>a{
        font-size: 16px;
    }
}

.menu>li>a>svg {
    width: 12px;
    height: 9px;
    stroke: #fff;
    fill: none;
    transition: .2s ease-out;
}

.menu>li:hover>a {
    color: var(--green)
}

.menu>li:hover>a>svg {
    stroke: var(--green);
}

.menu .li-8 a{
    text-decoration: underline;
}

.menu .li-8 a:hover{
    text-decoration: none;
}

.submenu {
    padding: 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #dde4ec;
    border-radius: 12px;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    min-width: 291px;
    top: 85px;
    left: 20px;
    opacity: 0;
    visibility: visible;
    transition: .2s ease-out;
    transform: scale(0);
}

.submenu.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.submenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.submenu li a {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    opacity: 0.7;
    transition: .2s ease-out;
}

.submenu li:hover a {
    color: var(--green);
}

.lang {
    position: relative;
}

.lang__btn {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
}

.lang__btn svg {
    width: 16px;
    height: 10px;
    stroke: #fff;
    fill: none;
    transition: .2s ease-in;
}

.lang__btn.active svg {
    transform: scale(-1);
}

.lang__list {
    position: absolute;
    margin: 0;
    background: #fff;
    border: 1px solid #dde4ec;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    visibility: hidden;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    gap: 35px 0;
    margin: 20px 0 0 0;
    left: -25px;
    transition: .2s ease-out;
    opacity: 0;
}

.lang__list li {
    list-style-type: none;
}

.lang__list li a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.lang__list li:hover a,
.lang__list li a.active {
    color: #5db796;
}

.lang__list.open {
    visibility: visible;
    opacity: 1;
}

.search-btn {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.1);
}

.search-btn svg {
    stroke: #fff;
    width: 14px;
    height: 14px;
    fill: none;
}


.search-mobile-form {
    display: flex;
    align-items: center;
}

.search-mobile-form__input {
    width: 100%;
    max-width: calc(100% - 50px);
    background: rgba(238, 242, 246, 0.5);
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-top-left-radius: 12px;
    padding: 0 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    opacity: 0.4;
    border-bottom-left-radius: 12px;
}

.search-mobile-form__btn {
    border: none;
    padding: 0;
    margin: 0;
    height: 48px;
    width: 50px;
    backdrop-filter: blur(60px);
    background: #5db796;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.search-mobile-form__btn svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
}

.social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 7px;
}

.social li {
    list-style-type: none;
}

.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    backdrop-filter: blur(42.00017166137695px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 155px;
    width: 35px;
    height: 35px;
    transition: .2s ease-in-out;
}

.social li a svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.social li a:hover {
    background: #5db796;
}

li.js-btn-menu.active>a {
    color: #5db796 !important;
}

li.js-btn-menu.active>a>svg {
    stroke: #5db796 !important;
    transform: scale(-1) !important;
}

li.current>a {
    color: #5db796 !important;
}

.left-icon-svg::before {
    content: '';
    width: 1077px;
    height: 871px;
    display: block;
    left: 0;
    top: 193px;
    background-image: url('../images/icon-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    /*z-index: -1;*/
}

.left-icon-svg-big::before {
    content: '';
    width: 699px;
    height: 871px;
    display: block;
    left: 0;
    top: 360px;
    background-image: url('../images/left-icon-bit.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}

.c-prev {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    transition: .2s ease-in;
}

.c-prev svg {
    fill: none;
    stroke: #5db796;
    stroke-width: 2px;
    height: 15px;
    width: 8px;
    transition: .2s ease-in;
    transform: scale(-1);
}

.c-next {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    transition: .2s ease-in;
}

.c-next svg {
    fill: none;
    stroke: #5db796;
    stroke-width: 2px;
    height: 15px;
    width: 8px;
    transition: .2s ease-in;
}

.c-next:hover,
.c-prev:hover {
    background: #5db795;
}

.c-next:hover svg,
.c-prev:hover svg {
    stroke: #fff;
}

.price {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
}

.old-price {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-decoration: line-through;
    color: #b75d5d;
}


@media(max-width: 1500px) {
    .phone__text {
        display: none;
    }
}

@media(max-width: 1300px) {
    .menu>li>a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1199px) {
    .menu>li>a {
        font-size: 14px;
        line-height: 14px;
    }

    .search-btn {
        width: 30px;
        height: 30px;
    }

    .phone__icon {
        width: 30px;
        height: 30px;
    }

    .phone__icon svg {
        width: 12px;
        height: 12px;
    }
}

@media(max-width: 1024px) {
    .lang {
        position: unset;
    }

    .lang__list {
        min-width: 340px;
        padding: 20px ;
        right: 0;
        left: unset;
    }
}

@media(max-width: 991px) {
    .title-h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .btn {
        height: 47px;
    }

    .btn-show-all {
        margin: 22px auto 0 0;
    }

    .c-next {
        top: -95px;
        right: 0;
        transform: none;
    }

    .c-prev {
        transform: none;
        top: -95px;
        left: unset;
        right: 65px;
    }

    .left-icon-svg::before,
    .left-icon-svg-big::before {
        display: none;
    }

    .btn-link-home {
        height: 56px;
        margin: 0 auto;
    }
}

/* end common */


/* c-files-download */
.c-files-download span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 27px;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    height: 124px;
    position: relative;
}

.c-files-download span i {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    opacity: 0.7;
    font-style: normal;
}

.c-files-download span svg {
    width: 28px;
    height: 28px;
}

.c-files-download label span svg {
    width: 29px;
    height: 29px;
}

.c-files-download label strong {
    font-weight: normal;
}

.c-files-download label.selected span {
    background: rgba(238, 242, 246, 0.5);
    gap: 0 10px;
    opacity: 1;
}

.c-files-download label.selected span svg {
    width: 43px;
    height: 43px;
}

.btn-file-clear {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    border: none;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 101, 101, 1);
}

.btn-file-clear svg {
    width: 9px !important;
    height: 9px !important;
    stroke: #fff
}

/* end c-files-download */

/* c-textarea */
.c-textarea {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 15px 67px 15px 15px;
    background: rgba(238, 242, 246, 0.5);
    resize: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    height: 124px;
}

.c-textarea::placeholder {
    opacity: 0.4;
}

/* end c-textarea */

/* c-input */
.c-input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 0 15px;
    height: 48px;
    background: rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.c-input::placeholder {
    opacity: 0.7;
}

/* end c-input */


/* checkbox-c */
.checkbox-c {
    display: block;
    cursor: pointer;
}

.checkbox-c span {
    display: flex;
    align-items: center;
    gap: 0 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    position: relative;
}

.checkbox-c span::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background: #eef2f6;
}

.checkbox-c span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSI0IiBmaWxsPSIjNURCNzk2Ii8+CjxwYXRoIGQ9Ik01LjUgOC41TDguNSAxMUwxMS41IDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 16px;
    height: 16px;
    z-index: 2;
    left: 3px;
    top: 3px;
    display: none;
}

.checkbox-c input:checked~span::after {
    display: block;
}

.form-check{
    padding-left: 0;
}

/*
.form-check-input:invalid~span::before {
    border: 1px solid rgba(230, 101, 101, 1);
}
*/


.vacancies-form__lang.is_invalid h3,
.vacancies-form__exp.is_invalid h3{
    color: red;
}

/* end checkbox-c */


/* choisen */
.choices__inner {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.choices__list::-webkit-scrollbar {
    width: 3px;
}

.choices__list::-webkit-scrollbar-thumb {
    background-color: var(--green);
    /* Цвет скроллбара */
    border-radius: 2px;
}

.choices__list {
    scrollbar-width: thin;
    scrollbar-color: var(--green) transparent;
    /* Зеленый скролл на сером фоне */
}

.choices[data-type*=select-one] .choices__inner {
    padding: 0;
}

.choices__list--single,
select.select-choisen {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 16px 15px 16px 15px;
    background: rgba(238, 242, 246, 0.5);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, .7);
}

.choices[data-type*=select-one]::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: none;
    display: block;
    width: 16px;
    height: 12px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.choices[data-type*=select-one].is-open::after {
    border-color: transparent;
    margin: 0;
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
    display: none;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    background: rgba(238, 242, 246, 0.5);
    border: none;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #eef2f6;
    border: none;
    margin: 0;
    z-index: 99;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding: 15px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: rgba(93, 183, 150, 0.15);
}

.project-catalog__head-select .choices__list--single {
    border-radius: 45px !important;
    background: #fff;
    width: 84px;
    height: 48px;
}

.project-catalog__head-select .choices__placeholder {
    opacity: 1;
}

.project-catalog__head-select .choices[data-type*=select-one]::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41MDc4MTIgMC43OTk4MDVMNC41MDc4MSA0Ljc5OThMOC41MDc4MSAwLjc5OTgwNCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
    width: 10px;
    height: 6px;
    background-size: cover;
}

.project-catalog__head-select .choices__list--dropdown,
.project-catalog__head-select .choices__list[aria-expanded] {
    background: #fff;
    border: 1px solid var(--gray-blue);
    padding: 20px;
    border-radius: 12px;
}

.project-catalog__head-select .choices__list--dropdown .choices__list,
.project-catalog__head-select .choices__list[aria-expanded] .choices__list {
    background: none;
}

.project-catalog__head-select .choices__list--dropdown .choices__item,
.project-catalog__head-select .choices__list[aria-expanded] .choices__item {
    padding: 0 0 20px 0;
    background: none;
}

.project-catalog__head-select .choices__list--dropdown .choices__item:last-child,
.project-catalog__head-select .choices__list[aria-expanded] .choices__item:last-child {
    padding: 0;
}



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

/* end choisen */


/* header */
.header {
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 34px 0;
}

.header--mobile-open {
    height: 100vh;
    background: #fff;
}

.header__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header__logo {
    margin: 0 56px 0 0;
}

.header__logo svg {
    width: 168px;
    height: 52px;
    fill: #fff;
}

.header__phone {
    margin: 0 102px 0 0;
}

.header__menu {
    gap: 0 60px;
}

.header__right {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: relative;
}

.header__mobile-menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    backdrop-filter: blur(36.000003814697266px);
    background: rgba(255, 255, 255, 0.1);
    padding: 0;
    border: none;
    position: relative;
}

.header__mobile-menu svg {
    width: 23px;
    height: 14px;
    stroke: #fff;
}

.header__mobile-nav {
    opacity: 0;
    position: absolute;
    left: -1000000px;
    background: #fff;
    width: 100%;
    padding: 56px 0 37px 0;
    height: 100%;
    transition: .2s ease-in-out;
}

.header__mobile-flex {
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 110px;
}

.header__mobile-nav--vh {
    height: 100%;
}

.header__mobile-nav-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}

.header__mobile-nav-menu>li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header__mobile-nav-menu>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #000;
}

.header__mobile-nav-menu>li>a>svg {
    fill: none;
    stroke: #000;
    width: 12px;
    height: 6px;
}

.header__mobile-nav-menu>li .submenu {
    position: unset;
    top: unset;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: none;
    background: none;
    display: none;
    padding: 35px 0 6px 53px;
}

.header__mobile-nav-menu>li .submenu.show {
    display: flex;
}

.header__mobile-nav-menu>li .submenu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    opacity: 1;
}

.header__mobile-nav.open {
    opacity: 1;
    left: 0;
    position: unset;
}

.header--scroll,
.header--inner {
    background: #fff;
}

.header--scroll .header__logo svg,
.header--inner .header__logo svg,
.header--mobile-open .header__logo svg {
    fill: #000;
}

.header--scroll .phone__icon,
.header--inner .phone__icon,
.header--mobile-open .phone__icon {
    backdrop-filter: blur(36.000003814697266px);
    background: #eef2f6;
}

.header--scroll .phone__icon svg,
.header--inner .phone__icon svg,
.header--mobile-open .phone__icon svg {
    fill: #5db796;
}

.header--scroll .phone__text,
.header--inner .phone__text,
.header--scroll .phone__text i,
.header--inner .phone__text i,
.header--mobile-open .phone__text,
.header--mobile-open .phone__text i {
    color: #000;
}

.header--scroll .header__lang .lang__btn,
.header--inner .header__lang .lang__btn,
.header--mobile-open .header__lang .lang__btn {
    color: #000;
}

.header--scroll .header__lang .lang__btn svg,
.header--inner .header__lang .lang__btn svg,
.header--mobile-open .header__lang .lang__btn svg {
    stroke: #000;
}

.header--scroll .header__search-btn,
.header--inner .header__search-btn,
.header--mobile-open .header__search-btn {
    backdrop-filter: blur(60px);
    background: #eef2f6;
}

.header--scroll .header__search-btn svg,
.header--inner .header__search-btn svg,
.header--mobile-open .header__search-btn svg {
    stroke: #000;
    fill: none;
}

.header--scroll .header__menu>li>a,
.header--inner .header__menu>li>a,
.header--mobile-open .header__menu>li>a {
    color: #000;
}

.header--scroll .header__menu>li>a svg,
.header--inner .header__menu>li>a svg,
.header--mobile-open .header__menu>li>a svg {
    stroke: #000;
}


.header--scroll .header__mobile-menu,
.header--inner .header__mobile-menu,
.header--mobile-open .header__mobile-menu {
    backdrop-filter: blur(36.000003814697266px);
    background: #eef2f6;
}

.header--scroll .header__mobile-menu svg,
.header--inner .header__mobile-menu svg,
.header--mobile-open .header__mobile-menu svg {
    stroke: #79A7B7;
}



@media(max-width: 1720px) {
    .header__phone {
        margin: 0 50px 0 0;
    }

    .header__menu {
        gap: 0 30px;
    }
}

@media(max-width: 1550px) {
    .header__phone {
        margin: 0 40px 0 0;
    }

    .header__menu {
        gap: 0 20px;
    }
}

@media(max-width: 1350px) {
    .header__logo {
        margin: 0 30px 0 0;
    }
}

@media(max-width: 1199px) {
    .header__logo {
        margin: 0 16px 0 0;
    }

    .header__phone {
        margin: 0 20px 0 0;
    }

    .header__menu {
        gap: 0 15px;
    }
}

@media(max-width: 1024px) {
    .header {
        padding: 15px 0;
    }

    .header__nav {
        display: none;
    }

    .header__search-btn {
        display: none;
    }

    .header__logo svg {
        width: 133px;
        height: 42px;
    }

    .header__right {
        gap: 0 72px;
    }

    .header__mobile-menu {
        display: flex;
    }
}

@media(max-width: 429px) {
    .header__right {
        gap: 0 30px;
    }
}

/* end header */

/* footer */
.footer {
    background: #202223;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
}

.footer__top {
    padding: 60px 0 47px 0;
}

.footer__top-logo svg {
    width: 294px;
    height: 65px;
    fill: #fff;
}

.footer__top-nav {
    padding: 0 0 0 119px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__top-nav>ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    width: 50%;
    flex-direction: column;
}

.footer__top-nav>ul>li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.footer__top-nav>ul>li>a {
    font-family: var(--font-family);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: .2s ease-in;
}

.footer__top-nav>ul>li>a svg {
    fill: none;
    stroke: #fff;
    width: 12px;
    height: 6px;
    transition: .2s ease-in;
}

.footer__top-nav>ul>li:hover>a {
    color: #5db796;
}

.footer__top-nav>ul>li:hover>a>svg {
    stroke: #5db796;
    transform: scale(-1);
}

.footer__top-nav .submenu {
    margin: 40px 0 0 0;
    padding: 0 0 0 35px;
    position: unset;
    top: unset;
    background: none;
    border: none;
    display: none;
    visibility: visible;
    transform: none;
    gap: 30px 0;
}

.footer__top-nav .submenu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: block;
    opacity: 1;
}

.footer__top-nav .submenu li a:hover {
    color: #5db796;
}

.footer__top-nav .submenu.show {
    display: flex;
}

.footer__top-nav .submenu svg {
    display: none;
}

.footer__top-info {
    padding: 0;
    margin: 0 0 24px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.04em;
    color: #fff;
}

.footer__top-phone .phone__icon {
    backdrop-filter: blur(60px);
    background: #fff;
}

.footer__top-phone .phone__icon svg {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
}

.footer__top-phone .phone__text i {
    color: #5db796;
    opacity: 1;
}

.footer__social {
    margin: 25px 0 0 0;
}

.footer__top-right-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 37px;
    margin: 52px 0 0 0;
}

.footer__top-right-bottom a {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: .2s ease-in-out;
    text-transform: capitalize;
}

.footer__top-right-bottom a:hover {
    color: #5db796;
}


.footer__bottom {
    border-top: 1px solid rgba(221, 228, 236, .2);
    padding: 8px 0 10px 0;
}

.footer__bottom-copy {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    opacity: 0.5;
}

.footer__bottom-security {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    opacity: 0.5;
    transition: .2s ease-in;
}

.footer__bottom-security:hover {
    color: #5db796;
}

.footer__bottom-develop {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 29px;
    text-decoration: none;
}

.footer__bottom-develop span {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    opacity: 0.5;
    transition: .2s ease-in;
}

.footer__bottom-develop svg {
    width: 42px;
    height: 49px;
}

.footer__bottom-develop:hover span {
    color: #5db796;
}

@media (max-width: 1500px) {
    .footer__top-phone .phone__text {
        display: flex;
    }

    .footer__top-right-bottom {
        gap: 10px 15px;
    }
}

@media(max-width: 1199px) {
    .footer__top-logo svg {
        width: 100%;
    }

    .footer__top-nav {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .footer__top {
        padding: 39px 0 85px 0;
    }

    .footer__bottom {
        border: none;
        padding: 0 0 42px 0;
    }

    .footer__bottom .col-lg-4:first-child {
        order: 1;
    }

    .footer__bottom .col-lg-4:nth-child(2) {
        order: 0;
    }

    .footer__bottom .col-lg-4:last-child {
        order: 2;
    }

    .footer__top-logo {
        text-align: center;
        display: block;
    }

    .footer__top-logo svg {
        width: 227px;
        height: 69px;
    }

    .footer__top-nav {
        padding: 40px 0 0 0;
    }

    .footer__top-nav .submenu {
        padding: 0 0 0 23px;
    }

    .footer__top-nav>ul>li>a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer__top-nav .submenu li a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer__top-info {
        margin: 72px 0 0 0;
        display: flex;
        gap: 0;
        justify-content: space-between;
    }

    .footer__social {
        margin: 43px 0 0 0;
    }

    .footer__top-info h3 {
        margin: 0 0 29px 0;
    }

    .footer__top-right-bottom {
        margin: 0;
    }

    .footer__top-right-bottom {
        flex-direction: column;
        gap: 48px 0;
        padding: 57px 0 0 0;
    }

    .footer__top-phone .phone__icon {
        width: 50px;
        height: 50px;
    }

    .footer__bottom-develop {
        justify-content: center;
        margin: 53px 0 0 0;
    }

    .footer__bottom-copy {
        text-align: center;
        padding: 29px 0 0 0;
        border-top: 1px solid rgba(221, 228, 236, .2);
        margin: 37px 0 0 0;
    }

}

/* end footer */

/* popup */
.modal-dialog--search {
    max-width: 1420px;
    top: calc(50vh - 200px);
}

.popup {
    padding: 55px;
    position: relative;
    background: #fff;
    border-radius: 32px;
}

.popup-appart-search {
    padding: 50px;
}

.popup-appart-search__region{
    text-transform: capitalize;
}

.popup-appart-search .nice-select{
    height: 48px;
}

.popup__btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: #5db796;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in;
    opacity: 1;
    padding: 0;
}

.popup__btn-close svg {
    fill: none;
    width: 17px;
    height: 18px;
    stroke: #fff;
}

.popup-review__head {
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.popup-review__head-img {
    border-radius: 100%;
    width: 113px;
    height: 113px;
    overflow: hidden;
}

.popup-review__head-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.popup-review__head-name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
}

.popup-review__body p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    opacity: 0.7;
    margin: 0 0 20px 0;
}

.popup-review__body p:last-child {
    margin: 0;
}

.popup--small {
    padding: 40px;
}

.popup--small h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 50px 0;
}

.btn-popup {
    background: #5db796;
    color: #fff;
    max-width: 170px;
    height: 56px;
    margin: 50px 0 0 0;
}

.modal-content {
    border-radius: 32px;
}

.modal-body {
    padding: 0;
}

.popup-form__list {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
}

.popup-form__control {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.popup-form__control input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 0 67px 0 15px;
    width: 100%;
    height: 48px;
    background: rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.popup-form__control input::placeholder {
    opacity: 0.5;
}

.popup-form__control label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
}

.popup-form__control span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    opacity: 0.7;
}

.popup-form__control-head {
    display: flex;
    justify-content: space-between;
}

.modal-dialog--apart {
    max-width: 1223px;
}

.popup-appart-search h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 35px 0;
}

.popup-appart-search__form-textarea {
    margin: 35px 0;
}

.popup-appart-search__form-textarea textarea {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding: 23px 20px;
    resize: none;
    height: 111px;
    width: 100%;
}

.popup-appart-search__form-textarea textarea::placeholder {
    opacity: 0.7;
}

.popup-appart-search__form-btn {
    background: #5db796;
    height: 56px;
    color: #fff;
}

.popup-appart-search__form-btn:hover {
    background: #489478;
}

.popup-appart-search__form-wrap {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.popup-appart-search__form-control {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 25px 0;
    width: calc(33.33% - (35px * 2 / 3));
}

.popup-appart-search__form-control label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
}

.popup-appart-search__form-control input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
    border-radius: 12px;
    padding: 0 15px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.popup-appart-search__form-control input::placeholder {
    opacity: 0.7;
}

.popup-appart-search__form-control .choices {
    width: 100%;
}

.popup-appart-search__form-control .choices[data-type*="select-one"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw3IDYuNUwxMyAwLjUiIHN0cm9rZT0iIzVEQjc5NiIvPgo8L3N2Zz4K);
}

.popup-appart-search__form-control-price {
    display: flex;
    gap: 0 25px;
    width: 100%;
}

.popup-appart-search__form-control-price-item {
    width: 50%;
}

.popup-appart-search__form-control .choices__list--single .choices__item {
    font-size: 14px;
    line-height: 14px;
}


.choices__list--dropdown .choices__item,
.choices__list--single .choices__item{
    /*text-transform: capitalize; */
}

.is-invalid ~ .choices__list--single,
.is-invalid ~ .nice-select {
    border: 1px solid red;
}

input.is_invalid{
    border: 1px solid red !important;
}

@media(max-width: 991px) {
    .popup {
        padding: 40px;
    }

    .popup-review__head {
        flex-direction: column;
        align-items: baseline;
        gap: 25px 0;
    }

    .popup-appart-search__form-wrap {
        gap: 35px 14px;
    }

    .popup-appart-search__form-control {
        width: calc(50% - (14px * 2 / 3));
    }

    .popup-appart-search {
        padding: 60px 15px 76px 15px;
    }

    .popup-appart-search__form-control label {
        font-size: 16px;
        line-height: 16px;
    }

    .popup-appart-search__form-control .choices__list--single .choices__item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .popup-appart-search__form-control-price {
        gap: 0 14px;
    }
}

/* end popup */

/* search */
.search-popup {
    position: relative;
    display: flex;
    align-items: center;
}

.search-popup__input {
    width: 100%;
    max-width: calc(100% - 185px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border-radius: 12px;
    padding: 15px 25px 15px 15px;
    height: 77px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-popup__input::placeholder {
    opacity: 0.4;
}

.search-popup__btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    max-width: 195px;
    height: 77px;
    backdrop-filter: blur(60px);
    background: #5db796;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    right: 0;
}

.search-popup__btn svg {
    fill: none;
    stroke-width: 2px;
    stroke: #fff;
    width: 14px;
    height: 14px;
}

/* end search */

/* big-first-screen */
.big-first-screen {
    margin: -75px 0 0 0;
    position: relative;
    padding: 0 0 74px 0;
}

@media(min-width: 1200px) {
    .big-first-screen {
        margin: -120px 0 0 0; 
    }
}

.big-first-screen--inner,
.big-first-screen--investments,
.big-first-screen--grade {
    padding: 0;
}

.big-first-screen--object-all {
    margin-bottom: 50px;
}

.big-first-screen--grade .big-first-screen__info {
    margin: 0 0 50px;
    padding-top: 120px;
    padding-bottom: 70px;
}

.big-first-screen--object-all .big-first-screen__info {
    margin: 0;
    padding-bottom: 0;
    padding-top: 80px;
}

@media(min-width: 1200px) {  
    .big-first-screen--object-all{
        margin-bottom: 80px;
    }

    .big-first-screen--object-all .big-first-screen__info {
        padding-top: 120px;
    }  
}

.big-first-screen__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.big-first-screen__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.big-first-screen__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.big-first-screen__wrap {
    display: flex;
    gap: 0 0;
}

.big-first-screen__info {
    position: relative;
    z-index: 5;
    padding: 198px 0 74px 0;
    /*margin: 0 0 209px 0;*/
}

.big-first-screen--inner .big-first-screen__info {
    padding-bottom: 269px; 
    margin: 0;
}
 
.big-first-screen--investments .big-first-screen__info {
    margin: 0;
    padding-bottom: 141px;
}
 
.big-first-screen--investments .big-first-screen__info-title h2 {
    font-size: 60px;
}

.big-first-screen__info-title h2 {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #fff;
}

.big-first-screen__info-title h2 span {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    display: block;
}

.big-first-screen__desc {
    margin: 29px 0 0 0;
    width: 100%;
    max-width: 663px;
}

.big-first-screen__desc p {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #fff;
}

.big-first-screen--investments .big-first-screen__desc {
    margin: 106px 0 0 0;
}

.big-first-screen__category {
    position: relative;
    z-index: 3;
    margin: 0 0 0 0;
}

.big-first-screen__form-grade {
    background: #fff;
    margin: 82px 0 0 0;
    border-radius: 32px;
    padding: 35px 51px;
}

.big-first-screen__form-grade-btn {
    max-width: 239px;
    background: #5db796;
    color: #fff;
    border-radius: 84px;
    margin: 35px 0 0 0;
}

.big-first-screen__form-grade-btn:hover {
    color: #fff;
    background: #489478;
}

.big-first-screen__form-grade-row {
    display: flex;
    align-items: center;
    gap: 0 25px;
    width: 100%;
}

.big-first-screen__form-grade-textarea {
    width: 50%;
}

.big-first-screen__form-grade-file {
    width: 50%;
}

.big-first-screen__form-grade-row-input {
    display: flex;
    align-items: center;
    gap: 0 35px;
    margin: 25px 0 35px 0;
}

.big-first-screen__form-grade-row-input input {
    flex: 1 0 auto;
}

.big-first-screen__form-grade-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big-first-screen__form-grade-head .choices[data-type*="select-one"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw3IDYuNUwxMyAwLjUiIHN0cm9rZT0iIzVEQjc5NiIvPgo8L3N2Zz4K);
}

.big-first-screen__form-grade-head .choices__placeholder {
    opacity: 1;
}

.big-first-screen__form-grade-head-search {
    position: relative;
    width: 100%;
    max-width: 363px;
}

.big-first-screen__form-grade-head-search input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 40px 0 15px;
    width: 100%;
}

.big-first-screen__form-grade-head-search svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    fill: none;
    stroke-width: 2px;
    stroke: #5db795;
    width: 14px;
    height: 14px;
}

.big-first-screen__form-grade-head-square {
    width: 100%;
    max-width: 102px;
}

.big-first-screen__form-grade-head-square input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}

.big-first-screen__form-grade-head-estate {
    width: 100%;
    max-width: 185px;
}

.big-first-screen__form-grade-head-room {
    width: 100%;
    max-width: 185px;
}

.big-first-screen__form-grade-head-floor {
    width: 100%;
    max-width: 114px;
}

.big-first-screen__form-grade-head-floor-number {
    width: 100%;
    max-width: 163px;
}

@media(max-width: 1300px) {
    .big-first-screen__form-grade-head {
        flex-wrap: wrap;
        gap: 20px 0;
    }
}

@media(max-width: 1025px) {
    .big-first-screen__info-title h2 {
        font-size: 52px;
        line-height: 52px;
    }
}

@media(max-width: 991px) {
    .big-first-screen__info {
        padding: 119px 0 0 0;
        margin: 0 0 50px 0;
    }

    .big-first-screen__info-title h2,
    .big-first-screen--investments .big-first-screen__info-title h2 {
        font-size: 32px;
        line-height: 32px;
    } 

    .big-first-screen--inner .big-first-screen__info {
        padding-bottom: 142px;
    }

    .big-first-screen--inner .big-first-screen__desc {
        margin: 24px 0 0 0;
    }

    .big-first-screen--investments .big-first-screen__desc {
        margin: 24px 0 0 0;
    }

    .big-first-screen__desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .big-first-screen__form-grade-head {
        flex-direction: column;
    }

    .big-first-screen__form-grade-head-estate,
    .big-first-screen__form-grade-head-search,
    .big-first-screen__form-grade-head-room,
    .big-first-screen__form-grade-head-square,
    .big-first-screen__form-grade-head-floor,
    .big-first-screen__form-grade-head-floor-number {
        max-width: 100%;
    }

    .big-first-screen__form-grade-row-input {
        flex-direction: column;
        gap: 20px 0;
    }

    .big-first-screen__form-grade-row-input input {
        width: 100%;
    }

    .big-first-screen--grade {
        margin-bottom: 50px;
    }

    .big-first-screen__form-grade-row {
        flex-direction: column;
        gap: 20px 0;
    }

    .big-first-screen__form-grade-textarea,
    .big-first-screen__form-grade-file {
        width: 100%;
    }

    .big-first-screen__form-grade-btn {
        max-width: 100%;
    }
}

/* end big-first-screen */

/* category-row */
.category-row {
    display: flex;
    align-items: baseline;
    gap: 0 120px;
    background: #fff;
    padding: 25px 38px;
    backdrop-filter: blur(60px);
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.category-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px 0;
    justify-content: flex-start;
    text-decoration: none;
    position: relative;
}

.category-item::before {
    content: '';
    background: #dde4ec;
    position: absolute;
    right: -60px;
    top: 50%;
    height: 60px;
    width: 1px;
    transform: translateY(-50%);
}

.category-item:last-child::before {
    display: none;
}

.category-item h3 {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.7;
    transition: .2s ease-in;
}

.category-item:hover h3 {
    color: #5DB796;
}

.category-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #eef2f6;
    border: 1.60px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    transition: .2s ease-in;
}

.category-item__icon svg {
    width: 37px;
    height: 37px;
    fill: #5DB796;
    transition: .2s ease-in;
}

.category-item:hover .category-item__icon {
    background: #5DB796;
}

.category-item:hover .category-item__icon svg {
    fill: #eef2f6;
}

@media(max-width: 1200px) {
    .category-row {
        gap: 0 60px;
    }

    .category-item::before {
        right: -30px;
    }


    .category-item__icon {
        width: 40px;
        height: 40px;
    }

    .category-item__icon svg {
        width: 20px;
        height: 20px;
    }

    .category-item h3 {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width: 991px) {
    .category-row {
        flex-direction: column;
        gap: 15px 0;
        padding: 20px;
    }

    .category-item {
        display: flex;
        flex-direction: row;
        gap: 0 15px;
        border-bottom: 1px solid #dde4ec;
        width: 100%;
        padding: 0 0 15px 0;
    }

    .category-item::before {
        display: none;
    }

    .category-item:last-child {
        border: none;
    }
}

/* end category-row */

/* title-block  */
.title-block {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 4;
}

.title-block--justify {
    justify-content: space-between;
}

@media(max-width: 991px) {
    .title-block {
        flex-direction: column;
        align-items: baseline;
        margin: 0 0 45px 0;
    }
}

/* end title-block */

/* catalog-item */
.catalog-item {
    background: #eef2f6;
    padding: 100px 0 92px 0;
    position: relative;
    overflow: hidden;
}

.catalog-swiper-slide {
    height: unset;
}

.catalog-swiper .swiper-slide{
    height: auto;
}

.catalog-item:nth-child(2n) {
    background: #fff;
}

.catalog-item:nth-child(2n) .btn-show-all {
    background: #eef2f6;
}

.catalog-home-wrapper {
    position: relative;
    z-index: 22;
}

@media(max-width: 1400px) {
    .catalog-swiper-prev {
        left: -15px;
        z-index: 3;
    }

    .catalog-swiper-next {
        right: -15px;
        z-index: 3;
    }
}

@media(max-width: 991px) {
    .catalog-item {
        padding: 80px 0;
    }

    .catalog-swiper-prev {
        left: unset;
    }

    .catalog-swiper-next {
        right: 0;
    }
}

/* end catalog-item */

/* product */
.product {
    position: relative;
    border-radius: 10px;
    border: 1px solid #dde4ec;
    transition: .2s ease-in-out;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.product:hover {
    border-color: #5db795;
}

.product__sales {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    backdrop-filter: blur(60px);
    border-radius: 36px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #b75d5d;
    z-index: 2;
}

.product__investments {
    border-radius: 36px;
    padding: 8px 10px;
    backdrop-filter: blur(60px);
    background: #5db796;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #fff;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

.product__investments svg {
    fill: #fff;
    width: 25px;
    height: 20px;
}

.product__wrapper {
    text-decoration: none;
}

.product__img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    position: relative; 
}

@media(min-width: 768px){
    .product__img{
        height: 236px;
    }
}

.product__img img {
    object-fit: cover; /*contain*/ 
    width: 100%;
    height: 100%;
}

.product--complexes .product__img img { 
    object-fit: cover; 
}

.product__info {
    padding: 20px 20px 0 20px;
}

.product__info h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: .6;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 5px;
    min-height: 32px;
}

.product__info h3 svg {
    fill: #dde4ec;
    width: 20px;
    height: 20px;

}

.product__info h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 25px 0 20px 0;
    padding: 0;
    min-height: 78px;
}

.product__services-row {
    display: flex;
    align-items: center;
    gap: 0 24px;
    padding: 0;
    margin: 0;
    min-height: 32px;
}

.product__services-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0 7px;
    position: relative;
}

.product__services-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 1px;
    height: 24px;
    background: #dde4ec;
}

.product__services-item:last-child:before {
    display: none;
}

.product__services-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 100%;
    backdrop-filter: blur(46.347496032714844px);
    background: #5db796;
    flex: 0 0 31px;
}

.product__services-item-icon svg{
    fill: none;
    width: 17px;
    height: 17px;
}

.product__services-item-info {
    display: flex;
    flex-direction: column;
    gap: 1px 0;
}

.product__services-item-info-number {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    white-space: nowrap;
}

.product__services-item-info-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
}

.product__info-price {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin: 40px 0 25px 0;
}

.product__footer {
    display: flex;
    align-items: center;
    gap: 0 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 25px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.04em;
}
/*
@media(min-width: 768px) {
    .product__footer {
        flex-wrap: nowrap;
    }
}
*/

.product__footer-user {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: var(--font-family);
    color: #000;
    white-space: nowrap;
}

.product__footer-user svg,
.product__footer-user img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.product__footer-phone {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-family: var(--second-family); 
    color: #000;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.product__footer-phone svg {
    width: 17px;
    height: 17px;
    fill: #dde4ec;
}

.product__footer-phone:hover {
    color: #5DB796;
}

.product__sold {
    position: absolute;
    top: 65px;
    left: -45px;
    right: -45px;
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(-30deg);
    /*width: 460px;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    z-index: 3;
}

@media(min-width: 768px){
    .product__sold { 
        top: 75px;
        left: -75px;
        right: -75px; 
        height: 64px; 
        gap: 0 15px; 
        font-size: 24px; 
    }
}

.product__sold svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    transform: rotate(30deg);
}

.product__reservation {
    position: absolute;
    top: 75px;
    left: -75px;
    backdrop-filter: blur(60px);
    background: rgba(93, 183, 150, 0.5);
    transform: rotate(-30deg);
    width: 460px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    z-index: 3;
}

.product__reservation span {
    opacity: .6;
}

.product__reservation svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    transform: rotate(30deg);
}


.product__rented {
    position: absolute;
    top: 65px;
    left: -45px;
    right: -45px;
    backdrop-filter: blur(60px);
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(-30deg);
    /*width: 460px;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    z-index: 3;
}

@media(min-width: 768px){
    .product__rented { 
        top: 75px;
        left: -75px;
        right: -75px; 
        height: 64px; 
        gap: 0 15px; 
        font-size: 24px; 
    }
}

.product__rented svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    transform: rotate(30deg);
}

.product--rented {
    opacity: .6;
}

.product.product--disabled::before {
    content: '';
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.product.product--disabled .product__services-item-icon {
    background: #c6c6c6;
}

.product.product--complexes .product__info {
    padding: 30px 20px 40px 20px;
}

.product.product--complexes h2 {
    margin: 25px 0 0 0;
}

@media(max-width: 991px) {
    .product__info h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 15px 0;
    }

    .product__info {
        padding: 22px 15px 0 15px;
    }

    .product__info h3 {
        font-size: 14px;
        line-height: 12px;
    }

    .price {
        font-size: 18px;
        line-height: 18px;
    }

    .product__footer {
        gap: 15px;
    }

    .product__services-item-icon {
        width: 23px;
        height: 23px;
        flex: 0 0 23px;
    }

    .product__services-item-icon img {
        transform: scale(.7);
    }

    .product__services-item-info-number {
        font-size: 15px;
        line-height: 15px;
    }
}

/* end product */

/* main */
.main{
    position: relative;
    z-index: 1
}

.main--inner {
    padding: 50px 0 110px 0;
}

.main--inner.left-icon-svg-big::before {
    top: unset;
    bottom: 0;
}

@media(max-width: 991px) {
    .main--inner {
        padding: 40px 0 50px 0;
    }
}

/* end main */

/* inner-page */
.inner-page__content{
    min-height: 400px;
}

.inner-page__content h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 25px 0;
}

.inner-page__content h3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 25px 0;
}

.inner-page__content h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 25px 0;
}

.inner-page__content h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 25px 0;
}

.inner-page__content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 25px 0;
    opacity: 0.7;
}

.inner-page__content p:last-child {
    margin: 0;
}

.inner-page__content ul {
    padding: 0 0 0 30px;
    margin: 0 0 25px 0;
}

.inner-page__content ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}

@media(max-width: 991px) {
    .inner-page__content h2 {
        font-size: 28px;
        line-height: 48px;
        margin: 0 0 40px 0;
    }

    .inner-page__content h3 {
        margin: 0 0 40px 0;
        font-size: 22px;
        line-height: 22px;
    }

    .inner-page__content h4 {
        margin: 0 0 40px 0;
        font-size: 22px;
        line-height: 22px;
    }

    .inner-page__content h5 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 40px 0;
    }

    .inner-page__content p {
        font-size: 18px;
        line-height: 27px;
        margin: 0 0 40px 0;
    }
}

/* end inner-page */

/* about-page */
.about-page {}

.about-page__item {
    overflow: hidden;
}

.about-page__item:not(:last-child) {
    margin: 0 0 50px 0;
}


.about-page__item h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.about-page__item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
    margin: 0 0 20px 0;
}

.about-page__item p:last-child {
    margin: 0;
}

@media(max-width: 991px) {
    .about-page__item h2 {
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 30px 0;
    }
}

/* end about-page */

/* c-pagination */
.c-pagination {
    margin: 50px 0 0 0;
}

.c-pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    padding: 0;
    margin: 0;
}

.c-pagination__list li {
    list-style-type: none;
}

.c-pagination__list li a {
    text-decoration: none;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.c-pagination__list li:hover a,
.c-pagination__list li.active a {
    background: #5db795;
    color: #fff;
}

@media(max-width: 991px) {
    .c-pagination {
        margin: 40px 0 0 0;
    }
}

/* end c-pagination */

/* follow-us */
.follow-us {
    background: linear-gradient(176deg, #6691b0 0%, #79a7b7 100%);
    border-radius: 32px;
    padding: 48px 0 40px 95px;
    position: relative;
    margin: 100px 0 0 0;
}

.follow-us::before {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    bottom: 0;
    background-image: url('../images/follow-us.png');
    z-index: 2;
    width: 822px;
    height: 353px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.follow-us h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 27px 0;
    position: relative;
    z-index: 3;
}

.follow-us ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 70px;
    width: 100%;
    max-width: 788px;
    position: relative;
    z-index: 3;
}

.follow-us ul li {
    list-style-type: none;
}

.follow-us ul li a {
    display: flex;
    align-items: center;
    gap: 0 15px;
    border-radius: 222px;
    padding: 0 15px 0 0;
    height: 42px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    min-width: 175px;
}

.follow-us ul li span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    opacity: 0.7;
    width: calc(100% - (42px + 15px));
}

.follow-us__icon {
    backdrop-filter: blur(66.31578826904297px);
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-us__icon svg {
    fill: #5db796;
    width: 24px;
    height: 24px;
}

@media(max-width: 991px) {
    .follow-us {
        padding: 48px 30px 299px 30px;
    }

    .follow-us ul {
        gap: 25px 15px;
    }

    .follow-us ul li a span {
        font-size: 18px;
        line-height: 18px;
    }

    .follow-us::before {
        width: 100%;
        right: 0;
        background-size: cover;
    }
}

/* end follow-us */

/* success-page */
.success-page {
    padding: 186px 0;
    position: relative;
}

.success-page__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

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

.success-page__wrapper {
    position: relative;
    z-index: 3;
}

.success-page h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 36px 0;
}

.success-page p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #fff;
    opacity: 0.5;
    margin: 0 0 40px 0;
}

@media(max-width: 991px) {
    .success-page {
        padding: 113px 0 128px 0;
    }

    .success-page h1 {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
    }

    .success-page p {
        text-align: center;
    }
}

/* end success-page */

/* error-page */
.error-page {
    padding: 59px 0 131px 0;
    overflow: hidden;
    position: relative;
}

.error-page.left-icon-svg-big::before {
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/icon-404.svg');
    width: 1077px;
}

.error-page__wrapper {
    position: relative;
    z-index: 5;
}

.error-page__row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page__info h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
    margin: 0 0 8px 0;
}

.error-page__info span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.04em;
    color: #000;
    display: block;
}

.error-page p {
    margin: 0 0 47px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000;
    opacity: 0.5;
}

.error-page .btn-link-home {
    margin: 0 auto;
}

@media(max-width: 991px) {
    .error-page {
        padding: 93px 0;
    }

    .error-page__row {
        flex-direction: column;
    }

    .error-page p {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 62px 0;
    }

    .error-page__info h1 {
        margin: 0 0 5px 0;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    .error-page__info span {
        font-size: 75px;
        line-height: 75px;
        text-align: center;
    }

    .error-page__img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .error-page.left-icon-svg-big::before {
        display: block;
        max-width: 509px;
        left: -30px;
        top: 100px;
        transform: none;
    }
}

/* end error-page */

/* contact-page */
.contact-page__info {
    padding: 50px 0 0 0;
}

.contact-page.left-icon-svg::before {
    left: -200px;
    top: 220px;
}

.contact-page__info h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.contact-page__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    color: #000;
    opacity: 0.7;
    line-height: 22px;
    margin: 0 0 45px 0;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 0 15px;
    text-decoration: none;
    margin: 0 0 35px 0;
}

.contact-phone__icon {
    backdrop-filter: blur(66.31578826904297px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.contact-phone__icon svg {
    width: 18px;
    height: 18px;
    fill: #5db796;
}

.contact-phone span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    opacity: 0.7;
}

.social-contact {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 35px 64px;
    flex-wrap: wrap;
}

.social-contact li {
    list-style-type: none;
    width: 100%;
    max-width: 167px;
}

.social-contact li a {
    display: flex;
    align-items: center;
    gap: 0 15px;
    text-decoration: none;
}

.social-contact li a .social-contact__icon {
    backdrop-filter: blur(66.31578826904297px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.social-contact li a .social-contact__icon svg {
    width: 18px;
    height: 18px;
    fill: #5db796;
}

.social-contact li a span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    opacity: 0.7;
}

.contact-page__map {
    border-radius: 32px;
    overflow: hidden;
}

#contact-map{
    height: 720px;
}

@media(max-width: 991px) {
    .contact-page__info {
        padding: 0;
    }

    .contact-page__info h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .contact-page__info p {
        font-size: 20px;
    }

    .contact-page__map {
        margin: 80px 0 0 0;
    }
}

/* end contact-page */


/* vacancies-page */

.vacancies-content {
    padding: 50px 0 0 0;
}

.vacancies-content h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.vacancies-content h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.vacancies-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}

.vacancies-content p:last-child {
    margin: 0;
}

.vacancies-content img {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 50px 0 30px 0;
}

.vacancies-form {
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    position: sticky;
    top: 120px;
}

.vacancies-form h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 50px 0;
}

.vacancies-form__row {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.vacancies-form__input {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.vacancies-form__input label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
}

.vacancies-form__input input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    height: 48px;
    background: rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
}

.is-invalid{
    border-color:  red !important;
}

.vacancies-form__input input::placeholder {
    opacity: 0.4;
}

.vacancies-form__lang {
    margin: 50px 0 0 0;
}

.vacancies-form__lang h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin: 0 0 15px 0;
    opacity: 0.7;
}

.vacancies-form__lang-list {
    display: flex;
    align-items: center;
    gap: 20px 75px;
    flex-wrap: wrap;
}

.vacancies-form__lang-item {
    width: calc(35% - (75px * 2) / 3);
}

.vacancies-form__lang-item-input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
    border-radius: 12px;
    height: 38px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.vacancies-form__lang-item-input::placeholder {
    opacity: 0.4;
}

.vacancies-form__textarea {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin: 50px 0 0 0;
}

.vacancies-form__textarea label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
}

.vacancies-form__textarea textarea {
    resize: none;
    height: 124px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
    border-radius: 12px;
    padding: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.vacancies-form__textarea textarea::placeholder {
    opacity: 0.4;
}

.btn-vacancies {
    height: 56px;
    max-width: 157px;
    border-radius: 84px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 50px 0 0 0;
    background: #5db796;
}

.btn-vacancies:hover {
    background: #489478;
    color: #fff;
}

.vacancies-form__exp {
    margin: 50px 0 0 0;
}

.vacancies-form__exp-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}

.vacancies-form__exp h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
    margin: 0 0 15px 0;
}

.vacancies-form__input--full {
    width: 100%;
}

@media(max-width: 1199px) {
    .vacancies-form__lang-list {
        gap: 20px 30px;
    }

    .vacancies-form__lang-item {
        width: calc(50% - (30px * 2 / 3));
    }

    .vacancies-form__lang-item-input {
        width: 100%;
    }
}


@media(max-width: 991px) {

    .vacancies-content {
        padding: 0;
    }

    .vacancies-content h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .vacancies-content img {
        margin: 30px 0 50px 0;
    }

    .vacancies-form {
        margin: 103px 0 0 0;
    }

    .vacancies-form__input {
        width: 100%;
    }

    .vacancies-form__lang-list {
        gap: 20px 35px;
    }

    .vacancies-form__lang-item {
        width: calc(50% - (35px * 2 / 3));
    }

    .vacancies-form__lang-item-input {
        width: 100%;
    }

    .btn-vacancies {
        max-width: 100%;
    }
}

@media(max-width: 420px) {
    .vacancies-form__lang-list {
        gap: 10px;
    }

    .vacancies-form__lang-item {
        width: calc(50% - (10px * 2 / 3));
    }
}

/* end vacancies-page */

/* spoiler */
.spoilers-list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.spoiler-item {
    cursor: pointer;
}

.spoiler-item__head {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
}

.spoiler-item__head svg {
    fill: none;
    width: 14px;
    height: 9px;
    stroke-width: 2px;
    stroke: #000;
    transition: .2s ease-out;
}

.spoiler-item.active .spoiler-item__head svg {
    transform: scale(-1);
}

.spoiler-item__body {
    padding: 30px 0 0 0;
    display: none;
}

.spoiler-item__body.active {
    display: block;
}

.spoiler-item__body p {
    margin: 0 0 20px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;

}

.spoiler-item__body p:last-child {
    margin: 0;
}

@media(max-width: 991px) {
    .spoilers-list {
        gap: 50px 0;
    }
}

/* end spoiler */

/* realtor */
.realtor-card {}

.realtor-card__row {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 32px;
    padding: 40px 30px;
    overflow: hidden;
}

.realtor-card__user {
    display: flex;
    align-items: center;
    gap: 0 24px;
}

.realtor-card__user-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
}

.realtor-card__user-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.realtor-card__user-info {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.realtor-card__user-info h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0;
}

.realtor-card__user-info p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
}

.realtor-card__phone {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    text-decoration: none;
    margin: 0 0 0 98px;
}

.realtor-card__phone svg {
    fill: #5db796;
    width: 22px;
    height: 22px;
}

.realtor-card__phone:hover{
    color: #5db796;
}

.realtor-card__social {
    margin: 0 0 0 auto;
}

.realtor-card__social h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.realtor-card__social-row {
    display: flex;
    align-items: center;
    gap: 0 39px;
    padding: 0;
    margin: 0;
}

.realtor-card__social-row li {
    list-style-type: none;
}

.realtor-card__social-row li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    backdrop-filter: blur(60px);
    background: #5db796;
    transition: .2s ease-in;
}

.realtor-card__social-row li a svg {
    fill: #fff;
    width: 27px;
    height: 27px;
    transition: .2s ease-in;
}

.realtor-card__social-row li a:hover {
    border: 1px solid #5db796;
    background: #eef2f6;
}

.realtor-card__social-row li a:hover svg {
    fill: #5db796;
}


.realtor-offer {
    padding: 58px 0 0 0;
    overflow: hidden;
    position: relative;
}

.realtor-offer__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 50px 0;
}

.realtor-offer__title span {
    font-weight: 500;
    color: #5db796;

}

@media(max-width: 991px) {
    .realtor-card__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px 0;
        padding: 40px 28px;
    }

    .realtor-card__social {
        margin: 0;
        order: 2;
    }

    .realtor-card__phone {
        order: 1;
        margin: 0;
    }

    .realtor-offer {
        padding: 40px 0 0 0;
    }

    .realtor-offer__title {
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 45px 0;
    }
}

/* end realtor */



/* search-page */
.search-page {
    padding: 50px 0;
}

.search-page__head {
    margin: 0 0 25px 0;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
}

.search-page__head-form {
    display: block;
    width: 100%;
    position: relative;
}

.search-page__head-form input {
    background: rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding: 0 225px 0 29px;
    width: 100%;
    border-radius: 12px;
}

.search-page__head-form input::placeholder {
    opacity: 0.4;
}

.search-page__head-form-btn {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    backdrop-filter: blur(60px);
    background: #5DB796;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 118px;
    color: #fff;
    gap: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    height: 48px;
    width: 100%;
    max-width: 196px;
}

.search-page__head-form-btn svg {
    fill: none;
    stroke: #fff;
    width: 15px;
    height: 15px;
}

.search-page__total {
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-page__total strong {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #000;
}

.search-page__total span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;

}

.search-page__row {
    gap: 30px 0;
}

@media(max-width: 991px) {
    .search-page {
        padding: 40px 0;
    }

    .search-page__head-form input {
        padding: 0 145px 0 15px;
    }

    .search-page__head-form-btn {
        max-width: 130px;
    }

    .search-page__total {
        flex-direction: column;
        gap: 25px 0;
        justify-content: flex-start;
        align-items: start;
        margin: 0 0 40px 0;
    }
}

/* end search-page */


/* review-page */
.review-page {
    position: relative;
}

.review-page__wrapper {
    position: relative;
    z-index: 2;
}

.review-page__row {
    gap: 30px 0;
}

/* end review-page */


/* review */
.review {
    padding: 100px 0 0 0;
}

.review-page h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 50px 0;
}

.review-item {
    border-radius: 32px;
    padding: 35px 26px;
    background: #fff;
    border: none;
    text-align: left;
    outline: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-item h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 25px 0 0 0;
}

.review-item__head img{
    border-radius: 50%;
}

.review-item__body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    opacity: 0.7;
    margin: 15px 0 0 0;
}

.review-item__more {
    display: flex;
    align-items: center;
    gap: 0 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #5DB796;
    margin: 25px 0 0 0;
}

.review-item__more svg {
    fill: none;
    width: 29px;
    height: 17px;
    stroke: #5DB796;
}

@media(max-width: 991px) {

    .review-page h1 {
        margin: 0 0 45px 0;
        font-size: 28px;
        line-height: 28px;
    }

    .review-item h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

/* end review */

/* complexes-catalog */
.complexes-catalog {
    padding: 80px 0;
}

.complexes-catalog__row {
    gap: 22px 0;
}

@media(max-width: 991px) {
    .complexes-catalog {
        padding: 50px 0;
    }
}


/* end complexes-catalog */

/* investments-form */
.investments-form,
.callback-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px 0;
    border-radius: 32px;
    padding: 25px;
    backdrop-filter: blur(60px);
    background: #fff;
}

.investments-form input,
.callback-form input {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: rgba(238, 242, 246, 0.5);
}

.callback-form input{
    font-size: 16px;
    line-height: 1;
}

.investments-form input::placeholder,
.callback-form input::placeholder {
    opacity: .7;
    color: #000;
}

.investments-form__btn {
    width: 100%;
    height: 48px;
    background: #5db796;
    color: #fff;
    max-width: 100%;
}

.investments-form__btn:hover {
    color: #fff;
    background: #489478;
}

@media(max-width: 991px) {
    .investments-form {
        margin: 24px 0 0 0;
    }
}

/* end investments-form */

/* investments-catalog */
.investments-catalog {
    padding: 64px 0 56px 0;
    position: relative;
}

.investments-catalog__row {
    gap: 48px 0;
    z-index: 9;
    position: relative;
}

.investments-catalog::before {
    top: 0px;
    left: 0;
}

/*
============================*/
.modal-dialog--callback{
    max-width: 650px;
}

.callback-form{
    max-width: 370px;
    margin: 0 auto;
}

.form-title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-description{
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label{
    display: block;
    margin-bottom: 10px; 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 1; 

}

@media(min-width: 992px){
    .form-description{
        font-size: 24px; 
    }
}

/* end investments-catalog */

/* seo-text */
.seo-text {
    /*padding: 0 0 93px 0; */
}

.seo-text__wrapper {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.seo-text__wrapper.show {
    height: auto;
}

.seo-text__wrapper::before {
    content: '';
    background: linear-gradient(180deg, rgba(238, 242, 246, 0) 0%, #eef2f6 100%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    display: block;
}

.seo-text__wrapper.show::before {
    display: none;
}

.seo-text__wrapper h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #202223;
    margin: 0 0 20px 0;
    padding: 0;
}

.seo-text__wrapper p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #202223;
    margin: 0 0 10px 0;
}

.seo-text__wrapper p:last-child {
    margin: 0;
}

.seo-text__btn-more {
    margin: 0;
    padding: 10px 0 0 0;
    background: none;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-text__btn-more svg {
    fill: none;
    stroke-width: 1px;
    stroke: #76777b;
    width: 26px;
    height: 14px;
}

.seo-text__btn-more.active svg {
    transform: scale(-1);
}

/* end seo-text */


/* old */


/* project-catalog */
.project-catalog {
    padding: 50px 0;
}

.project-catalog__row {
    gap: 22px 0;
    position: relative;
}

.project-catalog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.project-catalog__head-select {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.project-catalog__head-select span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.project-catalog__head-select select {
    border-radius: 45px;
    height: 36px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 0 16px;
    color: #000;
    min-width: 84px;
    outline: none;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

/* end project-catalog */

/* project-jk */
.project-jk__body {
    position: relative;
    z-index: 3;
}

.project-jk__top,
.project-jk__desc {
    position: relative;
    z-index: 3;
}

.project-jk__top {
    margin: 0 0 30px 0;
}

.project-jk__right {
    position: sticky;
    top: 121px;
}

.project-jk__right>h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.project-jk__right-row {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.project-jk__right-row .catalog-item__img {
    overflow: hidden;
    height: 243px;
}

.project-jk__desc {
    padding: 60px 40px;
    background: #fff;
    border-radius: 32px;
}

.project-jk__desc h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.project-jk__desc p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
    margin: 0 0 30px 0;
    word-wrap: break-word;
}

.project-jk__desc p:last-child {
    margin: 0;
}

.project-jk__head {
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-jk__head-left-bottom-address {
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, .6);
}

.project-jk__head-left-bottom-address svg {
    fill: var(--green);
    width: 20px;
    height: 20px;
}

.project-jk__head-left h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 25px 0;
}

.project-jk__head-left-bottom {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.project-jk__head-left-bottom-views {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: right;
    color: #000;
    opacity: 0.5;
}

.project-jk {
    padding: 0;
    position: relative;
}

@media(min-width: 992px){
    .project-jk {
        padding: 50px 0 0 0; 
    }
}

.project-jk.left-icon-svg-big::before {
    bottom: -26%;
    top: unset;
}

.project-jk--icon.left-icon-svg-big::before {
    top: 50%;
    transform: translateY(-50%);
}

.project-jk__head-right-available {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: right;
    color: #000;
}

.project-jk__head-right-available span {
    color: #5db796;
}

.project-jk__head-right-id {
    text-align: right;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: right;
    color: #000;
    opacity: 0.5;
    margin: 0 0 25px 0;
}

.product-big-gallery {
    margin: 0 0 20px 0;
    border-radius: 32px;
    overflow: hidden;
}

.product-thumb-gallery .slider-thumb-gallery__item {
    opacity: 1;
}

.product-card-labels{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 3;
}

.product__label{
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    background: #EEF2F6;
    color: #000;
    border-radius: 36px;
    padding: 8px 10px;
    line-height: 1;
    font-size: 16px;
}

.product__label-credit img{
    width: 15px;
    height: 14px;
    margin-right: 5px;
}

.product-card-labels .product__sales{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: inline-flex;
    margin: 0 0 3px;
}

.appatments-right {
    position: sticky;
    top: 121px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.appatments-right__top {
    border-radius: 32px;
    padding: 40px 30px;
    background: #fff;
}

.appatments-right__user {
    border-radius: 32px;
    padding: 40px 30px;
    background: #fff;
}

.appatments-right__user-social {
    margin: 0 0 30px 0;
}

.appatments-right__top-img {
    text-align: center;
    margin: 0 0 30px 0;
}

.appatments-right__top-img img{
    max-width: 100%;
}

.appatments-right__top-text {
    margin: 0 auto 43px auto;
    text-align: center;
}

.appatments-right__top-text span {
    padding: 20px 40px;
    background: #eef2f6;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
    border-radius: 22px;
    display: inline-block;
}

.appatments-right__top-old-price {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-decoration: line-through;
    color: #b75d5d;
    text-align: center;
    margin: 0 0 16px 0;
}

.appatments-right__top-price {
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
}

.appatments-right__top-price strong {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
}

.appatments-right__top-price span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.7;
}

.appatments-right__top-mortgage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    margin: 25px 0 0 0;
}

.appatments-right__top-mortgage strong {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
}

.appatments-right__top-mortgage span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: right;
    color: #000;
    opacity: 0.5;
}

.appatments-right__user-info {
    display: flex;
    align-items: center;
    gap: 0 25px;
    text-decoration: none;
    margin: 0 0 30px 0;
}

.appatments-right__user-info-phone strong {
    margin: 0 0 12px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    display: block;
}

.appatments-right__user-info-phone a,
.appatments-right__user-info-phone span {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, .7);
}

.appatments-right__user-info-phone span svg,
.appatments-right__user-info-phone a svg {
    width: 17px;
    height: 18px;
    fill: var(--green);
}

.appatments-right__user-info-img{
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 100px;
}

.appatments-right__user-info-img img{
    max-width: 100%;
    align-self: normal;
}

.appatments-right__user-btn-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px 0;
}

.appatments-right__user-btn {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    padding: 0;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    background: #eef2f6;
    transition: .2s ease-in-out;
    border: none;
}

.appatments-right__user-btn:hover,
.appatments-right__user-btn--full {
    background: var(--green);
    color: #fff;
}

.appatments-info {
    border-radius: 32px;
    padding: 60px;
    background: #fff;
    margin: 0 0 30px 0;
}

.appatments-info__content {
    margin: 60px 0 0 0;
}

.appatments-info__content h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 50px 0;
}

.appatments-info__content-table-row {
    display: flex;
    gap: 0 50px;
}

.appatments-info__content-table-row table {
    border-collapse: collapse;
    border: none;
}

.appatments-info__content-table-row table tr td {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
    padding: 0 0 10px 0;
}

.appatments-info__content-table-row table tr:last-child td {
    padding: 0;
}

.appatments-info__content-table-row table tr td:nth-child(2) {
    text-align: right;
}

.appatments-info__content-table-row table tr td strong {
    font-weight: 500;
}

.appatments-address {
    margin: 0;
    border-radius: 32px;
    padding: 60px;
    background: #fff;
}

.appatments-address h2 {
    margin: 0 0 50px 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
}

.appatments-content__map {
    overflow: hidden;
    border-radius: 32px;
    margin: 0 0 60px 0;
}

.object-map {
    width: 100%;
    height: 555px;
}

.appatments-content {
    border-radius: 32px;
    padding: 60px 60px 50px 60px;
    background: #fff;
    margin: 0 0 30px 0;
}

.appatments-content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.appatments-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #000;
    opacity: 0.7;
}

.appatments-content hr {
    display: block;
    margin: 30px 0;
    background: #000;
    height: 1px;
    width: 100%;
}

.appatments-content ul {
    column-count: 2;
    padding: 0;
    margin: 0;
}

.appatments-content ul li {
    list-style-type: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
    padding: 7px 0 8px 40px;
    position: relative;
    break-inside: avoid-column;
    /*
    display: flex;
    align-items: center;
    gap: 0 10px;
    */
    min-height: 30px;
    margin-bottom: 5px;    
}

.appatments-content ul li::before {
    content: '';
    width: 30px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41NjkzMzYiIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgcng9IjE0LjUiIGZpbGw9IiM1REI3OTYiLz4KPHBhdGggZD0iTTggMTYuMjQ3OUwxMy41NzE0IDIwLjU2OTNMMjEgOS41NjkzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.appatments-content ul li strong{
    font-weight: 500;
}

.appatments-content__infrastructure {
    display: flex;
    gap: 30px 25px;
    flex-wrap: wrap;
}

@media(min-width: 992px) { 
    .appatments-content__infrastructure {
        gap: 50px 25px;
    }
}

.appatments-content__infrastructure-item {
    display: flex;
    align-items: center;
    gap: 0 15px;
    flex: 0 0 calc((100% / 2) - (25px / 2));
}

@media(min-width: 992px){
    .appatments-content__infrastructure-item{
        flex: 0 0 calc((100% / 3) - (25px * 3 / 3));
    }
}

@media(min-width: 1200px){
    .appatments-content__infrastructure-item{
        flex: 0 0 calc((100% / 4) - (25px * 3 / 4));
    }
}


.appatments-content__infrastructure-item span {
    width: 50px;
    height: 50px;
    background: var(--green);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appatments-content__infrastructure-item i {
    display: block;
    width: calc(100% - (50px + 15px));
    font-style: normal;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
}

.appatments-info__list {
    display: flex;
    /*align-items: center;*/
    gap: 0 70px;
}

.appatments-info__item{
    position: relative;
    max-width: 170px;
    min-width: 100px;
}

.appatments-info__item + .appatments-info__item::before{
    content: '';
    position: absolute;
    left: -35px;
    top: 50%; 
    margin-top: -18px;
    width: 1px;
    height: 36px;
    background-color: rgba(221, 228, 236, 1);
}

.appatments-info__item h3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: var(--green);
    margin: 15px 0 0 0;
    text-align: center;
}

.appatments-info__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: var(--green);
    margin: 0 auto;
}

.appatments-info__item p {
    margin: 5px 0 0 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
    text-align: center;
}

.project-catalog__head h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    margin: 0;
    letter-spacing: -0.04em;
    color: #000;
}

.project-jk__body-mobile-info {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.project-jk__body-mobile-info-user {
    display: none;
}

.appatments-video {
    padding: 40px 30px;
    background: #fff;
    border-radius: 32px; 
}

.appatments-video h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0 0 30px 0;
}

.appatments-video__row {
    display: flex;
    align-items: center;
    gap: 30px 15px;
    flex-wrap: wrap;
}

.appatments-video__item {
    text-decoration: none;
    display: block;
}

.appatments-video__item h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
    margin: 15px 0 0 0;
    text-align: center;
}

.appatments-video__item-img {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    transition: .2s ease;
    border: 1px solid transparent;
    height: 245px;
    width: 162px;
}

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

.appatments-video__item-img-btn {
    border-radius: 100%;
    width: 49px;
    height: 49px;
    background: #5db796;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-left: 3px;
    padding-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.appatments-video__item-img-btn svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.appatments-video__item:hover .appatments-video__item-img {
    border-color: #5db795;
}

@media(max-width: 1199px) {
    .appatments-right {
        padding: 0;
    }

    .appatments-right__user-info-phone strong {
        font-size: 22px;
        line-height: 22px;
    }
}

@media(max-width: 991px) {
    .appatments-video {
        padding: 40px;
    }

    .appatments-video__row {
        gap: 30px 10px;
    }
 
    .appatments-video__item h4 {
        margin: 8px 0 0 0;
    }

    .project-catalog {
        padding: 80px 0;
    }

    .project-jk__body .col-lg-4 {
        display: none;
    }

    .project-catalog__head {
        flex-direction: column;
        gap: 45px 0;
        align-items: start;
        margin: 0 0 45px 0;
    }

    .project-catalog__head h2 {
        font-size: 28px;
        line-height: 28px;
        margin: 0;
    }

    .project-jk__desc {
        padding: 40px;
    }

    .project-jk__head-right {
        display: none;
    }

    .project-jk__head {
        margin: 0 0 35px 0;
    }

    .project-jk__head-left h1 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 15px 0;
    }

    .project-jk__body-mobile-info {
        display: flex;
        margin: 0 0 35px 0;
        flex-direction: revert;
    }

    .project-jk__head-right-id {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
    }

    .project-jk__head-right-available {
        font-size: 18px;
        line-height: 18px;
    }

    .project-jk__top {
        margin: 0 0 35px 0;
    }

    .project-jk__body-mobile-info-user {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px 0;
        margin: 0 0 40px 0;
    }

    .appatments-info {
        padding: 40px;
        flex-direction: column-reverse;
        display: flex;
    }

    .appatments-info__content {
        margin: 0;
    }

    .appatments-info__content-table-row {
        flex-direction: column;
        gap: 50px 0;
    }

    .appatments-info__content h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .appatments-info__list {
        /*margin: 60px 0 0 0;*/
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 26px;
    }

    .appatments-info__item + .appatments-info__item::before{
        left: -10px;
    }

    .appatments-info__item {
        width: calc(50% - (26px * 2 / 3));
    }

    .appatments-address {
        background: transparent;
        padding: 0;
    }

    .appatments-address h2:first-child {
        display: none;
    }

    .appatments-content__map {
        display: none;
    }

    .appatments-content {
        padding: 40px;
        margin: 0 0 59px 0;
    }

    .appatments-content ul {
        column-count: 1;
    }

    .project-jk__head-left-bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px 0;
    }
}

/* end project-jk */


/* video */
.block-video {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}

.block-video__overlay {
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.block-video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    z-index: 3;
}

.block-video__btn svg {
    fill: var(--green);
    width: 60px;
    height: 60px;
}

.block-video iframe {
    width: 100% !important;
    height: 500px !important;
}

.block-video img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* end video */


/* catalog-project-page */
.catalog-project-page {
    padding: 50px 0 0 0;
}

.row-maps {
    display: flex;
    gap: 0 50px;
}

.row-maps__maps {
    width: calc(45% - 25px);
    position: sticky;
    top: 118px;
    height: 100%;
}

.row-maps__list {
    display: flex;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
    width: calc(55% - (21px * 2) / 3);
}

.catalog-project-page__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px 0;
}

.catalog-project-page__head .project-catalog__select {
    min-width: 168px;
}

@media(max-width: 991px) {

    .row-maps {
        flex-wrap: wrap;
    }

    .row-maps__list {
        width: 100%;
        order: 1;
    }

    .row-maps__maps {
        width: 100%;
        order: 0;
        height: 430px;
        margin: 0 0 45px 0;
        position: unset;
    }

    .row-maps__maps iframe {
        height: 100%;
    }

    .row-maps__item {
        width: 100%;
    }

    .catalog-project-page__head {
        flex-direction: column;
        align-items: start;
        gap: 25px 0;
    }
}

/* end catalog-project-page */


/* slider */

.slider-thumb-gallery {
    margin: 20px 0 0 0;
}

.slider-big-gallery__item {
    overflow: hidden;
    border-radius: 32px;
    max-height: 700px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-big-gallery__item a{
    display: block;
    max-height: 700px;
}

.slider-big-gallery__item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
    border-radius: 32px;
}

@media(min-width: 768px) { 
    .slider-big-gallery__item img {
        max-height: 550px;  
    } 
}

@media(min-width: 992px) { 
    .slider-big-gallery__item img {
        max-height: 400px;  
    } 
}

@media(min-width: 1200px) { 
    .slider-big-gallery__item img {
        max-height: 700px;  
    } 
}

.slider-thumb-gallery__item {
    border-radius: 22px;
    overflow: hidden;
    opacity: 0.5;
}

.slider-thumb-gallery__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-big-gallery__prev {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.slider-thumb-gallery__prev {
    left: 10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.slider-big-gallery__next {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.slider-thumb-gallery__next {
    right: 10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.slider-thumb-gallery__item.swiper-slide-thumb-active {
    border: 2px solid var(--green);
    opacity: 1;
}

/* end slider */

/* project-jk--product new */
.project-jk--product {
    border-radius: 32px;
}

.project-jk--product .product__img {
    height: 243px;
}

.project-jk--product .product__img img {
    object-fit: cover;
}

.project-jk--product .product__info h2 {
    margin: 25px 0 0 0;
}

.project-jk--product .product__info {
    padding-bottom: 25px;
}

.section-catalog-row {
    position: relative;
}

.product-related-product {
    padding: 83px 0 150px 0;
}

.product-related-product .title-block {
    margin: 0 0 50px 0;
}

.product-related-product .title-block h2 {
    margin: 0;
}

@media(max-width: 991px) {
    .product-related-product .title-block {
        z-index: -1;
    }

    .slider-thumb-gallery__next,
    .slider-thumb-gallery__prev {
        width: 35px;
        height: 35px;
    }

    .slider-thumb-gallery__next svg,
    .slider-thumb-gallery__prev svg {
        width: 8px;
        height: 13px;
    }
}

/* end project-jk */

/* card-object-head */
.card-object-head {
    padding: 50px 0 5px 0;
    margin-bottom: 30px;
}

.card-object-head__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-object-head__extras {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    max-width: 151px;
    height: 52px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #5db796;
    border: 1px solid #5db796;
    border-radius: 32px;
    text-decoration: none;
}

.card-object-head__extras svg {
    fill: none;
    width: 22px;
    height: 22px;
}

.card-object-head__extras:hover {
    text-decoration: underline;
    color: #5db796;
}

.card-object-head__comment {
    max-width: 508px;
    width: 100%;
}

.card-object-head__comment p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0;
    padding: 0;
    opacity: 0.5;
}

.card-object-head__info {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    width: 100%;
    max-width: 201px;
}

.card-object-head__info-price {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0;
    padding: 0;
}

.card-object-head__info-address {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.card-object-head__info-address i {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.6;
    font-style: normal;
    width: calc(100% - 21px);
}

.card-object-head__info-address svg {
    fill: #5db795;
    width: 16px;
    height: 20px;
}

.card-object-head__user {
    max-width: 290px;
    width: 100%;
}

.card-object-head__user h4 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000;
}

.card-object-head__user-phone {
    display: flex;
    text-decoration: none;
    margin: 12px 0 0 0;
    align-items: center;
    gap: 0 10px;
}

.card-object-head__user-phone span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}

.card-object-head__user-phone svg {
    fill: #5db796;
    width: 17px;
    height: 17px;
}

@media(max-width: 1199px) {
    .card-object-head__row {
        flex-wrap: wrap;
        gap: 40px 0;
    }
}

@media(max-width: 991px) {
    .card-object-head {
        padding: 0;
    }

    .card-object-head__row {
        flex-direction: column;
        align-items: baseline;
    }
}

/* end card-object-head */

/* card-object-inner-head */
.card-object-inner-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 55px 0;
}

.card-object-inner-head__left {
    display: flex;
    flex-direction: column;
    gap: 23px 0;
}

.card-object-inner-head__left h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
    margin: 0;
    padding: 0;
}

.card-object-inner-head__address {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.card-object-inner-head__address svg {
    width: 16px;
    height: 20px;
    fill: #5db796;
}

.card-object-inner-head__address span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
}

.card-object-inner-head__right {
    display: flex;
    flex: 1 0 0;
    justify-content: end;
    align-items: center;
}

.card-object-inner-head__views {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.5;
    margin: 0 150px 0 0;
    white-space: nowrap;
}

.card-object-inner-head__id {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
    opacity: 0.5;
    color: #000;
    margin: 0 35px 0 0;
}

.card-object-inner-head__download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    border: 1px solid #5db796;
    border-radius: 32px;
    max-width: 226px;
    height: 52px;
    padding: 0 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #5db796;
    margin: 0 0 0 0;
    text-decoration: none;
    width: 100%;
    background-color: transparent;
    transition: .2s ease-in-out;
    white-space: nowrap;
}

.card-object-inner-head__download svg {
    fill: none;
    width: 22px;
    height: 23px;
}

.card-object-inner-head__download:hover {
    color: #5db796;
    text-decoration: underline;
}
 
.download-pdf-form{
    position: relative;
    height: 52px;
    display: none;
}

.project-jk__body .download-pdf-form{
    display: block;
}

@media(min-width: 1024px) {
    .card-object-inner-head .download-pdf-form{
        display: block;
    }

    .project-jk__body .download-pdf-form{
        display: none;
    }
}

@media(max-width: 1199px) {
    .card-object-inner-head__right {
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-object-inner-head__views {
        margin: 0;
    }

    .card-object-inner-head__id {
        margin: 0;
    }
}

@media(max-width: 991px) {
    .card-object-inner-head {
        flex-direction: column;
        margin: 0 0 20px 0;
    }

    .card-object-inner-head__left {
        width: 100%;
        gap: 15px 0;
    }

    .card-object-inner-head__left h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .card-object-inner-head__views {
        margin: 0;
    }

    .card-object-inner-head__id {
        margin: 0;
    }


    .card-object-inner-head__download{
        display: flex;
        margin: 35px 0 0 0;
        max-width: 100%;
    }

    .card-object-inner-head__right {
        justify-content: space-between;
        width: 100%;
        margin: 5px 0 0 0;
    }
}

/* end card-object-inner-head */

/* object-all-catalog */
.object-all-catalog {
    /*
    padding: 0 0 50px 0;
    */
}

/* end object-all-catalog */

/* object-all-catalog-sorted */
.object-all-catalog-sorted {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin: 0 0 50px 0;
}

.object-all-catalog-sorted span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.object-all-catalog-sorted .choices[data-type*="select-one"] {
    width: 168px;
    border-radius: 45px;
}

.object-all-catalog-sorted .choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.object-all-catalog-sorted .choices__list--dropdown,
.is-open .choices__list--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.object-all-catalog-sorted .choices__list--single {
    border: none;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    border-radius: 45px;
}

/* object-all-catalog-sorted */

/* object-catalog-filter */
.object-catalog-filter {
    margin: 120px 0 0 0;
    background: #fff;
    border-radius: 32px;
    padding: 35px 20px 35px 20px;
    backdrop-filter: blur(60px);
}

@media(min-width: 992px){
    .object-catalog-filter{
        min-height: 200px;
        margin-top: 65px;
    }
}

.object-catalog-filter__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.object-catalog-filter__bottom-left {
    display: flex;
    align-items: center;
    gap: 0 57px;
}

.object-catalog-filter__bottom-left-item {
    padding: 15px;
}

.object-catalog-filter__bottom-left-item .checkbox-c span {
    gap: 0 25px;
}

.object-catalog-filter__bottom-right {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

@media(max-width: 991px) {
    .object-catalog-filter__bottom-right {
        width: 100%;
    }
}


.btn-clear {
    border-radius: 84px;
    background: #eef2f6;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}

@media(min-width: 992px) {
    .btn-clear {
        width: 220px;
    }
}

.btn-clear:hover {
    background: #5db796;
    color: #fff;
}

.btn-apply {
    background: #5db796;
    color: #fff;
    border-radius: 84px;
    width: 160px;
}

.btn-apply:hover {
    color: #fff;
    background: #489478;
}

.object-catalog-filter__wrapper {
    display: flex;
    gap: 15px;
    margin: 0 0 40px 0;
    flex-wrap: wrap;
}

.object-catalog-filter__col {
    width: calc((100% / 7) - (15px * 7 / 8));
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.object-catalog-filter__col .choices[data-type*="select-one"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw3IDYuNUwxMyAwLjUiIHN0cm9rZT0iIzVEQjc5NiIvPgo8L3N2Zz4K);
}

.object-catalog-filter .choices__placeholder {
    opacity: 1
}

.object-catalog-filter__col-item-select {
    width: 100%;
    position: relative;
}

.flex-input {
    gap: 0 5px;
    padding: 10px 15px;
}

.flex-input label {
    width: calc(50% - (5px * 2 / 3));
}

.flex-input input {
    border: 0.45px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 5px 0px 5px 10px;
    width: 82px;
    height: 30px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}

.flex-input input::placeholder {
    opacity: 0.5;
}

.object-catalog-filter__col-item-checkbox {
    position: relative;
    width: 100%;
}

.object-catalog-filter__col-item-select-name {
    background: rgba(238, 242, 246, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding: 16px 30px 17px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, .7);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.disabled .object-catalog-filter__col-item-select-name{
    color: #aaa;
    pointer-events: none    ;
}

.object-catalog-filter__col-item-select-name::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw3IDYuNUwxMyAwLjUiIHN0cm9rZT0iIzVEQjc5NiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: none;
    display: block;
    width: 16px;
    height: 12px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    content: '';
    position: absolute;
}

.object-catalog-filter__col-item-select-name.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.object-catalog-filter__col-item-select-row {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    z-index: 9;
    border-radius: 12px;
    background: #f6f8fa;
    max-height: 200px;
    overflow-y: auto;
}

.object-catalog-filter__col-item-select-row::-webkit-scrollbar {
    width: 3px;
}

.object-catalog-filter__col-item-select-row::-webkit-scrollbar-thumb {
    background-color: var(--green);
    /* Цвет скроллбара */
    border-radius: 2px;
}

.object-catalog-filter__col-item-select-row {
    scrollbar-width: thin;
    scrollbar-color: var(--green) transparent;
    /* Зеленый скролл на сером фоне */
}

.object-catalog-filter__col-item-select-row.show {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.object-catalog-filter__col-item-select-row li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.object-catalog-filter__col-item-select-row li:hover {
    background: rgba(93, 183, 150, 0.15);
}

.object-catalog-filter__col-item-checkbox label {
    display: block;
    cursor: pointer;
    padding: 15px;
}

.object-catalog-filter__col-item-checkbox label.disabled{
    opacity: .3;
    cursor: no-drop;
}

.object-catalog-filter__col-item-checkbox label span {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-top: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--black);
    position: relative;
}

.object-catalog-filter__col-item-checkbox label span::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background: var(--gray);
    position: absolute;
    top: 0;
    left: 0;
}

.object-catalog-filter__col-item-checkbox label span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSI0IiBmaWxsPSIjNURCNzk2Ii8+CjxwYXRoIGQ9Ik01LjUgOC41TDguNSAxMUwxMS41IDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    width: 16px;
    height: 16px;
    z-index: 2;
    left: 3px;
    top: 3px;
    display: none;
}

.object-catalog-filter__col-item-checkbox input:checked~span::after {
    display: block;
}

.object-catalog-filter__col-item-checkbox:hover {
    background: rgba(93, 183, 150, 0.15);
}

.object-catalog-filter__col-item-input input {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding: 0 15px;
    height: 48px;
    background: rgba(238, 242, 246, 0.5);
    border-radius: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.object-catalog-filter__col-item-input input::placeholder {
    opacity: .7;
}

.object-catalog-filter__btn-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    height: 56px;
    gap: 0 10px;
    border-radius: 84px;
    color: #fff;
    background: #5db796;

}

.object-catalog-filter__btn-mobile svg {
    fill: none;
    stroke-width: 2px;
    stroke: #fff;
    width: 13px;
    height: 8px;
}

.object-catalog-filter__btn-mobile-close svg{
    transform: rotate(180deg);
}

.object-catalog-filter__col .choices__item.choices__item--selectable,
.object-catalog-filter__col-item-select-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1199px) {
    .object-catalog-filter__wrapper {
        gap: 15px;
    }

    .object-catalog-filter__col {
        width: calc((100% / 5) - (15px * 5 / 6));
    }
}

@media(max-width: 1023px) {
    .object-catalog-filter {
        margin: 50px 0 0 0;
    }

    .object-catalog-filter__bottom {
        display: block;
        margin-bottom: 30px;
       /* display: none;*/
    }

    .object-catalog-filter__bottom.show {
        display: flex;
        flex-direction: column;
        gap: 28px 0;
    }

    .object-catalog-filter__btn-mobile {
        display: flex;
    }

    .object-catalog-filter__btn-mobile.hide {
        display: none;
    }

    .object-catalog-filter__col:nth-child(n+9),
    .object-catalog-filter__col:nth-child(n+9) {
        display: none;
    }

    .object-catalog-filter__col.show:nth-child(n+9),
    .object-catalog-filter__col.show:nth-child(n+9) {
        display: flex;
    }

    .object-catalog-filter__col {
        width: calc((100% / 2) - (15px * 2 / 3));
    }
}

/* end object-catalog-filter */

.loading2{
    position: relative; 
}

.loading2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #5db796;
    border-radius: 32px;
}

.loading2::after{
    content: '';
    width: 50px;
    height: 50px;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background: url(../images/load3.gif) no-repeat 50% 50%;
    background-size: 40px auto;
    position: absolute;
}

/*
================================== */
.select-style{
    display: none;
}

.nice-select{
    border-radius: 12px;
    background-color:rgba(238, 242, 246, 0.5);
    display: flex;
    align-items: center; 
    padding: 5px 40px 5px 10px; 
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, .7);  
    height: 46px;
    min-width: 145px;
    border: 1px solid rgba(0,0,0, .02);
}

.nice-select.open{
    border-color: rgba(0, 0, 0, .05);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nice-select:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw3IDYuNUwxMyAwLjUiIHN0cm9rZT0iIzVEQjc5NiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: none;
    display: block;
    width: 16px;
    height: 12px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    content: '';
    position: absolute;
} 

.nice-select .current{
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
    line-height: 18px;
}

.nice-select .nice-select-dropdown{
    background-color: #fff; 
    padding: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: none; 
    width: calc(100% + 2px);
    margin: 0 -1px;
    border: 1px solid rgba(0, 0, 0, .05); 
} 

.nice-select-dropdown .list::-webkit-scrollbar {
    width: 3px;
}

.nice-select-dropdown  .list::-webkit-scrollbar-thumb {
    background-color: var(--green);
    /* Цвет скроллбара */
    border-radius: 2px;
}


.nice-select .nice-select-dropdown .list{
    background-color: rgba(238, 242, 246, 0.5); 
    margin: 0;
    border-radius: 0 0 12px 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--green) transparent;
}

.nice-select .option{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding: 15px;
}

.nice-select .option:first-child{
    border-radius: 0;
}

.nice-select .option:last-child {
    border-radius: 0 0 12px 12px;
}

.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus{
    background: rgba(93, 183, 150, 0.15);
    font-weight: 400;
}

.select-style-white.nice-select{
    border-radius: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: none;
    padding: 5px 40px 5px 25px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, .7);
    height: 46px;
    min-width: 145px;
}

/*
==================================*/
.social-buttons-wrapper {
    position: fixed;
    right: 17pt;
    bottom: 30px;
    z-index: 10; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

@media(min-width: 992px) {
    .social-buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.page-1 .social-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-buttons-wrapper .round-btn+.round-btn {
    margin-top: 15px;
}

.round-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.round-btn_viber-btn {
    background-color: #8f5db7;
    color: #fff;
    -webkit-animation: viber-anim 2s infinite;
    animation: viber-anim 2s infinite;
}


.round-btn_wtsp-btn {
    background-color: #00a500;
    color: #fff;
    -webkit-animation: wtsp-anim 2s infinite;
    animation: wtsp-anim 2s infinite;
}


.round-btn_telegram-btn {
    background-color: #0087CB;
    color: #fff;
    -webkit-animation: telegram-anim 2s infinite;
    animation: telegram-anim 2s infinite;
}

/*
====================================*/
@-webkit-keyframes viber-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
    }
}

@keyframes viber-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
    }
}


/*
====================================*/
@-webkit-keyframes wtsp-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
        box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
    }
}

@keyframes wtsp-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
        box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
    }
}


/*
====================================*/
@-webkit-keyframes telegram-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 203, .6);
        box-shadow: 0 0 0 0 rgba(0, 135, 203, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 135, 203, 0);
        box-shadow: 0 0 0 20px rgba(0, 135, 203, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 203, 0);
        box-shadow: 0 0 0 0 rgba(0, 135, 203, 0);
    }
}

@keyframes telegram-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 203, .6);
        box-shadow: 0 0 0 0 rgba(0, 135, 203, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 135, 203, 0);
        box-shadow: 0 0 0 20px rgba(0, 135, 203, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 203, 0);
        box-shadow: 0 0 0 0 rgba(0, 135, 203, 0);
    }
}



/*
=======================================*/
.overlayp {
    display: none;
}

.overlayp.active {
    margin-right: 0;
    display: block;
}

.overlayp {
    position: fixed;
    z-index: 9999999999;
    right: 0;
    bottom: 10px;
    margin-right: -300px;
    transition: margin-left 1s ease-in;
    -moz-transition: margin-left 1s ease-in;
    -webkit-transition: margin-left 1s ease-in;
}

.panel_viber {
    position: fixed;
    background: url(../images/viber_bg.png) center left;
    width: 240px;
    height: 340px;
    color: #fff;
    background-size: cover;
}

.panel_wtsp {
    position: fixed;
    background: url(../images/wtsp_bg.png) center left;
    width: 240px;
    height: 340px;
    color: #fff;
    background-size: cover;
}

.panel_telegram {
    position: fixed;
    background: url(../images/telegram_bg.png) center left;
    width: 240px;
    height: 340px;
    color: #fff;
    background-size: cover;
}


.close_panel {
    position: absolute;
    left: 20px;
    top: 153px;
    z-index: 8;
    padding-left: 20px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}

.panel_info {
    position: absolute;
    top: 50px;
    right: 25px;
    height: 180px;
    width: 180px;
    text-align: right;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}

.panel_info img {
    width: 40px;
}

.panel_info h2 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 29px;
}

.panel_info h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.panel_info h3 a {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
}

.grecaptcha-badge {
    opacity: 0;
}

/*
=====================================*/
.btn-green{ 
    background: #5db796;
    color: #fff;
}

.btn-green:hover {
    color: #fff;
    background: #489478;
}
 
.btn-bordered{ 
    border: 3px solid #5DB795;
    background: transparent;
    color: #5DB795;
}

.btn-bordered:hover {
    color: #fff;
    background: #5DB795;
}

/*
=====================================*/
.buttons{
    gap: 40px 0;
    flex-wrap: wrap;
    margin-top: 50px;
}

.buttons .btn{
    white-space: nowrap;
    width: 100%;  
    max-width: 100%;
    margin: 0;
    font-size: 22px; 
    line-height: 100%;
}

.buttons .btn-bordered{ 
    font-weight: bold; 
}

.buttons .btn-green{ 
    font-weight: 400;   
}

@media(min-width: 768px) {
    .buttons{
        gap: 20px 40px;
    }
    
    .buttons .btn{ 
        width: auto; 
        width: 40%; 
    } 

}

@media(min-width: 1200px) {
    .buttons{
        gap: 20px 180px;
    }
    
    .buttons .btn{ 
        width: auto;
        padding-left: 80px;
        padding-right: 80px;
        max-width: 80%;
        font-size: 28px;
    }
}

/*
=====================================*/
.accordion-section{
    margin-bottom: 50px;
}

.accordion-section__title{
    font-family: Montserrat;
    font-weight: 500; 
    font-size: 26px; 
    line-height: 100%;
    letter-spacing: -4%;
    margin-bottom: 25px;
}


@media(min-width: 992px) {
    .accordion-section__title{
        font-size: 36px; 
    }
}


.accordion-item{
    border: 1px solid #8e8e8e;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 15px;
}

.accordion-item:not(:first-of-type){
    border: 1px solid #8e8e8e;
    
}

.accordion-item:first-of-type {
    border-top-left-radius:  24px;
    border-top-right-radius: 24px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.accordion-header{
    background: transparent;
    font-weight: 400; 
    font-size: 26px; 
    line-height: 110%;
    letter-spacing: -4%;
    margin: 0;
}

.accordion-button {
    background: transparent; 
    font-size: 16px; 
    padding-right: 40px;
}

@media(min-width: 992px) {
    .accordion-button { 
        font-size: 18px; 
        padding: 18px 40px 16px;
    }
}

.accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion-button:active{
    color: #000;
    background-color: #fff;
    box-shadow: none;
    background: transparent;
}

.accordion-collapse{
    padding: 0 40px;
}

.accordion-body{
    border-top: 1px solid #8e8e8e;
    padding: 0;
}

.accordion-body__content{
    font-family: Montserrat;
    font-weight: 400; 
    font-size: 16px;
    color: #404040;
    line-height: 1.4;
    max-width: 1090px;
    padding: 30px 0;
    
}

.accordion-button::before,
.accordion-button::after{
    content: "";
    position: absolute;
    background: #8e8e8e;
    right: 25px;
    top: 50%; 
}

.accordion-button::before{ 
    width: 2px;
    height: 20px; 
    margin-top: -10px;
    margin-right: -1px;
} 

.accordion-button::after{ 
    width: 20px;
    height: 2px; 
    margin-top: -1px;
    margin-right: -10px;
}

.accordion-button:not(.collapsed)::before{
    opacity: 0;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


@media(min-width: 992px) {
    .accordion-button::before,
    .accordion-button::after{ 
        right: 45px; 
    }
}


/*
=====================================*/
.content{
    font-size: 16px;
    line-height: 180%;
}

.content p + p{
    margin-top: 25px;
}

.content img{
    max-width: 100%;
    height: auto !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 25px;
}


.article-image{
    float: right;
    max-width: 100%;
}

.article-image img{
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-left: 0;
}

@media(min-width: 768px) {
    .article-image{ 
        max-width: 450px;
    }
    .article-image img{
        margin-left: 30px;
    }
}

@media(min-width: 992px) {
    .article-image{ 
        max-width: 660px;
    }
}

.clearfix::after {
  content: "";
  display: block;  
  clear: both;
}

.article-gallery{
    margin: 50px 0;
}

.article-gallery img{
    width: 100%;
    border-radius: 32px;
    position: relative;
}

.article-gallery .swiper-slide a:focus,
.article-gallery .swiper-slide a:active{
    outline: none;
    box-shadow: none;
}

.article-gallery .swiper-slide img{
  transform: scale(.7);
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.article-gallery .swiper-backface-hidden .swiper-slide img{
  transform: scale(.7) translateZ(0);
}
        
.article-gallery .swiper-slide.swiper-slide-active img{  
  transform: scale(1) !important;
  opacity: 1 !important;
}

.article-gallery .swiper-backface-hidden .swiper-slide.swiper-slide-active img{
  transform: scale(1) translateZ(0) !important;
}


.article-gallery .swiper-slide.swiper-slide-prev img{
    right: -10%;
}
 
.article-gallery .swiper-slide.swiper-slide-next img{
    left: -10%;
}

.article-gallery-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
 
.article-gallery .swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff;
}

.article-gallery .swiper-pagination-bullet {
   width: 30px;
   height: 30px;
   padding: 1px 0 0 1px;
   text-align: center; 
   font-size: 16px;
   color: #292929;
   opacity: 1;
   background: transparent;
   display: flex; 
   cursor: pointer;
   border-radius: 8px;
   justify-content: center;
   align-items: center;
}

.article-gallery .swiper-pagination-bullet-active{
    background: #5DB795;
    color: #fff;
}

/*
=====================================*/
.article-item{ 
    margin-bottom: 55px;
    color: #292929;
    text-decoration: none;  
    background: #fff;
    border-radius: 32px;
    display: block;
    border: 1px solid transparent; 
}


@media(min-width: 992px) {
    .article-item{
        display: flex;   
        align-items: center;
        margin-bottom: 60px;
        border: none;
        background: transparent;
    }
}

.article-item:hover{
    color: #292929;
    border-color: #81C6AD; 
}

.article-item:hover .article-item__data{ 
    border-color: #81C6AD; 
}

.article-item__image{
    flex: 0 0 48%;
    position: relative;
    z-index: 2;
}

.article-item img{
    width: calc(100% + 2px);
    border-radius: 32px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

.article-item__data{
    display: block; 
    padding: 20px 15px; 
}

.article-item-odd .article-item__data{ 
    border-radius: 32px 0 0 32px ;
    margin-left: 0;
    margin-right: -15px;
    padding: 40px 50px 40px 40px;
}

.article-item-odd .article-item__image{
    order: 2;
}

.article-item__title{
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}

.article-item__description{
    display: block; 
    font-size: 14px;
    line-height: 28px;
}

@media(min-width: 992px) {
    
    .article-item__data{
        min-height: 80%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 25px;
        background: #fff;
        display: block;
        border: 1px solid transparent;
        border-radius: 0 32px 32px 0; 
    }
    
    .article-item__description{
        max-height: 80px;
        overflow: hidden;
    }
    
    .article-item-odd .article-item__data{  
        margin-right: -15px; 
    }
    
    .article-item__title{ 
        font-size: 18px;
    } 
}

@media(min-width: 1200px) { 
    
    .article-item__data{ 
        padding: 45px; 
    }
    
    .article-item__title{ 
        font-size: 24px;
    }
    
    .article-item__description{ 
        font-size: 16px;
        line-height: 30px;
        max-height: unset;
    }
}




