@font-face {
  font-family: "MADE Likes Slab";
  src: url("../fonts/MADELikesSlab.woff2") format("woff2"), url("../fonts/MADELikesSlab.woff") format("woff"), url("../fonts/MADELikesSlab.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tsarevich";
  src: url("../fonts/Tsarevich-Bold.woff2") format("woff2"), url("../fonts/Tsarevich-Bold.woff") format("woff"), url("../fonts/Tsarevich-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 340px;
  overflow-x: hidden;
  position: relative;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #000000;
}
body._lock {
  overflow-y: hidden;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: calc(100vh - 364px);
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

.site-container {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1680px;
  padding: 0 15px;
  margin: 0 auto;
}

button[data-close-modal] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: none;
  border: none;
}
button[data-close-modal] path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button[data-close-modal]:hover path {
  fill: #CC1746;
}

.hidden {
  display: none !important;
}

h2.secondary-title {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
}

h2.primary-title {
  font-weight: 400;
  font-size: 83px;
  line-height: 102px;
}

.btn {
  padding: 20px 40px;
  border: none;
  cursor: pointer;
  background-color: #CC1746;
  color: #FFFFFF;
  font-size: 37px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #E00A4C;
}

.swiper-button-disabled {
  cursor: auto !important;
  pointer-events: none !important;
  opacity: 0.7 !important;
}

.slider-btn-prev,
.slider-btn-next {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  top: 50%;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.slider-btn-prev .slider-arrow,
.slider-btn-next .slider-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-btn-prev:hover .slider-arrow,
.slider-btn-next:hover .slider-arrow {
  fill: #CC1746;
}

.slider-btn-prev {
  left: -5px;
}

.slider-btn-next {
  right: -5px;
}

.air-datepicker-body--day-name {
  color: #817D8C;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: lowercase;
}

.air-datepicker-cell.-day- {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
}

.date-custom-container {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
}

[class*="popup._position_top"] {
  display: none !important;
}

.processing-personal {
  color: #DB5D7E;
  text-decoration: underline;
}

.main-input {
  color: #000;
  font-size: 30px;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  padding: 15px 19px;
  border: 1px solid #000000;
  width: 100%;
}
.main-input::-webkit-input-placeholder {
  color: #A2A1AD;
}
.main-input::-moz-placeholder {
  color: #A2A1AD;
}
.main-input:-ms-input-placeholder {
  color: #A2A1AD;
}
.main-input::-ms-input-placeholder {
  color: #A2A1AD;
}
.main-input::placeholder {
  color: #A2A1AD;
}
.main-input._pass {
  background: url('data:image/svg+xml,<svg width="62" height="11" viewBox="0 0 62 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.37 4.14141L7.52 5.79141L10.37 7.44141L9.35 9.24141L6.47 7.59141V10.8914H4.4V7.59141L1.55 9.24141L0.5 7.44141L3.35 5.79141L0.5 4.14141L1.55 2.34141L4.4 3.99141V0.691406H6.47V3.99141L9.35 2.34141L10.37 4.14141Z" fill="%23A2A1AD"/><path d="M23.2313 4.14141L20.3813 5.79141L23.2313 7.44141L22.2113 9.24141L19.3313 7.59141V10.8914H17.2613V7.59141L14.4113 9.24141L13.3613 7.44141L16.2113 5.79141L13.3613 4.14141L14.4113 2.34141L17.2613 3.99141V0.691406H19.3313V3.99141L22.2113 2.34141L23.2313 4.14141Z" fill="%23A2A1AD"/><path d="M36.0927 4.14141L33.2427 5.79141L36.0927 7.44141L35.0727 9.24141L32.1927 7.59141V10.8914H30.1227V7.59141L27.2727 9.24141L26.2227 7.44141L29.0727 5.79141L26.2227 4.14141L27.2727 2.34141L30.1227 3.99141V0.691406H32.1927V3.99141L35.0727 2.34141L36.0927 4.14141Z" fill="%23A2A1AD"/><path d="M48.954 4.14141L46.104 5.79141L48.954 7.44141L47.934 9.24141L45.054 7.59141V10.8914H42.984V7.59141L40.134 9.24141L39.084 7.44141L41.934 5.79141L39.084 4.14141L40.134 2.34141L42.984 3.99141V0.691406H45.054V3.99141L47.934 2.34141L48.954 4.14141Z" fill="%23A2A1AD"/><path d="M61.8153 4.14141L58.9653 5.79141L61.8153 7.44141L60.7953 9.24141L57.9153 7.59141V10.8914H55.8453V7.59141L52.9953 9.24141L51.9453 7.44141L54.7953 5.79141L51.9453 4.14141L52.9953 2.34141L55.8453 3.99141V0.691406H57.9153V3.99141L60.7953 2.34141L61.8153 4.14141Z" fill="%23A2A1AD"/></svg>') no-repeat 20px 50%;
}
.main-input._pass:focus {
  background: none;
}
.main-input._pass._no-bg {
  background: none;
}

.number-mask, .persons-mask {
  text-align: left !important;
}

.qr-scanner {
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px dashed #A2A2A2 !important;
  min-height: 250px;
  min-width: 280px;
  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;
}
.qr-scanner img {
  display: none !important;
}
.qr-scanner #html5-qrcode-anchor-scan-type-change {
  display: none !important;
}

.i4ewOd-pzNkMb-haAclf {
  opacity: 0 !important;
  display: none !important;
}

.modal::-webkit-scrollbar {
  width: 12px;
}
.modal::-webkit-scrollbar-track {
  background: transparent;
}
.modal::-webkit-scrollbar-thumb {
  background: #CDCDCD;
}
.modal::-webkit-scrollbar-button {
  display: none;
}

.time-line {
  margin-top: 40px;
  margin-bottom: 70px;
}
.time-line__slider {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.time-line__slider p {
  font-size: 17px;
  line-height: 21px;
}
.time-line__slider .time-line__slider-button-prev {
  left: -10px;
}
.time-line__slider .time-line__slider-button-next {
  right: -10px;
}
.time-line .swiper-slide {
  cursor: pointer;
}
.time-line__item-title {
  color: #CC1746;
}

.caption {
  margin-bottom: 80px;
}
.caption__slider {
  overflow: hidden;
  position: relative;
}
.caption__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caption__slider .caption__slider-button-prev,
.caption__slider .caption__slider-button-next {
  width: 46px;
  height: 46px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
}
.caption__slider .caption__slider-controllers {
  position: absolute;
  right: 31%;
  bottom: 0;
  width: 116px;
  height: 46px;
  z-index: 10;
}
.caption__slider .caption__slider-button-prev {
  left: 0;
}
.caption__slider .caption__slider-button-next {
  right: 0;
}
.caption__slider-img {
  padding-top: 32%;
  min-width: 57%;
  position: relative;
  margin-right: 67px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: pointer;
}
.caption__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.caption__slider-content {
  max-width: 40%;
}
.caption__slider-title {
  padding-top: 10px;
  font-weight: 400;
  font-size: 70px;
  line-height: 74px;
  width: 91%;
  margin-bottom: 35px;
}
.caption__slider-text {
  font-size: 22px;
  width: 84%;
  padding-bottom: 60px;
}

.organizers {
  margin-bottom: 140px;
}
.organizers__title {
  margin-bottom: 40px;
}
.organizers__slider {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}
.organizers__slider .organizers__slider-button-prev {
  left: -15px;
}
.organizers__slider .organizers__slider-button-next {
  right: -15px;
}
.organizers .swiper-slide {
  cursor: pointer;
}
.organizers__slider-img {
  padding-top: 56%;
  position: relative;
}
.organizers__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news {
  margin-bottom: 110px;
}
.news__title {
  margin-bottom: 36px;
}
.news__title a {
  font-size: 23px;
  line-height: 28px;
  color: #CC1746;
}
.news__slider {
  overflow-x: hidden;
  position: relative;
  padding: 0 10px;
}
.news__slider .news__slider-button-next,
.news__slider .news__slider-button-prev {
  top: 33%;
}
.news__slider .news__slider-button-prev {
  left: -15px;
}
.news__slider .news__slider-button-next {
  right: -15px;
}
.news .swiper-slide {
  cursor: pointer;
  position: relative;
}
.news .swiper-slide:hover .news__slide-title {
  color: #CC1746;
}
.news__slider-img {
  padding-top: 56%;
  position: relative;
  margin-bottom: 16px;
}
.news__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news__slide-title {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 31px;
  min-height: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  display: inline-block;
}
.news__slide-date {
  font-size: 20px;
  line-height: 25px;
  color: #A2A1AD;
}

.program {
  margin-bottom: 120px;
}
.program__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 53px;
}
.program__title {
  margin-right: 90px;
}
.program__date-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program__date-btn {
  border: none;
  background-color: #000000;
  padding: 11px 35px;
  font-size: 31px;
  line-height: 39px;
  color: #FFFFFF;
  cursor: pointer;
}
.program__date-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.program__date-btn:last-child {
  border-radius: 0 5px 5px 0;
}
.program__date-btn._active {
  background-color: #CC1746;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.program__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.program__booklet {
  background-color: #F2F1F7;
  border-radius: 5px;
  position: relative;
  width: 435px;
  min-width: 435px;
  padding: 85px 0 0 0;
  min-height: 925px;
}
@media (max-width: 768px) {
  .program__booklet {
    min-width: 100%;
  }
}
.program__booklet-date {
  color: #CC1746;
  font-size: 94px;
  line-height: 80px;
  text-align: center;
}
.program__booklet-month {
  color: #CC1746;
  font-size: 68px;
  line-height: 34px;
  text-align: center;
}
.program__booklet-year {
  color: #CC1746;
  font-size: 108px;
  line-height: 130px;
  text-align: center;
  margin-bottom: 20px;
}
.program__booklet-address {
  max-width: 350px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto 55px;
}
.program__booklet-img {
  position: absolute;
  bottom: -57px;
  left: 50%;
  width: 100%;
  height: 484px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.program__lists {
  width: 67%;
  display: none;
}
.program__lists._active {
  display: block;
}
.program__list {
  max-width: 980px;
  padding-top: 22px;
}
.program__list li {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program__list-time {
  min-width: 145px;
}
.program__list:first-child {
  margin-bottom: 75px;
}
.program__lists-title {
  font-size: 30px;
  line-height: 37px;
  color: #CC1746;
  margin-bottom: 30px;
}
.program__list-text {
  max-width: 770px;
}
.program a.program__list-text {
  color: #CC1746;
}
.program a.program__list-text:hover {
  text-decoration: underline;
}
.program__list-dash {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  margin: 0 25px 0 18px;
}

.sponsors {
  margin-bottom: 110px;
}
.sponsors__title {
  margin-bottom: 40px;
}
.sponsors__slider {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}
.sponsors__slider .sponsors__slider-button-prev {
  left: -15px;
}
.sponsors__slider .sponsors__slider-button-next {
  right: -15px;
}
.sponsors .swiper-slide {
  cursor: pointer;
}
.sponsors__slider-img {
  padding-top: 56%;
  position: relative;
}
.sponsors__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.events {
  margin-bottom: 90px;
}
.events__title {
  margin-bottom: 20px;
}
.events__title a {
  font-size: 23px;
  line-height: 28px;
  color: #CC1746;
}
.events .event-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .events .event-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.events__inner {
  background-color: #F2F1F7;
  border-right: 5px;
  padding: 42px 70px 55px 50px;
  margin-bottom: 35px;
}
.events__inner-content {
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}
.events__inner-title {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 38px;
  max-width: 705px;
}
.events__inner-sign {
  color: #A2A1AD;
  margin-bottom: 33px;
}
.events__inner-text {
  font-size: 24px;
  margin-bottom: 25px;
}
.events__inner-link {
  font-size: 37px;
  line-height: 45px;
  color: #CC1746;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 20px;
}
.events__inner-link svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.events__inner-link:hover {
  color: #E00A4C;
}
.events__inner-link:hover svg path {
  fill: #E00A4C;
}
.events__inner-btn {
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.events__inner-img {
  position: relative;
  margin-top: 20px;
  width: 640px;
  height: 100%;
}
.events__inner-img img {
  width: 100%;
  height: 100%;
}
.events__slider {
  overflow-x: hidden;
  position: relative;
  padding: 0 10px;
}
.events__slider .events__slider-button-next,
.events__slider .events__slider-button-prev {
  top: 40%;
}
.events__slider .events__slider-button-prev {
  left: -15px;
}
.events__slider .events__slider-button-next {
  right: -15px;
}
.events .swiper-slide {
  cursor: pointer;
  position: relative;
}
.events .swiper-slide .events__slide-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
  color: #000000;
  display: inline-block;
}
.events .swiper-slide:hover .events__slide-title {
  color: #CC1746;
}
.events__slider-img {
  padding-top: 56%;
  position: relative;
  margin-bottom: 16px;
}
.events__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-registration {
  margin-bottom: 80px;
}
.home-registration h3 {
  font-size: 70px;
  line-height: 1.15;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-registration h3 {
    font-size: 45px;
    text-align: center;
  }
}
.home-registration__inner {
  border: 3px solid #CC1746;
  padding: 60px 350px 78px 105px;
  background: repeat-y 96% url("../img/reg-bg.jpg");
  position: relative;
}
@media (max-width: 1680px) {
  .home-registration__inner {
    padding: 70px 250px 70px 50px;
  }
}
@media (max-width: 768px) {
  .home-registration__inner {
    background: none;
    padding: 40px 20px 40px 20px;
  }
}

.navigation {
  margin-bottom: 72px;
}
.navigation__title {
  margin-bottom: 30px;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 51px;
  gap: 12px;
}
.navigation__list-item {
  padding: 30px 25px 40px 38px;
  background-color: #F2F1F7;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  cursor: pointer;
  border: 2px solid #BDBCC5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__list-item:hover {
  border-color: #CC1746;
}
.navigation__list-item .navigation__item-title {
  color: #CC1746;
}
.navigation__list-item._active {
  background-color: #ffffff;
  border-color: #CC1746;
  pointer-events: none;
}
.navigation__list-item._active .navigation__item-title {
  color: #000000;
}
.navigation__item-title {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 5px;
}
.navigation__item-text {
  font-size: 22px;
  line-height: 27px;
}
.navigation__map {
  width: 100%;
}

.faq {
  padding-bottom: 130px;
}
.faq .secondary-title {
  margin-bottom: 50px;
}

.news-page {
  margin-top: 88px;
  margin-bottom: 143px;
}
.news-page__title {
  font-weight: 400;
  font-size: 83px;
  line-height: 102px;
  margin-bottom: 28px;
}
.news-page .news-item {
  max-width: 1200px;
  padding: 43px 90px 47px 56px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.news-page .news-item_bg {
  background: #F2F1F7;
  border: none;
}
.news-page .news-item__date {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #A2A1AD;
}
.news-page .news-item__title {
  font-weight: 400;
  font-size: 65px;
  line-height: 74px;
  margin-bottom: 38px;
}
.news-page .news-item__text {
  margin-bottom: 30px;
}
.news-page .news-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}
.news-page .news-item__tags li {
  margin-right: 20px;
}
.news-page .news-item__tags a {
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #DB5D7E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .news-item__tags a:hover {
  color: #CC1746;
}
.news-page .news-item__btn {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  cursor: pointer;
  background: none;
  padding: 15px 30px;
  border: 1px solid #000000;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .news-item__btn:hover {
  color: #CC1746;
  border: 1px solid #CC1746;
}
.news-page .news-item:not(:last-child) {
  margin-bottom: 25px;
}

.separate-news {
  padding-top: 85px;
  padding-bottom: 145px;
}
.separate-news__date {
  font-size: 20px;
  line-height: 25px;
  color: #A2A1AD;
  margin-bottom: 20px;
}
.separate-news__title {
  font-weight: 400;
  font-size: 65px;
  line-height: 74px;
  max-width: 1060px;
  margin-bottom: 40px;
}
.separate-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.separate-news__content {
  width: 67%;
  margin-right: 130px;
}
@media (max-width: 1024px) {
  .separate-news__content-item iframe {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .separate-news__content-item iframe {
    height: 350px;
  }
}
@media (max-width: 550px) {
  .separate-news__content-item iframe {
    height: 230px;
  }
}
.separate-news__content-item:not(:last-child) {
  margin-bottom: 30px;
}
.separate-news__content .separate-news__content-img {
  max-height: 535px;
  position: relative;
  padding-top: 49%;
  margin-top: 60px;
  margin-bottom: 55px;
}
.separate-news__content .separate-news__content-img img {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.separate-news__content-item p {
  font-size: 22px;
  line-height: 31px;
}
.separate-news__top-item p {
  font-size: 25px;
}
.separate-news__tags {
  min-width: 190px;
}
.separate-news__tags li {
  margin-bottom: 20px;
}
.separate-news__tags a {
  font-size: 20px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #DB5D7E;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.separate-news__tags a:hover {
  color: #CC1746;
}
.separate-news__link {
  font-size: 23px;
  line-height: 28px;
  color: #CC1746;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.separate-news__link svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}
.separate-news__link .separate-news__arrow-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.separate-news__link:hover {
  color: #E00A4C;
}
.separate-news__link:hover .separate-news__arrow-icon {
  fill: #E00A4C;
}

.events-page {
  padding-top: 88px;
  padding-bottom: 307px;
}
.events-page__title {
  font-weight: 400;
  font-size: 83px;
  line-height: 102px;
  margin-bottom: 28px;
}
.events-page .events-item {
  max-width: 1200px;
  padding: 52px 90px 47px 56px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.events-page .events-item_bg {
  background: #F2F1F7;
  border: none;
}
.events-page .events-item__title {
  font-weight: 400;
  font-size: 65px;
  line-height: 74px;
  margin-bottom: 32px;
}
.events-page .events-item .common-slider {
  margin-bottom: 30px;
}
.events-page .events-item__text {
  margin-bottom: 30px;
}
.events-page .events-item__organizers-title {
  font-size: 20px;
  line-height: 25px;
  color: #A2A1AD;
  margin-bottom: 10px;
}
.events-page .events-item__btn {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  cursor: pointer;
  background: none;
  padding: 15px 30px;
  border: 1px solid #000000;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.events-page .events-item__btn:hover {
  color: #CC1746;
  border: 1px solid #CC1746;
}
.events-page .events-item:not(:last-child) {
  margin-bottom: 25px;
}

.separate-event {
  padding-top: 85px;
  padding-bottom: 122px;
}
.separate-event__date {
  font-size: 20px;
  line-height: 25px;
  color: #A2A1AD;
  margin-bottom: 20px;
}
.separate-event__title {
  font-weight: 400;
  font-size: 65px;
  line-height: 74px;
  max-width: 1060px;
  margin-bottom: 45px;
}
.separate-event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.separate-event__info-date {
  margin-right: 80px;
}
.separate-event__date-title, .separate-event__place-title {
  font-size: 20px;
  line-height: 25px;
  color: #A2A1AD;
  margin-bottom: 5px;
}
.separate-event__date-text, .separate-event__place-text {
  font-size: 22px;
  line-height: 27px;
  color: #CC1746;
}
.separate-event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.separate-event__content {
  width: 67%;
  margin-right: 130px;
}
.separate-event__content-item:not(:last-child) {
  margin-bottom: 30px;
}
.separate-event__content .separate-event__content-img {
  max-height: 535px;
  position: relative;
  padding-top: 49%;
  margin-top: 60px;
  margin-bottom: 42px;
}
.separate-event__content .separate-event__content-img img {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.separate-event__content-item p {
  font-size: 22px;
  line-height: 31px;
}
.separate-event__top-item p {
  font-size: 25px;
}
.separate-event__right-info {
  max-width: 175px;
}
.separate-event__organizers {
  margin-top: 30px;
}
.separate-event__organizers li {
  margin-bottom: 36px;
}
.separate-event__organizers p {
  font-size: 20px;
  line-height: 22px;
  color: #A2A1AD;
}
.separate-event__tags {
  min-width: 190px;
  margin-top: -10px;
  margin-bottom: 100px;
}
.separate-event__tags li {
  margin-bottom: 20px;
}
.separate-event__tags a {
  font-size: 20px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #DB5D7E;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.separate-event__tags a:hover {
  color: #CC1746;
}
.separate-event__link {
  font-size: 23px;
  line-height: 28px;
  color: #CC1746;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.separate-event__link svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}
.separate-event__link .separate-event__arrow-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.separate-event__link:hover {
  color: #E00A4C;
}
.separate-event__link:hover .separate-event__arrow-icon {
  fill: #E00A4C;
}

.mobile-qr-page {
  background-color: #fff;
}
.mobile-qr-page._team main h1 {
  line-height: 1.1;
  margin-bottom: 4px;
}
.mobile-qr-page._team main h3 {
  font-size: 16px;
  line-height: 1.2;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  max-width: 210px;
  text-align: center;
  margin-bottom: 3px;
}
.mobile-qr-page._team main .mobile-qr-page__date {
  font-size: 12px;
  line-height: 1.1;
}
.mobile-qr-page._team footer {
  padding-top: 36px;
  background-position-y: 10px;
}
.mobile-qr-page .site-container {
  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;
}
.mobile-qr-page .header {
  padding-top: 40px;
  background: url("../img/mobile-weave.png") no-repeat;
  background-position-y: 15px;
}
.mobile-qr-page .header p {
  color: #000;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.mobile-qr-page .main {
  min-height: auto;
}
.mobile-qr-page .main .container {
  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;
}
.mobile-qr-page .main h2 {
  color: #000;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-qr-page .main h2 svg {
  margin-right: 5px;
}
.mobile-qr-page .main h1 {
  color: #000;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 12px;
  max-width: 315px;
  line-height: 1.2;
}
.mobile-qr-page .main .mobile-qr-page__qr-img {
  margin-bottom: 18px;
}
.mobile-qr-page .main .mobile-qr-page__date {
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 20px;
}
.mobile-qr-page footer {
  padding-top: 45px;
  background: url("../img/mobile-weave.png") no-repeat;
  background-position-y: 20px;
}
.mobile-qr-page footer p {
  color: #000;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.4;
  max-width: 290px;
}
.mobile-qr-page footer p a {
  color: #CC1746;
}

.inspector-auth-page {
  background-color: #fff;
}
.inspector-auth-page .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inspector-auth-page__form {
  max-width: 290px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inspector-auth-page__form .input-wrapper {
  margin-bottom: 20px;
  width: 100%;
}
.inspector-auth-page__form label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.inspector-auth-page__form .main-input {
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 18px;
  padding: 9px 8px;
  text-align: center;
}
.inspector-auth-page__form .main-input::-webkit-input-placeholder {
  color: #A2A1AD;
}
.inspector-auth-page__form .main-input::-moz-placeholder {
  color: #A2A1AD;
}
.inspector-auth-page__form .main-input:-ms-input-placeholder {
  color: #A2A1AD;
}
.inspector-auth-page__form .main-input::-ms-input-placeholder {
  color: #A2A1AD;
}
.inspector-auth-page__form .main-input::placeholder {
  color: #A2A1AD;
}
.inspector-auth-page__form button {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  background-color: #CC1746;
  padding: 10px 10px;
}

.inspector-scan-page, .canteen-scan-page {
  background-color: #fff;
  padding-bottom: 20px;
}
.inspector-scan-page .main .container, .canteen-scan-page .main .container {
  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;
  min-height: calc(100vh - 180px);
  max-width: 320px;
}
.inspector-scan-page .main h3, .canteen-scan-page .main h3 {
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inspector-scan-page .main .new-code-btn, .canteen-scan-page .main .new-code-btn {
  border: 1px solid #000000;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.inspector-scan-page .main .out-link, .canteen-scan-page .main .out-link {
  border: 1px solid #C7C7C7;
  margin-top: auto;
  text-align: center;
  color: #000000;
  font-size: 18px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

.bus-reg-page .container {
  padding: 90px 15px 645px;
}
.bus-reg-page h1 {
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .bus-reg-page h1 {
    font-size: 40px;
  }
}
.bus-reg-page .bus-reg-form {
  max-width: 1290px;
}
.bus-reg-page .bus-reg-form .main-input {
  padding: 17px 19px;
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form .main-input {
    font-size: 20px;
  }
}
.bus-reg-page .bus-reg-form select.main-input {
  padding-right: 43px;
  background: #FFFFFF url('data:image/svg+xml,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 0.691406L9.5 13.6914L0 0.691406H19Z" fill="black"/></svg>') no-repeat right 20px center;
}
.bus-reg-page .bus-reg-form .grid-row {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template: auto/repeat(3, 1fr);
  margin-bottom: 44px;
}
@media (max-width: 1280px) {
  .bus-reg-page .bus-reg-form .grid-row {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form .grid-row {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.bus-reg-page .bus-reg-form__input label {
  font-size: 30px;
  display: block;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form__input label {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.bus-reg-page .bus-reg-form__input._loc-select {
  margin-bottom: 20px;
}
.bus-reg-page .bus-reg-form__input .date-mask {
  background: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4C8.53043 4 9.03914 3.78929 9.41421 3.41421C9.78929 3.03914 10 2.53043 10 2C10 1.46957 9.78929 0.96086 9.41421 0.585787C9.03914 0.210714 8.53043 0 8 0C7.46957 0 6.96086 0.210714 6.58579 0.585787C6.21071 0.96086 6 1.46957 6 2C6 2.53043 6.21071 3.03914 6.58579 3.41421C6.96086 3.78929 7.46957 4 8 4ZM14 4C14.5304 4 15.0391 3.78929 15.4142 3.41421C15.7893 3.03914 16 2.53043 16 2C16 1.46957 15.7893 0.96086 15.4142 0.585787C15.0391 0.210714 14.5304 0 14 0C13.4696 0 12.9609 0.210714 12.5858 0.585787C12.2107 0.96086 12 1.46957 12 2C12 2.53043 12.2107 3.03914 12.5858 3.41421C12.9609 3.78929 13.4696 4 14 4ZM20 4C20.5304 4 21.0391 3.78929 21.4142 3.41421C21.7893 3.03914 22 2.53043 22 2C22 1.46957 21.7893 0.96086 21.4142 0.585787C21.0391 0.210714 20.5304 0 20 0C19.4696 0 18.9609 0.210714 18.5858 0.585787C18.2107 0.96086 18 1.46957 18 2C18 2.53043 18.2107 3.03914 18.5858 3.41421C18.9609 3.78929 19.4696 4 20 4ZM2 10C2.53043 10 3.03914 9.78929 3.41421 9.41421C3.78929 9.03914 4 8.53043 4 8C4 7.46957 3.78929 6.96086 3.41421 6.58579C3.03914 6.21071 2.53043 6 2 6C1.46957 6 0.960859 6.21071 0.585786 6.58579C0.210714 6.96086 0 7.46957 0 8C0 8.53043 0.210714 9.03914 0.585786 9.41421C0.960859 9.78929 1.46957 10 2 10ZM8 10C8.53043 10 9.03914 9.78929 9.41421 9.41421C9.78929 9.03914 10 8.53043 10 8C10 7.46957 9.78929 6.96086 9.41421 6.58579C9.03914 6.21071 8.53043 6 8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8C6 8.53043 6.21071 9.03914 6.58579 9.41421C6.96086 9.78929 7.46957 10 8 10ZM14 10C14.5304 10 15.0391 9.78929 15.4142 9.41421C15.7893 9.03914 16 8.53043 16 8C16 7.46957 15.7893 6.96086 15.4142 6.58579C15.0391 6.21071 14.5304 6 14 6C13.4696 6 12.9609 6.21071 12.5858 6.58579C12.2107 6.96086 12 7.46957 12 8C12 8.53043 12.2107 9.03914 12.5858 9.41421C12.9609 9.78929 13.4696 10 14 10ZM20 10C20.5304 10 21.0391 9.78929 21.4142 9.41421C21.7893 9.03914 22 8.53043 22 8C22 7.46957 21.7893 6.96086 21.4142 6.58579C21.0391 6.21071 20.5304 6 20 6C19.4696 6 18.9609 6.21071 18.5858 6.58579C18.2107 6.96086 18 7.46957 18 8C18 8.53043 18.2107 9.03914 18.5858 9.41421C18.9609 9.78929 19.4696 10 20 10ZM2 16C2.53043 16 3.03914 15.7893 3.41421 15.4142C3.78929 15.0391 4 14.5304 4 14C4 13.4696 3.78929 12.9609 3.41421 12.5858C3.03914 12.2107 2.53043 12 2 12C1.46957 12 0.960859 12.2107 0.585786 12.5858C0.210714 12.9609 0 13.4696 0 14C0 14.5304 0.210714 15.0391 0.585786 15.4142C0.960859 15.7893 1.46957 16 2 16ZM8 16C8.53043 16 9.03914 15.7893 9.41421 15.4142C9.78929 15.0391 10 14.5304 10 14C10 13.4696 9.78929 12.9609 9.41421 12.5858C9.03914 12.2107 8.53043 12 8 12C7.46957 12 6.96086 12.2107 6.58579 12.5858C6.21071 12.9609 6 13.4696 6 14C6 14.5304 6.21071 15.0391 6.58579 15.4142C6.96086 15.7893 7.46957 16 8 16ZM14 16C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14C16 13.4696 15.7893 12.9609 15.4142 12.5858C15.0391 12.2107 14.5304 12 14 12C13.4696 12 12.9609 12.2107 12.5858 12.5858C12.2107 12.9609 12 13.4696 12 14C12 14.5304 12.2107 15.0391 12.5858 15.4142C12.9609 15.7893 13.4696 16 14 16Z" fill="black"/></svg>') no-repeat right 20px center;
  padding-right: 45px;
}
.bus-reg-page .bus-reg-form__prompt {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 44px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form__prompt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.bus-reg-page .bus-reg-form__link {
  display: inline-block;
  margin: 43px 0 40px;
  color: #CC1746;
  font-size: 30px;
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form__link {
    font-size: 20px;
    margin: 23px 0 20px;
  }
}
.bus-reg-page .bus-reg-form__submit-btn {
  font-size: 37px;
  color: #ffffff;
  padding: 20px 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #CC1746;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bus-reg-page .bus-reg-form__submit-btn {
    padding: 14px 18px;
    font-size: 25px;
  }
}
.bus-reg-page .bus-reg-form__submit-btn:hover {
  background-color: #E00A4C;
}
.bus-reg-page .bus-reg-form .bus-reg-form__club-title-input {
  margin-bottom: 44px;
}

.qr-reg-page {
  background-color: #fff;
  padding-bottom: 20px;
}
.qr-reg-page .main .container {
  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;
  min-height: calc(100vh - 180px);
  max-width: 320px;
}
.qr-reg-page .main h3 {
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.qr-reg-page .main .new-code-btn {
  border: 1px solid #000000;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin: 10px 0 90px;
}
.qr-reg-page .main .out-link {
  border: 1px solid #C7C7C7;
  margin-top: auto;
  text-align: center;
  color: #000000;
  font-size: 18px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.qr-reg-page .qr-reading {
  margin-bottom: 0;
}
.qr-reg-page .qr-reading._new-ticket .qr-reading__status._new-ticket {
  display: block;
}
.qr-reg-page .ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 5px;
}
.qr-reg-page .ticket-info p {
  text-transform: uppercase;
  font-size: 25px;
}
.qr-reg-page .ticket-info__number {
  margin-bottom: 25px;
}
.qr-reg-page .ticket-info__link {
  border: 1px solid #000000;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  margin-bottom: 10px;
}

.band-reg-page {
  background-color: #fff;
  padding-bottom: 20px;
}
.band-reg-page .main .container {
  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;
  min-height: calc(100vh - 180px);
  max-width: 320px;
}
.band-reg-page .main h3 {
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.band-reg-page .main .new-code-btn {
  border: 1px solid #000000;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
}
.band-reg-page .main .out-link {
  border: 1px solid #C7C7C7;
  margin-top: auto;
  text-align: center;
  color: #000000;
  font-size: 18px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.band-reg-page .qr-reading {
  margin-bottom: 0;
}
.band-reg-page .qr-reading._new-band .qr-reading__status._new-band {
  display: block;
}
.band-reg-page .ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.band-reg-page .ticket-info p {
  text-transform: uppercase;
  font-size: 25px;
}
.band-reg-page .next-qr-link {
  border: 1px solid #000000;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  margin-bottom: 10px;
}
.band-reg-page .band-connect-info {
  text-transform: uppercase;
  font-size: 25px;
  color: #27A327;
  text-align: center;
  max-width: 195px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.band-reg-page .band-connect-info span {
  word-break: break-all;
  display: block;
}

.on-place-page {
  padding: 95px 0 150px;
}
@media (max-width: 768px) {
  .on-place-page {
    padding: 30px 0 40px;
  }
}
.on-place-page h3 {
  font-size: 65px;
  line-height: 1.15;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .on-place-page h3 {
    font-size: 45px;
    text-align: center;
  }
}
.on-place-page__inner {
  max-width: 1190px;
}
.on-place-page__scan {
  max-width: 545px;
  min-height: 270px;
}
.on-place-page .qr-reading {
  margin-bottom: 0;
  min-height: 270px;
  gap: 20px;
}
.on-place-page .qr-reading._success .qr-reading__status {
  display: block;
  max-width: 358px;
}

.turnstile-scan-page__connect-gate-btn {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background: #27A327;
}

.checkpoints-list-page {
  padding: 50px 0 120px;
  background: #F5F5F5;
  min-height: 100vh;
}
.checkpoints-list-page .container {
  max-width: 1280px;
}
.checkpoints-list-page h1 {
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .checkpoints-list-page h1 {
    font-size: 30px;
  }
}
.checkpoints-list-page__info {
  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;
  margin-bottom: 20px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkpoints-list-page__info p {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.checkpoints-list-page__info p span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.checkpoints-list-page__info button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  padding: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkpoints-list-page__info button svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkpoints-list-page__info button:hover {
  background: #005D97;
  color: #ffffff;
}
.checkpoints-list-page__info button:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 1024px) {
  .checkpoints-list-page .main-table {
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .checkpoints-list-page .main-table__row {
    min-width: 800px;
  }
}
.checkpoints-list-page .main-table__cell:first-child {
  max-width: 35%;
}
.checkpoints-list-page .main-table__cell:nth-child(2) {
  max-width: 10%;
}
.checkpoints-list-page .main-table__cell:nth-child(3) {
  max-width: 35%;
}
.checkpoints-list-page .main-table__cell:nth-child(4) {
  max-width: 20%;
}
.checkpoints-list-page .main-table__cell._denied {
  padding-left: 20px;
  color: #D9001B;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23D9001B"/><rect width="8.12592" height="0.325037" transform="matrix(0.706782 -0.707431 0.706782 0.707431 3.02344 8.76758)" fill="white" stroke="white" stroke-linejoin="round"/><rect width="8.12592" height="0.325037" transform="matrix(-0.706782 -0.707431 0.706782 -0.707431 8.74219 8.97852)" fill="white" stroke="white" stroke-linejoin="round"/></svg>') no-repeat left center;
}
.checkpoints-list-page .main-table__cell._admitted {
  padding-left: 20px;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23005D97"/></svg>') no-repeat left center;
}

.checkpoint-item-page {
  padding: 50px 0 120px;
  background: #F5F5F5;
  min-height: 100vh;
}
.checkpoint-item-page .container {
  max-width: 1280px;
}
.checkpoint-item-page__general-list-link {
  color: #184F71;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
  padding-left: 20px;
  background: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1923 2.46191H2.97436L4.02564 1.47473C4.3718 1.15422 4.38462 0.615754 4.0641 0.269601C3.74359 -0.0765533 3.19231 -0.0893738 2.85897 0.231139L0.269231 2.6414C0.0897436 2.80806 0 3.02601 0 3.2696C0 3.51319 0.102564 3.73114 0.269231 3.89781L2.84615 6.30806C3.01282 6.46191 3.21795 6.53883 3.4359 6.53883C3.66667 6.53883 3.89744 6.44909 4.0641 6.2696C4.38462 5.92345 4.3718 5.38499 4.02564 5.06447L2.97436 4.07729H12.1923C12.641 4.07729 13 3.71832 13 3.2696C13 2.82088 12.641 2.46191 12.1923 2.46191Z" fill="%23184F71"/></svg>') no-repeat center left;
}
.checkpoint-item-page__general-list-link:hover {
  color: #005D97;
}
.checkpoint-item-page h1 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .checkpoint-item-page h1 {
    font-size: 30px;
  }
}
.checkpoint-item-page__info {
  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;
  margin-bottom: 20px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkpoint-item-page__info p {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.checkpoint-item-page__info p span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.checkpoint-item-page__info button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  padding: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkpoint-item-page__info button svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkpoint-item-page__info button:hover {
  background: #005D97;
  color: #ffffff;
}
.checkpoint-item-page__info button:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 1024px) {
  .checkpoint-item-page .main-table {
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .checkpoint-item-page .main-table__row {
    min-width: 800px;
  }
}
.checkpoint-item-page .main-table__cell:first-child {
  max-width: 35%;
}
.checkpoint-item-page .main-table__cell:nth-child(2) {
  max-width: 20%;
}
.checkpoint-item-page .main-table__cell:nth-child(3) {
  max-width: 45%;
}
.checkpoint-item-page .main-table__cell._denied {
  padding-left: 20px;
  color: #D9001B;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23D9001B"/><rect width="8.12592" height="0.325037" transform="matrix(0.706782 -0.707431 0.706782 0.707431 3.02344 8.76758)" fill="white" stroke="white" stroke-linejoin="round"/><rect width="8.12592" height="0.325037" transform="matrix(-0.706782 -0.707431 0.706782 -0.707431 8.74219 8.97852)" fill="white" stroke="white" stroke-linejoin="round"/></svg>') no-repeat left center;
}
.checkpoint-item-page .main-table__cell._admitted {
  padding-left: 20px;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23005D97"/></svg>') no-repeat left center;
}

.inspector-control-page {
  background-color: #fff;
}
.inspector-control-page .container {
  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;
  max-width: 320px;
}
.inspector-control-page .inspector-header {
  margin-bottom: 15px;
}
.inspector-control-page__header {
  margin-bottom: 20px;
}
.inspector-control-page__header img {
  margin-bottom: 20px;
}
.inspector-control-page__header h6 {
  font-size: 20px;
  color: #CC1746;
  line-height: 1.2;
  font-weight: 400;
}
.inspector-control-page__header h4 {
  font-size: 20px;
  font-weight: 400;
}
.inspector-control-page__controllers {
  width: 100%;
}
.inspector-control-page__controllers li:not(:last-child) {
  margin-bottom: 25px;
}
.inspector-control-page__controllers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #CC1746;
  color: #CC1746;
  font-size: 22px;
  border-radius: 5px;
  padding-left: 20px;
}

.inspector-control-page__controllers li a:hover {
  background-color: #CC1746;
  color: #ffffff;
}


.inspector-control-page__controllers li a._disabled {
  pointer-events: none;
  opacity: 0.4;
}

.header {
  padding-top: 38px;
}
.header__top {
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .header__top-logo {
    width: 309px;
    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;
    gap: 20px;
  }
}
.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .header__top .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header__top .container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.header__logo {
  width: 32%;
}
@media (max-width: 1580px) {
  .header__logo {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 100%;
    max-width: 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__date {
  color: #ffffff;
  background-color: #CC1746;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 4px;
  text-align: center;
}
.header__time {
  margin-right: 15px;
  margin-left: 15px;
  min-width: 307px;
}
@media (max-width: 768px) {
  .header__time {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.header__countdown {
  margin-bottom: 4px;
}
.header__countdown span {
  font-family: "Tsarevich", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #CC1746;
}
.header__reg-btn {
  color: #CC1746;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 25px;
  stroke: #CC1746;
  border: 1px solid #CC1746;
  border-radius: 3px;
  padding: 6px 5px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  cursor: pointer;
}
.header__reg-btn:hover {
  background-color: #CC1746;
  color: #ffffff;
}
.header__slider {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  min-width: 700px;
  width: 700px;
}
@media (max-width: 1400px) {
  .header__slider {
    min-width: 400px;
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .header__slider {
    min-width: 200px;
    width: 200px;
  }
}
.header__slider .swiper-slide {
  cursor: pointer;
  position: relative;
}
.header__slider-img {
  padding-top: 60%;
  position: relative;
}
.header__slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.header .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__nav {
  background-color: #CC1746;
  padding: 15px 0;
}
.header__nav-list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 308px;
  }
}
.header__nav-list.news_active .header__news-item a {
  background-color: #7A0E2A;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__nav-list.news_active .header__news-item a {
    background: transparent;
  }
}
.header__nav-list.events_active .header__events-item a {
  background-color: #7A0E2A;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .header__nav-list.events_active .header__events-item a {
    background: transparent;
  }
}
.header__list-item a {
  color: #ffffff;
  cursor: pointer;
  padding: 7px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header .header__list-item a {
    font-size: 25px;
  }
}
.header__list-item a:hover {
  background-color: #7A0E2A;
  border-radius: 50px;
}
.header__list-item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .header__list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.header__video-modal {
  position: fixed;
  border-radius: 10px;
  padding: 40px 120px 90px 120px;
  width: 1200px;
  height: 700px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF url("../img/modal-bg.png") repeat-x 100% 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 768px) {
  .header__video-modal {
    height: 45%;
  }
}
.header__video-modal.header__video-modal_active {
  z-index: 99999999;
  visibility: visible;
  opacity: 1;
}
.header__video-modal .header__video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header__video-modal .header__video-wrapper {
    width: 100%;
  }
}
.header__video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.header__video-modal .modal-close {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__video-modal .modal-close {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .header__nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer {
  padding: 21px 0;
  background-color: #CC1746;
}
.footer .container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__copyright {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.footer__phone-link {
  font-size: 22px;
  line-height: 27px;
  margin-left: 60px;
  color: #FFFFFF;
}
.footer__connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.footer__connect a {
  height: 30px;
}

#scrollTop, .scroll-top-modal {
  border: none;
  border-radius: 50%;
  padding: 9px;
  background: #CC1746;
  width: 45px;
  height: 45px;
  outline: none;
  cursor: pointer;
  position: fixed;
  right: 4vw;
  bottom: 10vh;
  line-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  z-index: 997;
}
#scrollTop._hide, .scroll-top-modal._hide {
  opacity: 0;
}
#scrollTop:hover, .scroll-top-modal:hover {
  background-color: #E00A4C;
}
#scrollTop:hover img, .scroll-top-modal:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
#scrollTop img, .scroll-top-modal img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scroll-top-modal {
  right: 20px;
  bottom: -35px;
  background: #EE0F45;
  position: sticky;
  margin-left: 99.5%;
}
@media (max-width: 1024px) {
  .scroll-top-modal {
    margin-left: 96%;
    bottom: -10px;
  }
}
@media (max-width: 768px) {
  .scroll-top-modal {
    margin-left: 94%;
  }
}
@media (max-width: 550px) {
  .scroll-top-modal {
    margin-left: 90%;
  }
}
.scroll-top-modal:hover svg {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.scroll-top-modal svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  width: 24px;
  height: 15px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}
.overlay._active {
  display: block;
}

.reg-modal {
  position: fixed;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  border: 3px solid #CC1746;
  background-color: #ffffff;
  padding: 65px 46px 50px 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .reg-modal {
    width: 85%;
    padding: 50px 20px 25px 20px;
  }
}
.reg-modal._active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.reg-modal h2 {
  color: #CC1746;
  text-align: center;
  line-height: 1.1;
  font-size: 50px;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .reg-modal h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.reg-modal h3 {
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 50px;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .reg-modal h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.reg-modal .reg-form__input label {
  font-size: 20px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .reg-modal .reg-form__input label {
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.reg-modal .reg-form__input .main-input {
  font-size: 20px;
  padding: 15px 15px;
}
@media (max-width: 768px) {
  .reg-modal .reg-form__input .main-input {
    padding: 12px 8px;
  }
}
.reg-modal .reg-form__input select.main-input {
  padding-right: 35px;
  background: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0L6.5 7L0 0H13Z" fill="black"/></svg>') no-repeat right 20px center;
}
.reg-modal .reg-form__inputs-row {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .reg-modal .main-checkbox span {
    font-size: 18px;
  }
}
.reg-modal .reg-form__options {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .reg-modal .reg-form__options .option-tmpl label {
    font-size: 20px;
    line-height: 1.2;
  }
  .reg-modal .reg-form__options .option-tmpl .reg-form__input .main-input {
    font-size: 20px;
  }
}
.reg-modal .reg-form__options .option-tmpl._group .reg-form__inputs-row-group {
  -ms-grid-rows: auto;
  -ms-grid-columns: 1.2fr 1.5fr 0.3fr;
  grid-template: auto/1.2fr 1.5fr 0.3fr;
}
@media (max-width: 1280px) {
  .reg-modal .reg-form__options .option-tmpl._group .reg-form__inputs-row-group {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-modal .reg-form__submit-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 49px;
  position: relative;
}
.reg-modal .reg-form__submit-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  background: url("../img/modal-bg.png");
  width: 111.5%;
  height: 9px;
  z-index: 20;
}
@media (max-width: 1024px) {
  .reg-modal .reg-form__submit-btn-wrapper::before {
    left: 0;
    width: 100%;
  }
}
.reg-modal .reg-form__submit-btn-wrapper .reg-form__submit-btn {
  margin-top: 0;
  width: 100%;
}
.reg-modal .reg-form__options .option-tmpl._group .generate-tmpl__content {
  margin-top: 40px;
}
.reg-modal .reg-form__code-input-wrapper button {
  font-size: 15px;
  height: 35px;
  padding: 0 20px;
  right: 10px;
}
@media (max-width: 768px) {
  .reg-modal .reg-form__code-input-wrapper button {
    max-width: 53px;
    font-size: 10px;
    line-height: 1.1;
    padding: 0 2px;
    right: 5px;
  }
}

.info-modal {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.info-modal__content {
  position: fixed;
  border-radius: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  width: 400px;
  height: 300px;
  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;
  padding: 20px 15px;
}
@media (max-width: 500px) {
  .info-modal__content {
    width: 260px;
    height: 220px;
  }
}
.info-modal__content-text {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 500px) {
  .info-modal__content-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.inspector-header {
  padding: 15px 0;
  margin-bottom: 20px;
}
.inspector-header h3 {
  color: #CC1746;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1;
}
.inspector-header p {
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.inspector-header h2 {
  margin-top: 20px;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 45px;
}

.qr-reading {
  width: 100%;
  background-color: #27A327;
  border-radius: 5px;
  padding: 15px 10px;
  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;
  margin-bottom: 20px;
}
.qr-reading h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 27px;
}
.qr-reading h6 svg {
  margin-right: 3px;
}
.qr-reading__icon {
  width: 115px;
  height: 110px;
  margin-bottom: 20px;
  background: url("../img/check-icon-qr.png") no-repeat center;
}
.qr-reading._not-valid, .qr-reading._not-in-base, .qr-reading._cooldown, .qr-reading._no-pitanie {
  background-color: #CC1746;
}
.qr-reading._not-valid .qr-reading__icon, .qr-reading._not-in-base .qr-reading__icon, .qr-reading._cooldown .qr-reading__icon, .qr-reading._no-pitanie .qr-reading__icon {
  background: url("../img/cross-icon-qr.png") no-repeat center;
}
.qr-reading__status {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  display: none;
}
.qr-reading._not-valid .qr-reading__status._not-valid {
  display: block;
}
.qr-reading._not-in-base .qr-reading__status._not-in-base {
  display: block;
}
.qr-reading._cooldown .qr-reading__status._cooldown {
  display: block;
}
.qr-reading._cooldown .qr-reading__status._cooldown span {
  font-weight: 700;
}
.qr-reading._guest .qr-reading__status._guest {
  display: block;
}
.qr-reading._participant .qr-reading__status._participant {
  display: block;
}
.qr-reading._group .qr-reading__status._group {
  display: block;
}
.qr-reading._no-pitanie .qr-reading__status._no-pitanie {
  display: block;
}

.qr-scanner__one-guest p {
  text-align: center;
}
.qr-scanner__one-guest .guest-name {
  font-size: 28px;
  margin-bottom: 10px;
}
.qr-scanner__one-guest .guest-code {
  font-size: 20px;
}

.qr-scanner__group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qr-scanner__group p {
  text-align: center;
}
.qr-scanner__group .group-name {
  max-width: 235px;
  font-size: 28px;
}
.qr-scanner__group .group-leader {
  font-size: 20px;
  line-height: 1.2;
}
.qr-scanner__group .group-code {
  font-size: 20px;
}

.auth-modal {
  position: fixed;
  max-height: 95vh;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 735px;
  border: 3px solid #CC1746;
  background-color: #ffffff;
  padding: 50px 50px 50px 45px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.auth-modal::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 1024px) {
  .auth-modal {
    width: 85%;
    padding: 50px 20px 25px 20px;
  }
}
.auth-modal._active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.auth-modal h2 {
  color: #CC1746;
  line-height: 1.1;
  font-size: 70px;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .auth-modal h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.auth-modal .link {
  font-family: "MADE Likes Slab";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #CC1746;
}
.auth-modal .small-link {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .auth-modal__state-select {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.auth-modal__input label {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .auth-modal__input label {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .auth-modal__input {
    margin-bottom: 15px;
  }
}
.auth-modal__input .main-input {
  padding: 17px 20px;
}
@media (max-width: 768px) {
  .auth-modal__input .main-input {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.auth-modal__mark {
  font-size: 20px;
  line-height: 1.3;
  border-radius: 5px;
  background: #F2F1F7;
  padding: 22px 20px;
  margin-bottom: 35px;
}
.auth-modal__state {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth-modal__input-desc, .auth-modal__select-desc, .auth-modal__input-warning {
  margin-top: 7px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .auth-modal__input-desc, .auth-modal__select-desc, .auth-modal__input-warning {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.15;
  }
}
.auth-modal__submit-btn {
  margin-bottom: 55px;
  font-size: 37px;
  color: #ffffff;
  padding: 18px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #CC1746;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .auth-modal__submit-btn {
    padding: 14px 18px;
    font-size: 25px;
  }
}
.auth-modal__submit-btn:hover {
  background-color: #E00A4C;
}
.auth-modal__footer {
  padding-top: 50px;
  position: relative;
}
.auth-modal__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 9px;
  background: url("../img/red-weave.png") no-repeat;
}

.reg-form select.main-input {
  padding-right: 43px;
  background: #FFFFFF url('data:image/svg+xml,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 0.691406L9.5 13.6914L0 0.691406H19Z" fill="black"/></svg>') no-repeat right 20px center;
}
@media (max-width: 1280px) {
  .reg-form .grid-row {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-form__desc {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 45px;
  position: relative;
}
.reg-form__prompt {
  font-size: 20px;
  line-height: 1.3;
  padding: 20px 22px;
  background: #F2F1F7;
  border-radius: 5px;
  margin-bottom: 45px;
}
.reg-form__prompt a {
  color: #CC1746;
}
.reg-form__inputs-row {
  margin-bottom: 36px;
}
.reg-form__inputs-row._dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.reg-form__inputs-row._dates .reg-form__input {
  min-width: 370px;
}
@media (max-width: 768px) {
  .reg-form__inputs-row._dates .reg-form__input {
    min-width: auto;
  }
}
.reg-form__input._sm {
  max-width: 130px;
}
.reg-form__input label {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .reg-form__input label {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.reg-form__input .main-input {
  padding: 17px 19px;
}
@media (max-width: 768px) {
  .reg-form__input .main-input {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.reg-form__input-desc, .reg-form__select-desc, .reg-form__input-warning {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .reg-form__input-desc, .reg-form__select-desc, .reg-form__input-warning {
    font-size: 16px;
    margin-top: 5px;
  }
}
.reg-form__code-input-wrapper {
  position: relative;
}
.reg-form__code-input-wrapper .main-input {
  padding-right: 200px;
}
@media (max-width: 768px) {
  .reg-form__code-input-wrapper .main-input {
    padding-right: 105px;
    font-size: 16px;
  }
}
.reg-form__code-input-wrapper button {
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 16px;
  height: 40px;
  background-color: #CC1746;
  border-radius: 5px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .reg-form__code-input-wrapper button {
    font-size: 12px;
    height: 35px;
    padding: 0 5px;
    right: 10px;
  }
}
.reg-form__options {
  margin-top: 52px;
  margin-bottom: 55px;
}
.reg-form__options li .reg-form__inputs-row:last-child {
  margin-bottom: 0;
}
.reg-form__options li .main-checkbox._opt {
  border-radius: 5px;
  background: #F2F1F7;
  padding: 26px 24px;
}
.reg-form__options li .main-checkbox._opt._checked {
  background: #CC1746;
}
.reg-form__options li .main-checkbox._opt input[type=checkbox]:checked + span::before {
  border-color: transparent;
  background: #ffffff url('data:image/svg+xml,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.75 10.4776L7.47942 15.4414L13.448 9.19141L19.4167 2.94141" stroke="%23CC1746" stroke-width="3" stroke-miterlimit="10" stroke-linecap="square"/></svg>') no-repeat center center;
}
.reg-form__options li .main-checkbox._opt input[type=checkbox]:checked + span {
  color: #FFFFFF;
}
.reg-form__options li:not(:last-child) {
  margin-bottom: 10px;
}
.reg-form__options .option-tmpl {
  background: #F2F1F7;
  border-radius: 5px;
  margin-top: 5px;
  padding: 27px 15px 27px 24px;
}
.reg-form__options .option-tmpl label {
  font-size: 25px;
}
.reg-form__options .option-tmpl .reg-form__input .main-input {
  padding: 15px 19px;
  font-size: 25px;
}
.reg-form__options .option-tmpl .reg-form__input select.main-input {
  padding-right: 33px;
}
.reg-form__options .option-tmpl select.main-input {
  background: #FFFFFF url('data:image/svg+xml,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9513 0.691406L8.45129 10.6914L0.951294 0.691406H15.9513Z" fill="black"/></svg>') no-repeat right 15px center;
}
.reg-form__options .option-tmpl .reg-form__prompt {
  background: transparent;
  padding: 0;
  margin-bottom: 35px;
}
.reg-form__options .option-tmpl .reg-form__prompt:last-child {
  margin-bottom: 0;
}
.reg-form__options .option-tmpl._group .reg-form__inputs-row-group {
  -ms-grid-rows: auto;
  -ms-grid-columns: 1.5fr 1.2fr 0.3fr;
  grid-template: auto/1.5fr 1.2fr 0.3fr;
  margin: 0;
}
@media (max-width: 1280px) {
  .reg-form__options .option-tmpl._group .reg-form__inputs-row-group {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-form__options .option-tmpl._group .reg-form__inputs-row-member {
  -ms-grid-rows: auto;
  -ms-grid-columns: 0.4fr 1.2fr 1.2fr 1.2fr;
  grid-template: auto/0.4fr 1.2fr 1.2fr 1.2fr;
}
@media (max-width: 1280px) {
  .reg-form__options .option-tmpl._group .reg-form__inputs-row-member {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-form__options .option-tmpl._group .generate-tmpl__content {
  margin-top: 60px;
}
.reg-form__options .option-tmpl._group .generate-tmpl__content:empty {
  margin-top: 0;
}
.reg-form__options .option-tmpl._group .generate-tmpl__content .reg-form__inputs-row:not(:last-child) {
  margin-bottom: 23px;
}
.reg-form__options .option-tmpl._ts .option-tmpl__ts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .reg-form__options .option-tmpl._ts .option-tmpl__ts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reg-form__options .option-tmpl._ts .option-tmpl__ts-row > .reg-form__input {
  max-width: 130px;
}
.reg-form__options .option-tmpl._ts .option-tmpl__ts-row .generate-tmpl__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.reg-form__options .option-tmpl._ts .reg-form__inputs-row-ts {
  margin-bottom: 23px;
}
@media (max-width: 1280px) {
  .reg-form__options .option-tmpl._ts .reg-form__inputs-row-ts {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-form__options .option-tmpl._tmpl .grid-row {
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template: auto/1fr 1fr;
}
@media (max-width: 1280px) {
  .reg-form__options .option-tmpl._tmpl .grid-row {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr/1fr;
  }
}
.reg-form__options .option-tmpl._part .main-checkbox {
  margin: 0 0 29px 31px;
}
@media (max-width: 768px) {
  .reg-form__options .option-tmpl._part .main-checkbox {
    margin-left: 0;
  }
}
.reg-form__options .option-tmpl._part .main-checkbox:last-child {
  margin-bottom: 0;
}
.reg-form__submit-btn {
  font-size: 37px;
  margin-top: 50px;
  color: #ffffff;
  padding: 18px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #CC1746;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .reg-form__submit-btn {
    padding: 14px 18px;
    font-size: 25px;
  }
}
.reg-form__submit-btn:hover {
  background-color: #E00A4C;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  gap: 20px 20px;
  max-width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/1fr 1fr;
}

.main-checkbox {
  display: block;
  cursor: pointer;
}
.main-checkbox input {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.main-checkbox input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  gap: 15px;
  font-size: 25px;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
}
.main-checkbox input + span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #000000;
}
.main-checkbox input[type=radio] + span::before {
  border-radius: 50%;
  background-size: 8px 8px;
}
.main-checkbox input[type=checkbox]:checked + span::before {
  background-size: 22px 18px;
  background: #ffffff url('data:image/svg+xml,<svg width="21" height="16" viewBox="0 0 21 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 9.22764L6.72942 14.1914L12.698 7.94141L18.6667 1.69141" stroke="black" stroke-width="2" stroke-miterlimit="10" stroke-linecap="square"/></svg>') no-repeat center center;
}
.main-checkbox input[type=radio]:checked + span::before {
  background: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="7" height="7" rx="3.5" fill="black" stroke="black"/></svg>') no-repeat center center;
}

.common-slider {
  overflow-x: hidden;
}

.main-accordion .accordion-el {
  position: relative;
}
.main-accordion .accordion-el._active .accordion-content {
  opacity: 1;
  visibility: visible;
}
.main-accordion .accordion-el._active .accordion-btn {
  background: #CC1746;
  color: #ffffff;
}
.main-accordion .accordion-el._active .accordion-btn__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-accordion .accordion-el._active .accordion-btn__icon svg path {
  fill: #FFFFFF;
}
.main-accordion .accordion-btn {
  cursor: pointer;
  padding: 24px 34px;
  font-size: 28px;
  background: #F2F1F7;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-accordion .accordion-btn {
    font-size: 22px;
    padding: 15px 20px;
  }
}
.main-accordion .accordion-btn *, .main-accordion .accordion-btn *::before, .main-accordion .accordion-btn *::after {
  pointer-events: none;
}
.main-accordion .accordion-btn:hover {
  background: #CC1746;
  color: #ffffff;
}
.main-accordion .accordion-btn:hover .accordion-btn__icon svg path {
  fill: #FFFFFF;
}
.main-accordion .accordion-btn__icon {
  min-width: 28px;
  min-height: 18px;
  width: 28px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main-accordion .accordion-btn__icon {
    min-width: 20px;
    min-height: 14px;
    width: 20px;
    height: 14px;
  }
}
.main-accordion .accordion-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F2F1F7;
  margin-bottom: 10px;
  padding: 0 34px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .main-accordion .accordion-content {
    padding: 0 20px;
  }
}
.main-accordion .accordion-content p {
  padding-top: 27px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .main-accordion .accordion-content p {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 15px;
  }
}
.main-accordion .accordion-content a {
  color: #CC1746;
}

@media (max-width: 768px) {
  .burger-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    min-width: 100%;
    background-color: #CC1746;
    border: none;
    z-index: 50;
    right: -105%;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 27px;
  }
  .burger-menu._active {
    right: 0;
  }
}

.burger-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 60;
}
@media (max-width: 768px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn span, .burger-btn::before, .burger-btn::after {
  right: 0;
  position: absolute;
  height: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #CC1746;
}
.burger-btn::before, .burger-btn::after,
.burger-btn span {
  content: "";
  width: 100%;
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-btn._active span, .burger-btn._active::before, .burger-btn._active::after {
  background-color: #ffffff;
}
.burger-btn._active span {
  -webkit-transform: scale(0) translate(0px, -50%);
  -ms-transform: scale(0) translate(0px, -50%);
  transform: scale(0) translate(0px, -50%);
}
.burger-btn._active::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0px, -50%);
  -ms-transform: rotate(-45deg) translate(0px, -50%);
  transform: rotate(-45deg) translate(0px, -50%);
}
.burger-btn._active::after {
  width: 30px;
  bottom: 50%;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0px, 50%);
  transform: rotate(45deg) translate(0px, 50%);
}

.navigation__map {
  position: relative;
  height: 490px;
}

.navigation__map-el {
  visibility: hidden;
  position: absolute;
  left: -999999px;
  top: 0;
}
.navigation__map-el._active {
  left: 0;
  right: 0;
  visibility: visible;
}

.main-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .main-table {
    overflow-x: auto;
  }
}
.main-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .main-table__row {
    min-width: 1000px;
  }
}
.main-table__row a {
  color: #184F71;
  text-decoration: underline;
  -webkit-text-decoration-color: #89C2E5;
  text-decoration-color: #89C2E5;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.main-table__row a:hover {
  -webkit-text-decoration-color: #184F71;
  text-decoration-color: #184F71;
}
.main-table__row:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.main-table__row.main-table__title-row .main-table__cell {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.main-table__cell {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
}
.main-table__cell:not(:last-child) {
  padding-right: 10px;
}

@media (max-width: 1442px) {
  .time-line .time-line__list {
    justify-items: center;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .caption__slider .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .caption__slider-img {
    min-width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0;
  }
  .caption__slider-title {
    width: 100%;
    margin-bottom: 35px;
  }
  .caption__slider-content {
    max-width: 47%;
  }
  .caption__slider-text {
    width: 100%;
  }
  .caption__slider .caption__slider-controllers {
    right: 36%;
  }
  .registration__inner {
    padding: 80px 210px 86px 40px;
  }
  .navigation__list-item {
    min-height: 206px;
  }
}
@media (max-width: 1280px) {
  .header__video-modal {
    padding: 40px 65px 90px 65px;
    width: 80%;
    height: 85%;
  }
  .program__title {
    margin-bottom: 40px;
  }
  .program__top {
    -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;
    margin-bottom: 40px;
  }
  .program__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program__booklet {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 50px 30px 0 40px;
    min-height: 500px;
  }
  .program__list {
    width: 100%;
  }
  .program__list li {
    width: 100%;
  }
  .program__list-text {
    width: 100%;
  }
  .program__booklet-date {
    text-align: left;
    font-size: 80px;
  }
  .program__booklet-month {
    font-size: 54px;
    text-align: left;
  }
  .program__booklet-year {
    color: #CC1746;
    font-size: 95px;
    text-align: left;
  }
  .program__booklet-address {
    max-width: 310px;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    margin: 0 0 0;
  }
  .program__booklet-img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 70%;
    width: 50%;
    height: 484px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .program__lists {
    width: 100%;
    margin-bottom: 30px;
  }
  .events__inner-content {
    max-width: 63%;
    margin-right: 20px;
  }
  .registration .reg-form__input {
    width: 48%;
  }
  .registration .reg-form .reg-form__select {
    width: 48%;
  }
  .registration .reg-form .reg-form__date-wrapper {
    width: 48%;
  }
  .registration .reg-form .reg-form__event-select {
    width: 48%;
  }
}
@media (max-width: 1203px) {
  .header__nav-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 20px;
  }
  .header__list-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .header__list-item a {
    font-size: 20px;
  }
  .header__slider {
    padding: 0 0;
  }
  .header__video-modal {
    padding: 0;
    width: 80%;
    height: 80%;
    background: none;
  }
  .header__video-modal .modal-close {
    right: -30px;
    top: -27px;
  }
  .header__video-modal .modal-close path {
    fill: #FFFFFF;
  }
  .caption__slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .caption__slider-img {
    min-width: 80%;
    margin: 0 0 30px;
    padding-top: 45%;
  }
  .caption__slider-content {
    max-width: 100%;
  }
  .caption__slider-title {
    text-align: center;
    font-size: 50px;
    line-height: 54px;
  }
  .caption__slider-text {
    font-size: 18px;
    line-height: 25px;
  }
  .caption__slider .caption__slider-controllers {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  h2.secondary-title {
    font-size: 35px;
    line-height: 45px;
  }
  .organizers {
    margin-bottom: 80px;
  }
  .news {
    margin-bottom: 80px;
  }
  h2.primary-title {
    font-weight: 400;
    font-size: 65px;
    line-height: 85px;
  }
  .program__title {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .events__inner-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .events__inner-sign {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .events__inner-text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .events__inner-link {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .btn {
    padding: 15px 28px;
    font-size: 28px;
  }
  .events__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 40px 45px 35px;
  }
  .events__inner-img {
    width: 100%;
  }
  .events__inner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 100%;
    margin-right: 0;
  }
  .btn {
    padding: 15px 28px;
    font-size: 28px;
  }
  .events__inner-btn {
    display: block;
  }
  .placing__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .placing__inner p {
    margin-right: 0;
    width: 45%;
    font-size: 20px;
    line-height: 27px;
  }
  .registration__inner {
    padding: 40px 200px 86px 20px;
  }
  .registration__success-modal {
    background: #fff;
    padding: 40px 20px 40px 20px;
  }
  .registration__success-modal h2 {
    font-size: 45px;
    line-height: 55px;
    color: #CC1746;
    margin-top: 80px;
  }
  .registration__title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 40px;
  }
  .registration__instruction p {
    font-size: 20px;
    line-height: 25px;
  }
  .registration .reg-form__input {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 10px 15px 12px;
  }
  .registration .reg-form__input::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .registration .reg-form__input::-moz-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .registration .reg-form__input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .registration .reg-form__input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .registration .reg-form__input::placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .navigation__item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .navigation__item-text {
    font-size: 18px;
    line-height: 24px;
  }
  .navigation__list-item {
    padding: 20px 50px 30px 20px;
    min-height: 160px;
  }
  .feedback__inner {
    padding: 45px 230px 56px 50px;
  }
  .feedback__success-modal h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
  }
  .feedback__success-modal {
    background: #fff;
    padding: 30px 20px 40px 20px;
  }
  .feedback .contact-form__info {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .feedback .contact-form__question {
    width: 80%;
  }
  .feedback .contact-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feedback .contact-form__input {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 17px;
  }
  .feedback .contact-form__input::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__input::-moz-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__input::placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea::-moz-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .feedback .contact-form__question textarea::placeholder {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .time-line .time-line__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
  .caption__slider-title {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }
  .caption__slider-text {
    text-align: center;
  }
  .news {
    margin-bottom: 45px;
  }
  .news__slider .news__slider-button-next,
  .news__slider .news__slider-button-prev {
    top: 37%;
  }
  h2.primary-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
  }
  .program__date-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
  }
  .program__date-btn {
    padding: 9px 22px;
    font-size: 23px;
    line-height: 32px;
    border-radius: 5px;
    margin-bottom: 1px;
  }
  .program__date-btn._active, .program__date-btn:last-child, .program__date-btn:first-child {
    border-radius: 5px;
  }
  .program__list li {
    -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;
  }
  .program__list li .program__list-dash {
    line-height: 10px;
    margin: 0;
  }
  .program__list-text {
    text-align: center;
  }
  .program__list-time {
    min-width: 96px;
  }
  .program__list li p {
    font-size: 20px;
    line-height: 27px;
  }
  .program__lists-title {
    text-align: center;
  }
  .program__booklet {
    padding: 30px 20px 0 20px;
    width: 100%;
    min-height: 630px;
  }
  .program__booklet p {
    text-align: center;
  }
  .program__booklet-date {
    font-size: 50px;
    line-height: 45px;
  }
  .program__booklet-month {
    font-size: 45px;
  }
  .program__booklet-year {
    font-size: 60px;
    line-height: 75px;
  }
  .program__booklet-address {
    margin: auto;
  }
  .program__booklet-img {
    top: 49%;
    left: 50%;
    width: 44%;
    height: 320px;
  }
  .btn {
    padding: 13px 25px;
    font-size: 24px;
  }
  .events__inner-link {
    font-size: 20px;
    line-height: 30px;
  }
  .events__inner {
    padding: 25px 20px 35px 20px;
  }
  .events__inner-title {
    font-size: 45px;
    line-height: 50px;
  }
  .events__inner-content {
    max-width: 100%;
  }
  .placing__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .placing__inner p {
    width: 100%;
  }
  .registration .reg-form__input {
    width: 100%;
  }
  .registration .reg-form .reg-form__select {
    width: 100%;
  }
  .registration .reg-form .reg-form__date-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .registration__inner {
    background: none;
    padding: 40px 30px 56px 30px;
  }
  .registration__title {
    text-align: center;
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .registration .reg-form__btn {
    margin-top: 30px;
  }
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .navigation__list-item {
    padding: 30px 25px 30px 25px;
    width: 100%;
    height: auto;
  }
  .feedback__title {
    text-align: center;
  }
  .feedback__inner {
    background: none;
    padding: 30px 40px 50px 40px;
  }
  .feedback .contact-form__info {
    width: 100%;
  }
  .feedback .contact-form__question {
    width: 100%;
  }
  .feedback .contact-form__input {
    font-size: 18px;
    line-height: 25px;
    padding: 13px 14px;
  }
  .feedback .contact-form__input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__input::-moz-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__input::placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .feedback .contact-form__question textarea::placeholder {
    font-size: 18px;
    line-height: 25px;
  }
  .footer p {
    font-size: 18px;
    line-height: 24px;
  }
  .footer a {
    font-size: 18px;
    line-height: 24px;
  }
  .footer__phone-link {
    margin-left: 30px;
  }
  .footer__connect .footer__social-link:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .header__video-modal {
    height: 30%;
  }
  .events__title a {
    display: block;
  }
  .news__slider .news__slider-button-next,
  .news__slider .news__slider-button-prev {
    top: 30%;
  }
  .events__slider .events__slider-button-next,
  .events__slider .events__slider-button-prev {
    top: 35%;
  }
  .program__booklet {
    min-height: 530px;
  }
  .program__booklet-img {
    top: 56%;
    width: 60%;
    height: 250px;
  }
}
@media (max-width: 1024px) {
  .news-page {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .news-page__title {
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .news-page .news-item {
    padding: 35px 40px 40px 35px;
  }
  .news-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
  }
  .news-page .news-item__tags li {
    min-width: 185px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .news-page .news-item__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-page .news-item {
    padding: 35px 30px 40px 30px;
  }
  .news-page .news-item__tags li {
    text-align: left;
  }
  .news-page .news-item__title {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .news-page .news-item__text {
    font-size: 20px;
    line-height: 26px;
  }
  .news-page .news-item__btn {
    font-size: 24px;
    line-height: 30px;
    padding: 13px 20px;
  }
}
@media (max-width: 1024px) {
  .separate-news {
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .separate-news__title {
    font-size: 45px;
    line-height: 55px;
    max-width: 1060px;
    margin-bottom: 30px;
  }
  .separate-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .separate-news__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .events-page {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .events-page .events-item {
    padding: 40px 60px 35px 40px;
  }
  .events-page__title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 20px;
  }
  .events-page .events-item__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .events-page .events-item {
    padding: 35px 20px 20px 35px;
  }
  .events-page .events-item__title {
    font-size: 36px;
    line-height: 42px;
  }
  .events-page .events-item__organizers-list {
    width: 100%;
    margin-bottom: 36px;
  }
  .events-item__text {
    font-size: 20px;
    line-height: 25px;
  }
  .events-page .events-item__btn {
    font-size: 24px;
    line-height: 30px;
    padding: 13px 20px;
  }
}
@media (max-width: 1024px) {
  .separate-event__title {
    font-size: 50px;
    line-height: 65px;
  }
  .separate-event__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .separate-event__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .separate-event__organizers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .separate-event__organizers li {
    margin-right: 20px;
  }
  .separate-event__tags {
    min-width: 190px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .separate-event__title {
    font-size: 40px;
    line-height: 45px;
  }
  .separate-event__top-item p {
    font-size: 20px;
    line-height: 28px;
  }
  .separate-event__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .separate-event__info-date {
    min-width: 175px;
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .separate-event__date-text,
  .separate-event__place-text {
    font-size: 18px;
    line-height: 24px;
  }
  .separate-event__organizers {
    -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;
  }
  .separate-event__organizers li {
    margin-right: 0;
  }
}

.inspector-main-button {justify-content: start !important; padding-left: 20px;}