a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: "Roboto", sans-serif;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(231, 232, 238, 1);
    background-size: cover;
}

.background__wrapper {
    background: url(../img/desk.png) no-repeat top 50px left 235px, rgba(231, 232, 238, 1);
    display: block;
    width: 1920px;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50.2%;
    -webkit-transform: translateX(-50%);
}

.desk-3 {
    position: absolute;
    top: 50px;
    right: 6.5%;
    -webkit-transform: translateX(-50%);
}

.desk-3 .price_block {
    position: static;
    border: 6.65px solid rgba(31, 72, 126, 1);
    border-radius: 55px;
    padding: 30px 40px;
}

.desk-3 .price_block .old_price {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
}

.desk-3 .price_block .new_price {
    font-size: 67px;
    font-weight: 700;
    line-height: 73px;
}

.desk-3 .sale_block-abs {
    position: static;
    border: 6.65px solid rgba(31, 72, 126, 1);
    border-radius: 55px;
    padding: 40px 50px;
}

.desk-3 .sale_block-abs h1 {
    font-size: 73px;
    font-weight: 400;
    line-height: 66px;
}

.desk-3 .sale_block-abs p {
    font-size: 117px;
    font-weight: 700;
    line-height: 105px;
}

.desk-2 {
    position: absolute;
    top: 80px;
    left: 28%;
    -webkit-transform: translateX(-50%);
}

.desk-2 .text-1 {
    font-size: 88px;
    font-weight: 700;
    line-height: 98px;
    color: rgba(31, 72, 126, 1);
    padding: 0;
}

.desk-2 .text-2 {
    font-size: 114px;
    font-weight: 400;
    line-height: 98px;
    color: #4F4F4F;
    padding: 0;
}

.desk-1 {
    position: absolute;
    bottom: -70px;
    left: 52%;
    -webkit-transform: translateX(-50%);
    opacity: 0.2;
}

.desk-1 .text-1 {
    font-size: 300px;
    font-weight: 700;
    line-height: 280px;
    color: rgba(31, 72, 126, 1);
    padding: 0;
}

.desk-1 .text-2 {
    font-size: 388px;
    font-weight: 400;
    line-height: 280px;
    color: #4F4F4F;
    padding: 0;
}

.wrapper {
    margin: 0 auto;
    width: 100vw;
    font-size: 16px;
    background: rgba(231, 232, 238, 1);
    box-shadow: 0px 4px 16.600000381469727px 8px rgba(42, 84, 147, 0.25);
    z-index: 100;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    overflow: hidden;
}



html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active, :focus, :hover, :visited {
    outline: 0 !important
}

a {
    outline: 0 !important
}

a:active, a:focus, a:hover, a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

.btn-block-menu {

    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
}

.intro__btn {
    font-family: "Roboto", sans-serif;
    background: rgba(2, 157, 217, 1);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    transition: .5s;
    padding-top: 3px;
    border: none;
}

.btn_img {
    position: absolute;
    right: -40px;
    bottom: -100px;
    opacity: 0;
    transition: .8s;
}

/*HEADER*/
.link {
    cursor: pointer;
}



.form-btn {
    z-index: 4;
    margin-top: 35px;
}

.header {
    padding: 0px 13px;
    padding-right: 0px;
    position: fixed;
    top: 0;
    left: calc(50% - 158px);
    right: calc(50% - 158px);
    z-index: 12;
    transition: background .1s
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__left {
    position: relative
}

.menu-mobile {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 316px;
    height: 100%;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    display: block;
    transition: opacity .4s cubic-bezier(.38, .005, .215, 1);
    transition-delay: .1s;
    background: rgba(231, 232, 238, 1);
}


.menu-mobile.active {
    pointer-events: auto;
    opacity: 1;
}

.menu-mobile.active .menu-mobile__wrap {}

.menu-mobile__wrap {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background: url(../img/mobile.png) no-repeat top 122px center, rgba(231, 232, 238, 1);
    margin: 0 auto;
    margin-right: 0;
    position: absolute;
    transition: 1s;
    padding: 46px 13px 0px;
}

.menu-mobile.active .menu-mobile__wrap {

    transition: 1s;
}

.menu-mobile__list {
    margin-top: 67px;
    display: block;
    padding: 20px;
    list-style: none;
    min-height: 300px;
    z-index: 3;
}

.menu-mobile__list .menu__item:not(:last-of-type) {
    margin-bottom: 24px
}

.menu-mobile__product-wrap {
    position: relative;
    margin-bottom: 30px
}

.menu-mobile__product {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1
}




.menu-mobile__btn {
    width: 100%;
    margin-bottom: 20px
}

.menu__item:hover .menu__link {
    color: rgba(2, 157, 217, 1);
}

.menu__link {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.menu-mobile__list .menu__item {
    text-align: center;
}

.burger {
    width: 44px;
    height: 44px;
    padding: 13px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    transition: background .2s;
    cursor: pointer;
    z-index: 12;
    position: relative;
    margin-left: auto;
    margin-top: 5px;
    margin-right: 6px;
}

.burger.active .burger__line {
    width: 22px;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.burger.active .burger__line:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active .burger__line:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.active .burger__line:nth-of-type(3) {
    display: none;
}

.burger__line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgba(31, 72, 126, 1);
}


.header-burger-active {
    height: 75px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
}

.title-menu {
    color: #FFF7E3;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    width: 50%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.al-cost {
    white-space: nowrap;
}

.al-cost-promo {
    white-space: nowrap;
}


/*HEADER*/
/**/
/*    main_style*/
.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(31, 72, 126, 1);
}

.title p {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 30px;
    color: rgba(79, 79, 79, 1);
    padding: 0 !important;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 10px 0px;
}

.image {
    padding: 20px 0px;
    position: relative;
}

.line {
    position: absolute;
    background: rgba(31, 72, 126, 1);
    height: 2px;
    width: 170px;
    bottom: 0;
    left: 0;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin: 16px 0px 8px;
    width: 95%;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 16px;
}

/*    main_style*/
/*intro-container*/
.sale_block-abs {
    background: white;
    border: 2.19px solid rgba(31, 72, 126, 1);
    padding: 12px 18px;
    width: fit-content;
    position: absolute;
    border-radius: 18px;
    transform: rotate(10deg);
    right: 10px;
    bottom: 42%;
}

.sale_block-abs h1 {
    color: rgba(79, 79, 79, 1);
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.sale_block-abs p {
    font-size: 39px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: rgba(2, 157, 217, 1);
    padding: 0;
}

.price_block {
    background: white;
    border: 2.19px solid rgba(31, 72, 126, 1);
    padding: 10px 18px;
    width: fit-content;
    position: absolute;
    border-radius: 18px;
    transform: rotate(-10deg);
    right: 25px;
    bottom: 33%;
}

.old_price {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(79, 79, 79, 1);
    text-align: center;
    position: relative;
    padding: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;

}

.old_price::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
    height: 1px;
    background: rgba(79, 79, 79, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.new_price {
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    color: rgba(2, 157, 217, 1);
    text-align: center;
    padding: 0;
}

.intro-container {
    padding: 19px 16px 20px;
    position: relative;
}

.title_text {
    color: rgba(31, 72, 126, 1);
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
    padding: 0;
}

h3 span {
    color: #4F4F4F;
    font-size: 70px;
    font-weight: 400;
    line-height: 60px;
}

.intro-container .text {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 2px;
    padding: 0;
}

.star_block-1 {
    display: flex;
    align-items: center;
}

.star_block-1 p {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 0;
}

.intro {
    margin-top: 255px;
    margin-left: 16px;
}

.intro ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px;
}

.intro ul li::marker {
    font-size: 22px;
}

.sale_block {
    display: flex;
    margin-left: -30px;
}

.sale_block p {
    color: rgba(0, 240, 255, 1);
    font-size: 27px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
    padding: 15px 10px;
}



.form-block {
    padding: 30px 16px;
}

.form__wrap {
    position: relative;
    margin-bottom: 16px;
}

.form__input {
    width: 100%;
    box-sizing: border-box;
    height: 47px;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    border: 2px solid rgba(31, 72, 126, 1);
    background: white;
}

input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(79, 79, 79, 1);
}


input.success {
    border: 1px solid rgba(2, 126, 7, 1);
    color: rgba(2, 126, 7, 1);
}

.al-form .form__input.success+.form__error:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13%;
    width: 17px;
    height: 17px;
    background: url(../img/doneForm.svg) no-repeat;
}

.al-form .form__input.success+.form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(25, 51, 77, 0);
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    opacity: 1;
}

.form__input.error {
    border: 1px solid #f42222
}

.form__input.error~span {
    display: block;
}

.form__input:focus {
    border: 1px solid rgba(61, 53, 46, 1);
    background: white;
}

.form__input.error~label {
    opacity: 1;
}

.al-form .form__input.error+.form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 11px;
    line-height: 8px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: left;
    padding-left: 20px;
}

input.error {
    border-bottom: 1px solid rgba(255, 0, 0, 1);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FF0000, #FF0000);
}

.form__error {
    color: #f42222;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    display: none;

}

.al-form .form__input.error+.form__error:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13%;
    width: 17px;
    height: 17px;
    background: url(../img/error.svg) no-repeat;
}

.form__labels {
    display: flex;
    align-items: center;
    justify-content: center
}

.form__label:not(:last-of-type) {
    margin-right: 8px
}

.offer-wrapper {
    display: flex;
}

.btn-form .sale {
    position: absolute;
    top: -25px;
    left: 5px;
}

/*
form*/


/*advantages*/


.advantages-block {
    padding: 30px 16px 130px;
    background: url(../img/product.png) no-repeat bottom right, rgba(231, 232, 238, 1);
}

/*advantages*/
/*about*/
.about-block {
    padding: 30px 16px;
    background: rgba(231, 232, 238, 1);
}

.about-block p {
    padding: 16px 0px;
}

/*about*/
/*use*/

.use {
    background: rgba(255, 255, 255, 1);
    padding: 30px 16px 46px;
}

.use .number {
    position: relative;
}

.use h2 {
    padding-bottom: 8px;
}

.use p {
    padding: 0px;
}

.use .container {
    padding: 10px 16px 0px;
}

.important_block {
    background: rgba(31, 72, 126, 1);
    padding: 16px 16px 8px;
    margin-top: 46px;
}

.important_block p {
    color: white;
    padding-bottom: 8px;
    font-weight: 300;
}

/*use*/
/*characteristics-block*/
.characteristics-block {
    padding: 320px 16px 50px;
    background: url(../img/block-4.png) no-repeat top 30px right, rgba(231, 232, 238, 1);
}

.characteristics-block p {
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    width: 50%
}

.bold {
    font-weight: 700 !important;
}

.flex_block {
    display: flex;
    border-bottom: 1px solid rgba(159, 159, 159, 1);
    padding: 12px 0px;
}

/*characteristics-block*/
/*reviews*/
.reviews {
    padding: 10px 16px 30px;
    background: url(../img/block-6.png) no-repeat bottom left;
}

.rev-slider {
    margin-top: 10px;
}

.slider-1 {
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    padding-bottom: 0px;
    position: relative;
}

.one-block-slider {
    display: flex;
}

.one-block-slider .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 0px;
}

.slider-1 .star_block {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
}

.slider-1 .star_block p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-right: 10px;
}

.slick-dots {
    z-index: 1;
    display: flex;
    margin: 30px 0px 0px;
    height: 35px;
}

.slick-dots li::marker {
    color: #11ffee00 !important;
}

.slick-dots li button {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 2px;
    width: 20px;
    font-size: 0;
    border: none;
    outline: transparent;
    cursor: pointer;
    background: rgba(159, 159, 159, 1);
    padding: 0px;
    margin: 0px 6px;
}

.slick-dots li.slick-active button {
    background: rgba(31, 72, 126, 1);
    width: 49px;
}

.reviews_slider .slick-dots {
    margin: 0;
    position: absolute;
    top: 0;
}

.reviews_slider {
    padding-top: 40px;
}

/*reviews*/
/*HOVER*/
.intro__btn:hover {
    background: rgba(40, 106, 193, 1);
    cursor: pointer;
}

.burger:hover .burger__line {
    background: rgba(2, 157, 217, 1);
}

/*HOVER*/
.bottom {
    background: url(https://mob-onepowerglasses-pl.fiven-goods.xyz/img/bottom-back.png) no-repeat bottom;
    padding-bottom: 40px;
    margin-bottom: -1px;
}

.sale-mini-bottom {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    z-index: 2;
}

.prod-img-bottom {
    position: absolute;
    bottom: -60px;
    left: 20px;
}

.botton-btn {
    background: none !important;
    padding: 20px 0px !important;
    z-index: 8;

}

.sale-img-bottom {
    position: absolute;
    top: 0px;
    right: 10px;
}

.f-screen__slider {
    margin-left: 0px;
}

.f-screen__slider .slick-slide {
    margin: 0 3px;
    width: 264px;
}

.f-screen__slider .slick-list {
    margin-right: -20px;
    width: 103%;

}

.f-screen__slider-3 {
    margin-top: 30px;
}

.f-screen__slider-3 .slick-slide {
    margin: 0 10px;
    width: 246px;
}

.f-screen__slider-3 .slick-list {
    margin-right: -15px;
    margin-left: -20px;
    padding-left: 20px
}


.reviews_slider .slick-slide {
    margin: 0 8px;
    width: 270px;
}

.reviews_slider .slick-list {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;

}

/*bottom*/
/*bottom*/

.intro-container {
    background: url(../img/block-1.png) no-repeat;
    background-size: 100%;
    background-position: 0%;
    position: relative;
}

.btn_menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    webkit-transform: translateX(-50%);
    background: rgba(246, 246, 246, 1);
    width: 100%;
    padding: 10px 16px 15px;
}

.btn_menu .intro__btn {
    margin-top: 0;
}


.floating__block {
    position: fixed;
    width: 316px;
    margin: 0 auto;
    bottom: -100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 16px 10px;
    z-index: 10;
    pointer-events: all;
    transform: translateX(0%) !important;
}


.floating__block.active {
    bottom: 0
}


@media only screen and (max-width: 480px) {
    .background__wrapper {
        background: rgba(231, 232, 238, 1);
    }

    .desk-1 {
        display: none;
    }

    .desk-2 {
        display: none;
    }

    .desk-3 {
        display: none;
    }

    .desk-4 {
        display: none;
    }
}