@charset "UTF-8";
html.fixed{
  overflow: hidden;
}
.tickets_section {
  position: relative;
}
.tickets_section .top_bg {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  mix-blend-mode: screen;
}
.tickets_section .bottom_bg {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  mix-blend-mode: screen;
}
.tickets_section .container {
  padding: 100px 0 130px 0;
}
.tickets_section .new_tickets_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 116px;
}
.tickets_section .new_tickets_top_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tickets_section .new_tickets_top_left a + a {
  margin-left: 86px;
}
.tickets_section .new_tickets_big_text {
  font-family: "Mossport";
  font-style: normal;
  font-weight: 400;
  font-size: 76.0755px;
  line-height: 76px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}
.tickets_section .new_tickets_subtext {
  font-family: "Mossport";
  font-style: normal;
  font-weight: 400;
  font-size: 58.7843px;
  line-height: 59px;
  text-transform: uppercase;
  color: #D50D50;
  margin-top: 21px;
}
.tickets_section .section_title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 36px;
  padding-bottom: 40px;
  margin-bottom: 70px;
}
.tickets_section .section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 160px;
  background: #c61749;
  transform: translateX(-50%);
}
.tickets_section .tickets_section_txt {
  position: relative;
  z-index: 2;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #FFFFFF;
  margin-bottom: 123px;
}
.tickets_section .tickets_section_txt h2{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.tickets_section .registration_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tickets_section .registration_item {
  width: 325px;
  height: 308px;
  border: 3px solid #28477C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 27px 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none!important;
}
.tickets_section .registration_item.active, .tickets_section .registration_item:hover {
    border: 3px solid #c61749;
}
.tickets_section .registration_item.active button, .tickets_section .registration_item:hover button {
    background: #c61749;
}
.tickets_section .registration_item.active .registration_item_txt, .tickets_section .registration_item:hover .registration_item_txt {
  color: #c61749;
}
.tickets_section .registration_item_title {
  text-transform: uppercase;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #c61749;
  margin-bottom: 45px;
}
.tickets_section .registration_item_title img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
.tickets_section .registration_item_txt {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
.tickets_section .registration_item_txt p {
  font-weight: bold;
}
.tickets_section .registration_item_txt ul {
  margin-left: 0;
  padding-left: 20px;
  margin: 0;
}
.tickets_section .registration_item_txt ul li + li {
  margin-top: 10px;
}
.tickets_section .registration_item_txt .dop {
  color: #c61749;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tickets_section .registration_item_txt .dop span{
  padding: 0 5px;
  padding-right: 8px;
}
.tickets_section .registrtation_items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23% * 4 / 35);
  row-gap: 20px;
}
.tickets_section .registration_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tickets_section .swiper_tickets_wrapper {
  position: relative;
  margin-top: 59px;
}
.tickets_section .swiper-tickets {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.tickets_section .swiper-slide {
  width: auto;
}
.tickets_section .registration_date {
  width: 111px;
  height: 112px;
  background: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  cursor: pointer;
}
.tickets_section .registration_date.active {
  border: 3px solid #c61749;
}
.tickets_section .registration_date.active span {
  color: #c61749 !important;
}
.tickets_section .registration_date span:first-child {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #28477C;
  margin-bottom: 2px;
}
.tickets_section .registration_date span:last-child {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #77787B;
}
.tickets_section .registration_graffic_wrapper {
    background: #f5f5f5;
    margin: 0 auto;
}
.tickets_section .registration_graffic_wrapper .registration_graffic {
  padding: 66px 58px 100px 58px;
  display: none;
}
.tickets_section .registration_graffic_wrapper .registration_graffic.active {
  display: block;
}
.tickets_section .registration_graffic_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #28477C;
  margin-bottom: 38px;
}
.tickets_section .registration_graffic_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tickets_section .registration_graffic_item + .registration_graffic_item {
  margin-top: 10px;
}
.tickets_section .registration_graffic_item > div {
  width: 25%;
}
.tickets_section .registration_graffic_item .registration_graffic_item_time {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #c61749;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tickets_section .registration_graffic_item .registration_graffic_item_time::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/extore/frontend/themes/srkvg/registration/img/clock.svg) center no-repeat;
  background-size: contain;
  margin-right: 29px;
}
.tickets_section .registration_graffic_item .registration_graffic_item_txt {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #77787B;
  text-align: start;
}
.tickets_section .registration_graffic_item .registration_graffic_item_arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tickets_section .registration_graffic_item .registration_graffic_item_arrow::after {
  content: "";
  width: 100%;
  background: url(/extore/frontend/themes/srkvg/registration/img/arrow.svg) center no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  height: 30px;
}
.tickets_section .registration_graffic_item .registration_graffic_item_btn button {
  font-family: "Montserrat";
  width: 100%;
  height: 60px;
  background: #c61749;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.tickets_section .registration_graffic_item .registration_graffic_item_btn button:hover {
    background: #28477C;
}


.tickets_section .registration_graffic_item .registration_graffic_item_btn button:disabled {
  filter: grayscale(1);
}
.tickets_section .swiper_tickets_wrapper .swiper-button-prev::after, .tickets_section .swiper_tickets_wrapper .swiper-button-next::after {
  display: none;
}
.tickets_section .swiper_tickets_wrapper .swiper-button-prev {
  background: url(/extore/frontend/themes/srkvg/registration/img/slider_arrow.svg?1) center no-repeat;
  background-size: contain;
  width: 60px;
  left: 0;
}
.tickets_section .swiper_tickets_wrapper .swiper-button-next {
  background: url(/extore/frontend/themes/srkvg/registration/img/slider_arrow.svg?1) center no-repeat;
  background-size: contain;
  width: 60px;
  right: 0;
  transform: rotate(180deg);
}

.cbv {
  width: 100%;
}

.tickets_section .tickets_section_txt {
  text-align: start;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal__container {
  background: url(/extore/frontend/themes/srkvg/registration/img/modalbg.jpg) center no-repeat;
  background-size: cover;
  padding: 34px 100px;
  max-width: 798px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
}
.modal_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 66px;
  background: #c61749;
  transform: translateX(-50%);
}

.modal_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  gap: 55px;
  margin-top: 33px;
}

.modal_copy {
  text-transform: uppercase;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #c61749;
  filter: contrast(0) brightness(0) invert(1);
}
.modal_copy img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal_inputs_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 23px;
  margin-top: 40px;
}
.modal_inputs_wrapper input {
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(5, 80, 105, 0.05);
  border: none;
  padding: 0 24px;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: black;
  text-align: start;
  box-sizing: border-box;
}
.modal_inputs_wrapper input::-moz-placeholder {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: end;
}
.modal_inputs_wrapper input:-ms-input-placeholder {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: end;
}
.modal_inputs_wrapper input::placeholder {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: end;
}
.modal_inputs_wrapper input[name=name] {
  width: 100%;
}
.modal_inputs_wrapper input[name=phone], .modal_inputs_wrapper input[name=mail] {
  width: calc(50% - 10px);
}
.modal_inputs_wrapper input[name=age] {
  width: calc((100% - 20px) / 3);
}
.modal_inputs_wrapper .ui-selectmenu-button {
  box-sizing: border-box;
  width: calc((100% - 20px) / 2) !important;
  padding: 0 24px;
  height: 60px;
  border-radius: 0;
  background: #FFFFFF !important;
  box-shadow: 0px 5px 10px rgba(5, 80, 105, 0.05);
  border: none !important;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal__container .ui-selectmenu-text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #77787B;
  margin-right: 10px;
}

.modal__container .ui-selectmenu-icon.ui-icon {
  order: 1;
}

.modal__container .ui-state-active, .modal__container .ui-widget-content .ui-state-active, .modal__container .ui-widget-header .ui-state-active, .modal__container a.ui-button:active, .modal__container .ui-button:active, .modal__container .ui-button.ui-state-active:hover {
  background: #c61749;
  border: none;
}

.modal__container .ui-selectmenu-icon.ui-icon {
  background: url(/extore/frontend/themes/srkvg/registration/img/select_arrow.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.modal_requirements {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
}

.modal__container {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /*       .container2:hover input ~ .checkmark {
          background-color: #ccc;
        } */
  /* When the checkbox is checked, add a blue background */
  /*       .container2 input:checked ~ .checkmark {
          background-color: #2196F3;
        } */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.modal__container .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
}
.modal__container .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
}
.modal__container .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal__container .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.modal__container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.modal__container .container2 input:checked ~ .checkmark:after {
  display: block;
}
.modal__container .container2 .checkmark:after {
  left: 5px;
  top: 3px;
  width: 7px;
  height: 7px;
  border: solid #28477C;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom_checkbox_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.modal_btn {
  height: 60px;
  border: none;
  background: #D50D50;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  padding: 0 80px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.scroll_icon_wrapper {
  display: none;
}

.tickets_section .registrtation_items .registration_item {
  width: 23%;
  padding: 2%;
  height: 440px;
  position: relative;
}
.tickets_section .registration_item_title {
  margin-bottom: 20px;
}
.tickets_section .registration_item_txt {
  font-size: 12px;
}
.tickets_section .registration_item_txt ul li + li {
  margin-top: 5px;
}
.tickets_section .swiper_tickets_wrapper .swiper-button-prev {
  width: 4%;
}
.tickets_section .swiper_tickets_wrapper .swiper-button-next {
  width: 4%;
}
.tickets_section .registration_graffic_wrapper .registration_graffic {
  padding: 2%;
}
.tickets_section .registration_graffic_item .registration_graffic_item_time {
  font-size: 18px;
}
.tickets_section .registration_graffic_item .registration_graffic_item_time::before {
  margin-right: 10px;
}
.tickets_section .new_tickets_top_left a img {
  max-width: 150px;
}
.tickets_section .new_tickets_top_left a + a {
  margin-left: 20px;
}
.registration_item_subtitle{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #28477C;
  height: 40px;
  margin-bottom: 22px;
}
.new_notice{
  padding: 5%;
  font-family: 'Montserrat';
  background: #c61749;
  color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(198, 23, 73, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(198, 23, 73, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(198, 23, 73, 0.2);
  margin-top: 30px;
}
.new_notice a{
  color: inherit;
}

.btn_scroll_down{
  font-family: "Montserrat";
  width: 100%;
  max-width: 200px;
  height: 60px;
  background: #28477C;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.btn_scroll_down:disabled{
  filter: grayscale(1);
}

.error_btn{
  font-family: "Montserrat";
    width: 100%;
    height: 60px;
    background: #c61749;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
}
.more_activities{
  margin-top: 100px;
}

.new_tickets_img{
  width: 329.42px;
  height: 439.23px;
  object-fit: contain;
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
}
.null{
  clear: both;
}

.new_activ .registration_item_title{
  color: #77787B;
}
.new_activ.active .registration_item_title{
  color: #c61749;
}
@media screen and (max-width: 1400px) and (min-width: 1040px) {
  .tickets_section .registrtation_items .registration_item {
    width: 23%;
    padding: 2%;
    height: 440px;
  }
  .tickets_section .registration_item_title {
    margin-bottom: 20px;
  }
  .tickets_section .registration_item_txt {
    font-size: 12px;
  }
  .tickets_section .registration_item_txt ul li + li {
    margin-top: 5px;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-prev {
    width: 4%;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-next {
    width: 4%;
  }
  .tickets_section .registration_graffic_wrapper .registration_graffic {
    padding: 2%;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_time {
    font-size: 18px;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_time::before {
    margin-right: 10px;
  }
  .tickets_section .new_tickets_top_left a img {
    max-width: 150px;
  }
  .tickets_section .new_tickets_top_left a + a {
    margin-left: 20px;
  }
}
.tickets_section .tickets_section_txt {
  text-align: start;
}

@media screen and (max-width: 1040px) and (min-width: 740px) {
  .workspace {
    width: 720px;
    box-sizing: border-box;
  }
  .tickets_section .registrtation_items .registration_item {
    width: calc((100% / 3) - 10px);
    padding: 2%;
    height: 440px;
  }
  .modal__container {
    padding: 5%;
  }
  .tickets_section .new_tickets_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  .tickets_section .new_tickets_big_text {
    text-align: center;
  }
  .tickets_section .section_title {
    margin-bottom: 20px;
  }
  .tickets_section .registrtation_items {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .tickets_section .registration_graffic_wrapper .registration_graffic {
    padding: 2%;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_time {
    font-size: 15px;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_time::before {
    margin-right: 10px;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_txt {
    font-size: 11px;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_arrow::after {
    width: 90%;
  }
  .tickets_section .registration_graffic_title {
    margin-bottom: 20px;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-prev {
    width: 4%;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-next {
    width: 4%;
  }
  .tickets_section .registrtation_items{
    gap: 10px;
  }
}
@media screen and (max-width: 740px) {
  .workspace {
    width: 280px;
    box-sizing: border-box;
  }
  .new_tickets_img{
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  .scroll_icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
  .modal__container {
    padding: 5%;
  }
  .modal_inputs_wrapper input[name=phone], .modal_inputs_wrapper input[name=mail], .modal_inputs_wrapper input[name=age] {
    width: 100%;
  }
  .modal_inputs_wrapper .ui-selectmenu-button {
    width: 100% !important;
  }
  .modal_subtitle {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .modal_requirements br {
    display: none;
  }
  .tickets_section .new_tickets_top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .tickets_section .new_tickets_top_left {
    flex-direction: column;
    gap: 10px;
  }
  .tickets_section .new_tickets_top_left a + a {
    margin-left: 0;
  }
  .tickets_section .new_tickets_top_left a img {
    width: 100%;
  }
  .tickets_section .new_tickets_big_text {
    text-align: center;
  }
  .tickets_section .new_tickets_big_text br {
    display: none;
  }
  .tickets_section .new_tickets_subtext {
    text-align: center;
  }
  .tickets_section .section_title {
    margin-bottom: 20px;
  }
  .tickets_section .tickets_section_txt {
    margin-bottom: 50px;
  }
  .tickets_section .registrtation_items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .tickets_section .registration_item {
    width: 100%;
    padding: 5% 2%;
  }
  .tickets_section .registration_graffic_wrapper .registration_graffic {
    padding: 2%;
  }
  .tickets_section .registration_graffic_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0;
  }
  .tickets_section .registration_graffic_item > div {
    width: 100%;
  }
  .tickets_section .registration_graffic_item .registration_graffic_item_arrow {
    display: none;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-prev {
    width: 10%;
    left: -10%;
    display: none;
  }
  .tickets_section .swiper_tickets_wrapper .swiper-button-next {
    width: 10%;
    right: -10%;
    display: none;
  }
/*   .cbv {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    overflow: auto;
  } */
  .tickets_section .registration_graffic_item + .registration_graffic_item {
    margin-top: 0;
    border-top: 2px solid #c61749;
  }
  .tickets_section .registration_graffic_item {
    flex-shrink: 0;
    width: 100%;
  }
  .tickets_section .registration_graffic_title {
    margin-bottom: 15px;
  }
  .tickets_section .registration_graffic_wrapper {
    width: 100%;
  }
  .tickets_section .swiper-tickets {
    width: 100%;
  }
  .tickets_section .registrtation_items .registration_item{
    width:100%;
    max-width: 390px;
  }
}/*# sourceMappingURL=styles.css.map */