.navbar__telega svg {
    width: 43px;
    height: 23px;
    fill: #ffffff;
    padding-left: 15px;
}

.navbar__telega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 65px;
    background-color: #000;
}

@media (min-width: 1110px) {
    .hero {
        height: 550px;
        aspect-ratio: 1920/550;
        max-height: 100%;
    }
    .hero_sec {
        height: 500px;
    }
}
@media (min-width: 1380px) {
    .hero {
        height: 550px;
        aspect-ratio: 1920/550;
        max-height: 100%;
    }
    .hero_sec {
        height: 550px;
    }
}
@media screen and (min-width: 1620px) and (orientation: landscape) { 
    .hero {
        height: 700px;
        aspect-ratio: 1920/700;
        max-height: 100%;
    }
    .hero_sec {
        height: 900px;
        aspect-ratio: 1920/900;
        max-height: 100%;
    }
}
.img-wrapper img {
    height: 100%;
    width: 100%;
}
.horizontal-card__img-wrapper {
    height: auto;
    aspect-ratio: 2/1;
}

.schema__select {
    display: flex!important;
    width: 100%;
}
.hero__img-bcg {
    /*height: auto!important;*/
    height: -webkit-fill-available;
    height: -moz-available;
    height: -moz-fit-content;
}
/* .schema-bottom-btn._active {
    width: inherit!important;
} */

.schema__inner {
    position: relative!important;
    max-width: 80%!important;
    margin: 0 auto!important;
}

.schema-iframe-container {
    height: 780px;
    margin: 0 auto;
    max-width: 100%!important;
    padding: 0px!important;
}

.schema-bottom-btn, .js-floor *, .schema-btn__zoom {
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family,sans-serif)!important;
    font-size: 16px;
}

.schema-bottom-btn img {
    max-width: 20px;
    height: auto;
    width: 100%;
    margin-right: 6px;
    display: block;
}

.scroll-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
}

.parking__contact-form .info-error {
    font-size: 0.8rem;
    color: red;
    margin:0;
    display: block;
    margin-top: 5px;
}
.parking__contact-form .contact-form__field {
    margin-right: 0rem;
    margin-bottom: 0;
    width: 100%;
}

.input-div {
    width: calc(90%/4);
}
.contact-form__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-form__btn-sub {
    padding-right: 5em;
    padding-left: 5em;
}
.hero_sec {
    aspect-ratio: 1920/960;
    background-attachment: scroll;
    background-position: center center;
}

.search_button {
background: none;
border: none;
padding: 0;
margin: 0;
}


.modal	{
	width: 530px;
	text-align: center;
	font-family: var(--font-family,sans-serif);
	z-index: 99;
    height: auto;
}
.modal img	{
	opacity: 0.5;
	margin-top: 25px;
}
.modal h2.formTitle {
    font-size: 35px;
    font-weight: 400;
	color: #000;
	line-height: 150%;
	margin-top: 50px;
}
.modal p.formText {
    font-size: 20px;
    font-weight: 400;
	color: #000;
	line-height: 150%;
    max-width: 320px;
	margin: 0 auto;
	margin-top: 30px;
}
.modal .contact-form__attention {
    text-align: center;
    margin-top: 25px;
}
.modal .contact-form__attention {
    text-align: center;
    margin-top: 25px;
}
.modal .myBtn.contact-form__btn-sub {
    margin-top: 25px;
}
.modal form {
    margin-top: 90px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
}

.form-input {
    height: 36px;
    padding: 0 0 20px 0;
    font-family: var(--font-family,sans-serif);
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #C3C3C3!important;
    border: 0px;
    background-color: transparent;
    margin-bottom: 20px;
}
.modal__work textarea {
    adding: 0 0 20px 0;
    font-family: var(--font-family,sans-serif);
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #C3C3C3!important;
    border: 0px;
    background-color: transparent;
    margin-bottom: 20px;
}
textarea {
    padding: 0 0 20px 0;
    font-family: var(--font-family,sans-serif);
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #C3C3C3!important;
    border: 0px;
    background-color: transparent;
    margin-bottom: 20px;
    overflow: hidden;
}
.form-input::-webkit-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.form-input::-moz-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.form-input:-ms-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.form-input::-ms-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.form-input::placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
textarea::-webkit-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
textarea::-moz-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
textarea:-ms-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
textarea::-ms-input-placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
textarea::placeholder {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.info-error {
    font-size: 0.8rem;
    color: red;
    margin: -15px 0 15px 0;
    display: block;
}
input[type="search"].invalid, input[type="search"].si-error, input[type="phone"].invalid, input[type="phone"].si-error, input[type="text"].invalid, input[type="text"].si-error, input[type="email"].invalid, input[type="email"].si-error, input[type="password"].invalid, input[type="password"].error, textarea.invalid, textarea.si-error,  select.invalid, select.si-error {
    border-bottom: 1px solid #fb4c41!important;
}

.modal__promo, .modal__quest, .modal__rent, .modal__work {
    width: 650px;
}
.modal__promo  p.formText, .modal__quest p.formText, .modal__rent p.formText, .modal__work p.formText {
    max-width: 100%;
}



.get-app {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: auto;
    -webkit-box-shadow: 4px 4px 24px 0px #00000026;
            box-shadow: 4px 4px 24px 0px #00000026;
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    bottom: 15px;
    left: 0;
    right: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
            transform: translateY(110%);
}
.get-app.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
}
.get-app p {
    font-size: 16px;
    font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: center;
	margin-bottom: 30px;
}
.close-app {
    position: absolute;
    background: transparent;
    padding: 10px;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    outline: none;
    border: none;
}
.close-app svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.get-app .myBtn {
    font-size: 14px!important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.get-app .myBtn:first-child {
    margin-bottom: 10px;
}


.cookie-panel {
    position: fixed;
    width: 50%;
    height: auto;
    -webkit-box-shadow: 4px 4px 24px 0px #00000026;
            box-shadow: 4px 4px 24px 0px #00000026;
    background-color: #fff;
    padding: 30px;
    bottom: 60px;
    right: 60px;
    display: none;
    z-index: 100;
}
.cookie-panel p {
    margin-top: 0px;
    font-size: 14px;
}
.cookie-panel .myBtn {
    margin-top: 38px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.cookie-panel .myBtn:hover {
    color: var(--dark-color);
}
.cookie-panel a {
    color: inherit;
    text-decoration: underline;
}

.cookie-panel.show {
  display: block;
}
@media (max-width: 1370px) {
    .schema__zoom, .schema__floors {
        background-color: #fff;
    }
    .schema__zoom .schema-btn, .schema__floors .schema-btn {
        border-bottom: 1px solid #000;
        color: #000;
    }
}
@media (max-width: 1024px) {
    .input-div {
        width: 100%;
    }
    .parking__contact-form .contact-form__field {
        margin-right: 0rem;
        margin-bottom: 5px;
        width: 100%;
        padding-top: 10px;
    }
    
}
@media (max-width: 992px) {
    .scroll-top {
        bottom: 1rem;
    }
    .input-div {
        width: 100%;
    }
    .parking__contact-form .contact-form__field {
        margin-right: 0rem;
        margin-bottom: 5px;
        width: 100%;
        padding-top: 10px;
    }
    .parking__contact-form .contact-form__attention {
        margin-top: 20px;
    }
    .modal	{
	    padding: 25px;
    }
    .modal img	{
	    margin-top: 25px;
    }
    .modal h2.formTitle {
	    margin-top: 30px;
	    font-size: 30px;
	    padding: 0 25px;
    }
    .modal p.formText {
        font-size: 16px;
	    margin-top: 20px;
	    padding: 0 15px;
    }
    .modal form {
        margin-top: 45px;
        margin-bottom: 25px;
        padding: 0 0px;
        width: 100%;
    }
    .form-input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .form-input::-moz-placeholder {
        font-size: 12px;
    }
    .form-input:-ms-input-placeholder {
        font-size: 12px;
    }
    .form-input::-ms-input-placeholder {
        font-size: 12px;
    }
    .form-input::placeholder {
        font-size: 12px;
    }
    .modal .contact-form__attention {
        margin-top: 40px;
        font-size: 11px;
        line-height: 150%;
    }
    .myBtn.contact-form__btn-sub {
        font-size: 18px;
        padding: 20px 45px;
        width: 100%;
        text-align: center;
    }
    
    /*Куки*/
    
    .cookie-panel {
        width: calc(100% - 40px);
        margin: 0 auto;
        bottom: 20px;
        right: 0;
        left: 0;
        display: none;
        z-index: 100;
    }
    .cookie-panel p {
        font-size: 12px;
    }
    .cookie-panel .myBtn {
        margin-top: 25px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .cookie-panel.show {
      display: block;
    }
    
    .hero_sec {
        /* aspect-ratio: 1/1; */
        background-position: center center;
    }
    
    .schema__inner {
        max-width: 100%!important;
    }
}





input::-webkit-input-placeholder       {opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}


#content-form-subscribe .footer-top__attention {
    margin-top: 0;
    margin-bottom: 22px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .496px;
    color: #c3c3c3;
}

@media (min-width: 650px) {
    #content-form-subscribe .footer-top__attention {
        margin-bottom: 1.25rem;
        text-align: center;
        font-size: .875rem;
    }
}

@media (min-width: 830px) {
    #content-form-subscribe .footer-top__attention {
        margin-bottom: 0;
        margin-top: 1.2857em;
    }
}
#content-form-subscribe .modal .footer-top__attention {
    text-align: center;
    margin-top: 25px;
}
