/*! 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: 0.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: -0.25em;
}
sup {
    top: -0.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: 0.35em 0.75em 0.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: raleway-example;
    src: url(../fonts/RalewayRegular.woff) format('woff');
}
@font-face {
    font-family: raleway-example;
    src: url(../fonts/RalewayBold.woff) format('woff');
    font-weight: 700;
}
* {
    -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 0.3s ease;
    transition: opacity 0.3s ease;
}
input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
button {
    cursor: pointer;
}
body {
    font-family: Rubik, sans-serif;
    background: url(../img/bg.svg);
    background-size: cover;
}
section {
    color: #fff;
    position: relative;
    margin-top: 70px;
}
/* section::after {
  content: "";
  position: absolute;
  background: url(../img/123.gif) no-repeat;
  width: 100%;
  height: 40%;
  top: -98px;
  left: 30%;
} */
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.header__logo-title {
    font-size: 30px;
    font-weight: 700;
}
.header {
    height: 90px;
}
.header__content {
    height: 90px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    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;
    color: #fff;
}
.header__logo-img {
    margin-right: 10px;
}
.header__logo-text {
    font-size: 20px;
    font-weight: 700;
}
.header__logo-text p {
    font-weight: 400;
    font-size: 17px;
}
.header__button {
    text-decoration: none;
    max-width: max-content;
    padding: 15px 25px;
    width: 100%;
    height: 45px;
    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;
    background-color: #fff;
    border-radius: 80px;
    background-size: cover;
    color: #1c1c1c;
    text-transform: uppercase;
}
.welcome {
    padding: 20px 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;
}
.welcome__content {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.welcome__block {
    width: 50%;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.welcome__block--left h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.welcome__block--left h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}
.welcome__block video {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.welcome__price {
    -webkit-animation: welcome-price 2s 1;
    animation: welcome-price 2s 1;
    margin: 20px 0;
}
.welcome__price--old span {
    color: grey;
    font-size: 28px;
    /* text-decoration: line-through; */
    /* -webkit-text-decoration-color: red; */
    /* text-decoration-color: red; */
}
.welcome__price--new span {
    color: #fff;
    font-size: 36px;
    margin-left: 30px;
    font-weight: 700;
}
.welcome__description {
    margin-top: 20px;
    text-align: 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.welcome__description p {
    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-size: 20px;
    font-weight: 700;
    margin: 5px 0;
}
.welcome__description p img {
    width: 30px;
    margin-right: 10px;
}
.about {
    padding: 20px 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;
    position: relative;
}
.about__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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.about__img {
    width: 100%;
    text-align: center;
}
.about__block {
    width: 47%;
}
.about__block h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 20px;
}
.about__block p {
    font-size: 20px;
    margin: 20px;
}
.catalog {
    padding: 20px 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;
    position: relative;
}
.catalog__content {
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.catalog__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;
}
.catalog__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;
}
.catalog__wrap--item-img {
    width: 360px;
    height: 350px;
}
.catalog__wrap--item .card-1 {
    background: url(../img/card_1.png) center no-repeat;
}
.catalog__wrap--item .card-2 {
    background: url(../img/card_2.png) center no-repeat;
}
.catalog__wrap--item .card-3 {
    background: url(../img/card_3.png) center no-repeat;
    background-size: contain;
}
.catalog__wrap--item-title {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}
.catalog__wrap--item-bust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 260px;
}
.catalog__wrap--item-bust img {
    width: 100%;
}
.catalog__wrap--item-price {
    margin-top: 20px;
    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;
}
.catalog__wrap--item-price-old {
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    margin-right: 20px;
    font-size: 18px;
}
.catalog__wrap--item-price-new {
    font-size: 25px;
}
.form {
    padding: 20px 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;
    position: relative;
}
.form__content {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.form__content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.form__input {
    width: 300px;
    height: 60px;
    margin: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 22px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}
.form__button {
    text-decoration: none;
    width: 340px;
    height: 87px;
    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;
    background: url(../img/button.svg) no-repeat;
    background-size: cover;
    color: #1c1c1c;
    text-transform: uppercase;
    border: none;
    outline: 0;
    margin: 0 auto;
}
.form__checkbox {
    font-size: 14px;
    margin: 5px;
    color: grey;
}
.form__checkbox a {
    color: grey;
}
.hidden {
    display: none;
}
@-webkit-keyframes welcome-h1 {
    0% {
        color: #fff;
        margin-top: -50px;
    }
}
@keyframes welcome-h1 {
    0% {
        color: #fff;
        margin-top: -50px;
    }
}
@-webkit-keyframes welcome-price {
    0% {
        color: #fff;
        margin-left: 50px;
    }
}
@keyframes welcome-price {
    0% {
        color: #fff;
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    .header {
        height: 70px;
    }
    .header__button {
        width: 100%;
    }
    .header__logo-text p {
        font-size: 12px;
    }
    .catalog__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;
    }
    .catalog__wrap--item {
        margin-bottom: 25px;
    }
    .catalog__wrap--item-img {
        width: 100%;
    }
    .catalog__wrap--item-title {
        font-size: 20px;
    }
    .header__logo-title {
        font-size: 21px;
    }
    .header__logo-subtitle {
        font-size: 9px;
    }
    section {
        position: relative;
    }
    /* section::after {
    content: "";
    position: absolute;
    background: url(../img/123.gif) no-repeat;
    background-size: contain;
    width: 100%;
    height: 40%;
    top: -39px;
    left: 0;
  } */
}
@media only screen and (max-width: 992px) {
    .welcome {
        height: 100%;
    }
    .welcome__content {
        max-height: 100%;
        -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;
    }
    .welcome__block {
        width: 100%;
    }
    .welcome__block img {
        width: 100%;
    }
    .welcome__price {
        margin: 30px 0;
    }
    .welcome__arrow {
        display: none;
    }
    .about {
        height: 100%;
        padding: 30px 0;
    }
    .about__content {
        max-height: 100%;
        -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;
    }
    .about__block {
        width: 100%;
        text-align: center;
    }
    .about__block h3 {
        margin-top: 15px;
        padding: 0 10px;
    }
    .about__price {
        margin: 30px 0;
    }
    .about__arrow {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .about__img {
        width: 100%;
    }
    .form form {
        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;
    }
}
@media only screen and (max-width: 480px) {
    .welcome__block h1 {
        font-size: 26px;
    }
    .welcome__block h2 {
        font-size: 20px;
    }
    .welcome__price--old span {
        font-size: 20px;
    }
    .welcome__price--new span {
        font-size: 22px;
    }
}
@media only screen and (max-width: 320px) {
    .about__block h3 {
        font-size: 25px;
    }
    .form__input {
        width: 290px;
    }
    .form__button {
        width: 290px;
    }
    .form__checkbox {
        font-size: 13px;
    }
}

#marketing-footer > p {
    color: #fff;
}

#marketing-footer-buttons > button {
    color: #fff;
}
