@import url('../css?family=Roboto+Condensed:300,400,700&subset=cyrillic,greek');
@import url('../css?family=Roboto:300,400&subset=cyrillic,greek');
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.svg');
}
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
}
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.ttf');
}
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.woff');
}
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.woff2');
}

body{
    height: 100%;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color:  #000000;

}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
button{
    padding: 0;
    margin: 0;
    border: none;

}
.order__wrapp{
        display: none;
}

.header{
    z-index: 99999;
    position: relative;
    background-color: #000000;
    background-image: url("../img/bubbles.png");
    background-position: left top;
    background-repeat: no-repeat;

            
 
    
}
.logo{

    width: 218px;
    padding-top: 13px;
    padding-left: 25px;
}


.menu__button{
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
    width: 25px;
    height: 25px;
}

.menu{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -200%;
    left: 0;
    right: 0;
    -webkit-transition: top .5s;
    transition: top .5s;
}
.menu__open{
    -webkit-transition: top .5s;
    transition: top .5s;
    top: 61px;
}
.menu__list{

    font-family: 'Roboto', sans-serif;
    background-color: #0e0e0e;
    text-align: center;
}

.menu__item{

}
.menu__link{
    color: #ffffff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu__item:hover{
    background-color:#323232 ;
}
.menu__link:hover{
    text-decoration: none;
    color: #ffdb22;
}
.sec-one {
    padding-bottom: 591px;
    background-color: #000;
    background-image: url(../img/slogan.svg),url(../img/fire.png),url(../img/sec-one__bg.png),url(../img/sec-one__bg-bottom.png);
    background-size: 120px,auto,auto,auto;
    background-repeat: no-repeat;
    background-position: top 10px right 15px,left 371px,right -19px top -30px, left bottom -70px;
}
.sec-one__title{
    margin-top: 55px;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.sec-one__title span {
    color: #ffdb22;
    text-transform: initial;
}
.sec-one__subtitle {
    color: #ffffff;
    text-align:center;
    text-transform: uppercase;
}
.sec-one__subtitle span {
    display: block;
    font-size: 12px;
    text-transform: initial;
}
.offer{
    margin-top: 315px;
}
.advantages{
    margin-top: 4px;
}

.advantages__item{
    
    margin-top: 16px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 16px  16px 19px ;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    border-top: 1px solid #797569;
    background-image: -webkit-gradient( linear , left top, left bottom , from(#313131), to(#1e1e1e));
    background-image: linear-gradient( to bottom , #313131 0%, #1e1e1e 100%);
    -webkit-box-shadow: 0.574px 0.819px 1.88px 0.12px rgba(0, 0, 0, 0.3),1.147px 1.638px 5.64px 0.36px rgba(0, 0, 0, 0.7);
            box-shadow: 0.574px 0.819px 1.88px 0.12px rgba(0, 0, 0, 0.3),1.147px 1.638px 5.64px 0.36px rgba(0, 0, 0, 0.7);

}


.advantages__item::before{
    content: '\f058';
    font-family: "fontawesome";

    font-size: 20px;
    display: block;
    margin-right: 19px;
    color: #ffdb22;

}
.advantages__item:nth-child(3)::before{
    content: "\f0aa";
}
.advantages__item:nth-child(1)::before{
    content: '\f0e4';
}


.security{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 16px 14px 35px;
    border-radius: 4px;
    background-image: -webkit-gradient( linear , left top, left bottom , from(#212121), to(#141414));
    background-image: linear-gradient( to bottom , #212121 0%, #141414 100%);
}
.security::before{
    content: '';
    display: block;
    min-width: 60px;
    height: 65px;
    margin-right: 20px;
    background-image: url("../img/security.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;


}
.security__wrapp {

    margin-left: -15px;
    padding: 53px 0px  53px 20px;
    background-image: url("../img/security__bg.png");
    background-position: left  center;
    background-repeat: no-repeat;
    background-position: left -34px center;

}
.form{
    padding-top:51px;
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 22px; 
    background-image: url("../img/form__bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    
}
.price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 16px;

}
.price__old{
    position: relative;
    font-size: 35px;
    color:#ffdb22;
    margin-right: 26px;

}
.price__old span{
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}
.price__old::before{
    content: '';
    position: absolute;
    top:50%;
    left:-5%;
    right: 35%;
    display: block;
    background-color:#ffdb22 ;
    height: 2px;
}

.price__new{
    color:#ffffff;
    font-size: 88px;
    font-weight: 700;
}
.price__new span {
    font-size: 45px;
}
.discount{
    padding-bottom: 10px;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
    font-size: 70px;
    background-image: url("../img/discount__bg.png");
    background-repeat: no-repeat;
    background-position: center;

}
.discount {
    display: block;
    text-transform: uppercase;
    font-size: 36px;
}
p.wv_discount {
    height: 61px;
}
.form__input{
    margin-bottom: 20px;
}
.form__button{
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 40px;
    -webkit-box-shadow: 3px 3px 10px  #170e0e;
            box-shadow: 3px 3px 10px  #170e0e;
    border-top: 1px solid #addc6f;
    background-image: -webkit-gradient(linear ,left top, left bottom ,from(#42b300) ,to(#0f7b00));
    background-image: linear-gradient(to bottom ,#42b300 ,#0f7b00);
}
.packages{
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.packages span{
    color:#ffdb22;
}
.footnote{
    font-size: 15px;
    color: #ffffff;
    margin-left: 12px;
}
.footnote::before{
    font-family: 'fontawesome';
    content: "\f21b";
    color: #ffdb22;
    font-size: 20px;
    padding-right: 10px;
}

.footnote:last-child::before{
    content: ' \f023';
}



.sec-second__title{
    margin-bottom: 42px;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;

}
.sec-second__title span{
    color: #ffdb22;
}

.problems__img {
    margin: auto;
    border-radius: 10px;
    border: 1px solid #4b4b4b;
    padding: 8px;
}

.problems__text{
    padding: 24px 0px;
    font-size: 20px;
    color: #ffdb22;
    text-transform: uppercase;
    text-align: center;
}

.problems__text--border{
    border-bottom: 1px solid #242424;
}

.sec-three{
    overflow: hidden;
}
.sec-three__title{
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.expert__wrapp{
    margin-top: 31px;
    color: #ffffff;
    
}
.expert__wrapp p::before {
    content: '\f0f0';
    font-family: 'fontawesome';
    color: #ffdb22;
    font-size: 18px;
    padding-right: 10px;
 
}
.expert__img {
    margin: auto;
    border-radius: 4px;
    margin-bottom: 20px;


}
.expert__text{
    font-size: 18px;
    background-image: url("../img/expert__bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 124px;
    
}
.expert__title{
    margin-top: 40px;
    color:#ffffff;
}
.expert__desc{
    margin-top: 30px;
    color: #cdcdcd;
}
.expert__desc span{
    color: #ffffff;
}
.expert__name{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffdb22;
    
}

.sec-four{
    background-image: url("../img/sec-four__bg.png");
    background-repeat: no-repeat;
    background-position: top right 86%;
}
.sec-four__title{
    margin-top: 53px;
    font-size: 24px;
    margin-bottom: 48px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.sec-four__title span {
    display: block;
    color: #ffdb22;
}
.composition{
    height: 360px;
    text-align: center;
}
.composition__img{
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
  
            -webkit-box-shadow: 0px 0px 40px #000;
  
                    box-shadow: 0px 0px 40px #000;
}
.composition__title{
    margin-top: 30px;
    font-size: 20px;
    color: #ffdb22;
    text-transform: uppercase;
}
.composition__text{
    font-size: 18px;
    color: #cdcdcd;
}


.button{
    width: 292px;
    height: 60px;
    display: block;
    margin: auto;
    padding-top: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 10px #170e0e;
            box-shadow: 3px 3px 10px #170e0e;
    border-top: 1px solid #addc6f;
    background-image: -webkit-gradient(linear ,left top, left bottom ,from(#42b300) ,to(#0f7b00));
    background-image: linear-gradient(to bottom ,#42b300 ,#0f7b00);
    -webkit-transition: all .3s;
    transition: all .3s;
    
}
.button:hover{
    background: #3eae00;
    text-decoration: none;
    color: #ffffff;
}
.sec-five{
    background-image: url("../img/sec-five__bg.png"),url("../img/reviews.png");
    background-repeat: no-repeat;
    background-position: center bottom ,top center;
    background-size: auto,cover;
    padding-top: 70px;
    padding-bottom: 342px; 
}
.sec-five__title{
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.reviews{
    margin-top: 27px;
}

.reviews__img img{
    width: 98px;
    height: 98px;
    border-radius: 4px;
}
.reviews__name{
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.reviews__name span{
    font-size: 14px;
    color: #cdcdcd;
    text-transform: lowercase;
}
.reviews__desc{
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 27px;

}
.sec-six {
    background-image: url(../img/sec-six__bg.png),url(../img/sec-six__bg__bottom.png);
    background-repeat: no-repeat;
    background-position: left -30px top,center bottom;
    background-size: auto,auto;
}
.sec-six__title{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.sec-six__title span{
    color: #ffdb22;
}
.sec-six .order__wrapp{
    margin-top: 20px;
}
.sec-six__img{
    margin-top: 45px;
}
.sec-six__img img{
    padding: 48px 0;
    max-width: 280px;
}
.plus__desc{
    text-align: center;
    text-transform: uppercase;
    color: #ffdb22;
    font-size: 20px;
}


.plus__img img {
    margin: auto;
}

.sec-seven{
    background-image: url("../img/sec-seven__bg__bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    
}



.sec-seven__img img{
    margin: auto;
}
.sec-seven__title{
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
}
.subtitle{
    margin-top: 15px;
    margin-bottom: 26px ;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-style: italic;
}
.subtitle span{
    display: block;
    color: #ffdb22;

    text-transform: initial;

}
.delivery{
    height: 232px;
}
.delivery__img img {
    margin: auto;

}
.delivery__text{
    margin-top: 15px;
    text-align: center;
    color: #ffdb22;
}
.sec-eight__title{
    font-size:24px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.sec-eight__wrapp{
    min-height:700px ;
    background-image: url("../img/sec-eight__bg.png"),url("../img/city.png");
    background-size: auto,auto;
    background-position: left bottom -140px,right;
    background-repeat: no-repeat;

}
.sec-eight__img{
    margin: auto;
    width: 380px;
}


.sec-footer  .sec-one {
    position: relative;
    margin-top: -70px;
    background-image: url(../img/fire.png),url("https://pt25.eretronaktive.com/img/footar__bg.png");
    background-position: left top -112px ,center bottom;
    background-size: contain;
    padding-bottom: 70px;
}
.sec-footer .offer{
    margin-top: 0px;
}
.sec-footer__text{
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6c6c;
}
.sec-footer__text2{
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 95%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6c6c;
}
.sec-footer .sec-one__title ,.sec-footer .sec-one__subtitle{
    display: none;
}

/*MEDIA 768*/
@media screen and (min-width: 768px ) {

    .sec-one {
        background-image: url(../img/slogan.svg), url(../img/fire.png), url(../img/sec-one__bg.png);
        background-repeat: no-repeat;
        background-position: top 10px right 15px, left 371px, right -19px top -30px;
        padding-bottom: 20px;
    }

    .security__wrapp {

        background-position: left -24px center;

    }

    .sec-one__title {
        text-align: left;
        font-size: 68px;
        font-style: italic;
    }

    .sec-one__subtitle {
        text-align: left;
        font-size: 26px;
    }

    .sec-one__subtitle span {
        display: block;
        font-size: 20px;
    }

    .form {
        margin-top: -325px;
    }

    .problems__text--border {
        border-bottom: none;
    }

    .sec-three__title {
        padding-top: 51px;
        border-top: 1px solid #242424;
    }

    .expert__wrapp {
        width: 50%;
        float: left;
    }

    .expert__text {
        width: 50%;
        float: left;
    }

    .expert__img {
        margin: 0;
        margin-bottom: 10px;
    }

    .sec-four__title {
        font-size: 28px;
    }

    .sec-four {

        background-position: top center;
    }

    .sec-four__title span {
        display: inline-block;

    }

    .sec-five {
        padding-bottom: 112px;
        background-image: none;
    }

    .reviews__img--float {
        float: left;
        margin-right: 20px;
    }

    .reviews__desc--padding-left {
        padding-left: 117px;
    }

    .reviews:last-child .reviews__name {
        margin-top: 0px;
    }

    .plus__desc {
        padding: 0px 30px;
    }

    .sec-six .order__wrapp {
        margin-top: 55px;
    }

    .sec-six {
        background-image: url(../img/sec-six__bg.png), url(../img/sec-six__bg__bottom768.png);
        background-position: left -30px top, right top;
    }

    .sec-seven {
        margin-top: -250px;
        padding-top: 360px;
        background-position: top right;
    }

    .sec-seven__img {
        display: none;
    }

    .delivery {
        height: 208px;
    }

    .sec-eight__img {
        margin: 0 0 0 auto;
    }

    .sec-eight__wrapp {
        background-position: left top -83px, right;
        min-height: 516px;
    }

    .sec-eight__title {
        margin-bottom: 40px;
    }

    .form-footer {
        margin-top: 10px;
    }

    .sec-footer .sec-one {
        background-image: url(../img/fire768.png);
        background-repeat: no-repeat;
        background-position: left -32px top 34px;
        background-size: 58%;
        padding-bottom: 46px;
    }

    .form-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 117px;
        padding-bottom: 62px;
        background-image: url("../img/form__bg768.png");

    }

    form {
        width: 100%;
    }

    .form-footer form {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .form-footer__price, .form-footer__discount {
        min-width: 50%;
    }

    .form-footer__discount {
        background-image: none;
    }

    .form-footer__price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .form-footer__bottom, .form-footer__packages {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .form-footer__packages {
        margin-top: 0px;
    }

    .form-footer__button {
        margin: auto;
        width: 238px;
        margin-bottom: 30px;
    }

    .form-footer__input {

        height: 41px;
    }




}
@media screen and (min-width: 1200px) {
.button{

        width: 452px;
        height: 62px;
}
    .menu__button {
        display: none;
    }

    .order__wrapp {
        display: block;
    }

    .order__button {
        color: #ffdb22;
        display: inline-block;
        padding: 0px 32px;
        height: 34px;
        text-align: center;
        line-height: 2;
        text-transform: uppercase;
        border: 1px solid #ffdb22;
        border-radius: 4px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .order__button:hover{
        background-color: #ffdb22;
        color: #000000;
        text-decoration: none;

    }

    .header {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#121212));
        background-image: linear-gradient(to bottom, #141414, #121212);

    }

    .header__wrapp {
        width: 1200px;
        position: static;
        margin: auto;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 3% 10px 3%;
        background-image: url(../img/bubbles1200.png);
        background-repeat: no-repeat;
    }

    .menu {
        position: static;
        width: 80%;
    }

    .menu__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .menu__item {
        margin-right: 3%;
        padding-top: 12px;
        text-align: center;
        border-top: 2px solid transparent;
        -webkit-transition: all .3s;
        transition: all .3s;

    }

    .menu__item:hover {
        background-color: transparent;
        border-top: 2px solid #ffdb22;

    }

    .menu__item:hover .menu__link {
        color: #ffdb22;
    }

    .header .order__wrapp {
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .header .order__wrapp::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-35%);
        left: -132px;
        width: 100px;
        height: 27px;
        background-image: url("../img/slogan.svg");
        background-repeat: no-repeat;
    }

    .logo {
        padding-left: 93px;
        margin-right: 20px;
    }

    .sec-one {
        background-image: url("../img/sec-one__bg1200.png"), url("../img/sec-one__bg__fire.png"),url("../img/sec-one__bg-right1200.jpg");
        background-repeat: no-repeat;
        background-position: left -225px top, center center,center right;
        background-size: auto;
        padding-bottom: 70px;
    }

    .sec-one__title {
        font-size: 72px;
    }

    .sec-one__subtitle {
        font-size: 29px;
    }

    .sec-one__subtitle span {
        font-size: 21px;
    }

    .offer {
        margin-top: 42px;
        margin-right: 20px;
    }

    .plus__list {
        margin-top: 58px;
        margin-left: 10px;
    }

    .sec-second__title {
        padding-left: 80px;
    }
    .form {
        margin-top: -171px;
    }

    .expert__wrapp {
        margin-left: -20px;
        width: auto;
    }

    .expert__text {
        margin-left: 20px;
        width: 62%;
        padding-top: 50px;
        padding-bottom: 0px;
        background-image: none;

    }
    .sec-three{
        padding-bottom: 77px;
        background-image: url("../img/expert__bg1200.jpg");
        background-repeat: no-repeat;
        background-position: center;
    }

.sec-four{
    background-image: url("../img/sec-four__bg1200.jpg");
    background-position:  center center  ;
    padding-bottom: 84px;
}
    .composition {
        height: 220px;
        text-align: right;
    }
    .composition__wrapp {
        float: right;
    }
    .composition__title{
        padding-right: 233px;
    }
    .composition__text{
        padding-right: 233px;
        padding-left: 50px;
    }
    .composition--aligen-left{
        text-align: left;
       
    }
    .composition__text--padding-left,.composition__title--left{
        padding-left: 233px;
        padding-right: 50px;
    }
    .composition__wrapp--float-left{
        float: left;
    }
.sec-four .order__wrapp{
    margin-top: 30px;
}
.reviews__img{
    float: left;
}
.reviews__desc,.reviews__name{
    padding-left: 250px;
}
.reviews__desc{
    height: 193px;
    border-bottom: none;
}
    .reviews__img img{
        width: 180px;
        height: auto;
    }
    .reviews{
        border-bottom: 1px solid #3e3e3e;
    }
.sec-five__title{
    font-size: 28px;
}
    .sec-five{
        background-image: url("../img/sec-five_bg1200.png");
        background-position: left top -200px;
        background-repeat: no-repeat;
    }











   .sec-six {
        background-image: url("../img/sec-six__bg-woman.png"), url(../img/sec-six__bg__bottom768.png);
        background-position: left top , right top;

    padding-bottom: 160px;
        margin-top: -345px;

    }
    .sec-six__wrapp{
        background-image: url(../img/sec-six__bg1200.png);
        background-position: left 23px top 190px, right top;
        background-repeat: no-repeat;
        padding-top: 345px;
    }
    .sec-six__title {
        padding: 0px 247px;

    }
.plus{
    position: relative;
    left: -74px;
}
    .plus--position-right {
        top: -114px;
        left: 52px;
    }
.plus--position-top{
    top: -197px;
}

    .plus__img {
        width: 259px;
        float: left;
    }
    .plus__desc{
        margin-top: 60px;
        width: 40%;
        float: left;
        text-align: left;
    }
    .plus--position-right .plus__desc{
        margin-top: 159px;
    }
    .plus--position-top .plus__desc{
        margin-left: -70px;
        margin-top: 130px;
    }
    .sec-six .order__wrapp {
        margin-top: -150px;
    }
    .sec-seven {
        padding-top: 159px;
    }
    .sec-seven{
        background-image: none;
    }
    .sec-seven__wrapp {
        background-image: url(../img/delivery_bg.png);
        background-position: left 178px bottom 109px;
        background-size: 62%;
        background-repeat: no-repeat;
    }
   .subtitle{
       margin-bottom: 49px;
   }
    .sec-eight{
        background-image: url(../img/sec-eight__bg1200.png),url("../img/sec-seven__bg__bottom1200.png");
        background-repeat: no-repeat;
        background-position: left top -80px,right 4% top;
        background-size: contain;
    }
    .sec-eight__wrapp {
        min-height: 700px;
        background-image: url(../img/city.png);
        background-size: 20%;
        background-position: right;
        background-repeat: no-repeat;
    }
    .sec-eight__img {
        margin: auto;
        width: auto;
    }











    .form-footer {
        margin-top: 10px;
    }

    .sec-footer .sec-one {
        background-image: url(../img/footer__bg1200.jpg);
        background-repeat: no-repeat;
        background-position: right top 34px;
        background-size: auto;
        padding-bottom: 46px;
    }

    .form-footer {
        margin-top: -171px;
        display: block;
        padding-top: 40px;
        background-image: url("../img/form__bg768.png");

    }
    
    .form-footer__input {

        height: auto;
    }
    .sec-footer .sec-one__title ,.sec-footer .sec-one__subtitle{
        display: block;
    }
    .discount{
        background-image: url(../img/discount__bg.png);
        background-position: center;
        background-size: contain;

    }
    .sec-one__wrapp{
        background-image: url("../img/fire1200.png");
        background-repeat: no-repeat;
        background-position: left 114px top 173px;
    }
    .form-footer__button {

        width: 100%;
    }





}
@media screen and (min-width: 1500px){
    .sec-three {
        padding-bottom: 77px;
        background-image: url(../img/expert__bg1200-2.png),url(../img/expert__bg1200.jpg);
        background-repeat: no-repeat;
        background-position: right,center;
    }
    .sec-six {
        background-image: url(../img/sec-seven__bg1200.png),url(../img/sec-six__bg-woman.png), url(../img/sec-six__bg__bottom768.png);
        background-position: right -119px bottom -20px,left top , right top;
        padding-bottom: 160px;
        margin-top: -345px;
    }
}
@media screen and (max-width: 480px){
    .offer .img__offer{
        display: block;
        margin: 0 auto;
        max-width: 280px;
    }
    .sec-six__img img{
        display: block;
        margin: 0 auto;
    }
}
.offer .img__offer{
    max-width: 320px;
}
.form-text{
    padding: 0 16px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: yellow;
    text-align: center;
    display: none;
}

/* TIMER */

.time-block {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    /* background: #383838; */
    text-align: center;
  }

  .time-title {
    margin: 0 auto;
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: inherit;
  }

  .time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .time-remain-items {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    z-index: 1;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
    /* background: #134328; */
    border-radius: 5px;
  }

  .hour,
  .minutes,
  .seconds {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .time-dots {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: inherit;
  }