* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
}

:focus,
:active {
    outline: none;
}

:root {
    --dark-blue: #17364b;
    --dark-blue-hover: #0f2839;
    --red: #d24036;
    --green: #2a594f;
    --blue: #09569c;
    --yellow: #f09800;
    --orange: #e14b19;
    --english: #153448;
    --brown: #954e37;
}

@font-face {
    font-family: 'Monts';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/montserrat/montserrat-regular-webfont.woff2)
            format('woff2'),
        url(../fonts/montserrat/montserrat-regular-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Monts';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/montserrat/montserrat-medium-webfont.woff2)
            format('woff2'),
        url(../fonts/montserrat/montserrat-medium-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Monts';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/montserrat/montserrat-bold-webfont.woff2) format('woff2'),
        url(../fonts/montserrat/montserrat-bold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Pobeda';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/pobeda/pobeda.woff2) format('woff2'),
        url(../fonts/pobeda/pobeda.woff) format('woff');
}

@font-face {
    font-family: 'zhikharevc';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/zhikharevc/zhikharevc.woff2) format('woff2'),
        url(../fonts/zhikharevc/zhikharevc.woff) format('woff');
}

* {
    color: #17364b;
    font-family: 'Monts', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
body {
    overflow-x: hidden;
}

a:focus,
a:active,
p:focus,
p:active {
    outline: none;
}

.bold {
    font-weight: 900;
}

.like-button {
    background: black;
    color: #fff;
    font-family: 'Pobeda';
    font-size: 25px;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    position: relative;
}

.back-red {
    background-color: var(--red);
}
.back-green {
    background-color: var(--green);
}
.back-blue {
    background-color: var(--blue);
}
.back-yellow {
    background-color: var(--yellow);
}
.back-orange {
    background-color: var(--orange);
}
.back-english {
    background-color: var(--english);
}
.back-brown {
    background-color: var(--brown);
}

.main-button {
    border-radius: 14px;
    background: #17364b;
    color: #fff;
    width: 451px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: Pobeda;
    font-size: 35px;
    margin: 35px auto 10px;
    border: none;
    cursor: pointer;
    padding: 26px 0;
}
.main-button:hover {
    background: #0f2839;
}
.like-link {
    background: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid;
    font-size: 18px;
    font-weight: 600;
    color: #17364b;
}
.like-link:hover {
    color: #0f2839;
}
.like-button:before {
    content: '';
    display: block;

    border: 1px solid #fff;
    position: absolute;
    border-radius: 6px;
    height: calc(100% - 9px);
    width: calc(100% - 10px);
    top: 4px;
    left: 4px;
}
.top-banner .like-button {
    background: #17364b;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 44px;
    padding: 25px 24px;
    -ms-grid-column-align: end;
    justify-self: end;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.mobile-menu {
    display: none;
}

header {
    width: 100%;
    height: 131px;
}

header .wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

header nav {
    margin-top: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}

header nav a {
    font-size: 19px;
}

.yellow-tape {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Pobeda';
    font-size: 75px;
    padding-top: 43px;
}

.white-tape {
    background-image: url('../img/white-tape-1920.svg');
    background-size: cover !important;
    width: 738px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-family: 'Pobeda';
    font-size: 75px;
    padding-top: 43px;
}

.yellow-tape.size-1 {
    background-image: url('../img/yellow-tape-1-1920.svg');
    background-size: cover !important;
    width: 610px;
}

.yellow-tape.size-2 {
    background-image: url('../img/yellow-tape-2-1920.svg');
    background-size: cover !important;
    width: 646px;
}

.top-banner {
    background-image: url('../img/header-1920.svg');
    height: 534px;
    background-size: cover !important;
    position: relative;
    z-index: 2;
    background-position-y: -170px;
    background-repeat: no-repeat;
}
.banner-imange {
    background-image: url('../img/banner-1920.jpg');
    background-size: cover !important;
    position: relative;
    z-index: 1;
    top: -330px;
    height: 1270px;
}

.under-banner {
    background-image: url('../img/under-banner-1920.svg');
    background-size: cover !important;
    position: relative;
    z-index: 2;
    top: -680px;
    height: 929px;
}

.top-banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-banner .text {
    margin-top: 70px;
    display: -ms-grid;
    display: grid;
    gap: 40px;
}

header .logo {
    margin-top: 34px;
    display: block;
    position: absolute;
    z-index: 9;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.advantages {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 56px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    position: relative;
    top: 400px;
}

section.banner {
    height: 2218px;
}

section.about {
    margin: 150px 0 30px;
}
section.about .yellow-tape {
    margin-bottom: 57px;
}
section.about .item {
    display: -ms-grid;
    display: grid;
    gap: 113px;
    -ms-grid-columns: 1fr 113px 1fr;
    grid-template-columns: 1fr 1fr;
}

section.about .text p {
    color: #6d6d6d;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.36px;
    line-height: 25px;
}
section.about .grid .item:nth-child(1) .text {
    margin-top: 30px;
}
section.about .grid .item:nth-child(2) .text {
    margin-top: 143px;
}
section.about .grid {
    display: -ms-grid;
    display: grid;
    gap: 57px;
}

.advantages .item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Pobeda';
    font-size: 48px;
    font-weight: 900;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    height: 319px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2317344AFF' stroke-width='4' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}

.advantages .item .text {
    font-family: 'Pobeda';
    font-size: 48px;
    font-weight: 900;
    max-width: 370px;
    line-height: 95%;
    text-align: center;
    padding-top: 20px;
}

.advantages .item img {
    display: block;
    margin: 21px auto 0;
}

section.assortment {
    background-image: url('../img/assortment-background-1920.svg');
    background-size: cover !important;
    background-position-y: top;
    padding-bottom: 10%;
}

section.assortment .yellow-tape {
    margin-bottom: 70px;
}

section.assortment .wrapper {
    padding-top: 135px;
}

section.assortment .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

section.assortment .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 28px 328px;
    -ms-grid-columns: min-content 28px 328px;
    grid-template-columns: -webkit-min-content 328px;
    grid-template-columns: min-content 328px;
    gap: 28px;
}
section.assortment .item .text {
    margin-top: 43px;
}
section.assortment .item .description {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}

section.assortment .last-assortment {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.how:before {
    background-image: url(../img/line-1920.svg);
    content: '';
    width: 100%;
    height: 231px;
    position: absolute;
    top: -9px;
    background-size: cover !important;
    left: 0px;
}
.how {
    background-image: url(../img/yellow-background-1920.svg);
    background-size: cover !important;
    background-position-y: -1138px;
    padding-bottom: 70px;
    position: relative;
    top: -200px;
}
.how .wrapper {
    padding-top: 150px;
}
.how .white-tape {
    position: relative;
    margin-bottom: 52px;
    margin-top: 55px;
}
.steps {
    border-radius: 20px;
    background: #fff;
    padding: 60px 46px 76px;
}

.steps > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 42px;
}

.steps > .title .number {
    font-family: Pobeda;
    font-size: 145px;
    position: relative;
    top: 21px;
    left: -10px;
}

.steps > .title p:nth-child(1) {
    font-family: Pobeda;
    font-size: 75px;
    padding-bottom: 25px;
}
.steps > .title p:nth-child(1):after {
    content: '';
    width: 100%;
    height: 3px;
    background: #17344a;
    display: block;
    position: relative;
    top: 27px;
}
.steps > .title p:nth-child(2) {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-top: 11px;
}

.steps .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 34px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    row-gap: 42px;
}
.steps .item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    height: 319px;
    width: 540px;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2317344AFF' stroke-width='4' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}
.steps .item:nth-child(odd) {
    justify-self: flex-end;
}
.steps .item:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-column-align: center;
    justify-self: center;
}
.steps .name {
    position: absolute;
    top: 176px;
    left: 27px;
}

.steps .additional-text,
.steps .name p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    width: 197px;
}

.steps .additional-text {
    position: absolute;
    max-width: 123px;
    bottom: 39px;
    right: 37px;
}

.steps .item img {
    position: relative;
}

.steps .item:nth-child(1) img {
    top: 38px;
    left: 159px;
}

.steps .item:nth-child(2) img {
    top: 50px;
    left: 212px;
}

.steps .item:nth-child(2) .time {
    background-image: url(../img/step-time-2.svg);
    position: absolute;
    right: 12px;
    bottom: 37px;
    width: 232px;
    height: 78px;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 0 0 89px;
}

.steps .item:nth-child(3) img {
    top: 23px;
    left: 265px;
}

.steps .item:nth-child(4) img {
    top: 32px;
    left: 243px;
}

.steps .item:nth-child(4) .time {
    background-image: url(../img/step-time-4.svg);
    width: 232px;
    height: 78px;
    position: absolute;
    right: 12px;
    bottom: 30px;
    padding: 35px 0 0 80px;
    font-size: 16px;
    font-weight: 700;
}

.steps .item:nth-child(5) img {
    top: 25px;
    left: 281px;
}

.steps .item:last-child .additional-text {
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 27px;
    bottom: 21px;
}

.steps h3 {
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
    line-height: 35px;
}

.steps .number-step {
    position: absolute;
    left: 27px;
    top: -8px;
    width: 79px;
    height: 118px;
    background-image: url('../img/step-tape.svg');
    background-size: cover !important;
    padding: 9px 18px;
}

.steps .number-step .step {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.steps .number-step .number {
    font-family: Pobeda;
    font-size: 64px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-left: 8px;
}

.what {
    border-radius: 20px;
    background: #fff;
    padding: 81px 64px 20px;
    width: 782px;
    margin: 110px auto 0;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2317344AFF' stroke-width='4' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}

.what li {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 25px;
}

.what .title {
    position: absolute;
    background: #17364b;
    color: #fff;
    top: -28px;
    text-align: center;
    font-family: Pobeda;
    font-size: 55px;
    padding: 25px 46px;
    border-radius: 9px;
    left: calc(50% - 206px);
}
.what .title:before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    left: 4px;
    position: absolute;
    top: 4px;
    border-radius: 6px;
}

footer.where {
    position: relative;
    margin-top: -42px;
}
footer.where .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}
footer.where .social {
    margin-top: 125px;
    border-top: 2px solid #d2d2d2;
    padding: 42px 0 20px;
    position: absolute;
    width: 100%;
}
footer.where .yellow-tape {
    margin-bottom: 95px;
}

footer.where .social .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 1921px) and (max-width: 2560px) {
    .how {
        background-position-y: -1438px;
        top: -242px;
    }
    .how:before {
        display: none;
    }
    .top-banner {
        height: 713px;
    }
    .top-banner {
        height: 713px;
    }
    section.banner {
        height: 2618px;
    }
    .advantages {
        top: 470px;
    }
}
@media (min-width: 1921px) and (max-width: 2559px) {
    .top-banner {
        height: 713px;
    }
    .banner-imange {
        height: 1478px;
        top: -350px;
    }
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1650px;
        top: -242px;
    }
}

@media (min-width: 1921px) and (max-width: 2280px) {
    .banner-imange {
        top: -450px;
    }
}

@media (min-width: 1921px) and (max-width: 2559px) {
    .how:before {
        display: none;
    }
    .how {
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1920px) {
    .how {
        background-position-y: -1074px;
    }
}

@media (min-width: 1611px) and (max-width: 1919px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1274px;
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1610px) {
    .how {
        background-position-y: -897px;
    }
    section.assortment {
        padding-bottom: 13%;
    }
    section.assortment .wrapper {
        padding-top: 125px;
    }
    .top-banner {
        background-position-y: -73px;
    }
    .banner-imange {
        background-position-x: -342px;
    }
    section.banner {
        height: 2217px;
    }
    .how .wrapper {
        padding-top: 115px;
    }
    .how:before {
        top: -10px;
    }
}

@media (min-width: 1537px) and (max-width: 1599px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1100px;
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1536px) {
    .how {
        background-position-y: -862px;
    }
}

@media (min-width: 1441px) and (max-width: 1535px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1000px;
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1440px) {
    .top-banner {
        background-position-y: -31px;
    }
    .how {
        background-position-y: -811px;
    }
    section.assortment {
        padding-bottom: 15%;
    }
    section.assortment .wrapper {
        padding-top: 138px;
    }
    .banner-imange {
        background-position-x: -488px;
    }
}

@media (min-width: 1368px) and (max-width: 1439px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1000px;
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1367px) {
    .top-banner {
        background-position-y: -10px;
    }
    .how {
        background-position-y: -766px;
    }
    .banner-imange {
        background-position-x: -506px;
    }
    .under-banner {
        top: -633px;
    }
}

@media (min-width: 1281px) and (max-width: 1364px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -900px;
        top: -100px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1280px) {
    .top-banner {
        background-position-y: 0px;
    }
    section.assortment {
        padding-bottom: 19%;
    }
    .how {
        background-position-y: -724px;
    }
}
@media (min-width: 1201px) and (max-width: 1279px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -900px;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        width: calc(100% - 60px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -900px;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 1024px) {
    .banner-imange {
        background-position-x: 0;
    }
    .under-banner {
        top: -703px;
    }
    .wrapper {
        width: 960px;
    }
    .top-banner {
        background-image: url(../img/header-1000.svg);
        height: 634px;
        background-position-y: bottom;
    }
    .banner-imange {
        top: -345px;
        height: 1235px;
    }
    section.assortment .wrapper {
        padding-top: 65px;
    }
    section.assortment {
        padding-bottom: 23%;
    }
    .how {
        background-position-y: -1164px;
    }
    .how .wrapper {
        padding-top: 75px;
    }
    section.assortment {
        background-image: url('../img/rays-1000.svg');
    }
    .under-banner {
        background-image: url('../img/under-banner-1000.svg');
    }
    .how {
        background-image: url(../img/yellow-background-1000.svg);
    }
    header .logo img {
        width: 160px;
    }
    section.assortment .item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: -webkit-min-content 20px 251px;
        -ms-grid-columns: min-content 20px 251px;
        grid-template-columns: -webkit-min-content 251px;
        grid-template-columns: min-content 251px;
        gap: 20px;
    }
    section.assortment .item .text {
        margin-top: 8px;
    }
    section.assortment .last-assortment {
        margin-top: 76px;
    }
    .steps .grid {
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px;
        row-gap: 43px;
    }
    section.about .grid .item:nth-child(1) .text {
        margin-top: 24px;
    }
    section.about .item {
        gap: 50px;
    }
    .steps .item:nth-child(1) img {
        top: 20px;
        left: 167px;
        width: 212px;
    }
    .steps .additional-text {
        bottom: 13px;
        right: 14px;
    }
    .steps .item:nth-child(2) .time {
        bottom: 11px;
    }
    .steps .item:nth-child(2) img {
        top: 14px;
        width: 152px;
    }
    .steps .item:nth-child(3) img {
        top: 20px;
        left: 190px;
        width: 195px;
    }
    .steps .item:nth-child(4) img {
        top: 20px;
        left: 217px;
        width: 172px;
    }
    .steps .item:nth-child(4) .time {
        right: -45px;
        bottom: 20px;
    }
    .steps .item:nth-child(5) img {
        top: 18px;
        left: 235px;
        width: 153px;
    }
    footer.where .grid img:nth-child(1) {
        width: 187px;
    }
    footer.where .grid img:nth-child(2) {
        width: 218px;
    }
    footer.where .grid img:nth-child(3) {
        width: 279px;
    }
    header nav {
        gap: 35px;
    }

    .steps .item {
        height: 319px;
        width: 418px;
    }
    section.about .grid .item:nth-child(2) .text {
        margin-top: 70px;
    }
    .top-banner {
        background-image: url('../img/header-1000.svg');
    }
    .banner-imange {
        background-image: url('../img/banner-1000.jpg');
    }
}

@media (min-width: 1001px) and (max-width: 1023px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1300px;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 1000px) {
    .how {
        background-position-y: -1139px;
    }
}

@media (min-width: 961px) and (max-width: 999px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1300px;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 960px) {
    .top-banner {
        height: 546px;
    }
    .how {
        background-position-y: -1139px;
    }
    .how {
        background-position-y: -1093px;
    }
    .wrapper {
        width: calc(100% - 40px);
    }
    .steps {
        padding: 60px 30px 76px;
    }
    .steps .grid {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        row-gap: 35px;
    }
}
@media (max-width: 940px) {
    section.assortment .item picture {
        margin: 0 auto;
    }
    section.assortment .grid {
        row-gap: 40px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    section.assortment .item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    section.assortment .last-assortment {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
        width: 290px;
        margin: 40px auto;
    }

    section.assortment {
        background-position-y: -175px;
    }

    section.assortment .wrapper {
        padding-top: 85px;
    }

    section.assortment {
        background-image: url('../img/rays-640.svg');
    }
    .steps .item:nth-child(5) img {
        top: 15px;
        left: 130px;
        width: 109px;
    }
    .steps .item:last-child .additional-text {
        max-width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        left: 14px;
        bottom: 14px;
        font-size: 10px;
    }
    .steps .item:nth-child(4) .time {
        right: unset;
        bottom: 2px;
        width: 143px;
        height: 60px;
        background-size: contain !important;
        background-repeat: no-repeat;
        font-size: 13px;
        left: 14px;
        padding: 17px 0 0 47px;
    }
    .steps .item:nth-child(3) img {
        top: 20px;
        left: 105px;
        width: 141px;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
    .steps .item:nth-child(2) .time {
        bottom: 11px;
        width: 194px;
        height: 66px;
        background-size: contain !important;
        background-repeat: no-repeat;
        right: unset;
        left: 14px;
        font-size: 13px;
        font-weight: 900;
        line-height: 15px;
        padding: 13px 0 0 66px;
    }
    .steps .item:nth-child(2) img {
        top: 18px;
        width: 101px;
        left: 137px;
    }
    .steps .additional-text {
        bottom: 13px;
        right: unset;
        max-width: 100%;
        width: 100%;
        left: 14px;
    }
    .steps .number-step {
        left: 14px;
        top: -15px;
        width: 40px;
        height: 59px;
        padding: 4px 0;
    }
    .steps .number-step .step {
        font-size: 12px;
        text-align: center;
    }
    .steps .number-step .number {
        font-size: 34px;
        padding-top: 1px;
        padding-left: 6px;
    }
    .steps .item:nth-child(1) img {
        top: 30px;
        left: 135px;
        width: 121px;
    }
    .steps .item {
        height: 214px;
        width: 270px;
    }
    .steps .grid {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 35px;
    }
    .steps {
        padding: 30px 20px 30px;
    }
    .steps h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .steps .name {
        top: 64px;
        left: 14px;
    }
    .steps .additional-text,
    .steps .name p {
        font-size: 12px;
        width: 148px;
        line-height: 16px;
    }
    .steps .item:nth-child(4) img {
        top: 20px;
        left: 132px;
        width: 119px;
    }
}

@media (min-width: 781px) and (max-width: 959px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: bottom;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 20px;
    }
}

@media (max-width: 780px) {
    .top-banner .like-button {
        font-size: 23px;
        padding: 12px 24px;
    }
    .yellow-tape.size-1 {
        background-size: contain !important;
    }
    .top-banner .text {
        margin-top: 70px;
        gap: 5px;
    }
    .top-banner {
        height: 381px;
    }
    .banner-imange {
        top: -310px;
        height: 879px;
    }
    .under-banner {
        z-index: 2;
        top: -643px;
        height: 539px;
        background-position-y: top;
    }

    .advantages {
        gap: 20px;
        top: 235px;
    }
    section.banner {
        height: 1113px;
    }
    footer.where {
        margin-top: -100px;
    }
    .how {
        background-position-y: -1400px;
    }
    .under-banner {
        background-image: url('../img/under-banner-640.svg');
    }
    .how {
        background-image: url(../img/yellow-background-640.svg);
    }
    .wrapper {
        width: 600px;
    }

    footer.where .social {
        margin-top: 80px;
        padding: 24px 0 20px;
    }

    .top-banner {
        background-image: url('../img/header-640.svg');
        height: 380px;
    }
    .banner-imange {
        background-image: url('../img/banner-640.jpg');
    }

    footer.where .grid img:nth-child(1) {
        width: 150px;
    }
    footer.where .grid img:nth-child(2) {
        width: 169px;
    }
    footer.where .grid img:nth-child(3) {
        width: 179px;
    }
    .what {
        padding: 50px 10px 10px 31px;
        width: 300px;
        margin: 65px auto 0;
    }
    .what li {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .what .title {
        font-size: 30px;
        padding: 14px 45px;
        left: calc(50% - 132px);
    }
    .main-button {
        border-radius: 12px;
        width: 300px;
        height: 52px;
        font-size: 24px;
        margin: 20px auto 10px;
        border: none;
        cursor: pointer;
        padding: 17px 0;
    }
    section.about .text p {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 18px;
        text-align: left;
    }
    .how .white-tape {
        display: none;
    }
    .yellow-tape.size-1 {
        width: 300px;
        height: 60px;
        font-size: 30px;
        padding-top: 16px;
    }
    section.about .grid {
        display: -ms-grid;
        display: grid;
        gap: 34px;
    }
    section.about .grid .item:nth-child(2) .text,
    section.about .grid .item:nth-child(1) .text {
        margin-top: 0px;
    }
    section.about .item {
        gap: 20px;
    }

    .yellow-tape.size-2 {
        width: 300px;
        height: 60px;
        font-size: 30px;
        padding-top: 14px;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    header {
        display: none;
    }
    .advantages {
        gap: 20px;
    }
    .advantages .item {
        border-radius: 10px;
        height: 161px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .advantages .item .text {
        font-size: 23px;
        max-width: 172px;
        padding-top: 15px;
    }
    .advantages .item img {
        margin-top: 0px;
    }
    .advantages .item:nth-child(1) img {
        width: 61px;
    }
    .advantages .item:nth-child(2) img {
        width: 68px;
    }
    .advantages .item:nth-child(3) img {
        width: 20px;
    }
    .advantages .item:nth-child(4) img {
        width: 66px;
    }
    section.assortment .item .description {
        font-size: 14px;
    }
    .characteristics p,
    .characteristics span {
        font-size: 14px;
    }
    /*menu*/
    .mobile-menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        top: 0;
        background-color: #fff;
        left: 0;
        right: 0;
        height: 55px;
        z-index: 9999999;
    }
    .mobile-menu a.logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu a.logo img {
        max-height: 40px;
    }
    .mobile-menu__btn {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .mobile-menu__icon {
        display: block;
        position: relative;
        background: #c4c4c4;
        width: 90%;
        height: 2px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .mobile-menu__icon::after,
    .mobile-menu__icon::before {
        content: '';
        display: block;
        position: absolute;
        background: #c4c4c4;
        width: 100%;
        height: 2px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .mobile-menu__icon::after {
        top: 8px;
    }
    .mobile-menu__icon::before {
        top: -8px;
    }
    .mobile-menu__container {
        position: fixed;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0;
        opacity: 1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        overflow: hidden;
        background-color: #fff;
    }
    header.white-t {
        margin-top: 50px;
    }
    .mobile-menu__container .mobile-menu__item:before {
        display: none;
    }
    .mobile-menu__list {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        list-style: none;
        padding-left: 0;
        margin-top: -50px;
    }
    .mobile-menu__item {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .mobile-menu__link {
        text-decoration: none;
        color: #000;
    }
    .mobile-menu__link:hover {
        color: #17364b;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }
    .mobile-menu__checkbox {
        display: none;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__container {
        height: 100%;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
        background: transparent;
    }
    .mobile-menu__checkbox:checked
        ~ .mobile-menu__btn
        .mobile-menu__icon::before,
    .mobile-menu__checkbox:checked
        ~ .mobile-menu__btn
        .mobile-menu__icon::after {
        top: 0;
    }
    .mobile-menu__checkbox:checked
        ~ .mobile-menu__btn
        .mobile-menu__icon::after {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .mobile-menu__checkbox:checked
        ~ .mobile-menu__btn
        .mobile-menu__icon::before {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    /*menu*/
}

@media (min-width: 641px) and (max-width: 770px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: bottom;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 640px) {
    .under-banner {
        top: -662px;
        height: 582px;
    }
.item img {
    width: 100%;
}
    .advantages {
        top: 205px;
    }
    section.about {
        margin: 95px 0 30px;
    }
    section.about .grid {
        gap: 10px;
    }
    section.assortment {
        background-position-y: -137px;
    }
    section.assortment {
        padding-bottom: 36%;
    }
    .how {
        background-position-y: -1121px;
    }
    .how:before {
        background-image: url(../img/line-640.svg);
        top: -62px;
    }
    .how .wrapper {
        padding-top: 120px;
    }
    .steps > .title .number {
        font-size: 100px;
    }
    .steps > .title p:nth-child(1) {
        padding-bottom: 5px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        font-size: 46px;
    }
    .steps > .title p:nth-child(2) {
        font-size: 13px;
    }
    .steps > .title p:nth-child(1):after {
        width: calc(100% - 6px);
        top: 14px;
    }
    .steps > .title {
        margin-bottom: 35px;
    }
    .how {
        padding-bottom: 45px;
    }
    .yellow-tape.size-1 {
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    footer.where .yellow-tape {
        margin-bottom: 50px;
    }
    footer.where .social {
        margin-top: 70px;
    }
}

@media (min-width: 601px) and (max-width: 637px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: bottom;
        top: -150px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 600px) {
    .wrapper {
        width: calc(100% - 40px);
    }
    .how {
        background-position-y: -1056px;
    }
    .steps .grid {
        grid-template-columns: 1fr;
    }
    .steps .item:last-child {
        grid-column: 1;
    }
    .steps .item {
        width: 100%;
    }
    footer.where .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    section.about .item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    section.about .item:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        gap: 25px;
    }
    .top-banner {
        height: 412px;
    }
.steps .item:nth-child(1) img {
top: 16px;
    left: 178px;
    width: 165px;
    }
    .steps .item:nth-child(2) img {
        top: 18px;
  width: 96px;
      left: 228px;
    }
    .steps .item:nth-child(3) img {
        left: 178px;
    }
    .steps .item:nth-child(4) img {
        top: 45px;
        left: 210px;
    }
    .steps .item:nth-child(5) img {
        top: 21px;
        left: 217px;
        width: 109px;
    }
}

@media (min-width: 541px) and (max-width: 599px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1105px;
        top: -201px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 70px;
    }
}
@media (max-width: 540px) {
    .how {
        background-position-y: -955px;
    }
}

@media (min-width: 481px) and (max-width: 539px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1105px;
        top: -165px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 480px) {
    .how {
        background-position-y: -848px;
    }
    section.assortment .grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 421px) and (max-width: 479px) {
    .how:before {
        display: none;
    }

    .how {
        background-position-y: -1105px;
        top: -165px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 420px) {
    footer.where {
        margin-top: -75px;
    }
    .steps .item:nth-child(1) img {
        top: 30px;
        left: 135px;
        width: 121px;
    }

    .steps .item:nth-child(2) img {
        top: 18px;
        width: 101px;
        left: 137px;
    }
    .steps .item:nth-child(3) img {
        top: 20px;
        left: 105px;
        width: 141px;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
    .steps .item:nth-child(4) img {
        top: 20px;
        left: 132px;
        width: 119px;
    }
    .steps .item:nth-child(5) img {
        top: 15px;
        left: 130px;
        width: 109px;
    }
    .top-banner {
        height: 465px;
    }
    .banner-imange {
        top: -310px;
        height: 684px;
        background-size: contain !important;
    }
    .advantages {
        top: 180px;
    }
    section.about {
        margin: 0px 0 30px;
    }

    section.assortment {
        background-image: url('../img/rays-320.svg');
    }
    .under-banner {
        top: -628px;
        height: 582px;
    }
    .under-banner {
        background-image: url('../img/under-banner-320.svg');
    }
    .how {
        background-image: url('../img/yellow-background-320.svg');
    }
    .advantages {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .advantages {
        top: 221px;
    }
    section.banner {
        height: 1500px;
    }
    .how {
        background-position-y: -1349px;
    }
    .how:before {
        top: 6px;
    }
    .how .wrapper {
        padding-top: 105px;
    }
    .how .white-tape {
        display: block;
    }
    .how .white-tape {
        width: 300px;
        height: 60px;
        background-size: contain !important;
        font-size: 30px;
        background-repeat: no-repeat;
        padding-top: 11px;
        margin-bottom: 25px;
    }
    .steps .item {
        width: 100%;
    }
    section.assortment {
        background-position-y: -239px;
    }

    section.about .text p {
        font-size: 14px;
    }
    section.about .yellow-tape {
        margin-bottom: 40px;
    }
    section.assortment .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .steps {
        padding: 30px 15px 25px;
    }
    .steps .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 35px;
    }
    .steps .item:last-child {
        grid-column: auto;
    }

    footer.where .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 68px;
    }
    .steps > .title p:nth-child(1) {
        font-size: 39px;
        padding-bottom: 0px;
    }
    .steps > .title p:nth-child(1):after {
        height: 3px;
        top: 8px;
    }
    .steps > .title .number {
        font-size: 78px;
        top: 15px;
        left: -6px;
    }
    .steps > .title p:nth-child(2) {
        font-size: 11px;
    }
    .banner-imange {
        background-image: url('../img/banner-320.jpg');
    }
}

@media (min-width: 377px) and (max-width: 419px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1505px;
        top: -125px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 376px) {
    .how {
        background-position-y: -1219px;
    }
}

@media (min-width: 361px) and (max-width: 374px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1505px;
        top: -125px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 360px) {
    .under-banner {
        top: -681px;
    }
    .advantages {
        top: 190px;
    }
    section.banner {
        height: 1407px;
    }
    section.assortment {
        background-position-y: -202px;
    }
    .how {
        background-position-y: -1167px;
    }
}

@media (min-width: 341px) and (max-width: 359px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1505px;
        top: -125px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 340px) {
    .how {
        background-position-y: -1100px;
    }
}

@media (min-width: 321px) and (max-width: 349px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1505px;
        top: -125px;
        background-color: #f7a600;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}

@media (max-width: 320px) {
    .under-banner {
        top: -722px;
    }
    section.banner {
        height: 1365px;
    }
    .wrapper {
        width: 300px;
    }
    section.assortment {
        top: -62px;
        position: relative;
    }
    section.assortment .wrapper {
        padding-top: 103px;
    }
    .how {
        background-position-y: -1032px;
    }
    section.assortment {
        padding-bottom: 23%;
    }
}
@media (max-width: 319px) {
    .how:before {
        display: none;
    }
    .how {
        background-position-y: -1505px;
        top: -125px;
    }
    .how .wrapper {
        padding-top: 5px;
    }
}
