body {
    background: #000;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
}
.main {
    padding: 50px 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 80px;
}
.phone {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}
.text, .text p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
}
.caption {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.h1 {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
}
.flex-between {
    justify-content: space-between !important;
}
.flex-center {
    justify-content: center !important;
}
.gap-10 {
    gap: 10px !important;
}
.gap-20 {
    gap: 20px !important;
}
.gap-30 {
    gap: 30px !important;
}
.flex-1 {
    flex: 1 !important;
}
.flex-2 {
    flex: 2 !important;
}
.svg-color-white {
    fill: #FFF !important;
    stroke: #FFF !important;
}
.svg-color-black {
    fill: #000 !important;
    stroke: #000 !important;
}
.svg-color-grey {
    fill: #333 !important;
    stroke: #333 !important;
}
.svg-color-blue {
    fill: #113564 !important;
    stroke: #113564 !important;
}
.color-white {
    color: #fff !important;
}
.color-blue {
    color: #113564 !important;
}

/* grid */
.area1 {
    grid-area: i1;
}
.area2 {
    grid-area: i2;
}
.area3 {
    grid-area: i3;
}
.area4 {
    grid-area: i4;
}
.area5 {
    grid-area: i5;
}


/* /grid */

/* header */
.header {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background: url(../images/bg-banner.jpeg) lightgray 0px -0.364px / 100% 118.669% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-title {
    color: #FFF;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-top: 120px;
}
/* /header */

/* bread-crumbs */
.bread-crumbs a {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.14px;
    text-decoration: none;
}
.bread-crumbs__separate {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    letter-spacing: -0.14px;
}
/* /bread-crumbs */

/* header-top */
.header-card .header-top {
    position: relative;
}
.header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #fff;
    display: flex;
    z-index: 2;
}
.header-top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top__content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-top__status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-top__status-point {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #93C029;
}
.header-top__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header-top__status span {
    color: #fff;
    font-size: 10px;
}
.header-top__icons {
    width: 100%;
    height: 16px;
    display: flex;
    justify-content: space-between;
}
.header-top__callback {
    appearance: none;
    background: none;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}
/* /header-top */

/* footer-top */
.footer-top {
    width: 100%;
    height: 120px;
    border-top: 1px solid #fff;
    display: flex;
}
.footer-top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top__content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-top__status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-top__status-point {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #93C029;
}
.footer-top__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-top__status span {
    color: #fff;
    font-size: 10px;
}
.footer-top__icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-top__callback {
    appearance: none;
    background: none;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}
/* /footer-top */

/* filter */
.filter {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 60px;
    gap: 20px;
}
.filter__prices {
    min-width: 310px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.filter__range {
    height: 1px !important;
    border: unset !important;
    top: 0 !important;
}
.ui-state-default {
    width: 11px !important;
    height: 11px !important;
    border-radius: 30px !important;
    border: 1px solid #FFF !important;
    background: #000 !important;

}
.filter__selects {
    position: relative;
    display: flex;
    gap: 20px;
}
.filter__select-items {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #000;
    padding: 30px 20px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}
.filter__select-item {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    backdrop-filter: blur(2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.14px;
    cursor: pointer;
}
.filter__select-active {
    color: #C72B36;
}
.filter__select{
    position: relative;
    width: 200px;
    height: 60px;
    border-bottom: 1px solid #fff;
}
.filter__select label {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.12px;
}
.filter__select-value {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.14px;
    padding: 0 20px;
    cursor: pointer;
}
.filter__select-value img {
    transform: rotate(180deg);
}
.filter__send {
    min-width: 200px;
    border-radius: 30px;
    background: #C72B36;
    border: unset;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.18px;
    cursor: pointer;
}
.filter__labels, .filter__values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
.filter__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.12px;
}
.filter__value {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.18px;
}
.filter__beds {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__beds label {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.12px;
}
.filter__checkboxs {
    display: flex;
    align-items: center;
    gap: 20px;
}
.filter__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter__checkbox label {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
}
.filter__checkbox input {
    appearance: none;
    border-radius: 4px;
    border: 1px solid #FFF;
    width: 20px;
    height: 20px;

}
.filter__checkbox input:checked {
    background-image: url(../images/icons/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
/* /filter */

/* objects */
.objects {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.objects-item {
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
    width: 300px;
    height: 460px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-sizing: content-box;
}
.objects-item__all {
    border-radius: 30px;
    background: url(../images/bg-catalog-end.png) lightgray 50% / cover no-repeat;
    /*background: linear-gradient(0deg, #000 3.17%, rgba(0, 0, 0, 0.00) 56.55%);*/
    position: relative;
}
.objects-item__btn-all {
    border-radius: 40px;
    background: #113564;
    height: 30px;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.12px;
    border: unset;
    cursor: pointer;
}
.objects-item__header {
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 200px;
    background: url(../images/obj-1.png) lightgray 50% / cover no-repeat;
}
.favourite {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.label-foto {
    position: absolute;
    height: fit-content;
    padding: 5px 8px;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(1px);
    color: #333;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
.points {
    position: absolute;
    left: 0;
    bottom: 18px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.point {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
}
.point-active {
    background-color: #C72B36;
}
.slider-arrow-right {
    position: absolute;
    right: 12px;
    top: 94px;
    cursor: pointer;
}
.slider-arrow-left {
    position: absolute;
    left: 12px;
    top: 94px;
    cursor: pointer;
}
.objects-item__content {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    flex: 1;
}
.objects-item__col {
    display: flex;
    align-items: center;
}
.objects-item__location {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.14px;
}
.objects-item__location span {
    text-overflow: ellipsis;
}
.objects-item__btn-map {
    width: 90px;
    height: 30px;
    background: unset;
    border-radius: 10px;
    border: 1px solid #113564;
    cursor: pointer;
    color: #333;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.objects-item__title {
    color: #113564;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
    text-decoration: none;
}
.objects-item__label {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.14px;
    min-width: 100px;
}
.objects-item__label-price {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.14px;
}
.objects-item__value {
    color: #113564;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    letter-spacing: -0.14px;
}
.objects-item__footer {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 10px;
}
.objects-item__footer-all {
    position: absolute;
    bottom: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 0 10px;
}
.objects-item__btn-presentation {
    flex: 1;
    border: unset;
    border-radius: 40px;
    background: #113564;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
.objects-item__socials {
    display: flex;
    gap: 4px;
}
.objects-item__socials-text {
    color: var(--White, #FFF);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.1px;
    max-width: 80px;
}
.objects-item__social {
    border: 1px solid #113564;
    border-radius: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.objects-item__social-all {
    border: 1px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.objects-item__caption {
    position: absolute;
    width: 100%;
    top: 35px;
    color: #FFF;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.objects-item__image {
    position: absolute;
    left: -25px;
    top: 210px;
    width: 350px;
    height: 230px;
}
/* /objects */

/* pagination */
.pagination {
    width: 100%;
    display: flex;
    gap: 15px;
    margin-top: 40px;
    justify-content: center;
}
.pagination__item {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.12px;
    cursor: pointer;
    text-decoration: none;
}
.pagination__item a {
    color: #FFF;
    text-decoration: none;
}
.pagination__item-active {
    color: #C72B36;
    cursor: unset;
    font-weight: 900;
}
/* /pagination */

/* tags */
.tags {
    display: flex;
    gap: 20px;
}
.tags__label {
    min-width: 200px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.14px;
}
.tags__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tags__tag {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.14px;
    text-decoration: none;
}
/* /tags */

/* catalog */
.catalog {
    position: relative;
    height: 456px;
    display: flex;
    align-items: center;
}
.catalog__content {
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: end;
    align-items: stretch;
    border-radius: 30px;
    border: 1px solid #FFF;
    background:
        /*linear-gradient(36deg, #000 16.19%, #454545 86.36%),*/
            url(../images/bg-catalog.jpeg) center/cover no-repeat,
            rgba(0, 0, 0, 0.80);
    z-index: 1;
    padding-right: 110px;
}
.catalog__content::before {
    background-color: rgba(0, 0, 0, 0.80);
}
.catalog__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
    gap: 20px;
}
.catalog__title {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.catalog__desc {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
}
.catalog__btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.catalog__row {
    text-align: center;
}
.catalog__btn {
    display: block;
    width: 200px;
    height: 40px;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.14px;
    cursor: pointer;
}
.catalog__socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.catalog__social {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.catalog__text {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.1px;
}
.catalog__cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 684px;
    height: 456px;
}
/* /catalog */

/* cities */
.city {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.cities {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.cities__items {
    height: 640px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
   "i1 i2 i4"
   "i3 i3 i4";
    gap: 20px;
    flex: 2;
}
.cities__item {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: lightgray 50% / cover no-repeat;
}
.cities__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
}
.cities__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    border-radius: 30px;
    z-index: 2;
}
.cities__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 40px;
    z-index: 2;
}
.cities__title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.16px;
    text-decoration: none;
}
.cities__label {
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(1px);
    height: 20px;
    padding: 0 20px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.12px;
}
/* /cities */

/* district */
.district {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.districts {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.districts__item {
    height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.14px;
    cursor: pointer;
    text-decoration: none;
}
.districts__item-active {
    background: #113564;
}
/* /district */

/* news */
.news {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news__content {
    display: flex;
    gap: 17px;
    align-items: stretch;
    flex-wrap: wrap;
}
.news__items {
    display: flex;
    gap: 13px;
    align-items: stretch;
    flex-wrap: wrap;
}
.news__item {
    width: 310px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
}
.news__cover {
    height: 200px;
    border-radius: 30px;
    background: #D9D9D9;
}
.news__title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.16px;
    text-decoration: none;
}
.news__all {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    min-height: 281px;
}
.news__all .news__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news__btn-all {
    width: 200px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.14px;
    z-index: 2;
}
/* /news */

/* card */
.card {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: stretch;
}
.card__header {
    display: flex;
    align-items: stretch;
}
.card__properties {
    flex: 1;
}
.card__btns {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    border-left: 1px solid #fff;
}
.card__links {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;

}
.card__link {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.14px;
    cursor: pointer;
}
.card__note {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.1px;
}
.card__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card__cosial {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 20px;
    cursor: pointer;
}
.card__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
}
.card__content h3 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.16px;
}
.card__content p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
}
.card__content ul {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
    list-style-type: disc;
    padding-left: 10px;
}
card__content li {

}
/* /card */

/* gallery */
.gallery {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
}
.gallery__img {
    position: relative;
    border-radius: 30px;
    height: 560px;
    background: url(../images/cat-1.jpeg) lightgray 50% / cover no-repeat;
}
.gallery__previews {
    display: flex;
    justify-content: center;
    height: 90px;
    gap: 30px;
}
.gallery__preview {
    width: 120px;
    height: 90px;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: url(../images/cat-1.jpeg) lightgray 50% / cover no-repeat;
    cursor: pointer;
}
.gallery__preview-active {
    border: 2px solid #C72B36;
}
.gallery__next {
    position: absolute;
    top: calc( 50% - 45px );
    right: 0;
    cursor: pointer;
}
.gallery__prev {
    position: absolute;
    top: calc( 50% - 45px );
    left: 0;
    cursor: pointer;
}
/* /gallery */

@media (max-width: 1300px) {
    .filter {
        justify-content: center;
        flex-wrap: wrap;
        height: unset;
    }
    .catalog__cover {
        display: none;
    }
    .cities__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas:
        "i1 i2"
        "i3 i4";
    }
}
@media (max-width: 690px) {
    .cities__items {
        height: unset;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .cities__item {
        min-height: 250px;
    }
}

/* NEWS*/
main{
    font-family: "Montserrat", sans-serif;
    color: #fff;
}
.breadcrumbs{
    z-index: 5;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 50px;
    position: absolute;
    max-width: 1300px;
    width: 1300px;
    top: 125px;
}
.breadcrumbs, .breadcrumbs a{
    color: #fff;
    text-decoration: none;
}
.breadcrumbs-separator{
    margin-left: 7px;
    margin-right: 7px;
}
.breadcrumb-point-current{
    color: rgba(255, 255, 255, 0.3);
}
.header-news-bg:before{
    background-image: url(../images/news-bg.png);
}
.news-filter{
    margin-top: 80px;
    display: flex;
    margin-bottom: 40px;
}
.filter-news-status{
    margin-right: 80px;
    font-weight: 600;
}
.filter-point{
    margin-right: 23px;
}
.filter-point a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}
.news-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.news-card{
    margin-bottom: 40px;
}
.news-card a{
    display:  block;
    border-radius: 30px;
}
.news-card img{
    width: 100%;
    border-radius: 30px;
    height: 100%;
}
.news-card .news-card__title {
    color: #fff;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 600;
}
.news-date{
    margin-top: 40px;

}
.header-news-item-bg:before{
    background-image: url(../images/news-item-bg.png);
}
.u-content{
    margin-top: 40px;
    margin-bottom: 80px;
}
.u-content h2{
    font-weight: 600;
    margin-bottom: 40px;
}
.u-content p{
    line-height: 32px;
    margin-bottom: 40px;
}
.u-content img{
    float: left;
    max-width: 47%;
    margin-right: 20px;
    border-radius: 30px;
}
.news-pag{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.item__news-pag{
    width: 35%;
    display: flex;
    align-items: center;
}
.item__news-pag-left a{
    margin-right: 20px;
}
.item__news-pag-right a{
    margin-left: 20px;
}
.item__news-pag img{
    width: 100%;
    border-radius: 30px;
}
.item__news-pag p{
    line-height: 32px;
    width: 100%;
}
.item__news-pag-right p{
    text-align: right;
}
.arrow-left__news-pag, .arrow-right__news-pag{
    cursor: pointer;
    position: absolute;
    padding: 4px 7px;
    border-radius: 100%;
    border: 1px solid #fff;
}
.arrow-left__news-pag{
    left: 0;
}
.arrow-right__news-pag{
    right: 0;
}
@media screen and (max-width: 1300px){
    .breadcrumbs{
        width: auto;
        left: 10px;
    }
}
@media screen and (max-width: 768px){
    .news-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .header-top__container{
        flex-direction: column;
    }
    .header-top{
        height: 160px;
        padding-bottom: 10px;
    }
    .breadcrumbs{
        top: 175px;
    }
    .footer-top__container{
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-title{
        font-size: 38px;
        line-height: 50px;
    }
    .breadcrumbs, .breadcrumbs a{
        font-size: 14px;
    }
    .item__news-pag{
        width: 40%;
        flex-direction: column;
    }
    .item__news-pag-right{
        margin-right: 20px;
        flex-direction: column-reverse;
    }
    .item__news-pag-left{
        margin-left: 20px;
    }
    .item__news-pag p{
        font-size: 14px;
    }

}
@media screen and (max-width: 620px){
    .news-filter{
        flex-direction: column;
    }
    .filter-news-status{
        margin-bottom: 15px;
    }
    .filter-point{
        margin-bottom: 10px;
    }
    .catalog__content{
        padding-right: 0;
    }
    .catalog__info{
        max-width: 100%;
    }
    .u-content img{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .news-pag{
        flex-direction: column;
    }
    .item__news-pag-left, .item__news-pag-right a{
        margin-left: 0;
    }
    .item__news-pag-left{
        margin-bottom: 20px;
    }
    .item__news-pag-right, .item__news-pag-left a{
        margin-right: 0;
    }
    .item__news-pag{
        width: 80%;
    }
    .item__news-pag-right p, .item__news-pag-left p{
        text-align: center;
    }
}
@media screen and (max-width: 420px){
    .catalog__content{
        padding: 20px;
    }
    .news-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog__desc{
        font-size: 14px;
        line-height: 25px;
    }
    .catalog__btns{
        flex-direction: column;
    }
    .catalog__title{
        font-size: 20px;
    }

}

/* Modal */

.modal-callback{
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 80px 110px;
    display: flex;
    font-family: "Montserrat", sans-serif;
    flex-direction: column;
    align-items: center;
    max-width: 640px;
}
.modal-header{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 45px;
}
.phone-area-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 35px;
    padding: 6px 32px;
}
.modal-phone-input{
    outline: none;
    border: none;
}
.phone-area-wrapper .dynamic-select{
    margin-right: 38px;
}
.modal-body{
    width: 100%;
}
.contact-type-wrapper{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.modal-checkbox-wrapper{
    font-weight: 300;
}
.modal-checkbox-wrapper-ws{
    margin-right: 20px;
    margin-left: 20px;
}
.custom-checkbox{
    cursor: pointer;
}
@media screen and (max-width: 620px){
    .modal-callback{
        padding: 50px 20px 40px;
    }
    .phone-area-wrapper{
        justify-content: center;
    }
    .phone-area-wrapper .dynamic-select{
        margin-right: 0;
    }
}
@media screen and (max-width: 380px){
    .modal-phone-input{
        width: 100%;
    }
    .contact-type-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .modal-checkbox-wrapper-ws{
        margin-right: 0px;
        margin-left: 0px;
    }
    .modal-checkbox-wrapper{
        margin-bottom: 15px;
    }
}