

/* Start:/local/templates/site/components/bitrix/news/objects/bitrix/news.detail/.default/style.css?17780660954336*/

.object-info__container {
    margin-top: -52.5px;
    position: relative;
    z-index: 10;
}

.object-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27.5px 40px;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 20px 40px rgba(31, 46, 69, 0.15);
    box-shadow: 0px 20px 40px rgba(31, 46, 69, 0.15);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.object-info__wrapper-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.object-info__wrapper-logo {
    width: auto;
    height: 45px;
}

.object-info__wrapper-title {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-dark-blue);
}

.object-info__wrapper-item__title {
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(31, 46, 69, .35);
    margin-bottom: 10px;
}

.object-info__wrapper-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.object-info__wrapper-item__item {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.object-info__wrapper-item__rect {
    width: 25px;
    height: 1px;
    background-color: rgba(31, 46, 69, .25);
}

.object-info__wrapper__rect {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M0.353516 0.353577L45.3535 45.3536' stroke='%231F2E45'/%3E%3C/svg%3E%0A");
    width: 46px;
    height: 46px;
    background-size: cover;
}

@media only screen and (max-width: 1599px) {
    .object-info__container {
        margin-top: -65px;
    }
    .object-info__wrapper {
        padding: 12px 30px 20px;
    }
    .object-info__wrapper-main {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 12px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(31, 46, 69, .15);
    }
    .object-info__wrapper-logo {
        height: 28px;
    }
    .object-info__wrapper-title {
        font-size: 40px;
    }
    .object-info__wrapper-item__item {
        font-size: 14px;
    }
    .object-info__wrapper-item__rect {
        width: 15px;
    }
    .object-info__wrapper__rect {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .object-info__wrapper-item__item {
        font-size: 12px;
    }
    .object-info__wrapper__rect {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 959px) {
    .object-info__wrapper {
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
    .object-info__wrapper-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .object-info__wrapper-logo {
        height: 40px;
    }
    .object-info__wrapper-title {
        font-size: 32px;
    }
    .object-info__wrapper-item__title {
        text-align: center;
    }
    .object-info__wrapper-item__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .object-info__wrapper .object-info__wrapper-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .object-info__container {
        margin-top: -55px;
    }
    .object-info__wrapper-title {
        font-size: 28px;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/slider/templates/first/style.css?17780629512947*/

.first-block__item {
    position: relative;
}

.first-block__img {
    height: 750px;
    display: block;
    position: relative;
}

.first-block__img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/local/templates/site/components/bitrix/news.list/slider/templates/first/img/pattern.png");
    background-size: 2px 2px;
    background-repeat: repeat;
}

.first-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first-block__item-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 200px;
}

.first-block__item-title {
    margin-bottom: 40px;
}

.first-block__item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.slider-first .swiper-navigation__wrapper {
    position: absolute;
    bottom: 100px;
    width: 100%;
    z-index: 5;
}

.slider-first .swiper-navigation {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1599px) {
    .first-block__img {
        height: 620px;
    }

    .first-block__item-title {
        margin-bottom: 30px;
    }

    .slider-first .swiper-navigation__wrapper {
        bottom: 90px;
    }

    .slider-first .swiper-navigation {
        padding-top: 20px;
    }

    .first-block__item-wrapper {
        padding-bottom: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .first-block__img {
        height: 560px;
    }
    .first-block__item-wrapper {
        padding-bottom: 180px;
    }
}

@media only screen and (max-width: 959px) {
    .first-block__img {
        height: 480px;
    }
    .first-block__item-title {
        margin-bottom: 25px;
    }
    .first-block__item-wrapper {
        padding-bottom: 160px;
    }
    .slider-first .swiper-navigation__wrapper {
        bottom: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .first-block__img {
        height: 545px;
    }
    .first-block__item-wrapper {
        padding-bottom: 155px;
    }
    .slider-first .swiper-navigation__wrapper {
        bottom: 80px;
    }

    .slider-first .swiper-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-first .swiper-btn {
        position: absolute;
        top: 50%;

    }
    .slider-first .swiper-btn-prev {
        left: 20px;
    }

    .slider-first .swiper-btn-next {
        right: 20px;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/block/templates/object/style.css?17780684891655*/
.object-about {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.object-about::before {
    content: '';
    background-image: url("/local/templates/site/components/bitrix/news.list/block/templates/object/img/pattern.svg");
    position: absolute;
    bottom: -45px;
    width: 57.5%;
    height: 340px;
    pointer-events: none;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.object-about__btns {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.object-about__text p:first-child {
    margin-top: 0;
}

.object-about__text p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .object-about {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .object-about__btns {
        margin-top: 30px;
    }
    .object-about::before {
        width: 57%;
        bottom: -70px;
        background-size: cover;
        background-position: right;
    }
}

@media only screen and (max-width: 1199px) {
    .object-about::before {
        height: 260px;
        width: calc(50% - 10px);
        bottom: 4px;
    }
}

@media only screen and (max-width: 959px) {
    .object-about {
        padding-top: 40px;
        padding-bottom: 60px;
    }
   .object-about__title {
       margin-bottom: 26px;
   }
    .object-about::before {
        width: calc(27% - 10px);
        bottom: -16px;
    }
}

@media only screen and (max-width: 767px) {
    .object-about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .object-about::before {
        content: unset;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/locations/style.css?17781579458850*/

.section-locations {
    position: relative;
    padding-bottom: 100px;
}

.section-locations::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='782' height='875' viewBox='0 0 782 875' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M632.326 173.417H438.111V875H176.396L0 700.735H262.689V0H632.686C669.875 0.0367955 706.692 7.39543 741.035 21.6557C775.379 35.9161 806.575 56.7986 832.842 83.1105C859.231 109.465 880.158 140.764 894.427 175.213C908.697 209.662 916.028 246.587 916 283.871C916.048 321.159 908.727 358.089 894.456 392.541C880.185 426.993 859.246 458.289 832.842 484.632C806.497 510.914 775.228 531.749 740.822 545.948C706.417 560.147 669.549 567.431 632.326 567.383L455.75 393.426H632.326C646.771 393.444 661.076 390.608 674.42 385.082C687.765 379.556 699.885 371.448 710.084 361.225C720.281 351.017 728.359 338.897 733.857 325.561C739.355 312.225 742.164 297.935 742.123 283.511C742.167 254.388 730.644 226.437 710.084 205.797C689.44 185.217 661.484 173.64 632.326 173.597V173.417Z' fill='url(%23paint0_linear_3547_965)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3547_965' x1='250' y1='83.5' x2='783.5' y2='617' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    top: -100px;
    height: 875px;
    aspect-ratio: 782 / 875;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
}

.object-locations__wrapper {
    position: relative;
}

.object-locations__wrapper .vertical-subtitle {
    position: absolute;
    top: 50%;
}

.object-locations__item {
    position: relative;
    margin-bottom: 20px;
}

.object-locations__item picture {
    height: 400px;
    width: 100%;
}

.object-locations__item picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.object-locations__item-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 22px 25px;
    background-color: #fff;
}

.object-locations__item-title {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.object-locations__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1599px) {
    .section-locations {
        padding-bottom: 60px;
    }
    .section-locations::before {
        background-image: url("data:image/svg+xml,%3Csvg width='687' height='740' viewBox='0 0 687 740' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M534.302 146.661H370.194V740H149.051L0 592.622H221.966V0H534.606C566.03 0.0311185 597.14 6.25442 626.159 18.3146C655.178 30.3747 681.538 48.0354 703.733 70.2878C726.031 92.5764 743.714 119.046 755.772 148.18C767.829 177.314 774.024 208.542 774 240.074C774.04 271.609 767.854 302.841 755.796 331.977C743.738 361.114 726.045 387.581 703.733 409.86C681.472 432.087 655.051 449.708 625.979 461.716C596.907 473.724 565.754 479.884 534.302 479.844L385.099 332.726H534.302C546.507 332.741 558.595 330.343 569.87 325.669C581.146 320.996 591.388 314.139 600.006 305.493C608.621 296.86 615.447 286.61 620.093 275.332C624.739 264.053 627.113 251.968 627.078 239.77C627.115 215.139 617.378 191.501 600.006 174.046C582.562 156.641 558.94 146.85 534.302 146.813V146.661Z' fill='url(%23paint0_linear_3552_5556)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3552_5556' x1='211.245' y1='70.6172' x2='662.433' y2='521.413' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        top: -80px;
        height: 740px;
        aspect-ratio: 687 / 740;
    }
    .object-locations__item picture {
        height: 330px;
    }
    .object-locations__item-wrapper {
        padding: 18px 20px;
    }
    .object-locations__item-title {
        font-size: 20px;
    }
    .object-locations__item-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-locations::before {
        background-image: url("data:image/svg+xml,%3Csvg width='582' height='624' viewBox='0 0 582 624' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M450.084 123.671H311.843V624H125.557L0 499.724H186.979V0H450.34C476.811 0.0262404 503.017 5.274 527.462 15.4436C551.907 25.6133 574.112 40.5055 592.809 59.2697C611.592 78.0644 626.488 100.384 636.645 124.952C646.802 149.519 652.02 175.851 652 202.441C652.034 229.032 646.823 255.368 636.665 279.938C626.508 304.507 611.603 326.825 592.809 345.612C574.057 364.354 551.8 379.213 527.31 389.339C502.821 399.465 476.579 404.659 450.084 404.625L324.398 280.569H450.084C460.365 280.582 470.547 278.559 480.046 274.618C489.544 270.677 498.172 264.896 505.431 257.605C512.689 250.325 518.439 241.682 522.352 232.172C526.266 222.661 528.265 212.47 528.236 202.184C528.267 181.415 520.065 161.482 505.431 146.763C490.737 132.086 470.838 123.83 450.084 123.799V123.671Z' fill='url(%23paint0_linear_3555_9488)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3555_9488' x1='177.948' y1='59.5474' x2='558.409' y2='439.287' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        top: -80px;
        height: 624px;
        aspect-ratio: 582 / 624;
    }
}

@media only screen and (max-width: 959px) {
    .section-locations::before {
        background-image: url("data:image/svg+xml,%3Csvg width='561' height='624' viewBox='0 0 561 624' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M450.084 123.671H311.843V624H125.557L0 499.724H186.979V0H450.34C476.811 0.0262404 503.017 5.274 527.462 15.4436C551.907 25.6133 574.112 40.5055 592.809 59.2697C611.592 78.0644 626.488 100.384 636.645 124.952C646.802 149.519 652.02 175.851 652 202.441C652.034 229.032 646.823 255.368 636.665 279.938C626.508 304.507 611.603 326.825 592.809 345.612C574.057 364.354 551.8 379.213 527.31 389.339C502.821 399.465 476.579 404.659 450.084 404.625L324.398 280.569H450.084C460.365 280.582 470.547 278.559 480.046 274.618C489.544 270.677 498.172 264.896 505.431 257.605C512.689 250.325 518.439 241.682 522.352 232.172C526.266 222.661 528.265 212.47 528.236 202.184C528.267 181.415 520.065 161.482 505.431 146.763C490.737 132.086 470.838 123.83 450.084 123.799V123.671Z' fill='url(%23paint0_linear_3560_10758)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3560_10758' x1='177.948' y1='59.5474' x2='558.409' y2='439.287' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        top: -60px;
        height: 624px;
        aspect-ratio: 561 / 624;
    }
    .object-locations__item-title {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .section-locations {
        padding-bottom: 30px;
    }
    .section-locations::before {
        background-image: url("data:image/svg+xml,%3Csvg width='260' height='276' viewBox='0 0 260 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M199.5 54.7007H138.225V276H55.6533L0 221.032H82.8789V0H199.614C211.347 0.0116063 222.963 2.33273 233.798 6.83084C244.634 11.3289 254.476 17.9159 262.763 26.2154C271.089 34.5285 277.692 44.4008 282.194 55.2672C286.696 66.1335 289.009 77.7804 289 89.5411C289.015 101.303 286.705 112.951 282.203 123.819C277.7 134.686 271.094 144.557 262.763 152.867C254.452 161.157 244.586 167.729 233.731 172.208C222.876 176.686 211.244 178.984 199.5 178.969L143.79 124.098H199.5C204.058 124.103 208.571 123.209 212.781 121.466C216.991 119.723 220.815 117.165 224.033 113.941C227.25 110.721 229.799 106.898 231.534 102.691C233.268 98.4847 234.154 93.9773 234.141 89.4276C234.155 80.2411 230.52 71.4246 224.033 64.9144C217.52 58.4227 208.7 54.7711 199.5 54.7574V54.7007Z' fill='url(%23paint0_linear_3560_11818)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3560_11818' x1='78.8755' y1='26.3383' x2='247.157' y2='194.659' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        top: -50px;
        height: 276px;
        aspect-ratio: 260 / 276;
    }
    .object-locations__item picture {
        height: 270px;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/teasers/templates/icons/style.css?17782248472730*/

.section-teasers {
    padding: 100px 0;
}

.icons-block {
    margin-top: 60px;
}

.icons-block__row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.icons-block__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    padding-right: 10px;
    padding-left: 10px;
}

.icons-block__item-icon-wrapper {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
}

.icons-block__item-icon {
    height: 32px;
    width: 32px;
}

.icons-block__item-icon img {
    width: 100%;
    height: 100%;
}

.icons-block__item-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.icons-block__item-text {
    color: rgba(31, 46, 69, .7);
    padding: 0 20px;
}

@media only screen and (max-width: 1599px) {
    .section-teasers {
        padding: 80px 0;
    }
    .icons-block {
        margin-top: 40px;
    }
    .icons-block__col {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        max-width: 220px;
    }
    .icons-block__item-title {
        font-size: 12px;
    }
    .icons-block__item-text {
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .icons-block__row {
        row-gap: 20px;
    }
    .icons-block__col {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media only screen and (max-width: 959px) {
    .section-teasers {
        padding: 60px 0;
    }
    .icons-block {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-teasers {
        padding: 50px 0;
    }
    .icons-block__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .icons-block__item-icon-wrapper {
        margin-bottom: 20px;
    }
    .icons-block__item-title {
        margin-bottom: 9px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1773820028666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/site/components/bitrix/news.list/object-map/style.css?17782351134371*/

.object-map__tabs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
}

.object-map__tab-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.object-map__tab-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.object-map__tab-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.object-map__icon-wrapper {
    --corner-top: 9px;
    --corner-bot: 9px;
    background-color: var(--color-blue);
    width: 42px;
    height: 42px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.object-map__tab-item:has(input[type="checkbox"]:checked) .object-map__icon-wrapper {
    background-color: var(--color-cream);
}

.object-map__icon-wrapper svg * {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    stroke: white;
}

.object-map__tab-item:has(input[type="checkbox"]:checked) .object-map__icon-wrapper svg * {
    stroke: var(--color-dark-blue);
}

.object-map__tab-title {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-dark-blue);
}

.object-block__map-wrapper {
    margin-top: 60px;
    height: 800px;
    width: 100%;
    position: relative;
}

.object-block__map-wrapper picture {
    position: absolute;
    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;
    height: 100%;
    width: 100%;
}

.object-block__map {
    width: 100%;
    height: 100%;
}

.object-block__map .ymaps-2-1-79-places-pane {
    z-index: 1000;
}

.object-block__map .ymaps-2-1-79-ground-pane {
    will-change: transform;
    -webkit-filter: saturate(0) contrast(0.75) brightness(1.1);
    filter: saturate(0) contrast(0.75) brightness(1.1);
}

.object-block__map .ymaps-2-1-79-inner-panes::before {
    content: '';
    background: rgba(244, 242, 239, 1);
    mix-blend-mode: color;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 990;
}

@media only screen and (max-width: 1599px) {
    .object-map__tab-item label {
        gap: 10px;
    }
    .object-map__tab-title {
        font-size: 11px;
    }
    .object-block__map-wrapper {
        margin-top: 40px;
        height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .object-map__tab-item {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media only screen and (max-width: 959px) {
    .object-block__map-wrapper {
        margin-top: 30px;
        height: 470px;
    }
    .object-map__tabs {
        margin-top: 30px;
    }
    .object-map__tab-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .object-block__map-wrapper {
        height: 350px;
    }
    .object-map__tab-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/slider/templates/half/style.css?17762542773263*/

.half-block {
    margin-top: 120px;
    position: relative;
    z-index: 5;
}

.slider-half__wrapper {
    background-color: #fff;
    padding: 30px 60px;
    height: 100%;
}

.slider-half {
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-half .swiper-counter__wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(31, 46, 69, .15);
}

.slider-half .swiper-navigation {
    padding-top: 30px;
    border-top: 1px solid rgba(31, 46, 69, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-half__item-title {
    margin-bottom: 30px;
}

.slider-half__item-title span {
    display: block;
}

.slider-half__item-text p {
    margin-top: 0;
}

.slider-half__item-text p:last-child {
    margin-bottom: 0;
}

.half-block .cut-corners {
    aspect-ratio: 369 / 295;
}

.half-block picture,
.half-block img {
    height: 100%;
    width: 100%;
}

.slider-half__item-wrapper {
    padding: 30px 0;
}

@media only screen and (max-width: 1599px) {
    .half-block {
        margin-top: 10px;
    }

    .slider-half__item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        gap: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-half__item .cut-corners {
        width: 378px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .slider-half__wrapper {
        padding: 60px 60px 30px;
    }
    .slider-half .swiper-navigation {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .half-block {
        margin-top: 40px;
    }
    .slider-half__wrapper {
        padding: 50px 50px 30px;
    }
    .slider-half__item {
        gap: 40px;
    }
}

@media only screen and (max-width: 959px) {
    .slider-half__item-wrapper {
        padding: 0;
    }
    .slider-half__wrapper {
        padding: 40px 40px 30px;
    }
    .slider-half__item .cut-corners {
        width: 100%;
    }
    .slider-half__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .slider-half__item-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .half-block {
        margin-top: 30px;
    }
    .slider-half__wrapper {
        padding: 30px 30px 20px;
    }
    .slider-half__item {
        gap: 20px;
    }

    .slider-half .swiper-navigation {
        margin-top: 30px;
        padding-top: 20px;

    }

}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/buy/style.css?1775461976659*/

.buy-block {
    margin-top: 60px;
}

.buy-block__img {
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 45px;
    bottom: -55px;
    pointer-events: none;
    width: 300px;
}

.buy-block__img img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1599px) {
    .buy-block {
        margin-top: 40px;
    }
    .buy-block__img {
        width: 180px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 959px) {
    .buy-block {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .buy-block {
        margin-top: 20px;
    }
    .buy-block__img {
        width: 150px;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/slider/templates/objects/style.css?177625408112762*/

.section-objects::before {
    content: '';
    background-image: url("/local/templates/site/components/bitrix/news.list/slider/templates/objects/img/pattern.svg");
    aspect-ratio: 1557 / 340;
    height: 340px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.objects-block__filter {
    display: flex;
    align-items: center;
    gap: 1px;
    padding-right: 30px;
}

.objects-block {
    margin-top: 60px;
    margin-bottom: -240px;
}

.slider-objects__item {
    padding: 0 30px;
}

.slider-objects__item-wrapper {
    position: relative;
}

.slider-objects__item-img {
    height: 550px;
    background: radial-gradient(95.82% 91.64% at 10.27% 4.91%, #2D5FAF 0%, #213656 38.08%, #1F2E45 60.91%, #1F2F47 68.32%, #20314C 73.07%, #22395C 81.36%, #2D5FAF 100%);
    position: relative;
}

.slider-objects__item-img::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='526' height='550' viewBox='0 0 526 550' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M219.162 -42.5498C219.667 -42.1791 220.225 -41.7593 220.833 -41.2891C223.621 -39.1339 227.456 -35.9674 232.191 -31.9297C241.66 -23.8555 254.707 -12.3131 270.13 1.55664C300.975 29.2956 341.31 66.3328 381.494 103.523C421.678 140.714 461.711 178.057 491.95 206.405C507.07 220.58 519.741 232.505 528.759 241.039C533.268 245.306 536.862 248.725 539.393 251.152C540.658 252.366 541.656 253.331 542.369 254.03C543.094 254.741 543.501 255.154 543.607 255.281L543.623 255.301L543.64 255.317C554.326 265.867 562.821 278.43 568.633 292.283C574.445 306.137 577.457 321.007 577.5 336.033C577.5 366.432 565.439 395.586 543.969 417.081C522.546 438.528 493.508 450.595 463.218 450.648L392.971 381.12L463.015 381.119C471.948 381.154 480.688 378.531 488.127 373.579C495.566 368.627 501.367 361.57 504.79 353.31C508.213 345.049 509.107 335.955 507.354 327.186C505.602 318.416 501.279 310.366 494.944 304.06L494.938 304.053L494.933 304.047L494.108 303.299C485.521 295.673 474.528 291.292 463.03 290.942H381.538V575.467L242.974 566.594L-50.7842 275.729H54.5791V-8.01758H135.056C146.735 -8.01758 157.937 -3.37361 166.195 4.89453C174.454 13.1627 179.097 24.3774 179.097 36.0703C179.097 47.7635 174.454 58.9788 166.195 67.2471C157.937 75.5152 146.735 80.1582 135.056 80.1582H62.5801L63.4443 81.0137L134.704 151.547L134.848 151.689L135.05 151.691C157.971 151.955 180.446 145.334 199.573 132.687C218.7 120.039 233.604 101.945 242.358 80.7354C251.112 59.5261 253.317 36.1759 248.688 13.7002C244.324 -7.48288 234.074 -26.9731 219.162 -42.5498Z' stroke='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
}

.slider-objects__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-objects__item._completed .slider-objects__item-type {
    --type-bg-color: var(--color-dark-blue);
    --type-color: #fff;
    --type-icon: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.75L2.75 6.75L8.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 6.75L12.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.slider-objects__item._perspective .slider-objects__item-type {
    --type-bg-color: var(--color-cream);
    --type-color: var(--color-dark-blue);
    --type-icon: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9926 2.50736C8.64949 0.164214 4.8505 0.164214 2.50736 2.50736C1.33579 3.67893 0.75 5.21447 0.75 6.75C0.75 8.28553 1.33579 9.82107 2.50736 10.9926C4.8505 13.3358 8.64949 13.3358 10.9926 10.9926C12.1642 9.82107 12.75 8.28553 12.75 6.75M11.75 0.75V3.25H9.25M6.75 3.75C6.75 4.91667 6.75 6.75 6.75 6.75L8.75 8.75' stroke='%231F2E45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.slider-objects__item._build .slider-objects__item-type {
    --type-bg-color: var(--color-blue);
    --type-color: #fff;
    --type-icon: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 4.75V2.75C12.75 1.64543 11.8546 0.75 10.75 0.75H5.75M12.75 4.75H7.75M12.75 4.75V8.75M0.75 4.75V2.75C0.75 1.64543 1.64543 0.75 2.75 0.75H5.75M0.75 4.75H7.75M0.75 4.75V8.75M7.75 4.75V8.75M7.75 4.75H5.75V0.75M12.75 8.75H7.75M12.75 8.75V10.75C12.75 11.8546 11.8546 12.75 10.75 12.75H5.75M0.75 8.75H7.75M0.75 8.75V10.75C0.75 11.8546 1.64543 12.75 2.75 12.75H5.75M7.75 8.75H5.75V12.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.slider-objects__item-type {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 14px 15px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--type-color);
    background-color: var(--type-bg-color);
}

.slider-objects__item-type::before {
    content: '';
    mask-image: var(--type-icon);
    background-color: var(--type-color);
    width: 14px;
    height: 14px;
    mask-size: auto;
    mask-position: center;
    mask-repeat: no-repeat;
}


.slider-objects__item._completed .slider-objects__item__wrapper,
.slider-objects__item._build .slider-objects__item__wrapper {
    --objects-bg-color: #fff;
    --objects-color: var(--color-dark-blue);
    --objects-position-top: unset;
    --objects-position-rigth: 10px;
    --objects-position-bot: 10px;
    --objects-position-left: unset;
    --objects-position-transform: unset;
    --objects-title: 30px;
    --objects-address-mt: 3px;
    --objects-text-align: left;
    --objects-padding: 20px;
    --object-btns-mt: 20px;
    --object-btn-pt: 20px;
    --objects-border: 1px solid rgba(31, 46, 69, .15);
    --objects-max-width: 400px;
}

.slider-objects__item._perspective .slider-objects__item__wrapper {
    --objects-bg-color: transparent;
    --objects-color: #fff;
    --objects-position-top: 50%;
    --objects-position-rigth: unset;
    --objects-position-bot: unset;
    --objects-position-left: 50%;
    --objects-position-transform: translate(-50%, -50%);
    --objects-title: 40px;
    --objects-address-mt: 20px;
    --objects-text-align: center;
    --objects-padding: 0px;
    --object-btns-mt: 40px;
    --object-btn-pt: 0px;
    --objects-border: none;
    --objects-max-width: auto;
}

.slider-objects__item__wrapper {
    position: absolute;
    background-color: var(--objects-bg-color);
    color: var(--objects-color);
    top: var(--objects-position-top);
    right: var(--objects-position-rigth);
    bottom: var(--objects-position-bot);
    left: var(--objects-position-left);
    transform: var(--objects-position-transform);
    text-align: var(--objects-text-align);
    padding: var(--objects-padding);
    max-width: var(--objects-max-width);
}

.slider-objects__item__wrapper._flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider-objects__item__title {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: var(--objects-title);
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--objects-color);
}

.slider-objects__item__address {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--objects-color);
    margin-top: var(--objects-address-mt);
}

.slider-objects__item__btns {
    padding-top: var(--object-btn-pt);
    margin-top: var(--object-btns-mt);
    border-top: var(--objects-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-objects__item__btn {
    height: 50px;
    width: 50px;
    border: 1px solid var(--color-cream);
    position: relative;
    transition: all .3s ease-in-out;
    flex-shrink: 0;
}

.slider-objects__item__btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.530273L20 10.5303M20 10.5303L10 20.5303M20 10.5303H0' stroke='%23DCCEB4' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    mask-size: cover;
    transition: background-color .3s ease-in-out;
    background-color: var(--color-cream);
}

.slider-objects .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.slider-objects .swiper-btn-prev {
    left: 0;
}

.slider-objects .swiper-btn-next {
    right: 0;
}

.slider-objects__item__btn:active {
    background-color: #F0E2C8 !important;
    border-color: #F0E2C8 !important;
    box-shadow: unset !important;
}

.slider-objects__item__btn:active::before {
    background-color: var(--color-dark-blue) !important;
}

@media (hover: hover) {
    .slider-objects__item__btn:hover {
        background-color: var(--color-cream);
        box-shadow: 0px 15px 30px rgba(220, 206, 180, 0.15), 0px 10px 20px rgba(220, 206, 180, 0.15);
    }

    .slider-objects__item__btn:hover::before {
        background-color: var(--color-dark-blue);
    }
}

@media only screen and (max-width: 1599px) {
    .slider-objects.swiper {
        overflow: visible !important;
        overflow-x: clip !important;
    }
    .section-objects::before {
        width: 837px;
    }
    .objects-block {
        margin-top: 40px;
        margin-bottom: -80px;
    }
    .slider-objects__item {
        padding: 0 15px;
    }
    .objects-block__filter {
        padding-right: 15px;
    }
    .slider-objects__item-img {
        height: 282px;
    }

    .slider-objects__item-img.cut-corners {
        --corner-bot: 0px !important;
    }

    .slider-objects__item__wrapper {
        transform: unset;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: max-content;
    }

    .slider-objects__item._completed .slider-objects__item__wrapper,
    .slider-objects__item._build .slider-objects__item__wrapper,
    .slider-objects__item._perspective .slider-objects__item__wrapper {
        --objects-bg-color: #F4F2EF;
        --objects-color: var(--color-dark-blue);
        --objects-position-top: unset;
        --objects-position-rigth: 10px;
        --objects-position-bot: 10px;
        --objects-position-left: unset;
        --objects-position-transform: unset;
        --objects-title: 20px;
        --objects-address-mt: 3px;
        --objects-text-align: left;
        --objects-padding: 20px;
        --object-btns-mt: 20px;
        --object-btn-pt: 20px;
        --objects-border: 1px solid rgba(31, 46, 69, .15);
        --objects-max-width: 100%;
    }

    .slider-objects__item-type {
        padding: 9px 12px;
    }
    .slider-objects__item__address {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-objects__item__btn {
        height: 40px;
        width: 40px;
    }
    .objects-block__filter {
        padding-right: 20px;
    }
    .section-objects::before {
        width: calc(50% - 10px);
        height: 279px;
    }
    .objects-block {
        margin-top: 30px;
        margin-bottom: -60px;
    }
    .slider-objects__item {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 959px) {
    .objects-block__filter {
        margin-top: 20px;
        padding-right: 0;
    }
    .slider-objects__item-img {
        height: 240px;
    }
    .slider-objects__item {
        padding: 0 15px;
    }
    .objects-block {
        margin-bottom: -40px;
    }
    .section-objects::before {
        height: 209px;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .objects-block__filter {
        overflow-x: scroll;
        width: calc(100% + 20px);
    }

    .objects-block__filter-wrapper {
        position: relative;
    }
    .objects-block__filter-wrapper::before {
        content: '';
        position: absolute;
        width: 89px;
        height: 100%;
        background: linear-gradient(270deg, #2A5293 0%, rgba(42, 82, 147, 0) 100%);
        right: -20px;
        top: 0;
        z-index: 5;
        pointer-events: none;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/contacts/style.css?17782350682774*/

.section-contacts-objects {
    padding-top: 230px !important;
}

.contacts-block {
    margin-top: 60px;
}

.contacts-block__item-wrapper {
    padding-top: 60px;
    border-top: 1px solid rgba(31, 46, 69, .15);
}

.contacts-block__tabs {
    display: flex;
    margin-top: -53px;
}

.contacts-block__map-wrapper {
    width: 100%;
    height: 750px;
    position: relative;
    margin-top: 60px;
}

.contacts-block__map-wrapper picture {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.contacts-block__map {
    width: 100%;
    height: 100%;
}

.contacts-block__item {

}

.contacts-block__item-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(31, 46, 69, .35);
    margin-bottom: 10px;
}

.contacts-block__item-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
}

a.contacts-block__item-value {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-transform: lowercase;
}

.contacts-block__item-value._worktime:not(:last-child) {
    margin-bottom: 5px;
}

.contacts-block__item-value span {
    margin-left: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1599px) {
    .section-contacts-objects {
        padding-top: 250px !important;
    }
    .contacts-block__tabs {
        margin-top: -33px;
    }
    .contacts-block__map-wrapper {
        margin-top: 50px;
        height: 650px;
    }
    .contacts-block__item {
        margin-bottom: 30px;
    }
    .contacts-block__item-value,
    a.contacts-block__item-value {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-contacts-objects {
        padding-top: 240px !important;
    }
    .contacts-block {
        margin-top: 40px;
    }
    .contacts-block__item-wrapper {
        padding-top: 40px;
    }
    .contacts-block__map-wrapper {
        height: 550px;
    }
}

@media only screen and (max-width: 959px) {
    .section-contacts-objects {
        padding-top: 220px !important;
    }
    .contacts-block {
        margin-top: 30px;
    }
    .contacts-block__item-wrapper {
        padding-top: 30px;
    }
    .contacts-block__map-wrapper {
        height: 500px;
        margin-top: 26px;
    }
    .contacts-block__tabs {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-contacts-objects {
        padding-top: 210px !important;
    }
    .contacts-block__map-wrapper {
        margin-top: 16px;
    }
}
/* End */
/* /local/templates/site/components/bitrix/news/objects/bitrix/news.detail/.default/style.css?17780660954336 */
/* /local/templates/site/components/bitrix/news.list/slider/templates/first/style.css?17780629512947 */
/* /local/templates/site/components/bitrix/news.list/block/templates/object/style.css?17780684891655 */
/* /local/templates/site/components/bitrix/news.list/locations/style.css?17781579458850 */
/* /local/templates/site/components/bitrix/news.list/teasers/templates/icons/style.css?17782248472730 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1773820028666 */
/* /local/templates/site/components/bitrix/news.list/object-map/style.css?17782351134371 */
/* /local/templates/site/components/bitrix/news.list/slider/templates/half/style.css?17762542773263 */
/* /local/templates/site/components/bitrix/news.list/buy/style.css?1775461976659 */
/* /local/templates/site/components/bitrix/news.list/slider/templates/objects/style.css?177625408112762 */
/* /local/templates/site/components/bitrix/news.list/contacts/style.css?17782350682774 */
