/*! 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;
}
body {
    font-family: Rubik, sans-serif;
    background-size: 100%;
}

.welcome__content h2 {
    font-weight: 700;
    font-size: 38px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.header {
    height: 70px;
}
.header__content {
    height: 70px;
    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 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}
.header__button {
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    -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;
    border-radius: 30px;
    background: #67cd00;
}
.header__button:hover {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background: #fff;
    color: #00b931;
    border: 2px solid #67cd00;
}
.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-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: #fff;
    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__content h1 {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    -webkit-animation: welcome-h1 0s 1;
    animation: welcome-h1 0s 1;
    margin: 10px 0;
}
.price {
    text-align: center;
}
.welcome__content h2 {
    text-align: center;
    margin-top: 20px;
}
.welcome__content video {
    height: auto;
    width: 70%;
}
.welcome__price {
    -webkit-animation: welcome-price 0s 1;
    animation: welcome-price 0s 1;
    margin: 20px 0;
}
.welcome__price--old {
    color: grey;
    font-size: 28px;
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
}
.welcome__price--new {
    color: #000;
    font-size: 36px;
    margin-left: 30px;
    font-weight: 700;
}
.welcome__arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.welcome__arrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.welcome__arrow img {
    width: 70px;
    margin: 0 auto;
}
.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;
}
.about__content {
    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;
    background: #fff;
    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__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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__block img {
    width: 100%;
}
.about__block p {
    font-size: 28px;
    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: 10px 0px;
}
.about__block p img {
    width: 25px;
    height: auto;
    margin-right: 14px;
}
.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;
}
.catalog h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.catalog__content {
    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__item {
    width: 270px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    -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__item img {
    width: 100%;
}
.catalog__item p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
.size {
    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;
}
.size h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.size__content {
    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;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    -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);
}
.size__img {
    width: 80%;
    margin: 0 auto;
}
.size__img--mob {
    width: 60%;
    margin: 0 auto;
    display: none;
}
.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: #fff;
    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__stock {
    text-align: center;
}
.form__stock p {
    margin-bottom: 10px;
    font-size: 18px;
}
.form__input {
    width: 300px;
    height: 60px;
    margin: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: 2px solid #000;
    outline: 0;
    margin-top: 30px;
}
.form__button {
    width: 300px;
    height: 60px;
    margin: 10px auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #000;
    cursor: pointer;
    outline: 0;
}
.form__button:hover {
    background: #00b931;
    color: #fff;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.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;
    }
}
@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__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%;
    }
    .catalog__content {
        -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__item {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .welcome__content video {
        width: 100%;
    }
    .about__img {
        width: 100%;
    }
    .size__img {
        display: none;
    }
    .size__img--mob {
        display: block;
    }
    .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__content {
        padding: 20px 10px;
    }
    .welcome__block h1 {
        font-size: 28px;
    }
    .welcome__price--old {
        font-size: 22px;
    }
    .welcome__price--new {
        font-size: 26px;
    }
    .about__block p {
        font-size: 19px;
        margin-left: 0;
    }
    .form__content {
        padding: 20px;
    }
    .form__input {
        width: 280px;
        margin-top: 10px;
    }
    .form__button {
        width: 280px;
    }
}

.about__block h3 {
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
    font-size: 19px;
}

.about__block h4 {
    margin-left: 7px;
    font-size: 19px;
}

.order {
    padding: 20px 0;
}

.order__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;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
    box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
}

.order__title h2 {
    font-size: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .order__content--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order__content--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;
}

@media only screen and (max-width: 992px) {
    .order__content--wrap-item {
        width: 100%;
        margin: 20px 0;
    }
}

.order__content--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;
    flex: 1;
}

.order__content--wrap-item-img {
    text-align: center;
}

.order__content--wrap-item-img img {
    width: 20%;
}

.order__content--wrap-item-title {
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.order__content--wrap-item-text {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 127%;
}

.about,
.form {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 30px 0 0;
}

.block7 h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 1255px) {
    .wrap7 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1255px) {
    .wrap7 {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1255px) {
    .rev {
        margin: 0 auto 20px;
        width: 460px;
    }
}

.rev {
    -webkit-box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
    box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
    width: 320px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 38px 28px 38px 35px;
    position: relative;
}

.rev-img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.rev-img img {
    width: 100%;
}

@media only screen and (max-width: 1255px) {
    .rev-img img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 250px;
    }
}

@media only screen and (max-width: 1255px) {
    .rev p {
        font-size: 18px;
        line-height: 25px;
    }

    .wrap7 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.rev p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}

.rev h3 {
    font-weight: 700;
}

.rev-b {
    text-align: center;
    line-height: 53px;
}

video {
    margin: 0 auto;
}

.wrap7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}
