@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');


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

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

input {
    overflow: visible;
}

legend {
    display: table;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body,
html {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

p {
    margin: 0;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

form {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.header {
    background-image: url("../img/header-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.header__top .order-wrapp {
    display: none;
}
.logo {
    width: 82px;
    height: 23px;
}
.slogan {
    display: none;
    }

.button-menu__btn {
    position: relative;
    display: block;
    width: 36px;
    height: 5px;
    background-color: #ffffff;
}

.button-menu__btn::before,
.button-menu__btn::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 36px;
    height: 5px;
    background-color: inherit;
}

.button-menu__btn::before {
    top: -10px;
}

.button-menu__btn::after {
    top: 10px;
}

.menu {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: none;
    background-color: #000000;
    z-index: 99999;
}

.menu__item {
    padding: 10px 0;
    text-align: center;
}

.menu__link {
    color: #ffffff;
    text-decoration: none;
}

.menu__link:hover {
    color: #ffd500;
}

.sec-one__title {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.sec-one__subtitle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #ffd500;
}

.sec-one .container {
    padding: 0;
}

.offer {
    margin-top: 53px;
    padding-bottom: 38px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0)), color-stop(45%, rgb(123, 15, 11)), to(rgb(41, 5, 5)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgb(123, 15, 11) 45%, rgb(41, 5, 5) 100%);
    background-repeat: no-repeat;
}

.offer__img {
    margin: auto;
    width: 272px;
}

.offer__text {
    margin-top: 20px;
    margin-bottom: 33px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.offer__button {
    display: block;
    margin: auto;
    padding: 24px 0;
    width: 290px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-image: -webkit-gradient(linear , left bottom, left top , from(rgb(232, 22, 0)), to(rgb(255, 104, 22)));
    background-image: linear-gradient(to top , rgb(232, 22, 0) 0%, rgb(255, 104, 22) 100%);
    -webkit-box-shadow: 0 3px 24px 0 rgba(101, 58, 43, .2);
            box-shadow: 0 3px 24px 0 rgba(101, 58, 43, .2);
}

.offer__button:hover {
    background: linear-gradient(to top, rgb(255, 104, 22) 0%, rgb(232, 22, 0) 100%);
}

.effect {
    display: none;
}

.sec-second {
    padding-top: 96px;
    padding-bottom: 100px;
    background-color: #000000;
    background-position: top;
}

.sec-second__title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.problems {
    margin-top: 40px;
}

.problems__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 47px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#322923), to(#272524));
    background-image: linear-gradient(to bottom, #322923 0%, #272524 100%);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .5);
    color: #ffffff;
}

.problems__item::before {
    display: inline-block;
    content: "";
    min-width: 52px;
    height: 52px;
    margin-right: 18px;
    background-image: url("../fonts/icon-1.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.problems__item:nth-child( 2 )::before {
    background-image: url("../fonts/icon-2.svg");
}

.problems__item:nth-child( 3 )::before {
    background-image: url("../fonts/icon-3.svg");
}

.sec-three .container {
    padding: 0;
}

.expert {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#480405), to(#330505));
    background-image: linear-gradient(to bottom, #480405, #330505);
    margin-bottom: 75px;
}

.expert::after {
    position: absolute;
    left: 50%;
    bottom: -33px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    z-index: 99999;
    width: 95%;
    height: 33px;
    background-color: #200303;
}

.expert__text {
    position: relative;
    top: -103px;
    padding: 32px 15px;
    line-height: 1.4;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#480405), to(#330505));
    background-image: linear-gradient(to bottom, #480405, #330505);
}

.expert__title {
    text-transform: uppercase;
    font-size: 36px;
}

.expert__quote {
    margin: 17px 0;
    font-size: 18px;
    color: #ffd500;
}
.expert__img {
    text-align: center;
}
.sec-four {
    padding-top: 52px;
    padding-bottom: 46px;
    background-image: url("../img/bg_four.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.sec-four__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
}

.compo__img {
    display: none;
}

.compo__item {
    margin-top: 50px;
}

.compo__name {
    padding-bottom: 17px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 2px solid #5c3b45;
}

.compo__text {
    padding-top: 13px;
    font-size: 18px;
}

.order__button {
    display: block;
    padding: 30px 15px;
    width: 100%;
    margin-top: 70px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 22, 0)), to(rgb(255, 104, 22)));
    background-image: linear-gradient(to top, rgb(232, 22, 0) 0%, rgb(255, 104, 22) 100%);
    -webkit-box-shadow: 0 3px 24px 0 rgba(101, 58, 43, .2);
            box-shadow: 0 3px 24px 0 rgba(101, 58, 43, .2);
}

.order__button:hover {
    background: linear-gradient(to top, rgb(255, 104, 22) 0%, rgb(232, 22, 0) 100%);
}

.sec-five {
    padding-top: 51px;
}

.sec-five__title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
}

.comment {
    margin-top: 51px;
}

.comment__name {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffd500;
}

.comment__age {
    padding-left: 10px;
    text-transform: lowercase;
    color: #ffffff;
}

.comment__img {
    display: none;
}

.commet__text {
    margin-top: 20px;
    line-height: 1.3;
}

.sec-six {
    padding-top: 130px;
}

.sec-six__title {
    font-size: 24px;
    text-transform: uppercase;
}

.sec-six__img {
    margin: 58px auto;
    width: 180px;
}

.plus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto  60px auto;
    width: 290px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    text-transform: uppercase;
}

.plus__item::before {
    display: block;
    content: "";
    min-width: 80px;
    height: 51px;
    margin-right: 18px;
    background-image: url("../fonts/icon-4.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.plus__item:nth-child( 2 )::before {
    background-image: url("../fonts/icon-5.svg");
}

.plus__item:nth-child( 3 )::before {
    height: 70px;
    background-image: url("../fonts/icon-6.svg");
}

.sec-seven {
    padding-top: 100px;
    padding-bottom: 117px;
}

.sec-seven__title {
    padding-right: 35px;
    font-size: 24px;
    text-transform: uppercase;
}

.delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.delivery__item {
    width: 50%;
    margin-top: 34px;
    text-align: center;
}



.delivery__text {
    margin-top: 26px;
    font-weight: 900;
    line-height: 1.3;
    color: #ffc000;
}

.sec-footer {
    padding-bottom: 178px;
}

.sec-footer__title {
    text-transform: uppercase;
    font-size: 30px;
}

.sec-footer__subtitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #ffd500;
}

.sec-footer__img {
    margin: 20px auto auto auto;
    width: 250px;
}

.sec-footer__wrapp {
    padding-top: 120px;
    background-image: url("../img/header-bg.jpg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.order {
    padding: 35px 15px;
    margin-bottom: 28px;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(41, 5, 5)), to(rgb(123, 15, 11)));
    background-image: linear-gradient(to top, rgb(41, 5, 5) 0%, rgb(123, 15, 11) 100%);
}

.order__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}

.order__price {
    font-size: 60px;
}
.wv_currency1{
    margin-right: -5px;
}
.wv_old-price-frac_basic{
    margin-right: -5px;
}
.order_price_old .wv_currency{
     position: relative;
}
.order_price_old .wv_currency:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 67px;
    height: 2px;
    background: #4B4B4B;
}
 .order--prem .order_price_old{
        text-align: center;
    }
.order__number {
    font-size: 18px;
    white-space: nowrap;
}

.order__number span {
    color: #fa8a13;
}

.order__btn {
    display: block;
    padding: 18px 0;
    border: 1px solid transparent;
    margin-top: 42px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#310606), to(#310606)) ,-webkit-gradient(linear, left top, left bottom, from(#fa8913), to(#eb3509));
    background-image: linear-gradient(to bottom, #310606, #310606) ,linear-gradient(#fa8913, #eb3509);
    transition: all .3s;
}

.order__btn:hover {
    transition: all .3s;
    background-image: linear-gradient(#fa8913, #eb3509);
}

.order--prem {
    padding: 20px 15px;
    background-color: #ffffff;
    background-image:url("../fonts/star.svg");
    background-repeat: no-repeat;
    background-position:top right;
    background-size: 110px;

}

.order__top {
    margin-bottom: 30px;
    font-weight: 900;
    color: #77d631;
}

.order--prem
.order__title {
    color: #455865;
}

.order--prem
.order__price {
    color: #77d631;
}

.order--prem
.order__number {
    color: #a2afb8;
}

.order--prem
.order__number
span {
    color: #455865;
}

.order--prem
.order__btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa8913), to(#eb3509));
    background-image: linear-gradient(#fa8913, #eb3509);
}

.order--prem
.order__btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa8913), to(#eb3509));
    background-image: linear-gradient(to top,#fa8913, #eb3509);
    }

.protection__item {
    width: 50%;
    text-align: center;
}

.protection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.protection__item::before {
    display: block;
    margin: auto auto 15px auto;
    content: "";
    width: 73px;
    height: 73px;
    background-image: url("../fonts/security-1.svg");
    background-size: auto;
    background-repeat: no-repeat;
}

.protection__item:last-child::before {
    background-image: url("../fonts/security-2.svg");
}
.offer-name {
    display: none;
}
@media screen and ( min-width : 768px ) {

    .container {
        width: 768px;
    }

    .header {
        background-image: url("../img/header-bg768.jpg");
        background-position: left top;
        background-size: auto;
    }

    .header__top {
        height: 105px;
    }

    .logo {
        width: 172px;
        height: 53px;
    }
    
    .menu {
        top: 108px;
    }

    .sec-one {
        padding-bottom: 50px;
    }

    .sec-one__subtitle,
    .sec-one__title {
        width: 50%;
        margin-left: auto;
    }

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

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

    .offer {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .offer__text {
        font-size: 31px;
    }

    .offer__button {
        width: 357px;
        font-size: 30px;
    }

    .offer__img {
        width: 320px;
    }

    .effect {
        display: block;
        margin-top: 53px;
        text-align: center;
    }

    .effect__item {
        display: inline-block;
        font-size: 18px;
        margin-right: 50px;
        text-transform: uppercase;
        text-align: center;
    }

    .effect__item:last-child {
        margin-right: 0;
    }

    .effect__item::before {
        display: block;
        margin: 0 auto 30px auto;
        content: "";
        width: 63px;
        height: 63px;
        background-image: url("../fonts/effect-1.svg");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
    }

    .effect__item:nth-child( 2 )::before {
        background-image: url("../fonts/effect-2.svg");
    }

    .effect__item:nth-child( 3 )::before {
        background-image: url("../fonts/effect-3.svg");
    }

    .problems__item {
        margin: auto;
        padding: 47px 144px;
        width: 607px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 24px;
    }

    .sec-second {
        background-image: url("../img/sec-second-bg.jpg");
        background-repeat: no-repeat;
        background-position: top 212px center;
    }

    .sec-second__title {
        font-size: 48px;
        padding-left: 64px;
        text-transform: uppercase;
    }

    .problems {
        margin-top: 506px;
    }

    .problems__item::before {
        margin-right: 44px;
    }

    .expert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 35px;
    }

    .expert__img {
        margin-top: -35px;
        padding-bottom: 47px;
        width: 48%;
        height: auto;
        text-align: left;
    }

    .expert__text {
        top: 0;
        padding: 32px 30px 98px 30px;
        width: 52%;
        background-image: none;

    }

    .sec-four__title {
        padding-left: 35px;
        font-size: 48px;
        font-weight: 700;
    }

    .compo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .compo__item {
        width: 39.4%;
    }

    .compo__img {
        display: block;
        border: 10px solid rgba(255, 255, 255, .2);
        margin-bottom: 24px;
    }

    .compo__img img {
        display: block;
    }

    .order__button--duble {
        width: 547px;
        margin-left: auto;
        margin-right: auto;
    }

    .comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .comment__img {
        display: block;
        min-width: 34%;
        margin-right: 30px;
    }

    .comment__img img {
        border: 15px solid #333333;
    }

    .sec-six {
        margin-top: 90px;
        padding-top: 32px;
        padding-bottom: 208px;
        background-image: url("../img/sec-six768.jpg");
        background-repeat: no-repeat;
        background-position: left top;
    }

    .sec-six__wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .sec-six__title {
        font-size: 36px;
    }

    .sec-six__img {
        width: 45%;
    }

    .plus {
        width: 50%;
        margin-top: 90px;
    }

    .sec-six__wrapp
    .order__button {
        padding: 26px 15px;
        width: 318px;
        margin-top: 0;
    }

    .plus__item::before {
        min-width: 102px;
    }

    .sec-six__wrapp
    .order-wrapp {
        margin-left: 387px;
        margin-top: -200px;
    }

    .plus__item {
        margin: 0 0 60px 0;
    }

    .sec-seven__title {
        width: 85%;
        font-size: 48px;
    }

    .delivery__item {
        width: 25%;
    }

    .sec-seven {
        padding-top: 0;
        padding-bottom: 78px;
    }

    .sec-footer__wrapp {
        padding-top: 73px;
    }

    .sec-footer__wrapp {
        background-image: none;
    }

    .sec-footer {
        margin-bottom: -132px;
        background-image: url("../img/header-bg768.jpg");
        background-position: left -163px top;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .sec-footer__title {
        width: 50%;
        margin-left: auto;
        margin-right: 34px;
        font-size: 48px;
    }

    .sec-footer__subtitle {
        width: 53%;
        font-size: 36px;
        margin-left: auto;
    }

    .sec-footer__img {
        margin: 30px auto auto auto;
        width: 100%;
        padding-right: 117px;
        text-align: right;
     }

    .order {
        margin: auto auto 28px  auto;
        width: 605px;
    }

    .order__btn {
        font-size: 24px;
        margin: 42px auto auto auto;
        width: 271px;
    }

    .protection {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .order_price_old{
        top: 0px;
        left: 0px;
        position: relative;
        margin-bottom: 10px;
        font-size: 24px;
        text-align: center;
    }
     .order--prem .order_price_old{
        text-align: center;
        left: 0px;
        top: -10px;
        color: red;
    }
    .order_price_old:after{
        left: 145px;
    }
    .protection__item {
        width: 27%;
    }

    .offer-name {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: 30px;
        margin-bottom: 41px;
     }
    .order_price_old .wv_currency{
        margin-right: -5px;
    }
    .wv_currency{
        margin-right: -10px;
    }
}
@media screen and ( min-width : 1200px ) {

    .header {
        background-image: url("../img/header-bg1200.jpg");
        background-position: calc(52.5% + -15px) top;
    }

    .header
    .container {
        width: 100%;
    }

    .container {
        width: 1170px;
    }

    .sec-one
    .container {
        width: 1170px;
    }

    .button-menu__btn {
        display: none;
    }

    .menu {
        position: static;
        display: block;
        width: 100%;
        background-color: transparent;
     }
    
    .header__top .order-wrapp{
        display: block;
    }
    .order--prem .order_price_old{
        text-align: center;
        top: -20px;
         margin-bottom: -70px;
         color: red;
    }
    .order_price_old{
        position: relative;
        margin-bottom: -27px;
        font-size: 24px;
        text-align: center;
        top: -10px;
        left: 0px;
    }
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 127px;
    }

    .menu__item {
        margin-right: 44px;
    }

    .menu__item:last-child {
        margin-right: 0;
    }

    .header__top
    .order__button {
        padding: 22px 15px;
        width: 270px;
        margin-top: 0;
        font-size: 24px;
    }

    .logo {
        width: 269px;
    }

    .offer {
        width: 530px;
        margin-right: 73px;
    }

    .sec-one {
        padding-bottom: 127px;
    }

    .sec-one__subtitle {
        display: none;
    }

    .offer__button {
        width: 270px;
        height: 80px;
    }

    .effect {
        margin-top: 60px;
    }

    .effect__item {
        font-size: 20px;
        margin-right: 147px;
    }

    .sec-second {
        padding-top: 108px;
        background-image: url(../img/sec-second-bg.jpg),url("../img/gradient.jpg");
        background-position:  calc(52.5% + -361px) calc(52.5% + 118px), bottom right -130px;
    }

    .sec-second__title {
        width: 60%;
        padding-left: 0;
     }

    .problems {
        position: relative;
        z-index: 10;
        width: 450px;
        margin-left: auto;
        margin-right: 21px;
        margin-top: 55px;
    }

    .problems::after {
        position: absolute;
        top: -21px;
        left: 16px;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(#251f1b), color-stop(#422c1d), to(#2b221b));
        background: linear-gradient(to bottom, #251f1b, #422c1d, #2b221b);
        content: "";
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .problems__item {
        padding: 47px;
        width: 100%;
    }

    .sec-three {
        padding-top: 229px;
    }
    .expert {
        position: static;
        width: 97%;
        margin-bottom: 104px;
    }

    .expert::after {
        -webkit-transform: translateX(-57%);
                transform: translateX(-57%);
        width: 94%;
        height: 100%;
        z-index: -1;
    }
    
    .expert__title {
        font-weight: 900;
    }
    .expert__img {
        width: 90%;
        padding-left: 33px;
    }

    .expert__text {
        padding: 32px 47px 98px 47px;
        width: 67%;
    }

    .expert__quote {
        font-size: 24px;
    }

    .compo {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .expert__desc {
        font-size: 18px;
        line-height: 1.7;
    }

    .sec-four {
        padding-bottom: 104px;
    }

    .compo__item {
        width: 23.7%;
    }

    .order__button {
        padding: 26px 15px;
        width: 570px;
    }

    .sec-five {
        background-image: url("../img/sec-five1200.jpg");
        background-position: right center;
        background-repeat: no-repeat;
    }

    .sec-five__title {
        margin-bottom: 74px;
    }

    .comment__img {
        min-width: 24%;
        margin-right: 90px;
    }

    .comment {
        margin-top: 0;
        padding-bottom: 70px;
        background-image: url("../fonts/circles.svg");
        background-repeat: no-repeat;
        background-position: 300px 0;
    }

    .sec-six {
        padding-top: 124px;
        background-image: url("../img/sec-six1200.jpg");
    }

    .sec-six__img {
        width: 29%;
        margin-left: 406px;
    }

    .plus {
        width: 32%;
    }

    .sec-six__wrapp
    .order-wrapp {
        margin-left: 787px;
    }

    .sec-six__title {
        margin-left: 403px;
    }

    .delivery {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 77px;
    }

    .delivery__item {
        width: 174px;
        text-align:left;
    }


  

  

    .sec-footer {
        background-image: url(../img/header-bg1200.jpg);
        background-position: calc(52.5% + -15px) top;
    }

    .sec-footer__img {
        display: none;
    }

    .container--padding {
        padding: 0;
    }

    .sec-footer__wrapp {
        padding-top: 202px;
    }
    
    .order__wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 127px;
    }

    .order {
        width: 370px;
    }

    .protection {
        width: 100%;
    }

    .order--prem {
        padding: 18px 15px 36px 15px;
    }

    .order__top {
        margin-bottom: 0px;
    }

    .order__price {
        margin-top: 41px;   
    }
    .order_standart .order__price{
        margin-bottom: 0px;
        margin-top: 18px;
    }
     .order_standart .order_price_old{
        top: 0px;
     }
     .order--prem .order_price_old{
         color: red;
     }
    .order--prem .order__price{
        margin-bottom: 0px;
        margin-top: -2px;
       
    }
    .order--prem .order__title{
        margin-bottom: 28px;
    }
    .order_standart
    .protection__item {
        width: 17%;
    }
}
@media screen and ( min-width : 1500px ) {

    .header {
        padding: 0 57px;
    }

    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 269px;
        height: auto;
    }

    .logo img {
        height: 57px;
    }

    .slogan {
        display: block;
        width: 101px;
        height: 22px;
        margin-left: 18px;
    }

}
@media screen and ( max-width : 575px ){
    .order__price{
        font-size: 56px;
    }
    .order_price_old:after{
        left: -10px;
    }
    .order_price_old{
        margin-bottom: -34px;
        top: 0px;
        left: 0px;
        position: relative;
        margin-bottom: 0px;
        font-size: 24px;
        text-align: center;
    }
     .order--prem .order_price_old{
        color: red;
    }
    .wv_currency{
        margin-right: -10px;
    }
    .order_price_old .wv_currency{
        margin-right: -5px;
    }
}