@font-face {
    font-family: opensans;
    src: url("../nroqscxzq_fonts/nroqscxzq_opensans-regular.woff2");
}

@font-face {
    font-family: "Open Sans";
    src: url("../nroqscxzq_fonts/nroqscxzq_opensans-bold.woff2");
}

#confirmButton {
    background-color: #5956E9;
    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;
}

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;
}

img {
    max-width: 100%;
}

body {
    font-family: opensans;
    background: #fff;
}

.body__container {
    max-width: 1140px;
    margin: 0 auto;
}

.nroqscxzq_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0px;
    left: 0;
    background: #7ED321;
    padding-top: 0px;
}

.nroqscxzq_header__burger {
    display: none;
}

.nroqscxzq_header__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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nroqscxzq_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;
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nroqscxzq_header__logo {
    max-width: 263px;
    margin: 0 auto;
}

.nroqscxzq_header__box {
    padding-top: 20px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #002820;
    font-family: geologica-bold;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.nroqscxzq_header {
    padding-top: 110px;
    padding-bottom: 344px;
    background: url("../nroqscxzq_img/nroqscxzq_header-background.webp") no-repeat center bottom;
}

.nroqscxzq_header__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}

.nroqscxzq_header__link {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nroqscxzq_header__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nroqscxzq_header__title {
    color: #282828;
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;

    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.nroqscxzq_header__subtitle {
    color: #002820;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.nroqscxzq_header__play{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 235px;
    margin: 0 auto;
    border-radius: 100px;
    background: #F8E71C;
    color: #282828;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 19.7px 0 #F8E71C;
            box-shadow: 0 0 19.7px 0 #F8E71C;
}
.nroqscxzq_tickets {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nroqscxzq_tickets__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_tickets__color {
    color: #7ED321;
}
.nroqscxzq_tickets__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_tickets__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;
}
.nroqscxzq_tickets__item {
    max-width: 367px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: #EDEDED;
}
.nroqscxzq_tickets__price {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_tickets__name {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_tickets__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_tickets__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #F8E71C;
    color: var(--4, #282828);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_tickets__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 19.7px 0 #F8E71C;
            box-shadow: 0 0 19.7px 0 #F8E71C;
}
.nroqscxzq_works {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nroqscxzq_works__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_works__color {
    color: #7ED321;
}
.nroqscxzq_works__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_works__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;
}
.nroqscxzq_works__item {
    max-width: 367px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #D0021B;
}
.nroqscxzq_works__number {
    color: rgba(40, 40, 40, 0.70);
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_works__name {
    color: #282828;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_works__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_recent {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nroqscxzq_recent__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_recent__color {
    color: #7ED321;
}
.nroqscxzq_recent__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_recent__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;
}
.nroqscxzq_recent__item {
    max-width: 270px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: #282828;
}
.nroqscxzq_recent__price {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_recent__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.nroqscxzq_recent__avatar {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border-radius: 100px;
    background:  #7ED321;
    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;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.nroqscxzq_recent__name {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.nroqscxzq_recent__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_safely {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nroqscxzq_safely__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_safely__color {
    color: #7ED321;
}
.nroqscxzq_safely__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.nroqscxzq_safely__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_safely__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}
.nroqscxzq_safely__item {
    max-width: 560px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #D0021B;
}
.nroqscxzq_safely__info {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #7ED321;
}

.nroqscxzq_footer__links {
    padding-left: 0;
    list-style: none;
    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;
    margin-bottom: 60px;
}
.nroqscxzq_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.nroqscxzq_footer__wrapper {
    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;
    gap: 20px;
    margin-bottom: 60px;
}
.nroqscxzq_footer__info {
    max-width: 378px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.nroqscxzq_footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -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: 100px;
    background: rgba(255, 255, 255, 0.35);
    width: 119px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nroqscxzq_footer__top::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: 24px;
    height: 24px;
    background: url("../nroqscxzq_img/nroqscxzq_footer-icon-arrow.webp") no-repeat center;
}
.nroqscxzq_footer__networks {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
}
.nroqscxzq_footer__age {
    width: 85px;
    height: 30px;
    background: url("../nroqscxzq_img/nroqscxzq_footer-icon-age.webp") no-repeat center;
}
.nroqscxzq_footer__sup{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.accordion {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.accordion__item {
  margin-bottom: 30px;
  border-radius: 30px;
  background: #282828;
}

.accordion__item:last-child{
  margin-bottom: 0;
}

.faq__arrow {
  position: absolute;
  right: 30px;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  background-image: url(../nroqscxzq_img/nroqscxzq_faq-icon-arrow.webp);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion__arrow_rotated {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion__header {
  position: relative;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    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: 30px;
  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: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  border-top: 1px solid #454545;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
.nroqscxzq_faq{
    padding-top: 70px;
    padding-bottom: 70px;
}
.nroqscxzq_guide {
    padding-bottom: 70px;
}
.nroqscxzq_faq__title{
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_faq__color{
    color: #7ED321;
}
.nroqscxzq_faq__inner{
    margin-bottom: 30px;
}
.nroqscxzq_faq__subtitle{
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_guide__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_guide__inner {
    margin-bottom: 30px;
}
.nroqscxzq_guide__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_guide__items {
    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: 20px;
    padding-left: 0;
    list-style: none;
}
.nroqscxzq_guide__item {
    max-width: 270px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #D0021B;
}
.nroqscxzq_guide__item:nth-child(1)::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: 210px;
    height: 125px;
    background: url("../nroqscxzq_img/nroqscxzq_guide-image-1.webp") no-repeat center;
    margin-bottom: 10px;
}
.nroqscxzq_guide__item:nth-child(2)::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: 210px;
    height: 125px;
    background: url("../nroqscxzq_img/nroqscxzq_guide-image-2.webp") no-repeat center;
    margin-bottom: 10px;
}
.nroqscxzq_guide__item:nth-child(3)::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: 210px;
    height: 125px;
    background: url("../nroqscxzq_img/nroqscxzq_guide-image-3.webp") no-repeat center;
    margin-bottom: 10px;
}
.nroqscxzq_guide__item:nth-child(4)::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: 210px;
    height: 125px;
    background: url("../nroqscxzq_img/nroqscxzq_guide-image-4.webp") no-repeat center;
    margin-bottom: 10px;
}
.nroqscxzq_guide__number {
    color: rgba(40, 40, 40, 0.70);
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_guide__head {
    color: #282828;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_guide__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_available {
    padding-bottom: 70px;
}
.nroqscxzq_available__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_available__color {
    color: #7ED321;
}
.nroqscxzq_available__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_available__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;
}
.nroqscxzq_available__item {
    max-width: 367px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: #EDEDED;
}
.nroqscxzq_available__number {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_available__name {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_available__info {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.nroqscxzq_available__bold {
    font-family: "Open Sans";
    font-weight: 700;
}
.nroqscxzq_available__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_info {
    padding-bottom: 70px;
}
.nroqscxzq_info__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_info__data{
    color: #282828;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_info__color {
    color: #7ED321;
}
.nroqscxzq_info__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.nroqscxzq_info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
.nroqscxzq_info__head {
    color: #282828;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.nroqscxzq_info__text {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_info__list {
    padding-left: 20px;
}
.nroqscxzq_info__content {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_info__link {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_info__link:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_contact {
    padding-bottom: 70px;
}
.nroqscxzq_contact__title {
    color: #282828;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.nroqscxzq_contact__color {
    color: #7ED321;
}
.nroqscxzq_contact__inner {
    margin-bottom: 30px;
}
.nroqscxzq_contact__subtitle {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_contact__wrap {
    max-width: 753px;
    width: 100%;
    margin: 0 auto;
}
.nroqscxzq_contact__caption {
    color: #282828;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.nroqscxzq_contact__form {
    width: 100%;
    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;
}
.nroqscxzq_contact__inners{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
}
.nroqscxzq_contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.nroqscxzq_contact__label {
    color: #282828;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.nroqscxzq_contact__input {
    padding: 14px 16px;
    width: 100%;
    border-radius: 5px;
    background: #E6E6E6;
    border: none;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.nroqscxzq_contact__input::-webkit-input-placeholder{
    color: rgba(35, 35, 35, 0.50);
}
.nroqscxzq_contact__input::-moz-placeholder{
    color: rgba(35, 35, 35, 0.50);
}
.nroqscxzq_contact__input:-ms-input-placeholder{
    color: rgba(35, 35, 35, 0.50);
}
.nroqscxzq_contact__input::-ms-input-placeholder{
    color: rgba(35, 35, 35, 0.50);
}
.nroqscxzq_contact__input::placeholder{
    color: rgba(35, 35, 35, 0.50);
}
.nroqscxzq_contact__message {
    padding: 14px 16px;
    width: 100%;
    border-radius: 5px;
    background: #E6E6E6;
    border: none;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    line-height: normal;
    resize: none;
}
/* Чекбокс согласия */
.nroqscxzq_contact__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}

.nroqscxzq_contact__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #767676;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
}

.nroqscxzq_contact__checkbox-group {
    margin-bottom: 24px;
}

.nroqscxzq_contact__checkbox:checked {
    background: -o-radial-gradient(50.06% 50.11%, 49.89% 49.94%, #06B08D 0%, #138611 100%);
    background: radial-gradient(49.89% 49.94% at 50.06% 50.11%, #06B08D 0%, #138611 100%);
    border-color: #06B08D;
}

.nroqscxzq_contact__checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.nroqscxzq_contact__consent__info {
    color: #002820;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.nroqscxzq_contact__link {
    color: #7ED321;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_contact__link:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none
}
.nroqscxzq_contact__btn {
    color: #282828;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #F8E71C;
    border: 1px solid #F8E71C;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_contact__btn:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nroqscxzq_contact__messages {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    font-size: 12px;

}
.modal {
    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);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal__title {
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.modal__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    border: 2px solid #F8E71C;
    color: #FFF;
    height: 53px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link:hover{
    background: #F8E71C;
    color: #000;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    height: 53px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    background: #F8E71C;
    color: #282828;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    border: 1px solid #D0021B;
    background: #282828;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
    max-width: 360px;
    width: 100%;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img {
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: #282828;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.popupcookie__wraps{
    width: 100%;
}

.popupcookie__subtitle {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 264px;
    border-radius: 100px;
    background: #F8E71C;
    color: #282828;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 264px;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid #F8E71C;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover {
    background: #F8E71C;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.desc__top {
    padding-top: 140px;
}

@media (max-width: 1199px) {
    .body__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nroqscxzq_header__fixed {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nroqscxzq_header__links {
        display: none
    }

    .nroqscxzq_header__burger {
        background: transparent;
        padding: 0;
        border: none;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .nroqscxzq_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .nroqscxzq_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .nroqscxzq_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
    }

    .nroqscxzq_header__line {
        display: block;
        height: 2px;
        background-color: #282828;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        background: #7ED321;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 10px
    }

    .nroqscxzq_header__logo{
        max-width: 259px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nroqscxzq_header__link{
        font-size: 13px;
    }

    .nroqscxzq_header{
        padding-bottom: 310px;
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .popupcookie__button{
        width: 100%;
    }

    .popupcookie__btn{
        width: 100%
    }

    .popupcookie__content{
        padding: 10px;
    }

    .popupcookie__title{
        font-size: 20px;
    }

    .popupcookie__subtitle{
        font-size: 12px;
    }
    .popupcookie__content{
        gap: 10px;
    }

    .popupcookie__button{
        font-size: 12px;
        padding: 10px;
    }

    .popupcookie__btn{
        font-size: 12px;
        padding: 10px;
    }

    .nroqscxzq_guide__item{
        max-width: 500px;
    }
    .nroqscxzq_guide__item:nth-child(1)::before{
        width: 100%;
    }
    .nroqscxzq_guide__item:nth-child(2)::before{
        width: 100%;
    }
    .nroqscxzq_guide__item:nth-child(3)::before{
        width: 100%;
    }
    .nroqscxzq_guide__item:nth-child(4)::before{
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nroqscxzq_tickets__item{
        max-width: 800px;
    }

    .nroqscxzq_guide__item{
        max-width: 800px;
    }

    .nroqscxzq_works__item{
        max-width: 800px;
    }

    .nroqscxzq_safely__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .nroqscxzq_safely__item{
        max-width: 100%;
    }

    .nroqscxzq_footer__links{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .nroqscxzq_header__title{
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .nroqscxzq_footer__networks{
        gap: 30px;
    }

    .nroqscxzq_tickets{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nroqscxzq_works{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nroqscxzq_recent{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nroqscxzq_safely{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nroqscxzq_recent__item{
        max-width: 400px;
    }

    .nroqscxzq_guide{
        padding-bottom: 40px;
    }

    .nroqscxzq_faq{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nroqscxzq_available{
        padding-bottom: 40px;
    }

    .nroqscxzq_available__item{
        max-width: 100%;
    }

    .nroqscxzq_info{
        padding-bottom: 40px;
    }

    .desc__top{
        padding-top: 120px;
    }

    .nroqscxzq_contact__inners{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }

    .nroqscxzq_contact{
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nroqscxzq_header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nroqscxzq_header__title{
        font-size: 32px;
    }

    .nroqscxzq_header__logo {
        max-width: 150px;
    }

    .menu{
        top: 61px;
    }

    .nroqscxzq_header{
        padding-top: 90px;
    }

    .nroqscxzq_header__title{
        font-size: 30px;
    }

    .nroqscxzq_tickets__items{
        gap: 20px;
    }

    .nroqscxzq_works__items{
        gap: 20px;
    }

    .nroqscxzq_recent__items{
        gap: 20px;
    }

    .nroqscxzq_safely__items{
        gap: 20px;
    }

    .nroqscxzq_footer__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .nroqscxzq_footer__top{
        width: 100%;
        padding: 5px 10px;
    }

    .desc__top{
        padding-top: 100px;
    }
}