.zhivi header.header-malinovka .logo span.title {
    position: relative;
    height: 70px;
    left: unset;
    right: unset;
    top: unset;
    margin-top: -9px;
    bottom: unset;
}

header .logo {
    height: auto;
}

.re-main-bnr .benefits {
    max-width: 100%;
}

.re-main-bnr h1 strong {
    font-weight: 400;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    /*color: #8d8d8d*/
    color: #333333;
}

.re-main-bnr.sun h1 strong {
    color: #1d1d1d;
    line-height: 1.8rem;
}

.re-main-bnr h1 span {
    font-size: 50px;
    font-weight: 300;
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif;
}

.re-main-bnr h1 span u {
    text-decoration: line-through;
    color: #333;
    opacity: 0.8;
    font-size: .8em;
}

.re-main-bnr .sub-header {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
    max-width: 50%;
    color: #8d8d8d
}

.re-main-bnr .sub-header {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 400px;
    color: #767676;
}

.re-main-bnr .sub-header span {
    display: block
}

.re-main-bnr {
    position: relative;
    padding: 20px 0 0px;
    box-sizing: border-box;
}

.like-re-bnr .player {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 440px;
    left: 0;
    width: 100px;
    height: 120px;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.player-block img {
    display: none;
}

.like-re-bnr .player .player-bg {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    width: 120px;
    background: #CC0000;
    border-radius: 1rem;
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    height: 120px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.like-re-bnr .player:hover .player-bg {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.like-re-bnr .player .circle {
    position: absolute;
    z-index: 12;
    top: 30px;
    left: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    transition: .3s
}

.like-re-bnr .player .circle:before {
    content: ' ';
    position: absolute;
    top: 21px;
    left: 29px;
    display: block;
    width: 1px;
    height: 1px;
    border: 8px solid transparent;
    border-left: 10px solid #CC0000;
}

.like-re-bnr .player span {
    position: absolute;
    z-index: 11;
    left: 50px;
    top: 30px;
    display: block;
    width: 0;
    padding: 1rem 0;
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    background: #FFF;
    border-radius: .5rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, .4);
   /* -webkit-transition: .3s 0s;
    transition: .3s 0s*/
}

.like-re-bnr .player:hover span {
    width: 0;
    -webkit-transition: .3s 0s;
    transition: .3s 0s;
    padding: 1rem 0;
}

.like-re-bnr .player span {
    white-space: nowrap;
    overflow: hidden;
}

.like-re-bnr .header-bnr-holder {
    left: unset;
    right: -200px;
    top: 507px;
    margin: unset;
}

.like-re-bnr {
    background: url(../images/bg_malinovka-v2.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 55%;
}

.re-main-bnr .top-lands-counter-row {
    top: -28px;
    left: unset;
    right: 100px;
}

header.header-malinovka {
    padding-bottom: 50px;
}

header .phones .order {
    top: 9px;
}

.footer-map {
    bottom: unset;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.row-legend {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.row-legend .item {
    margin-right: 56px;
}

.villages-stat {
    height: 100%;
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 0;
    box-shadow: none;
}

.m-t-1.c-village.bg-sprite {
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
    align-items: center;
    height: 100%;
}

.statistic.text-md-center.text-lg-center.stat-slice {
    padding-left: 50px;
    box-sizing: border-box;
}

.main-turnkeyHouses-wrap {
    width: 100%;
    position: relative;
}

.cp-list.slick-initialized {
    display: block;
}

.page-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer-map {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    width: 100%;
}

div#map {
    height: calc(100vh - 70px) !important;
    overflow: hidden;
}

#excursion {
    z-index: 100000;
}

.get-back-index-btn {
    position: absolute;
    left: 20px;
    top: 70px;
    z-index: 2;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;
}

.get-back-index-btn:hover {
    background: none;
}

.get-back-index-btn img {
    width: 21px;
    margin-right: 10px;
}

header .phones .order .social-btns a.link-instagramm {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

a.link-instagramm img {
    width: 24px
}

.prop-filter {
    display: flex;
    flex-flow: row wrap;
    max-width: 250px;
}

.prop-filter-item {
    width: 50%;
}

.prop-filter-item label {
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.prop-filter-item label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
}

.prop-filter-item label::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 0;
    transition: 0.2s;
}

.prop-filter-item input:checked + label::before {
    opacity: 1;
}

.prop-filter-item input {
    display: none;
}

.sectors-filter .filter-sort .sort-by .sort-filter[data-sort-type=asc] svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(0)
}

.sectors-filter .filter-sort .sort-by .sort-filter[data-sort-type=desc] svg {
    -webkit-transform: rotateX(0);
    transform: rotateX(180deg)
}

.counter-in-houses {
    position: relative;
    justify-content: center;
    top: unset;
}

.leaflet-popup-content .info {
    padding: 20px;
    min-width: unset;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
}

.full-cycle-panel .slick-prev:before, .slick-next:before {
    opacity: .75;
    filter: inherit;
    color: #eb165a;
}

.full-cycle-panel .button {
    background: #eb165a;
    transition: 0.2s;
}

.full-cycle-panel .button:hover {
    opacity: 0.7;
}

.fcu-btn-price-row .button {
    margin-left: 20px;
    background: #eb165a;
}

.js-full-cycle-carousel .slick-prev {
    width: 20px;
    height: 20px;
}

.js-full-cycle-carousel .slick-next {
    width: 20px;
    height: 20px;
}

.sectors-filter .filter-header .actions a.btn-filter {
    background: #eb165a;
}

.n-header a {
    color: #333;
}

.n-header-top-row {
    background-color: #fff;
}

.n-header .page-wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.n-header-soc-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.n-header-soc-block a {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-header-soc-block a:last-child {
    margin-right: 0;
}

.kfk-logo-block {
    font-size: 14px;
    font-weight: 400;
    margin-right: 32px;
}

.kfk-logo-block img {
    width: 32px;
    margin-right: 12px;
}

.n-header-bot-row {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.n-header-menu-part a {
    color: #752526;
    border-bottom: 1px dashed #752526;
    transition: 0.2s;
    font-weight: 500;
    font-size: 14px;
    margin: 4px 30px 4px 0;
}

.n-header-menu-part a:first-child {
    margin-left: 0;
}

.n-header-menu-part a:last-child {
    margin-right: 0;
}

.n-header-menu-part:last-child a {
    margin: 4px 0 4px 27px;
}


.n-header-menu-part a:hover {
    border-bottom: 1px solid #752526;
}

.n-header-bot-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.n-header-row-side:last-child {
    justify-content: flex-end;
}

.n-header-row-side {
    width: calc(50% - 110px);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
}

.n-header-menu-part {
    width: calc(50% - 110px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.n-header-row-side p {
    margin-bottom: 0;
    margin-left: 0;
}

.n-header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n-header-row-side:last-child {
    justify-content: space-around;
}

.kfk-logo-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.n-header-row-side a {
    font-size: 14px;

}

.middle-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.middle-header-logo {
    width: 220px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.logo-bg-square {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.middle-header-logo::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 46px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 60px 10px rgb(0 0 0 / 30%);
    transition: 0.2s;
}

.mhl-text {
    margin-top: -3px;
}

.mhl-logo {
    padding-top: 10px;
    box-sizing: border-box;
}

.middle-header-logo:hover::before {
    box-shadow: 0px 0px 70px 10px rgb(0 0 0 / 30%);
}

.middle-header-logo:hover .logo-bg-square {
    transform: scale(1.06);
}


.mhl-logo, .mhl-text {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.n-header-menu-part:last-child {
    justify-content: flex-end;
}

.mobile-header-row {
    display: none;
}

a.n-header-phone {
    margin-left: 14%;
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
}

.n-header-soc-block a {
    width: 26px;
}

.n-header {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    width: 100%;
    margin: auto;
    z-index: 1000;
}

.re-main-bnr {
   /* padding-top: 280px; */
}



@media screen and (max-width: 1080px) {

    .n-header-row-side a {
        margin: 0;
    }

    .n-header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }

    .re-main-bnr {
        padding-top: 160px;
    }

    .mhl-logo {
        padding-top: 4px;
    }

    .n-header-menu-part {
        width: 100%;
    }

    .n-header-bot-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .logo-bg-square {
        position: absolute;
        top: 0;
        left: -40%;
        right: -40%;
        width: 120%;
        margin: auto;
        height: auto;
    }

    .n-header-menu-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .n-header-row-side a {
        font-size: 16px;
    }

    .kfk-logo-block {
        display: none;
    }

    .n-header-menu-part a, .n-header-menu-part:last-child a {
        margin: 10px 0;
        font-size: 16px;
        border-bottom: none;
    }

    .mhl-logo img {
        max-width: 73%;
    }


    .middle-header-logo {
        width: 140px;
        transition: 0.2s;
    }

    .middle-header-logo.active {
        transform: translateY(-50px);
        opacity: 0;
        pointer-events: none;
    }

    .burger-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 22px;
        height: 30px;
        position: relative;
    }

    .burger-btn span {
        width: 100%;
        height: 2px;
        background-color: #752526;
        margin: 2px 0;
    }

    .burger-btn.active span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        transition: 0.2s;
        transform: rotate(45deg);
    }

    .burger-btn.active span:nth-child(1) {
        transform: rotate(45deg);
    }

    .burger-btn.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .burger-btn.active span:nth-child(2) {
        display: none;
    }

    .mobile-header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 20px;
        box-sizing: border-box;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    }

    .mobile-logo img {
        width: 28px;
    }

    .n-header-main-wrapper {
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        pointer-events: none;
        height: calc(100% - 60px);
        transform: translateX(40px);
        transition: 0.2s;
        z-index: 10;
        background: #ffffff;
    }

    .n-header-main-wrapper.active {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
        box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
    }

    .n-header-top-wrapper .n-header-row-side:first-child {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .n-header-row-side {
        width: 100%;
    }

    .n-header-row-side p {
        display: none;
    }

    .n-header-phone {
        font-size: 16px;
        font-weight: 500;
    }

    .n-header-bot-row {
        background-color: #fff;
    }

    .n-header-soc-block a {
        margin: 0 4px;
    }

    .info{
        padding: 10px 0px 0px 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .n-header-menu-part a, .n-header-menu-part:last-child a {
        margin: 7px 0;
        line-height: 1.3;
    }

}

@media (max-width: 1199px) {

    .re-main-bnr.sun h1 {
        max-width: 55%;
    }

    .re-main-bnr h1 span {
        font-size: 40px
    }
}

@media (max-width: 543px) {

    .re-main-bnr h1 span {
        font-size: 30px;
        text-align: center;
        display: block
    }
}

@media (max-width: 1059px) {

    .re-main-bnr .sub-header {
        /*max-width: 100%*/
        max-width: 410px;
    }
}

@media (max-width: 543px) {

    .re-main-bnr .sub-header,
    .re-main-bnr .sub-header {
        text-align: center;
        max-width: 100%
    }
}

@media (min-width: 1060px) {

    .like-re-bnr.krivodanovo .player {
        margin-top: 120px;
    }
}

@media (max-width: 1459px) {

    .like-re-bnr .player {
        left: 530px
    }
}

@media (min-width: 1060px) and (max-width: 1199px) {

    .like-re-bnr .player {
        top: 350px
    }
}

@media (max-width: 1059px) {

    .like-re-bnr .player {
        left: auto;
        right: 80px;
        top: 430px
    }
}

.map-for-mobile {
    display:none;
}

@media screen and (max-width:1080px) {
    .map-for-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 70px;
    }

    .map-for-mobile .player {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }
    .map-mobile-block {
        display: flex;
        align-items:center;
        justify-content:center;
    }

    .map-mobile-block img {
        max-width:80px;
        z-index: 2;
        transform: translateX(2px);
    }

    .map-mobile-block span {
        border-radius:0 12px 12px 0;
        box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
        padding:10px;
        box-sizing:border-box;
    }
}

@media (max-width: 819px) {
    .like-re-bnr .player {
        top: 380px
    }
}

.ymaps-2-1-79-balloon__layout {
    max-height: 580px !important;
}

@media (max-width: 543px) {

    .like-re-bnr .player {
        top: 0;
        position: relative;
        left: 0;
        margin: 0 auto
    }

    .like-re-bnr .player-block .player {
        top: 50%;
        left: 50%;
        margin: -49px 0 0 -50px;
        position: absolute;
    }

    .like-re-bnr .player-block {
        min-height: 220px;
        text-align: right;
        position: relative;
        padding: 14px 0 0;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
        text-align: right;
        margin-bottom: 49px;
    }

    .like-re-bnr .player-block img {
        display: inline;
        /*opacity: 0;*/
        width: 100%;
        height: auto;
        min-width: 320px;
    }
}

@media (max-width: 543px) {

    .like-re-bnr .player .player-bg {
        left: -100%
    }
}

@media (max-width: 543px) {

    .re-main-bnr .player .circle {
        left: -70%
    }
}

@media (max-width: 1059px) {

    .like-re-bnr .player span {
        top: 100px;
        width: 200px;
        padding: 1rem;
        left: -55px;
        white-space: normal;
        text-align: center;
        box-shadow: 0 0 40px rgba(0, 0, 0, .2)
    }
}

@media (max-width: 543px) {

    .like-re-bnr .player span {
        top: 15px;
        position: relative;
        left: 10px
    }

    .like-re-bnr h1 strong {
        text-align: center
    }
}

@media (min-width: 820px) {

    .like-re-bnr .player:hover .player-bg {

        top: 15px;
        left: -15px;
        height: 90px;
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg)
    }

    .like-re-bnr .player:hover .circle { */

        box-shadow: 0 0 30px rgba(0, 0, 0, .5)
    }

    .like-re-bnr .player:hover span {

        width: 230px;
        padding: 1rem;
        left: 94px;
        -webkit-transition: .8s .5s;
        transition: .8s .5s
    }
}

@media screen and (max-width: 1800px) {

    .like-re-bnr .header-bnr-holder {
        left: unset;
        right: 0;
        bottom: unset;
        margin: unset;
        top: 160px;
    }
}

@media (min-width: 820px) and (max-width: 1060px) {

   /* .like-re-bnr .player:hover span {*/
    .like-re-bnr .player span {
        width: 200px;
        padding: 1rem;
        left: -55px;
        box-shadow: 0 0 60px rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width: 1200px) {

    .statistic.text-md-center.text-lg-center.stat-slice {
        padding-left: 50px;
        box-sizing: border-box;
    }

    .m-t-1.c-village.bg-sprite {
        flex-direction: column;
        padding: 10px 0;
    }

    .footer-map {
        height: 91px;
    }

    .row-legend .item {
        margin-right: 46px;
    }
}

.n-header .header-feedback-btn {
    padding: 2px 12px;
    box-sizing: border-box;
    border: 2px solid #eb165a;
    border-radius: 20px;
    font-weight: 500;
    margin-left: 15px;
    box-sizing: border-box;
    color: #eb165a;
    transition:0.2s;
    text-align: center;
}

.header-feedback-btn:hover {
    background-color:#eb165a;
    color:#fff;
}
@media screen and (max-width: 1080px) {
    .n-header-row-side a.header-feedback-btn {
        margin-left: 12px;
    }
}
@media screen and (max-width: 768px) {

    .re-text-col h1 {
        text-align: center;
    }

    .re-main-bnr .top-lands-counter-row {
        top: 12px;
        left: unset;
        right: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .js-full-cycle-carousel .slick-prev::before, .js-full-cycle-carousel .slick-next::before {
        font-size: 30px;
    }

    .js-full-cycle-carousel .slick-prev {
        left: -15px;
    }

    .js-full-cycle-carousel .slick-next {
        right: -5px;
    }

    .fcu-btn-price-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fcu-btn-price-row .btn-holder {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .fcu-btn-price-row .button {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .fcu-btn-price-row .btn-holder {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 1060px) {

    .like-re-bnr {
        background: none;
    }

    .re-pic-col {
        display: none;
    }
}

@media screen and (max-width: 820px) {

    .row-legend {
        display: flex;
        flex-flow: row wrap;
    }

    .row-legend .item {
        width: calc(50% - 23px);
        margin-bottom: 10px;
    }

    .row-legend .item:nth-child(2n) {
        margin-right: 0;
    }

    .footer-map {
        height: 120px
    }
}

@media screen and (max-width: 1060px) {

    .sectors-filter .filter-header {
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .cost-filter, .area-filter {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 820px) {

    .cost-filter, .area-filter {
        margin-bottom: 10px;
    }

    .prop-filter {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {

    .sectors-filter .filter-header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1600px) {

    .get-back-index-btn {
        top: 89px;
        z-index: 2;
    }
}

@media screen and (max-width: 1200px) {

    .get-back-index-btn {
        top: 100px;
        z-index: 2;
    }
}

@media screen and (max-width: 820px) {

    .get-back-index-btn {
        top: 120px;
    }
}

@media screen and (max-width: 340px) {

    a.phone-track {
        font-size: 12px;
    }

    .get-back-index-btn {
        left: 10px;
        padding-left: 0;
    }

    .villages-stat .inner {
        font-size: 11px;
    }
}

@media screen and (max-width: 1080px) {

    .mobilefiximg{
        width: 18px;
        height: 16px;
    }
}
@media screen and (max-width: 1200px) {

    div#map {
        height: calc(100vh - 89px) !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {

    .get-back-index-btn {
        left: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {

    .villages-stat .inner {
        font-size: 12px;
    }

    .row-legend .item {
        margin-right: 26px;
    }

    .statistic.text-md-center.text-lg-center.stat-slice {
        padding-left: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 355px) {

    .villages-stat .inner {
        font-size: 12px;
        width: 140px;
    }

    .row-legend .item {
        margin-right: 26px;
    }

    .statistic.text-md-center.text-lg-center.stat-slice {
        padding-left: 30px;
        box-sizing: border-box;
    }
}

/*doma pod cluch*/
.nm-house-list {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.nm-house-list-unit-pic-holder {
    position: relative;
    display:flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    overflow: hidden;
}

.nm-house-list-unit-pic-holder img {
    width:100%;
}

.nm-house-list-unit {
    position: relative;
    overflow:hidden;
    border-radius: 20px;
    box-shadow: -3px 5px 19px -7px rgba(0,0,0,0.46);

}

.nm-house-list-unit-text-panel {
    position: absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    margin:auto;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0) 55%);
    display:flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding:30px;
    box-sizing: border-box;
    color:#fff;
    border-radius: 20px;
}

.nm-house-list-unit-text-panel-wrap {
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    width:100%;
    border-radius: 20px;
}

.nm-house-title {
    margin-bottom: 8px;
}

.nm-house-info-block {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    font-size:14px;
    font-weight: 400;
}

.nm-house-info-block span {
    margin-right: 20px;
}

.nm-house-btn-row{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.nm-house-btn-row .btn-row {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.nm-house-btn-row .btn-row .btn {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor:pointer;
    color:#fff;
    background-color:#eb165a;
    padding: 6px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 30px;
}

.nm-house-btn-row .btn-row .btn:hover {
    background-color:#F12569;
}

.full-cycle-unit-carousel-pic img {
    border-radius: 20px;
    box-shadow: 3px 0px 12px -5px rgba(0,0,0,0.3);
}

.full-cycle-unit-carousel-pic {
    padding: 20px;
    box-sizing: border-box;
}

.text-red{
    color: #CC0000;
}

@media screen and (max-width:1000px) {
    .nm-house-list {
        grid-template-columns: 1fr;
    }

    .nm-house-btn-row .btn-row .btn {
        font-size:16px;
    }
}

@media screen and (max-width:480px) {



    .nm-house-list-unit-text-panel {
        padding:20px;
    }

    .nm-house-title {
        font-size:16px;
    }

    .nm-house-btn-row .btn-row .btn {
        width:50px;
        height:50px;
        min-height: 50px;
        max-width:50px;
        border-radius: 40px;
        font-size:0;
        position: relative;
        padding:0;
        border:none;
    }

    .nm-house-btn-row .btn-row .btn::after {
        content:'';
        position: absolute;
        left: -2px;
        top:0;
        bottom:0;
        right:0;
        margin: auto;
        width:7px;
        height:7px;
        border-right:2px solid #fff;
        border-bottom:2px solid #fff;
        transform: rotate(-45deg);
    }
}


.full-cycle-panel .slick-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    background:none;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
    transform: none;
}

.full-cycle-panel .slick-arrow:before{
    content:'';
    position:absolute;
    left:-2px;
    top:0;
    right:0;
    margin:auto;
    transform:rotate(-45deg);
    bottom:0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    margin:auto;
}

.full-cycle-panel .slick-arrow.slick-prev {
    left:5px;
}

.full-cycle-panel .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
    left: 2px;
}

.full-cycle-panel .slick-arrow.slick-next {
    right:5px;
}

.nm-house-info-block.pink-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #eb165a;
    padding: 3px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 30px;
    max-width: 194px;
}

.nm-house-info-block span:last-child {
    margin:0;
}


.like-re-bnr {
    background: none;
   /* padding-top: 220px;*/
}

.ml-bn-panel-left-side {
    box-sizing: border-box;
    width: 45%;
    padding-left: calc(50% - 700px);
    padding-right: 50px;
}

.ml-bn-panel {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.ml-bn-panel-right-side {
    width: 55%;
    padding-right: calc(50% - 700px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.ml-bn-panel-right-side .top-lands-counter-row{
    position:relative;
    left:unset;
    top:unset;
    right:unset;
    bottom:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ml-bn-panel-left-side-wrap h2 {
    margin-top: 0;
}

.ml-bn-panel-right-side-wrap {width: 100%;height: 100%;position: relative;top: 0;bottom: 0;right: 0;width: 100%;}

.ml-bn-panel-right-side-wrap .player {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ml-pn-pic-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 400px 0 0 400px;
    position: absolute;
    right: 0;
    top: 110px;
    bottom: 0;
    margin: auto;
    box-shadow: -20px 0px 0px rgb(189 116 117);
    width: 100%;
    height: calc(100% - 110px);
}

.ml-pn-pic-holder img {
    margin: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
}

.ml-pn-pic-holder-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 400px 0 0 400px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ml-bn-panel-right-side-text {
    font-size: 70px;
    color: #fff;
    z-index: 2;
    position: relative;
    padding-left: 200px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1.3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1440px) {
    .ml-bn-panel-left-side {
        padding-left:20px;
        box-sizing:border-box;
    }

    .ml-bn-panel-right-side-text {
        padding-right:20px;
        box-sizing:border-box;
    }

    .ml-bn-panel-right-side-text {
        font-size:48px;
    }

    .ml-bn-panel-left-side-wrap h3{
        font-size:17px;
        padding: 10px 0;
    }

    .ml-bn-panel-left-side-wrap h2 {
        font-size:32px;
        line-height:1.3;
    }
}

@media screen and (max-width:1080px) {
    .ml-bn-panel {
        flex-direction:column;
        align-items:center;
    }

    .ml-bn-panel-left-side, .ml-bn-panel-right-side {
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .ml-pn-pic-holder {
        display:none;
    }

    .ml-bn-panel-right-side-wrap .player, .ml-bn-panel-right-side-text {
        display:none;
    }
}

.aisol-h1 {
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 0;
}

.like-re-bnr .player .circle:before {
    display:none;
}

.like-re-bnr .player .circle {
    background:none;
    border-radius:0;
    box-shadow:none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-re-bnr .player .circle svg {
    width:60px;
    height:50px;
}

.like-re-bnr .player .circle {
    background: none;
    border-radius: 0;
    box-shadow: none !important;
}

.img-container .img, .img-container img {
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
}

.nm-house-btn-row .btn-row .green-btn {
    background-color: #19a94d;
}

@media screen and (max-width:1059px) {

    .like-re-bnr {
        padding-top: 150px;
    }

    .re-main-bnr .top-lands-counter-row{
        flex-flow: row wrap;
    }

    .top-lands-counter {
        margin:10px;
    }
}


@media screen and (max-width:480px) {
    .re-main-bnr .top-lands-counter-row{
        flex-flow: column;
    }

    .aisol-h1 {
        font-size:28px;
        line-height: 1.3;
    }

    .ml-bn-panel-left-side-wrap h2 {
        font-size:24px;
    }

    .screen.malinovka h3 {
        font-size:14px;
    }

    .full-cycle-section {
        margin-top:10px;
    }

}

.rdy-house-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.rdy-house-unit {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
    width: calc(33.33% - 22px);
    margin-right: 10px;
    margin-bottom: 32px;

}

.rdy-house-unit:nth-child(3n) {
    margin-right: 0;
}

.rdy-house-unit strong {
    text-align: center;
    margin-bottom: 16px;
}

.btn-holder.btn-holder-rdy {
    margin: auto;
}

.btn-holder.btn-holder-rdy button {
    margin-left: 0;
}

@media screen and (max-width:1060px) {
    .rdy-house-unit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ymaps-2-1-79-balloon__content {
    box-sizing: border-box !important;
}

.ymaps-2-1-79-balloon ymaps, .ymaps-2-1-79-balloon-panel {
    box-sizing:border-box !important;
}


.new-year-text-block .text-center {
    padding-top: 150px;
    color:#eb165a;
}

.new-year-text-block .text-center {
    cursor: pointer;
}

.new-year-text-block .text-center:hover {
    color: #8d0d36;
    text-shadow: 1px 1px 10px rgb(141 13 54 / 20%);
    text-decoration: underline;
}

@media screen and (max-width:1080px) {
    .new-year-text-block .text-center {
        padding-top: 70px;
    }
    .like-re-bnr,.re-main-bnr {
        padding-top: 0px;
    }
}

@media screen and (max-width:990px) {
    .new-year-text-block .text-center {
        padding-top: 0px;
    }
}

@media screen and (max-width:480px) {
    .new-year-text-block .text-center {
        padding-top: 50px;
        font-size: 33px;
    }

}

.scroll-to-top{
    border-radius: 50% 50% 50% 50%;
}

/* Детальная страница новости */

h1.text-center {
    text-align: center;
}

h1 {
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif !important;
    font-size: 36px !important;
    line-height: 3.25rem !important;
    margin: 3rem 0 !important;
    font-weight: 700 !important;
}

.nm-house-list-unit-text-panel-wrap__alt {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.js-full-cycle-unit-carousel-alt .nm-house-title {
    margin-top: 16px;
    margin-bottom: 20px;
    min-height: 54px;
}

.js-full-cycle-unit-carousel-alt .slick-next {
    right: -45px;
}

.js-full-cycle-unit-carousel-alt .slick-prev {
    left: -45px;
}

.js-full-cycle-unit-carousel-alt .slick-prev:before,
.js-full-cycle-unit-carousel-alt .slick-next:before {
    color: #eb165a;
}

.section-info {
    margin-top: 200px;
}

.blog-map{
    display: flex;
    justify-content: center;
}

.blog-element-form button{
    padding: 13px 2em;
    border-radius: 2em;
    max-width: 100%;
}

.blog-form-container{
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.get-panorama-btn {
    position: absolute;
    left: -28px;
    top: 70px;
    z-index: 2;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;
}

.get-panorama-btn:hover {
    background: none;
}

.get-panorama-btn img {
    width: 40px;
    margin-right: 10px;
}

.get-back-panorama-btn{
    position: absolute;
    left: -18px;
    top: 70px;
    z-index: 2;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;
}

.get-back-panorama-btn:hover {
    background: none;
}

.get-back-panorama-btn img {
    width: 21px;
    margin-right: 10px;
}

@media (max-width: 1059px) {
    .get-panorama-btn{
        display: none;
    }
}

@media (max-width:760px) {

    .full-cycle-unit-carousel button {
        display: none !important;
    }

    .blog-element-form button{
        font-size: 12px;
    }
}

@media (max-width:820px) {

    .project-button {
        font-size: 12px;
    }
}

@media (max-width:819px) {
    .section-info {
        margin-top: 100px;
    }
}

.wood-block .header-feedback-btn {
    padding: 2px 12px;
    box-sizing: border-box;
    border: 2px solid #eb165a;
    border-radius: 20px;
    font-weight: 500;
    box-sizing: border-box;
    color: #eb165a;
    transition: 0.2s;
    text-align: center;
}

.n-header-row-side {
    margin-left: 20px;
}

.n-header .header-phone-btn {
    padding: 2px 12px;
    box-sizing: border-box;
    border: 2px solid #eb165a;
    border-radius: 20px;
    font-weight: 500;
    box-sizing: border-box;
    color: black;
    transition: 0.2s;
    text-align: center;
}

.header-feedback-btn:hover {
    background-color: #eb165a;
    color: #fff;
}

.header-phone-btn:hover {
    background-color: #eb165a;
    color: #fff;
}

.wood-block .phone-track {
    padding: 2px 12px;
    box-sizing: border-box;
    border: 2px solid #eb165a;
    border-radius: 20px;
    font-weight: 500;
    box-sizing: border-box;
    color: black;
    transition: 0.2s;
    text-align: center;
}

.wood-block .phone-track:hover {
    background-color: #eb165a;
    color: #fff;
}