@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Oranienbaum;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/oranienbaum-v15-cyrillic_latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-v13-cyrillic_latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/inter-v13-cyrillic_latin-500.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/inter-v13-cyrillic_latin-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/inter-v13-cyrillic_latin-700.woff2) format("woff2")
}

@font-face {
    font-family: "Unbounded";
    src: url("../fonts/Unbounded-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where(ul, ol):where([class]) {
    padding-left: 0
}

:where(blockquote, figure):where([class]),
body {
    margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(ul[class]) {
    list-style: none
}

img {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 18px
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

.header__text h1::before,
.more-info .columns::before,
.toggle-panel__title:after,
.toggle-panel__title:before,
.top_hr::before,
.why::before {
    content: "";
    display: block
}

.ff-unbo {font-family: Unbounded, sans-serif;}

.section_green .btn {
    color: #A50000
}

.section_green .btn_transp {
    color: #fff
}

.section_green.section_red-snow {background-image: url(../img/red-background.png);}
.section_green.section_red-snow h2 {font-size: 48px;}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 23px 28px;
    background: #fff;
    color: #A60000;
    font-size: 16px;
    border-radius: 40px;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: -.48px;
    text-transform: uppercase;
    min-width: 270px;
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.btn:hover {
    text-decoration: none;
    background: 0 0;
    color: #fff
}

.btn_transp {
    background: 0 0;
    color: #fff
}

.btn_transp:hover {
    background: #fff;
    color: #A60000
}

.btn_round {
    padding: .44rem 72px;
    border-radius: 42px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -.39px
}

.btn_red {
    background-color: #A60000;
    border-color: #A60000;
    color: #fff
}

.btn_red:hover {
    color: #A60000
}

.form {
    margin-bottom: 31px
}

.form label {
    position: relative;
    display: inline-block;
    width: 100%
}

.form label span {
    position: absolute;
    color: #7e8593;
    z-index: 1;
    left: 16px;
    top: 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.form input::-webkit-inner-spin-button,
.form input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.form input {
    width: 100%;
    color: #0c1f34;
    height: 52px;
    padding: 14px 16px 10px;
    border-radius: 8px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8
}

.form input:focus,
.form input:focus-visible {
    border-color: #7e8593;
    outline: 0
}

.form input.filled+span,
.form input:focus+span {
    font-size: 10px;
    top: 7px
}

.form button {
    width: 100%;
    padding: 12px 24px;
    height: 48px;
    border-radius: 8px;
    background-color: #de0735;
    color: #fff;
    margin-top: 24px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .btn {
        min-width: auto;
        width: 269px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .btn_round {
        width: auto
    }

    .form button {
        margin-top: 16px
    }
}

.form button:disabled {
    background-color: #f0f0f0;
    color: #7e8593;
    cursor: default
}

.overlay {
    background: rgba(0, 0, 0, .55);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.overlay.opened {
    display: block
}

.modal-wrapper {
    overflow: hidden;
    display: none;
    background: #fff;
    border-radius: 24px;
    text-align: center;
    color: #0c1f34;
    position: fixed;
    top: 129px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 514px;
    max-width: calc(100% - 16px);
    padding: 32px 28px 24px;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width:768px) {
    .modal-wrapper {
        padding-inline: 15px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.modal-wrapper p {
    width: 423px;
    max-width: 100%;
    margin-inline: auto
}

.modal-wrapper.opened {
    display: block
}

.modal-wrapper .btn-close {
    cursor: pointer;
    background: #de0735;
    width: 100%;
    padding: 12px 24px;
    color: #fff;
    text-transform: none;
    font-weight: 500
}

.modal-wrapper .prize {
    width: 200px;
    padding: 19px;
    border-radius: 21px;
    background: #f7f7f7;
    aspect-ratio: .88;
    margin: 7px auto 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.modal__header {
    color: #000;
    font-family: Oranienbaum;
    padding: 16px 0 17px;
    font-size: 40px;
    line-height: 87%;
    letter-spacing: -.64px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .modal__header {
        font-size: 32px
    }
}

.modal__note {
    border-radius: 12px;
    background: url(../img/notice.svg) 16px 10px no-repeat #f4fdff;
    font-size: 14px;
    padding: 10px 16px 10px 52px;
    text-align: left
}

.modal__error {
    margin: 16px auto 0
}

.modal__loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.modal-wrapper.loading .modal__loading {
    z-index: 2;
    opacity: 1
}

.answered .modal__inner,
.modal__answer {
    display: none
}

.answered .modal__answer {
    display: block
}

.modal-close {
    color: #7e8593;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px
}

.modal-close .icon {
    display: block
}

.prizes {
    padding-top: 120px;
    padding-bottom: 92px;
    text-align: center
}
.prizes h2, .section_red-snow h2 {font-size: 80px;}

.prizes__header {
    font-size: 24px;
    /* width: 740px; */
    max-width: 100%;
    margin-inline: auto
}

.prizes__note {
    font-size: 16px;
    width: 800px;
    max-width: 100%;
    margin-inline: auto
}
.prizes__note .text-note {color: #212121;}

@media screen and (max-width:768px) {
    .prizes {
        padding-top: 59px;
        padding-bottom: 24px
    }

    .prizes__header {
        font-size: 16px
    }

    .prizes__note {
        text-align: left
    }
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, 167px);
    gap: 8px;
    margin-top: 56px;
    margin-bottom: 41px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1100px) {
    .products {
        margin-top: 44px;
        margin-bottom: 34px
    }
}

.products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    height: 206px;
    padding: 16px;
    color: #212121;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    border-radius: 18px;
    background-color: #fff;
    /* gap: 8px */
}

.products__item picture {
    height: 124px
}

@media screen and (max-width:768px) {
    .products__item {
        height: 189px
    }

    .products__item picture {
        height: 115px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .toggle-panel {
        margin-top: 31px;
        margin-bottom: 40px
    }
}

.products__item img {
    width: auto
}

.products__item span {
    height: 57px
}

.toggle-panel__content {
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.toggle-panel__content .inner {
    padding-right: 80px
}

.toggle-panel__item {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding: 16px 0
}

@media screen and (max-width:768px) {
    .toggle-panel__content .inner {
        padding-right: 32px;
        padding-bottom: 12px
    }

    .toggle-panel__item {
        padding: 0
    }
}

.toggle-panel__item_active .toggle-panel__title:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.toggle-panel__title {
    font-weight: 600;
    font-size: 1.78rem;
    line-height: 40px;
    padding: 16px 110px 16px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    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;
    position: relative
}

.toggle-panel__title:after,
.toggle-panel__title:before {
    position: absolute;
    width: 48px;
    height: 4px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
    right: 0;
    top: 38px;
    -webkit-transition: .3s;
    transition: .3s
}

.toggle-panel__title:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.toggle-panel__title:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width:1100px) {
    .toggle-panel__title {
        font-size: 1.4rem
    }
}

@media screen and (max-width:768px) {

    .toggle-panel__title:after,
    .toggle-panel__title:before {
        width: 24px;
        height: 2px;
        top: 50%
    }

    .toggle-panel__title {
        padding: 12px 32px 12px 0;
        font-size: 16px;
        line-height: 18px
    }
}

.about {
    font-size: 24px;
    padding-bottom: 165px
}

@media screen and (max-width:1270px) {
    .about {
        padding-top: 40px;
        padding-bottom: 54px
    }
}

@media screen and (max-width:768px) {
    .about {
        padding-top: 0;
        font-size: 1rem
    }
}

.about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 128px
}

.about__pic img {height: 33rem; border-radius: 30px;}

@media screen and (max-width:1270px) {
    .about .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px
    }

    .about__pic img {
        aspect-ratio: 1;
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px
    }
}

.about__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.about__text {
    padding-top: 72px
}

.about h2 {
    margin-bottom: 41px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .about__text {
        padding-top: 56px
    }

    .about h2 {
        margin-bottom: 31px
    }
}

.about p {
    margin-bottom: 11px
}

.blog {
    text-align: center;
    padding-top: 0;
    /* padding-bottom: 78px; */
    margin-top: -38px
}

.blog .container {
    max-width: 1200px
}

.blog h2 {
    line-height: 1;
    letter-spacing: 0
}

.blog p {
    max-width: 688px;
    margin-inline: auto
}
.blog .text-bottom {
    max-width: 100%;
}

.blog .btn {
    margin: 34px 10px;
}

@media screen and (max-width:768px) {
    .blog {
        font-size: 18px;
        padding-bottom: 55px
    }

    .blog h2 {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -.96px;
        margin-bottom: 25px
    }

    .blog .btn {
        margin-top: 53px
    }

    html {
        font-size: 15px
    }
}

.check-prize {
    padding-bottom: 41px
}

.check-prize .columns {
    gap: 77px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.check-prize h2 {
    width: 490px;
    max-width: 100%;
    margin-bottom: 49px
}

.check-prize p {
    margin-bottom: 24px
}

.check-prize .btn {
    margin-top: 31px
}

@media screen and (max-width:1100px) {
    .check-prize {
        position: relative;
        padding-top: 158px;
        font-size: 18px;
        padding-bottom: 21px
    }

    .check-prize .columns {
        gap: 15px
    }

    .check-prize h2 {
        position: absolute;
        top: 56px;
        left: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        line-height: 1
    }

    .check-prize .btn {
        margin-inline: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .check-prize img {
        max-width: 62%;
        margin-inline: auto
    }

    .header .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

body {
    min-height: 100%;
    font-family: Onest, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.333;
    color: #fff;
    position: relative;
    background-color: #A60000
}

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

a:hover {
    text-decoration: none
}

p {
    margin-top: 0;
    margin-bottom: 1.777rem
}

h1,
h2 {
    color: #fff;
    font-family: Unbounded, serif;
    line-height: .87;
    font-weight: 400;
    margin-bottom: 1.3333rem;
    margin-top: 0
}

h1 {
    margin-bottom: 32px;
    font-size: 80px;
    text-transform: uppercase
}
@media screen and (max-width:992px) {
    h1, .prizes h2, .section_red-snow h2 {
        font-size: 60px
    }
}
@media screen and (max-width:768px) {
    p {
        margin-bottom: 1.5rem
    }

    h1, .prizes h2, .section_red-snow h2 {
        font-size: 48px
    }
    h2 {
        font-size: 30px
    }
}

h2 {
    font-size: 48px;
    /* letter-spacing: -1.6px */
    line-height: normal;
}

ol:not([class]),
ul:not([class]) {
    margin-bottom: .88rem;
    padding-left: 1.15rem
}

ol:not([class]) li,
ul:not([class]) li {
    margin-bottom: .88rem
}

button {
    border: none;
    outline: 0;
    background: 0 0;
    padding: 0;
    margin: 0
}

.container {
    max-width: 1440px;
    padding-left: 3.33rem;
    padding-right: 3.33rem;
    margin: 0 auto
}

.container_m {
    max-width: 1368px
}

section {
    padding-bottom: 121px;
    padding-top: 120px
}

/* .section_green {
    background-color: #0d573c
} */

.section_biege {
    background-color: #ece4d7;
    color: #A60000
}

.section_biege h2 {
    color: #A60000
}

.section_red-snow {
    background-image: url(../img/elloy-background.png);
    background-position: center 0;
    /* background-repeat: repeat-y */
}

.section_red-snow .column__title {width: 50%; display: flex; flex-direction: column; align-items: center;}
.section_red-snow .column__title {width: 50%;}
.section_red-snow .header__img {width: 25rem;}

/* .top_hr::before {
    width: 1319px;
    max-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
} */

.icon {
    fill: currentColor;
    width: 24px;
    height: 24px
}

.faq {
    color: #fff
}

.faq h2 {
    margin-top: 81px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.header {
    padding-bottom: 80px;
    /* background-image: url(../img/show_header.svg); */
    background-image: url(../img/header.png);
    background-position: center 0;
    /* background-repeat: repeat-x; */
    overflow: hidden
}

.header .hero {
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 48px;
        letter-spacing: -.96px
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem
    }

    section {
        padding-top: 95px;
        padding-bottom: 11px
    }

    .faq h2 {
        margin-top: 48px;
        letter-spacing: 0;
        line-height: 1
    }

    .header {
        padding-bottom: 41px
    }

    .header .hero {
        position: relative
    }
}

.header p {
    font-size: 1.33rem;
    line-height: 1.77
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding-top: 31px
}

@media screen and (max-width:1100px) {
    .header__btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .header p {
        font-size: 1rem;
        width: 210px;
        max-width: 100%;
        margin-inline: auto;
        line-height: 1.13
    }

    .header__btns {
        margin-top: 328px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }
}

/* .header__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px 20px 0 0
} */

.header__text h1 {
    margin-top: 61px;
    letter-spacing: -2.4px;
    position: relative
}

/* .header__text h1::before {
    background: url(../img/hat.svg) center no-repeat;
    position: absolute;
    height: 100px;
    width: 100px;
    top: -81px;
    left: 102px
} */

@media screen and (max-width:1100px) {
    .header__text h1::before {
        left: calc(50% - 133px)
    }
    .hero .header__img {
        width: 300px;
    }
}

@media screen and (max-width:768px) {
    .hero .header__img {
        margin: 0;
        max-width: 100%;
        position: absolute;
        top: 280px
    }

    .header__text h1::before {
        left: calc(50% - 66px);
        top: -47px;
        width: 56px;
        height: 55px;
        background-size: contain
    }

    .header__text h1 {
        margin-top: 13px;
        /* width: 400px; */
        max-width: 100%;
        letter-spacing: -1.2px;
        margin-bottom: 25px
    }

    .more-info {
        margin-top: -39px;
        font-size: 18px
    }
}

.logo {
    display: inline-block;
    background: url(../img/logo.svg) center no-repeat;
    text-indent: -999px;
    overflow: hidden;
    width: 85px;
    height: 64px
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-inline: 61px;
    color: #fff;
    font-weight: 600
}

.main-menu a {
    text-decoration: none;
    letter-spacing: .5px;
}

@media screen and (max-width:1270px) {
    .main-menu {
        margin-right: 0
    }
}

@media screen and (max-width:1100px) {
    .main-menu {
        display: none
    }
}

.main-nav {
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.more-info {
    padding-bottom: 15px
}

.more-info .columns {
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 63px;
    border-bottom: 1px solid #fff;
}

/* .more-info .columns::before {
    width: 1319px;
    max-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: 100px
} */

.more-info .columns:first-child::before {
    display: none
}

.more-info p {
    margin-bottom: 16px
}

.more-info ol {
    margin: 0 0 16px 5px
}

.more-info ol li {
    margin-bottom: 8px
}

.more-info h3 {
    font-family: Oranienbaum;
    font-size: 40px;
    font-weight: 400;
    color: #fff
}

.more-info .btn {
    margin-top: 31px
}

.why {
    position: relative;
    text-align: center;
    padding-bottom: 56px;
    padding-top: 0;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .more-info .columns {
        padding-bottom: 1rem
    }

    .more-info .columns::before {
        margin-bottom: 28px
    }

    .more-info .columns__text {
        margin-bottom: 1rem
    }

    .more-info h2 {
        margin-bottom: 4px
    }

    .more-info h3 {
        font-size: 28px
    }

    .more-info .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .why {
        font-size: 16px;
        line-height: 1.5
    }
}

/* .why::before {
    width: 1440px;
    height: 821px;
    background: url(../img/snow_red.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
} */

.why .container {
    position: relative
}

.why__header {
    padding-top: 65px;
    color: #fff;
    font-size: 24px
}

.why__header p {
    margin-bottom: 7px
}

.why__pic {
    margin: 47px auto 33px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.why .btn {
    margin-bottom: 69px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: .5px;
}

@media screen and (max-width:768px) {
    .why__header {
        font-size: 16px;
        padding-top: 30px
    }

    .why__header p {
        margin-bottom: 13px
    }

    .why__pic {
        width: 121px;
        margin-top: 34px;
        margin-bottom: 39px
    }

    .why .btn {
        margin-bottom: 46px
    }
}

.why p {
    width: 774px;
    margin-inline: auto;
    max-width: 100%
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap */
}

@media screen and (max-width:1100px) {
    .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .section_red-snow .column__title {
        margin-bottom: 2rem;
        width: 100%;
    }
    .section_red-snow .columns__text {
        margin-bottom: 5rem;
        width: 100%;
    }
}

.columns h2,
.columns__text {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px)
}

.info .columns {
    gap: 80px 40px
}

.info .columns__text {
    margin-top: -14px
}

@media screen and (max-width:768px) {
    .columns__text {
        margin-bottom: 3rem
    }

    .info .columns h2 {
        text-align: center
    }
}

.prize-img {
    border-radius: 20px;
    background-color: #fff;
    width: 240px;
    padding: 14px;
    color: #6a0606;
    font-size: 11px;
    line-height: 18px;
    margin-top: 71px
}

@media screen and (max-width:1100px) {
    .info .columns {
        gap: 0;
        font-size: 16px;
        line-height: 1.5
    }

    .info .columns h2 {
        margin-top: 48px;
        margin-bottom: 25px
    }

    .prize-img {
        margin: 40px auto 0
    }
}

.prize-img img {
    margin: 0 auto
}

.prize-img p {
    margin-bottom: 0
}

@media screen and (max-width:576px) {
    .hero .header__img {top: 220px}
    h1, .prizes h2, .section_red-snow h2 {font-size: 28px;}
    h2 {font-size: 24px;}
    .section_green.section_red-snow h2 {font-size: 24px;}
    .section_red-snow .header__img {width: 20rem;}
}

/*# sourceMappingURL=style.css.map */