#anima {
  overflow-y: hidden;
}
.nav-item {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.nav-link {
  color: #000000 !important;
}
.nav_item_bordered {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 2px 20px;
}
.footer {
  background: #000000;
}
.ul_footer_menu {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 15px;
}
.li_footer_menu_item {
  display: inline-block;
  list-style: none;
}
.a_footer {
  color: #ffffff;
}
.footer_logo {
  float: left;
  margin-right: 5px;
}
.well {
  border-radius: 25px;
  margin: 15px 15px;
  padding: 10px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.not_well {
  margin: 15px 15px;
  padding: 10px 10px;
}
.well_int {
  padding: 10px 40px;
}
.caption {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 3vw;
  line-height: 125%;
}
.col_why1 {
  text-align: center;
}
.row_why2 {
  text-align: center;
}
.slider_carousel {
  border-radius: 2.5vw;
}
.col_pic {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col_tower {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col_pic img {
  max-width: 100%;
}
.track_well_caption {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  padding-bottom: 10px;
}
.track_well {
  border-radius: 1vw;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 30px;
  background: #fff;
}
.track_well_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  z-index: 2;
}

.tracks_row {
  margin-bottom: 40px;
}

.tracks_row:last-child {
  margin-bottom: 0;
}

.track_caption {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 117%;
  background-image: url("../img/tower_mob.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-left: 46px;
}
#tracks {
  margin-bottom: 50px;
  position: relative;
}
.pre_why_block::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -20px;
  width: 206px;
  height: 140px;
  content: "";
  background: url(../img/red_square.svg) no-repeat left / contain;
}
/*
#tracks::before {
    position: absolute;
    z-index: 1;
    width: 363px;
    height: 282px;
    right: -100px;
    bottom: 200px;
    content: "";
    background: url(../img/big_red_square.svg) no-repeat right;
}*/

.btn-primary {
  background: #ffe001;
  border: 0;
  color: #000000;
}
#regModalLabel {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
}
.form-control {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 113.98%;
}
.pointer {
  cursor: pointer;
}
.mob_header {
  position: relative;
}
.footer_mob {
  background: #000000;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
}
.footer_mob__logo {
  display: block;
  margin-bottom: 20px;
}
.footer_mob__logo img {
  width: 20vw;
}
.footer_mob__menu a {
  text-align: center;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.footer_mob__menu a:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}

.filedset__radio{
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  border-radius: 12px;
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 113.98%;
}
.form__radio{
  height: 60px;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
.form__legend {
  padding: 0 23px;
}
.form__radio-items{
position: absolute;
top: 60px;
left: 0;
display: none;
flex-direction: column;
background: #f3f3f3;
border: 1px solid #d8d8d8;
border-radius: 12px;
color: #000;
width: 100%;
padding: 10px;
z-index: 10;
/* min-width: 498px; */
}
.form__radio-select{
padding: 10px;
cursor: pointer;
}

.form__radio.active .form__radio-items {
    display: flex;
}

.choise_radio_hidden{
height: 0;
width: 0;
overflow: hidden;
border: none;
opacity: 0;
pointer-events: none;
}

.form__answer .form__button {
  font-size: 0;
  text-decoration: none;
}

.form__answer .form__button::before {
  content: 'Получить билет и ссылку на трансляцию';
  width: 100%;
  height: auto;
  color: #0d6efd;
  font-size: 16px;
  text-decoration: underline;
}

.program-block{
  margin-top: 80px;
  margin-bottom: 68px;
  display: flex;
  gap: 57px;
}

.header__desc--desk{
  display: block;
}

.header__desc--mobile{
  display: none;
}

.header__desc{
  font-size: 20px;
  line-height: 1;
  margin-top: 8px;
}

.program-block__btn p{
  margin-left: 30px;
}

.broadcast__btn{
  margin-bottom: 62px;
}

.header__decor-main_bg-mobile{
  display: none;
}