@charset "utf-8";

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/assets/templates/fonts/Montserrat-Regular.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Regular.otf') format('otf'),
    url('/assets/templates/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/assets/templates/fonts/Montserrat-SemiBold.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-SemiBold.otf') format('otf'),
    url('/assets/templates/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/assets/templates/fonts/Montserrat-Medium.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Medium.otf') format('otf'),
    url('/assets/templates/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/assets/templates/fonts/Montserrat-Bold.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Bold.otf') format('otf'),
    url('/assets/templates/fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/assets/templates/fonts/Montserrat-Black.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Black.otf') format('otf'),
    url('/assets/templates/fonts/Montserrat-Black.ttf') format('truetype');
}

body {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000000;
    line-height: 2.2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul,
nav {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: .4s;
    color: #D4584D;
}

a:hover {
    color: #000;
}

:focus,
button {
    outline: 0;
    border: none;
}

input {
    -webkit-appearance: none;
}

b, strong {
    font-family: 'Montserrat-SemiBold';
}

.container {
    display: block;
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

.top-header {
    display: flex;
    align-items: center;
    padding: 23px 0 34px;
}

.logo a img {
    display: block;
    max-width: 103px;
}

.main_menu {
    display: flex;
    gap: 20px;
    font-family: 'Montserrat-SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 35px;
}

.main_menu a {
    color: #000;
}

.main_menu a:hover {
    color: #D4584D;
    cursor: pointer;
}

header .tel {
    margin-left: auto;
    margin-right: 20px;
}

.tel a {
    font-family: 'Montserrat-Medium';
    font-size: 25px;
    color: #000;
    pointer-events: none;
}

.social .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid #D4584D;
}

.social .social-link svg {
    max-width: 90%;
}

.social .social-link svg path {
    transition: .4s;
}

.social .social-link:hover {
    background: #D4584D;
}

.social .social-link:hover svg path {
    fill: #fff;
}

.social {
    display: flex;
    gap: 4px;
}

.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 45px;
}

.main-banner h1 {
    font-family: 'Montserrat-Black';
    color: #fff;
    text-transform: uppercase;
    font-size: 87px;
    line-height: 1.2;
    padding: 205px 0;
    text-align: right;
    margin-bottom: 0;
}

.var {
    width: 220px;
    height: 250px;
    background: #D4584D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 33px 45px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
}

.var p {
    font-family: 'Montserrat-Black';
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px;
}

.top-icon {
    display: flex;
    align-items: self-end;
    margin-top: -128px;
    position: relative;
}

.icons {
    display: flex;
    margin-left: 55px;
    justify-content: space-between;
    flex: 1;
}

.icons .txt {
    text-align: left;
}

.icons > div {
    display: flex;
    align-items: center;
    gap: 22px;
    line-height: 1.1;
}

.icons > div .icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons > div .icon img {
    max-width: 95%;
    max-height: 95%;
}

.about {
    margin-top: 95px;
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.txt {
    text-align: justify;
}

.about img {
    width: 608px;
    border-radius: 20px;
    display: block;
}

footer {
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-top: 85px;
    padding: 80px 0 45px;
}

.main {
    margin-bottom: auto;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

footer .tel a, .mail a {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

footer .social .social-link {
    border: 1px solid #fff;
}

footer .social .social-link svg path {
    fill: #fff;
}

footer .social .social-link:hover {
    background: #D4584D;
    border: 1px solid #D4584D;
}

footer .main_menu a {
    font-family: 'Montserrat-Regular';
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

.footer-menu-flex {
    display: flex;
    gap: 60px;
    margin-left: auto;
}

footer .social {
    margin-top: 40px;
}

.footer-flex {
    display: flex;
    gap: 78px;
    margin-bottom: 90px;
}

footer .main_menu {
    display: block;
    margin: 0;
}

.mail a {
    border-bottom: 1px solid #fff;
}

.mail a:hover {
    border-bottom: 1px solid transparent;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #D4584D;
}

h2 {
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 50px;
}

.arch {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.flex-news {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
}

.flex-news > div {
    width: 30%;
}

.flex-news > div .img {
    width: 100%;
    margin-bottom: 20px;
}

.flex-news > div .img img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.flex-news > div a {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.arch > img {
    width: 591px;
    border-radius: 20px;
    display: block;
}

.btn {
    width: 251px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #D4584D;
    color: #D4584D;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    transition: .4s;
    cursor: pointer;
}

.btn:hover {
    background: #D4584D;
    color: #fff;
}

.arch .btn {
    margin-top: 75px;
    width: 269px;
}

.photos {
    display: flex;
    flex-wrap: wrap;
    gap: 3.33%;
    margin-top: 115px;
}

.photos > a {
    display: block;
    width: 22.5%;
    height: 210px;
}

.photos > a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.entrance .flex {
    display: flex;
    gap: 40px;
}

.entrance .flex .img {
    width: 515px;
    flex-shrink: 0;
}

.entrance .flex .img img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.entrance-slider {
    width: 765px;
}

.entrance-slider .slick-slide .slid {
    width: 265px;
    margin: 0 20px;
}

.entrance-slider .slick-slide:nth-child(even) .slid {
    width: 435px;
}

.entrance-slider .slick-slide .slid p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 30px;
}

.entrance {
    margin-top: 90px;
}

.entrance-slider {
    cursor: none;
}

.infrastructure {
    margin-top: 80px;
}

.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.flex-title h2 {
    margin: 0;
    width: 50%;
}

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

.infrastructure-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.infrastructure-image {
    position: relative;
}

.infrastructure-list li {
    position: absolute;
}

.infrastructure-list li span {
    width: 16px;
    height: 16px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    display: block;
}

.infrastructure-list li span:hover {
    cursor: pointer;
}

.infrastructure-list li span:hover + p {
    opacity: 1;
}

.infrastructure-list li span::before {
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.penthouse .flex {
    display: flex;
    gap: 105px;
    margin-top: 90px;

}

.title-image .img {
    display: flex;
    gap: 27px;
}

.flex-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 95px;
    margin-top: 80px;
}

.flex-with-icon > img {
    width: 398px;
}

.icons-p {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 8%;
}

.icons-p > div {
    width: 46%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.penthouse-slider {
    margin-top: 80px;
    cursor: none;
}

.penthouse-slider a {
    cursor: none;
}

.penthouse-slider .slid {
    width: 403px;
    height: 306px;
    margin-right: 44px;
}

.slid img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.penthouse-slider .slid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.icons-p > div .img {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    margin-top: 8px;
}

.icons-p > div .img img {
    max-width: 96%;
    max-height: 96%;
    display: block;
}

.penthouse .txt .btn {
    margin-top: 55px;
}

.title-image .img img {
    width: 247px;
    height: 187px;
    display: block;
    border-radius: 20px;
}

.penthouse h2 {
    margin-bottom: 60px;
}

.infrastructure-list li p {
    position: absolute;
    max-width: 280px;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 9px 16px;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    width: max-content;
    z-index: 9999;
    top: -9px;
    left: calc(100% + 15px);
}

.infrastructure-list li:nth-child(1) {
    top: 28%;
    left: 40%;
}

.infrastructure-list li:nth-child(2) {
    top: 43%;
    left: 22%;
}

.infrastructure-list li:nth-child(3) {
    top: 46%;
    left: 32%;
}

.infrastructure-list li:nth-child(4) {
    top: 59%;
    left: 39%;
}

.infrastructure-list li:nth-child(5) {
    top: 74%;
    left: 33%;
}

.push-follow-btn, .push-follow-black-btn {
    position: absolute;
    text-transform: uppercase;
    pointer-events: none;
    width: 106px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    background: url(/assets/templates/img/group44.svg);
    padding: 10px;
    transition: width 0.64s, height 0.64s, border-radius 0.64s, background 0.64s;
    box-sizing: border-box;
    z-index: 99999999999999;
}

.list-adsolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.list-adsolute li {
    position: absolute;
}

.tech-house .list-adsolute li:nth-child(1) {
    top: 9%;
    left: 62%;
}

.tech-house .list-adsolute li:nth-child(2) {
    top: 26%;
    left: 95%;
}

.tech-house .list-adsolute li:nth-child(3) {
    top: 34%;
    left: 22%;
}

.tech-house .list-adsolute li:nth-child(4) {
    top: 33%;
    left: 44%;
}

.tech-house .list-adsolute li:nth-child(5) {
    top: 33%;
    left: 71%;
}

.tech-house .list-adsolute li:nth-child(6) {
    top: 58%;
    left: 41%;
}

.tech-house .list-adsolute li:nth-child(7) {
    top: 58%;
    left: 64%;
}

.tech-house .list-adsolute li:nth-child(8) {
    top: 54%;
    left: 77%;
}

.tech-house .list-adsolute li:nth-child(9) {
    top: 73%;
    left: 36%;
}

.tech-house .list-adsolute li:nth-child(10) {
    top: 65%;
    left: 69%;
}

.tech-house .list-adsolute li:nth-child(11) {
    top: 84%;
    left: 26%;
}

.tech-flat .list-adsolute li:nth-child(1) {
    top: 1%;
    left: 51%;
}

.tech-flat .list-adsolute li:nth-child(2) {
    top: 32%;
    left: 40%;
}

.tech-flat .list-adsolute li:nth-child(3) {
    top: 53%;
    left: 22%;
}

.tech-flat .list-adsolute li:nth-child(4) {
    top: 51%;
    left: 42%;
}

.tech-flat .list-adsolute li:nth-child(5) {
    top: 55%;
    left: 53%;
}

.tech-flat .list-adsolute li:nth-child(6) {
    top: 46%;
    left: 73%;
}

.tech-flat .list-adsolute li:nth-child(7) {
    top: 72%;
    left: 33%;
}

.tech-flat .list-adsolute li:nth-child(8) {
    top: 68%;
    left: 48%;
}

.tech-flat .list-adsolute li:nth-child(9) {
    top: 74%;
    left: 59%;
}

.tech-flat .list-adsolute li:nth-child(10) {
    top: 67%;
    left: 64%;
}

.list-adsolute li span {
    width: 16px;
    height: 16px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    display: block;
}

.list-adsolute li span::before {
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.tech-flat .list-adsolute li span {
    background: #D4584D;
}

.tech-flat .list-adsolute li span::before {
    border: 1px solid #D4584D;
}

.list-adsolute li p {
    position: absolute;
    max-width: 280px;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 9px 16px;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    width: max-content;
    z-index: 9999;
    top: -9px;
    right: calc(100% + 15px);
}

.tech-flat .list-adsolute li p {
    background: #D4584D;
    color: #fff;
}

.accordion {
    margin-top: 90px;
}

.accordion-content {
    position: relative;
    margin: 30px 0;
    display: none;
}

.accordion-block {
    padding: 31px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: -1px;
}

.accordion-title {
    font-family: 'Montserrat-Medium';
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.B_crumbBox {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

.B_crumbBox a {
    color: #000;
}

.other-page {
    margin-top: 30px;
}

.accordion-title::before {
    content: '';
    width: 35px;
    height: 1px;
    background: #D4584D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.accordion-title::after {
    content: '';
    width: 35px;
    height: 1px;
    background: #D4584D;
    transition: .4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 0;
}

.accordion-title.opened::after {
    transform: translateY(-50%) rotate(180deg);
}

.list-adsolute li span:hover + p {
    opacity: 1;
}

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

.tech-flat.accordion-content img {
    width: 781px;
    margin: 0 auto;
}

.accordion-content.tech-penthouse .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 3.3%;
}

.accordion-content.tech-penthouse .flex > div {
    width: 22.5%;
    line-height: 1.5;
}

.accordion-content.tech-penthouse .flex > div img {
    width: 100%;
    height: 223px;
    display: block;
    margin-bottom: 33px;
    border-radius: 20px;
    object-fit: cover;
}

.form-delorad {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-delorad > img {
    max-width: 190px;
    display: block;
    border-radius: 20px;
}

.form-delorad .form-class-delorad {
    margin: 0 95px 0 60px;
    width: 343px;
    flex-shrink: 0;
}

.img-title img {
    max-width: 100%;
    border-radius: 20px;
    display: block;
}

.form__form-block.form-block {
    position: relative;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}

.form__form-block.form-block-submit {
    margin-top: 55px;
}

.form__form-block.form-block input, .form__form-block.form-block select {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form__form-block.form-block.select::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: url(/assets/templates/img/arr.svg);
}

.form-delorad {
    margin-top: 85px;
}

.form__form-block.form-block label.active {
    font-size: 11px;
    top: -11px;
}

.form__form-block.form-block label.error {
    font-size: 11px;
    top: -15px;
    color: #D4584D;
}

.form__form-select {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #000000;
    gap: 15px;
    margin-top: 23px;
    line-height: 1.2;
}

.form__form-select input[type="checkbox"] {
    outline: 1px solid #000;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    outline-offset: 0 !important;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
}

input[type="checkbox"]:checked {
    background: #000000;
}

.form__form-select a {
    color: #000000;
    transition: .4s;
}

.form__form-select::before {
    content: 'Обязательное поле';
    font-size: 10px;
    display: block;
    color: #D4584D;
    position: absolute;
    bottom: -18px;
    left: 33px;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form__form-select.active::before {
    opacity: 1;
}

.form__form-block.form-block-submit input[type="submit"] {
    background-color: #fff;
}

.form__form-block.form-block-submit input[type="submit"]:hover {
    cursor: pointer;
    background: #D4584D;
    color: #fff;
}

.form__form-block.form-block label {
    position: absolute;
    transition: .4s;
    font-size: 15px;
    color: #000;
    left: 0;
    top: 11px;
    font-weight: normal;
    pointer-events: none;
}

#map {
    width: 100%;
    height: 557px;
    margin-bottom: 55px;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.map {
    margin-top: 80px;
}

.markers-block {
    display: flex;
    gap: 50px;
}

.photoslider {
    margin-bottom: 50px;
}

.photoslider img {
    width: 400px;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 50px;
}

.markers-block .txt {
    width: 665px;
    flex-shrink: 0;
}

.marker {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 0 23px;
}

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

.marker-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.markers-all {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
}

.project {
    margin-top: 110px;
}

.project h2 {
    width: 60%;
}

.project .flex {
    display: flex;
    align-items: flex-end;
    margin-top: -162px;
}

.project .flex img {
    width: 499px;
    display: block;
    border-radius: 20px;
}

.mob-menu-button {
    display: none;
}

.project .flex img:nth-child(2) {
    width: 260px;
    margin-right: 95px;
    margin-left: auto;
}

.call-form {
    margin-top: 90px;
}

.call-form h2 {
    width: 40%;
}

.call-form .flex {
    display: flex;
    align-items: flex-end;
    gap: 90px;
    margin-top: -115px;
}

.call-form .flex > img {
    width: 470px;
    display: block;
    border-radius: 20px;
    flex-shrink: 0;
}

.call-form .form-container {
    flex: 1;
}

.call-form .form-container form {
    display: flex;
    flex-wrap: wrap;
    gap: 37px 8%;
    margin-bottom: 70px;
}

.call-form .form-container form > .form__form-block {
    width: 46%;
    margin: 0;
}

.call-form .form-container .imgs {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mobile-menu {
    display: none;
}

.call-form .form-container .imgs img {
    width: 274px;
    height: 165px;
    display: block;
    border-radius: 20px;
}

.sections-img,
.sections-img img {
    width: 100%;
    position: relative;
    vertical-align: bottom;
    z-index: 0;
}

.svg-map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.svg-map svg path {
    /*fill: rgb(255 255 255 / 0%);*/
    opacity: 0;
    fill: rgb(71 71 71 / 75%);
    stroke: rgb(212, 88, 77);
    transition: .4s;
    z-index: 99999;
}

.blink {
    animation: blink-animation 0.8s ease infinite alternate;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease;
}

.svg-map svg {
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.svg-map svg > * {
    cursor: pointer;
}

.svg-map svg > *:hover {
    opacity: 1;
}

.back {
    position: fixed;
    right: 0;
    top: 310px;
}

.back a {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4584D;
    color: #fff;
    font-family: 'Montserrat-Black';
    border: 2px solid #D4584D;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    box-sizing: border-box;
}

.back a:hover {
    background: #fff;
    color: #D4584D;
}

.svg-map.svg-section svg path {
    /*fill: rgb(255 255 255 / 0%);*/
    fill: rgb(71 71 71 / 75%);
    stroke: rgb(212, 88, 77);
    opacity: 0;
    /*stroke: transparent;*/
    transition: .4s;
}

.svg-map.svg-section svg > *:hover .color-background {
    /*fill: rgb(71 71 71 / 75%);*/
    /*stroke: rgb(212, 88, 77);*/
    opacity: 1;
}

.sections-img .rose {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 137px;
    height: 137px;
    bottom: 45px;
    right: 45px;
}

.section-page .sections-img .rose {
    top: initial;
    bottom: 85px;
    opacity: 0.5;
}

.svg-floors,
.nam_floors {
    pointer-events: none;
}

.svg-map.svg-section svg .nam_floors path {
    fill: #fff;
}

.mob-for-plans {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
    color: #fff;
    z-index: 999999;
    right: 0;
    top: 0;
    align-items: center;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    flex-direction: column;
}

@keyframes animate_grow {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(44deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.widthWind .mob-for-plans {
    display: flex;
}

.mob-for-plans img {
    width: 30%;
    animation: animate_grow 2s infinite;
    margin-bottom: 150px;
    margin-top: 50%;
}

.mob-for-plans p {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 25px;
    padding: 0 20px;
}

.info-about-floor,
.info-about-apartment,
.info-about-section {
    position: absolute;
    z-index: 9999;
    display: none;
}

.info-about-section > div {
    display: flex;
    align-items: center;
    line-height: 1.1;
    gap: 4px;
}

.info-about-section .name-of-section {
    background: #D4584D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat-Black';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 11px;
    box-sizing: border-box;
}

.info-about-section .flats-info > div, .name-of-section {
    white-space: nowrap;
}

.info-about-section .flats-info {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    font-size: 15px;
}

.all-appart-sec p {
    color: #B7B7B7;
}

.usual-plan-none {
    display: none;
}

.mob-ver .usual-plan-none {
    display: flex;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: #000;
}

.no-app {
    background: #D4584D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat-Black';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 11px;
    box-sizing: border-box;
}

.info-about-floor {
    text-align: center;
}

.info-about-floor > p {
    background: #D4584D;
    color: #fff;
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 10px;
    margin: 0 auto;
}

.info-about-floor .about-floor {
    line-height: 1.5;
    background: #fff;
    border-radius: 10px;
    padding: 16px 26px 15px;
    font-size: 13px;
    margin-top: -8px;
}

.floor-svg svg:not(.has-offices) > g:not(.svg-floors):hover {
    cursor: pointer;
}

.floor-svg svg.has-offices > g > g:not(.svg-floors):hover {
    cursor: pointer;
}

.color-background.sold {
    fill: #F4D4D1;
}

.color-background.free {
    fill: #F0F0F0;
}

.color-background.reserved {
    fill: #D8EEB1;
}

.color-background {
    fill: #F0F0F0;
    transition: .4s;
}

.floor-svg svg:not(.has-offices) > g:not(.svg-floors):hover .color-background {
    fill: #989D90;
}

.floor-svg svg.has-offices > g > g:not(.svg-floors):hover .color-background {
    fill: #989D90;
}

.flex-floor {
    display: flex;
}

.floor-svg {
    width: 52%;
    margin-right: 85px;
    margin-left: 65px;
    flex-shrink: 0;
}

.floors-users {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
}

.stink-floor-right {
    flex: 1;
}

.none_point {
    pointer-events: none;
}

.floors-users a {
    font-family: 'Montserrat-SemiBold';
    width: 54px;
    height: 54px;
    border-radius: 20px;
    border: 2px solid #D4584D;
    color: #D4584D;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-sizing: border-box;
    transition: .4s;
}

.floors-users a.active, .floors-users a:hover {
    background: #D4584D;
    color: #fff;
}

.info-about-apartment {
    top: 0px;
    left: 0px;
    display: none;
    background: #D4584D;
    padding: 15px 28px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 13px;
}

.info-about-apartment > p {
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 18px;
    position: relative;
}

.choose-apart {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}

.choose-apart-span {
    display: block;
    line-height: 1.6;
}

.color-info {
    display: flex;
    align-items: center;
    gap: 17px;
}

.color-info > div {
    display: flex;
    align-items: center;
}

.color-info > div p {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    background: #F0F0F0;
    margin-right: 9px;
}

.color-info > div.sold p {
    background: #F4D4D1;
}

.color-info > div.reserved p {
    background: #D8EEB1;
}

.choose-apart-container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
}

.floor-section-info, .name-apartment.zag {
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 55px;
}

.name-apartment.zag {
    margin-bottom: 2px;
}

.info-about-apartment > p::before {
    content: '';
    width: 94%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.local-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.local-breadcrumbs .B_crumbBox {
    margin-bottom: 0;
}

.local-breadcrumbs .loc {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
}

.local-breadcrumbs a {
    color: #000;
    font-size: 13px;
}

.apartment-flex {
    display: flex;
    gap: 25px;
    margin-bottom: 115px;
}

.right-about-floor .btn {
    width: 280px;
    margin-top: 50px;
}

.floor-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.floor-tab .active {
    font-family: 'Montserrat-Bold';
    cursor: auto;
}

.second-floor {
    display: none;
}

.floor-tab > div {
    cursor: pointer;
}

.flex-status {
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

.right-about-apartment-stik {
    width: 405px;
}

.apartment-flex .rose {
    margin-left: auto;
}

.flex-status .btn {
    width: 217px;
    margin-top: 35px;
}

.apartment-img {
    width: 630px;
}

.apartment-img img {
    max-width: 100%;
}

.bottom-apartment-info div {
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.2;
}

.bottom-apartment-info .price {
    color: #D4584D;
    font-family: 'Montserrat-Bold';
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 30px;
}

.right-about-apartment .status {
    margin-top: 35px;
}

.right-about-apartment .status p {
    display: inline-block;
    border-radius: 20px;
    padding: 12px 19px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    font-size: 14px;
}

.right-about-apartment .status p.reserved {
    background: #EEF5E1;
}

.right-about-apartment .status p.sold {
    background: #F4D4D1;
}

.specifications {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 5%;
    line-height: 1.1;
}

.specifications .characteristic {
    width: 30%;
}

.specifications .characteristic .img_icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.two-spec p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.specifications .characteristic .img_icon img {
    max-width: 100%;
    max-height: 100%;
}

.specifications .characteristic p {
    text-transform: lowercase;
    overflow-wrap: anywhere;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 9999;
    overflow: auto;
    transition: none;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    width: 895px;
    max-width: 90%;
    box-sizing: border-box;
    padding: 55px 65px 60px;
    min-height: 630px;
    border-radius: 20px;
}

.openModal .close {
    position: absolute;
    right: -36px;
    top: 0px;
    cursor: pointer;
    width: 21px;
    height: 20px;
    background: url(/assets/templates/img/close-w.svg) no-repeat center;
}

.why-modal-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.slick-dots {
    display: flex;
    width: 50%;
    margin: 50px auto 0;
    border-radius: 47px;
    background: #F0F0F0;
}

.slick-dots li {
    flex: 1;
    border-radius: 47px;
    height: 4px;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
    margin: 0;
}

.why-modal-title p {
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
}

.why-modal-icons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.why-modal-icons > img {
    max-width: 122px;
    display: block;
    border-radius: 20px;
}

.why-modal-title > img {
    max-width: 279px;
    border-radius: 20px;
    display: block;
}

.why-modal-icon {
    display: flex;
    flex-wrap: wrap;
    width: 576px;
    gap: 50px 5.3%;
}

.why-modal-icon .icons-option {
    width: 21%;
    line-height: 1.15;
}

.why-modal-icon .icons-option .img {
    width: 77px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.why-modal-icon .icons-option .img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1680px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1560px) {
    .container {
        width: 1180px;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .floor-svg {
        margin-right: 65px;
        margin-left: 45px;
    }

    .color-info {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .choose-apart-container-flex {
        margin-bottom: 35px;
    }

    .photoslider img {
        width: 375px;
        height: 220px;
        margin-right: 25px;
    }

    .floors-users a {
        width: 47px;
        height: 47px;
        border-radius: 15px;
        font-size: 18px;
    }

    .back {
        top: 255px;
    }

    .main_menu {
        font-size: 12px;
        margin-left: 50px;
        gap: 11px;
    }

    .logo a img {
        max-width: 87px;
    }

    header .tel {
        margin-right: 17px;
    }

    .tel a {
        font-size: 23px;
    }

    .var p {
        font-size: 72px;
    }

    .icons > div .icon {
        flex-shrink: 0;
    }

    .main-banner h1 {
        font-size: 72px;
        padding: 185px 0;
    }

    .icons > div {
        width: 22%;
    }

    .var {
        width: 190px;
        height: 220px;
    }

    .icons {
        margin-left: 35px;
    }

    .about img {
        width: 528px;
    }

    .arch > img {
        width: 551px;
    }

    h2, h1, .floor-section-info {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .name-apartment.zag {
        font-size: 48px;
    }

    .entrance .flex .img {
        width: calc(100% - 785px);
    }

    .form-delorad {
        gap: 120px;
    }

    .entrance .flex {
        gap: 20px;
    }

    .call-form .flex > img {
        width: 420px;
    }

    #map {
        height: 477px;
    }

    .form-delorad > img {
        display: none;
    }

    .marker p {
        line-height: 1.2;
        padding-left: 10px;
    }

    .form-delorad .form-class-delorad {
        margin: 0;
        width: 433px;
    }

    .apartment-img {
        width: 600px;
    }

    .penthouse-slider .slid {
        width: 363px;
        height: 256px;
    }

    .arch .btn {
        margin-top: 45px;
    }
}

@media (max-width: 1480px) {
    .other-page.floor-page .title h1, .other-page.sections-page .title h1, .other-page.apartment-page .title h1 {
        margin: 0;
    }

    .other-page.apartment-page .title, .other-page.floor-page .title, .other-page.sections-page .title {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .back {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .why-modal-title p {
        font-size: 46px;
    }

    .flex-news > div {
        width: 32%;
    }

    .flex-news {
        gap: 50px 2%;
    }

    .back a {
        width: 140px;
        height: 50px;
    }
}

@media (max-width: 1240px) {
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media (max-width: 1180px) {
    header .main_menu, header .social {
        display: none;
    }

    .mob-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: url(/assets/templates/img/menu.svg) no-repeat center;
        background-size: cover;
    }

    header .tel {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        margin: 0;
        width: 40px;
        height: 40px;
        background: url(/assets/templates/img/tel.svg) no-repeat center;
        background-size: contain;
    }

    header .tel a {
        font-size: 0;
        pointer-events: all;
    }

    .top-header {
        justify-content: space-between;
        padding: 20px 0 20px;
    }

    .icons > div {
        width: 24%;
    }

    .choose-apart-container-flex {
        position: relative;
    }

    .choose-apart-container-flex .rose {
        position: absolute;
        z-index: -10;
        right: 10px;
        bottom: -80px;
    }

    .photoslider .slid {
        padding: 0 15px;
    }

    .photoslider img {
        width: 100%;
        height: 210px;
        margin-right: 0;
    }

    .about img {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow: scroll;
        min-height: 100%;
        z-index: 999;
    }

    .right-about-floor .btn {
        width: 100%;
        margin-top: 50px;
        line-height: 1.2;
        text-align: center;
    }

    .mobile-menu .logo a img {
        margin: 0 auto 50px;
    }

    .social .social-link {
        width: 41px;
        height: 41px;
    }

    .social .social-link svg {
        width: 90%;
        height: 40%;
    }

    .bottom-apartment-info div {
        font-size: 17px;
    }

    .mobile-menu > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: max-content;
        min-height: 100%;
        padding: 70px 30px 40px;
        box-sizing: border-box;
    }

    .mobile-menu .social {
        margin-top: auto;
        justify-content: center;
        gap: 10px;
    }

    .mobile-menu .main_menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 0 40px 0;
    }

    .mobile-menu .close {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 21px;
        height: 20px;
        background: url(/assets/templates/img/close.svg) no-repeat center;
    }

    .arch > img {
        width: 100%;
    }

    .entrance-slider {
        width: 100%;
    }

    .entrance .flex .img {
        display: none;
    }

    .photos {
        display: none;
    }

    h2, h1 {
        font-size: 39px;
    }

    .floor-section-info, .name-apartment.zag {
        font-size: 33px;
    }

    .arch {
        margin-top: 50px;
        align-items: center;
        gap: 50px;
        flex-direction: column;
    }

    .about {
        margin-top: 60px;
        gap: 0;
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-banner h1 {
        font-size: 62px;
        padding: 125px 0 155px 0;
        text-align: center;
    }

    .var {
        width: 370px;
        height: 150px;
        font-size: 14px;
        margin: 0 auto;
    }

    .var p {
        font-size: 48px;
    }

    .top-icon {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        margin-top: -78px;
    }

    .infrastructure {
        display: none;
    }

    .title-image .img img {
        width: 45%;
        height: auto;
    }

    .title-image .img {
        justify-content: space-between;
    }

    .penthouse .flex {
        margin-top: 50px;
        flex-direction: column;
        gap: 50px;
    }

    .flex-with-icon {
        gap: 50px;
        margin-top: 50px;
        flex-direction: column-reverse;
    }

    .penthouse h2 {
        margin-bottom: 50px;
    }

    .entrance-slider .slick-slide .slid {
        width: 435px;
        margin: 0 auto;
    }

    .entrance {
        margin-top: 50px;
    }

    .penthouse-slider .slid {
        width: 293px;
        height: 196px;
        margin: 0 auto;
    }

    #map {
        height: 310px;
    }

    .markers-block .txt {
        width: 100%;
    }

    .project .flex {
        justify-content: space-between;
        margin-top: -122px;
    }

    .penthouse-slider {
        margin-top: 60px;
    }

    .call-form .flex {
        gap: 0;
        margin-top: 0;
        flex-direction: column;
    }

    .map {
        margin-top: 50px;
    }

    .project .flex img {
        width: 429px;
    }

    .call-form .form-container {
        width: 100%;
    }

    .call-form .flex > img {
        display: none;
    }

    .project {
        margin-top: 60px;
    }

    .project .flex img:nth-child(2) {
        display: none;
    }

    .project h2 {
        width: 40%;
    }

    .project .flex img {
        width: 45%;
    }

    .markers-block {
        gap: 40px;
        flex-direction: column;
    }

    .markers-all {
        gap: 25px 1%;
    }

    .marker {
        width: 24%;
    }

    .form-delorad {
        gap: 0px;
        margin-top: 60px;
        flex-direction: column-reverse;
    }

    .img-title img {
        display: none;
    }

    .form-delorad .form-class-delorad {
        width: 100%;
    }

    .flex-with-icon > img {
        width: 50%;
    }

    .entrance-slider .slick-slide .slid img {
        height: 350px;
    }

    .footer-flex {
        margin-bottom: 50px;
    }

    .icons {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .call-form {
        margin-top: 50px;
    }

    .openModal .close {
        right: 0px;
        top: -30px;
    }

    .call-form {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .info-about-floor, .info-about-apartment, .info-about-section {
        position: fixed;
        bottom: 0 !important;
        left: 50% !important;
        transform: translate(-50%, 0);
        top: inherit !important;
        width: calc(100% - 60px);
        background: #d4584d;
        border-radius: 20px;
    }

    .info-about-floor .about-floor {
        border-radius: 0;
        background: #d4584d;
        font-size: 15px;
        color: #fff;
        display: none;

    }

    .info-about-section > div {
        justify-content: center;
        padding: 10px 0;
    }

    .info-about-section .flats-info {
        padding: 0 15px;
        background: #d4584d;
        font-size: 16px;
    }

    .free-appart-sec p {
        color: #fff;
    }

    .svg-map.svg-allsections::before {
        content: '';
        background: url(/assets/templates/img/beforehouse.svg);
        width: 167px;
        height: 74px;
        position: absolute;
        top: 30px;
        right: 30px;
        pointer-events: none;
    }

    .svg-map.svg-section::before {
        content: '';
        background: url(/assets/templates/img/beforefloor.svg);
        width: 245px;
        height: 93px;
        position: absolute;
        top: 30px;
        right: 30px;
        pointer-events: none;
    }

    .korpus-2 .svg-map.svg-section::before,
    .korpus-3-2-sekcziya .svg-map.svg-section::before {
        content: '';
        background: url(/assets/templates/img/beforefloor2.svg);
        width: 280px;
        height: 65px;
        right: 30px;
        left: 30px;
        right: inherit;
    }

    .about-apartment {
        margin-bottom: 20px;
    }

    .all-appart-sec p {
        color: rgb(255 255 255 / 70%);
    }

    .mob-ver .usual-plan-none {
        height: 70px;
        color: #000;
        border-radius: 0;
        margin: 0;
    }
}

@media (max-width: 960px) {
    .footer-menu-flex {
        display: none;
    }

    .icons > div {
        width: 46%;
    }

    .project h2 {
        width: 100%;
    }

    .icons {
        gap: 30px;
    }

    .entrance-slider .slick-slide .slid {
        width: 355px;
    }

    .entrance-slider .slick-slide .slid img {
        height: 290px;
        object-fit: cover;
    }

    .penthouse-slider .slid {
        width: 233px;
        height: 176px;
    }

    .why-modal-title p {
        font-size: 27px;
    }

    .flex-news > div {
        width: 45%;
    }

    .flex-news {
        gap: 50px 10%;
    }

    .why-modal-icons > img {
        display: none;
    }

    .why-modal-icon .icons-option {
        font-size: 14px;
    }

    .why-modal-icon .icons-option .img {
        width: 34px;
        height: 30px;
    }

    .why-modal-icon {
        width: 100%;
        gap: 20px 5.3%;
    }

    .openModal {
        padding: 30px 45px 30px;
        min-height: auto;
        max-height: 80%;
    }

    .why-modal-title > img {
        max-width: 245px;
        display: none;
    }

    .floor-section-info {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .name-apartment.zag {
        font-size: 28px;
    }
}

@media (max-width: 765px) {
    .entrance-slider .slick-slide .slid {
        width: 275px;
    }

    .entrance-slider .slick-slide .slid img {
        height: 200px;
    }

    .penthouse-slider .slid {
        width: 203px;
        height: 136px;
    }

    .call-form h2 {
        width: 100%;
    }

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

    .marker {
        width: 32%;
    }
}

@media (max-width: 480px) {

    .usual-none {
        display: block !important;
    }

    .mob-none {
        display: none !important;
    }

    html, body {
        width: 100%;
        min-width: 100%;
        position: relative;
        background-image: none;
    }

    .why-modal-title > img {
        display: none;
    }

    .main-banner h1 {
        font-size: 33px;
        padding: 105px 0 145px 0;
    }

    .var {
        width: 80%;
        height: 120px;
    }

    .var p {
        font-size: 38px;
    }

    .entrance-slider .slick-slide .slid p {
        text-align: center;
    }

    .txt {
        text-align: center;
    }

    h2, h1 {
        font-size: 27px;
        text-align: center;
    }

    .entrance-slider .slick-slide .slid {
        width: 100%;
    }

    .arch .btn {
        width: 100%;
    }

    .icons > div {
        width: 47%;
        flex-direction: column;
        text-align: center;
    }

    .flex-with-icon > img {
        width: 100%;
    }

    .title-image .img img {
        width: 100%;
    }

    .accordion {
        display: none;
    }

    .penthouse-slider {
        margin-top: 50px;
    }

    .icons-p > div {
        width: 100%;
        gap: 20px;
    }

    .penthouse-slider .slid {
        width: 100%;
        height: auto;
    }

    .btn {
        width: 100%;
    }

    .marker {
        width: 48%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    .project .flex img {
        width: 100%;
    }

    .call-form .form-container form > .form__form-block {
        width: 100%;
        margin: 0;
    }

    footer {
        margin-top: 65px;
        padding: 60px 0 45px;
    }

    .title-image .img img:last-child {
        display: none;
    }

    .markers-all {
        gap: 25px 4%;
    }

    .form__form-block.form-block-submit {
        margin-top: 45px;
    }

    footer .social {
        gap: 10px;
        justify-content: center;
    }

    .copyright {
        font-size: 13px;
        flex-direction: column;
    }

    .footer-flex {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .call-form .form-container .imgs img {
        width: 100%;
        height: auto;
    }

    .call-form .form-container .imgs img:last-child {
        display: none;
    }

    .B_crumbBox {
        justify-content: center;
    }

    .top-icon {
        gap: 50px;
    }

    .flex-news > div {
        width: 100%;
    }

    .flex-news {
        gap: 40px 0;
    }

    #map {
        height: 290px;
        margin-bottom: 45px;
    }

    .call-form .form-container form {
        gap: 25px 0;
        margin-bottom: 50px;
    }

    .call-form .form-container form > .form__form-block.form-block-submit {
        margin-top: 25px;
    }

    .icons .txt {
        text-align: center;
    }

    .icons {
        flex-wrap: wrap;
        gap: 30px 3%;
    }

}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
    .copyright {
        flex-direction: column;
    }
}