@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Italic.woff2') format('woff2'),
        url('../fonts/DMSans-Italic.woff') format('woff'),
        url('../fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/DMSans-MediumItalic.woff') format('woff'),
        url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/DMSans-BoldItalic.woff') format('woff'),
        url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #1e1e1e;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
}

ul {
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.grecaptcha-badge {
    display: none !important;
}

.c-container {
    width: 1300px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.c-container-full {
    width: 1905px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 55px;
    position: relative;
}

.header-logo {
    margin-right: 63px;
    max-width: 128px;
        font-weight: 600;
    font-size: 33px;
    min-width: fit-content;
}

.header-actions {
    display: flex;
    align-items: center;
}

.header-actions-item {
    display: block;
    margin-left: 20px;
}
.header-actions-item svg {
    display: block;
}

.header-search-form-wrap {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    background: #fff;
    display: none;
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}

.header-search-form {
    width: 100%;
    position: relative;
    display: flex;
    height: 100%;
}

.header-search-form-field {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #111;
    font-size: 22px;
    line-height: 1.36364em;
    width: 100%;
    padding: 0;
}

.header-search-form-close {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 15px;
    display: block;
    background: url(../img/search-close.svg) no-repeat center;
    background-size: contain;
    z-index: 90;
}

.mnu-wrap {
    margin-right: auto;
}

.mnu {
    display: flex;
    align-items: center
}

.mnu-item {
    list-style: none;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 12px;
    padding: 0 10px;

}

.mnu-item a {
    position: relative;
}

.mnu-item a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    transition: all 0.4s;
}

.mnu-item.active a:after,
.mnu-item:hover a:after {
    width: 100%;
}

.mnu-item:first-child {
    margin-left: 0;
}

.mnu-item:last-child {
    margin-right: 0;
}

.s-title {
    margin: 0 0 27px;
    font-size: 70px;
    line-height: 75px;
    font-weight: 400;
}

.s-title-alt {
    margin: 0 0 27px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.page-title-inner .s-title {
    text-shadow: 1px 1px 9px #383838;
}

.page-title-inner  .p-subtitle {
  text-shadow: 1px 1px 9px #383838;
}

.main-about-wrap {
    display: flex;
    padding-bottom: 182px;
}

.main-about-wrap>div {
    width: 50%;
}

.main-about-content-wrap {
    align-items: center;
    align-content: center;
    display: flex;
}

.main-about-content {
    padding: 0% 21% 0% 12%;
    width: 100%;
}

.main-about-desc {
    padding: 0% 17% 0% 0%;
    font-family: inherit;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 1.43478em;
    font-weight: 400;
    margin: 20px 0 36px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.main-btn {
    background-color: #000;
    font-family: dm sans, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-width: 0;
    border-radius: 0 0 0 0;
    padding: 14px 45px;
    width: auto;
    margin: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.main-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.54, .3, .02, 1.01);
    background-color: #1e1e1e;
    transform-origin: left;
    transform: scaleX(0);
}

.main-btn-text {
    position: relative;
    z-index: 1;
}

.main-btn:hover:after {
    transform: scaleX(1) scaleY(1)
}

.main-statistic {
    padding-bottom: 182px;
    overflow: hidden;
}

.main-statistic-wrap {
    align-items: center;
    align-content: center;
    display: flex;
}

.main-statistic-wrap>div {
    width: 50%;
}

.main-statistic-img {
    padding: 0% 0% 0% 10%;
}

.main-statistic-img img {
    max-width: inherit;
    max-height: 540px;
}

.main-statistic-list {
    display: flex;
    flex-wrap: wrap;
}

.main-statistic-item {
    margin: 0 30px 23px 0;
    padding: 20px;
    width: calc(50% - 30px);
}

.main-advantages-item-alt {
    color: #fff;
    text-align: center;
}

.main-advantages-item-alt  .main-statistic-item-title {
   color: #fff;
}

.main-statistic-item-color-0 {
    background-color: #00C270;
}

.main-statistic-item-color-1 {
    background-color: #0098F5;
}

.main-statistic-item-color-2 {
    background-color: #FF2525;
}

.main-statistic-item-color-3 {
    background-color: #00C6B8;
}

.main-statistic-item-num {
    font-family: dm sans, Sans-serif;
    font-size: 70px;
    font-weight: 500;
    color: #e1e1e1;
    line-height: 1;
}

.main-statistic-item-title {
    margin-top: 30px;
    font-family: inherit;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.main-faq {
    padding-bottom: 211px;
}

.main-faq-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-faq-content {
    width: calc(75% - 60px);
}

.main-faq-img {
    width: calc(25% - 20px);
}

.main-faq-item-title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.main-faq-item-title:before {
    content: '';
    width: 12px;
    height: 18px;
    display: block;
    background: url(../img/faq-arrow-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    transition: all 0.5s;
}

.main-faq-item-title.active:before {
    background-image: url(../img/faq-arrow-open-icon.svg);
}

.main-faq-item-text {
    display: none;
    padding: 27px 0;
    border-bottom: 1px solid #ebebeb;
}

/*---------------*/
.main-cities {
    padding-bottom: 211px;
}

.main-cities-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-cities-content {
    width: calc(65% - 60px);
}

.main-cities-img {
    width: calc(35% - 20px);
}

.main-cities-item {
    display: block;
}

.main-cities-item-title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}


.main-cities-item:last-child .main-cities-item-title {
    border-bottom: none;
}

.main-cities-item-text {
    display: none;
    padding: 27px 0;
    border-bottom: 1px solid #ebebeb;
}
/*-------------*/

.main-progress {
    margin-bottom: 165px;
}

.main-progress-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-progress-wrap>div {
    width: calc(50% - 40px);
}

.main-progress-img {
    background: url(../img/main-progress-img.jpg) no-repeat center;
    background-size: cover;
    height: auto;
}

.main-progress-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-progress-item {
    text-align: center;
    padding: 0 5px 70px;
    width: 50%;
}

.main-progress-item-value-wrap {
    width: 223px;
    margin: auto;
    position: relative;
}

.main-progress-item-value {
    font-family: dm sans, Sans-serif;
    font-size: 62px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.main-progress-item-value-line .progress-line {
    stroke-dasharray: 308.511, 308.511;
    stroke-dashoffset: 308.511;
}

.main-about-title span {
    color: #961414;
}
.main-progress-item-title {
    font-family: dm sans, Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

.main-progress-item-title span {
    color: #2c61b9;
}

.main-progress-item-text {
    margin: 0.5em 0 0 0;
}

.main-gallery {
    margin-bottom: 165px;
}

.main-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.main-gallery-wrap>div {
    width: 50%;
}

.main-gallery-content-wrap {
    display: flex;
    align-items: center;
}

.main-gallery-content {
    padding: 11% 12% 11% 13%;
}

.main-gallery-text {
    font-family: inherit;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 20px 0 24px;
}
.main-gallery-text p {
    margin-bottom:  15px;
}
.main-gallery-text span {
    text-decoration: underline;
}

.page-apartments-cities-list-item {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    margin-right: 20px;
}

.page-apartments-cities-list-item:last-child {
    margin-right: 0;
}

/*.page-apartments-cities-list-item:nth-child(1n) {background-color: #34B989;}
.page-apartments-cities-list-item:nth-child(2n) {background-color: #34A8DA;}
.page-apartments-cities-list-item:nth-child(3n) {background-color: #F04747;}
.page-apartments-cities-list-item:nth-child(4n) {background-color: #D97518;}
.page-apartments-cities-list-item:nth-child(5n) {background-color: #747474;}*/

.main-more-btn {
    font-size: 17px;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.main-more-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-more-btn:hover:after {
    width: 0;
}

.main-tabs-section {
        padding-bottom: 182px;
}

.main-tabs-img-slider-item img {
    margin: auto;
}

.main-tabs-section-subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 20px;
    text-align: center;
}

.main-tabs-section-title {
    text-align: center;
    margin-bottom: 61px;
}

.main-tabs-list .main-btn {
    margin-top: 20px;
}

.main-tabs-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-tabs-img {
    width: 40%;
}

.main-tabs {
    width: calc(60% - 100px);
}

.main-tabs-labels {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}


.main-tabs-labels  .slick-track {
    display: flex;
}
.main-tabs-label {
    font-family: dm sans, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    height: auto;
    line-height: 41px;
    padding: 0 0 6px;
    color: #c4c4c4;
    position: relative;
    margin-right: 35px;
    cursor: pointer;
    transition: color 0.5s;
}
.main-tabs-label:last-child {
    margin-right: 0;
}
.main-tabs-label.active,
.main-tabs-label:hover {
    color: #1e1e1e;
}

.slick-track .main-tabs-label.active {
    color: #c4c4c4;
}

.slick-track .main-tabs-label.slick-current {
    color: #1e1e1e;
}

.main-tabs-label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1;
    height: 3px;
    bottom: -2px;
    background-color: #1e1e1e;
    transition: all 0.5s;
}

.main-tabs-label.active:after,
.main-tabs-label:hover:after {
    width: 100%;
}

.slick-track .main-tabs-label.active:after {
    width: 0;
}

.slick-track .main-tabs-label.slick-current:after {
    width: 100%;
}

.main-tabs-content {
    padding: 35px 0 20px;
    display: none;
    font-size: 16px;
}

.main-tabs-content p {
    margin-bottom: 15px;
}

.main-tabs-content.active {
    display: block;
}

.footer {
    padding: 60px 70px 60px;
    border-top: 0 solid #e1e1e1;
    background-color: #f8f8f8;
    margin-top: 182px;
}
.footer-phone {
    text-align: center;
}
.footer-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 5px auto;
}
.footer-phone a:before {
    content: '';
    background: url(../img/phone.svg) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-right: 7px;
}
.footer-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-mnu {
    display: flex;
    flex-wrap: wrap;
}
.footer-mnu-item {
    width: 50%;
}
.footer-phone a:hover {
        color: #2c61b9;
}
.footer-col {
   /*  max-width: 390px;
   width: 25%; */
}

.footer-email a{
   display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 5px auto;
}
.footer-email a:hover {
        color: #2c61b9;
}
.footer-email a:before {
       content: '';
    background: url(../img/email.svg) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-right: 7px;
}
.footer-col:last-child{
    margin-bottom: 0;
}
.footer-col-title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-mnu-item {
    list-style: none;
    margin-top: 13px;
}
.footer-mnu-item:nth-child(1),.footer-mnu-item:nth-child(2) {
    margin-top: 0;
}

.footer-mnu-item-link {
    color: #1e1e1e;
    font-weight: 400;
}

.footer-logo {
    display: block;
    font-weight: 600;
    font-size: 33px;
    min-width: fit-content;
}

.footer-time-work {
    margin-top: 21px;
}

.footer-time-work-title {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-menu-toggle {
    display: none;
}
.page-title-inner {
    padding: 20px 0;
}
.page-title-wrap {
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/p-title-img-new2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
        background-color: #F8F8F8;
}

.p-subtitle {
    font-size: 23px;
    line-height: 1.43478em;
    font-weight: 400;
    margin: 20px 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.apartments-list-wrap {
    padding: 140px 0 100px;
}

.apartments-list-wrap + .footer {
    margin-top: 0;
}

.apartments-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    overflow: hidden;
}

.apartments-list-item {
    width: calc(33.3333333% - 30px);
    margin: 50px 15px 0;
}

.apartments-list-item:nth-child(-n + 3) {
    margin-top: 0;
}

.about-video {
    display: block;
    border: none;
    width: 100%;
    height: 630px;
}

.about-video-wrap .advantages-title {
    margin-bottom: 30px;
}

.about-video-wrap {
    margin-bottom: 60px;
    margin-top: 30px;
}

.apartments-list-item-category {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    color: #c4c4c4;
    margin-top: 22px;
    margin-bottom: 6px;
}
.apartments-list-item-name {
    font-family: inherit;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: block;
}
.apartments-list-item-name + .main-btn {
    margin-top: 15px;
}
.apartments-list-item-img {
    overflow: hidden;
}

.apartments-list-item-img img {
    display: block;
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33,.02,0,.93);
    will-change: transform;
}

.apartments-list-item:hover .apartments-list-item-img img {
    transform: scale(1.2) translateX(12px);
}

.page-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 47px;
}

.page-pagination {
    display: flex;
    align-items: center;
}

.page-nav-arrow {
    display: block;
}

.page-nav-arrow.prev {
    margin-right: 16px;
}

.page-nav-arrow.next {
    margin-left: 16px;
}

.page-pagination-num {
    padding: 0 3px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 11px;
    list-style: none;
    opacity: 0.4;
    transition: opacity 0.5s;
}

.page-pagination-num.active, .page-pagination-num:hover {
    opacity: 1;
}

.apartment-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 163px 0 48px 0;
}

.apartment-detail-info {
    width: 410px;
}

.apartment-detail-gallery {
    width: calc(100% - 478px);
}

.apartment-detail-name {
    margin-bottom: 6px;
    line-height: 1;
}

.apartment-info-list {
    /*margin-top: 36px;*/
}

.apartment-info-list-item {
    margin-bottom: 25px;
}

.apartment-info-list-item:last-child {
    margin-bottom: 0;
}

.apartment-info-list-item-label {
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    font-family: "DM Sans",sans-serif;
    color: #1e1e1e;
    margin: 0 0 11px;
}

.apartment-info-list-item-value {
    font-size: 15px;
    color: #a8a7a7;
}

.apartment-slider-arrow {
    position: absolute;
    width: 58px;
    height: 58px;
    display: block;
    background: #fff;
    top: calc(50% - 29px);
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 3px 0px 5px 0px rgb(50 50 50 / 8%);
}

.main-tabs-labels-scroll .apartment-slider-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    box-shadow: none;
    left: -31px;
}

.main-tabs-labels-scroll .apartment-slider-arrow.slick-disabled {
    opacity: 0;
}

.apartment-slider-arrow img {
    transition: all 0.5s;
}
.apartment-slider-arrow.prev:hover img {
    margin-left: -5px;
}
.apartment-slider-arrow.next:hover img {
    margin-right: -5px;
}

.apartment-slider-arrow.next {
    left: auto;
    right: 0;
      box-shadow: -3px 0px 5px 0px rgb(50 50 50 / 8%);
}

.main-tabs-labels-scroll .apartment-slider-arrow.next {
    box-shadow: none;
    right: -31px;
}
.popup {
    display: none;
}

.card-desc-list {
    margin-bottom: 25px; }
.card-desc-list-item {
    display: block;
    padding-left: 10px;
    margin-bottom: 7px;
    position: relative; }
.card-desc-list-item:last-child {
    margin-bottom: 0; }
.card-desc-list-item:before {
    content: '-';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0; }

.contacts-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.contacts-wrap > div {
    width: calc(50% - 20px);
}

.contacts-subtitle {
    font-size: 23px;
    line-height: 1.43478em;
    font-weight: 400;
    margin: 20px 0;
}

.contacts-section {
    padding-top: 169px;
}

.contacts-map {
    border: none;
    display: block;
    width: 100%;
    height: 480px;
}

.callback-form-control {
    margin-bottom: 22px;
}
.callback-form-control:last-child {
    margin-bottom: 0;
}
.callback-form-input {
    padding: 13px 20px 13px 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: inherit;
    color: #a8a7a7;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    width: 100%;
}
.callback-form-title {
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    margin-bottom: 7px;
}

.contacts-line-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 205px;
}

.contacts-line-col {
    text-align: center;
    width: calc(25% - 10px);
}
.contacts-line-col-title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
}

.contacts-line-col-value {
    margin-top: 5px;
}


.lang-select-list {
      position: absolute;
    top: 100%;
    padding-top: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.5s;

}
.lang-select li {
    list-style: none;
     margin-bottom: 10px;
    box-shadow: 1px 1px 5px 0px rgb(166 166 166 / 75%);
}
.lang-select-wrap {
    position: relative;
}
.lang-select-wrap:hover .lang-select-list{
   opacity: 1;
   visibility: visible;
   z-index: 5;
}
.header-lang-current img {
    display: block;
    width: 20px;
         box-shadow: 1px 1px 5px 0px rgb(166 166 166 / 75%);
}

.lang-select img {
    width: 20px;
    display: block;
}
.lang-select a {
    display: block;
}
.apartment-detail-text p {
    margin-bottom: 15px;
}


/* Author section */
.author{
  padding-bottom: 35px;
}

.author-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.author-info{
  width: calc(100% - 605px);
}

.author-title{
  margin-bottom: 60px;
}

.author {
    padding-top: 100px;
}


.author-desc{
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
}

.author-text{
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.author-contacts{
  width: 575px;
  position: relative;
}
.author-text p {
  margin-bottom: 15px;
}
.author-social{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 30px 30px 40px;
  text-align: center;
  background: rgba(43, 43, 43, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.author-social-title{
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.author-social-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.author-social-list-item{
  margin-right: 15px;
}

.author-social-list-item:last-child{
  margin-right: 0;
}

.author-social-list-item-link{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #3A3A3A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.author-social-list-item-link:hover{
  background-color: #43A5FF;
  border-color: #43A5FF;
}
.card-desc-text {
    margin-bottom: 15px;
}

.advantages {
    padding-top: 40px;
    padding-bottom: 100px; }
.advantages-title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px; }
.advantages-item {
    width: 310px;
    padding: 45px 40px 35px;
    text-align: center; }
.advantages-item-1 {
    background-color: #00C270; }
.advantages-item-2 {
    background-color: #0098F5; }
.advantages-item-3 {
    background-color: #FF2525; }
.advantages-item-4 {
    background-color: #00C6B8; }
.advantages-item-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px; }
.advantages-item-desc {
    line-height: 1.4;
    color: #fff; }
.advantages-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.modal-form-wrap {
    padding: 20px 25px;
}

.modal-form-wrap .callback-form-btn {
    width: 100%;
}
.apartment-detail-actions {
    margin-bottom: 20px;
}
.apartment-detail-actions a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    max-width: 300px;
}
.main-btn.yellow{
    background-color: #ffcd9a;
}
.main-progress-item-img-wrap img {
    height: 64px;
}
.header-lang-current {
    min-width: 20px;
}
@media screen and (max-width: 1441px) {
    .c-container {
        width: 1100px;
    }
}

@media screen and (max-width: 1366px) {
    .s-title {
        font-size: 60px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1200px) {
    .advantages-item-wrapper {
        flex-wrap: wrap;
    }
     .advantages-item {
        width: 49%;
        margin-bottom: 20px;
    }
    .author-wrapper {
        flex-wrap: wrap;
    }
    .author-title {
        margin-bottom: 60px;
    }
    .author-info {
        width: 100%;
    }
    .author-contacts {
        margin: auto;
        margin-top: 45px;
    }
    .c-container {
        width: 960px;
    }

    .s-title-alt {
        font-size: 40px;
        line-height: 50px;
    }

    .main-tabs {
        width: calc(60% - 80px);
    }
}

@media screen and (max-width: 1024px) {
    .main-statistic-item {
        width: calc(50% - 15px);
    }
    .main-statistic-img img {
        max-width: 100%;
    }
    .main-statistic-item:nth-child(2n) {
        margin-right: 0;
    }
    .apartment-detail-actions{
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contacts-line-col {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .header-wrap {
        padding: 0 30px;
        height: 70px;
    }
    .mnu-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        background: #fff;
        display: block;
        width: 100%;
        padding: 22px 30px;
    }
    .mnu {
        flex-wrap: wrap;
    }
    .mnu-item {
        padding: 0;
        margin: 17px 0;
        width: 100%;
    }
    .header-menu-toggle {
        display: block;
    }
    .s-title {
        font-size: 50px;
        line-height: 55px
    }

    .main-about-wrap {
        flex-wrap: wrap;
    }

    .main-about-wrap>div {
        width: 100%;
    }

    .main-about-content {
        margin-top: 50px;
        padding: 0% 7%;
    }

    .mnu-wrap {
        display: none;
    }

    .c-container {
        width: 768px;
    }

    .main-statistic-wrap {
        flex-wrap: wrap;
    }

    .main-statistic-wrap>div {
        width: 100%;
    }

    .main-statistic-img {
        padding: 0;
    }

    .main-faq-wrap {
        flex-wrap: wrap;
    }

    .main-faq-wrap>div {
        width: 100%;
    }

    .main-faq-img {
        padding-bottom: 50px;
    }

    .main-cities-wrap {
        flex-wrap: wrap;
    }

    .main-cities-wrap>div {
        width: 100%;
    }

    .main-cities-img {
        padding-bottom: 50px;
    }

    .main-progress-wrap>div {
        width: 100%;
    }

    .main-progress-img {
        height: 100vw;
    }

    .main-gallery-wrap {
        flex-wrap: wrap;
    }

    .main-gallery-wrap>div {
        width: 100%;
    }
    .main-tabs-wrap > div {
        width: 100%;
    }
    .main-tabs {
        margin-top: 50px;
    }
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-top {
        flex-wrap: wrap;
    }
  
    .apartment-detail-gallery {
        width: 100%;
    }
    .apartment-detail-info {
        width: 100%;
        margin-top: 70px;
    }
}


@media screen and (max-width: 991px) {
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-top > div {
        width: 100%;
        text-align: center;
    }
    .about-video {
        height: 500px;
    }
    .footer-mnu-item {
        width: 100%;
        margin-top: 10px !important;
    }
    .footer-mnu {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .main-gallery-slider-item img {
        margin: auto;
    }
}

@media screen and (max-width: 800px) {
    .c-container {
        width: 86%;
    }
    .contacts-wrap > div  {
        width: 100%;
    }
    .contacts-right {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .header-logo {
        margin-right: 20px;
    }
    .about-video {
        height: 450px;
    }

  .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .apartment-detail-actions {
        justify-content: center;
    }
 .advantages-item {
    width: 100%;
}
    .contacts-line-col {
        width: 100%;
    }
    .s-title {
        font-size: 40px;
        line-height: 45px;
    }

    .main-statistic-item {
        width: 100%;
        margin-right: 0;
    }

    .main-progress-item {
        width: 100%;
    }

    .main-gallery-content {
        padding: 40px 20px 40px 20px;
    }

    .apartments-list-item {
        width: calc(50% - 30px);
        margin-top: 30px;
    }

    .apartments-list-item:nth-child(-n + 3) {
        margin-top: 30px;
    }
    .apartments-list-item:nth-child(-n + 2) {
        margin-top: 0;
    }

}

@media screen and (max-width: 680px) {
    .s-title-alt {
        font-size: 28px;
        line-height: 36px;
    }
    .header-logo {
            font-size: 28px;
    }
    .s-title {
        font-size: 35px;
        line-height: 40px;
    }
    .main-tabs-labels {
        flex-wrap: wrap;
    }
    .main-tabs-label:not(.set-image) {
        width: 100%;
        margin-right: 0;
    }
    .footer-col {
        width: 100%;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .apartments-list-item {
        width: 100%;
    }
    
    .apartments-list-item:nth-child(-n + 2) {
        margin-top: 30px;
    }
    .apartments-list-item:first-child {
        margin-top: 0;
    }
    .author-social-title {
        font-size: 18px;
    }
    .author-social {
        padding: 20px;
    }
}