@import url('header.css');

.blockRedLine3103{
    display:none!important;
}
/*general*/
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
}
body {
    font-family: "Inter", sans-serif;
    background: rgba(0, 0, 0, 1);
    color: white;
}
button {
    outline: none;
    border: none;
    padding: 0;
}
/*button*/
.intro__btn {
    font-family: "Inter", sans-serif;
    text-align: center;
    background: rgba(239, 0, 119, 1);
    padding: 12px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .intro__btn:hover {
        background: linear-gradient(180deg, #F00078 0%, #9E0753 100%);
        cursor: pointer;
    }
    .intro__btn:focus {
        background: linear-gradient(180deg, #B20059 0%, #56012C 100%);
    }
        /*button*/
        /*general*/
h1 img{
    width:100%;
    max-width:846px;
}
h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48.41px;
    margin-top:32px;
}
h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 67.77px;
    text-transform:uppercase;
}
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}
p span{
    font-weight:700;
}
.container{
    margin:0px auto;
}
main{
    overflow:hidden;
}

.block-1 {
    background: url(../img/block-1_back.png) no-repeat center / cover;
    padding: 175px 20px 182px;
    position: relative;
}
    .block-1 .block-1__main {
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:1642px;
    margin:auto;
    position:relative;
}
.abs-1{
    position:absolute;
    bottom:-280px;
    left:-380px;
}
.block-1__left {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1250px;
}
.block-1__right{
    max-width:362px;
    width:100%;
    margin-left:30px;
}
.intro__item {
    margin-top:32px;
    display: flex;
    align-items: center;
}
    .intro__item p {
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        margin-left: 16px;
    }
.block-1_mini{
    max-width:567px;
    margin-left:auto;
    margin-right:90px;
}
.block-1 .product{
    margin-right:-100px;
    z-index:1;
}
/*
form*/
.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 18px;
}

.al-cost {
    color: rgba(255, 255, 255, 1);
    font-size: 95.63px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.al-cost-promo {
    font-size: 51.49px;
    font-weight: 300;
    line-height: 56.64px;
    color: rgba(255, 255, 255, .7);
    text-decoration: line-through;
}

.block-1__form {
    background: linear-gradient(180deg, #D400DF 0%, #D3002A 100%);
    border-radius: 8px;
    box-shadow: 0px 4px 14.1px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
}
.form {
    background: rgba(200, 200, 200, 1);
    box-shadow: 0px 0px 35.9px 0px rgba(0, 0, 0, 0.1);
    border-radius:8px;
    padding:26px 27px;
}
.form__wrap{
    margin-bottom:15px;
}
.form__input {
    font-family: "Inter", sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    color: rgba(9, 9, 9, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}
input::placeholder {
    font-family: "Inter", sans-serif;
    color: rgba(144, 141, 141, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
input:focus {
    border: 1px solid rgba(210, 27, 116, 1);
    outline:none;
}
form .intro__btn{
    margin-top:22px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.form__input.success {
    background: url(../img/svg/success.svg) no-repeat center right 16px, rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 27, 116, 0.5);
}

.form__input.error {
    background: url(../img/svg/error.svg) no-repeat center right 16px, rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 0, 4, 1)
}

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


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

.al-form .form__input.error + .form__error {
    display: block;
    width: 100%;
    height: 100%;
   color: rgba(220, 0, 4, 1);
    font-size: 11px;
    line-height: 5px;
    position: absolute;
    left: 30px;
    text-align: start;
}

.form__error {
    color: rgba(220, 0, 4, 1);
    display: block;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}


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

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

.offer-wrapper {
    display: flex;
}

/*form*/
/*BLOCK1*/
/*BLOCK-2*/
.block-2 {
    padding: 100px 0px;
    background: url(../img/block-2_back.png) no-repeat center / cover;
}
    .block-2 .container{
        max-width:932px;
        margin:auto;
    }
    .block-2 h3 {
        text-align: center;
       color: rgba(255, 38, 0, 1);
    }
.block-2_item {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    padding:60px 0px;
    text-align:center;
    max-width:620px;
    margin:0px auto;
    position:relative;
}
    .block-2_item p{
        position:relative;
        z-index:1;
    }
    .block-2_item:last-child {
        border: none;
    }
    .block-2_item h4 {
        margin-bottom: 16px;
    }
    .block-2_item .number {
        color: rgba(255, 0, 0, 0.3);
        font-size: 200px;
        font-weight: 900;
        position:absolute;
        left:-70px;
        top:-20px;
    }
    /*BLOCK-2*/
    /*BLOCK-3*/
.block-3 {
    background: rgba(65, 12, 12, 1);
    padding: 100px 0px;
}
.block-3 .container{
    max-width:1520px;
    margin:auto;
}
.block_3__item-block{
    display:flex;
    align-items:start;
    margin:50px -12px 0px;
}
.block-3_item {
    width:calc(33.3% - 24px);
    margin:0px 12px;
}
    .block-3_item h4{
        margin:24px 0px 16px;
    }
    /*BLOCK-3*/
    /*BLOCK-4*/
    .block-4 {
        padding: 100px 0px 400px;
        background:url(../img/block-4_2.png) no-repeat center bottom 15%;
    }
.block-4 .container{
    max-width:1550px;
    margin:auto;
}
.block-4__main{
    display:flex;
    justify-content:space-between;
}
.block-4__left{
    max-width:780px;
}
    .block-4__left h4{
        font-weight:400;
        margin:50px 0px 30px;
    }
.block-4__flex{
    display:flex;
    flex-wrap:wrap;
    margin:0px -25px;

}
    .block-4__flex div{
        width: calc( 40% - 50px);
        margin:25px;
    }
    .block-4__flex p {
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
    }
    .block-4__flex .number {
        font-size: 80px;
        font-weight: 700;
        line-height: 96.82px;
    }
.block-4__right{
    margin-top:60px;
    position:relative;
}
    .block-4__right .abs-2{
        position:absolute;
        bottom:10%;
        right:-95%;
    }
    /*BLOCK-4*/
    /*BLOCK-5*/
.block-5 {
    padding: 0px 0px 100px;
    margin-top: -300px;
}
    .block-5 .container{
        max-width:1000px;
        margin:auto;
    }
    .block-5 h3{
       margin-left:110px;
        margin-bottom:50px;
    }
.block-5__main{
    display:flex;
    justify-content:end;
    align-items:center;
    position:relative;
}
.block-5__left{
    position:absolute;
    bottom:-4px;
    left:-280px;
}
.block-5__right {
    background: linear-gradient(79.12deg, #1A1A1A 7.65%, #525252 99.39%);
    padding: 50px 50px 50px 350px;
}
    .block-5__right p {
        margin-bottom: 20px;
        line-height: 22.4px;
    }
    .block-5__right h4{
        text-align:end
    }
    .block-5__right .name {
        margin: 5px 0px 0px auto;
        text-align: end;
    }
        /*BLOCK-5*/
        /*BLOCK-6*/
        .block-6{
            position:relative;
            z-index:1;
        }
        .block-6 .container{
        padding: 20px 0px;
        background:url(../img/block-6.png) no-repeat center / cover;
        position:relative;
        z-index:2;
    }
.block-6__main{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1260px;
    margin:auto;
    position:relative;
    z-index:1;
}
.block-6__right{
    margin-left:130px;
}
.block-6__right h4 {
    font-weight: 400;
    margin-top: 30px;
}
.block-6__right h3 {
   margin-bottom:50px;
}
.block-6__right h4{
    font-weight:400;
    margin-top:30px;
}
.block-6__right h4 span{
    font-weight:700;
}
.block-6 .abs-3 {
    position: absolute;
    right:0;
    top: 50%;
    transform: translate(0%,-50%);
}
.block-6__left{
    position:relative;
}
.sale_block {
    transform: rotate(15deg);
    color: rgba(255, 2, 2, 1);
    font-size: 53.2px;
    font-weight: 700;
    line-height: 64.38px;
    background: rgba(255, 255, 255, 1);
    width: 185px;
    height: 185px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -22%;
    top:17%;
}
/*BLOCK-6*/

/*BLOCK-10*/
.block-7 {
    padding: 100px 0px;
    position:relative;
    z-index:2;
}
    .block-7:after {
        content: "";
        background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        width: 200px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .block-7:before {
        content: "";
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        width: 200px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index:10;
    }
    .block-7 .intro__btn {
        margin: auto;
        width: fit-content;
        background: rgba(0, 0, 0, 1);
        border: 3px solid rgba(206, 3, 0, 1);
        min-width: 424px;
        text-transform: none;
    }
        .block-7 .intro__btn:hover {
            color: rgba(206, 3, 0, 1);
        }
        .block-7 .intro__btn:focus {
            border: 3px solid rgba(119, 14, 12, 1);
            color: rgba(119, 14, 12, 1);
        }
        .block-7 h3 {
          margin-left:200px;
          display:flex;
          align-items:center;
        }
.slider{
    margin:50px auto;
}
.slider-1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 13px 0px rgba(54, 91, 17, 0.1);
    padding: 30px;
}
.one-block-slider {
    display: flex;
}
.slider-1 div{
    order:2;
}
.one-block-slider .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: rgba(0, 0, 0, 1);
    margin-bottom:10px;
}

    .comment-name {
        display: flex;
        align-items: center;
    }
.comment-name div {
    margin-left: 15px;
}

.comment-text p {
    margin: 30px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: rgba(0, 0, 0, 1);
}
.custom-arrows {
    display: flex;
    justify-content: center;
    margin-left:40px;
}
.rev-slider{
    position:relative;
}
.paginate {
    border: none;
    background: none;
    cursor: pointer;
}

    .paginate.right {
        margin-left: 20px;
    }
        .paginate.left {
            transform: rotate(180deg);
        
        }

.slick-slide {
    margin: 0 15px;
    max-width: 434px!important;
}
.popUp {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display:none;
    transition: opacity 0.5s ease;
}
.popUp_main {
    background: linear-gradient(77.27deg, #DF003B 2.63%, #FA0096 98.69%);
    border-radius: 20px;
    max-width: 1130px;
    position: relative;
}
    .popUp_main p {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
        color: white;
        margin-left:40px;
        
    }
.flex_popup {
    display: flex;
    align-items: center;
    padding: 63px 105px;
}
.close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
#popup.show {
    opacity: 1;
    z-index: 100;
    display:flex;
}
        /*BLOCK-10*/
.floating__block {
    display: none;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 10;
    pointer-events: all;
    background: rgba(0, 0, 0, 0.4);
    height: fit-content;
    justify-content: space-between;
}

    .floating__block .intro__btn {
       max-width:360px;
       display:flex;
       justify-content:center;
    }

    .floating__block.active {
        bottom: 0;
    }

@media (max-width: 1600px) {
    .block-3{
        padding:100px 20px;
    }
    .block-3_item img{
        width:100%;
    }
    .block-4 {
        padding: 100px 20px 400px;
    }

}
    @media (max-width: 1500px) {
        .block-1_mini{
            margin-right:0px;
        }
        .block-5 .container {
            margin-right: 100px;
        }
    }
@media (max-width: 1380px) {
    .block-5 .container {
        margin-right: 40px;
    }
    .block-1_mini{
        max-width:500px;
    }
    .block-1 .product{
        margin-left:-45px;
    }
    .block-6 .container{
        padding:20px;
    }
}

    @media (max-width: 1250px) {
        .block-7 h3{
         margin:auto;
         justify-content:center;
        }
        .block-5 .container {
            margin: auto;
        }
        .block-1 .block-1__main{
            flex-direction:column;
        }
        .block-1_mini{
            max-width:100%;
            margin-left:80px;
        }
        .block-1__right{
            margin-top:40px;
            max-width:500px;
        }
        .block-5__main{
            flex-direction:column;
        }
        .block-5__left {
            position: relative;
            left: auto;
            right: auto;
        }
        .block-5__right{
            padding:50px;
        }
        .block-5 h3{
            margin:0px auto 50px;
            text-align:center;
        }
    }
@media (max-width: 1100px) {
    #popup.show{
        padding:20px;
    }
    .block-4__right {
        margin-left: -180px;
    }
    .block-6__main{
        flex-direction:column;
    }
    .block-6 .container{
        padding:50px 20px;
    }
    .block-7:after {
        display: none;
    }

    .block-7:before {
        display: none;
    }
    .flex_popup{
        padding:64px 50px ;
    }
    .popUp_main p{
        font-size:24px;
        line-height:1.2;
        margin-left:20px;
    }
    .rev-slider{
        padding-left:20px;
    }
}
    @media (max-width: 900px) {
      
        .block-4 {
            background: url(../img/block-4_2.png) no-repeat left 65% bottom 5%;
        }
        .block-4__main{
            flex-direction:column;
        }
        .block-4__right{
            margin:60px auto 0px;
        }
            .block-4__right .abs-2{
                right:-60%;
            }
            .block-1 .product {
                max-width: 300px;
                margin-top:auto;
            }

        .block-2 {
            padding: 100px 20px;
        }

        .block_3__item-block {
            flex-direction: column;
            margin: 50px auto 0px;
        }

        .block-3_item {
            width: 100%;
            max-width: 500px;
            margin: 0px auto 40px;
        }
    }
.intro_mob{
    display:none;
}
@media (max-width: 768px) {
    .al-cost {
        font-size: 80px;
        line-height: 1.1;
        white-space: nowrap; 
    }

    .al-cost-promo {
        font-size: 40px;
        line-height:1.1;
    }

    .abs-1{
        bottom:auto;
        left:auto;
        top:0%;
        right:-50%;
        width:170%;
    }
    h1 img {
        max-width: 400px;
    }
    .block-1 .product{
        margin:10px auto 0px;
    }
    .block-1__right{
        margin:0px auto 0px;
    }
    .block-1 {
        padding: 90px 20px;
        background: url(../img/block-1_mob.png) no-repeat center / cover;
    }
    .block-1__left_2 {
        order: -1;
    }
    .intro_desk {
        display: none;
    }
    .intro_mob{
        display:block;
        position:relative;
        max-width:450px;
    }
    .block-1__left {
        flex-direction: column;
    }
        .block-1_mini{
            margin-left:0px;
        }
        h2 {
            font-size: 24px;
            font-weight: 400;
            line-height: 29.05px;
            margin-top:16px;
        }
        .floating__block {
            display: block;
        }
        .intro__item p {
            font-size: 18px;
            font-weight: 400;
            line-height: 21.78px;
        }
        h3 {
            font-size: 32px;
            font-weight: 700;
            line-height: 38.73px;
        }
        .block-7 h3{
           margin:0px 20px;
            justify-content:start;
            flex-direction:column;
            align-items:start;
        }
        .block-7{
            padding:80px 0px;
        }
        .custom-arrows{
            margin:33px 0px 0px;
            width:100%;
            justify-content:space-between;
        }
        .slider{
            margin:33px auto;
        }
        .slick-slide{
            max-width:286px!important;
        }
        .block-7 .intro__btn{
            min-width:fit-content;
            width:100%;
            max-width:300px;
        }
        .intro__btn {
            font-size: 18px;
            font-weight: 700;
            line-height: 21.78px;
        }
        .popUp_main p {
            font-size: 18px;
            font-weight: 700;
            line-height: 25.2px;
            text-align: center;
            margin:10px auto 0px;
        }
        .flex_popup{
            flex-direction:column;
            padding:60px 20px;
        }
    .block-2 {
        padding: 80px 20px 550px;
        background: url(../img/block-2_mob.png) no-repeat  bottom center / cover;
    }
    .block-2_item{
        padding:60px 0px 60px 55px;
        max-width:400px;
    }
        .block-2_item .number{
            left:-10px;
            top:20px;
        }
    .block-3{
        padding:80px 20px;
    }
    .block-3__main{
        max-width:450px;
        margin:auto;
    }
    .block-4{
        padding:80px 20px 200px;
    }
    .block-4__left h4{
        margin:40px 0px 20px;
    }
    .block-4__flex{
        margin:0px;
        flex-direction:column;
    }
        .block-4__flex div{
            margin:10px 0px;
            width:100%;
        }
    .block-4 {
        background: url(../img/block-4_mob.png) no-repeat left 60% bottom;
    }
    .block-5{
        margin-top:0px;
    }
    .block-4__right img:first-child{
        max-width:255px;
    }
    .block-4__right{
        margin-right:0px;
    }
        .block-4__right .abs-2{
            right:-230%;
            bottom:-30%;
        }
    .block-5__right{
        padding:24px 20px;
    }
    .block-5{
        padding:0px 20px 40px;
    }
    .block-5__left img{
        max-width:320px;
    }
    .block-5 h3{
        margin:0px auto;
    }
    .block-6 .container{
        padding:80px 20px;
    }
    .block-6__right{
        margin-left:0px;
        order:-1;
    }
    .block-6__left{
        max-width:260px;
    }
    .block-6__left img{
        width:100%;
    }
    .sale_block {
        width: 125px;
        height: 125px;
        font-size: 36.12px;
        font-weight: 700;
        line-height: 43.71px;
        right: -15%;
        top: 47%;
    }
    .block-6 .container {
        background: url(../img/block-6_mob.png) no-repeat center / cover;
    }
    }
@media (max-width: 500px) {
    .block-1 .product{
        max-width:215px;
    }
    .abs-1{
        top:8%;
    }
    .block-4 {
        background: url(../img/block-4_mob.png) no-repeat left 55% bottom;
    }
}
@media (max-width: 360px) {
    .form{
        padding:20px 10px;
    }
}


