.middle > .container {
    overflow-x: hidden;
}
.hero-section {
    background: #80a4f8;
    text-align: center;
    position:relative;
}
.hero-section picture{
    position: relative;
}
.hero-section h1{
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: rgba(70, 86, 149, 1);
    position: absolute;
    top: -125px;
    left: 29px;
    width: 600px;
    max-width: 100%;
    text-align: left;
}
.hero-section p{
    position: absolute;
    left: 27px;
    top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: rgba(70, 86, 149, 1);
    width: 597px;
    text-align: left;
    max-width: 100%;
}
.hero-section img {
    max-width: 100%;
    -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
    );
    mask-image: linear-gradient(to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
    );
}
.cols-section {
    display: flex;
    gap: 1px;
    margin: 0 !important;
}
.cols-section > div {
    padding: 21px 5px;
    background: #E6EAED;
    color: #465695;
    font-weight: 700;
    font-size: 19px;
    margin-left: 1px;
    align-content: center;
    text-transform: uppercase;
    line-height: 19px;
}

.py-5 > .row  {
    margin:0;
    /*gap:1px;*/
}
.py-5 > .row div {
    padding:0;
}
.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{*/
/*    width: calc(100% + 1px);*/
/*}*/
.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;
    width: 284px;
    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: 17px 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    overflow:hidden;
}
.bg-light.py-3.border-bottom {
    margin-top: 90px;
}
.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;
}

.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;
    margin-bottom: -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, .vision-causes {
    position:relative;
}
.vision-causes {
    margin-top: 90px;
}
.vision-causes img, .eye-graphic img {
    width: 100%;
}
.vision-causes .left-block {
    position: absolute;
    top: 141px;
    left: 30px;
    font-size: 15px;
    color: #fff;
    width: 549px;
}
.vision-causes .right-block {
    position: absolute;
    right: -6px;
    top: 31px;
    width: 39%;
}
.vision-causes .left-block > h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}
.vision-causes .left-block >.row-custom{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    flex-direction: row;
}
.vision-causes .left-block >.row-custom div.col-lg-6{
    border-radius: 10px;
    padding: 31px;
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 48%;
    display: flex;
    justify-content: center;
}
.vision-causes .left-block >.row-custom div.col-lg-12{
    border-radius: 10px;
    padding: 18px;
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    margin-right: 2px;
    border-radius: 10px;
    border-width: 3px;
    border: 3px solid rgba(70, 86, 149, 1);
    background: rgba(70, 86, 149, 0.3);
}
.vision-causes .left-block >.row-custom div.col-lg-12 p{
    margin: 0;
    font-size: 15px;
}
.vision-causes .left-block >.row-custom div.col-lg-12 p.fw-bold{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.optika-block-1 .left-block,.optika-block-2 .left-block {
    position: absolute;
    top: 50px;
    left: 30px;
    font-size: 15px;
    color: #fff;
}
.optika-block-1 .left-block p,.optika-block-2 .left-block p {
width: 530px;
max-width: 100%;
}
.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: 172px;
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{
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
}
.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, .btn.btn-default.has-ripple.lg-none{
    display: none;
}
.top_wrapper.items_wrapper {
margin-bottom: 50px;
}
h2.blue-title {
    margin-top: 90px;
    margin-bottom: 35px;
}
.hero-section.d-sm-none {
    padding: 51px 0 67px;
    margin: 34px 0 92px;
}
.lenses-comparison {
    margin-bottom: 100px;
}
.lenses-comparison .th-mobile {
    display:none;
}
.lenses-comparison .table {
    border-color: rgba(236, 236, 236, 1);
}
.lenses-comparison .table thead th {
    background-color: rgba(248, 248, 248, 1);
}
.lenses-comparison .table thead th {
    border-left: none !important;
    border-right: none !important;
    text-cclor: rgba(51, 51, 51, 1);
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    vertical-align: middle;
    height: 51px;
}
.lenses-comparison .table tbody tr:nth-child(even) td {
    background-color: rgba(248, 248, 248, 1);
}
.lenses-comparison .table tbody td {
    border: none !important;
    text-align: left;
    height: 51px;
    vertical-align: middle;
}

.table-bordered {
    border-collapse: collapse;
}
.hero-section .item-block{
    margin-bottom: 91px;
}
.hero-section .item-block > div {
    padding: 50px 0 70px;
}
@media (max-width: 430px) {
    .top_wrapper.items_wrapper {
        margin-bottom: 100px;
    }
    .lg-none, .btn.btn-default.has-ripple.lg-none {
        display: flex;
        justify-content: center;
    }
    .lg-none .btn.btn-default {
        margin: 20px 0;
    }
    h2.blue-title {
        margin-top: 36px;
        margin-bottom: 35px;
    }
    .right-block.d-sm-none, .form-section.d-sm-none, .has-ripple.d-sm-none, .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;
    }
    .vision-causes {
        overflow: hidden;
        margin-top:0;
    }
    .vision-causes-b {
        margin-top:50px;
    }
    .vision-causes .left-block {
        top: 20px;
        left: 21px;
        width: calc(100% - 40px);
    }
    .vision-causes .left-block >.row-custom div.col-lg-12 p {
        font-size: 12px;
        line-height: 1;
    }
    .vision-causes .left-block >.row-custom div.col-lg-6 {
        padding: 20px;
        width: 100%;
    }
    .vision-causes img {
        width:auto;
        height:120%;
    }
    .block-optika-item-6 {
        padding: 50px 0;
    }
    .block-optika-item-6 .py-5 > .row div {
        min-height: 335px;
    }
    .py-5 > .row div {
        padding: 0;
        min-height: auto;
    }
    .form-section {
        padding: 16px 10px 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 47px;
    }
    .form-section.no-margin-b {
        margin-bottom: 0;
    }
    .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: 230%;
        margin: 0;
        width: calc(100% - 20px);
    }
    .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;
        padding-bottom: 25px;
    }
    .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: 0;
    }
    .hero-section h1 {
        font-size: 50px;
        line-height: 49px;
        top: -337px;
        left: 18px;
    }
    .hero-section p {
        position: absolute;
        left: 21px;
        top: -248px;
        max-width: 88%;
    }
   /* .hero-section .btn.btn-default {
        bottom: 73px;
        padding: 13px 51px;
    }*/
    .hero-section .btn.btn-default {
        position: absolute;
        top:auto;
        left: 0;
        bottom: 77px;
        right: 0;
        margin: 0 20px;
    }
    .py-5 > .row div.section-text {
        padding: 23px 19px 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%;
    }
    .hero-section .item-block {
        margin: 0 auto 50px;
        padding-bottom: 13px;
    }
    .hero-section .item-block > div {
        padding: 20px 0;
    }
}