*,
body,
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 23px;
}

.text-usual {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #343434;
}

.title-usual {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #000;
    text-align: center;
}

.subtitle-usual {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #343434;
}

.text-bold {
    font-weight: 700;
}

.only-768 {
    display: none;
}

.only-1200 {
    display: none;
}

.only-1920 {
    display: none;
}

.header {
    width: 100%;
    min-height: 50px;
    max-height: 67px;
    background: #ffad34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec {
    margin-top: -1px;
    background-image: url(../img/wave-320.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.order-sec .header-main-info,
.order-sec .product-guarantees {
    padding: 0 20px;
}

.order-sec .header-main-image {
    margin: 0 -20px;
    position: relative;
    overflow-x: hidden;
}

.order-sec .header-main-image .lines {
    position: absolute;
    top: 45px;
    right: -45px;
    width: 218px;
    height: 218px;
}

.order-sec .header-main-image .lines img {
    width: 100%;
    height: 100%;
}

.order-sec .header-main-image .product-image {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.order-sec .header-title {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    padding-top: 23px;
}

.order-sec .product-qualities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-sec .product-quality {
    width: 47%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 1px solid #ffb52d;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0;
    min-height: 64px;
}

.order-sec .product-quality .text-bold {
    font-size: 18px;
    line-height: 24px;
}

.order-sec .product-guarantees {
    margin: 15px 0 26px 0;
}

.order-sec .product-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 12px;
}

.order-sec .product-guarantee-text {
    margin-left: 20px;
}

.order-sec .product-guarantee-text .guarantee-black {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-bottom: 7px;
}

.order-sec .product-guarantee-text .guarantee-italic-grey {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8f8f8f;
    padding-top: 7px;
    border-top: 1px solid #8f8f8f;
}

.order-sec .header-main-form {
    display: block;
    min-width: 320px;
    max-width: 375px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    padding: 0 21px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 15;
}

.order-sec .header-main-form.form-top {
    display: none;
}

.order-sec .header-main-form.form-bottom {
    min-width: 320px;
    margin-right: 0;
}

.order-sec .timer {
    background: #325543;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 20px 23px 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 -21px;
}

.order-sec .timer-text {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 11px;
}

.order-sec .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.order-sec .timer__wrapp {
    font-family: "Roboto Slab", serif;
    width: 64px;
    height: 55px;
    background: #41775D;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec .timer__item {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.order-sec .timer__dots {
    font-family: 'Roboto', sanc-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.04em;
    margin: 0 20px;
}

.order-sec .timer__text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec .form-refund {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #717171;
    border: 1px solid #ffb52d;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    margin-top: 14px;
}

.order-sec .form-refund img {
    margin-top: 5px;
    margin-right: 5px;
    max-width: 40px;
    max-height: 40px;
}

.order-sec .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto Slab", serif;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 21px 0;
}

.order-sec .price-digits {
    font-weight: 700;
    font-size: 48px;
    line-height: 63px;
    letter-spacing: 0.04em;
}

.order-sec .old-price {
    color: #9e9e9e;
    position: relative;
}

.order-sec .old-price::after {
    content: "";
    display: block;
    position: absolute;
    width: 87px;
    height: 1px;
    top: 55%;
    left: -5%;
    background-color: #d2d2d2;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.order-sec .new-price {
    color: #f44545;
}

.order-sec .price {
    text-align: center;
}

.order-sec .price-title {
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

select,
.order-sec form input[type="tel"],
.order-sec form input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 21px 5px 21px 59px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #343434;
    background-repeat: no-repeat;
    background-position: 22px center;
}

select {
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-sec form .country_select {
    background-size: 15px;
    background-image: url(../img/country.svg);
}

.order-sec form input[type="text"] {
    background-image: url(../img/name.svg);
}

.order-sec form input[type="tel"] {
    background-image: url(../img/phone.svg);
}

.order-sec form input[type="tel"]:focus,
.order-sec form input[type="text"]:focus {
    outline: 0;
    color: #717171;
}

.order-sec form input[type="tel"]::-webkit-input-placeholder,
.order-sec form input[type="text"]::-webkit-input-placeholder {
    color: #343434;
}

.order-sec form input[type="tel"]::-moz-placeholder,
.order-sec form input[type="text"]::-moz-placeholder {
    color: #343434;
}

.order-sec form input[type="tel"]:-ms-input-placeholder,
.order-sec form input[type="text"]:-ms-input-placeholder {
    color: #343434;
}

.order-sec form input[type="tel"]::-ms-input-placeholder,
.order-sec form input[type="text"]::-ms-input-placeholder {
    color: #343434;
}

.order-sec form input[type="tel"]::placeholder,
.order-sec form input[type="text"]::placeholder {
    color: #343434;
}

.order-sec form .checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0 0;
}

.order-sec form .checkbox-container label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000;
}

.order-sec form .checkbox-container label a {
    color: #000;
}

.product_item {
    height: 64px;
}

.text_item {
    display: block;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

.order-sec form .checkbox-group,
.order-sec form .fake-cb,
.order-sec form .real-cb {
    width: 15px;
    height: 15px;
}

.order-sec form .checkbox-group {
    margin-right: 18px;
    position: relative;
}

.order-sec form .fake-cb {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    position: absolute;
}

.order-sec form .real-cb {
    visibility: hidden;
}

.order-sec form .fc-checked {
    border: 1px solid #f44545;
    background: #f44545;
}

.order-sec form .fc-checked::before {
    content: "\2714";
    color: #fff;
    position: absolute;
    line-height: 15px;
    width: 100%;
    height: 100%;
}

.section-order__checkbox {
    position: absolute;
    top: 441px;
    left: 23px;
    opacity: 0;
    z-index: -1;
}

.section-order__checkbox:checked+.section-order__label::before {
    border: 1px solid #f44545;
    background-color: #f44545;
    content: "\2714";
    color: #fff;
    line-height: 15px;
}

.section-order__label::before {
    content: "";
    margin-right: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
}

.order-sec form .form-order-btn {
    width: 100%;
    height: 60px;
    background: #f44545;
    border-radius: 5px;
    border: none;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin: 24px 0 22px 0;
    cursor: pointer;
}

.order-sec form .form-order-btn:hover {
    background: #ee8f00;
}

.order-sec form .form-order-btn:active {
    background: #f32828;
}

.order-sec .refund2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #eb7508;
    background: #fff2e7;
    margin: 0 -20px;
    height: 39px;
}

.order-sec .safe-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec .safe-delivery p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ec4557;
    margin-left: 20px;
}

.order-sec .free-delivery {
    margin: 0 -20px 8px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
    padding: 11px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-sec .free-delivery .free-delivery-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #969696;
}

.order-sec .free-delivery .free-delivery-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    color: #383838;
    text-transform: uppercase;
}

.order-sec .payment-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-sec .payment-systems img {
    margin: 0 1.5px;
    width: 31px;
    height: 20px;
}

.order-sec .security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 43px 0 36px 0;
}

.order-sec .security img {
    margin: 0 9px;
}

.sec-two {
    overflow-x: hidden;
    padding-top: 70px;
}

.sec-two .wrap {
    padding: 0 20px;
}

.sec-two .two-text-upper .title-usual {
    font-size: 30px;
    line-height: 40px;
}

.sec-two .two-text-upper p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
}

.sec-two .two-text-upper .food-image {
    width: 100%;
    margin: 0 0 40px 0;
}

.sec-two .two-text-upper .image {
    position: relative;
}

.sec-two .two-text-upper .lines {
    position: absolute;
    width: 230px;
    right: -70px;
    top: -50px;
    z-index: -1;
}

.sec-two .two-text-lower {
    padding-bottom: 40px;
}

.sec-two .two-text-lower .subtitle-usual {
    font-size: 20px;
    line-height: 26px;
    color: #f7931e;
    margin: 40px 0 13px 0;
}

.sec-two .two-text-lower .text-usual {
    margin-bottom: 20px;
}

.sec-three {
    background-image: url(../img/wave-320.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-three .wrap {
    padding: 0 20px 60px 20px;
}

.sec-three .title-usual {
    color: #fff;
    padding-top: 41px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.sec-three .image {
    margin: 0 -20px;
}

.sec-three .image .keton-box {
    width: 100%;
}

.sec-three .text-usual {
    margin-bottom: 30px;
}

.sec-three .eu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-three .eu-text {
    margin-left: 20px;
}

.sec-three .eu-text p {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.sec-three .eu-text .top-p {
    padding-bottom: 5px;
}

.sec-three .eu-text .border-top {
    padding-top: 10px;
    border-top: 1px solid #d2d2d2;
}

.sec-three .order-btn {
    margin: 30px auto 0 auto;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background: #f44545;
    border-radius: 5px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.sec-four {
    overflow-x: hidden;
}

.sec-four .wrap {
    padding: 40px 20px 50px 20px;
    position: relative;
}

.sec-four .wrap .lines-right {
    display: block;
    position: absolute;
    width: 203px;
    right: -100px;
    top: -20px;
    z-index: -2;
}

.sec-four .title-usual {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.sec-four .course {
    margin-top: 22px;
}

.sec-four .course-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.sec-four .subtitle-usual {
    margin-left: 13px;
    font-size: 20px;
    line-height: 26px;
}

.sec-five {
    background: -webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#fff));
    background: -o-linear-gradient(top, #f8f8f8 0, #fff 100%);
    background: linear-gradient(180deg, #f8f8f8 0, #fff 100%);
}

.sec-five .wrap {
    padding: 41px 20px 60px 20px;
}

.sec-five .slide {
    margin-top: 32px;
}

.sec-five .slider-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.sec-five .slider-image img {
    width: 100%;
    display: block;
}

.sec-five .slider-text {
    margin-top: 30px;
}

.sec-five .slider-text-info {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000;
    margin-bottom: 20px;
}

.sec-five .slider-text-main {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}

.sec-five .slider .owl-dots {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-five .slider .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    margin: 0 5px;
}

.sec-five .slider .owl-dot.active {
    border: none;
    background: -webkit-gradient( linear, left bottom, left top, from(#eb7508), to(#ef712a));
    background: -o-linear-gradient(bottom, #eb7508 0, #ef712a 100%);
    background: linear-gradient(360deg, #eb7508 0, #ef712a 100%);
}

.sec-five .slider .owl-dot:focus {
    outline: 0;
}

.footer {
    background: #3E3E3E;
}

.footer .wrap {
    padding: 30px 20px;
}

.footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
}

.footer .copyright {
    font-weight: 700;
    margin-top: 30px;
}

@media screen and (min-width: 500px) {
    .sec-two .two-text-upper .image {
        width: 460px;
        margin: 0 auto;
    }
    .sec-three .image {
        margin: 0 auto;
        width: 467px;
    }
}

@media screen and (min-width: 650px) {
    .order-sec .header-main-image .lines {
        right: 135px;
    }
    .sec-three {
        background-image: url(../img/wave-768.svg);
    }
}

@media screen and (min-width: 768px) {
    .only-768 {
        display: block;
    }
    .header {
        display: block;
        height: 67px;
    }
    .header .wrap {
        height: 100%;
        padding: 0 5%;
        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;
    }
    .header .order-btn {
        background: #f44545;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        padding: 11px 34px;
    }
    .order-sec {
        background-image: url(../img/wave-768.svg);
    }
    .order-sec .wrap {
        padding: 40px 5% 0 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order-sec .header-main-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 344px);
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-sec .product-guarantees {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 49px 0 26px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
    .order-sec .product-guarantee {
        width: 31%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 22px 18px;
    }
    .order-sec .product-guarantee-text {
        margin-top: 22px;
        margin-left: 0;
    }
    .order-sec .header-main-form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 344px;
        margin: 0;
    }
    .order-sec .header-title {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
        padding-right: 10%;
    }
    .order-sec .header-main-image {
        margin: 0;
    }
    .order-sec .product-qualities {
        margin-right: 20px;
    }
    .order-sec .header-main-image .lines {
        right: -20px;
        top: 38px;
    }
    .order-sec .product-quality {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .order-sec .header-main-image .product-image {
        max-width: 400px;
    }
    .order-sec .image-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-sec .security {
        padding: 25px 0 36px 0;
    }
    .sec-two {
        overflow-x: visible;
        padding-top: 100px;
    }
    .sec-two .wrap {
        padding: 0 5%;
    }
    .sec-two .two-text-upper {
        position: relative;
        padding-left: 50%;
    }
    .sec-two .two-text-upper .image {
        position: absolute;
        width: 331px;
        left: 0;
        top: -100px;
    }
    .sec-two .two-text-upper .lines {
        left: -75px;
        top: -10px;
        z-index: -1;
        margin: 0;
    }
    .sec-two .two-text-upper .title-usual {
        text-align: left;
        margin-bottom: 30px;
    }
    .sec-two .two-text-lower {
        padding-top: 110px;
    }
    .sec-two .two-text-lower .subtitle-usual {
        margin-bottom: 22px;
    }
    .sec-three .wrap {
        padding: 0 5% 60px 5%;
    }
    .sec-three .three-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .sec-three .eu-container {
        width: 45%;
    }
    .sec-three .order-btn {
        margin: 0;
        width: 45%;
    }
    .sec-four .wrap {
        padding: 60px 5% 50px 5%;
    }
    .sec-four .wrap .lines-right {
        right: -60px;
    }
    .sec-four .course {
        margin-top: 28px;
    }
    .sec-five .wrap {
        padding: 41px 5% 60px 5%;
    }
    .sec-five .slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sec-five .slider-image {
        min-width: 274px;
        max-width: 274px;
        margin-right: 30px;
    }
    .sec-five .slider-text {
        margin-top: 0;
    }
    .sec-five .slider-text .slider-text-main:last-child {
        margin-bottom: 0;
    }
    .footer .wrap {
        width: 526px;
        padding: 30px 0;
        margin: 0 auto;
    }
}

@media screen and (min-width: 950px) {
    .order-sec .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-sec .image-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .order-sec .header-main-image .product-image {
        max-width: 547px;
    }
    .order-sec .header-main-image {
        margin-right: -75px;
    }
    .order-sec .header-main-image .lines {
        right: 70px;
        top: 38px;
    }
    .order-sec .header-title {
        padding-right: 30%;
    }
}

@media screen and (min-width: 1024px) {
    .header .wrap {
        padding: 0 10%;
    }
    .order-sec .wrap {
        padding: 40px 10% 0 10%;
    }
    .order-sec .header-main-image .product-image {
        max-width: 600px;
    }
    .order-sec .header-title {
        padding-right: 0;
    }
    .sec-two .two-text-upper {
        padding-left: 40%;
    }
    .sec-two .two-text-lower {
        padding-top: 110px;
    }
    .sec-five .slide {
        width: 769px;
        margin: 32px auto 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .wrap {
        width: 1170px;
        margin: 0 auto;
    }
    .header .wrap {
        padding: 0;
    }
    .order-sec {
        position: relative;
        z-index: 1;
        background-image: url(../img/wave-1920.svg);
        background-size: auto;
        overflow-x: hidden;
    }
    .order-sec .wrap {
        padding: 40px 0;
        position: relative;
    }
    .order-sec .wrap .leaves {
        display: block;
        position: absolute;
    }
    .order-sec .wrap .leaves-center-left {
        left: -100px;
        top: 200px;
        width: 133px;
    }
    .order-sec .wrap .leaves-down-right {
        right: -117px;
        top: 330px;
        width: 338px;
    }
    .order-sec .wrap .leaves-up-right {
        right: -100px;
        top: 17px;
        width: 338px;
    }
    .order-sec .wrap .big-lines {
        display: block;
        position: absolute;
    }
    .order-sec .wrap .right-lines {
        top: -40px;
        right: -70px;
        width: 191px;
    }
    .order-sec .wrap .left-lines {
        top: -50px;
        left: -230px;
        width: 370px;
    }
    .order-sec .header-main-info {
        width: 800px;
        position: relative;
        z-index: 3;
    }
    .order-sec .header-main-image .product-image {
        max-width: 547px;
    }
    .order-sec .product-qualities {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        z-index: 3;
    }
    .order-sec .product-quality {
        width: 23%;
    }
    .order-sec .header-main-form {
        max-width: 370px;
    }
    .order-sec .product-guarantees {
        position: relative;
        z-index: 3;
    }
    .order-sec .image-title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-sec .header-title {
        font-size: 48px;
        line-height: 55px;
        padding-right: 30px;
    }
    .order-sec .woman {
        display: block;
        position: absolute;
        left: 0;
        top: 138px;
        z-index: 2;
    }
    .order-sec .woman img {
        width: 350px;
    }
    .order-sec .product-guarantee {
        width: 370px;
        height: 163px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        padding: 20px 12px;
    }
    .order-sec .product-guarantee-text {
        margin-left: 20px;
        margin-top: 0;
    }
    .sec-two .wrap {
        padding: 0;
    }
    .sec-two .two-text-lower {
        padding-left: 40%;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .sec-two .two-text-upper .image {
        width: 469px;
        left: -10px;
        top: -170px;
    }
    .sec-three {
        background-image: url(../img/wave-2500.png);
        background-size: 100% 655px;
    }
    .sec-three .wrap {
        padding: 0 0 60px 0;
    }
    .sec-three .three-text {
        position: relative;
        padding-left: 40%;
    }
    .sec-three .image {
        position: absolute;
        width: 469px;
        left: -15px;
        margin: 0;
    }
    .sec-three .title-usual {
        text-align: left;
        margin-bottom: 28px;
    }
    .sec-three .text-usual {
        color: #fff;
    }
    .sec-three .three-container {
        margin-top: 130px;
    }
    .sec-three .order-btn {
        width: 300px;
    }
    .sec-four {
        overflow: hidden;
    }
    .sec-four .wrap {
        padding: 60px 0 54px 0;
    }
    .sec-four .wrap .lines-left {
        display: block;
        position: absolute;
        width: 222px;
        left: -250px;
        bottom: -70px;
    }
    .sec-four .course-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sec-four .course {
        width: 31%;
        margin-top: 43px;
    }
    .sec-four .course-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec-five .wrap {
        padding: 60px 0;
    }
    .sec-five .slider.owl-carousel .owl-stage-outer .owl-stage {
        padding-bottom: 50px;
    }
    .sec-five .slide {
        position: relative;
    }
    .sec-five .slide .lines {
        display: block;
        position: absolute;
        width: 137px;
        bottom: -50px;
        left: -50px;
        z-index: -1;
    }
    .sec-five .slider .owl-dots {
        margin-top: 10px;
    }
    .footer .wrap {
        width: 770px;
    }
}

@media screen and (min-width: 1400px) {
    .order-sec .woman {
        left: -66px;
        top: 85px;
    }
    .order-sec .woman img {
        width: 419px;
    }
    .sec-three .three-container {
        margin-top: 150px;
    }
    .sec-four .wrap .lines-right {
        top: -75px;
        right: -130px;
    }
}

@media screen and (min-width: 1700px) {
    .order-sec .woman {
        left: -66px;
        top: 85px;
    }
    .order-sec .woman img {
        width: 419px;
    }
    .sec-two .two-text-upper .lines {
        width: 370px;
        left: -120px;
        top: -30px;
    }
}

@media screen and (min-width: 1920px) {
    .order-sec {
        background-image: url(../img/wave-2500.png);
        background-size: 100% 571px;
    }
    .sec-three {
        background-image: url(../img/wave-2500.png);
        background-size: 100% 655px;
    }
}