html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[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,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/BebasNeueBold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/BebasNeueRegular.woff) format("woff")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    opacity: 1;
    opacity-min-height: 100vh;
    opacity-scroll-behavior: smooth;
    opacity-text-rendering: optimizeSpeed;
    opacity-line-height: 1.5
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
    font-weight: 400
}

button,
input,
select,
textarea {
    font: inherit
}

input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

button {
    cursor: pointer
}

body {
    font-family: Montserrat, sans-serif
}

.container {
    width: 1200px;
    margin: 0 auto
}

.header {
    height: 100px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__advan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__advan-mid {
    margin: 0 130px
}

.header__button a {
    background: #a11a1a;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: 0;
    width: 170px;
    height: 40px;
    letter-spacing: .08em
}

.intro {
    background: url(../img/intro/bg.png) no-repeat center;
    padding-top: 72px;
    padding-bottom: 20px;
    background-size: cover
}

.intro__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.intro__wrap--left {
    width: 40%
}

.intro__wrap--left-title h1 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: .085em;
    color: #fff;
    text-transform: uppercase
}

.intro__wrap--left-subtitle {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    margin-top: 20px
}

.intro__wrap--left-bullits {
    margin-top: 25px
}

.intro__wrap--left-bullits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 16px
}

.intro__wrap--left-bullits-item:last-child {
    margin-bottom: 0
}

.intro__wrap--left-bullits-item-icon {
    margin-right: 6px
}

.intro__wrap--left-price {
    margin-top: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.intro__wrap--left-price-old {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    /*text-decoration: line-through;*/
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    margin-right: 20px
}

.intro__wrap--left-price-new {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left
}

.intro__wrap--left-button {
    margin-top: 33px
}

.intro__wrap--left-button a {
    width: 200px;
    height: 50px;
    mix-blend-mode: hard-light;
    border: 3.38542px solid rgba(242, 149, 149, .52);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -.33854px .67708px .33854px rgba(255, 255, 255, .5);
    box-shadow: inset -.33854px .67708px .33854px rgba(255, 255, 255, .5);
    -webkit-filter: drop-shadow(0 7.8125px 10.1562px #099) drop-shadow(0 3.38542px 2.60417px rgba(0, 77, 70, .7));
    filter: drop-shadow(0 7.8125px 10.1562px #099) drop-shadow(0 3.38542px 2.60417px rgba(0, 77, 70, .7));
    border-radius: 20px;
    background: rgba(230, 116, 122, .72);
    -webkit-box-shadow: 4px 0 41px 20px #e6747a;
    box-shadow: 4px 0 41px 20px #e6747a;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff
}

.intro__wrap--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.intro__wrap--right-video {
    margin-right: 50px;
    position: relative
}

.intro__wrap--right-video-back {
    position: absolute;
    height: 264px;
   
  
    width: 100%
}

.intro__wrap--right-video p {
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .08em;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.intro__wrap--right-video p img {
    margin-right: 5px
}

.intro__wrap--right-video video {
    position: relative;
    z-index: 234
}

.videos {
    padding-top: 44px;
    padding-bottom: 89px
}

.videos__title h2 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .08em;
    color: #000
}

.videos__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 48px
}

.advan {
    background: url(../img/advan/bg.png) no-repeat center;
    background-size: cover;
    padding-top: 38px;
    padding-bottom: 80px
}

.advan__title {
    background: #a11a1a;
    width: 578px;
    height: 70px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advan__title h2 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .08em;
    color: #fff
}

.advan__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 42px
}

.advan__wrap--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.advan__wrap--item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-top: 16px
}

.formula {
    background: url(../img/formula/bg.png) no-repeat;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 132px
}

.formula__title h2 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #000
}

.formula__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 72px
}

.formula__wrap--left {
    width: 49%
}

.formula__wrap--left p {
    margin-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .04em;
    color: #000
}

.formula__wrap--left p:last-child {
    margin-bottom: 0
}

.formula__wrap--right {
    position: relative
}

.formula__wrap--right-back {
    position: absolute;
    background: #a11a1a;
    -webkit-box-shadow: 6px 4px 5px rgba(0, 0, 0, .25);
    box-shadow: 6px 4px 5px rgba(0, 0, 0, .25);
    -webkit-transform: rotate(5.52deg);
    -ms-transform: rotate(5.52deg);
    transform: rotate(5.52deg);
    height: 261px;
    width: 100%
}

.formula__wrap--right video {
    position: relative;
    z-index: 999
}

.form {
    padding-top: 74px;
    padding-bottom: 83px;
    background-color: #000
}

.form .container {
    position: relative;
    z-index: 999
}

.form__rectangle {
    position: absolute;
    background: #a11a1a;
    -webkit-transform: rotate(3.52deg);
    -ms-transform: rotate(3.52deg);
    transform: rotate(3.52deg);
    width: 100%;
    height: 208px;
    z-index: 5
}

.form__title h2 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #121212
}

.form__subtitle {
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #121212
}

.form__wrap {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px
}

.form__wrap--inputs input {
    height: 67px;
    width: 304px;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #929292;
    text-align: center;
    border: 1px solid #000;
    outline: 0;
    margin-right: 18px
}

.form__wrap--inputs input::-webkit-input-placeholder {
    color: #929292
}

.form__wrap--inputs input::-moz-placeholder {
    color: #929292
}

.form__wrap--inputs input:-ms-input-placeholder {
    color: #929292
}

.form__wrap--inputs input::-ms-input-placeholder {
    color: #929292
}

.form__wrap--inputs input::placeholder {
    color: #929292
}

.form__wrap--button button {
    width: 304px;
    height: 67px;
    background: #a11a1a;
    border: 1px solid #a11a1a;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.form form {
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9999
}

.interior {
    padding: 50px 0
}

.interior__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.interior__wrap--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%
}

.interior__wrap--item-title {
    margin-top: 10px;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #000
}

.interior__wrap--item-text {
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    padding: 0 49px
}

.reviews {
    padding-top: 30px;
    padding-bottom: 72px;
    background-color: #000
}

.reviews__title h2 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #fff
}

.reviews__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.footer {
    padding: 20px 0;
    text-align: center
}

.footer__links p {
    margin: 5px 0
}

.footer__links p a {
    color: #000;
    font-weight: 400
}

.footer__links p a:hover {
    color: #a11a1a
}

.popup-form {
    background: #c9a2a280;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-animation: popup-form 1.2s;
    animation: popup-form 1.2s;
    z-index: 999999
}

.popup-form__content {
    background: #000;
    color: #fff;
    width: 300px;
    height: auto;
    margin: 120px auto;
    padding: 10px
}

.popup-form__close {
    float: right;
    font-size: 26px;
    cursor: pointer
}

.popup-form h2 {
    margin-top: 30px;
    text-align: center
}

.popup-form h3 {
    text-align: center;
    margin-top: 15px
}

.popup-form input {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
    border: none;
    outline: 0
}

.popup-form button {
    width: 100%;
    height: 60px;
    font-size: 22px;
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
    border: none;
    outline: 0;
    background: #a11a1a
}

@-webkit-keyframes popup-form {
    0% {
        top: -200px;
        opacity: 0
    }

    30% {
        opacity: .2
    }

    50% {
        top: 50px
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes popup-form {
    0% {
        top: -200px;
        opacity: 0
    }

    30% {
        opacity: .2
    }

    50% {
        top: 50px
    }

    100% {
        top: 0;
        opacity: 1
    }
}

.hidden {
    display: none
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        padding: 0 10px
    }

    .header__advan {
        display: none
    }

    .intro {
        background: -o-linear-gradient(62.67deg, #000 10.29%, rgba(26, 26, 26, .51) 46.84%, #121212 81.98%);
        background: linear-gradient(27.33deg, #000 10.29%, rgba(26, 26, 26, .51) 46.84%, #121212 81.98%);
        padding-top: 33px
    }

    .intro__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .intro__wrap--left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .intro__wrap--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .intro__wrap--right-video {
        margin-right: 0
    }

    .intro__wrap--right-video-back {
        height: 216px
    }

    .intro__wrap--right-video video {
        width: 100%
    }

    .videos {
        padding: 27px 0
    }

    .videos__title h2 {
        font-size: 33px;
        line-height: 31px
    }

    .videos__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .videos__item {
        margin-bottom: 10px
    }

    .videos__item img {
        width: 100%
    }

    .advan {
        padding: 30px 0
    }

    .advan__title {
        width: 100%
    }

    .advan__title h2 {
        font-size: 33px;
        line-height: 31px
    }

    .advan__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advan__wrap--item {
        margin-bottom: 20px
    }

    .formula {
        padding: 30px 0
    }

    .formula__title h2 {
        font-size: 33px;
        line-height: 31px
    }

    .formula__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px
    }

    .formula__wrap--left {
        width: 100%;
        margin-top: 40px
    }

    .formula__wrap--right video {
        width: 100%
    }

    .formula__wrap--right-back {
        height: 216px
    }

    .form {
        padding: 40px 0
    }

    .form__rectangle {
        height: 404px;
        width: 93%
    }

    .form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form__wrap--inputs input {
        margin-right: 0;
        margin-bottom: 20px
    }

    .interior {
        padding: 30px 0
    }

    .interior__title h2 {
        font-size: 33px;
        line-height: 31px
    }

    .interior__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .interior__wrap--item {
        width: 100%;
        margin-bottom: 20px
    }

    .reviews {
        padding: 30px 0
    }

    .reviews__title h2 {
        font-size: 33px;
        line-height: 31px
    }

    .reviews__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reviews__img {
        margin-bottom: 20px
    }

    .reviews__img img {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    .intro__wrap--left-title h1 {
        font-size: 43px;
        line-height: 42px
    }

    .formula__wrap--right-back,
    .intro__wrap--right-video-back {
        height: 189px
    }

    .formula__wrap--left p {
        font-size: 17px
    }

    .form__wrap--inputs input {
        width: 270px
    }

    .form__wrap--button button {
        width: 270px
    }
}
footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}
footer a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
}
footer p {
    padding: 0;
    margin: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;	
}
.video-container iframe, 
.video-container object,
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sale {
    background-color: red;
    color: white;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}