.header {
    padding: 52px 42px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
}
.header__logo {
    max-width: 185px;
}
.header__menu {
    display: flex;
    margin: auto 0;
    justify-content: center;
    align-items: center;
}
.header__menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    /* padding: 0 63px 0 294px; */
}

.header__menu-item {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.header__menu-item--more{
    position: relative;
}
.header__menu-link{
    padding-bottom: 6px;
}
.header__menu-item:hover{
    border-bottom: 2px solid #66288F;
}
.header__menu-item:nth-child(1) {
    margin-right: 52px;
}
.header__menu-item:nth-child(2) {
    margin-right: 52px;
}
.header__menu-item:nth-child(3) {
    margin-right: 63px;
}
.header__menu-submenu {
    z-index: 88;
    position: absolute;
    content: "";
    left: -27px;
    top: -18px;
    /* width: 209px; */
    width: 185px;
    min-height: 100%;
    display: none;
    padding: 20px 0 27px;
    border-radius: 5px;
    background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
}
.header__menu-submenu-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.header__menu-submenu-title{
    padding-bottom: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: default;

}
.header__menu-submenu-item {
    padding: 8px 0;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.header__menu-submenu-item:hover {
    mix-blend-mode: soft-light;
    background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
}
.top-slider{
    margin-bottom: 97px;
}

.top-slider .slick-dots{
display: flex;
justify-content: center;
gap: 15px;
margin-top: 30px;
}
.top-slider .slick-dots button{
    background-color: #C4C4C4;
    cursor: pointer;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    font-size: 0;
    border: none;
    }

    .top-slider .slick-active button{
        background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
    }
    .average__title{
        margin-bottom: 32px;
        color: #000;
text-align: center;
font-size: 36px;
font-weight: 500;
    }
    .text-line{
        color: #000;
font-size: 16px;
max-width: 693px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
font-weight: 400;
line-height: 153.688%;
padding-left: 21px;
border-left: 1px solid #66288F;
    }


    .advantages {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 110px;
        padding: 162px 107px 0;
    }
    .advantages__item {
        max-width: 250px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }
    .advantages__item-name {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 127.5%;
        position: relative;
    }
    .advantages__item-name--1::before {
        position: absolute;
        content: "";
        width: 80.755px;
        height: 62.472px;
        background-image: url('../images/icons/advantages-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -45px;
        left: -69px;
    }
    .advantages__item-name--2::before {
        position: absolute;
        content: "";
        width: 100.755px;
        height: 85.472px;
        background-image: url('../images/icons/advantages-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -60px;
        left: -80px;
    }
    .advantages__item-name--3::before {
        position: absolute;
        content: "";
        width: 113.755px;
        height: 72.472px;
        background-image: url('../images/icons/advantages-3.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -60px;
        left: -80px;
    }
    .advantages__item-name--4::before {
        position: absolute;
        content: "";
        width: 79.755px;
        height: 64.472px;
        background-image: url('../images/icons/advantages-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -30px;
        left: -65px;
    }
    .advantages__item-name--5::before {
        position: absolute;
        content: "";
        width: 56.755px;
        height: 72.472px;
        background-image: url('../images/icons/advantages-5.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -45px;
        left: -50px;
    }
    .advantages__item-name--6::before {
        position: absolute;
        content: "";
        width: 84.755px;
        height: 80.472px;
        background-image: url('../images/icons/advantages-6.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: -45px;
        left: -65px;
    }
    .advantages__item-text {
        color: #000;
font-size: 14px;
font-weight: 100;
line-height: 163%;
    }
    .proposition{
        margin-bottom: 110px;
    }
    .proposition__title {
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 53px;
    }
    .proposition__inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 7px;
    }
    .proposition__item{
        position: relative;
    }
    .proposition__item  img{
        z-index: 0;
        width: 100%;
    }
    .proposition__item-image{
        position: relative;
    }
    .proposition__item-image::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; left: 0;
        background: rgba(0, 0, 0, 0.34);
    }


    .proposition__item p{
        position: absolute;
        top: 50%;
        bottom: 50%;
        margin: auto 0;
        left: 50%;
     transform: translateX(-50%);
        color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    }
    .proposition__item-big{
        grid-column: 1 / 3;
    grid-row: 1 / 3;
    }

    .footer__wrapper {
        padding: 38px 0 27px;
        background: linear-gradient(81deg, #E264B0 0%, #2A3A98 91.23%), #C4C4C4;
    }
    .footer__inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 18px 60px;

    }
    .footer__item {
        display: flex;
        flex-direction: column;
        gap: 7px;
        min-height:126px;
        height: 100%;
    }
    .footer__item-title {
        color: #FFF;
        /* font-size: 20px; */
        font-size: 22px;
        font-weight: 500;
    }
    .footer__item-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .footer__item-list-item {
        color: #FFF;
        font-size: 16px;
        /* font-size: 14px; */
        font-weight: 400;
        opacity: 0.7;
    }

    .footer-header .header__menu-submenu {
        top: -321px;
        flex-direction: column;
        gap: 20px;
    }
    .footer-header .on {
        display: flex !important;
    }
    .footer-header .header__menu-submenu-title {
        padding-bottom: 0px;
        order: 1;
    }


    .page-top {
        position: relative;
        margin-bottom: 54px;
    }
    .page-top__title {
        position: absolute;
        /* left: 50%; */
        left: 45px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
      top: 50%;
      /* transform: translate(-50%, -50%); */
      transform: translateY( -50%);
      margin: 0 auto;
       
        color: #FFF;
        font-size: 48px;
        font-weight: 700;
    }
    .breadcumbs {
        margin-bottom: 60px;
    }.breadcumbs__inner {
        display: flex;
    }
    .breadcumbs__list {
    }
    .breadcumbs__item {
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px; 
        padding: 4px 0;
    }
    .breadcumbs__item a{
        color:#000;
    }
    .breadcumbs__item--active a{
        background-image: linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-box-decoration-break: clone;  
    }
    .breadcumbs__item + .breadcumbs__item {
        padding-left: 28px;
    }
    .breadcumbs__item + .breadcumbs__item::before {
        position: absolute;
        content: ">";
        color:  #8F51A5;
        margin: auto 0;
        left: 8px;
        z-index: 99999;
    }

    .about__subtitle {
        color: #000;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .about__textbox {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 110px;
    }
    .about__text {
        color: #000;
        font-size: 20px;
        line-height: 150%;
        font-weight: 400;
    }
    .about__inner {
        display: flex;
        gap: 24px;
        margin-bottom: 136px;
    }
    .about__item {
        max-width: 384px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

 
    .blog__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 106px 20px;
    }
    .blog__item {
        display: flex;
        flex-direction: column;
        border: 1px solid #EFEFEF;
        max-width: 387px;
        width: 100%;
        min-height: 420px;
        height: 100%;
    }
    .blog__item-image {
        margin-bottom: 20px;
    }
    .blog__item-title {
        margin-bottom: 12px;
        color: #000;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }
    .blog__item-text {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 12px;
    }
    .blog__item-btn {
        margin-bottom: -20.5px;
        text-align: center;
    }







    .pagination{
        margin-top: 112px;
        margin-bottom: 126px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .pagination-arr{
        margin: auto 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .pagination-arr:disabled{
        cursor: not-allowed;
    }
    .pagination__list{
        display: flex;
        gap: 8px;
    }
    .pagination__item{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .pagination__link, .pagination__dots{
        padding: 3px 16px;
        color:  #49423D;
        font-size: 20px;
        font-weight: 400;
        line-height: 170%;
        cursor: pointer;
    }
    .pagination__link--active{
       /* background-color: #8DB338;
       color: white; */
       border-bottom: 1px solid #747474;
    }

    .brands {
        margin-bottom: 100px;
    }

    .brands__title {
        color: #000;
text-align: center;
font-size: 38px;
font-style: normal;
font-weight: 500;
margin-bottom: 80px;
    }
    .brands__inner {
        display: flex;
        flex-direction: column;
    }
    .brands__item {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        gap: 20px;
    }
    .brands__item-content {
        padding: 60px;
        max-width: 488px;
        width: 100%;
    }
    .brands__item-name {
        color: #000;
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .brands__item-text {
        color: #000;
font-size: 18px;
font-weight: 400;
line-height: 150%;
margin-bottom: 26px;
    }

    .brands__item-image {
        max-width: 548.527px;
        width: 100%;
        height: 100%;
        min-height: 314.103px;
    }
    
    .addresses {
        margin-bottom: 122px;
    }
    .addresses__title {
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    .addresses__top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        position: relative;
        margin-bottom: 88px;
    }
    .addresses__select {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .addresses__choose {
        display: flex;
        position: absolute;
        right: 0;
        align-items: center;
        gap: 41px;
        text-align: right;
    }
    .addresses__choose-item {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding: 0 5px 9px;
        cursor: pointer;
    }
    .addresses__choose-item.active {
        border-bottom: 1px solid #66288F;
    }
    
    .addresses__wrapper {
        padding-right: 60px;

    }
    .addresses__item {
        display: flex;
        flex-direction: column;
    }
    .addresses__item-inner{
        display: flex;
        margin-bottom: 60px;
        justify-content: space-between;

        position: relative;
    }
    .addresses__item-location {
        color: #000;
        font-size: 24px;
        font-weight: 500;
    }
    .addresses__item-title {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 23px;
    }
    .addresses__item-street {
        padding-left: 44px;
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .addresses__item-street::before{
        position: absolute;
        left: 0;
        content: "";
        top: -9px;
        width: 22px;
        height: 30px;
        background-image: url('../images/icons/location.png');
        background-repeat: no-repeat;
    }
   
    .addresses__item-tell {
        /* position: absolute;
        left: 50%;
        transform: translateX(-50%); */

        color: #000;
        font-size: 18px;
        font-weight: 400;
        padding-left: 50px;
        position: relative;
    }
    .addresses__item-tell::before {
      position: absolute;
      content: "";
      width: 31px;
      height: 30px;
      left: 0;
      top: -3px;
      background-image: url('../images/icons/tell.png');
      background-repeat: no-repeat;
    }
    .addresses__item-schedule {
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }
    .addresses__item-line{
        width: 100%;
        height: 1px;
        background-color: #F2F2F2;
        margin-bottom: 26px;
    }
    .addresses__item:last-child .addresses__item-line{
       display: none;
    }

    .product-one__title {
        color: #000;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .product-one__text {
        margin-bottom: 60px;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 150%; 
    }
    .product-one__top-info {
        display: flex;
        gap: 120px;
        margin-bottom: 72px;
    }
    .product-one__top-item {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    .product-one__subtitle {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        line-height: 150%;
    }
    .product-one__top-text {
        color: #000;
        font-size: 18px;
        font-weight: 100;
        line-height: 150%;
    }
    .product-one__advantages {
    }


    .advantages--mini{
        display: none;
        position: relative;
        margin-top: 21px;
        margin-bottom: 80px;
    }
    .advantages--mini__item-bg{
width: 100%;
position: absolute;
height: 127px;
background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
    }
    .advantages--mini__item-bg::before{
        position: absolute;
        content: "";
     bottom: -14px;
     transform: translateY(-50%);
     width: 0;
	height: 0;
    left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #8F51A5
            }
            .advantages--mini__text {
                padding-top: 150px;
                color: #000;
font-size: 18px;
font-weight: 100;
line-height: 180%; 
            }


 
    .advantages--mini__item-bg-text {
        position: absolute;
        content: "";
        color: white;
        font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }




    .product-one__advantages-item {
        display: flex;
        gap: 34px;
        min-height: 100%;
        height: 100%;
        margin-top: 23px;
        padding-left: 319px;
        position: relative;
    }
    .product-one__advantages-item-name {
        max-width: 285px;
        width: 100%;
        min-height: 100%;
        left: 0;
        height: 100%;
       
        position: absolute;
        background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
    }
    .product-one__advantages-item-name p{
        position: absolute;
        content: "";
        color: white;
        font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .product-one__advantages-item-name::after {
       position: absolute;
       content: "";
       width: 0;
	height: 0;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-left: 10px solid #2A3A98;
	border-bottom: 6px solid transparent;
    }
    .product-one__advantages-item-text {
        max-width: 656px;
        width: 100%;
        color: #000;
font-size: 18px;
font-weight: 100;
line-height: 250%;
    }
    .product-one__advantages-inner{
        margin-bottom: 86px;
    }

    .coatings{
        display: flex;
        gap: 55px;
        margin-top: 26px;
    }
    .coatings__item {
        max-width: 560px;
        width: 100%;
    }
    .coatings__item-content {
        position: relative;
        padding-left: 95px;
    }
    .coatings__item-content::before {
       position: absolute;
       content: "";
       width: 80px;
       height: 108px;
       left: 0;
       top: 30px;
       background-repeat: no-repeat;
    }
    .coatings__item-content--1::before {
        background-image: url('../images/num-1.png');
     }
     .coatings__item-content--2::before {
        background-image: url('../images/num-2.png');
     }
    .coatings__item-title {
        padding: 40px 0 44px;
        color: #000;
        font-size: 24px;
        font-weight: 600;
        line-height: 100%;
    }
    .coatings__item-text {
        margin-bottom: 13px;
        color: #000;
font-size: 18px;
font-style: normal;
font-weight: 100;
line-height: 250%;
    }
    .coatings__item-info {
        background-image: linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-box-decoration-break: clone;
        font-size: 14px;
        font-weight: 100;
        line-height: 150%; 
    }

    .types {
        margin-bottom: 148px;
    }
    .types__title {
        margin-top: 123px;
        margin-bottom: 56px;
        color: #000;
text-align: center;
font-size: 36px;
font-weight: 500;
    }
    .types__inner {
        display: flex;
    }
    .types__item {
        position: relative;
        height: 100%;
    }
    .types__item .blog__item{
        min-height: 385px;
    }
    .types__btn{
        margin:  20px auto 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px;
    }
    .types__inner .slick-slide{
        padding: 0 20px 30px;
    }


    .lenses__title {
        margin-bottom: 32px;
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
    }
    .lenses__textbox{
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 138px;
    }
    .lenses__textbox p{
        margin-bottom: 32px;
        color: #000;
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        max-width: 480px;
        width: 100%;
    }
    .lenses__types{

        margin-bottom: 100px;
    }
    .lenses__types h4{
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 71px;
    }
    .lenses__types-name {
        color: #000;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 42px;
    }
    .lenses__types-item {
        display: flex;
        flex-direction: column;
 
    }
    .lenses__types-item-item{
        display: flex;
        width: 100%;
        gap: 19px;
    }
    .lenses__types-item-content{
        padding: 50px 110px;
        border: 1px solid #1E1E1E;
        position: relative;
        background: #1E1E1E;
    }
    .lenses__types-item-inner-item {
        width: 100%;
    }

    .lenses__types-item-stars{
        display: flex;
        gap: 4.84px;
        padding: 8px 30px;
        position: absolute;
        width: 121px;
        height: 29px;
        background: var(--Gradine-small, linear-gradient(81deg, #E264B0 0%, #8F51A5 41.02%, #2A3A98 91.23%), #C4C4C4);
        border-radius: 80px;
        left: 50%;
        top: -8%;
        z-index: 77777777777777777777777777777777777777777777777777777;
        transform: translateX(-50%);
    }
    .lenses__types-item-name {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 17px;
    }
    .lenses__types-item-text {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        line-height: 150%; 
    }
    .lenses__types-item-btn {
        position: absolute;
        bottom: -20.5px;
        left: 50%;
        text-decoration: underline;
        transform: translateX(-50%);
    }
    .lenses__types-item-content--transparent{
        background-color: white;
        padding: 40px 20px;
        border: none;
    }
    .lenses__types-item-content--transparent h6{
        color: #000;
    }
    .lenses__types-item-content--transparent .lenses__types-item-text{
        color: #000;
    }

    .lenses__types-item--basic{
        display: flex;
    max-width: 387px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .lenses__types-item--basic img{
        margin: 0 auto;
    }
    .lenses__types-wrapper{
        display: flex;
        flex-direction: column;
        gap: 67px;
    }