/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
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: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/montserrat-v18-cyrillic-300.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/montserrat-v18-cyrillic-regular.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/montserrat-v18-cyrillic-600.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/montserrat-v18-cyrillic-700.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy-Medium.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy-Regular.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Gilroy-ExtraBold.woff) format("woff")
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Bebas-Neue.ttf) format("truetype")
}

* {
    -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: Gilroy, sans-serif
}

.container {
    width: 1200px;
    margin: 0 auto
}

.header {
    width: 100%;
    height: 85px;
    background-color: #fff
}

.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;
    height: 85px
}

.header__content--logo {
    position: relative
}

.header__content--logo img {
    position: absolute;
    bottom: -63px
}

.header__content--text {
    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
}

.header__content--text-item {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px
}

.header__content--text-item:nth-child(1) {
    color: #f90
}

.header__content--text-item:nth-child(2) {
    color: #639bd9;
    padding: 0 38px;
    border-left: 2px solid rgba(0, 0, 0, .4);
    border-right: 2px solid rgba(0, 0, 0, .4);
    margin: 0 17px
}

.header__content--text-item:nth-child(3) {
    color: #7dc6c6
}

.intro {
    padding-top: 40px;
    padding-bottom: 31px;
    background: url(../img/intro/bg.png);
    background-size: cover
}

.intro__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
}

.intro__wrap--left {
    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
}

.intro__wrap--left-suptitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.intro__wrap--left-title {
    margin-top: 25px
}

.intro__wrap--left-title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: .055em;
    text-transform: uppercase;
    color: #444
}

.intro__wrap--left-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #656565
}

.intro__wrap--left-gif {
    margin-top: 20px;
    background: url(../img/intro/gif-bg.png) 82% no-repeat
}

.intro__wrap--left-gif img {
    border-radius: 20px;
    height: 240px
}

.intro__wrap--center {
    width: 19%;
    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-form {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 33px 28px 33px;
    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-form-price {
    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
}

.intro__wrap--right-form-price-line {
    width: 1px;
    height: 60px;
    background-color: rgba(0, 0, 0, .4);
    margin: 0 40px
}

.intro__wrap--right-form-price-name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #362107
}

.intro__wrap--right-form-price-old-wrap {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #646464;
    margin-top: 20px
}

.intro__wrap--right-form-price-new-wrap {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #266151;
    margin-top: 14px
}

.intro__wrap--right-form-inputs {
    margin-top: 20px
}

.intro__wrap--right-form-inputs input {
    background: #efe8e6;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    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: #646464;
    height: 60px;
    outline: 0;
    border: none;
    padding-left: 20px;
    width: 314px
}

.intro__wrap--right-form-button {
    margin-top: 11px
}

.intro__wrap--right-form-button button {
    background: #f90;
    -webkit-box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    border-radius: 100px;
    width: 318.26px;
    height: 67.64px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: 0;
    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
}

.intro__wrap--right-form-button button span {
    margin-left: 11px
}

.intro__wrap--right-form-balance {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

.intro__wrap--right-form-balance span {
    font-weight: 600;
    color: #fff;
    background: #f90;
    border-radius: 2px;
    padding: 3px
}

.intro__wrap--right-form-check {
    margin: 0 auto;
    margin-top: 14px;
    max-width: 241px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #929292;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro__wrap--right-form-check a {
    color: #929292
}

.intro__wrap--right-form-check .form-block__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px
}

.intro__wrap--right-form-check .form-block__option input {
    margin-right: 6px
}

.advan {
    padding-top: 72px;
    padding-bottom: 48px;
    background: url(../img/advan/bg.png) no-repeat;
    background-size: cover
}

.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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advan__wrap--text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-top: 20px
}

.advan__wrap--left {
    width: 48%
}

.advan__wrap--left p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 10px
}

.advan__wrap--left-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 16px
}

.advan__wrap--left-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%
}

.advan__wrap--left-item p {
    margin-top: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000
}

.advan__wrap--right video {
    width: 519px;
    height: 406px
}

.advan__title h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 129%;
    letter-spacing: .005em;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    background: -o-linear-gradient(359.51deg, #3e8ce0 8.44%, #4c82e2 48.02%, #1e83e0 82.94%);
    background: linear-gradient(90.49deg, #3e8ce0 8.44%, #4c82e2 48.02%, #1e83e0 82.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bullits {
    padding-top: 102px;
    padding-bottom: 69px;
    background: -o-linear-gradient(.19deg, #c6dff6 .18%, #efafbc 100.92%);
    background: linear-gradient(89.81deg, #c6dff6 .18%, #efafbc 100.92%)
}

.bullits__title h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 129%;
    letter-spacing: .005em;
    color: #444;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    text-align: center
}

.bullits__wrap {
    margin-top: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.bullits__wrap--item {
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    border-radius: 12px;
    width: 23.5%;
    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;
    padding-bottom: 10px
}

.bullits__wrap--item p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000;
    margin-top: 13px
}

.form {
    background: #fff;
    padding-top: 28px;
    padding-bottom: 48px
}

.form__content {
    background: url(../img/form/bg-form.png) no-repeat;
    background-size: cover;
    padding: 58px 0
}

.form__content--title h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 129%;
    text-align: center;
    letter-spacing: .005em;
    background: -o-linear-gradient(359.51deg, #cfcfcf 8.44%, #e3e3e3 10.2%, #fff 23%, #f2f2f2 50.73%, #fff 70.74%, #e3e3e3 82.94%);
    background: linear-gradient(90.49deg, #cfcfcf 8.44%, #e3e3e3 10.2%, #fff 23%, #f2f2f2 50.73%, #fff 70.74%, #e3e3e3 82.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.form__content--subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-top: 16px
}

.form__content form {
    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;
    margin-top: 44px
}

.form__content--input {
    margin-right: 23px;
    width: 304px
}

.form__content--input input {
    background: #fff;
    font-family: Montserrat;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #929292;
    height: 74px;
    border: none;
    outline: 0;
    width: 100%
}

.form__content--button button {
    background: #f90;
    -webkit-box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    border-radius: 100px;
    width: 314.26px;
    height: 74px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: 0;
    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
}

.form__content--button button span {
    margin-left: 11px
}

.use {
    background: url(../img/use/bg.png) no-repeat;
    background-size: cover;
    padding: 45px 0
}

.use__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 44px
}

.use__wrap--item {
    position: relative;
    margin-bottom: 77px
}

.use__wrap--item-img .img-gif {
    width: 500px;
    height: 300px
}

.use__wrap--item:nth-child(odd) {
    margin-right: 36px
}

.use__wrap--item-info {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../img/use/bg-item.svg) no-repeat;
    height: 84px;
    width: 100%;
    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;
    padding-left: 10px
}

.use__wrap--item-info-icon {
    margin-right: 11px
}

.use__wrap--item-info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding-right: 76px
}

.use__button {
    margin-top: 34px;
    text-align: center
}

.use__button button {
    background: #f90;
    -webkit-box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    box-shadow: 0 7px 20px rgba(121, 188, 207, .4);
    border-radius: 100px;
    width: 314.26px;
    height: 74px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: 0
}

.use__button button span {
    margin-left: 7px
}

.use__button button span img {
    margin-top: 5px
}

.delivery {
    padding-top: 24px;
    padding-bottom: 34px
}

.delivery__title h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 129%;
    text-align: center;
    letter-spacing: .005em;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    background: -o-linear-gradient(359.51deg, #3e8ce0 8.44%, #4c82e2 48.02%, #1e83e0 82.94%);
    background: linear-gradient(90.49deg, #3e8ce0 8.44%, #4c82e2 48.02%, #1e83e0 82.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.delivery__subtitle {
    margin-top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #343434
}

.delivery__wrap {
    margin-top: 35px;
    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
}

.reviews {
    padding-top: 80px;
    padding-bottom: 40px;
    background: -o-linear-gradient(356.53deg, #c8ddf4 4.89%, #e6baca 99.83%);
    background: linear-gradient(93.47deg, #c8ddf4 4.89%, #e6baca 99.83%);
    mix-blend-mode: hard-light
}

.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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 19px
}

.reviews__button {
    margin-top: 30px;
    text-align: center
}

.reviews__button button {
    border: none;
    outline: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 129%;
    text-align: center;
    letter-spacing: .005em;
    background: 0 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

.footer {
    padding-top: 22px;
    padding-bottom: 23px;
    background: -o-linear-gradient(162.85deg, #efafbc 0, #c3e3fa 100%), url(../img/intro/bg-footer.png);
    background: linear-gradient(287.15deg, #efafbc 0, #c3e3fa 100%), url(../img/intro/bg-footer.png);
    background-size: cover
}

.footer .container {
    position: relative
}

.copyright {
    padding: 20px 0;
    text-align: center
}

.copyright p {
    margin-bottom: 5px
}

.copyright p:last-child {
    margin-bottom: 0
}

.copyright p a {
    color: #000
}

.popup__review-form {
    background: rgba(255, 245, 215, .5);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-animation: popup-form 1.2s;
    animation: popup-form 1.2s
}

.popup__review-form__content {
    background: #266151;
    color: #fff;
    width: 310px;
    height: auto;
    margin: 120px auto;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 20px
}

.popup__review-form__content p {
    font-style: normal;
    margin-top: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff
}

.popup__review-form__content p a {
    color: #ffd97b;
    text-decoration: none
}

.popup__review-form__close {
    float: right;
    font-size: 26px;
    cursor: pointer
}

.popup__review-form h2 {
    margin-top: 30px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: .005em;
    color: #fff;
    font-family: Russo One
}

.popup__review-form h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-top: 15px
}

.popup__review-form input {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
    border: none;
    outline: 0
}

.popup__review-form textarea {
    width: 100%;
    font-size: 22px;
    height: 120px;
    padding-left: 20px;
    padding-top: 10px;
    outline: 0;
    margin-bottom: 20px
}

.popup__review-form form a {
    width: 100%;
    height: 60px;
    font-size: 22px;
    color: #000;
    margin: 10px 0;
    cursor: pointer;
    outline: 0;
    background: -o-linear-gradient(187.89deg, rgba(254, 199, 80, .4) 50.44%, rgba(255, 231, 176, .4) 60.26%, rgba(253, 209, 102, .4) 100%), -o-linear-gradient(top, #fdd166 0, #fec750 100%);
    background: linear-gradient(262.11deg, rgba(254, 199, 80, .4) 50.44%, rgba(255, 231, 176, .4) 60.26%, rgba(253, 209, 102, .4) 100%), linear-gradient(180deg, #fdd166 0, #fec750 100%);
    border: 1px solid rgba(255, 248, 233, .6);
    -webkit-box-shadow: 0 4px 0 #a4782c;
    box-shadow: 0 4px 0 #a4782c;
    border-radius: 12pxt;
    text-decoration: none;
    padding: 10px 85px;
    margin-top: 35px
}

.popup-form {
    background: rgba(255, 245, 215, .5);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-animation: popup-form 1.2s;
    animation: popup-form 1.2s
}

.popup-form__content {
    background: #266151;
    color: #fff;
    width: 310px;
    height: auto;
    margin: 120px auto;
    padding: 25px 20px 20px 20px;
    border-radius: 20px
}

.popup-form__content p {
    font-style: normal;
    margin-top: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff
}

.popup-form__content p a {
    color: #ffd97b;
    text-decoration: none
}

.popup-form__close {
    float: right;
    font-size: 26px;
    cursor: pointer
}

.popup-form h2 {
    margin-top: 30px;
    text-align: left;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: .005em;
    color: #fff;
    font-family: Russo One
}

.popup-form h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    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: #000;
    margin: 10px 0;
    cursor: pointer;
    outline: 0;
    background: -o-linear-gradient(187.89deg, rgba(254, 199, 80, .4) 50.44%, rgba(255, 231, 176, .4) 60.26%, rgba(253, 209, 102, .4) 100%), -o-linear-gradient(top, #fdd166 0, #fec750 100%);
    background: linear-gradient(262.11deg, rgba(254, 199, 80, .4) 50.44%, rgba(255, 231, 176, .4) 60.26%, rgba(253, 209, 102, .4) 100%), linear-gradient(180deg, #fdd166 0, #fec750 100%);
    border: 1px solid rgba(255, 248, 233, .6);
    -webkit-box-shadow: 0 4px 0 #a4782c;
    box-shadow: 0 4px 0 #a4782c;
    border-radius: 12px
}

@-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 {
        height: 33px
    }

    .header__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__content--logo {
        position: static;
        z-index: 999
    }

    .header__content--logo img {
        position: static;
        width: 240px
    }

    .header__content--text {
        display: none
    }

    .intro {
        background: url(../img/intro/bg-mob.png);
        background-size: cover;
        padding-top: 52px;
        position: relative
    }

    .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-subtitle {
        font-size: 13px;
        color: #000
    }

    .intro__wrap--left-suptitle {
        font-size: 16px
    }

    .intro__wrap--left-title h1 {
        font-size: 27px;
        line-height: 33px
    }

    .intro__wrap--left-gif {
        background: url(../img/intro/gif-bg.png) 99% 89% no-repeat
    }

    .intro__wrap--left-gif img {
        width: 70%;
        height: auto
    }

    .intro__wrap--center {
        width: 100%
    }

    .intro__wrap--center-bullits {
        margin-top: 19px;
        background: #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;
        font-family: Bebas Neue;
        font-style: normal;
        font-size: 17px;
        line-height: 18px;
        height: 100px;
        position: absolute;
        top: 55.5%;
        width: 100%;
        z-index: 12
    }

    .intro__wrap--center-bullits-item {
        position: relative;
        z-index: 12312
    }

    .intro__wrap--center-bullits-item:nth-child(1) {
        color: #f90;
        padding-left: 20px
    }

    .intro__wrap--center-bullits-item:nth-child(2) {
        color: #639bd9;
        padding: 0 14px;
        border-left: 1.06568px solid rgba(0, 0, 0, .4);
        border-right: 1.06568px solid rgba(0, 0, 0, .4);
        margin: 0 15px
    }

    .intro__wrap--center-bullits-item:nth-child(3) {
        color: #7dc6c6;
        padding-right: 20px
    }

    .intro__wrap--center-img img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        
    }

    .intro__wrap--right {
        margin-top: 120px
    }

    .intro__wrap--right-form {
        padding: 26px 14px 21px 15px
    }

    .intro__title {
        padding: 0
    }

    .intro__title h1 {
        font-size: 28px;
        line-height: 33px
    }

    .advan {
        padding: 25px 0
    }

    .advan__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advan__wrap--text {
        font-size: 18px;
        line-height: 22px
    }

    .advan__wrap--left {
        width: 100%
    }

    .advan__wrap--left-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advan__wrap--left-item {
        width: 100%;
        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;
        margin-bottom: 20px
    }

    .advan__wrap--left-item:nth-child(3) {
        margin-bottom: 0
    }

    .advan__wrap--left-item p {
        padding: 0 30px
    }

    .advan__wrap--right {
        margin-top: 25px
    }

    .advan__wrap--right video {
        width: 100%;
        height: auto
    }

    .advan__title h2 {
        font-size: 29px;
        line-height: 32px
    }

    .bullits {
        padding: 15px 0
    }

    .bullits__title h2 {
        font-size: 35px;
        line-height: 99%
    }

    .bullits__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;
        margin-top: 22px
    }

    .bullits__wrap--item {
        width: 79%;
        margin-bottom: 20px
    }

    .bullits__wrap--item:last-child {
        margin-bottom: 0
    }

    .form {
        padding: 15px 0
    }

    .form__content--title h2 {
        font-size: 22px;
        line-height: 27px
    }

    .form__content--input {
        margin-right: 0;
        margin-bottom: 20px
    }

    .form__content form {
        margin-top: 16px;
        -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
    }

    .use {
        padding: 20px 0
    }

    .use__wrap--item {
        margin-bottom: 28px
    }

    .use__wrap--item:nth-child(odd) {
        margin-right: 0
    }

    .use__wrap--item:last-child {
        width: 100%
    }

    .use__wrap--item-info-text {
        padding-right: 0;
        font-size: 14px;
        line-height: 18px
    }

    .use__wrap--item-img .img-gif {
        width: 100%;
        height: auto
    }

    .use__wrap--item-img img {
        width: 100%
    }

    .use__button button {
        width: 100%
    }

    .delivery {
        padding: 20px 0
    }

    .delivery__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 {
        padding: 20px 0
    }

    .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__wrap--img {
        margin-bottom: 10px
    }

    .reviews__wrap--img img {
        width: 100%
    }

    .footer {
        position: relative
    }
}

@media only screen and (max-width:320px) {
    .intro__wrap--right-form-inputs input {
        width: 280px
    }

    .intro__wrap--right-form-button button {
        width: 280px
    }

    .form__content--input {
        width: 280px
    }

    .form__content--button button {
        width: 280px
    }

    .intro__wrap--center-bullits {
        font-size: 14px;
        position: absolute;
        top: 54.5%
    }
}

@media only screen and (max-width:369px) {
    .intro__wrap--left-discount {
        z-index: 135;
        left: -6px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@media only screen and (min-width:1201px) {
    .intro__wrap--center-bullits {
        display: none
    }
}