@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-ExtraBold.woff') format('woff'),
    url('../fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
*, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}
html {
    font-size: 12px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-align: left;
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 {
    font-weight: bold;
    font-size: 69px;
    line-height: 98.4%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 45px;
    font-family: Circe;
}
h2{
    font-family: Circe;
    font-weight: normal;
    font-size: 48px;
    line-height: 95%;
    margin-bottom: 30px;
}
h2.line {
    padding-left: 100px;
    position: relative;
    margin-bottom: 20px;
}
h2.line::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #E2761B;
    left: 0;
    top: 23px;
}
h2.line--light::before {
    background: #FFDBBB;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/*a:hover {
    text-decoration: underline;
}*/
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
button {
    border-radius: 0;
    outline: none!important;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
/* Bootstrap Reboot */
html,
body{
    /*min-width: 1200px;*/
    min-height: 100vh;
}
.container{
    min-width: 1200px;
    position: relative;
}

/*ui*/
.btn {
    border: none;
    color: #fff;
    padding: 16px 20px;
    height: 50px;
    border-radius: 5px;
    transition: .3s;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
}
.btn--blue{
    background: #E2761B;
}
.btn--blue:hover {
    background: #d16b15;
}
.btn--green{
    background: #5FB996;
}
.btn--green:hover {
    background: #219653;
}
/*ui*/
/*form*/
.input-wrap{
    position: relative;
}
.text-input{
    /* height: 50px; */
    background: #FFFFFF;
    border: 1.5px solid #E0E6F1;
    border-radius: 5px;
    transition: .3s;
    padding: 23px 17px 8px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
}
.text-input:hover{
    background: #FBF1E8;
}
.text-input:focus{
    background: #FFFFFF;
}
.label-input{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
    transition: .3s;
    position: absolute;
    left: 18px;
    top: 18px;
    pointer-events: none;
}
.text-input.l-active + .label-input,
.text-input:focus + .label-input{
    font-size: 10px;
    opacity: 0.5;
    top: 7px;
}
/*form*/
/*header*/
.header{
    background: #fff;
}
.nav__link{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.6;
    padding: 24px 0;
    display: block;
    text-decoration: none!important;
    position: relative;
    top: -2px;
    transition: .3s;
}
.nav__list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e9e9e9;
}
.active .nav__link::before,
.nav__link:hover::before {
    content: '';
    background: #E2761B;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
}
.active .nav__link,
.nav__link:hover {
    color: #E2761B;
}
.nav__item{
    list-style: none;
}
.cmn-toggle-switch {
    background: #ac1d23;
    position: absolute;
    left: -140px;
    top: -6px;
    width: 65px;
    height: 63px;
    border: none;
    outline: none!important;
    display: none;
}
.top-block__form{
    background: #FFFFFF;
    box-shadow: 0px 31px 70px rgba(195, 200, 211, 0.5);
    border-radius: 10px;
    padding: 75px 95px;
    margin: 0 -100px 0;
    position: relative;
    top: 45px;
}
.form__title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}
.top__form-description {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
    padding-left: 32px;
    position: relative;
    margin-top: 25px;
    min-height: 35px;
    padding-top: 3px;
}
.top__form-description::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAACi0lEQVQ4T6WVS3LTQBCGu2csFzEsvPYjyDdQToBzArhBkhMQqkjiYhN5AWXCAjhBwgkgJ7A5QbzMTrIde0FYeEHZqYiZpmccObIjP6jMTprR1393T/9CWLAC382LP9GuEPSCEDwgdO1RpBC1CFHitwhkq9IIwzQEzr80wOzo9rUCsQ9A+UWB4/cSyC+eDOrz52bAQc11JUVNILDqkLD1l5UBPGVll1ZZ8M71QCsvo+ElgX41yQJChc52Uv0UPAPldBVm9/hga5lizs6V41sWwmWag0/B3aNiYJQSQFvnOLofDpNQu89r82O/knwf+F5ejK6bDPIsfMPZMt9acP+wcKwAfdMYtZG1G/NKu4dFjsngk35KX7y8HP+6MMpJYP1548pHWwIdWTUq51QYmtrlZWBb+5pbZU6TCz5UuUyFweVdqfUpCDrfbAwmzUhZq8Dmk95BqUlIVW7qG4wfhBB7pUbv7DHgpEjsHhW4aeiqzO1W5cN1+1Fgc0tGXFZuIq6TogkWn1s3s/XBd5nZjFiRQFFPK10sYFqKjJN1C++DztKBMI0mdXzvGxAm73Vw4HoSowtbit5h+bsZzVUpzgxFHMAOzGA6MHHzjBVg521xHwV8Ng/lT1fbyxSv2kuKRDOScvSbB4TySlgjaa0CpO3PD5odz06t5KOm4+Ss/w/cWK0cc22N1wjJI931Ldiqjmd9gQktCmSgzihqamtCxM2c1PzeNpdY4CJor1aqEtGp9e+JgRlXDGfAE+UJf7VR6QcKeQ7ipl26m0pTSweiKincMb4wudez0AfgWFmntsk15/u6cuGQhPiqn4gv81b7wFtjllEPN6qaUbRDQrszP1OSba31T/3MOUvzbsP4B2/Uh+4fRYmOAAAAAElFTkSuQmCC) center no-repeat;
    left: 3px;
    top: 0;
}
.form__item {
    margin-bottom: 20px;
}
.hr {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin: 25px 0 38px;
}
.hr span{
    background: #fff;
    position: relative;
    bottom: -9px;
    display: inline-block;
    padding: 0 35px;
}
.btn-description {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.top-block__description {
    font-size: 25px;
    line-height: 98.9%;
    color: #333333;
    margin-bottom: 40px;
}
.top-block__list-item__text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #333333;
    /* width: calc(100% - 65px); */
    /* padding-left: 10px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}
.top-block__list-item__icon {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    box-shadow: -2px 4px 20px rgba(64, 114, 127, 0.2);
}
.top-block__list-item__icon svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top-block__list-item {
    padding-left: 65px;
    position: relative;
    min-height: 52px;
    margin-top: 16px;
    background: #fff;
    border-radius: 36px;
}
.top-block__content {
    background: url(../images/blue-bg-new.jpg) center no-repeat;
    padding: 115px 300px 110px 400px;
    margin: 0 -400px 0;
    background-size: cover;
    position: relative;
    top: -32px;
}
.top-block::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 10000px;
    height: calc(100% - 112px);
    top: 32px;
    background: #ECF0F8;
    left: calc(50% - 230px);
}
.top-block {
    position: relative;
    padding: 32px 0 80px;
}
.top-block > div {
    position: relative;
    z-index: 10;
}
.content {
    /* padding: 32px 0 80px; */
    overflow: hidden;
}
.top-block__list .col-md-4 {
    padding: 0 5px;
}
.list__item {
    background: linear-gradient(273.33deg, #EDEDEE -12.59%, #F7F7F7 83.66%);
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    transition: .3s;
    height: calc(100% - 30px);
    padding: 40px 35px 60px;
    overflow: hidden;
}
.list__item:hover {
    box-shadow: 0px 31px 70px rgba(195, 200, 211, 0.5);
}
.list__item-title {
    font-size: 32px;
    line-height: 95%;
    font-family: 'Circe';
    margin-bottom: 15px;
}
.list__item-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #5A5F63;
}
.list__item-text strong{
    color: #E2761B;
}
.list__item-icon {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
}
.list__item-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list__item{
    margin-bottom: 30px;
    position: relative;
}
.list__item::after {
    counter-increment: section;
    content: counter(section);
    font-style: normal;
    font-weight: 800;
    font-size: 203.704px;
    line-height: 95%;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    bottom: -40px;
    font-family: 'Circe';
    z-index: 0;
}
body {
    counter-reset: section;
}
.list__item > div {
    position: relative;
    z-index: 10;
}
.green{
    color: #5FB996;
    display: inline-block;
}
.blue{
    color: #E2761B;
    display: inline-block;
}
.title-description {
    padding-left: 100px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}
section.list {
    padding: 15px 0 64px 0;
}
.logo{
    font-family: Circe;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
.logo-description{
    font-size: 13px;
    line-height: 14px;
    color: #5A5F63;
    padding-left: 20px;
    position: relative;
    top: -2px;
}
.logo-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 420px;
}
.header__top {
    padding: 20px 0;
}
.header__right-item--phone{
    padding-right: 0!important;
}
a.header__phone-link {
    font-family: Circe;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    display: block;
    transition: .3s;
}
a.header__phone-link:hover{
    color: #E2761B;
}
.contact-btn{
    background: #FFFFFF;
    border: 1px solid #E0E6F1;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none!important;
    padding: 5px 12px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: .3s;
}
.contact-btn path{
    transition: .3s;
}
.contact-btn:hover{
    color: #fff;
}
.contact-btn:hover path{
    fill: #fff;
}
.contact-btn--wa{
    color: #4EC142;
    border-color: #4EC142;
}
.contact-btn--wa:hover{
    background: #4EC142;
}
.contact-btn--tg{
    color: #419FD9;
    border-color: #419FD9;
}
.contact-btn--tg:hover{
    background: #419FD9;
}
.contact-btn--callback{
    color: #E2761B;
    border-color: #E2761B;
}
.contact-btn--callback:hover{
    background: #E2761B;
}

.contact-btn svg{
    margin-right: 5px;
}
.header__top .row > div {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.header__bottom {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;

    padding: 0;
}
.header__bottom--sticky{
     box-shadow: 0 1px 1px #ccc;
}
.sform__price{
    padding: 50px 33.333% 50px 50px;
    background: #661C1C;
    margin-top: 40%;
}
.sform__price-title{
    font-family: Circe;
    font-weight: bold;
    font-size: 93px;
    line-height: 95%;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.sform__price-title sub {
    bottom: 0;
    font-size: 50%;
}
.sform__price-description{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.sform__description{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
    padding-left: 50px;
    position: relative;
    margin-top: 25px;
    min-height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sform__description::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAABpUlEQVQ4T8VTS1LCQBCd7oBVuopbvskN4g3gBtwAuIELP9GNuKEoWVCeAG5geQK4AXiCjCAbXchKLEKm7Rkq/IxszSo10/1ez3uvQSR8ge84FoV9fRVBuuy2pNwvg/2DiZ8rEVFXkHDMHQiJgPe51qS3XQvBTaaChB5EVBRIJUFgGoBgoIBsRvZiACAaKcQXBWoE46ss7bLCjBAfi61xQ58Hfr5mUXQXA65qYbZujBDrQliS3zP4490lXIYeoOiY1pix8DD99d4kgLj+Xxpzn0KQHZ2kT92GnCWNF58FDc+2vj64XotznQm0YlFqceY2P0YHGy8dz4JwyDawHX6mJxRUkVXdN3kfxFijVJf9fobXi+y5llgbnm+/lQ8xTq7yTyRURZPAZm7OJabdpFyugsD5VWGg/1kP13g39rM8rqgeYp1c5voEHEkUvUJrWjeNhnX+PjSxIr5oTzlFqy9oOLb1HXYYuMYBltHxUZnVl+u0BLes2HLJq0R2vBEkSG42BWZRKlV2m9IovxMzRnes+aK/G2hdtWGKJ0nM52Yj0N7elG3FfwCDi9lA1DyHwgAAAABJRU5ErkJggg==) center no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 70px 70px 20px rgba(255, 255, 255, 0.1), 0px 5px 80px #F5F7FB, 0px 12px 14px rgba(54, 74, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 50%;
}
.sform__form {
    background: #FBF1E8;
    padding: 64px 5100px 64px 100px;
    margin: 0 -5000px 0 -200px;
}
.form-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.sform__form h2 {
    margin-bottom: 15px;
}
.sform__block{
    padding: 170px 0  0 120px;
    margin-left: -120px;
    background: url(../images/sform-bg.jpg) left top no-repeat;
}
.double__item{
    padding: 45px 40px 35px;
    background: linear-gradient(97.85deg, #F4F4F4 21.85%, rgba(255, 255, 255, 0.35) 111.41%);
    border: 1px solid #E9E9E9;
    backdrop-filter: blur(21px);
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.double__item-title {
    font-family: Circe;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 95%;
    text-align: center;
    margin-bottom: 15px;
}
.double__item-title-description {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 32px;
}
.ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul li {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #5A5F63;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;

}
.ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAC5klEQVRIS61WTVLbMBj9PsnpDNBFuk2MsW8QbhBOAD0BcIKWBcHtBrOhgW7oCQgnoJwAbgDL7hzyQ2dKZ8qiQxlsSf0kx8YJTgil3tmS3nv69L4nI0x4wsAts9/RGkNcVky6oNBNpuMNKrhAjkcR8DOv2W6Pg8GiAQ3M/4htUPL9JAHpmGClJSI5K5r7iKDr23Ul4RhAlY1WhWcxKQWYI6XfjNLwo1uDGFzOohWQuCy4XPc+XX3NE3Q3nXcM4/IQQa/hrEoQrQx4zlr3gvHbH7e7fqOyLQADUtfOCLQqHkfnepFifGeh2QmmKc/onAycBoRVWjQESc0JXIH7v8AZY+t2s9syBPktOXtX3kuVp+Cm1GFQI/XXRr2YLXkvqrkuL8DGwn7/IBWJoT+/xqU81G6Z/9xbeq76vDGKyovdxvyxArmS39a0JE+BmxL1GtVzCVAT1v2it3t9kQdPG05wfuTttofHPlRWuEDql2LX6cqUNEGnUaWykaVmS2+o/jdDBJtkXdTWxRthWUspSWLp+FQ34zjXpbgZgbPfL4yNS98JUFJsDEi0gKfA9Zwcgf1LKynaQbqbjl9tgYRVTZJ8oxhhcOQ0+2tF52WceXtNuLpEW5VQp2TRGeQXP5DQ1wngek04KC3V/gI7foXU4So5ifz7PfNvkbLuln2gUJXHKU/XpNYHpk5e3AeFQjbtUxJS19ZPOvn2Z2jOYUKuT9sboe+6XEahTlIx8yoJu0vfJqeo7X/t5qGz2qrSmT6E5iBNdR79oDxCF5AdOHvdjWkV5+flQ1Or1331cB/4bp22Rs1DPgcVVPevdp5DMnoPpE051FzZ6Wv/mquSbrQJF7qxJNXcEvGhPlT9Ppppj7qXFtS5uj/M/iAYtIjthGHUtgdZpUFLENWVIHsPgE2nM+vt6OU/7q/C5XdRkHTv0w8ifolnrGA0y0wnT1pOaerCnahbQpFSqKV/GuYyl6wtlTqRr0utIuAU9y9jQrAUJr932wAAAABJRU5ErkJggg==) center no-repeat;
}
.ul.ul--green li::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAADAklEQVRIS61Wy1IaQRS9t2d4uUjIH+Af4B9IpSJxpe5TMFgxPpJU5AvAL5BUovhIZEiqsiWuCLiAP8A/kB9IySZgYKY7fWdsMuKAGDMrhu4+5/Ttc08PwoRnu7Ib/RkJGZqGS8AhJkDEaDoy0QHQzsES5TBcNQ8Ws+1xMOg3QMCdmUhOAN+eJECNBbid+LT4tuk39xaBUf0wDzqrCI5RR63AJhNQDgJIpZuO0rXGUZzbVmwwwGWm8yWN65nPyfXvXoJUfe8daHr0BkGmtp/mAKYCDgvIKNBpdqLmpM4Oc8jtPAK2hwRrjd14vx9q0SQNxM5J8nX+PqCj4PQeDOpzDoFb83CLDvF/gWscMyeLm6ZD4N2SmdycfahyBe6Uersh1fdd9RGOsw+puVNeAdmT51sFJRKNatEQTJSQsab5bCNxX/VeY/iVF43aYUWAvezd1rQkd4E7JTLq+y0hIB5Efe544dW5F9w9/JlcALE8OvaidrisgV0Z5zqqjEOQru0L+vGk+/tJYSUrI+Dvs1Y/iveF1UKETgD0hCIhSw+sYIOacZzrFO6QoJzc8o2N1epe3maYUyQQ+AV3gZPEIYFxtndJSvx2MGye+kcTBUsTicwOoPkMebm08MYpw+hDzrzshy7dM6gVL8iifmfgXZi6JqH/JoHTuKe055iqFk0Zv2ku/fvV418/ZcaPYgGZHR2nXK1R1heCnT64D/yFHDQE8nmyvtvJVvCC6jop16ftjY3qbqzHQheUpNHulRt2hnSKIKf8Yzd7ydWZKvu6aerJI0lSkJGRnVbxDSN47oFoNzxXWMl0ht5/KW+yAdMatEDoWv7L0/Wd+5CoRKY1dA8cJ9xUuNFcq7K9bRl8zoAsV9jqyRtt/IVO86jmV3q4JLiYp/fRTLvVvbQTi+ml4RcEMtMSeMoR29+us0raMCax5N0NaQVMXxq6xVdGL3/feNiQAF2APPXHNGViAt8/7oXzVPPR+b4EahIR9aVSqT4Nmh0ffmlIC4KANgNx+qgXMf2AFcYfEoK6mU2YAyIAAAAASUVORK5CYII=) center no-repeat;
}
.double__item-description {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    max-width: 350px;
    margin: 36px auto 24px;
}
.double__item-label{
    position: absolute;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 22.7114px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.label--blue{
    background: #E2761B;
    left: -100px;
    top: -10px;
    transform: rotate(-3.24deg);
}
.label--green{
    background: #5FB996;
    right: -120px;
    top: 50px;
    transform: rotate(10.95deg);
}
.double__item-label span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.blue-section{
    background: url(../images/blue-new.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 202px;
    padding-bottom: 72px;
}
.blist__item{
    background: linear-gradient(122.96deg, #F4F4F4 35.91%, rgba(245, 245, 245, 0.39) 125.44%);
    border: 1px solid #E8E8E8;
    backdrop-filter: blur(21px);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 30px;
}
.blist__item-title{
    font-family: Circe;
    font-weight: bold;
    font-size: 28px;
    line-height: 95%;
    color: #000000;
    margin-bottom: 10px;
}
.blist__item-text{
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #5A5F63;
}
.col-lg-4 .blist__item {
    height: calc(100% - 30px);
}
.blue-section__description {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    padding-top: 28px;
    margin-top: 32px;
}
.light-blue {
    color: #FFDBBB;
}
.blue-section__description::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #FFDBBB;
    left: 0;
    top: 0;
}
.apartment__item{

}
.apartment__item-slider{
    width: 60%;
    overflow: hidden;
    height: 100%;
    padding-right: 15px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    min-height: 100%;
}
.slide-wrap {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.slide-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    max-width: 120%;
}
.apartment__item-info{
    width: 40%;
    height: 100%;
    padding: 25px 15px;
    position: relative;
}
/*.apartment__item {
    background: #FFFFFF;
    box-shadow: 0px 31px 70px rgba(74, 87, 114, 0.34);
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}*/
.apartment__item-flex {
    background: #FFFFFF;
    box-shadow: 0px 31px 70px rgba(74, 87, 114, 0.34);
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    outline: none!important;
    cursor: pointer;
    transition: .2s;
    opacity: 0;
}
.apartment__item:hover .slick-arrow {
    opacity: 1;
}
.slick-arrow:hover{
    width: 42px;
    height: 42px;
}
button.slick-prev.slick-arrow {
    transform: translate(-50%, -50%);
    left: 30px;
    background: #E2761B url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAN0lEQVQYlc3NuQ0AIAwEQZdC/025lCEh4rFIkLh0R7qIzdCQyCpawBzRXscBzvEW1BcfoAVMKDvFyuBf3ni/YwAAAABJRU5ErkJggg==) center no-repeat;
}
button.slick-next.slick-arrow {
    transform: translate(50%, -50%);
    right: 45px;
    background: #E2761B url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAALUlEQVQYlWP4////fShWYMAGoJL/cSr6//+/wmBXRJoCvFbQSBKqgKC38EYWAIMg4F+nD5XaAAAAAElFTkSuQmCC) center no-repeat;
}
ul.slick-dots button {
    border: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    background: #fff;
    outline: none!important;
}
ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
ul.slick-dots {
    position: absolute;
    bottom: 25px;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: calc(100% - 15px);
    left: 0;
    text-align: center;
}
ul.slick-dots li.slick-active button{
    background: #FFDBBB;
}
.apartment__item-id {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: rgba(90, 95, 99, .6);
    margin-bottom: 15px;
}
.apartment__item-info-table td {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.15px;
    vertical-align: top;
    padding: 7px 0;
}
.apartment__item-info-table table {
    width: 100%;
}
.apartment__item-info-table td:first-child {
    color: rgba(90, 95, 99, .6);
    width: 120px;
}
.apartment__item-info-table + .apartment__item-info-table{
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.apartment__item-info-table + .apartment__item-info-table::after{
    content: '';
    position: absolute;
    width: 98px;
    height: 55px;
    background: url(../images/label.png) center no-repeat;
    right: -15px;
    bottom: 35px;
}
.apartment__item-price {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15px;
    position: relative;
    bottom: 2px;
}
.apartment__item-price--blue {
    font-size: 20px;
    letter-spacing: 0.15px;
    color: #E2761B;
}
.apartment__item + .apartment__item{
    margin-top: 33px;
}
.apartment__btn{
    border: 2px solid #E2761B;
    border-radius: 5px;
    max-width: 370px;
    display: block;
    padding: 14px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    color: #E2761B;
    margin: 60px auto 0;
}
.apartment__item{
    display: none;
}
.apartment__item:nth-child(1),
.apartment__item:nth-child(2){
    display: block;
}
.bcalc__block{
    background: linear-gradient(97.85deg, #ECF0F8 21.85%, #FFFFFF 111.41%);
    border: 1px solid #D0D8E8;
    box-sizing: border-box;
    /* filter: blur(4px); */
    border-radius: 10px;
    padding: 75px 100px;
    position: relative;
    overflow: hidden;
    bottom: -130px;
}
.bcalc__block::after{
    content: '';
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 0;
    left: 0;
    background: url(../images/bcalc.png) right bottom no-repeat;
    z-index: 0;
}
.bcalc__title{
    font-family: Circe;
    font-size: 36px;
    line-height: 95%;
    margin-bottom: 24px;
}
.bcalc__btn{
    max-width: 370px;
}
.bcalc__block > div{
    position: relative;
    z-index: 10;
}
.blue-section-2{
    background: url(../images/blue-2-new.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 220px;
    padding-bottom: 100px;
}
@media(min-width: 1211px){
    .blue-section-2 > .container {
        padding-top: 100px;
    }
}
@media(min-width: 992px){
    .blue-section-2 > .container {
        padding-top: 50px;
    }
}
.staff__item-info{
    padding-top: 35px;
}
.staff__item-name{
    font-family: Circe;
    font-weight: bold;
    font-size: 28px;
    line-height: 95%;
    margin-bottom: 15px;
}
.staff__item-post{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.staff__item-description{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    opacity: 0.8;
}
.staff__item{
    padding: 25px 0;
}
.faq__item-q{
    font-family: Circe;
    font-weight: bold;
    font-size: 28px;
    line-height: 95%;
    position: relative;
    padding: 30px 70px 40px 0;
    transition: .3s;
    cursor: pointer;
}
.faq__item-q:hover{
    color: #E2761B;
}
.faq__item-a{
    font-size: 20px;
    line-height: 30px;
    color: #5A5F63;
    padding-bottom: 40px;
    display: none;
}
.faq__item-a p:last-child{
    margin-bottom: 0;
}
.faq__item-q::after{
    content: '';
    position: absolute;
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAWUlEQVQ4T2NkwAMelUvfB0nLdT5VxKWMEa8BZdL/wQZ0PcWpbtQABgbKwwAcVf8ZFPDFBk45RoYHjI/KpYAGMJJpwP8HlHthNCFRIR3gz87AKAZn52c4szMAlhdBttL0bfoAAAAASUVORK5CYII=) center no-repeat;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 12px 14px rgba(255, 90, 54, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    right: 0;
    top: 17px;
    transition: .3s;
}
.faq__item-q:hover::after{
    border-color: rgba(255, 90, 54, 0.2);
}
.faq__item + .faq__item{
    border-top: 1px solid rgba(90, 95, 99, .2);
}
.open.faq__item-q::after{
    background: #E2761B url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAFUlEQVQImWP4/////f/kg/sMlBoAAEIifwEnYLO6AAAAAElFTkSuQmCC) center no-repeat;
    border: 2px solid #FFFFFF;
}
.footer__top{
    background: #FBF1E8;
    padding: 55px 0 65px;
    min-height: 440px;
}
.footer__top-description{
    font-size: 22px;
    line-height: 30px;
    color: #5A5F63;
    margin-bottom: 30px;
}
.footer__top-text{
    font-family: Circe;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
}
.footer__top-text + .footer__top-text{
    margin-top: 20px;
}
.footer__top-photo img{
    max-width: none;
}
.footer__top-photo {
    transform: translateX(100px);
    text-align: right;
    position: absolute;
    top: -40px;
}
.footer__top{
    position: relative;
}
.footer__top  .container,
.footer__top .col-md-6 {
    position: static;
}
.footer__top .col-md-6:first-child {
    padding-right: 80px;
}
.footer__top .blue {
    display: inline;
}
.footer__bottom{
    background: #333333;
    padding: 100px 0 55px;
}
.footer__bottom-description {
    font-size: 19.7838px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.footer__phone{
    margin-bottom: 18px;
}
.footer__phone a{
    font-weight: bold;
    font-size: 52.7568px;
    line-height: 115%;
    color: #FFFFFF;
}
.contacts__item{
    margin-bottom: 18px;
    color: #fff;
    position: relative;
    padding-left: 35px;
    display: block;
}
.footer__bottom .top-block__form {
    margin: 0;
    position: absolute;
    width: calc(100% - 30px);
    top: -180px;
    box-shadow: none;
    padding: 85px 100px;
}
.footer__bottom .form__title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 28px;
}
.calc__left{
    background: #FBF1E8;
    padding: 1px 0 1px 10000px;
    margin-left: -10000px;
    position: relative;
    top: -80px;
}
.calc__left-img{
    margin: 76px -40px 71px -84px;
    text-align: right;
}
.col-form-2{
    width: calc((100% / 8) * 2);
}
.col-form-3{
    width: calc((100% / 8) * 3);
}
.col-form-4{
    width: calc((100% / 8) * 4);
}
.col-form-8{
    width: calc((100% / 8) * 8);
}
.calc__form .row > div{
    padding: 0 15px;
    position: relative;
}
@media(min-width: 992px){
    .col-form-order-1{
        order: 1;
    }
}
.range-sz__input,
.range-s__input{
    width: 80px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    text-align: right;
    padding-right: 33px;
    border: none;
    background: transparent;
}
.input-wrap--range > .irs {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
}
.input-wrap--range {
    position: relative;
    height: 50px;
}
.irs--round .irs-min, .irs--round .irs-max {
    display: none;
}
.irs--round .irs-bar {
    top: 0;
    background: #E2761B;
}
.irs--round .irs-line {
    top: 0;
    height: 2px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none;
}
.irs--round .irs-handle {
    width: 10px;
    height: 10px;
    top: -4px;
    border: none;
    background: #E2761B;
}
span.range-s__input-descr {
    position: absolute;
    right: 14px;
    bottom: 15px;
    font-size: 13px;
    line-height: 135%;
    color: #000000;
    opacity: 0.5;
}
span.range-s__input-descr sup {
    font-size: 60%;
}
.input-wrap--range .label-input{

}
.input-wrap--range .label-input {
    top: 15px;
}
.jq-selectbox__select {
    border: none;
    background: none;
    box-shadow: none;
    height: 47px;
    line-height: 47px;
    padding: 0 45px 0 17px;
    text-shadow: none;
}
.jq-selectbox.jqselect.select.select--right {
    /* position: absolute; */
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: right;
    height: 47px;
}
.text-input.select-block > label {
    position: absolute;
    top: 50%;
    left: 17px;
    padding-right: 50px;
    transform: translateY(-50%);
    z-index: 9;
}
.jq-selectbox__select:active {
    box-shadow: none;
    outline: none;
    background: no-repeat;
    line-height: 50px;
    height: 50px;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}
.jq-selectbox__select:hover {
    background: no-repeat;
}
.jq-selectbox__trigger {
    border: none;
}
.jq-selectbox__trigger-arrow {
    top: 20px;
    right: 20px;
    border-top: 7px solid #E2761B;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.select--right .jq-selectbox__dropdown li {
    text-align: left;
}
.jq-selectbox li {
    line-height: 45px;
    padding: 0 17px;
}
.jq-selectbox li:hover {
    background: #ECF0F8;
}
.jq-selectbox__dropdown {
    margin: -2px 0px 0;
    border-top: none!important;
    width: calc(100% + 3px);
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    border: 1.5px solid #E0E6F1;
    left: -1.5px;
}
.jq-selectbox__select-text {
    text-align: right;
    min-width: 100%;
    height: 47px;
    line-height: 47px;
    position: relative;
    top: -1px;
}
.jq-selectbox__dropdown li {
    border-top: 1px solid #E0E6F1;
    font-size: 14px;
    letter-spacing: 0.15px;
    color: #5A5F63!important;
    position: relative;
}
.jq-selectbox__dropdown li.sel {
    background: #fff;
}
.jq-selectbox__dropdown li.sel::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAApUlEQVQokZXQwQ3CMAwF0I7QA2569Agdxa1UKTeyCWwAm3CsVNfyCB0hIzBCeigBqgANOfvp/5+i+OOhVTQk3pD4fOS0rIhnIA4VjfnQkNwiqu2AWQhauSYInZa/UN3xGYgD0HTfJMWxaDWJfyEO0GuzrUGTAnEwJP49fYNaPSZV1t8a/bqBZ3RaQicuogPJ6fsOO2DEscEu+owz0XNvr80DX/ZuF1Q2aiJoy4RCAAAAAElFTkSuQmCC) center no-repeat;
}
.select--right {
    height: 50px;
}
.text-input.select-block {
    padding: 0;
    height: 50px;
}
.select--right.opened {
    /* background: #fff; */
}
.select-100{
    width: 100%;
}
.select-100 .jq-selectbox__select-text{
    text-align: left;
}
.jq-selectbox__select {
    font-family: 'Rubik', sans-serif;
}
.jq-selectbox__select-text.placeholder {
    color: #5A5F63;
}
.calc__form .row + .row {
    margin-top: 25px;
}
.calc .calc__form  .row-form-btn{
    margin-top: 0;
}
.row-form-btn .sform__description{
    margin-top: 5px;
    padding-left: 30px;
}
.row-form-btn .sform__description::before{
    box-shadow: none;
    width: 22px;
}
.calc {
    padding-top: 20px;
}
.calc__left-info-title{
    font-family: Circe;
    font-weight: bold;
    font-size: 69px;
    line-height: 95%;
    color: #E2761B;
}
.calc__left-info-description{
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}
.calc__left-info-title sub {
    font-size: 50%;
    bottom: 0;
    font-weight: normal;
}
.calc__left-info {
    padding-bottom: 80px;
}
.double {
    padding-top: 15px;
}
.double > .container {
    bottom: -85px;
}
.blue-section h2.line::before {
    background: #FFDBBB;
}
.blue-section .blue {
    color: #FFDBBB;
}
.blue-section h2 {
    margin-bottom: 50px;
}
.apartment {
    padding-top: 110px;
}
.apartment h2 {
    margin-bottom: 50px;
}
.list-section {
    padding-top: 120px;
    padding-bottom: 80px;
}
.list-section__bg{
    margin: 0 -5000px 0 50px;
    position: absolute;
    left: 0;
    right: 0;
}
.list-section h2 {
    margin-bottom: 50px;
    max-width: 670px;
}
.list-section .blue {
    display: inline;
}
.double h2 {
    margin-bottom: 50px;
}
.blue-section-2 h2 {
    margin-bottom: 40px;
}
.faq {
    padding-top: 70px;
    padding-bottom: 110px;
}
.list-section__btn {
    padding-top: 15px;
}
.footer__text {
    font-size: 13px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    opacity: 0.7;
}
.footer__logo {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 0 15px;
}
.contacts__item a,
.footer__link a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
    color: #FFDBBB;
}
.footer__link {
    padding-top: 7px;
}
.footer__bottom .row.justify-content-between {
    max-width: 600px;
}
.footer__bottom .row.align-items-end {
    margin-top: 50px;
}
.contacts__item::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
.contacts__item--time::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAACZ0lEQVQ4T6WVXXLSUBTHz0mQp06HJSS21HF8gRVIBlunT9YV1K5AXQGwAnUF1hXUPnXG2gmuAN4c+zHgDhiEF0ju8X9vICaQNDi9D5Dc3PzO9z9MOUt6ZxXa3n5DIs9JcY1YOeaoWEOyZEjEX2g+6/LTQ1yvL17dWgDfYv8dKVXJMxzvW1abd5qd1XMpsPy8cKhc9gGMvGPuGs9seOZGnsnAr1Goarh8RaKOzDkLUcxmXtL7GJyCCkJlPuHqPsD5y7xj2z7OOqvwf+C7q0HkqfRpMvW4/nqURIp+roPYabqp/YFfoSDwsVcz8LFV57o3MmC581ukgjYKNaTpFA/SUHPm5lIMuLq/XhcNn897xnOlOvzkZZtNOKWS8QaW3bwq3wdeGG7gX6dlRH9sl+X2Ci2lPsPSOSxFxchYRWADv/3uI+oGheF7gBc3bJ3wbvP0YeCEk3KNoujmn0mdnx30HwRephVF5E1CTBaPNo1sY/D1N0SGquul20qok5W6mBenwrYcftz8nZeKqDjIoQpbSQPJvjZTGQQ9bVgX7wyVPCoKMWkwNqD7eu8gHpi4wyAFjInSYvNB6wLvvvDu87joWcpJuF9BeBhngZIFHlcPu0WAzD5fHTSTu1+XbbKolZz1/4EvpLYXaQ1GuoqRNuDkrBNBhEoQIS8lQrn9rT8IW1uRCEFrljlPy2aOBOYPzUWDrLKWA8cIWBjGmrwu9Eu4pjF/xc852WGf3WgqZQDRCssNXB0bXTCbaah5NbMQN8g5IedFSyuZyCeaTD6uSm0m2Dihq/xo4ZliJ/0xRR2YftB4fJql3fr9v3BKehYT3GZDAAAAAElFTkSuQmCC) center no-repeat;
}
.contacts__item--map::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAAC10lEQVQ4T51VXW7aQBCeWSAvVZB7A1CTVn2DEzRW+qO8hRskJ0hygpgTBE5AbpC85QEQ6QngrWoTQm4Q1FIpwsbbb9bYXoxDpFpCK7Mz33wz882YacOjh1cOOW8qtFAVY6b9Ke8e3G7y4bxLfXezR1w6J+YahaGzZsN8DfB2HvgKoGG0Xe6QDg8tkBGxegQ9hzR+RLXkTqlLms+b/PEA99GTAOofNxXa2hqAUQXMpnBu02zW4npjajM0dsXiESk+oRABFILN524MagANs3J5aMBIjyhYNOyouWUR4EJhgOAVA/pb1bnuTiPAu+4FjlOweqTFIom2qfjGbzJwyPeHBjQMm/zhm8fLFCbGOQiqWWZRXbf3pMM0ex6tleCuuwdPYTqlP4Uq63H/FOgXoH3J7/aPV+o16aFO7K10WikPds0Vu/veFbI7NCz1fW+AF8iEG7zz+To21Pf9I3S7E7WOb80pduZdHfPO/mViO+kdUqCvxA4Me0+mW7PiWylqYvTQHdICElHqDIxay1p7OEWftwjupoCoZRA8SdqMhmgTdPfLqib/9/8XGcbMKXDjiUBXa2AyFDXw+6/VNYZCTMepWY4mvZ9djxTSE40RtZfOaJIRfhspnyaAcac1jaQpLUQUQ6OjTNQB3tNRizozotlf15YPlNKBP6YHSkENpXOpjqzGGHfpNtOnCIu+291Ngo/7k2jKUJ7IaSmdDMvYYdOpx4NzCgMvrms8eilL36+/NscJs2ihyA5wYh2n22bcb+HiBMaoURE1SjX5EkPULkrVmrIU0B70nDHMgupfaASjEZmFsipmk0IJKZg9tzazaROWdZOFkCnR2ifAiDdcYNGa7dzCBJ3Z7JJVJ2CFgstVd2Tf539TbFBZDL5/TM/PU6wx2SqySHLBBDgX0EhJQH1fNki0keWRBkjNSqVGllnM8kVAA2qv+UjZr34eNgJakyBL2EE9vdfE/g/cUr9HJbdxvQAAAABJRU5ErkJggg==) center no-repeat;
}
.popup {
    max-width: 1170px;
    display: none;
    padding: 0;
    width: 100%;
    background: transparent;
    padding-top: 40px;
}
.popup .callback__form h2 {
    margin-bottom: 10px;
}
.popup .top-block__form {
    padding: 0 100px 0 0;
    margin: 0;
    box-shadow: none;
    top: 0;
    margin-top: 20px;
}
.popup .callback__form {
    width: 50%;
    padding: 100px 20px 100px 100px;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}
.popup .title-description {
    padding: 0;
    margin-bottom: 30px;
}
.popup__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.callback__info {
    width: 50%;
    background: #FBF1E8;
    border-radius: 0px 10px 10px 0px;
    padding-left: 100px;
    padding-bottom: 30px;
}
.callback__info-name{
    font-family: Circe;
    font-weight: bold;
    font-size: 28px;
    line-height: 95%;
    color: #000000;
    position: relative;
    top: -10px;
}
.callback__info-post {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #5A5F63;
    margin-bottom: 30px;
}
.callback__info-photo{
    position: relative;
    top: -40px;
}
.callback__info-photo img{
    max-height: 360px;
}
.mobile-block{
    display: none;
}
.mobile_btn_nav {
    display: none;
}
.popup__content .ul li{
    padding-left: 26px;
}
.popup__content .ul li::before {
    width: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABoElEQVQoU2NkQAP/7+8yYPjH7MDw548AAwvLBwamvwcYFd0uoKu7XyGbwAoUZIRJ/L++XYGBlXU+w///DuiKGRgZDzD8/p3IqOn5ACT3tEyq/i8DYwOIDTbg//39QFv/7QdiAQzNMAFGxg8MzMyOT6fH6/9j+LsArI+JuZERbDMbG0izAk7NUIlvV/c+eHtsMVgdSLN8x6MGxv939xYANfcT0vz11hGGdwfngJXBNIO98P/e7vMMfxkM8Bnw+90jhhdr68BKeDXtLwgmLjOE++z/7d3/kTW/2tLBwMTGxSDskMLACKRBmkFi/35+Y+AzCmDgNw5gYFR1hQc+I7oBz5eXMPz58oaBTViOQcAyiuHN7klgzbw6bmA+2NkoBqB54c/nNwyvgTaCDIEBbjUbBiH7FAj3P8MFRjVXJC/c3N3AwMRQj+wNZENQNIMU/f1byKjhMQERBvf3CwATyXlgYkGJRpAh3x+eAzsdDv7/fwA0wBGWoMDeAbsKnJD+AtPCf4IJiVHRESVZk5WUkb0LNwAmCE3WSJmJCZiZUG1FNgAAx4jBUS6s0eYAAAAASUVORK5CYII=) center no-repeat;
}
button.fancybox-button.fancybox-close-small {
    top: 65px;
    right: 25px;
    padding: 0;
    width: 48px;
    height: 48px;
}
button.fancybox-button.fancybox-close-small svg {
    width: 48px;
    height: 48px;
}
button.fancybox-button.fancybox-close-small svg path {
    fill: #E2761B;
}
.popup--agreement{
    padding-top: 0;
    max-width: 900px;
}
.popup--agreement + button.fancybox-button.fancybox-close-small {
    top: 10px;
    right: 10px;
}
.modal-form-submit .modal__container {
    min-height: auto;
    max-width: 38rem;
}
.modal-form-submit .modal__header-description {
    margin-bottom: 3rem;
    font-size: 1.5rem;
}
.modal-form-submit .modal__form-container {
    text-align: center;
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    opacity: 1;
    transition: opacity .5s;
}
.modal:not(.hidden) + .modal:not(.hidden) .modal__overlay{
    display: none;
}
.modal__header {
    margin-bottom: 1.7rem;
}
.modal__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
    font-weight: bold;
}
.modal__header-description {
    margin-bottom: 3rem;
    font-size: 1.5rem;
}
.modal__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1000;
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s;
 }
.modal__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90vw;
    padding: 2.5rem 3rem;
    min-height: 25rem;
    position: fixed;
    z-index: 10000;
    top: 50%;
    background-color: #fff;
    border-radius: 2px;
    max-width: 900px;
    left: 50%;
    max-height: 90vh;
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    transition: opacity .5s;
}
.modal--agreement {
    z-index: 11000;
}
.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    transition: .7s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 10000;
}
.preloader.hide {
    opacity: 0;
    pointer-events: none;
}
.preloader__logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    margin: 3px auto 0;
}
.preloader__item {
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E2761B;
    animation: preloader-spin 2s linear infinite;
}
.preloader__item::before {
     content: "";
     position: absolute;
     top: 5px;
     left: 5px;
     right: 5px;
     bottom: 5px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #E2761B;
     opacity: .3;
     animation: preloader-spin 3s linear infinite;
 }
.preloader__item::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E2761B;
    opacity: .65;
    animation: preloader-spin 1s linear infinite;
}
.btn-close {
    cursor: pointer;
    border: none;
    font-weight: 600;
    padding: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    margin-top: 3px;
}
.btn-close:hover {
    color: #E2761B;
}
.modal .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.btn-ok {
    max-width: 180px;
    margin: 0 auto;
}
.callback__description {
    font-size: 14px;
    max-width: 300px;
    margin-top: 30px;
}
@keyframes preloader-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.callback__info-contacts{
    display: flex;
}
.callback__info-phone-link{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-right: 10px!important;
}
.callback__info-contact-btn {
    padding: 0;
    height: 30px;
    width: 30px;
    max-width: 30px;
    text-align: center;
    justify-content: center;
    margin-left: 10px!important;
}
.callback__info-contact-btn svg{
    max-width: 15px;
}
.callback__info-contact-btn path{
    fill: #fff;
}
.callback__info-contact-btn.contact-btn--wa{
    background: #4EC142;
    border-color: #4EC142;
}
.callback__info-contact-btn.contact-btn--wa svg{
    margin-right: -1px;
}
.callback__info-contact-btn.contact-btn--wa:hover{
    background: transparent;
}
.callback__info-contact-btn.contact-btn--wa:hover path{
    fill: #4EC142;
}
.callback__info-contact-btn.contact-btn--tg{
    background: #419FD9;
    border-color: #419FD9;
}
.callback__info-contact-btn.contact-btn--tg svg{
    margin-right: 3px;
}
.callback__info-contact-btn.contact-btn--tg:hover{
    background: transparent;
}
.callback__info-contact-btn.contact-btn--tg:hover path{
    fill: #419FD9;
}
.copyright{
    margin-top: 25px;
    opacity: 1;
}
.copyright,
.copyright__link {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.copyright__link {
    color: #FFDBBB;
    text-decoration: underline !important;
    margin-left: 6px;
}
.copyright__link svg {
    margin-right: 3px;
}
.copyright--mobile{
    display: none;
}
@media(max-width: 768px){
    .copyright{
        display: none;
    }
    .copyright--mobile{
        display: flex;
    }
}
@media(max-width: 1460px){
    .footer__top-photo {
        transform: none;
        right: 0;
        top: -110px;
    }
    .footer__top .container, .footer__top .col-md-6 {
        position: relative;
    }
    .popup{
        max-width: 90vw;
    }
    .popup .callback__form{
        padding: 50px 20px 50px 50px;
    }
    .popup .callback__form h2 {
        font-size: 26px;
    }
    .popup .title-description {
        margin-bottom: 15px;
        font-size: 18px;
        color: #5A5F63;
    }
    .callback__info-name {
        font-size: 24px;
    }
    .callback__info-post{
        margin-bottom: 16px;
    }
    .popup__content .ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .callback__info-photo img {
        max-height: 280px;
    }
}
@media(max-width: 1210px){
    .container{
        min-width: 100%;
    }
    .top-block__form {
        margin: 0;
        padding: 40px 30px;
    }
    .hr {
        margin: 15px 0 38px;
    }
    .calc__left-img {
        margin-right: -10px;
    }
    section.top-block {
        padding-bottom: 40px;
    }
    .sform__form {
        margin-left: -50px;
    }
    .double__item {
        padding: 25px;
    }
    .apartment__item-info-table + .apartment__item-info-table::after {
        right: -15px;
        bottom: 92px;
    }
    h2 {
        font-size: 38px;
    }
    h2.line::before {
        top: 14px;
    }
    h1 {
        font-size: 50px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .top-block__description {
        font-size: 24px;
    }
    .top-block__list .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-block__list {
        max-width: 300px;
    }
    .bcalc__block {
        bottom: -60px;
    }
    .blue-section-2 {
        padding-top: 150px;
    }
    .footer__top-photo {
        position: relative;
    }
    .footer__top .col-md-6 + .col-md-6 {
        height: 300px;
    }
    .footer__top-photo img {
        max-width: 100%;
    }
    .footer__bottom .top-block__form {
        padding: 45px 50px;
        position: relative;
        top: 0;
    }
    .footer__bottom {
        padding-top: 50px;
    }
    .footer__top-text{
        font-size: 24px;
    }
}
@media(max-width: 991px){
    .contact-btn--wa span,
    .contact-btn--tg span {
        display: none;
    }
    .contact-btn--wa svg,
    .contact-btn--tg svg {
        margin: 0;
    }
    .btn-description{
        margin-bottom: 20px;
    }
    .calc__left-img {
        width: 50%;
    }
    .calc__left-info {
        width: 50%;
        padding: 150px 0  0 70px;
    }
    .calc__left {
        display: flex;
    }
    section.list {
        padding-top: 70px;
    }
    .title-description {
        margin-bottom: 30px;
    }
    .top-block__list-item__text br {
        display: none;
    }
    .nav__link {
        font-size: 12px;
    }
    .double__item-title {
        text-align: left;
        max-width: 60%;
        font-size: 36px;
    }
    .double__item-title-description {
        text-align: left;
        font-size: 18px;
    }
    .double__item-label {
        right: 10px;
        top: -20px;
        left: auto;
        width: 120px;
        height: 120px;
        font-size: 14px;
        line-height: 17px;
    }
    .apartment__item-info {
        width: 100%;
    }
    .apartment__item-slider {
        width: 100%;
        padding: 0;
        border-radius: 10px 10px 0 0;
    }
    .apartment__list-wrap .apartment__item {
        max-width: 50%;
        padding: 0 15px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .apartment__list-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 -15px;
    }
    .apartment__item-flex {
        height: auto;
    }
    .sform__form {
        margin: 0 -15px;
        padding: 40px;
    }
    .staff__list {
        max-width: 600px;
        margin: auto;
    }
    .list-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .list-section__bg{
        display: none;
    }
    .faq__item-q {
        font-size: 20px;
        padding: 25px 70px 28px 0;
    }
    .faq__item-q::after {
        width: 40px;
        height: 40px;
        top: 14px;
    }
    .faq__item-a {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 30px;
    }
    .footer__bottom-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .footer__phone a {
        font-size: 40px;
    }
    .footer__logo {
        width: 100%;
        padding: 0 15px;
    }
    .footer__link {
        padding: 10px 15px 0;
    }
    .top-block__form {
        padding: 25px;
    }
    .popup .callback__form {
        padding-left: 40px;
    }
    .popup .callback__form {
        padding: 40px 30px;
    }
    .callback__info-photo {
        width: 124px;
        height: 124px;
        overflow: hidden;
        border-radius: 50%;
        top: 0;
        margin-bottom: 16px;
    }
    .callback__info {
        padding: 40px 30px;
    }
    .callback__info-name {
        top: 0;
        margin-bottom: 10px;
    }
    .popup .title-description {
        display: none;
    }
    .popup .callback__form h2 {
        font-size: 24px;
        line-height: 116%;
    }
    .popup .callback__form h2 br {
        display: none;
    }
    .popup .top-block__form {
        padding-right: 0;
        position: relative;
        width: 100%;
    }
    .popup {
        padding: 0;
    }
    button.fancybox-button.fancybox-close-small {
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
    }
    button.fancybox-button.fancybox-close-small svg {
        width: 36px;
        height: 36px;
    }
}
@media(min-width: 901px){
    .navbar{
        display: block!important;
    }
}
@media(max-width: 900px){
    .header__right-item--desctop-contacts{
        display: none!important;
    }
    .contact-btn--wa span,
    .contact-btn--tg span {
        display: inline;
    }
    .contact-btn--wa svg,
    .contact-btn--tg svg {
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }
    .contact-btn {
        display: inline-flex;
        font-size: 18px;
        margin-bottom: 20px;
        width: 47%;
        justify-content: center;
        margin-left: 0;
        border-radius: 20px;
    }
    .mob-header__phone-link {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        display: block;
        color: #000;
        margin-bottom: 20px;
        width: 100%;
    }
    .mobile-block__contacts{
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nav__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
    }
    .nav__item {
        width: 100%;
    }
    .navbar {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        box-shadow: 0px 31px 70px rgba(85, 88, 94, 0.5);
        padding: 32px 0;
        display: none;
    }
    .nav__link {
        font-size: 18px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.035em;
        text-transform: uppercase;
        color: #000000;
        opacity: 0.6;
        padding: 15px 0;
    }
    .active .nav__link::before,
    .nav__link:hover::before{
        display: none;
    }
    .header__bottom {
        position: absolute !important;
        width: 100%;
        top: 70px !important;
        padding-top: 0;
        z-index: 20 !important;
    }
    .header__top {
        position: relative;
        z-index: 1000;
        background: #fff;
        padding-top: 22px;
    }
    .mobile_btn_nav{
        position: absolute;
        width: 53px;
        height: 53px;
        right: 25px;
        top: -9px;
        background: #FFFFFF;
        border: 2px solid #E0E6F1;
        border-radius: 50%;
        transition: .3s;
    }
    .mobile_btn_nav span{
        background: #E2761B;
        position: absolute;
        width: 23px;
        height: 3px;
        border-radius: 1px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile_btn_nav span::after,
    .mobile_btn_nav span::before {
        content: '';
        height: 3px;
        width: 23px;
        border-radius: 1px;
        left: 0;
        background: #E2761B;
        position: absolute;
        transition: .3s;
    }
    .mobile_btn_nav span::after{
        top: 7px;
    }
    .mobile_btn_nav span::before{
        top: -7px;
    }
    .logo-description {
        display: none;
    }
    .header__right {
        position: absolute;
        left: 5px;
        top: -9px;
    }
    .header__right-item + .header__right-item {
        display: none;
    }
    .header__top .row {
        display: block;
    }
    .logo-block {
        max-width: 212px;
        margin: auto;
        line-height: 53px;
    }
    .header__phone-link {
        width: 53px;
        height: 53px;
        left: 23px;
        top: 0;
        background: #5FB996 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAqElEQVQ4ja3TURHCMBCE4UiohEiog+IAHFAJdVAcICFSIgEJkVAJPw8NM+EamOOOFfBlZ+cSQhNgDN4AEcjsSV6o8J7Fil04ZgOiBTt1MIC7td3WwR5WbO1gVys2iHbFBDXgIppFL5gbLHsxeXM3LziK/dygvL382hCY62NJvWsF5f0VjtE172z4KRkYtGBSgJOqYUXnLy1/P3L2n7IKtPCHA5+Ac7vVExalzP81JDv/AAAAAElFTkSuQmCC) center no-repeat;
        border-radius: 50%;
        font-size: 0!important;
        color: transparent!important;
    }
    .logo {
        line-height: 53px;
    }
    .mobile_btn_nav.nav-open span::before {
        transform: rotate(45deg);
        top: 0px;
        background: #fff;
    }
    .mobile_btn_nav.nav-open span::after {
        transform: rotate(-45deg);
        top: 0px;
        background: #fff;
    }
    .mobile_btn_nav.nav-open span {
        background: transparent;
    }
    a.mobile_btn_nav.nav-open {
        background: #E2761B;
        border-color: #E2761B;
    }
    .mobile-block{
        display: block;
        padding: 45px 0;
        max-width: 325px;
        margin: 0 auto;
    }
    .mobile_btn_nav {
        display: block;
    }
    .mobile-block__row + .mobile-block__row {
        margin-top: 17px;
    }
    .btn-description {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .top-block__content {
        padding: 30px 0 150px 23px;
        margin: 0 0 0 -15px;
    }
    h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .top-block__description {
        font-size: 26px;
        line-height: 98.9%;
        margin-bottom: 20px;
        font-family: Circe;
    }
    .top-block__description br {
        display: none;
    }
    .top-block__content {
        padding: 70px 15px 150px 23px;
        margin: 0 -15px;
    }
    .top-block__list {
        max-width: none;
    }
    .top-block__form {
        top: -150px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 46px);
        max-width: 600px;
    }
    section.top-block {
        padding-bottom: 350px;
    }
    .calc .col-xl-3.col-lg-4 {
        order: 1;
    }
    .calc {
        padding-top: 80px;
    }
    h2 {
        font-size: 30px;
    }
    .col-form-3 {
        width: 100%;
    }
    .col-form-2 {
        width: 50%;
    }
    .calc__form .row + .row > div {
        width: 100%;
    }
    .calc__form .row + .row {
        margin-top: 0;
    }
    .calc__left {
        top: 0;
        margin-top: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .calc__left-img {
        width: 100%;
        margin: 21px 0 20px 0;
        position: relative;
        right: -15px;
    }
    .calc__left-info {
        width: 100%;
        padding: 40px 50px;
    }
    .calc__left-info-description br {
        display: none;
    }
    .calc__left-info-description {
        font-size: 16px;
        line-height: 22px;
        max-width: 260px;
        margin: auto;
    }
    .calc__left-info-title {
        max-width: 260px;
        margin: auto;
    }
    h2.line {
        padding-left: 0;
        padding-top: 40px;
        margin-bottom: 5px;
    }
    h2.line::before {
        top: 0;
    }
    .title-description {
        font-size: 16px;
        line-height: 30px;
        padding-left: 0;
    }
    .list__item-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 95%;
        color: #000000;
        margin-bottom: 10px;
    }
    .list__item-text {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.121691px;
        color: #5A5F63;
    }
    .list__item {
        padding: 26px 15px 22px 60px;
        margin-bottom: 16px;
        height: auto;
    }
    .list__item > .list__item-icon {
        position: absolute;
        left: 12px;
        width: 36px;
        height: 36px;
        top: 24px;
    }
    .list__item-icon svg {
        width: 18px;
    }
    .list__item::after {
        font-size: 160px;
    }
    .sform__form {
        padding: 25px;
    }
    .sform__description {
        margin-top: 5px;
    }
    .double {
        padding: 0;
    }
    .double__item {
        margin-bottom: 30px;
        height: auto;
    }
    .blue-section {
        padding-top: 100px;
        padding-bottom: 35px;
    }
    .blist__item-title {
        font-size: 20px;
    }
    .blist__item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .col-lg-4 .blist__item {
        padding: 20px;
        height: auto;
        margin-bottom: 15px;
    }
    .col-lg-4:first-child .blist__item {
        margin-top: 20px;
    }
    .blist__item br{
        display: none;
    }
    .blue-section__description {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }
    section#apartment {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    h2.line + .row {
        margin-top: 35px;
    }
    .apartment__list-wrap .apartment__item {
        max-width: 100%;
        width: 100%;
    }
    .staff__item .col-md-6.col-xs-5 {
        width: 35%;
    }
    .staff__item .col-md-6.col-xs-7 {
        width: 65%;
    }
    .staff__item-info {
        padding-top: 0;
    }
    section.bcalc {
        display: none;
    }
    .blue-section-2 {
        padding-top: 40px;
    }
    .row-form-btn .sform__description {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .footer__top .col-md-6 + .col-md-6 {
        height: auto;
        order: 0;
    }
    .footer__top .col-md-6:first-child {
        order: 1;
        padding: 0 20px;
        top: -50px;
    }
    .footer__top {
        padding: 0 0 35px 0;
        margin-top: 100px;
    }
    .footer__bottom-description {
        margin-top: 30px;
    }
    .footer__bottom-description br{
        display: none;
    }
    .footer__bottom .col-md-6 + .col-md-6 {
        order: 0;
    }
    .footer__bottom .col-md-6 {
        order: 1;
    }
    .footer__bottom .top-block__form {
        top: -40px;
        padding: 30px 25px 5px;
    }
    .footer__bottom {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .footer__phone a {
        font-size: 30px;
    }
    .footer__phone {
        margin-bottom: 25px;
    }
    .contacts__item {
        font-size: 15px;
    }
    .footer__bottom .row.align-items-end .col-md-6:first-child{
        order: 0;
        margin-bottom: 30px;
    }
    .footer__bottom .form__title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }
    .footer__bottom .row.align-items-end {
        margin-top: 25px;
    }
    .callback__info {
        border-radius: 10px 10px 0 0;
        width: 100%;
        padding: 30px 25px 10px;
    }
    .popup .callback__form {
        order: 1;
        border-radius: 0 0 10px 10px;
        width: 100%;
        padding: 20px 27px 10px;
    }
    .popup {
        max-width: 480px;
        margin: auto;
    }
    .popup__wrap{
        margin: 0 -20px;
    }
    .footer__link {
        margin-bottom: 20px;
    }
    .callback__info .ul {
        display: none;
    }
    .callback__description {
        margin-top: 15px;
    }
    .popup .callback__form h2 {
        font-size: 20px;
    }
}
@media(max-width: 560px){
    .form__title {
        text-align: center;
    }
    .form__title {
        font-size: 18px;
        line-height: 21px;
    }
    .top-block__form {
        padding: 15px;
    }
    .top-block .btn {
        font-size: 12px;
        padding: 12px;
    }
    .logo {
        font-size: 20px;
        margin: auto;
    }
    .logo-block {
        height: 35px;
    }
    .logo-block img {
        max-height: 33px;
    }
    .header__phone-link {
        width: 35px;
        height: 35px;
        top: 10px;
        position: absolute;
        left: 15px;
    }
    .mobile_btn_nav {
        right: 15px;
        width: 35px;
        height: 35px;
        top: 0px;
    }
    .mobile_btn_nav span{
        width: 18px;
        height: 2px;
    }
    .mobile_btn_nav span::after,
    .mobile_btn_nav span::before {
        height: 2px;
        width: 100%;
    }
    .mobile_btn_nav span::after{
        top: 6px;
    }
    .mobile_btn_nav span::before{
        top: -6px;
    }
    .header__right {
        left: 0;
    }
    .top-block__content {
        padding-left: 15px;
    }
    .sform__price {
        padding: 435px 25px 25px;
        margin-top: -410px;
    }
    .sform__price-description {
        font-size: 16px;
        line-height: 24px;
    }
    .sform__block .col-lg-6 + .col-lg-6 {
        order: 0;
        padding-left: 30px;
        padding-right: 0;
    }
    .sform__block .col-lg-6 {
        order: 1;
    }
    .sform__block {
        margin: 0 0 0 -15px;
        padding: 140px 0 0 0;
        background-size: contain;
    }
    .sform__form {
        margin: 0;
        padding: 20px 35px 20px 20px;
        position: relative;
        z-index: 10;
        top: -20px;
    }
    .double__item-label {
        right: -10px;
        top: -35px;
    }
    .apartment__btn {
        margin: 0 auto 15px;
    }
    .staff__item-description {
        font-size: 13px;
        line-height: 18px;
    }
    .staff__item-name {
        font-size: 20px;
        line-height: 95%;
    }
    .staff__item-post {
        font-size: 14px;
        line-height: 17px;
    }
    .staff__item {
        padding: 15px 5px;
    }
    .staff__item > .row > div {
        padding: 0 10px;
    }
    .title-description {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .btn {
        padding: 13px 10px;
        font-size: 12px;
        line-height: 24px;
    }
    .faq {
        padding-top: 30px;
    }
    .footer__top-photo {
        right: -15px;
        padding-left: 10px;
    }
}
