.middle > .container {
    overflow-x: hidden;
}
.content_wrapper_block.main.without-border{
    margin-top: 41px;
}
.hero-section {
    background: #E6EAED;
    text-align: center;
    position:relative;
}
.hero-section img{
    max-width:100%;
}
.cols-section {
    display: flex;
    gap: 1px;
    margin: 0;
}
.cols-section div {
    padding: 18px 10px 7px;
    background: #E6EAED;
    color: #465695;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    leading-trim: NONE;
    margin-left: 1px;
}
.py-5 > .row  {
    margin:0;
}
.py-5 > .row div {
    padding:0;
    min-height: 335px;
}
.py-5 > .row div img{
    max-width:100%;
}
.header-img:last-of-type {
    margin-bottom: 50px;
}
.header-img > .row div img{
    width:100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.header-img > .row div{
    position: relative;
}
.header-img > .row div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D;
    pointer-events: none;
}
.header-img .btn.btn-transparent {
    background: transparent;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 255px;
    height: 47px;
    z-index: 2;
}
.item-section {
    background: #E6EAED;
    text-align: center;
    padding: 50px 0px 25px;
}
.item-section > .row div p {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    margin-top: 10px;
}
.item-section > .row div p span {
    font-size: 16px;
    color: #000;
}
.py-5.button-block {
    margin: 30px auto 11px;
    display: table;
}
.py-5 > .row div.section-text {
    padding: 50px 52px 25px;
}
.py-5 > .row div.section-img {
    align-items: center;
    display: flex;
}
.py-5 > .row div.blue-text {
    background: #5062aa;
    color: #fff;
}
.py-5 > .row div.section-text h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.py-5 > .row div.blue-text h2 {
    color: #fff;
}
.py-5 > .row div.section-text ul {
    margin: 18px 0;
}
.py-5 > .row div.section-text ul > li{
    margin: 0px 0 0 25px;
    list-style-type: disc;
}
.py-5 > .row div.section-text ul > li > ul{
    margin: 0;
}
.py-5 > .row div.section-text ul > li > ul > li{
    list-style-type: none;
    margin: 0;
}
.py-5 > .row div.section-text ul.custom-list span{
    margin-left: 24px;
}
.py-5 > .row div.section-text p{
    margin-top: 21px;
}
.form-section{
    background: #465695;
    padding: 18px 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    width: calc(100% + 1px);
    overflow:hidden;
}
.form-section > .row{
    display: flex;
    justify-content: space-between;
    /*width: 95vw;*/
    /*margin-left: -22%;*/
    gap: 40px;
}
.form-section > .row div{
    text-wrap-mode: nowrap;
}
.form-section.text-silver > .row {
    margin-left: -13%;
}
.form-section .btn-outline-light {
    color: #465695;
    background: #fff;
    padding: 13px 20px;
    margin: 0;
    width: 100%;
}
.form-section .btn-outline-light:hover {
    color: #fff;
}
.blue-title {
    color: #465695;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
h3.blue-title {
    text-transform: inherit;
    margin-top: 95px;
}

.hero-section .item-block{
    max-width: 1135px;
    margin: 0 auto;
}
.hero-section .item-block p{
    font-size: 13px;
    line-height: 20px;
    color:#333333;
    margin-top: 10px;
}
.hero-section .item-block p span{
    font-size: 16px;
    color:#000;
}
.arrow {
    display:none;
}
.block-optika-item-6 {
    padding: 50px 30px;
}
.optika-block-1,.optika-block-2 {
    position:relative;
}
.optika-block-1 .left-block,.optika-block-2 .left-block {
    position: absolute;
    top: 50px;
    left: 30px;
    font-size: 15px;
    color: #fff;
}
.optika-block-1 .right-block,.optika-block-2 .right-block {
    position: absolute;
    top: 69px;
    font-size: 15px;
    color: #fff;
    right: 31px;
    display: flex;
    flex-direction: column;
    width: 168px;
    line-height: 15px;
}
.optika-block-1 .optika-block-item, .optika-block-2 .optika-block-item{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 173px;
    color: #fff;
    background: #7575750D;
    backdrop-filter: blur(26.5px);
}
.optika-block-1 .optika-block-item > div, .optika-block-2 .optika-block-item > div{
    padding: 50px 31px;
}
.optika-block-1 .optika-block-item p, .optika-block-2 .optika-block-item p{
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
}
.optika-block-1 .optika-block-item span, .optika-block-2 .optika-block-item span{
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
.optika-block-1 img,.optika-block-2 img{
    width: 100%;
}
.optika-block-1 .right-block span,.optika-block-2 .right-block span {
    display: block;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 22px;
}
.optika-block-1 .left-block h2,.optika-block-2 .left-block h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.optika-block-1 .btn.btn-transparent, .optika-block-2 .btn.btn-transparent{
    background: transparent;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    margin: 25px auto 0;
    height: 48px;
}
.form-section.text-silver {
    background: #fff;
    color: #E6EAED;
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
    padding: 18px 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.lg-none {
    display: none;
}
.top_wrapper.items_wrapper {
    margin-bottom: 50px;
}
@media (max-width: 430px) {
    .top_wrapper.items_wrapper {
        margin-bottom: 100px;
    }
    .lg-none .btn.btn-default {
        display: flex;
        justify-content: center;
    }
    .lg-none .btn.btn-default {
        margin: 20px 0;
    }
    h3.blue-title {
        margin-top: 45px;
    }
    .bg-light.py-3.border-bottom, .blue-title.d-sm-none, .hero-section.d-sm-none, .button-block.d-sm-none, .btn-transparent.d-sm-none {
        display:none;
    }
    .block-optika-item-6 {
        padding: 50px 0;
    }
    .py-5 > .row div {
        padding: 0;
        min-height: auto;
    }
    .form-section {
        padding: 16px 10px 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }
    .form-section > .row {
        flex-direction: row;
        width: auto;
        margin-left: -117%;
        gap: 20px;
    }
    .optika-block-1 .left-block, .optika-block-2 .left-block {
        top: 20px;
        text-align: center;
    }
    .optika-block-1 img, .optika-block-2 img {
        height: 269px;
    }
    .optika-block-1 .left-block p, .optika-block-2 .left-block p {
        text-align: left;
        font-size: 12px;
        line-height: 17px;
        padding: 15px 0;
        position: absolute;
        top: 235%;
        margin: 0;
    }
    .optika-block-1 .right-block, .optika-block-2 .right-block {
        position: relative;
        top: 0;
        font-size: 13px;
        color: #fff;
        right: 0;
        width: 100%;
        line-height: 1;
        background: #465695;
        padding: 10px 38px;
    }
    .optika-block-1 .right-block span, .optika-block-2 .right-block span {
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 6px;
    }
    .optika-block-1 .right-block p, .optika-block-2 .right-block p {
        margin: 11px 0;
    }
    .optika-block-1 .optika-block-item, .optika-block-2 .optika-block-item {
        position: relative;
        width: 100%;
        height: auto;
        color: #465695;
    }
    .item-section {
        padding: 20px 0 0;
    }
    .item-section > .row div p {
        margin-top: 9px;
        margin-bottom: 21px;
    }
    .form-section.text-silver > .row {
        margin-left: -11%;
    }
    .form-section h3 {
        font-size: 19px;
        margin-bottom: 9px;
    }
    .hero-section {
        text-align: center;
        padding: 49px 0 36px;
    }
    .hero-section .btn.btn-default {
        bottom: 73px;
        padding: 13px 51px;
    }
    .py-5 > .row div.section-text {
        padding: 23px 26px 0;
    }
    .py-5 > .row {
        display: flex;
        flex-direction: column;
    }
    .form-section .btn-outline-light {
        margin: 18px 0 0;
        width: calc(100vw - 80px);
    }
    .arrow {
        display:inline-table;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .py-5 > .optika-block-item > div {
        padding: 18px 37px 0;
        min-height: auto;
        text-align: left;
        width: 100%;
    }
}