@font-face {
    font-family: roboto;
    src: url("../graxmas_fonts/graxmas_roboto-regular.woff2");
}

@font-face {
    font-family: Urbanist;
    src: url("../graxmas_fonts/graxmas_urbanist-regular.woff2");
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



img {
    max-width: 100%;
}

body {
    font-family: roboto;
    background: -webkit-gradient(linear, left top, left bottom, from(#210E00), to(#000));
    background: -o-linear-gradient(top, #210E00 0%, #000 100%);
    background: linear-gradient(180deg, #210E00 0%, #000 100%);
}


.body__container {
    max-width: 1170px;
    margin: 0 auto;
}

.graxmas_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.60);
    top: 0px;
    left: 0;
}

.graxmas_header__nav {
    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;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.graxmas_header__box {
    padding-top: 59px;
}


.graxmas_header__block {
    max-width: 670px;
    width: 100%;
}

.graxmas_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 10px;
}



.graxmas_header__burger {
    display: none;
}

.graxmas_header__link {
    color: #464646;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.graxmas_header__wrap{
    background: url("../graxmas_img/graxmas-header-image.webp") no-repeat center right;
    padding-top: 130px;
    padding-bottom: 130px;
}

.graxmas_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.graxmas_header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    color: #FFF;
    width: 100%;
    max-width: 418px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.graxmas_header__info::after{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 47px;
    height: 25px;
    background: url("../graxmas_img/graxmas-header-age.webp") no-repeat center center;
}

.graxmas_header__title {
    color: #FFF;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.graxmas_header__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.graxmas_header__btn{
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #AB2300;
    background: #020202;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.graxmas_header__btn::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background: url("../graxmas_img/graxmas-header-button.webp") no-repeat center center;
}

.graxmas_header__btn:hover{
    color: #E64B42;
    background: #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.graxmas_header {
    background: url("../graxmas_img/graxmas-header-background.webp") no-repeat center center;
    background-size: cover;
    margin-bottom: 80px;
}

.graxmas_about__wrap {
    background: url("../graxmas_img/graxmas-about-background.webp") no-repeat center left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 125px;
    padding-bottom: 125px;
}
.graxmas_about__content {
    max-width: 570px;
    width: 100%;
}
.graxmas_about__title {
    color: #FFF;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.graxmas_about__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 15px;
}

.graxmas_about__text:last-child{
    margin-bottom: 0;
}

.graxmas_choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../graxmas_img/graxmas-choose-background.webp") no-repeat center center;
    background-size: cover;
}
.graxmas_choose__title {
    color: #FFF;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}
.graxmas_choose__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.graxmas_choose__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}
.graxmas_choose__item {
    max-width: 222px;
    width: 100%;
    min-height: 250px;
}
.graxmas_choose__content {
    position: relative;
}
.graxmas_choose__play {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #AB2300;
    background: #020202;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.graxmas_choose__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #AB2300;
}

.graxmas_choose__play::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    background: url("../graxmas_img/graxmas-choose-button.webp") no-repeat center center;
}

.graxmas_choose__img{
    border-radius: 15px;
}

.graxmas_faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
.graxmas_faq__title {
    color: #FFF;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.accordion{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}


.accordion__item {
    margin-bottom: 20px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 33, 0.60)), to(rgba(241, 113, 113, 0.60)));
    background: -o-linear-gradient(left, rgba(33, 33, 33, 0.60) 0%, rgba(241, 113, 113, 0.60) 100%);
    background: linear-gradient(90deg, rgba(33, 33, 33, 0.60) 0%, rgba(241, 113, 113, 0.60) 100%);
    padding: 24px;
  }

.graxmas_features__arrow{
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../graxmas_img/graxmas-plus.svg);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
  }
.accordion__arrow_rotated {
    background-image: url(../graxmas_img/graxmas-minus.svg);
}

  .accordion__header {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; 
    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;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  .accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__text{
    max-width: 100%;
    margin-bottom: 0px;
  }

  .accordion__content {
    color: #CFC9D4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }

  .accordion__item_show{
    border-radius: 10px;
background: -webkit-gradient(linear, left top, right top, from(rgba(193, 107, 107, 0.30)), to(rgba(0, 40, 54, 0.30)));
background: -o-linear-gradient(left, rgba(193, 107, 107, 0.30) 0%, rgba(0, 40, 54, 0.30) 100%);
background: linear-gradient(90deg, rgba(193, 107, 107, 0.30) 0%, rgba(0, 40, 54, 0.30) 100%);
  }

.graxmas_footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.graxmas_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.graxmas_footer__left {
    max-width: 570px;
    width: 100%;
}
.graxmas_footer__head {
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}
.graxmas_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.graxmas_footer__text:last-child {
    margin-bottom: 0;
}
.graxmas_footer__right {
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 352px;
    width: 100%;
}
.graxmas_footer__link {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #F1F1F1;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.graxmas_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
}
.graxmas_footer__link::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background: url("../graxmas_img/graxmas-footer-age.webp") no-repeat center center;
}
.graxmas_footer__sup {
    color: #F1F1F1;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.active_lang{
    color: #fff;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}




.graxmas_demo__title {
    color: #FFF;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.graxmas_demo__wrap{
    width: 100%;
}

.graxmas_demo__wrapper {
    border-radius: 10px;
    border: 1px solid #fff;
}

.graxmas_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-top: 640px;
    border-radius: 20px;
}

.graxmas_demo__content {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.graxmas_demo__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.graxmas_demo__play {
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.graxmas_demo__play:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.graxmas_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.graxmas_demo {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../graxmas_img/graxmas-header-background.webp") no-repeat center center;
    background-size: cover;
}



.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px 0px;
    background: #FFF5E8;
    padding: 32px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #884200;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.modal_form__left {
    width: 100%;
}

.modal_form__inner {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links {
    color: #301C12;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    background: transparent;
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    color: rgba(48, 28, 18, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.modal_form__resets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
}

.modal_form__reset {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.modal_form__input::-webkit-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-moz-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input:-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__btn {
    padding: 14px 24px;
    width: 246px;
    border-radius: 50px;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__messages {
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.modal_form__btn:hover {
    background: #fff;
    color: #884200;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrappper {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}

.modal_form__sub {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 32px;
}

.desc__top {
    padding-top: 180px;
    padding-bottom: 50px;
}

.mob_nav{
    display: none;
}


@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .graxmas_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .graxmas_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .graxmas_header__title {
        font-size: 34px;
    }

    /* Эффект перекрестия */
    .graxmas_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .graxmas_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .graxmas_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px;
    }

    .graxmas_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        background: #7F3115;
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .mob_nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dec_nav{
        display: none;
    }

    .graxmas_header__block{
        max-width: 48vw;
    }
    .graxmas_header__wrap {
        background: url(../graxmas_img/graxmas-header-image.webp) no-repeat bottom right;
        padding-top: 75px;
        padding-bottom: 75px;
        background-size: 400px;
    }

    .graxmas_about__content{
        max-width: 48vw;
    }

    .graxmas_about__wrap {
        background: url(../graxmas_img/graxmas-about-background.webp) no-repeat bottom left;
        background-size: 350px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .graxmas_header{
        margin-bottom: 40px;
    }

    .graxmas_about__text{
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    .graxmas_header__block{
        max-width: 100%;
    }

    .graxmas_header{
        padding-top: 120px;
        margin-bottom: 40px;
    }
    .graxmas_header__wrap {
        background: url(../graxmas_img/graxmas-header-image.webp) no-repeat bottom center;
        padding-top: 0px;
        padding-bottom: 320px;
        background-size: 300px;
    }

    .graxmas_header__btn{
        width: 100%;
    }

    .graxmas_header__nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .graxmas_about__content{
        max-width: 100%;
    }

    .graxmas_about__wrap {
        background: url(../graxmas_img/graxmas-about-background.webp) no-repeat bottom center;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 320px;
    }

    .graxmas_footer__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .graxmas_footer__left{
        max-width: 100%;
    }

    .graxmas_footer__right{
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .graxmas_footer__link{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .graxmas_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .graxmas_demo__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .graxmas_demo__wrapper {
        padding-top: 260px;
        border-radius: 20px
    }

    .graxmas_demo__start {
        min-height: 239px;
    }

    .graxmas_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menu {
        top: 60px;
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__title {
        font-size: 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .graxmas_header__icon {
        max-width: 123px;
        width: 100%;
    }

    .graxmas_header__info{
        font-size: 12px;
    }

    .graxmas_header__link{
        font-size: 14px;
    }

    .graxmas_header__title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .graxmas_header__subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .graxmas_header__box {
        padding-top: 0px;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .graxmas_header__nav{
        gap: 15px;
    }

    .graxmas_header{
        padding-top: 160px;
        margin-bottom: 60px;
    }

    .graxmas_header__btn{
        padding: 12px 20px;
        font-size: 20px;
    }

    .graxmas_about__title{
        font-size: 24px;
    }

    .graxmas_about__text{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .graxmas_choose{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .graxmas_choose__title{
        font-size: 24px;
    }

    .graxmas_choose__subtitle{
        font-size: 12px;
    }

    .graxmas_faq{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .graxmas_faq__title{
        font-size: 24px;
    }

    .accordion__header{
        font-size: 16px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .accordion__item{
        margin-bottom: 16px;
    }

    .graxmas_footer__text{
        font-size: 12px;
    }

    .graxmas_footer__items{
        gap: 40px;
    }

    .desc__top {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    
}