.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.d-block {
    display: block !important;
}

.d-none {
    display: block !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.w-100 {
    width: 100%;
}

.link-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nice-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.25s ease-out, color 0.2s;
}

.nice-link:hover {
    background-size: 100% 1px;
}

.nice-link--active {
    background-size: 100% 1px;
}

.nice-link--active:hover {
    background-size: 0 1px;
}

.edge-area {
    width: 10%;
    max-width: 70px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
    pointer-events: none;
}

.edge-area.active {
    display: block;
}

.edge-area--l {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.edge-area--r {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    left: auto;
    right: 0;
}

.image-box {
    position: relative;
}

.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

:root {
    --side-padding: 12rem;
}

* {
    box-sizing: border-box;
}

html {
    font-size: clamp(7px, 0.7vw, 10px);
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    min-width: 320px;
    font-family: "Arial", sans-serif;
    color: #ffffff;
    background: linear-gradient(90deg, #ffed00 0%, #727271 100%);
}

img {
    max-width: 100%;
}

img[data-src] {
    visibility: hidden;
}

a,
button {
    transition: all 0.2s;
}

a {
    text-decoration: none;
    color: currentColor;
}

.btn-burger {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 1rem;
    line-height: 0;
}

.btn-burger span {
    display: inline-block;
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
}

.btn-burger i {
    transition: all 0.2s;
    display: block;
    height: 2px;
    background: #000000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
}

.btn-burger i:nth-child(1) {
    transform: translateY(-0.7rem);
}

.btn-burger i:nth-child(3) {
    transform: translateY(0.7rem);
}

.btn-burger.active i:nth-child(1) {
    transform: rotate(45deg);
}

.btn-burger.active i:nth-child(2) {
    opacity: 0;
}

.btn-burger.active i:nth-child(3) {
    transform: rotate(-45deg);
}

.btn-white {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    min-width: 7.5em;
    padding: 0 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-family: "Arial Black";
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.085em;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
    border: 2px solid white;
}

.btn-white:hover {
    background: #ffffff;
    color: #ffed00;
}

.btn-arrow {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 0.2rem 0.9rem;
    align-items: center;
    font-family: "Arial Black";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    background: linear-gradient(90deg, #ffed00 0%, #727271 100%);
    border-radius: 5px;
    color: white;
}

.btn-arrow .icon {
    margin-left: 0.7142857143em;
    width: 1em;
    height: 1em;
    font-size: 0.875em;
    fill: #ffffff;
}

@media (max-width: 999.98px) {
    .btn-white {
        font-size: 1.5rem;
    }
}

.page__wrapper {
    overflow: hidden;
}

.page__locked {
    overflow: hidden;
}

.page__center, .header__center {
    padding: 0 var(--side-padding);
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
}

.page__h1 {
    margin-bottom: 0.2047619048em;
    font-family: "Arial Black";
    font-weight: 900;
    font-size: 4.2rem;
    line-height: 1.2380952381;
    color: #BB2830;
}

.finance .page__h1 {
    color: #ffffff;
    font-size: 4rem;
}


@media (max-width: 999.98px) {
    .page__center, .header__center {
        max-width: 600px;
    }

    .page__h1 {
        margin-bottom: 0.6666666667em;
        font-size: 2.5rem;
    }

}

.goods {
    position: relative;
    z-index: 10;
    padding-bottom: 5rem;
    padding-top: 7rem;
    background: #ffffff;
}

.goods__row {
    display: flex;
    align-items: center;
}

.goods__left, .goods__right {
    flex: 0 0 auto;
    width: 50%;
}

.goods__left {
    padding-right: 8rem;
}

.goods__right {
    padding-left: 0.3rem;
}

.goods__image {
    margin-left: 0.3rem;
}

.goods__desc {
    padding-top: 1.6rem;
}

.goods .page__h1 {
    color: #55160D;
}

@media (max-width: 999.98px) {
    .goods {
        padding-top: 2.8rem;
        padding-bottom: 1rem;
    }

    .goods__row {
        flex-wrap: wrap;
        padding: 0 2rem;
    }

    .goods__left, .goods__right {
        width: 100%;
        padding: 0;
    }

    .goods__left {
        order: 3;
    }
    .goods__right {
        padding-left: 2rem;
    }

    .goods__image {
        margin: 0;
    }
}

@media (max-width: 499.98px) {

}

.contacts {
    position: relative;
    z-index: 10;
    color: #000000;
    padding-top: 10.6rem;
    padding-bottom: 11.3rem;
    background: white;
}

.contacts .page__h1 {
    color: #000000;
}

.contacts__desc {
    margin-top: 2.9rem;
    font-size: 2.5rem;
    line-height: 1.52;
    text-align: center;
}

@media (max-width: 999.98px) {
    .contacts {
        padding: 5rem 0;
    }

    .contacts__desc {
        margin-top: 0;
        font-size: 1.5rem;
    }
}

.finance {
    position: relative;
    padding-bottom: 9rem;
    padding-top: 5.5rem;
}

.finance__table {
    background: #ffffff;
    border-radius: 5.5rem;
    padding: 6.4rem 4rem 4rem 4rem;
    max-width: 100rem;
    margin: 0 auto;
    margin-top: 5.2rem;
    color: black;
    box-shadow: 0px 100px 304px rgba(0, 0, 0, 0.07), 0px 41.2783px 127.004px rgba(0, 0, 0, 0.0609038), 0px 17.0821px 67.9024px rgba(0, 0, 0, 0.0636157), 0px 4.62774px 38.0655px rgba(0, 0, 0, 0.0665745), 0px -1.09945px 20.2163px rgba(0, 0, 0, 0.066661), 0px -2.25211px 8.41246px rgba(0, 0, 0, 0.0591538);
}

.finance__table table {
    width: 100%;
    max-width: 75.4rem;
    margin: 0 auto;
}

.finance__table tr:last-child td {
    border-bottom: 0;
}

.finance__table td {
    vertical-align: middle;
    padding: 3rem 3rem 3rem 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 2rem;
    line-height: 1.15;
}

.finance__table td:nth-child(1) {
    width: 35%;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.6;
    text-transform: uppercase;
}

@media (max-width: 999.98px) {
    .finance {
        padding-bottom: 7rem;
        padding-top: 2.5rem;
    }

    .finance__table {
        display: block;
        margin: 0;
    }

    .finance__table tr {
        display: block;
        border-bottom: 1px solid #eeeeee;
        padding: 3rem 1rem;
    }

    .finance__table tr:last-child {
        border-bottom: 0;
    }

    .finance__table td {
        display: block;
        font-size: 1.8rem;
        padding: 0;
        border-bottom: 0;
    }

    .finance__table td:nth-child(1) {
        margin-bottom: 1rem;
        font-size: 2.2rem;
        width: 100%;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    padding-top: 5.1rem;
    padding-bottom: 5.7rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.15;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 999.98px) {
    .footer {
        padding-top: 4.5rem;
        padding-bottom: 3.2rem;
        font-size: 1.5rem;
    }
}

.header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    background: #ffffff;
}

.header__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.6rem;
}

.header__buffer {
    height: 7.6rem;
}

.header__btn-burger {
    display: none;
    position: relative;
    z-index: 2000;
}

.menu-logo {
    width: 40%;
}

@media (max-width: 999.98px) {
    .header {
        background: #ffffff;
    }

    .header__center {
        padding: 0 3rem;
        max-width: none;
        height: 4.8rem;
    }

    .menu-logo {
        width: 59%;
    }

    .header__buffer {
        height: 4.8rem;
    }

    .header__btn-burger {
        display: block;
        margin-left: auto;
        margin-right: -1rem;
    }
}


.nav-top ul {
    display: flex;
}

.nav-top li {
    margin: 0 2rem;
}

.nav-top a {
    font-family: "Arial Black";
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.4;
    color: #000000;
}

.nav-top a.active, .nav-top a:hover {
    color: #ffffff;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    background: #8A1002;
	    background: #ffed00;
    color: #727271;
}

@media (max-width: 999.98px) {
    .nav-top {
        display: none;
    }
}

.nav-mobile {
    transition: all 0.2s;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff;
    max-width: 35rem;
    min-width: 320px;
    transform: translateX(100%);
}

.nav-mobile__window {
    overflow: auto;
    height: 100%;
    padding: 6.5rem 2.4rem;
}

.nav-mobile__links li {
    margin: 1.6rem 0;
}

.nav-mobile__links li:first-child {
    margin-top: 0;
}

.nav-mobile__links li:last-child {
    margin-bottom: 0;
}

.nav-mobile__links li a {
    font-family: "Arial Black";
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    color: #000000;
}

.nav-mobile__links li a.active, .nav-mobile__links li a:hover {
    color: #891002;
}

.nav-mobile__btn-arrow {
    margin-top: 3.2rem;
}

@media (max-width: 999.98px) {
    .nav-mobile.active {
        transform: translateX(0);
    }
}

.about {
    position: relative;
    background: linear-gradient(90deg, #000000 0%, #434343 100%);
    padding-top: 6.8rem;
    padding-bottom: 14rem;
}

.about__row {
    display: flex;
    align-items: center;
}

.about__left, .about__right {
    flex: 0 0 auto;
    width: 50%;
}

.about__right {
    padding-left: 4.2rem;
}

.about__image {
    margin-right: -1.8rem;
}

@media (max-width: 999.98px) {
    .about {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }

    .about__row {
        display: block;
    }

    .about__left, .about__right {
        width: 100%;
        padding: 0;
    }

    .about__right {
        margin-top: 3rem;
    }

    .about__image {
        margin: 0;
    }

    .about__h1 {
        text-align: center;
        color: #fff;
    }

    .about__desc {
        text-align: center;
    }
}

.article {
    font-size: 2rem;
    line-height: 1.4;
}

.article ul {
    list-style: outside disc;
    padding-left: 0rem;
}

.article ul li {
    margin: 1.15em 0;
    color: #000000;
}

.article ul li:first-child {
    margin-top: 0;
}

.article ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .article {
        font-size: 1.5rem;
    }

    .article ul {
        padding-left: 0;
    }
}

.promo {
    position: relative;
    padding-bottom: 18rem;
    padding-top: 18rem;
    text-align: center;
}

.promo__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main.jpg) no-repeat 100% 100%/auto 100%;
    background-position-x: left;
}

.promo__body {
    position: relative;
}

.promo__logo {
    position: relative;
    width: 54.6rem;
    display: block;
    margin: 0 auto;
}

.promo__logo:before {
    content: " ";
    padding-top: 22.7106227106%;
    display: block;
}

.promo__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.promo__desc {
    margin-top: 1.7rem;
    max-width: 60rem;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.408;
    color: #ffffff;
    text-align: left;
    margin-left: 50%;
}

.promo__btn-price {
    margin-top: 8.2rem;
    text-align: left;
    margin-left: 50%;
}

@media (max-width: 999.98px) {
    .promo {
        padding-top: 18.5rem;
        padding-bottom: 24.3rem;


        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .promo__image {
        transform: translateX(11rem);
        background-size: auto 95%;


        transform: none;
        background-position: 75% 100%;

        position: relative;
        order: 2;
        background: url(../img/promo/2.jpg) no-repeat 100% 100%/auto 100%;
        background-size: contain;
        height: 25rem;

        -ms-background-position-x: left;
        background-position-x: left;
    }

    .promo__logo {
        max-width: 26rem;
    }

    .promo__desc {
        margin-top: 12rem;
        font-size: 1.5rem;
        margin-left: 0px;

        transform: translateY(-4vh);
    }

    .promo__btn-price {
        margin-left: 0px;
        margin-top: 2.2rem;
    }
}

@media (max-width: 499.98px) {
    .promo {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .promo__image {
        transform: none;
        background-position: 75% 100%;

        position: relative;
        order: 2;
        background: url(../img/promo/2.jpg) no-repeat 100% 100%/auto 100%;
        background-size: contain;
        height: 25rem;
        -ms-background-position-x: left;
        background-position-x: left;
    }

    .promo__body {
        transform: translateY(-4vh);
    }
}

@media (max-width: 359.98px) {
    .promo__logo {
        width: 22rem;
    }
}

@media (max-width: 999.98px) {
    :root {
        --side-padding: 2rem;
    }

    html {
        font-size: 10px;
    }
}