.anima_total-item {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 26px;
  padding: 35px 44px;
  width: 100%;
  max-width: 631px;
  margin-left: auto;
  position: relative;
}
.anima_total-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -536px;
  height: 324px;
  width: 372px;
  background: url("../img/anima_gallery-cam.svg") top 0 center / contain
    no-repeat;
}
.anima_total-item .ivents__item-list {
  margin-bottom: 0;
}
.anima_total-item_title {
  font-family: "Stratos LC Web";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 16px;
}
.anima_gallery {
  padding: 36px 0;
}

.anima_gallery-photos {
  display: flex;
  gap: 18px;
  padding: 28px 40px;
  background: white;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 46px;
  margin-bottom: 34px;
}
.anima_gallery-photo img {
  width: 100%;
}
.anima_gallery-video {
  padding: 28px 40px;
  background: white;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 46px;
  margin-bottom: 33px;
}
.anima_gallery-video_box {
  background: #d9d9d9;
  border-radius: 26px;
  overflow: hidden;
  height: 570px;
}
.anima_2022 {
  padding: 36px 0;
}

.anima__title-box {
  display: flex;
  gap: 0px 104px;
  flex-wrap: wrap;
  align-items: center;
}

.anima__title {
  font-family: "Stratos LC Web", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 135%;
  padding-right: 44px;
  color: #11253d;
}

.anima_2022 .anima__title {
  position: relative;
  padding: 14.45px 87px 9.12px 44px;
}

.anima_2022 .anima__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../img/anima_2022-title.svg") center center / contain
    no-repeat;
}

.anima__logos {
  display: flex;
  gap: 31px;
  align-items: center;
}

.anima__content {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.anima-results {
  width: 50%;
  background: #ffffff;
  border-radius: 25px;
  padding: 24px 46px;
  box-shadow: 0 0px 30px #aeaeae47;
  display: none;
}

.anime-results__title {
  padding: 2px 32px;
  background: #fff399;
  border-radius: 50px;
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
}

.anima-results__smi {
  margin-top: 36px;
}

.anima-results__list {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}

.anima-results__list li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  line-height: 26px;
  margin-bottom: 10px;
}

.anima-results__list li:first-child {
  margin-top: 16px;
}

.anima-results__list li span {
  font-weight: 600;
}

.anima-results__ohvat {
  margin-top: 25px;
}

.anima-results__bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.anima__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 31px;
  width: 100%;
}

.anima__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 26px;
  color: #000;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 30px #aeaeae47;
  position: relative;
  &::before {
    position: absolute;
    content: "";
  }
}

.anima__card-num {
  font-size: 36px;
  font-weight: 700;
}
.anima__card-text {
  text-align: center;
  font-size: 22px;
  line-height: 125%;
}

.anima__card:first-child {
  color: #fff;
  background: #ffe001;
  &::before {
    background: url("../img/anima-num-1.png") no-repeat;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 58px;
  }
}
.anima__card:nth-child(2) {
  &::before {
    background: url("../img/anima-num-2.png") no-repeat;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 77px;
  }
}
.anima__card:nth-child(3) {
  &::before {
    background: url("../img/anima-num-4.png") no-repeat;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
  }
}
.anima__card:nth-child(4) {
  &::before {
    background: url("../img/anima-num-3.png") no-repeat;
    top: 0;
    left: 0;
    width: 63px;
    height: 72px;
  }
}

.ivents.header_block {
  min-height: 100vh;
  padding-bottom: 200px;
}
.ivents__decor-lb-1 {
  position: absolute;
  width: 364px;
  height: 364px;
  right: calc(50% + 430px);
  bottom: 0;
  z-index: -1;
}
.ivents__decor-lb-2 {
  position: absolute;
  width: 213px;
  height: 195px;
  right: calc(50% + 567px);
  bottom: -93px;
  z-index: -1;
}
.ivents__decor-rb-1 {
  position: absolute;
  width: 213px;
  height: 195px;
  left: calc(50% + 587px);
  bottom: -40px;
  z-index: -1;
}
.ivents .header__decor-main_decor {
  width: 1600px;
  top: -616px;
}

.ivents .header_container {
  margin-bottom: 145px;
}
.ivents__title {
  display: flex;
  font-family: "Stratos LC Web";
  flex-direction: column;
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  margin-bottom: 62px;
  color: #000;
}
.ivents .nav_wrapper img {
  width: 100%;
}

.ivents .nav_wrapper a {
  display: block;
}

.ivents__items {
  display: flex;
  gap: 30px 18px;
}

.ivents__item {
  padding: 53px 41px 44px;
  width: calc(50% - 9px);
  background: white;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 56px;
  font-family: "Stratos LC Web";
}
.ivents__item-logo {
  margin-bottom: 16px;
}

.ivents__item-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 135%;
  margin-bottom: 25px;
  font-family: "Stratos LC Web";
}

.ivents__item:nth-child(2) .ivents__item-title {
  margin-bottom: 75px;
}

.ivents__item._day {
  margin-bottom: 75px;
}

.ivents__item-list {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin-bottom: 49px;
  display: flex;
  padding-left: 0;
}

.ivents__item-li {
  display: flex;
  align-items: flex-start;
}

.ivents__item-li:before {
  content: "";
  margin-top: 4px;
  display: block;
  min-width: 14.85px;
  min-height: 11px;
  margin-right: 5px;
  background: url("../img/ivents-lits-ico.svg") center center / contain
    no-repeat;
}

.ivents__item-desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 26px;
}

.ivents__item .thanks__link {
  margin: 0;
}

.thanks {
  min-height: calc(100vh - 180px);
  margin-bottom: 100px;
}

.thanks .header__decor-main_decor {
  width: 1600px;
  top: -616px;
}

.thanks__title {
  font-family: "Stratos LC Web";
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  margin-bottom: 25px;
}
.thanks__desc {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  max-width: 300px;
}
.thanks__desc:nth-child(3) {
  margin-bottom: 15px;
}
.thanks__link {
  display: block;
  height: 75px;
  width: 75px;
  margin-bottom: 60px;
}
.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.header_block {
  padding: 109px 0;
  position: relative;
}

.header_container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.header_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* .header__video {
  top: 0;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
} */

.header__video--mobile {
  display: none;
}

.header_left_col {
  width: fit-content;
}

.row_header_left_col-top {
  max-width: 530px;
}

.header_bg {
  position: absolute;
  z-index: 1;

  display: block;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__decor-main_bg {
  z-index: 1;
  position: absolute;
  top: -20px;
  left: calc(50% + 177px);
  transform: translate(-50%, 0);
}
@media (max-width: 1310px) {
  .header__decor-main_bg {
    right: 40px;
    left: unset;
    transform: translate(0);
  }
}
.header__decor-main_decor {
  position: absolute;
  top: -550px;
  z-index: -1;
  left: 50%;
  transform: translate(-38%, 0);
}

.header_bg--pen {
  bottom: 40%;
  right: 9vw;

  width: 91px;
  height: 91px;

  background-image: url("../img/header-pen.svg");
}

.header_bg--photo {
  left: 38vw;
  bottom: 27%;

  width: 46px;
  height: 44px;

  background-image: url("../img/header-photo.svg");
}

.header_bg--border {
  top: 7vh;
  right: 32vw;

  width: 228px;
  height: 238px;

  background-image: url("../img/header-bg-1.svg");
}

.nav_row {
  height: 84px;
}

.anima_moscow {
  position: relative;
  top: -60px;

  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 154px;
  line-height: 154px;
  color: #000;
  margin-bottom: -85px;

  text-align: right;
}

.anima_moscow span {
  display: block;
}

.anima_moscow span:first-child {
  position: relative;

  top: 60px;
}
.anima_moscow._mob {
  display: none;
}
.row_open_forum {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.row_open_forum._mob {
  display: none;
}
.open_forum__text {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 15px;
  color: #000000;
}

.open_forum__number {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 154px;
  line-height: 154px;
  margin-left: 33px;
  color: #000000;
}
.col_header_left_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.col_header_left_col_dates {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 59px;

  margin-bottom: 26px;

  color: #000000;
}

.col_header_left_col_space {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: .7;

  margin-bottom: 26px;

  color: #000000;
}

.col_header_left_col_space br {
  display: none;
}

.col_header_left_col_online {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  margin-bottom: 47px;

  color: #000000;
}

.free_reg_btn{
  margin-top: 80px;
}

.header__btn {
  position: relative;
  z-index: 3;

  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 113.98%;

  display: block;

  padding: 35.8px 37px 30px 21px;
  text-align: center;

  transition: all 0.2s linear;
  text-decoration: none;
  max-width: 347px;
  color: #000000;
}
.header__btn p {
  transform: rotate(-1.9deg);
}
.header__btn--mobile {
  display: none;
}
.header__btn:hover {
  color: #000000;
}

.header__btn:hover::after {
  top: 0;
  left: 0;
}

.header__btn-icon{
  position: absolute;
  right: -72px;
  top: -17px;
}

.header__btn-text{
  position: relative;
  top: -8px;
}

.header__btn::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  width: 347px;
  height: 102px;

  content: "";
  transition: all 0.2s linear;

  background: url(../img/header_btn-figure.svg) center center / contain
    no-repeat;
}

.header__btn::after {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: -2;

  width: 347px;
  height: 102px;

  content: "";
  transition: all 0.2s linear;

  background: url(../img/header_btn-figure_red.svg) center center / contain
    no-repeat;
}

.header__btn--fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 6;

  display: none !important;

  transform: translateX(-50%);
}

.header__descr {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  max-width: 586px;
  margin-top: 40px;
  color: #000;
}

.why_block {
  position: relative;

  margin-bottom: 60px;
}

.why_block::after {
  position: absolute;
  z-index: 1;
  right: -42px;
  bottom: -80px;

  width: 214px;
  height: 163px;

  content: "";

  background: url("../img/why_decore-2.svg") no-repeat center;
}

.why_block_wrapper {
  position: relative;
  z-index: 2;

  padding: 45px 119px 71px 120px;
  margin: 0;

  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 56px;
}

.why_block_wrapper::before {
  position: absolute;
  top: 15px;
  left: 20px;

  width: 71px;
  height: 87px;

  content: "";

  background: url("../img/pen.svg") no-repeat center;
}

.why_img img {
  height: 60px;
  width: auto;
}

.why__title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;

  margin-bottom: 37px;

  text-align: center;

  color: #11253d;
}

.why_col_caption {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 62px;

  text-align: center;

  color: #000000;
}

.why_col_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.speakers_block_wrapper {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 43px;
}

.speakers_block_carousel.carousel {
  background: none;
}

.speakers_block_inner {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;

  padding-left: 46px;
  margin-bottom: 14px;
}

.speakers_block_title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;

  margin-right: 45px;
  margin-bottom: 0;

  color: #11253d;
}

.speakers-controlls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.speakers-controlls__btn {
  cursor: pointer;
}

.speakers-controlls__btn--disabled {
  pointer-events: none;

  opacity: 0.53;
}

.speakers-controlls__btn--back,
.speakers-controlls__btn--next {
  width: 25px;
  height: 20px;

  background: url("../img/speakers/arrow.svg") no-repeat center;
  border: none;
}

.speakers-controlls__btn--back_double,
.speakers-controlls__btn--next_double {
  width: 35.89px;
  height: 24.67px;

  background: url("../img/speakers/arrow_double.svg") no-repeat center;
  border: none;
}

.speakers-controlls__btn--back,
.speakers-controlls__btn--back_double {
  transform: rotate(-180deg);
}

.speakers-controlls__btn--back {
  margin-right: 18px;
}

.speakers-controlls__btn--back_double {
  margin-right: 8px;
}

.speakers-controlls__btn--next_double {
  margin-right: 18px;
}

.speakers-item {
  height: 100%;
  padding: 30px;
}

.speakers__col:first-child .speakers-item {
  padding-right: 0;
}

.speakers__col:last-child .speakers-item {
  padding-left: 0;
}

.speakers-item__wrapper {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  padding: 22px 29px 34px 16px;
  height: 100%;

  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 26px;
}

.speakers-item__number {
  position: absolute;
  top: 15px;
  right: 15px;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: 70px;
  height: 26px;
  padding-right: 13px;

  color: rgba(0, 0, 0, 0.5);
  background: #f5f5f5;
  border-radius: 39px;
}

.speakers-item__left {
  margin-right: 30px;
}

.speakers-item__img {
  display: block;

  filter: drop-shadow(0px 10px 30px rgba(174, 174, 174, 0.25));
}

.speakers-item__title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 125%;

  margin-bottom: 13px;

  color: #000000;
}

.speakers-item__track {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  margin-left: -21px;
  margin-bottom: 15px;

  color: rgba(0, 0, 0, 0.6);
}

.speakers-item__track::before {
  display: none;

  width: 8.5px;
  height: 7.08px;
  margin-right: 13px;

  content: "";

  background: url("../img/speakers/track.svg") no-repeat center;
}

.speakers-item__description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  margin-bottom: 0;

  color: rgba(0, 0, 0, 0.8);
}

.speakers__row {
  margin-left: -20px;
  margin-right: -20px;
}

.speakers__row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.organizers_block {
  position: relative;
}

.organizers_block::before {
  position: absolute;
  top: 50px;
  right: calc(-4vw + -80px);
  z-index: -2;

  width: 212px;
  height: 199px;

  content: "";

  background: url("../img/organizers/bg.svg") no-repeat center / contain;
}

.organizers_block::after {
  position: absolute;
  z-index: -1;
  top: -143px;
  right: calc(-4vw + -100px);

  width: 364px;
  height: 283px;

  content: "";

  background: url("../img/tracks/bg-2.svg") no-repeat center / contain;
}

.organizers_block_wrapper {
  margin-bottom: 92px;
}

.organizers_block_title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  font-feature-settings: "liga" off;

  padding-left: 46px;
  margin-bottom: 24px;

  color: #11253d;
}

.organizers_block_col {
  padding: calc(var(--bs-gutter-x)* .5);
}

.organizers_block_item {
  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;

  padding: 50px;
  height: 100%;

  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 26px;
}

.organizers_block_col:last-child .organizers_block_item::before {
  position: absolute;
  top: 5px;
  right: 10px;

  width: 71px;
  height: 87px;

  content: "";
  transform: rotate(90deg);

  background: url("../img/pen.svg") no-repeat center / contain;
}

.organizers_block_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 33px;
  height: fit-content;
}

.organizers_block_logo {
  display: block;
  max-width: 100%;
}

.organizers_block_label {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;

  display: block;

  padding: 3px 23px 6px 24px;
  margin-bottom: 29px;
  width: fit-content;

  background: #fff399;
  border-radius: 50px;
  color: #000000;
}

.organizers_block_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;

  color: rgba(0, 0, 0, 0.5);
}

.partners_block_wrapper {
  margin: 0;
  margin-bottom: 83px;
  padding: 0;
}

.partners_block_title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  font-feature-settings: "liga" off;

  margin-bottom: 15px;
  padding-left: 46px;

  color: #11253d;
}

.place_block_wrapper {
  padding: 28px 37px 28px 65px;
  margin: 0;
  margin-bottom: 39px;

  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.25);
  border-radius: 46px;
}

.place_block_col:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.place_left_date {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;

  margin-bottom: 12px;

  color: #e64d4f;
}

.place__mobile{
  display: none;
}

.place_block_title {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;

  margin-bottom: 12px;

  color: #000000;
}

.place_left_desc {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-size: 18px;
  line-height: 26px;

  max-width: 431px;
  margin-bottom: 59px;
  color: #666666;
}

.place_left_desc b {
  color: #000000;
  text-transform: uppercase;
}

.place_left_address {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  color: #000000;
}

.place_left_icon {
  display: block;

  margin-right: 15px;
}

.place_block_carousel.carousel {
  background: none;
}

.place_block_indicators {
  display: flex;
  align-items: center;
  justify-content: center;
}

.place_block_indicators button {
  width: 13px !important;
  height: 13px !important;
  margin-left: 3.5px !important;
  margin-right: 3.5px !important;

  transition: all 0.3s linear !important;

  opacity: 1 !important;
  background: #ffffff;
  border-radius: 50%;
  border: none !important;
}

.place_block_indicators button.active {
  width: 53px !important;
  height: 6px !important;
  max-height: 6px !important;
  margin-left: 9px !important;
  margin-right: 9px !important;

  background: #ffffff;
  border-radius: 100px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  padding: 20px 31px;

  background: #1b1d20;
  border-radius: 34px 34px 0 0;
}

.footer img {
  height: 25px;
}

.ul_footer_menu {
  margin-bottom: 0;
}

.li_footer_menu_item {
  margin-right: 15px;
}

.li_footer_menu_item:last-child {
  margin-right: 0;
}

.a_footer {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  text-decoration: none;
  transition: all 0.2s linear;

  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.a_footer:hover {
  color: #ffffff;
  border-color: #fff;
}

.footer__btn {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-feature-settings: "liga" off;

  padding: 16px 22px;

  transition: all 0.2s linear;
  text-decoration: none;

  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 64px;
}

.footer__btn:hover {
  background-color: #fff;
  color: #000000;
}


.nav_navbar {
  padding-top: 0;
  padding-bottom: 0;

  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}

.nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nav_brand {
  margin-right: 5px;
}

.nav_brand img {
  height: 25px;
  width: auto;
}

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

  width: 100%;
}

.nav_collapse {
  flex-grow: unset;
}

.navbar_nav {
  align-items: center;
}

.nav_item {
  margin-right: 15px;
}

.nav_item:nth-last-child(2) {
  margin-right: 23px;
}

.nav_item:last-child {
  margin-right: 0;
}

.nav_link {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  position: relative;

  /* padding: 30px 0 !important; */

  color: #000000;
}

.nav_link:hover::before,
.nav_link.active::before {
  opacity: 1;
}

.nav_link::before {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 6px;

  content: "";
  transition: all 0.2s ease;

  opacity: 0;
  background: #e21e2c;
  border-radius: 5px 5px 0 0;
}

.nav_link--btn {
  padding: 16px 25px !important;

  transition: all 0.2s linear;

  border: 1px solid #000000;
  border-radius: 64px;
}

.nav_link--btn:hover {
  color: #fff !important;
  background: #000;
}

.nav_link--btn::before {
  display: none !important;
}

.tracks_block {
  position: relative;
}

.tracks_block::before {
  position: absolute;
  z-index: -1;
  top: -400px;
  left: -100px;

  width: 698.33px;
  height: 2231.88px;

  content: "";

  opacity: 0.5;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(-30deg);
}

.traks_col {
  position: relative;
}

.traks_col::before {
  position: absolute;
  left: 71px;
  top: 50%;
  z-index: -1;

  width: 1px;
  height: calc(100% - 100px);

  content: "";
  transform: translateY(-50%);

  border-left: 2px dashed #e21e2c;
}

.partners_block {
  position: relative;
}

.partners_block::before {
  position: absolute;
  right: 300px;
  top: -420px;
  z-index: -1;

  width: 698.33px;
  height: 2231.88px;

  content: "";

  opacity: 0.5;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(42.44deg);
}

.partners_block_wrapper .flickity-button {
  display: none;
}

.partners_block_wrapper .flickity-page-dots {
  display: none;
}

.partners_block_wrapper .carousel {
  padding: 0;
}

.modal-dialog {
  top: 50%;
  left: 50%;

  max-width: 720px;
  margin: 0 !important;

  transform: translate(-50%, -50%) !important;
}

.modal-content {
  padding: 53px 110px 70px;

  background: #ffffff;
  border-radius: 56px;
}

.modal-content::before {
  position: absolute;
  right: 16px;
  bottom: 12px;

  width: 71px;
  height: 87px;

  content: "";
  transform: rotate(180deg);

  background: url("../img/pen.svg") no-repeat center / contain;
}

.modal-header .btn-close {
  position: absolute;
  top: 32px;
  right: 32px;

  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;

  background: url("../img/modal-close.svg") no-repeat center / contain;
}

.modal-title {
  margin-bottom: 17px;
}
.modal-subtitle {
  margin-bottom: 27px;
}

.modal-title br {
  display: none;
}

.modal-header {
  padding: 0;
  margin: 0;

  border: none;
}

.modal .form-control {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;

  height: 60px;
  padding-left: 23px;
  padding-right: 23px;

  background: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-radius: 12px;

  color: #000;
}

.modal .form-control::placeholder {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;

  color: rgba(0, 0, 0, 0.5);
}

.modal-body {
  padding: 0;
}

.form-check {
  padding-left: 9px;
}

.form-check-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 113.98%;

  color: #000000;
}

.form-check-input {
  position: absolute;
  z-index: -1;

  opacity: 0;
}

.form-check-input + .form-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  user-select: none;
}

.form-check-input + .form-check-label::before {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;

  width: 19px;
  height: 19px;
  margin-right: 6px;

  content: "";

  border: 2px solid #d9d9d9;
  border-radius: 6px;
  background-color: #909090;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-check-input:checked + .form-check-label::before {
  background-image: url("../img/checked.svg");
}

.modal-footer {
  padding: 0;

  border: none;
}

.modal-footer .btn {
  font-family: "Stratos LC Web";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 113.98%;

  padding: 16px 35px;
  margin: 0;
  margin-right: auto;

  background: #ffe001;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  color: #000000;
}

.footer-info__col {
  text-align: center;
}