@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: inherit;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
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;
}
img {
    border-style: none;
    max-width: 100%;
    display: block;
    height: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
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: ButtonText dotted 1px;
}
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 {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    padding: 2rem;
    border: 1px solid #a6a6a6;
    display: block;
    height: 12rem;
    resize: none;
}
[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-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
:root {
    --color-primary: #eabb00;
    --color-secondary: #dbaf00;
    --color-text: #434343;
    --color-text-light: #9d9d9d;
    --color-text-light2: #797979;
    --color-text-invert: #fff;
}
.btn,
.format-csv {
    display: inline-block;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.6rem;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-width: 24rem;
    max-width: 100%;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    -webkit-transition: background 150ms, border-color 150ms, color 150ms;
    transition: background 150ms, border-color 150ms, color 150ms;
    color: var(--color-text-invert);
    white-space: nowrap;
}
.btn_secondary {
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #e57373;
    border: 1px solid #e57373;
    margin-top: 3.5rem;
}
.btn:hover,
.format-csv:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}
.btn_secondary:hover {
    background-color: #e76a6a;
    border-color: #e76a6a;
}
.btn_invert {
    background-color: transparent;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn_invert:hover {
    color: var(--color-text-invert);
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
input {
    height: 5.5rem;
    border: 1px solid #a6a6a6;
    background-color: transparent;
    padding: 0 2rem;
    color: var(--color-text);
    display: block;
    width: 100%;
}
::-webkit-input-placeholder {
    color: #d3d3d3;
}
::-moz-placeholder {
    color: #d3d3d3;
}
:-ms-input-placeholder {
    color: #d3d3d3;
}
:-moz-placeholder {
    color: #d3d3d3;
}
@font-face {
    font-family: Montserrat;
    src: local("Montserrat-Regular"), local("Montserrat Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("Montserrat-Bold"), local("Montserrat Bold"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("Montserrat-Black"), local("Montserrat Black"), url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff");
    font-weight: 900;
    font-display: swap;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
    color: var(--color-text);
}
body {
    margin: 0;
    font-size: 1.6rem;
}
.container {
    width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
button:hover {
    cursor: pointer;
}
.section-header__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-header__title::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    max-width: 15rem;
    background-color: var(--color-primary);
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}
ul {
    list-style: none;
}
.section-header__subheader {
    width: 100%;
    max-width: 40rem;
    font-size: 2rem;
}
.main {
    position: relative;
    height: 100vh;
    min-height: 73rem;
    background: url(../img/header-bg.jpg) center top/cover no-repeat;
    color: var(--color-text-invert);
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}
.main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/blur-bottom.png) center bottom/100% 200px no-repeat rgba(0, 0, 0, 0.4);
}
.main .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
}
.main__upheader {
    font-size: 1.8rem;
}
.main__upheader strong {
    display: block;
}
.main__header {
    font-weight: 900;
    font-size: 7rem;
    margin: 3.6rem 0 1.5rem;
    line-height: 1.3;
    text-transform: uppercase;
}
.main__header span {
    font-size: 3rem;
    display: block;
}
.main__subheader {
    text-transform: uppercase;
    font-size: 2.2rem;
}
.main__btn {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    margin-top: 3.2rem;
    margin-bottom: 2.5rem;
    color: var(--color-text-invert);
    text-transform: uppercase;
}
.main__btn::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 3rem);
    bottom: 2rem;
    width: 9.2rem;
    height: 6.7rem;
    background: url(../img/arrow.png) left bottom/contain no-repeat;
    pointer-events: none;
}
.main__action p {
    font-size: 1.4rem;
}
.main__cnt {
    margin-bottom: 10rem;
    color: var(--color-text-light);
}
.main__cnt .form-popup__subtitle {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
#form-1 .form-popup__fields {
    margin-bottom: 0;
}
.main__cnt .current {
    color: var(--color-secondary);
}
.why {
    padding-top: 10rem;
}
.why-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.why__content {
    font-size: 2rem;
}
.why-row__col:last-child {
    align-self: center;
    font-size: 22rem;
    text-align: right;
}
.why-row__col .prc {
    font-weight: 700;
    -webkit-text-stroke: 1px var(--color-primary);
    color: transparent;
}
.products {
    padding-top: 12rem;
}
.products .section-header__title {
    text-align: center;
}
.products .section-header__title::after {
    content: none;
}
.products-group {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 6rem;
    text-align: center;
}
.products-group__item .thumb {
    height: 0;
    padding-top: 130%;
    position: relative;
}
.products-group__item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.product__title {
    margin-top: 2.4rem;
    text-align: center;
    font-weight: 400;
    color: var(--color-text-light2);
}
.product__price {
    margin-top: 1.2rem;
    display: grid;
    line-height: 1.3;
}
.product__price del {
    color: #c4c4c4;
    font-size: 1.8rem;
}
.product__price ins {
    font-size: 2.2rem;
    font-weight: 700;
    text-decoration: none;
}
.products-group__item .btn {
    margin-top: 1.2rem;
}
.product_more {
    grid-column: 1/-1;
    color: #797979;
    font-size: 1.8rem;
}
.more-products {
    border: none;
    text-decoration: underline;
    background: 0 0;
    color: var(--color-text);
}
.catalog {
    color: var(--color-text-invert);
    padding: 22rem 0;
    background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-second.jpg) center/cover no-repeat;
}
.catalog .section-header__subheader {
    width: 100%;
    max-width: 40rem;
}
.form__catalog {
    width: 100%;
    max-width: 34.5rem;
    display: grid;
    row-gap: 1.5rem;
    margin-top: 2.2rem;
}
.form__catalog input {
    color: #fff;
}
.guarantee {
    padding: 9rem 0;
}
.guarantee .section-header__subheader {
    max-width: 54rem;
}
.guarantee__content {
    font-size: 7rem;
    font-weight: 700;
    max-width: 89rem;
    width: 100%;
    padding-top: 3.5rem;
}
.guarantee__content span {
    display: block;
    -webkit-text-stroke: 1px var(--color-primary);
    color: transparent;
}
.guarantee__content span:first-child {
    padding-left: 3rem;
}
.guarantee__content span:nth-child(2) {
    text-align: right;
}
.guarantee__content span:last-child {
    padding-left: 18rem;
}
.reviews {
    display: none;
}
.opinion {
    padding: 22rem 0;
    background: url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/bg-third.jpg) center/cover no-repeat;
    color: var(--color-text-invert);
}
.opinion .section-header__subheader {
    max-width: 54rem;
}
.opinion .section-header__subheader > * + * {
    margin-top: 1.2em;
}
.opinion .btn {
    min-width: 34rem;
    margin-top: 2.8rem;
}
.stages {
    padding: 10rem 0;
}
.stages .section-header__title {
    text-align: center;
}
.stages .section-header__title::after {
    content: none;
}
.stages-group {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem;
    color: var(--color-text-invert);
    counter-reset: section;
}
.stages-group__item {
    padding: 3.5rem 5.2rem 6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.stages-group__item::before {
    counter-increment: section;
    content: counter(section) " этап";
    font-size: 7rem;
    color: transparent;
    -webkit-text-stroke: 1px var(--color-primary);
}
.stages-group__item:nth-child(4n + 1) {
    background-image: url(../img/stage-1.jpg);
}
.stages-group__item:nth-child(4n + 2) {
    background-image: url(../img/stage-2.jpg);
}
.stages-group__item:nth-child(4n + 3) {
    background-image: url(../img/stage-3.jpg);
}
.stages-group__item:nth-child(4n + 4) {
    background-image: url(../img/stage-4.jpg);
}
.stage__title {
    font-size: 2rem;
    font-weight: 700;
}
.stage__desc {
    font-size: 2rem;
    margin-top: 1.2rem;
}
.arrive {
    padding: 24rem 0;
    background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-fourth.jpg) center/cover no-repeat;
    color: var(--color-text-invert);
}
.arrive .section-header__title {
    max-width: 38rem;
}
.arrive .section-header__subheader {
    max-width: 47.5rem;
}
.arrive .btn {
    margin-top: 2.8rem;
    min-width: 34rem;
}
.faq {
    padding: 5rem 0;
    text-align: center;
}
.faq .section-header__title {
    max-width: 100%;
}
.faq .section-header__title::after {
    margin-right: auto;
    margin-left: auto;
}
.faq .btn {
    margin-top: 2.8rem;
}
.footer {
    padding: 15rem 0 4rem;
    background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/bg-main.jpg) center top -10rem / cover no-repeat;
    color: var(--color-text-invert);
    text-align: center;
}
.company {
    font-size: 2rem;
    text-transform: uppercase;
}
.privacy-policy {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    color: #c1c1c1;
}
.socials-group {
    display: none !important;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 2.4rem;
    gap: 2rem;
}
.socials-group__link {
    display: block;
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
}
.socials-group__link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.form-popup {
    display: none;
}
.form-popup__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 35rem;
    margin: 3rem auto;
    row-gap: 1.5rem;
}
.popup .main__cnt {
    margin-bottom: 0;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.form-popup {
    width: 100%;
    max-width: 70rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--color-text-invert);
    box-shadow: 0 0 3rem rgba(255, 255, 255, 0.5);
    text-align: center;
}
.form-popup .inner {
    padding: 8.4rem 7.1rem 7.5rem;
    max-height: 80vh;
    overflow: auto;
}
.popup__close {
    position: absolute;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border: none;
    left: calc(100% + 4.6rem);
    bottom: calc(100% + 2.1rem);
    background: url(../img/close.svg) center/contain no-repeat;
}
.popup .section-header__title {
    font-size: 2.2rem;
}
.popup .section-header__title::after {
    margin-left: auto;
    margin-right: auto;
}
.form-popup__subtitle {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-text-light);
}
.footer .container {
    position: relative;
}
.footer-right {
    display: grid;
    row-gap: 0.3em;
    position: absolute;
    top: 0;
    left: 0.5rem;
    text-align: left;
    color: #c1c1c1;
    font-size: 1.4rem;
}
.csv-file {
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.csv-file[href="#"] {
    opacity: 0;
    pointer-events: none;
}
.csv-file[href*=".csv"] {
    opacity: 1;
    pointer-events: all;
}
.new {
    padding: 11rem 0 20rem;
}
.new .container {
    position: relative;
    width: 750px;
}
.new .section-header__title {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 0;
}
.new .section-header__title::after {
    content: none;
}
.new-content {
    font-size: 2rem;
    line-height: 1.4;
    color: #434343;
}
.text-block ol li + li,
.text-block ul li + li,
.text-block > * + * {
    margin-top: 1.2em;
}
.flexslider {
    margin-top: 4rem !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}
.text-block img {
    display: block;
    width: 100%;
    margin-top: 4rem;
}
.new-content__info {
    margin-top: 4.5rem;
    text-align: center;
    color: #e57373;
}
.new-content__info .address {
    font-size: 2.6rem;
}
.new-content__info .date {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 2.6rem;
}
.new-content h1,
.new-content h2,
.new-content h3,
.new-content h4,
.new-content h5,
.new-content h6 {
    font-size: 2.4rem;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
}
.text-block {
    margin-top: 7rem;
}
.text-block ol,
.text-block ul {
    list-style: none;
}
.text-block li {
    position: relative;
    padding-left: 3rem;
}
.text-block li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e57373;
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
}
.home-link {
    position: absolute;
    right: calc(100% + 7rem);
    top: 0;
    display: -webkit-box;
    display: flex;
    color: #757575;
    font-size: 2rem;
    text-decoration: none;
    -webkit-column-gap: 0.8rem;
    column-gap: 0.8rem;
}
@media (max-width: 1399px) {
    .container {
        width: 1140px;
    }
    .footer {
        background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/bg-main.jpg) center top -2rem / cover no-repeat;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 960px;
    }
    .home-link {
        position: static;
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .container,
    .new .container {
        width: 720px;
    }
    .main {
        background: url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/header-bg.jpg) right 80% top/cover no-repeat;
    }
    .why-row {
        grid-template-columns: minmax(0, 1fr);
    }
    .products-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .catalog {
        background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-second.jpg) right 28% center/cover no-repeat;
    }
    .guarantee__content span:first-child {
        padding-left: 0;
    }
    .guarantee__content span:nth-child(2) {
        padding-right: 5.5rem;
    }
    .guarantee__content span:last-child {
        padding-left: 0;
        text-align: center;
    }
    .stages-group {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
        grid-template-columns: minmax(0, 1fr);
    }
    .arrive {
        background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-fourth.jpg) right 38% center/cover no-repeat;
    }
    .footer {
        padding-top: 12rem;
        margin-top: 3rem;
        padding-bottom: 4.5rem;
        background: url(../img/blur-top.png) center top/100% 190px no-repeat, url(../img/bg-main.jpg) right top/cover no-repeat;
    }
    .faq,
    .guarantee,
    .products,
    .stages,
    .why {
        padding-top: 5rem;
    }
    .opinion {
        padding-top: 16rem;
    }
    .arrive {
        padding-top: 20rem;
    }
    .popup__close {
        left: unset;
        right: 1rem;
    }
    .form-popup .inner {
        padding: 5rem 3rem;
    }
    .form-popup {
        max-width: calc(100% - 3rem);
    }
    .footer-right {
        position: static;
        text-align: center;
        margin-top: 3.5rem;
    }
}
@media (max-width: 767px) {
    .container,
    .new .container {
        width: 540px;
    }
    .why-row__col:last-child {
        font-size: 15rem;
    }
    .products-group {
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
    }
    .main__header {
        font-size: 5rem;
    }
    .catalog {
        background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-second.jpg) right 20% center/cover no-repeat;
    }
    .guarantee__content {
        font-size: 5rem;
    }
    .reviews {
        display: block;
    }
    .reviews .section-header__title {
        text-align: center;
    }
    .reviews .section-header__title::after {
        content: none;
    }
    .reviews-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 1.5rem;
        margin-top: 4rem;
    }
    .reviews-group__item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        align-items: center;
        padding: 3rem 1.5rem;
        box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.09);
        text-align: center;
    }
    .review__title {
        margin-top: 1.5rem;
        font-weight: 500;
    }
    .review__location {
        margin: 0.5rem 0 1.5rem;
        color: var(--color-primary);
    }
    .reviews-group__item .thumb {
        width: 13.8rem;
        height: 13.8rem;
    }
    .reviews-group__item .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }
    .review-content {
        color: #a8a8a8;
    }
    .review-content > * + * {
        margin-top: 0.4em;
    }
    .guarantee {
        padding-top: 10rem;
    }
    .reviews {
        padding-bottom: 2rem;
    }
    .new-content {
        font-size: 1.4rem;
    }
    .new .section-header__title {
        font-size: 1.8rem;
    }
    .text-block {
        margin-top: 3rem;
    }
    .flexslider {
        margin-top: 3rem !important;
    }
    .text-block img {
        margin-top: 3rem;
    }
    .new-content__info .address,
    .new-content__info .date {
        font-size: 1.8rem;
    }
    .new-content h1,
    .new-content h2,
    .new-content h3,
    .new-content h4,
    .new-content h5,
    .new-content h6 {
        margin-top: 6rem;
        margin-bottom: 4rem;
        font-size: 1.6rem;
    }
    .home-link {
        font-size: 1.4rem;
        -webkit-box-align: center;
        align-items: center;
    }
    .home-link img {
        width: 1.6rem;
    }
    .text-block li::before {
        top: 0.6rem;
    }
    .btn_secondary {
        margin-top: 2rem;
        font-size: 1.6rem;
    }
    body.No .reviews {
        margin-top: 7rem
    }
}
@media (max-width: 575px) {
    body {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
    }
    .container,
    .new .container {
        width: 100%;
    }
    .main .container {
        display: block;
    }
    .main__upheader {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }
    .main__header {
        font-size: 3rem;
    }
    .main__header span {
        font-size: 0.7em;
    }
    .main {
        height: auto;
        min-height: 55rem;
        background: url(../img/header-bg.jpg) right 95% top -3rem / cover no-repeat;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .main::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 3rem;
        background: rgba(0, 0, 0, 0.4);
    }
    .main__btn::after {
        content: none;
    }
    .main__subheader {
        font-size: 1.4rem;
    }
    .main__btn {
        margin-top: 5rem;
    }
    .popup .section-header__title,
    .section-header__title {
        font-size: 1.8rem;
    }
    .section-header__title::after {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .why {
        display: none;
        padding-top: 1rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .why__content {
        font-size: 1.4rem;
    }
    .why-row__col:last-child {
        font-size: 10rem;
        text-align: center;
        margin-top: -1rem;
    }
    .faq,
    .guarantee,
    .products,
    .stages {
        padding-top: 3rem;
    }
    .products-group {
        margin-top: 4rem;
        row-gap: 3rem;
    }
    .product__title {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .product__price del {
        font-size: 1.2rem;
    }
    .product__price ins {
        font-size: 1.4rem;
    }
    .product__price {
        margin-top: 0.5rem;
    }
    .product__btn {
        font-size: 1rem;
        min-width: unset;
        height: 3.3rem;
        line-height: 3.3rem;
    }
    .catalog .section-header__subheader {
        font-size: 1.4rem;
    }
    .form__catalog .btn {
        width: 100%;
    }
    .stages {
        display: none;
    }
    .products {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .catalog {
        padding-bottom: 16rem;
        padding-top: 15rem;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .reviews {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .opinion {
        -webkit-box-ordinal-group: 7;
        order: 6;
        background: url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/bg-third.jpg) right 45% center/cover no-repeat;
    }
    .guarantee {
        padding-top: 2rem;
        -webkit-box-ordinal-group: 8;
        order: 7;
        padding-bottom: 4rem;
    }
    .arrive {
        -webkit-box-ordinal-group: 9;
        order: 8;
        padding: 15rem 0;
        background: url(../img/blur-top.png) center top/100% 200px no-repeat, url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/bg-fourth.jpg) right 32% center/cover no-repeat;
    }
    .faq {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .footer {
        -webkit-box-ordinal-group: 11;
        order: 10;
        background: url(../img/blur-top.png) center top/100% 190px no-repeat, url(../img/bg-main.jpg) right center/cover no-repeat;
    }
    .section-header__subheader {
        font-size: 1.4rem;
    }
    .opinion .btn {
        min-width: unset;
        width: 100%;
    }
    .guarantee__content {
        font-size: 2.9rem;
    }
    .company {
        font-size: 1.6rem;
    }
    .privacy-policy {
        font-size: 1.2rem;
    }
    .arrive .btn {
        min-width: unset;
        width: 100%;
    }
    .review-content {
        font-size: 1.4rem;
    }
    .form-popup .inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .popup .section-header__title {
        font-size: 1.5rem;
    }
    .popup .form-popup__subtitle {
        font-size: 1.4rem;
    }
    .products {
        padding-top: 2rem;
    }
    .arrive,
    .opinion {
        position: relative;
    }
    .arrive .container,
    .opinion .container {
        position: relative;
        z-index: 3;
    }
    .arrive::before,
    .opinion::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }
    .arrive::after,
    .opinion::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/blur-bottom.png) center bottom/100% 200px no-repeat, url(../img/blur-top.png) center top/100% 200px no-repeat;
        z-index: 2;
    }
    .download {
        display: none;
    }
    .new {
        padding: 2rem 0 8.4rem;
    }
    .home-link {
        margin-bottom: 4rem;
    }
    .new-content__info {
        margin-top: 3rem;
    }
    .text-block li {
        padding-left: 2.5rem;
    }
}
