.blockFlex{
    display: flex;
    flex-wrap: wrap;
}
.blockTextInfo{
    width: 70%;
}
.blockTextInfoFuul{
    width: 100%;
}
.blockImgInfo{
    width: 30%;
}
@media (max-width: 767px){
    .blockImgInfo {
        width: 100%;
        order: 0;
        margin-bottom: 30px;
    }
    .blockTextInfo {
        width: 100%;
        order: 1;
    }
}




.modalBanner{
		
    position: relative;
    display: flex;
    justify-content: center;
}
.fon {
    background: #1e1e1e;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 995;
}
.modalBanner .blockBanner{
    position: fixed;
    top: 20%;
    z-index: 996;
}
.fonBlock {
    background: #fff;
    padding: 60px 40px;
    border-radius: 5px;
}
.contain{
    display: flex;
    
}
.blockTextBanner .title{
    color: #0C2340;
    font-family: Euclid, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 27px;
    border-bottom: 4px solid #D2CDE0; ;
}
.blockTextBanner .Text{
    color: #000;
    font-family: Euclid, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 27px;
    padding-bottom: 30px;
}
.blockBanner .blockImgBanner{
    width: 15%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.blockBanner .blockImgBanner img{
    margin-top: -50px;
} 
.blockBanner .blockTextBanner {
    width: 85%;
    padding-right: 30px;
}
.blockBanner .bottomBanner {
    /* width: 100%; */
    border-radius: 5px;
    border: 1px solid #0C2340;
    padding: 10px 20px;
}
.close{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5%;
    right: 3.5%;
    background: url("/local/templates/ozk/assets/images/close.svg");
    background-size: 100%;
    cursor: pointer;
}

@font-face {
    font-family: Noto Sans;
    src: url('NotoSans-Regular.ttf');
}

.blockOpenBanner {
    top: 7%;
    position: absolute;
    width: 241px;
    height: 244px;
    border-radius: 0px 5px 5px 0px;
    background: #F8F8F9;
    padding: 30px;
    flex-wrap: wrap;
}

.blockOpenBanner .titleMini{
    color: #0C2340;
    font-family:Euclid;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 1649px){
    .blockOpenBanner{
        width: 326px;
        padding: 10px 10px;
        justify-content: space-between;
        align-items: flex-start;
        top: 12%;
        flex-wrap: nowrap;
        height: auto;
        justify-content: space-between;
        align-items: center;
    }
    .blockOpenBanner img{
        width: 20%;
        margin-right: 10px;
        height: auto !important;
    }
    .blockOpenBanner .titleMini{
        color: #0C2340;
        font-family:Euclid;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        width: 60%;
        margin: 0px;
    }
    .dnone{
        display: none;
    }
    .blockOpenBanner .openModalBanner{
        min-width: 48px;
    }
    .blockOpenBanner .openModalBanner i{
        margin: 0;
    }
}
@media (max-width: 1279px){
    .blockTextBanner .title{
        font-size: 16px;
    }
    .blockTextBanner .Text {
        font-size: 14px;
    }
    .modalBanner .blockBanner {
        padding: 40px 30px;
    }
    .blockImgBanner img{
        width: 85%;
    }
    .close{
        top: 12%;
        right: 4.5%; 
    }
    
}
@media (max-width: 991px){
    .blockBanner .blockTextBanner{
        width: 100%;
        padding-right: 0px;
    }
    .blockBanner .blockImgBanner{
        display: none;
    }
    .blockOpenBanner{
        top: 9.5%;
    }
}
@media (max-width: 991px){
    .blockTextBanner .title{
        font-size: 14px;
    }
    .blockTextBanner .Text {
        font-size: 12px;
    }
    .blockBanner .btn-transparent-black{
        font-size: 14px;
        min-width: 130px;
        line-height: 30px;
    }
    .modalBanner .blockBanner {
        padding: 25px 20px;
    }
    .title br{
        display: none;
    }
    .close {
        top: 10%;
        right: 4.5%;
    }
}
@media (max-width: 767px){
    .close {
        top: 10%;
        right: 6.5%;
    }
    .blockOpenBanner{
        top: 8.5%;
    }  
}
@media (max-width: 375px){
    .blockOpenBanner {
        /* top: 8.5%; */
        width: 65%;
        /* left: 5%; */
    }
    .modalBanner .blockBanner{
        top: 6%;
    }
    .blockOpenBanner .titleMini{
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 360px){
    .close {
        top: 8%;
        right: 9%;
        width: 16px;
        height: 16px;
    }
    .fonBlock{
        padding: 40px 15px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .blockTextBanner .title {
        font-size: 16px;
        font-style: normal;
        line-height: normal;
    }
    .blockTextBanner .Text{
        font-size: 16px;
        font-style: normal;
        line-height: 24px;
    }
}
@media (max-width: 330px){
    .blockOpenBanner {
        width: 326px;
        left: 0%;
    }
}
@media(max-width:375px) {
    .link-ico {
        padding: 0 10px;
    }
}
