@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;
}
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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button[data-close-modal]:hover path {
  fill: #CC1746;
}

.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  width: 0;
}

.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;
  -o-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;
  -o-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;
}

[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;
}

.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;
}

.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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.program__booklet {
  background-color: #F2F1F7;
  border-radius: 5px;
  position: relative;
  width: 435px;
  min-width: 435px;
  padding: 85px 0 0 0;
  min-height: 925px;
  margin-right: 40px;
}
@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;
}
.program__list li {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program__list-time {
  min-width: 140px;
}
.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__list-dash {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  margin: 0 25px 0 18px;
}

.events {
  margin-bottom: 90px;
}
.events__title {
  margin-bottom: 20px;
}
.events__title a {
  font-size: 23px;
  line-height: 28px;
  color: #CC1746;
}
.events__inner {
  background-color: #F2F1F7;
  border-right: 5px;
  padding: 65px 70px 55px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.events__inner-content {
  max-width: 55%;
  margin-right: 30px;
}
.events__inner-title {
  font-weight: 400;
  font-size: 70px;
  line-height: 74px;
  margin-bottom: 45px;
}
.events__inner-sign {
  color: #A2A1AD;
  margin-bottom: 35px;
}
.events__inner-text {
  font-size: 24px;
  margin-bottom: 20px;
}
.events__inner-link {
  font-size: 37px;
  line-height: 45px;
  color: #CC1746;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 20px;
}
.events__inner-link svg path {
  -webkit-transition: all 0.3s;
  -o-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;
}
.events__inner-img {
  position: relative;
  width: 645px;
  padding-top: 42%;
}
.events__inner-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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: 1px solid #000000;
  border-radius: 5px;
  padding: 70px 330px 70px 108px;
  background: no-repeat 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;
  }
}
.home-registration__select-wrapper {
  position: relative;
}
.home-registration__select-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("../img/select-arrow.png") no-repeat;
  width: 19px;
  height: 13px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-registration__select-wrapper select {
  padding-right: 40px;
}
.home-registration__state-select-wrapper {
  max-width: 595px;
}
@media (max-width: 768px) {
  .home-registration__state-select {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.home-registration__input {
  margin-bottom: 35px;
}
.home-registration__input label {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .home-registration__input label {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .home-registration__input {
    margin-bottom: 15px;
  }
}
.home-registration__input .main-input:invalid {
  border-color: #CC1746;
}
@media (max-width: 768px) {
  .home-registration__input .main-input {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.home-registration__state {
  margin-bottom: 35px;
}
.home-registration__state-row {
  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;
}
.home-registration__state-row .home-registration__input {
  width: 49%;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .home-registration__state-row .home-registration__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-registration__email-input {
  margin-top: 35px;
  width: 49%;
}
@media (max-width: 1280px) {
  .home-registration__email-input {
    width: 100%;
    margin-top: 0;
  }
}
.home-registration__half-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .home-registration__half-row {
    margin-top: 0;
  }
}
.home-registration__half-row .home-registration__input {
  width: 49%;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .home-registration__half-row .home-registration__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-registration__half-row .home-registration__count-persons-input {
  width: 35.5%;
}
@media (max-width: 1280px) {
  .home-registration__half-row .home-registration__count-persons-input {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .home-registration__half-row .home-registration__count-persons-input {
    width: 100%;
  }
}
.home-registration__half-row .home-registration__name-director-input {
  width: 62.5%;
}
@media (max-width: 1280px) {
  .home-registration__half-row .home-registration__name-director-input {
    width: 100%;
  }
}
.home-registration__prompt {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  max-width: 1200px;
}
.home-registration__prompt a {
  color: #CC1746;
}
.home-registration__prompt._bottom {
  border-radius: 5px;
  background: #F2F1F7;
  padding: 22px 20px;
}
.home-registration__input-desc, .home-registration__select-desc, .home-registration__input-warning {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .home-registration__input-desc, .home-registration__select-desc, .home-registration__input-warning {
    font-size: 16px;
    margin-top: 5px;
  }
}
.home-registration__select-desc {
  margin-bottom: 35px;
  max-width: 600px;
}
@media (max-width: 1280px) {
  .home-registration__input-desc._out-row {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}
.home-registration__submit-btn {
  font-size: 37px;
  color: #ffffff;
  padding: 18px 20px;
  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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .home-registration__submit-btn {
    padding: 14px 18px;
    font-size: 25px;
  }
}
.home-registration__submit-btn:hover {
  background-color: #E00A4C;
}

.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%;
}

.placing {
  margin-bottom: 100px;
}
.placing__title {
  margin-bottom: 30px;
}
.placing__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.placing p {
  width: 35%;
  margin-right: 80px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 31px;
}

.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;
}
.navigation__list-item {
  padding: 33px 85px 40px 38px;
  background-color: #e1e0e8;
  border-radius: 5px;
  width: 49.5%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__list-item._active {
  background-color: #F2F1F7;
  outline: 1px solid #b8b8b9;
}
.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%;
}

.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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-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__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__organizers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.events-page .events-item__organizers-list li {
  max-width: 144px;
  margin-right: 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;
  -o-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;
  -o-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;
  -o-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;
  -o-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 .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: 10px;
}
.mobile-qr-page .header p {
  color: #000;
  text-align: center;
  font-family: "MADE Likes Slab", serif;
  font-weight: 400;
  font-size: 13px;
}
.mobile-qr-page .main {
  min-height: auto;
}
.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: 30px;
  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: 45px;
  margin-bottom: 5px;
}
.mobile-qr-page .main .mobile-qr-page__qr-img {
  margin-bottom: 11px;
}
.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: 40px;
  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: 11px;
  line-height: 14px;
  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;
}

.header {
  padding-top: 38px;
}
.header__top {
  margin-bottom: 43px;
}
.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;
  }
}
.header__logo {
  width: 32%;
}
@media (max-width: 1580px) {
  .header__logo {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 100%;
  }
}
.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;
}
.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;
  -o-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%;
}
.header__nav-list.news_active .header__news-item a {
  background-color: #7A0E2A;
  border-radius: 50px;
}
.header__nav-list.events_active .header__events-item a {
  background-color: #7A0E2A;
  border-radius: 50px;
}
.header__list-item a {
  color: #ffffff;
  cursor: pointer;
  padding: 7px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__list-item a:hover {
  background-color: #7A0E2A;
  border-radius: 50px;
}
.header__list-item:not(:last-child) {
  margin-right: 10px;
}
.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;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.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;
}
.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;
}

.footer {
  padding: 25px 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-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  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;
}
.footer__connect .footer__social-link:first-child {
  margin-right: 30px;
}

#scrollTop {
  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;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  z-index: 997;
}
#scrollTop._hide {
  opacity: 0;
}
#scrollTop:hover {
  background-color: #E00A4C;
}
#scrollTop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
#scrollTop img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.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;
  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 50px 50px 50px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.reg-modal::-webkit-scrollbar {
  width: 0;
}
@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: 35px;
}
@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__select-wrapper {
  position: relative;
}
.reg-modal__select-wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background: url("../img/select-arrow.png") no-repeat;
  width: 19px;
  height: 13px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reg-modal__select-wrapper select {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .reg-modal__state-select {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.reg-modal__input {
  margin-bottom: 35px;
}
.reg-modal__input label {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .reg-modal__input label {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .reg-modal__input {
    margin-bottom: 15px;
  }
}
.reg-modal__input .main-input:invalid {
  border-color: #CC1746;
}
@media (max-width: 768px) {
  .reg-modal__input .main-input {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.reg-modal__state {
  margin-bottom: 35px;
}
.reg-modal__prompt {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 55px;
  margin-bottom: 45px;
  position: relative;
}
.reg-modal__prompt a {
  color: #CC1746;
}
.reg-modal__prompt::after {
  content: "";
  position: absolute;
  bottom: 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-modal__prompt._top {
  border-radius: 5px;
  background: #F2F1F7;
  padding: 22px 20px;
}
.reg-modal__prompt._top::after {
  background: none;
}
.reg-modal__input-desc, .reg-modal__select-desc, .reg-modal__input-warning {
  margin-top: 7px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .reg-modal__input-desc, .reg-modal__select-desc, .reg-modal__input-warning {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.15;
  }
}
.reg-modal__select-desc {
  margin-bottom: 35px;
}
.reg-modal__submit-btn {
  font-size: 37px;
  color: #ffffff;
  padding: 18px 20px;
  width: 100%;
  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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .reg-modal__submit-btn {
    padding: 14px 18px;
    font-size: 25px;
  }
}
.reg-modal__submit-btn:hover {
  background-color: #E00A4C;
}

.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;
}

@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: 90%;
    padding-top: 50%;
  }
  .events__inner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    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) {
  .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;
  }
  .header__logo {
    margin-bottom: 20px;
  }
  .header__time {
    margin-bottom: 20px;
  }
  .header__nav .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__list-item a {
    font-size: 25px;
  }
  .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-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__video-modal {
    height: 45%;
  }
  .header__video-wrapper {
    width: 100%;
  }
  .header__video-modal .modal-close {
    display: none;
  }
  .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%;
    margin-bottom: 20px;
    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;
  }
}