.delivery-wrapper {
    position: fixed;
    display: flex;
    z-index: 100000;
    justify-content: center;
    top: 0;
    left: 0;
    font-family: sans-serif !important;
}

.delivery-info {
    display: flex;
    position: relative;
    background-color: #ffffffde;
    align-items: center;
    text-align: center;
    border: 1px solid black;
    border-top: 0px !important;
    border-radius: 0px 0px 10px 10px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

@media (max-width: 800px) {
    .delivery-info {
        width: 100%;
        font-size: 12px;
    }

    .delivery-info>svg {
        width: 200px;
        height: 150px;
    }
}

.delivery_close_btn {
    position: absolute;
    color: red;
    top: -10px;
    right: 0;
    margin: 5px;
    font-size: 30px;
    cursor: pointer;
}









@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic,greek');
@import url('https://fonts.googleapis.com/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("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(./slogan.svg), url(./fire.png), url(./sec-one__bg.png), url(./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 {
    font-family: "fontawesome";

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

}

.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("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("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("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: 36px;

}

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

}

.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-weight: 700;
}

.price__new span {
    font-size: 32px;
}

.discount {
    padding-bottom: 10px;
    margin-bottom: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    background-image: url("discount__bg.png");
    background-repeat: no-repeat;
    background-position: center;

}

.discount span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}

.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';
    color: #ffdb22;
    font-size: 20px;
    padding-right: 10px;
}

.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__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 {
    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("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("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("sec-five__bg.png"), url("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(./sec-six__bg.png), url(./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;
}

.plus__desc {
    text-align: center;
    text-transform: uppercase;
    color: #ffdb22;
    font-size: 20px;
}


.plus__img img {
    margin: auto;
}

.sec-seven {
    background-image: url("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("sec-eight__bg.png"), url("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-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(./slogan.svg), url(./fire.png), url(./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(./sec-six__bg.png), url(./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();
        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("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(./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("slogan.svg");
        background-repeat: no-repeat;
    }

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

    .sec-one {
        background-image: url("sec-one__bg1200.png"), url("sec-one__bg__fire.png"), url("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: 18px;
    }

    .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("expert__bg1200.jpg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .sec-four {
        background-image: url("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("sec-five_bg1200.png");
        background-position: left top -200px;
        background-repeat: no-repeat;
    }











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

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

    }

    .sec-six__wrapp {
        background-image: url(./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();
        background-position: left 178px bottom 109px;
        background-size: 62%;
        background-repeat: no-repeat;
    }

    .subtitle {
        margin-bottom: 49px;
    }

    .sec-eight {
        background-image: url(./sec-eight__bg1200.png), url("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(./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(./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("form__bg768.png");

    }

    .form-footer__input {

        height: auto;
    }

    .sec-footer .sec-one__title,
    .sec-footer .sec-one__subtitle {
        display: block;
    }

    .discount {
        background-image: url(./discount__bg.png);
        background-position: center;
        background-size: contain;

    }

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

    .form-footer__button {

        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .first-product {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .sec-three {
        padding-bottom: 77px;
        background-image: url(./expert__bg1200-2.png), url(./expert__bg1200.jpg);
        background-repeat: no-repeat;
        background-position: right, center;
    }

    .sec-six {
        background-image: url(./sec-seven__bg1200.png), url(./sec-six__bg-woman.png), url(./sec-six__bg__bottom768.png);
        background-position: right -119px bottom -20px, left top, right top;
        padding-bottom: 160px;
        margin-top: -345px;
    }
}

.first-product {
    width: 445px;
    height: 100%;
    object-fit: cover;
}

.img__offer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}