.banner_sect {
    margin: 0 calc(50% - 50vw);
    background-size: 66.625em auto;
    background-repeat: no-repeat;
    background-position: 130% 110%;
    overflow: hidden;
    padding: 2.5em 0;
    background-image: none;
}
.banner_sect.bc_f4f7ff {
    background: linear-gradient(0deg, #F5F9FD, #F5F9FD), #F4F7FF;
}
.banner_sect.bc_ffffff {
    background: #ffffff;
}
.banner_sect .row1 {
    align-items: center;
    display: block;
}
.banner_sect .row1 .side {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
.banner_sect .title {
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 1em;
    font-size: 1.5em;
}
.banner_sect .description {
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.005em;
    font-size: 1em;
    margin: 0 0 1.5em;
}
.banner_sect .media {
    display: block;
    max-width: 100%;
    border-radius: 1.125em;
}
.banner_sect .image {
    display: block;
    margin: 0 auto !important;
    max-width: 100% !important;
}
.banner_sect .button_wrap .butt {
    padding: 0 1em;
    width: 100%;
}
.banner_sect .button_wrap:not(:last-child) {
    margin-bottom: 2em;
}
.banner_sect .video_wrap {
    background-color: #2C4268;
    position: relative;
    border-radius: 1.125em;
    overflow: hidden;
    box-shadow: 0 0.375em 0.625em rgba(0, 0, 0, 0.05);
}
.banner_sect .video_poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_sect .video_wrap:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.banner_sect .video_wrap:after {
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../../../img/icons/play-fff.svg);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0.375em 0.625em rgba(0, 0, 0, 0.05);
    width: 2.5em;
    height: 2.5em;
    transition-property: background-color;
    transition-duration: 0.3s;
}
.banner_sect .video_wrap:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.banner_sect .video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2C4268;
    z-index: 2;
}
.banner_sect .get_offer_form {
    margin: 0 0 1.875em;
}
.banner_sect .image.hide_on_mob {
    display: none !important;
}
.banner_sect .button_wrap {
    margin: 0 auto 2.5em;
}
.banner_sect .side:last-child .button_wrap {
    margin-bottom: 0;
}