
.pbl--header__links{
    display: grid;
    align-items: center;
    grid-template-columns: 60px 1fr;
    height: 100%;
    gap: 20px;
    max-width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 15px;
}
.pbl--header__links > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    gap: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px){
    .pbl--header__links > div{
        gap: 10px;
    }
}

.pbl--whatsapp img{
    height: 18px;
    width: 18px;
}
.pbl--logo{
    height: 100%;
}
.pbl--logo img{
    height: 100%;
    width: auto;
}
@media screen and (max-width: 480px) {
    .pbl--logo img{
        width: 50px;
    }
    .pbl--header__links{
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }
}

.complex.soon{
    position: relative;
}
.complex.soon::before{
    content: "";
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 46, 46, 0.75);
    box-shadow: 0px 0px 20px 20px rgba(46, 46, 46, 0.75);
    z-index: 999;
}
.complex.soon::after{
    content: "Скоро";
    position: absolute;
    top:50%;
    left:50%;
    font-size: 5em;
    color:#7cd3b9;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 999;
    text-transform: uppercase;
    font-weight: bold;
}

.pbl-modal.active{
    display: block;
}
.pbl-modal{
    display: none;
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    overflow: auto;
    z-index: 99999999;
}
.pbl-modal > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1025px;
    height: 1033px;
    max-height: 90vh;
    border-radius: 35px;
    overflow: auto;
    background-color: white;
}
.pbl-modal > #pbl-menu-modal > div:first-child{
    background-color: #7CD3B9;
    border-radius: 35px;
    height: 41%;
    padding: 20px;
    box-sizing: border-box;
}
.pbl-modal .pbl-cross{
    position: absolute;
    top: 1em;
    right: 1em;
    height: 1.5em;
    width: auto;
    cursor: pointer;
    transition: all 0.15s linear;
}
.pbl-modal .pbl-cross:hover{
    transform: scale(1.1);
}
.pbl-modal > #pbl-menu-modal > div:first-child > img{
    height: 100%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
}
.pbl-modal > #pbl-menu-modal{
    text-align: center;
}
.pbl-modal > #pbl-menu-modal > span{
    display: block;
    color: #00000080;
    font-size: 25px;
    font-weight: 600;
    margin-top: 1.75em;
    margin-bottom: 0.75em;
}
@media screen and (max-height: 900px) {
    .pbl-modal > #pbl-menu-modal > span{
        margin-top: 1.25em;
        margin-bottom: 0.25em;
    }
}
@media screen and (max-height: 800px) {
    .pbl-modal > #pbl-menu-modal > span{
        margin-top: 0.5em;
        margin-bottom: 0.25em;
    }
}
.pbl-modal > #pbl-menu-modal > h2{
    font-size: 50px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    text-transform: uppercase;
    color: black;
}
.pbl-modal > #pbl-menu-modal > h2,
.pbl-modal > #pbl-menu-modal > span{
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pbl-modal > #pbl-menu-modal > span:last-of-type{
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width:1000px) {
    
    .pbl-modal > #pbl-menu-modal > h2,
    .pbl-modal > #pbl-menu-modal > span{
        max-width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.pbl-modal > #pbl-menu-modal > div:not(:first-child){
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1em;
    row-gap: 0.5em;
    margin-top: 1.75em;
    margin-bottom: 1em;
    flex-wrap: wrap;
    
}
.pbl-modal > #pbl-menu-modal > div:not(:first-child) > div{
    flex-basis: 100%;
}
.pbl-modal > #pbl-menu-modal > div:not(:first-child) > span{
    background-color: #7CD3B9;
    padding: 0.5em;
    display: block;
    font-size: 25px;
    color: white;
    padding: 0.5em 1.5em;
    border-radius: 1em;
}
@media screen and (max-width:900px) {
    .pbl-modal > #pbl-menu-modal > h2{
        font-size: 60px;
    }
}
@media screen and (max-width:800px) {
    .pbl-modal > #pbl-menu-modal > h2{
        font-size: 50px;
    }
}
@media screen and (max-width:750px) {
    .pbl-modal > #pbl-menu-modal > h2{
        font-size: 40px;
    }
    
    .pbl-modal > #pbl-menu-modal > div:not(:first-child) > span{
        font-size: 20px;
    }
}
@media screen and (max-width:650px) {
    .pbl-modal > #pbl-menu-modal > div:not(:first-child){
        flex-direction: column;
    }
    .pbl-modal > #pbl-menu-modal > div:not(:first-child) > span{
        font-size: 20px;
        padding: 0.3em 1em;
    }
    .pbl-modal > #pbl-menu-modal > div:first-child{
        height: 40%;
    }
}


.fiz-face .calculator__select{
    position: relative;
    overflow: hidden;
}
.fiz-face .calculator__select::before{
    font-size: 3em;
    font-family: "FormaDJRCyrillicMicro";
    text-transform: uppercase;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "скоро";
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200%;
    height: 200%;
    left:50%;
    top:50%;
    z-index: 10;
    
    
    background-color: #373232be;
    backdrop-filter: blur(2px);
}

.main__slide{
    background-size: cover;
    background-position: center;
}

/* 
.main__slider .slick-slide:nth-child(1) .main__slide{
    background-image: url(/images/slide_1.jpg);
}
.main__slider .slick-slide:nth-child(2) .main__slide{
    background-image: url(/images/slide_2.jpg);
}

.slide-1{
    background-image: url(/images/slide_1.jpg);
    background-position: center top;
}
.slide-1 > div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    position: relative;
}
.slide-1 h2{
    flex-basis: 40%;
    text-align: center;
    font-size: 2.5em;
    text-shadow: 0px 0px 4px #FFFFFF;
}
.slide-1 h2 span{
    color: #1D617A;
    font-size: 0.5em;
    display: block;
}
.slide-1 a{
    position: absolute;
}
@media screen and (max-width: 1500px) {
    .slide-1 h2{
        font-size: 2em;
    }
}
@media screen and (max-width: 750px) {
    .slide-1 h2{
        font-size: 1.5em;
    }
}
@media screen and (max-width: 520px) {
    .slide-1 h2{
        font-size: 1.25em;
        flex-basis: 50%;
    }
    .slide-1 h2 span{
        font-size: 0.75em;
    }
}
@media screen and (max-width: 390px) {
    .slide-1 h2{
        font-size: 1em;
    }
    .slide-1 h2 span{
        font-size: 1em;
    }
} */


.slide-1{
    position: relative;
    color: #373232;
    background-size: auto 100%;
    background-position: center left;
    text-shadow: 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF;
}
.slide-1 > div:nth-child(1){
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    align-items: center;
    text-align: center;
}
.slide-1 > div:nth-child(1) > span:nth-child(2){
    font-size: 0.5em;
    color: #1D617A;
}


.slide-1 > div:nth-child(2){
    position: absolute;
    top: 25%;
    right: 5%;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    align-items: center;
    text-align: center;
    font-weight: 400;
}
.slide-1 > div:nth-child(2) > span:nth-child(2){
    color: #1D617A;
    font-weight: 500;
}




.slide-1 > div:nth-child(3){
    position: absolute;
    bottom: 10%;
    right: 5%;
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: end;
    justify-content: end;
}
.slide-1 > div:nth-child(3) > a{
    border-radius: 0.75em;
    font-size: 2em;
    background: #1D617A;
    color: white;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0.5em 0.25em;
    text-shadow: none;
}
.slide-1 > div:nth-child(3) > span{
    color: #1D617A;
    font-size: 0.75em;
    max-width: 255px;
    text-align: center;
}

@media screen and (max-width: 1463px) {
    .slide-1{
        background-position: center center;
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1280px) {
    .slide-1{
        font-size: 0.75em;
    }
    .slide-1 > div:nth-child(3) > a{
        font-size: 2.4em;
    }
}
@media screen and (max-width: 1200px) {
    .slide-1{
        font-size: 0.75em;
        height: 400px;
    }
    .slide-2{
        height: 400px;
    }
}
@media screen and (max-width: 1150px) {
    .slide-1{
        font-size: 0.5em;
    }
    .slide-1 > div:nth-child(3) > a{
        font-size: 3em;
    }
    .slide-1 > div:nth-child(3) > span{
        font-size: 1.5em;
    }
}
@media screen and (max-width: 978px) {
    .slide-1{
        font-size: 0.75em;
        height: 350px;
    }
    .slide-1 > div:nth-child(3) > a{
        font-size: 1.33em;
    }
    .slide-2{
        height: 350px;
    }
}
@media screen and (max-width: 700px) {
    .slide-1{
        font-size: 0.5em;
    }
    .slide-1 > div:nth-child(3){
        bottom: 15%;
    }
    .slide-1 > div:nth-child(1) > span:nth-child(2){
        font-size: 1em;
    }
    .slide-1 > div:nth-child(3) > a{
        font-size: 2em;
    }
}
@media screen and (max-width: 620px) {
    .slide-1{
        font-size: 0.5em;
        height: 260px;
    }
    .slide-2{
        height: 260px;
    }
}
@media screen and (max-width: 480px) {
    .slide-1{
        font-size: 0.4em;
        height: 200px;
    }
    .slide-1 > div:nth-child(3) > span{
        max-width: calc(100vw - 150px);
        font-size: 1em;
    }
    .slide-1 > div:nth-child(3) > a,
    .slide-2 > div:nth-child(3) > a{
        padding: 0.5em 0.5em!important;
    }
    .slide-1 > div:nth-child(3){
        bottom: 20%;
    }
    .slide-1 > div:nth-child(1),
    .slide-1 > div:nth-child(2){
        font-weight: 500;
    }
    .slide-1 > div:nth-child(3) > a{
        font-size: 1.75em;
    }

    
    .slide-2{
        height: 200px;
    }
}

.slide-2{
    position: relative;
    color: #373232;
    background-size: auto 100%;
    background-position: center left;
    text-shadow: 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF;
}
.slide-2 > div{
    position: absolute;
    text-align: center;
}
.slide-2 > div:nth-child(1){
    top: 10%;
    left: 5%;
    font-size: 1.5em;
}
.slide-2 > div:nth-child(2){
    top: 10%;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    background: #1E617B;
    border: 5px dashed #91D2BE;
    padding: 1em;
    border-radius: 1em;
    text-shadow: none;
    color: white;
    /* z-index: 5; */
}
.slide-2 > div:nth-child(2) > span:nth-child(1){
    font-size: 1.5em;
}
.slide-2 > div:nth-child(2) > span:nth-child(3){
    font-size: 1.5em;
}
.slide-2 > div:nth-child(2) > span:nth-child(2){
    font-size: 1em;
    text-decoration: line-through;
    color:#ffffff33;
}
/* .slide-2::before{
    top: 0%;
    right: 5%;
    content: "";
    position: absolute;
    top: -25%;
    right: -10%;
    width: 120%;
    height: 150%;
    background: url(/images/slide_2_sun.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */
.slide-2 > div:nth-child(3){
    bottom: 10%;
    right: 5%;
    height: fit-content;
}
.slide-2 > div:nth-child(4){
    bottom: 10%;
    left: 5%;
    max-width: calc(100% - 300px);
}
.slide-2 > div:nth-child(3) > a{
    
    border-radius: 0.75em;
    font-size: 2em;
    background: #1D617A;
    color: white;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0.5em 0.25em;
    text-shadow: none;
    display: block;
}
@media screen and (max-width: 1550px) {
    .slide-2{
        background-position: center right;
    }
}
@media screen and (max-width: 1350px) {
    .slide-2{
        font-size: 0.9em;
        background-position: center right 25%;
    }
}
@media screen and (max-width: 1270px) {
    .slide-2{
        font-size: 0.75em;
        background-position: center right 25%;
    }
}
@media screen and (max-width: 1070px) {
    .slide-2{
        font-size: 0.6em;
        background-position: center right 25%;
    }
}
@media screen and (max-width: 978px) {
    .slide-2{
        font-size: 0.5em;
        background-position: center;
    }
    .slide-2 > div:nth-child(1){
        font-size: 2em;
    }
}
@media screen and (max-width: 700px) {
    .slide-2 > div:nth-child(3),
    .slide-2 > div:nth-child(4){
        bottom: 15%;
    }
}
@media screen and (max-width: 480px) {
    .slide-2 > div:nth-child(3),
    .slide-2 > div:nth-child(4){
        bottom: 20%;
    }
}
@media screen and (max-width: 500px) {
    .slide-2{
        font-size: 0.35em;
    }
}

.contacts-page{
    display: flex;
    flex-direction: column;
    gap: 60px
}
.contacts-page > div:nth-child(1){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.contacts-page > div:nth-child(1) > div{
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    row-gap: 20px;
    background: #7cd3b9;
    color: white;
    text-decoration: none;
    padding: 40px 20px;
    border-radius: 20px;
    align-items: center;
}
.contacts-page > div:nth-child(1) > div > img{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.contacts-page > div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    row-gap: 20px;
    background: #7cd3b9;
    color: white;
    text-decoration: none;
    padding: 40px 20px;
    border-radius: 20px;
    align-items: center;
}
.contacts-page > div:nth-child(2) > div:nth-child(1) h2{
    text-align: left;
    color: white!important;
}
.contacts-page > div:nth-child(2) > div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts-page > div:nth-child(2) > div:nth-child(2) > p span{
    margin-left: 0.5em;
}
.contacts-page > div:nth-child(3){
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    row-gap: 20px;
    text-decoration: none;
    padding: 40px 20px;
    border-radius: 20px;
    align-items: center;
}
.contacts-page > div:nth-child(3) > div:nth-child(1){
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
}
.contacts-page > div:nth-child(3) > div:nth-child(2){
    background: #7cd3b9;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    padding: 40px 20px;
}
.contacts-page > div:nth-child(3) > div:nth-child(2) form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts-page > div:nth-child(3) > div:nth-child(2) form > div:nth-child(1){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.contacts-page > div:nth-child(3) > div:nth-child(2) form input[type="text"],
.contacts-page > div:nth-child(3) > div:nth-child(2) form input[type="tel"],
.contacts-page > div:nth-child(3) > div:nth-child(2) form textarea{
    border: none;
    background: white;
    outline: none;
    padding: 20px 10px;
    border-radius: 20px;
}
.contacts-page > div:nth-child(3) > div:nth-child(2) form button[type="submit"]{
    margin-top: 0px!important;
}

@media screen and (max-width: 1500px) {
    
    .contacts-page h2{
        font-size: 70px;
    }
    .contacts-page > div:nth-child(1) > div h2{
        font-size: 50px;
    }
}
@media screen and (max-width: 1200px){
    .contacts-page > div:nth-child(1){
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 1150px){
    .contacts-page > div:nth-child(2),
    .contacts-page > div:nth-child(3){
        grid-template-columns: 1.5fr 3fr;
    }
}
@media screen and (max-width: 1000px){
    .contacts-page > div:nth-child(2),
    .contacts-page > div:nth-child(3){
        grid-template-columns: 1fr;
    }
}

.wqm{
    display: flex;
    flex-direction: row;
    align-items: top;
    gap: 10px;
}
.pbl-tooltip{
    display: inline-block;
    position: relative;
    height: 18px;
}
.pbl-tooltip > img{
    height: 100%;
    cursor: pointer;
}
.pbl-tooltip > div{
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    /* opacity: 0; */
    display: none;
    transition: all 0.15s ease-in-out;

    width: max-content;
    /* white-space: nowrap; */
    max-width: calc(50vw);
    box-sizing: border-box;
    padding: 16px;
    border-radius: 15px;
    background: #373232;
    border: 2px solid #7cd3b9;
    
    /* opacity: 1;
    z-index: 9999; */
}
.pbl-tooltip:hover  > div{
    /* opacity: 1; */
    z-index: 9999;
    display: block;
}
@media screen and (max-width: 1200px) {
    .pbl-tooltip > div{
        right: unset;
        left: 0px;
    }
}
@media screen and (max-width: 500px) {
    .pbl-tooltip > div{
        position: fixed;
        right: unset;
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        max-width: 100vw;
    }
    .pbl-tooltip:hover::before{
        content: "";
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 20vh;
        background: linear-gradient(0deg, rgba(55,50,50,0) 0%, rgba(55,50,50,1) 100%);
        /* background: linear-gradient(0deg, rgba(124,211,185,0) 0%, rgba(124,211,185,0.5) 100%); */
        /* background: red; */
        z-index: 999;
    }
}

/* .header{
    position: relative;
    z-index: 999;
} */

.calculator__body .heads{
    margin-top: 1em;
    border-bottom: 1px solid white;
    text-align: center;
}
.pbl-why{
    margin-top: 80px;
}
.pbl-why .pbl-why--grid {
    margin-top: 50px;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
    gap: 20px 20px; 
    grid-template-areas: 
        "block-1 block-2"
        "block-3 block-4"
        "block-5 block-6"
        "block-7 block-8"
        "block-9 block-10";
        
    background: #373232;
    border-radius: 30px;
    overflow: hidden;
}
.pbl-why .pbl-why--grid > div{
    border-radius: 30px;
    padding: 30px;
    
}
.pbl-why .pbl-why--grid > div h3{
    font-size: 60px;
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.pbl-why .pbl-why--grid > div{
    font-weight: 500;
    font-size: 25px;
    color: white;
}
.pbl-why .pbl-why--grid--block-1 { grid-area: block-1; }
.pbl-why .pbl-why--grid--block-2 { grid-area: block-2; }
.pbl-why .pbl-why--grid--block-3 { grid-area: block-3; }
.pbl-why .pbl-why--grid--block-4 { grid-area: block-4; }
.pbl-why .pbl-why--grid--block-5 { grid-area: block-5; }
.pbl-why .pbl-why--grid--block-6 { grid-area: block-6; }
.pbl-why .pbl-why--grid--block-7 { grid-area: block-7; }
.pbl-why .pbl-why--grid--block-8 { grid-area: block-8; }
.pbl-why .pbl-why--grid--block-9 { grid-area: block-9; }
.pbl-why .pbl-why--grid--block-10 { grid-area: block-10; }


.pbl-why .pbl-why--grid--block-1,
.pbl-why .pbl-why--grid--block-6,
.pbl-why .pbl-why--grid--block-9,
.pbl-why .pbl-why--grid--block-5{
    background: #373232;
    color: white;
}
.pbl-why .pbl-why--grid--block-2,
.pbl-why .pbl-why--grid--block-3,
.pbl-why .pbl-why--grid--block-6,
.pbl-why .pbl-why--grid--block-7,
.pbl-why .pbl-why--grid--block-10{
    background: #7cd3b9;
    color: white;
}

@media screen and (min-width: 1000px) {
    .pbl-why .pbl-why--grid > div:nth-child(odd):not(:first-child){
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .pbl-why .pbl-why--grid > div:nth-child(even):not(:first-child){
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .pbl-why .pbl-why--grid > div:nth-child(2){
        border-top-left-radius: 0px;
    }
    .pbl-why .pbl-why--grid > div:last-child{
        border-bottom-left-radius: 0px;
    }
}

.pbl-why .pbl-why--grid > div ul{
    list-style-type: disc;
    padding-left: 1.25em;
}
/* .pbl-why--grid--block-5{
    background: linear-gradient(270deg, rgba(55,50,50,0) 0%, rgba(55,50,50,1) 50%, rgba(55,50,50,1) 100%), url(/images/delivery.webp), #373232;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left 100% center;
    background-repeat: no-repeat;
} */
/* .pbl-why--grid--block-4{
    background: linear-gradient(235deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%), url(/images/delivery.webp), #ffffff;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left 100% center;
    background-repeat: no-repeat;

}
.pbl-why--grid--block-7{
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%), url(/images/verified.webp), #ffffff;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left center;
    background-repeat: no-repeat;
} */
@media screen and (max-width: 1600px){
    .pbl-why .pbl-why--grid--block-4,
    .pbl-why .pbl-why--grid--block-7{
        background-size:  100% 100%, 100% auto;
    }
}
@media screen and (max-width: 1200px) {
    .pbl-why .pbl-why--grid > div{
        font-size: 20px;
    }
}
@media screen and (max-width: 1520px){
    .pbl-why .pbl-why--grid {
        margin-top: 50px;
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
        gap: 20px 20px; 
        grid-template-areas: 
            "block-1 block-2"
            "block-3 block-4"
            "block-5 block-6"
            "block-7 block-8"
            "block-9 block-10";
    }
    .pbl-why .pbl-why--grid > div ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1000px){
    .pbl-why .pbl-why--grid{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1fr, 9);
        /* grid-template-areas: 
            "block-1 block-2"
            "block-3 block-4"
            "block-5 block-6"
            "block-7 block-9"
            "block-8 block-8"; */
        grid-template-areas: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .pbl-why .pbl-why--grid > div{
        grid-area: unset;
    }
    .pbl-why .pbl-why--grid > div:nth-child(even){
        background: none;
        color: white;
    }
    .pbl-why .pbl-why--grid > div:nth-child(odd){
        background: #373232;
        color: white;
    }
    .pbl-why .pbl-why--grid > div ul{
        grid-template-columns: 1fr 1fr;
    }
    .pbl-why .pbl-why--grid{
        background: #7cd3b9;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .pbl-why .pbl-why--grid > div h3{
        font-size: 70px;
    }
}
@media (max-width: 620px) {
    .pbl-why > .title{
        padding: 0px 16px;
    }
}
@media (max-width: 480px) {
    .pbl-why .pbl-why--grid > div h3{
        font-size: 50px;
    }
    .pbl-why .pbl-why--grid > div{
        border-radius: 20px;
        padding: 20px;
    }
    .pbl-why{
        margin-top: 40px;
    }
    .pbl-why .pbl-why--grid{
        margin-top: 20px;
    }
    .pbl-why .pbl-why--grid{
        gap: 0px;
    }
}


.pbl-why-2{
    margin-top: 80px;
}
.pbl-why-2 .pbl-why--grid {
    margin-top: 50px;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
    gap: 20px 20px; 
    grid-template-areas: 
        "block-1 block-2"
        "block-3 block-4"
        "block-5 block-6"
        "block-7 block-8"
        "block-9 block-9";
        
}
.pbl-why-2 .pbl-why--grid > div{
    border-radius: 30px;
    padding: 30px;
    
}
.pbl-why-2 .pbl-why--grid > div h3{
    font-size: 60px;
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.pbl-why-2 .pbl-why--grid > div{
    font-weight: 500;
    font-size: 25px;
    color: white;
}
.pbl-why-2 .pbl-why--grid--block-1 { grid-area: block-1; }
.pbl-why-2 .pbl-why--grid--block-2 { grid-area: block-2; }
.pbl-why-2 .pbl-why--grid--block-3 { grid-area: block-3; }
.pbl-why-2 .pbl-why--grid--block-4 { grid-area: block-4; }
.pbl-why-2 .pbl-why--grid--block-5 { grid-area: block-5; }
.pbl-why-2 .pbl-why--grid--block-6 { grid-area: block-6; }
.pbl-why-2 .pbl-why--grid--block-7 { grid-area: block-7; }
.pbl-why-2 .pbl-why--grid--block-8 { grid-area: block-8; }
.pbl-why-2 .pbl-why--grid--block-9 { grid-area: block-9; }


.pbl-why-2 .pbl-why--grid--block-1,
.pbl-why-2 .pbl-why--grid--block-6,
.pbl-why-2 .pbl-why--grid--block-9,
.pbl-why-2 .pbl-why--grid--block-5,
.pbl-why-2 .pbl-why--grid--block-7,
.pbl-why-2 .pbl-why--grid--block-4{
    background: #373232;
    color: white;
}
.pbl-why-2 .pbl-why--grid--block-2,
.pbl-why-2 .pbl-why--grid--block-3,
.pbl-why-2 .pbl-why--grid--block-9,
.pbl-why-2 .pbl-why--grid--block-8{
    background: #7cd3b9;
    color: white;
}

.pbl-why-2 .pbl-why--grid > div ul{
    list-style-type: disc;
    padding-left: 1.25em;
}
@media screen and (max-width: 1600px){
    .pbl-why-2 .pbl-why--grid--block-4,
    .pbl-why-2 .pbl-why--grid--block-7{
        background-size:  100% 100%, 100% auto;
    }
}
@media screen and (max-width: 1200px) {
    .pbl-why-2 .pbl-why--grid > div{
        font-size: 20px;
    }
}
@media screen and (max-width: 1520px){
    .pbl-why-2 .pbl-why--grid {
        margin-top: 50px;
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
        gap: 20px 20px; 
        grid-template-areas: 
            "block-1 block-2"
            "block-3 block-4"
            "block-5 block-6"
            "block-7 block-9"
            "block-8 block-8";
    }
    .pbl-why-2 .pbl-why--grid > div ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1000px){
    .pbl-why-2 .pbl-why--grid{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1fr, 9);
        /* grid-template-areas: 
            "block-1 block-2"
            "block-3 block-4"
            "block-5 block-6"
            "block-7 block-9"
            "block-8 block-8"; */
        grid-template-areas: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .pbl-why-2 .pbl-why--grid > div{
        grid-area: unset;
    }
    .pbl-why-2 .pbl-why--grid > div:nth-child(even){
        background: none;
        color: white;
    }
    .pbl-why-2 .pbl-why--grid > div:nth-child(odd){
        background: #373232;
        color: white;
    }
    .pbl-why-2 .pbl-why--grid > div ul{
        grid-template-columns: 1fr 1fr;
    }
    .pbl-why-2 .pbl-why--grid{
        background: #7cd3b9;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .pbl-why-2 .pbl-why--grid > div h3{
        font-size: 70px;
    }
}
@media (max-width: 620px) {
    .pbl-why-2 > .title{
        padding: 0px 16px;
    }
}
@media (max-width: 480px) {
    .pbl-why-2 .pbl-why--grid > div h3{
        font-size: 50px;
    }
    .pbl-why-2 .pbl-why--grid > div{
        border-radius: 20px;
        padding: 20px;
    }
    .pbl-why-2{
        margin-top: 40px;
    }
    .pbl-why-2 .pbl-why--grid{
        margin-top: 20px;
    }
    .pbl-why-2 .pbl-why--grid{
        gap: 0px;
    }
}





.pbl-why-3{
    margin-top: 80px;
}
.pbl-why-3 .pbl-why--grid {
    margin-top: 50px;
    display: grid; 
    grid-template-columns: 1fr;
        
    background: #373232;
    border-radius: 30px;
}
.pbl-why-3 .pbl-why--grid > div{
    border-radius: 20px;
    padding: 30px;
    
}
.pbl-why-3 .pbl-why--grid > div h3{
    font-size: 60px;
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.pbl-why-3 .pbl-why--grid > div{
    font-weight: 500;
    font-size: 25px;
    color: white;
}


/* .pbl-why-3 .pbl-why--grid--block-1,
.pbl-why-3 .pbl-why--grid--block-6,
.pbl-why-3 .pbl-why--grid--block-9,
.pbl-why-3 .pbl-why--grid--block-5{
    background: #373232;
    color: white;
} */
.pbl-why-3 .pbl-why--grid--block-3,
.pbl-why-3 .pbl-why--grid--block-4,
.pbl-why-3 .pbl-why--grid--block-7,
.pbl-why-3 .pbl-why--grid--block-8{
    background: #7cd3b9;
    color: white;
}

.pbl-why-3 .pbl-why--grid--block-3,
.pbl-why-3 .pbl-why--grid--block-7{
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.pbl-why-3 .pbl-why--grid--block-4,
.pbl-why-3 .pbl-why--grid--block-8{
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}


.pbl-why-3 .pbl-why--grid > div ul{
    list-style-type: disc;
    padding-left: 1.25em;
}
/* .pbl-why--grid--block-5{
    background: linear-gradient(270deg, rgba(55,50,50,0) 0%, rgba(55,50,50,1) 50%, rgba(55,50,50,1) 100%), url(/images/delivery.webp), #373232;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left 100% center;
    background-repeat: no-repeat;
} */
/* .pbl-why--grid--block-4{
    background: linear-gradient(235deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%), url(/images/delivery.webp), #ffffff;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left 100% center;
    background-repeat: no-repeat;

}
.pbl-why--grid--block-7{
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%), url(/images/verified.webp), #ffffff;
    background-size:  100% 100%, 50% auto;
    background-position: center center, left center;
    background-repeat: no-repeat;
} */
@media screen and (max-width: 1600px){
    .pbl-why-3 .pbl-why--grid--block-4,
    .pbl-why-3 .pbl-why--grid--block-7{
        background-size:  100% 100%, 100% auto;
    }
}
@media screen and (max-width: 1200px) {
    .pbl-why-3 .pbl-why--grid > div{
        font-size: 20px;
    }
}
@media screen and (max-width: 1520px){
    .pbl-why-3 .pbl-why--grid {
        margin-top: 50px;
        display: grid; 
        grid-template-columns: 1fr1; 
        gap: 20px 20px; 
    }
}
@media screen and (max-width: 1000px){
    .pbl-why-3 .pbl-why--grid{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1fr, 9);
        /* grid-template-areas: 
            "block-1 block-2"
            "block-3 block-4"
            "block-5 block-6"
            "block-7 block-9"
            "block-8 block-8"; */
        grid-template-areas: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .pbl-why-3 .pbl-why--grid > div{
        grid-area: unset;
    }
    .pbl-why-3 .pbl-why--grid > div:nth-child(even){
        background: none;
        color: white;
    }
    .pbl-why-3 .pbl-why--grid > div:nth-child(odd){
        background: #373232;
        color: white;
    }
    .pbl-why-3 .pbl-why--grid > div ul{
        grid-template-columns: 1fr 1fr;
    }
    .pbl-why-3 .pbl-why--grid{
        background: #7cd3b9;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .pbl-why-3 .pbl-why--grid > div h3{
        font-size: 70px;
    }
}
@media (max-width: 620px) {
    .pbl-why-3 > .title{
        padding: 0px 16px;
    }
}
@media (max-width: 480px) {
    .pbl-why-3 .pbl-why--grid > div h3{
        font-size: 50px;
    }
    .pbl-why-3 .pbl-why--grid > div{
        border-radius: 20px;
        padding: 20px;
    }
    .pbl-why-3{
        margin-top: 40px;
    }
    .pbl-why-3 .pbl-why--grid{
        margin-top: 20px;
    }
    .pbl-why-3 .pbl-why--grid{
        gap: 0px;
    }
}


.pbl-cheaper{
    background: #7CD3B9;
    border-radius: 30px;
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
}
.pbl-cheaper .button{
    padding: 10px;
    border-radius: 30px;
    background: white;
    cursor: pointer;
    min-width: 200px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #373232 !important;
}

.menu__contents{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.pbl-cheaper--popup{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;

    z-index: 99999999;

    background: rgba(55, 50, 50, 0.7);
}
.pbl-cheaper--popup:not(.active){
    display: none;
}
.pbl-cheaper--popup > div{
    background: white;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.pbl-cheaper--popup > div > img{
    position: absolute;
    top: -51px;
    right: -51px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.pbl-cheaper--popup > div > form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: left;
    max-width: 600px;
}
.pbl-cheaper--popup > div > form h1{
    text-transform: uppercase;
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pbl-cheaper--popup > div > form input,
.pbl-cheaper--popup > div > form textarea,
.pbl-cheaper--popup > div > form .button{
    border-radius: 20px;
    background: #373232;
    color: white;
    padding: 15px;
    box-sizing: border-box;
}
.pbl-cheaper--popup > div > form .button{
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
    min-width: 200px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.pbl-cheaper--popup > div > form textarea{
    resize: vertical;
    min-height: 200px;
}
.pbl-cheaper--popup > div > form input::placeholder,
.pbl-cheaper--popup > div > form textarea::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 760px) {
    .pbl-cheaper--popup > div > img{
        right: 0px;
    }
    .pbl-cheaper--popup > div{
        max-width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
    }
}
@media screen and (max-width: 1200px) {
    .pbl-cheaper{
        width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .pbl-cheaper{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .pbl-cheaper .button{
        width: 100%;
        min-width: unset;
    }
}


.pbl-big_case{
    background: #7CD3B9;
    border-radius: 30px;
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
}
.pbl-big_case .button{
    padding: 10px;
    border-radius: 30px;
    background: white;
    cursor: pointer;
    min-width: 200px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #373232 !important;
}

.pbl-big_case--popup{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;

    z-index: 99999999;

    background: rgba(55, 50, 50, 0.7);
}
.pbl-big_case--popup:not(.active){
    display: none;
}
.pbl-big_case--popup > div{
    background: white;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.pbl-big_case--popup > div > img{
    position: absolute;
    top: -51px;
    right: -51px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.pbl-big_case--popup > div > form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: left;
    max-width: 600px;
}
.pbl-big_case--popup > div > form h1{
    text-transform: uppercase;
    font-style: italic;
    font-family: "Druk Cyr";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pbl-big_case--popup > div > form input,
.pbl-big_case--popup > div > form textarea,
.pbl-big_case--popup > div > form .button{
    border-radius: 20px;
    background: #373232;
    color: white;
    padding: 15px;
    box-sizing: border-box;
}
.pbl-big_case--popup > div > form .button{
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
    min-width: 200px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.pbl-big_case--popup > div > form textarea{
    resize: vertical;
    min-height: 200px;
}
.pbl-big_case--popup > div > form input::placeholder,
.pbl-big_case--popup > div > form textarea::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 760px) {
    .pbl-big_case--popup > div > img{
        right: 0px;
    }
    .pbl-big_case--popup > div{
        max-width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
    }
}
@media screen and (max-width: 1200px) {
    .pbl-big_case{
        width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .pbl-big_case{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .pbl-big_case .button{
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .header__phone:last-child {
        width: 100%;
    }
}