.NPD_sliderNext {
    right: 10px;
}
.NPD_sliderPrev {
    left: 10px;
}
.NPD_slider img{
    border-radius: 10px;
    max-height: 560px;
    user-select: none;
}
.NPD_Cont {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.NPDPlus {
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 20px;
}
.NPDsdan {
    color: #818181;
}
.NPD_bl1 {
    display: grid;
    gap: 10px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 20px;
}

.NPD_ImgPlan {
    object-fit: contain !important;
}
.NPD_bl1-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.NPD_plan:hover {
    border-color: #6eb9ef !important;
}
.NPD_plan {
    border: 1px solid #8f8f8f33;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.NPD_plan img  {
    width: 150px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #8f8f8f33;
    border-radius: 10px;
}
.NPDName {
    font-size: 24px;
    font-weight: 600;
}
.NPDPrice_and_Phone {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    width: 300px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.descrHouse_item {
    display: none;
}
.NPDPrice {
    font-size: 20px;
    font-weight: 600;
}
.NPDPhone, .NPDPhone2  {
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.NPDPhone {
    color: #fff;
    background: #0a87e1;
}
.NPDPhone2 {
    background: #f0f7e7;
    color: #82be32;
}
.NPD_Descr {
    margin: 30px 0;
    max-width: 708px;
    text-align: justify;
}
.NPD_Descr_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
/**/
/* modal1 */
/**/
.container1.modal-open1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal1 {
    overflow: hidden;
    z-index: 99;
    background: #fff;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    position: fixed;
    width: 1000px;
    height: 90%;
    max-width: 1000px;
    max-height: 90%;
    margin: 20px 10px;
    box-shadow: 0 0 20px #333;
    border-radius: 10px;
    top: -1000px;
}
.modal1 .header1 {
    border-bottom: 1px solid #ddd;
    font: 300 24px Lato;
    position: relative;
    background: #333;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
}
.modal1 .body1 {
    padding: 20px;
    overflow: auto;
    height: calc(100vh - 132px);
    width: 100%;
}
a.btn1.js-close-modal1:hover {
    color: #ffffff94;
}
.btn1.js-close-modal1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.container1.modal-open1 .modal1 {
    top: 0 !important;
}
@media only screen and (min-width: 40em) {
    .modal-overlay {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .modalDeskInfo {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .modalDeskInfo.active {
        opacity: 1;
        visibility: visible;
    }
}
.modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}
.modal .modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal.active .modal-content {
    opacity: 1;
}
.modal.active .close-modal {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}
/* Mobile styling */
@media only screen and (max-width: 39.9375em) {
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }

    .close-modal {
        right: 20px !important;
    }
}
/**/
/*Overlay modal*/
/**/

/**/
/*modal desk info*/
/**/
.modal_header {
    color: #616060;
    width: 222px;
    font-size: 20px;
    padding: 15px 0;
    margin: 0 auto;
}
.modalDeskInfo .modal-content input {
    padding: 16px 12px;
    border: none;
    margin: 10px 0;
    font-size: 18px;
    color: #646464;
    width: 100%;
    background: #f4f6fb;
    border-radius: 8px;
}
.modal-footer {
    color: #333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}
.modal_soglas {
    font-size: 10px;
    display: flex;
    align-items: center;
}
.modalDI .modal-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.btn_modal {
    border: none;
    padding: 10px 26px;
    margin: 15px 0;
    font-size: 16px;
    border-radius: 8px;
    z-index: 7;
    transition: all .3s;
    user-select: none;
    font-weight: 600;
    color: #fff;
    background: #0a87e1;
}
.btn_modal:hover {
    background-color: #007ada;
}
.btn_modal:active {
    background-color: rgb(0 0 0) !important;
    color: #fff !important;
}
/*modal desk info*/
@media only screen and (min-width: 40em) {
    .modalDeskInfo {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 8;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .modalDeskInfo.active {
        opacity: 1;
        visibility: visible;
    }
}
.modalDI .modDI_header {
    height: 2rem;
    align-items: center;
    padding: 0 5px;
}
.modalDI {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 400px;
    max-width: 400px;
    min-height: 24rem;
    border-radius: 16px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modalDI .close-modalDI {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modalDI .close-modalDI svg {
    width: 1.75em;
    height: 1.75em;
}
.modalDI .modal-modalDI {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modalDI.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modalDI.active .modal-modalDI {
    opacity: 1;
}

.MOB_Des.OBZv_WR {
    padding: 30px;
}

.FOOT_Mod222.modalDI.active {
overflow: hidden;
    padding: 20px;
}


.MOB_Des.mdl_respondBtn {
    height: 48px;
}

.MOB_Des.close-modalDI {
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
}

.modalDI.active .close-modalDI {
    transform: translateY(0px);
    opacity: 1;
}
.Modal .close-modalDI {
    transition: all .1s;
}
.Modal .close-modalDI:hover {
    color: #5a5a5a;
}
/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
    .modalDI {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }

    .close-modalDI {
        right: 20px !important;
    }
}
/**/
/*modal desk info*/
/**/


/**/
/*Modal Карта адреса*/
/**/
.containercv.modal-opencv .modalcv {
    top: auto;
    opacity: 1;
    z-index: 500;
    transform: translate(0%, 0%);
}

.MODL_Ch.modalcv  {
  /*  min-height: 400px;
    max-height: 420px;*/
    overflow: hidden;
    padding: 20px;
    height: fit-content;
    min-height: 350px;
    align-content: center;
}

.modalcv {
    transform: translate(0%, -150%);
    top: -1000px;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
    overflow-x: hidden;
    background: #efefef;
    height: 100%;
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);
}
.modalcv .header1 {
    height: 2.5rem;
    border-bottom: 1px solid #ddd;
    font: 300 24px Lato;
    position: relative;
    background: linear-gradient(
        45deg
        , #2196f3, #03a9f4) !important;
    color: #fff;
    align-items: center;
}
.modalcv a.btn1.js-close-modalcv:hover {
    color: #ffffff94;
}
.modalcv a.btn1.js-close-modalcv {
    align-self: center;
    padding: 0 10px;
}
/**/
/*Modal Карта адреса*/
/**/

/**/
/*modal Вакансии*/
/**/
.modalAT {
    text-align: center;
    max-height: 100%;
    overflow: auto;
    z-index: -1;
    background: #f7f9f9;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    width: 450px;
    right: -40rem;
    opacity: 0;
    position: fixed;
    border: 1px solid #33333363;
    border-radius: .25rem;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: 10px 2px 22px rgb(0 0 0 / 20%);
}
.modalAT .headerAT {
    height: 33px;
    font: 300 24px Lato;
    position: relative;
    color: #242424;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center
}
.containerAT a.btn.js-close-modalAT {
    margin: 2px 0 0 0;
}
.containerAT a.js-close-modalAT {
    margin: 2px 0 0 0;
}
.containerAT.modal-openAT .modalAT {
    top: 51% !important;
    opacity: 1;
    z-index: 333 !important;
}
.modalAT a.btnAT.js-close-modalAT.GeneralBtn:hover {
    color: #ffffff;
}
.modalAT a.btnAT.js-close-modalAT {
    font-size: 16px;
}
/**/
/*modal Вакансии*/
/**/

/**/
/*Modal Карта Метро*/
/**/
.containerMet.modal-openMet .modalMet {
    top: auto;
    opacity: 1;
    z-index: 55;
    transform: translate(0%, 0%);

}
.modalMet {
    transform: translate(0%, -150%);
    top: -1000px;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    background: #fff;
    border: 1px solid #3333;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);
}
.modalMet .header1 {
    height: 2.5rem;
    border-bottom: 1px solid #ddd;
    font: 400 24px Lato;
    position: relative;
    color: #fff;
    align-items: center;
    background: linear-gradient(
        45deg
        , #2196f3, #03a9f4);
}
.modalMet a.btn1.js-close-modalMet:hover {
    color: #ffffffb8;
}
.modalMet a.btn1.js-close-modalMet {
    align-self: center;
    padding: 0 10px;
}
/**/
/*Modal Карта Метро*/
/**/

/**/
/*modal feedback*/
/**/
.containerVZ.modal-openVZ .modalVZ {
    display: block !important;
    top: 0;
}
.modalVZ {
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 99;
    background: #efefef;
    height: 490px;
    width: 44rem;
    padding-left: 120px;
    margin: 0 0 0 57px;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    right: 100%;
    position: fixed;
    left: 0;
    right: 0;
    text-align: left;
}
.modalVZ .header1 {
    height: 2.5rem;
    border-bottom: 1px solid #ddd;
    font: 300 24px Lato;
    position: relative;
    background: linear-gradient(87deg, #335897, #21c588, #33b4fc) !important;
    color: #fff;
}
body a.js-close-modalVZ {
    color: #fff;
    margin: 5px;
    cursor: pointer;
    user-select: none;
}
.modalVZ a.btn1.js-close-modalVZ.GeneralBtn:hover {
    color: #ffffffa8;
}
.modalcv a.btn1.js-close-modalVZ.GeneralBtn {
    align-self: center;
    padding: 0 10px;
}
/**/
/*modal feedback*/
/**/

/**/
/*modal Otzivi отзывы*/
/**/
.modalFB {
    text-align: center;
    max-height: 100%;
    overflow: auto;
    z-index: -1;
    background: #f7f9f9;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    width: 450px;
    right: -40rem;
    opacity: 0;
    position: fixed;
    border: 1px solid #33333363;
    border-radius: .25rem;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: 10px 2px 22px rgb(0 0 0 / 20%);
}
.modalFB .headerFB {
    height: 33px;
    font: 300 24px Lato;
    position: relative;
    color: #242424;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center
}
.containerFB a.btn.js-close-modalFB {
    margin: 2px 0 0 0;
}
.containerFB.modal-openFB .modalFB {
    top: 50% !important;
    opacity: 1;
    z-index: 333 !important;
}
.modalFB a.btnAFB.js-close-modalFB.GeneralBtn:hover {
    color: #ffffff;
}
.modalFB a.btnFB.js-close-modalFB {
    font-size: 16px;
}
@media only screen and (max-width: 39.9375em) {
    body .modalFB {
        width: 100%;
        height: 100%;
        transform: translate(-50%, 0);
    }

    body .containerFB.modal-openFB .modalFB {
        top: 0 !important;
    }
}
/**/
/*modal Otzivi отзывы*/
/**/

/**/
/*modal NewBuild*/
/**/
.modalNB {
    text-align: center;
    max-height: 100%;
    overflow: auto;
    z-index: -1;
    background: #fff;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    width: max-content;
    right: -40rem;
    opacity: 0;
    position: fixed;
    border-radius: .25rem;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: 10px 2px 22px rgb(0 0 0 / 32%);
}
.modalNB .headerNB {
    height: 33px;
    position: relative;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    background: linear-gradient(
        45deg
        , #2196f3, #03a9f4);
}
.containerNB a.btn.js-close-modalNB {
    font-size: 22px;
    color: #fff;
}
.containerNB.modal-openNB .modalNB {
    top: 51% !important;
    opacity: 1;
    z-index: 33 !important;
}
.containerNB .modalNB a.btnANB.js-close-modalNB.GeneralBtn:hover {
    color: #ffffff8c;
}
.modalFB a.btnFB.js-close-modalFB {
    font-size: 16px;
}
.BNBZ_wrap {
    max-width: 200px;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}
.BNBZ_wrap .modal-content {
    max-width: 300px;
}
.BNBZ_wrap .modal-content input {
    background: #3330;
    width: auto;
    border-bottom: 1px solid #3333335c;
}
.BNBZ_footer {
    margin: 10px 0;
}
@media only screen and (max-width: 559px) {
    body .modalNB {
        width: 100%;
        height: 100%;
        transform: translate(-50%, 0);
    }

    body .containerNB.modal-openNB .modalNB {
        top: 0 !important;
    }

    .MNBC_bloc2 {
        flex-direction: column;
    }

    .ModalNB .MNBC_bloc2 .tabs-items {
        min-width: auto;
    }

    .MNBC_bloc2 .MNBC_Map {
        width: auto;
        padding: 0px;
    }

    .MNBC_bloc2 .MNBC_Map img {
        width: 100%;
        height: 268px;
        object-fit: cover;
        margin: auto;
        padding: 0;
        position: relative;
        left: 0;
        top: 0;
    }
}
/**/
/*modal NewBuild*/
/**/

/**/
/*modal Video */
/**/
.modalVNB .textVBN{
    font-weight: 400;
    font-size: 16px;
}
.modalVNB img{
    max-height: 80%;
    max-width: 80%;
}
.modalVNB {
    text-align: center;
    max-height: 100%;
    overflow: auto;
    z-index: -1;
    background: #f7f9f9;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    width: 580px;
    right: -40rem;
    opacity: 0;
    position: fixed;
    border-radius: .25rem;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: 10px 2px 22px rgb(0 0 0 / 20%);
}
.modalVNB .headerVNB {
    background: linear-gradient(
        45deg
        , #2196f3, #03a9f4);
    box-shadow: 0px 1px 7px 0 #2196f3;
    height: 33px;
    font: 300 24px Lato;
    position: relative;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.containerVNB a.btn.js-close-modalVNB:hover {
    color: #fff9;
}
.containerVNB a.btn.js-close-modalVNB {
    margin: 2px 0 0 0;
    color: #fff;
}
.containerVNB.modal-openVNB .modalVNB {
    top: 51% !important;
    opacity: 1;
    z-index: 333 !important;
}
.modalVNB a.btnVNB.js-close-modalVNB:hover {
    color: #ffffff;
}
.modalVNB a.btnVNB.js-close-modalVNB {
    font-size: 16px;
}
.ModalVNB iframe {
    width: 100%;
    min-height: 325px;
}
@media only screen and (max-width: 39.9375em) {
    body .modalVNB {
        width: 100%;
        height: 100%;
        transform: translate(-50%, 0);
    }

    body .containerVNB.modal-openVNB .modalVNB {
        top: 0 !important;
    }
}
/**/
/*modal Video */
/**/

/**/
/*Modal Получить предложение Quiz*/
/**/
.containerQuiz.modal-openQuiz .modalQuiz {
    top: 20%;
    opacity: 1;
    z-index: 5;
    transform: translate(0%, 0%);
}
.modalQuiz {
    transform: translate(0%, -150%);
    top: -1000px;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    background: #fff;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    max-height: 80%;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);
}
.modalQuiz .header1 {
    height: 2.5rem;
    border-bottom: 1px solid #ddd;
    font: 400 24px Lato;
    position: relative;
    color: #fff;
    align-items: center;
    background: linear-gradient(
        45deg
        , #2196f3, #03a9f4);
}
.modalQuiz a.btn1.js-close-modalQuiz:hover {
    color: #b0b0b0;
}
.modalQuiz a.btn1.js-close-modalQuiz {
    align-self: center;
    padding: 0 10px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
}
/**/
/*Modal Получить предложение Quiz*/
/**/

/**/
/*modal Вакансии*/
/**/
.modalNN {
    text-align: center;
    max-height: 100%;
    overflow: auto;
    z-index: -1;
    background: #f7f9f9;
    padding: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    width: 450px;
    right: -40rem;
    opacity: 0;
    position: fixed;
    border: 1px solid #33333363;
    border-radius: .25rem;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: 10px 2px 22px rgb(0 0 0 / 20%);
}
.modalNN .headerNN {
    height: 33px;
    font: 300 24px Lato;
    position: relative;
    color: #242424;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center
}
.containerNN a.btn.js-close-modalNN {
    margin: 2px 0 0 0;
}
.containerNN.modal-openNN .modalNN {
    top: 51% !important;
    opacity: 1;
    z-index: 333 !important;
}
.modalNN a.js-close-modalNN:hover {
    color: #00000052;
}
.modalNN a.js-close-modalNN {
    font-size: 20px;
}
/**/
/*modal Вакансии*/
/**/
