@font-face {
    font-family: 'Forum';
    src:
        url("../fonts/Forum-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avant';
    src:
        url("../fonts/Avant.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src:
        url("../fonts/Raleway-Bold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

:root {
    --main-font: 'Avant';
    --font-two: 'Forum';
    --font-three: 'Raleway';
    --clr-a: #08332a;
    --clr-b: #D2C097;
    --bg: #f3f4f0;
    --black: #323031;
    --red: #610A05;
}
body {
    font-family: var(--main-font), sans-serif;
    background:var(--bg);
    color:var(--black);
    font-weight: 400;
}
body[is_pdf]{
    margin: 0;
}
body[is_pdf] #mmb{
    display: none;
}
div, section, .like-flats a{
    box-sizing:border-box;
}
.container-landscape {
    width: 1188px;
    height: 840px;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 auto 24px auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
}
.cover{
    display: flex;
    position: relative;
    width: 100%;
    height: 292px;
    background: var(--clr-a);
}
.cover img, .pg-two img{
    height: 100%;
    width: auto;
}
.cover-item{
    flex: 1;
    color: #ffffff;
    text-align: center;
    font-family: var(--font-two), sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.flat{
    width: 100%;
    height: 548px;
    display: flex;
}
.flat-right-part{
    width: 54.88%;
    height: 100%;
    border-left: 1px dashed var(--black);
    padding: 36px 36px 24px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flat-left-part{
    width: 45.12%;
    height: 100%;
    padding: 36px 36px 24px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-title{
    color: var(--clr-a);
    position: relative;
    padding-left: 64px;
    font-family: var(--font-two), sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.page-title:before{
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 44px;
    height: 1px;
    background: var(--clr-a);
}
.plan{
    max-height: calc(100% - 115px);
    width: auto;
    padding: 8px 0;
}
.flat-data{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flat-data-row{
    display: flex;

}
.flat-data-line{
    width: 336px;
    border-bottom: 1px dashed var(--black);
}
.flat-data-item{
    text-align: center;
    width: 168px;
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flat-data-item:first-child{
    border-right: 1px dashed var(--black);
}
.item-title{
    font-family: var(--font-three), sans-serif;
    font-size: 15px;
}
.item-value{
    font-size: 14px;
}
.price{
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: var(--clr-a);
    color: #ffffff;
    text-decoration: underline;
    font-size: 17px;
    margin: 0 auto;
}
._pr{
    font-family: var(--font-two), sans-serif;
    color: var(--red);
    font-weight: 600;
    text-align: center;
    margin: 6px;
}




.pg-two{
    display: flex;
    position: relative;
    height: 100%;
}
.pg-two-wrp{
    flex: 1;
    padding: 48px 36px;
}
.floor {
    width: 100%;
    height: 430px;
    position: relative;
}
.floor svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor polygon{
    fill: var(--clr-a);
    fill-opacity: 0.4;
}
.floor img, .plan img, .visual-1 img, .visual-2 img, ._flat_plan img, .catalog_qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.disclaimer{
    font-size: 9px;
    color: #999999;
    text-align: justify;
    width: 450px;
}
.disclaimer-min{
    width: 100%;
    font-size: 10px;
    color: #999999;
    text-align: center;
}
.utp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 40px;
    height: 220px;
    font-size: 14px;
    font-family: var(--font-three), sans-serif;
    margin: 24px 0;
}
.utp-item{
    display: flex;
    width: calc(50% - 20px);
    gap: 6px;
    align-items: center;
}
.utp-number{
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: var(--main-font), sans-serif;
    font-size: 10px;
    color: var(--clr-a);
    background: var(--clr-a);
}
.utp-value{
    flex: 1;
}


.pg-three-hdr{
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.pg-three{
    display: flex;
    gap: 48px;
    position: relative;
    padding: 0 48px;
}
.similar-flats{
    flex: 1;
    height: 100%;
}
.gallery{
    width: 672px;
    display: flex;
    align-content: flex-start;
    gap: 60px 12px;
    flex-wrap: wrap;
    position: relative;
}
.img-wrp{
    position: relative;
    font-size: 15px;
}
.img-wrp::after{
    content: attr(data-title);
    position: absolute;
    left: 0;
    bottom: -28px;
}
.visual-1{
    width: 100%;
    height: 308px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.visual-2{
    height: 216px;
    width: 216px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
a._flat{
    text-decoration: none;
}
._flat{
    display: flex;
    border: 1px dashed var(--black);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
    padding: 8px;
    transition: all 0.2s ease-in-out;
}
._flat:hover{
    transform: scale(1.02);
}
._flat_plan {
    height: 140px;
    width: 170px;
}
._flat_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--black);
    text-decoration: none;
    flex: 1;
}
._flat_info span{
    font-weight: 600;
    font-size: 13px;
    text-decoration: none!important;
}
._flat_area{
    text-decoration: none;
    font-size: 13px;
    margin: 4px 0 15px 0;
}

._flat_price{
    width: 124px;
    height: 36px;
    background: var(--clr-a);
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color:#fff;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}
.catalog_wrp {
    padding: 22px;
    display: flex;
    align-items: center;
    background: var(--clr-a);
    color: var(--color-B);
    border-radius: 10px;
}
.catalog_qr{
    height: 80px;
}
.catalog_title{
    font-family: var(--font-two), sans-serif;
    margin-left: 22px;
    text-align: center;
    color:#fff;
    font-size: 20px;
    letter-spacing: 1px;
    width: 206px;
}
.logo img{
    width: 150px;
    height: auto;
    margin: 32px auto;
}






.pg-four{
    display: flex;
    position: relative;
    padding: 56px 36px;
    gap: 36px;
}
.pg-four-wrp{
    flex: 1;

}
.map{
    height: 584px;
    width: auto;
}
.location-title{
    font-family: var(--font-two), sans-serif;
    font-size: 29px;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.location-desc{
    margin: 54px 0 38px 98px;
    width: 260px;
    font-size: 12.5px;
}

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 144px;
    background: var(--clr-a);
    padding: 0 36px;
    color: #CED4D3;
    font-family: var(--font-two), sans-serif;
}
.contacts_group{
    display: flex;
    font-size: 13px;
}
.contacts_title{
    color:var(--clr-b);
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.work .contacts_title{
    margin-bottom: 6px;
}
.work_phone{
    font-size: 37px;
}
.work_desc{
    color: #6A7C79;
    font-size: 12px;
    margin-top: 6px;
}
.footer a{
    font-size: 21px;
    color:var(--clr-b);
    text-decoration: none;
}
.work, .manager, .address{
    margin-right: 52px;
}
.manager_phone{
    margin-top: 10px;
}
.address_name{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.location-info{
    display: flex;
    flex-wrap: wrap;
    gap: 22px 12px;
    height: 240px;
}
.loc-info-item{
    width: calc(50% - 6px);
    position: relative;
    padding-left: 16px;
    height: fit-content;
}
.loc-info-item:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--clr-a);
    transform: translateY(-50%);
}

.loc-info-item-title{
    font-size: 13px;
    font-family: var(--font-three), sans-serif;
    margin-bottom: 4px;
}
.loc-info-item-desc{
    font-size: 12px;
}
.img-full{
    width: 100%;
    height: 100%;
}
.price-sq{
    font-size: 15px;
}


/*---*/

.share_mobile{
    display: none;
}
.share_btn_wrp{
    display: flex;
    position: fixed;
    top:0;
    right: calc(50% - 584px);
    height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.share_btn_wrp.active{
    top: 16px;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}
.share{
    text-align: center;
    background: #F5F5F5;
    border-radius: 8px;
    margin:0 0 0 8px;
    cursor:pointer;
    transition: all 0.1s ease;
    opacity: 0.4;
    padding: 9px;
    position: relative;
}
.container-landscape:hover ~ .share_btn_wrp.active .share, .share_btn_wrp.active:hover .share{
    opacity: 0.8;
}
.share:hover{
    background: var(--clr-b);
}
.share svg{
    pointer-events: none;
}
#b_print::after, #b_copy::after, #b_save::after{
    content: attr(aft);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom:-28px;
    left:50%;
    padding: 4px 12px;
    box-shadow: 0 6px 14px -4px #dde2ef;
    transform: translateX(-50%) scale(0.8,0.8);
    transition: all 0.15s ease-in-out;
    background: #fff;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 14px;
}
#b_copy.cp::after{
    content: 'Скопировано'!important;
    background: var(--clr-b);
}
#b_copy.er::after{
    content: 'Ошибка копирования'!important;
    background: #FF776B;
}
#b_print:hover::after,#b_copy:hover::after,#b_save:hover::after{
    opacity: 1;
    visibility: visible;
    transform:translateX(-50%) scale(1,1);
}

/*---*/





@media screen and (max-width: 1188px) {
    body{
        margin: 0;
    }
    .container-landscape {
        width: 100vw;
        height: 70.707vw;
        margin: 0 auto 2.02vw auto;
        border-radius: 0.673vw;
        font-size: 1.346vw;
    }
    .cover{
        height: 24.579vw;
    }
    .cover-item{
        font-size: 1.684vw;
        letter-spacing: unset;
    }
    .flat{
        height: 46.128vw;
    }
    .flat-right-part{
        border-left: 0.084vw dashed var(--black);
        padding: 3.03vw 3.03vw 2.02vw 3.03vw;
    }
    .flat-left-part{
        padding: 3.03vw 3.03vw 2.02vw 3.03vw;
    }
    .page-title{
        padding-left: 5.387vw;
        letter-spacing: unset;
    }
    .page-title:before{
        width: 3.704vw;
        height: 0.084vw;
    }
    .plan{
        max-height: calc(100% - 9.68vw);
        padding: 0.673vw 0;
    }
    .flat-data-line{
        width: 28.283vw;
        border-bottom: 0.084vw dashed var(--black);
    }
    .flat-data-item{
        width: 14.141vw;
        padding: 1.178vw 0;
        gap: 0.842vw;
    }
    .flat-data-item:first-child{
        border-right: 0.084vw dashed var(--black);
    }
    .item-title{
        font-size: 1.263vw;
    }
    .item-value{
        font-size: 1.178vw;
    }
    .price{
        width: 20.202vw;
        height: 5.051vw;
        border-radius: 2.525vw;
        font-size: 1.431vw;
    }
    ._pr{
        margin: 0.505vw;
    }
    .pg-two-wrp{
        padding: 4.04vw 3.03vw;
    }
    .floor {
        height: 36.195vw;
    }
    .disclaimer{
        font-size: 0.758vw;
        width: 37.879vw;
    }
    .disclaimer-min{
        font-size: 0.842vw;
    }
    .utp{
        gap: 1.684vw 3.367vw;
        height: 18.519vw;
        font-size: 1.178vw;
        margin: 2.02vw 0;
    }
    .utp-item{
        width: calc(50% - 1.684vw);
        gap: 0.505vw;
    }
    .utp-number{
        width: 0.842vw;
        height: 0.842vw;
        border-radius: 0.42vw;
        font-size: 0.842vw;
    }
    .pg-three-hdr{
        padding: 0 4.04vw;
        height: 6.734vw;
    }
    .pg-three{
        gap: 4.04vw;
        padding: 0 4.04vw;
    }
    .gallery{
        width: 56.566vw;
        gap: 5.051vw 1.01vw;
    }
    .visual-1{
        height: 25.926vw;
        border-radius: 1.01vw;
    }
    .visual-2{
        height: 18.182vw;
        width: 18.182vw;
        border-radius: 1.01vw;
    }
    ._flat{
        border: 0.084vw dashed var(--black);
        border-radius: 0.842vw;
        margin-bottom: 3.03vw;
        padding: 0.673vw;
    }
    ._flat_plan {
        height: 11.785vw;
        width: 14.31vw;
    }
    ._flat_info span{
        font-size: 1.094vw;
    }
    ._flat_area{
        font-size: 1.094vw;
        margin: 0.337vw 0 1.263vw 0;
    }
    ._flat_price{
        width: 10.438vw;
        height: 3.03vw;
        border-radius: 1.515vw;
        line-height: 3.03vw;
        font-size: 1.01vw;
    }
    .catalog_wrp {
        padding: 1.852vw;
        border-radius: 0.842vw;
    }
    .catalog_qr{
        height: 6.734vw;
    }
    .catalog_title{
        margin-left: 1.852vw;
        font-size: 1.684vw;
        letter-spacing: unset;
        width: 17.34vw;
    }
    .logo img{
        width: 12.626vw;
        margin: 2.694vw auto;
    }
    .pg-four{
        padding: 4.714vw 3.03vw;
        gap: 3.03vw;
    }
    .map{
        height: 49.158vw;
    }
    .location-title{
        font-size: 2.441vw;
        letter-spacing: unset;
        margin-top: 2.525vw;
    }
    .location-desc{
        margin: 4.545vw 0 3.199vw 8.249vw;
        width: 21.886vw;
        font-size: 1.052vw;
    }

    .footer{
        height: 12.121vw;
        padding: 0 3.03vw;
    }
    .contacts_group{
        font-size: 1.094vw;
    }
    .contacts_title{
        font-size: 1.01vw;
        letter-spacing: unset;
        margin-bottom: 1.01vw;
    }
    .work .contacts_title{
        margin-bottom: 0.505vw;
    }
    .work_phone{
        font-size: 3.114vw;
    }
    .work_desc{
        font-size: 1.01vw;
        margin-top: 0.505vw;
    }
    .footer a{
        font-size: 1.768vw;
    }
    .work, .manager, .address{
        margin-right: 4.377vw;
    }
    .manager_phone{
        margin-top: 0.842vw;
    }
    .address_name{
        gap: 0.842vw;
    }
    .location-info{
        gap: 1.852vw 1.01vw;
        height: 20.202vw;
    }
    .loc-info-item{
        width: calc(50% - 0.505vw);
        padding-left: 1.347vw;
    }
    .loc-info-item:before{
        top: 0.337vw;
        width: 0.673vw;
        height: 0.673vw;
        border-radius: 0.337vw;
    }
    .loc-info-item-title{
        font-size: 1.094vw;
        margin-bottom: 0.337vw;
    }
    .loc-info-item-desc{
        font-size: 1.01vw;
    }
    .img-wrp{
        font-size: 1.262vw;
    }
    .img-wrp::after{
        bottom: -2.357vw;
    }
    .price-sq{
        font-size: 1.263vw;
    }


    /** **/
    #mmb {
        padding: 42px 0;
        width: 100vw;
    }
    .share_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80vw;
        height: 50px;
        background: var(--clr-a);
        color: #fff;
        text-align: center;
        margin: 8px 10vw;
        position: fixed;
        bottom: 0;
        border-radius: 12px;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
    }
    .share_mobile path {
        fill: #fff;
    }
    .share_mobile.active {
        margin: 24px 10vw;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease-in-out;
    }
    .share_mobile div {
        margin-left: 8px;
        font-weight: 600;
    }
    .share_btn_wrp {
        display: none;
    }

    /** **/
}
