.cta-blog {
    position: relative;
    min-height: 160px;
    padding: 34px 0 40px;
    margin: 45px 0 40px;
    display: flex;
    align-items: center;
}
.cta-blog .draw:nth-child(1):not(.draw_gray_bg) {
    right: calc(100% + 120px);
    height: 280px;
    left: initial;
    top: 20px;
}
.cta-blog .draw:nth-child(2):not(.draw_gray_bg) {
    right: initial;
    left: calc(-80px + 10px);
    width: 200vw;
    height: 100%;
    top: 0;
}
.cta-blog .draw.draw_gray_bg {
    width: 100vw;
    right: -150px;
    background: #F3F5F9;
    height: 100%;
    top: 0;
}
.cta-blog__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
}
.cta-blog__btn {
    max-height: 50px!important;
}
.cta-blog__btn a {
    color: #fff!important;
    text-decoration: none!important;
}
.cta-blog__title {
    color: #19212F;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.008em;
    line-height: 1.231em;
    margin-top: 0!important;
}
.cta-blog__desc {
    color: #19212F;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.007em;
    line-height: 1.222em;
    margin-top: 0!important;
}
.cta-blog__title + .cta-blog__desc:not(:empty) {
    margin-top: 20px!important;
}
.cta-blog__left {
    margin-right: 50px;
}
.cta-blog__form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    z-index: 999;
    display: none;
    overflow: hidden;
    width: 608px;
    max-width: 90%;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
}
.cta-blog__form .cform__bottom .col-sm-12 {
    width: 100%!important;
    margin: 0!important;
}
.cta-blog__form .button {
    float: none!important;
    width: 100%;
    margin: 0;
    text-align: center;
    right: 0;
    left: 0;
}
.cta-blog__form .button input {
    width: 100%;
}
body.popup-opened:before {
    content: '';
    opacity: 0.2;
    background-color: #363636;
    position: fixed;
    width: 300vw;
    height: 300vw;
    display: block;
    z-index: 998;
    top: 0;
    left: 0;
}
body.popup-opened > .cta-blog__form {
    display: block;
}
@media screen and (min-width: 1761px) {
    .cta-blog:not(.style-gray) {
        padding: 55px 45px;
    }
    .cta-blog.style-gray {
        padding: 55px 0;
    }
    .cta-blog .draw:nth-child(1):not(.draw_gray_bg) {
        right: calc(100% + 70px);
        top: 30px;
        height: 310px;
    }
    .cta-blog .draw:nth-child(2):not(.draw_gray_bg) {
        left: -10px;
    }
    .cta-blog .draw.draw_gray_bg {
        right: -100px;
    }
    .cta-blog__left {
        max-width: 440px;
        margin-right: 50px;
    }
    .cta-blog__title {
        font-size: 32px;
    }
    .cta-blog__desc { 
        font-size: 22px;
    }
    .cta-blog__btn {
        max-height: 54px!important;
    }
}
@media screen and (max-width: 1300px) {
    .cta-blog__form .cform-field_check .checkbox {
        top: -3px;
    }
}
@media screen and (max-width: 1200px) {
    .cta-blog__left {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .cta-blog__wrap {
        justify-content: flex-start;
    }
    .cta-blog {
        margin: 0;
        padding-top: 45px;
    }
}
@media screen and (max-width: 768px) {
    .cta-blog__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .cta-blog__btn {
        margin-top: 2em!important;
    }
    .cta-blog__left {
        margin-right: 0;
        max-width: 100%!important;
    }
}
@media screen and (max-width: 576px) {
    .cta-blog__title {
        font-size: 22px;
    }
    .cta-blog__desc { 
        font-size: 16px;
    }
    .cta-blog__form {
        padding: 30px;
    }
    .cta-blog__form .cform__bottom .button {
        margin-top: 25px!important;
    }
}