:root {
  --white: #fff;
  --purple-100: #f6f7ff;
  --purple-300: #d9d6f2;
  --purple-400: #afa1dd;
  --purple-hover: #5a30c5;
  --purple-accent: #4a25a9;
  --purple-active: #361788;
  --black: #1f1f1f;
  --gray-100: #f4f4f4;
  --gray-200: #e9e9e9;
  --gray-300: #d2d2d3;
  --gray-400: #a5a9a9;
  --gray-500: #989898;
  --gray-600: #515151;
  --blue: #1475cb;
  --red: #a93023;
  --purple-200: #efe8ff;
}

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

body {
  text-align: left;
}

input,
textarea {
  outline: none;
  font-family: inherit;
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

div {
  text-align: left;
}

button,
a {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

svg,
img {
  flex-shrink: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-family: 'Manrope', sans-serif;
}

p {
  padding: 0 0 20px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px;
}

pre {
  margin-bottom: 15px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: calc(1294px + 36px);
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
}

.site-header {
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: var(--white);
  z-index: 10;
  position: relative;
}

.site-header__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 100%;
  color: var(--purple-accent);
  margin-right: auto;
  display: flex;
}

.site-header__inner {
  display: flex;
  align-items: center;
}

.main-nav .menu {
  display: flex;
  height: 100%;
}

.main-nav ul {
  margin: 0;
}

.main-nav .menu-item a {
  display: block;
  height: 100%;
  padding: 19px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
  border-bottom: 1px solid transparent;
}

.main-nav .menu-item a:hover {
  color: var(--purple-accent);
}

.main-nav > ul > .menu-item.current-menu-item > a {
  border-bottom: 1px solid var(--purple-accent);
  color: var(--purple-accent);
}

.site-hero {
  padding: 97px 0 60px;
  background: rgba(236, 234, 253, 0.7);
}

.site-hero__top-image {
  object-fit: cover;
  max-width: 336px;
  position: relative;
  left: 0px;
  width: 100%;
}

.site-hero__top-image-wrap {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  width: 204px;
  height: 168px;
}

.site-hero__top {
  display: flex;
  align-items: center;
}

.site-hero__text {
  margin-left: 40px;
}

.site-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 46px;
  line-height: 111%;
  color: var(--black);
  margin-bottom: 18px;
}

.site-hero__text {
  max-width: 881px;
}

.site-hero__title span {
  color: var(--purple-accent);
}

.site-hero__decr {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--gray-600);
}

.site-hero__bottom {
  margin-top: 80px;
}

.site-hero__bottom {
  display: flex;
}

.site-hero__btn {
  flex: 1;
  display: block;
  background: var(--purple-accent);
  border-radius: 15px;
  padding: 32px 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 145%;
  color: var(--white);
}

.site-hero__btn svg {
  margin-left: auto;
}

.site-hero__btn:last-of-type {
  margin-left: 14px;
  font-family: var(--font-family);
}

.sports-cards {
  padding: 50px 0 110px;
}

.sports-cards__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sports-cards__card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  height: 199px;
}

.sports-cards__card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sports-cards__card-name {
  z-index: 5;
  font-weight: 600;
  font-size: 24px;
  line-height: 121%;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 25px 30px;
}

.sports-cards__card-soon {
  z-index: 5;
  position: absolute;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 6px 16px;
  top: 15px;
  right: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 136%;
  color: var(--white);
}

.sports-cards__card:not(.sports-cards__card_p):not(.active)::after {
  content: '';
  position: absolute;
  background: #1f1f1f;
  opacity: 0.6;
  top: 0;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
}

.sports-cards__card.active::after {
  content: '';
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(31, 31, 31, 0) 0%,
    rgba(31, 31, 31, 0.8) 100%
  );
  opacity: 0.6;
  top: 52px;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1149px) {
  .sports-cards__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .sports-cards__inner .sports-cards__card_p {
    display: none;
  }
}

@media (max-width: 959px) {
  .site-hero__top-image-wrap {
    border-radius: 10px;
    width: 174px;
    height: 168px;
  }

  .site-hero__decr {
    font-size: 16px;
  }

  .site-hero__text {
    margin-left: 26px;
  }

  .site-hero__title {
    font-size: 33px;
  }

  .site-hero {
    padding: 50px 0;
  }
  .site-hero__bottom {
    margin-top: 58px;
  }
  .site-hero__btn {
    padding: 23px 39px 22px 35px;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
  }

  .site-hero__btn svg {
    height: 27px;
    width: 27px;
  }

  .sports-cards {
    padding: 30px 0;
  }
  .sports-cards__card-name {
    padding: 0 25px 20px 25px;
  }

  .sports-cards__card {
    height: 199px;
  }
  .sports-cards__card-soon {
    top: 9px;
    right: 9px;
  }

  .sports-cards__inner {
    gap: 12px;
  }
}

@media (max-width: 719px) {
  .sports-cards__card.active::after {
    top: 13px;
  }
  .container {
    padding: 0 14px;
  }
  .site-hero__text {
    margin: 0;
    margin-top: 15px;
  }
  .site-hero__bottom {
    margin-top: 25px;
  }
  .site-hero {
    padding: 16px 0;
  }
  .site-hero__title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .site-hero__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-hero__top-image-wrap {
    object-position: center;
    height: 146px;
    width: 240px;
  }

  .site-hero__btn {
    justify-content: center;
    padding: 19px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
  }
  .site-hero__btn svg {
    display: none;
  }

  .site-hero__btn:last-of-type {
    margin-left: 8px;
  }

  /* */

  .sports-cards {
    padding: 20px 0;
  }

  .sports-cards__inner {
    gap: 8px;
  }
  .sports-cards__card-name {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }
  .sports-cards__card {
    height: 162px;
  }

  .sports-cards__card-soon {
    font-weight: 600;
    font-size: 12px;
    line-height: 158%;
    padding: 3px 12px;
  }
}

@media (max-width: 439px) {
  .site-hero__top-image {
    left: 0;
    object-position: 0px 19%;
    width: 100%;
  }

  .site-hero__top-image-wrap {
    width: 100%;
    object-position: center;
    height: 146px;
  }
}

@media (max-width: 339px) {
  .site-hero__bottom {
    flex-direction: column;
  }

  .site-hero__btn:last-of-type {
    margin-left: 0;
    margin-top: 8px;
  }

  .sports-cards__card-name {
    font-size: 14px;
  }
}

.about-us {
  background: var(--purple-100);
  padding: 50px 0;
}

.section-tag {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--purple-accent);
  padding: 11px 16px;
  border: 1px solid #e1dff6;
  border-radius: 11px;
}

.about-us__top {
  display: flex;
  align-items: flex-start;
}

.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: var(--black);
  margin: 0;
}
.about-us__title {
  max-width: 858px;
}

.about-us__title-wrap {
  margin-left: auto;
}
.about-us__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-500);
  max-width: 313px;
  margin-top: 20px;
  margin-left: 218px;
}

.about-us__title-wrap {
}

.about-us__inner {
  align-items: flex-start;
  gap: 14px;
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
}

.about-us__card {
  position: relative;
  background: var(--white);
  border: 1px solid #d0cbee;
  border-radius: 15px;
  padding: 70px 30px 112px;
}

.about-us__card:nth-child(2n) {
  margin-top: 70px;
}

.about-us__card::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--purple-400);
  display: block;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.about-us__card:not(:first-of-type) {
  /* margin-left: 14px; */
}

.about-us__card-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 111%;
  color: var(--purple-400);
}

.about-us__card-descr {
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
}

.our-services {
  padding: 50px 0;
}

.our-services__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.our-services__left {
  margin-right: 81px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.our-services__list {
  margin-left: 7px;
}

.our-services__title {
  margin-top: 15px;
}

.our-services__descr {
  margin-top: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--gray-600);
}

.our-services__list-num {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--purple-accent);
  margin-right: 30px;
}

.our-services__list-item {
  border: 1px solid var(--gray-200);
  border-radius: 15px;
}

.our-services__list-item-inner {
  display: flex;
  flex-direction: column;
  padding: 34px 40px 32px;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
}

.our-services__list-item:not(:first-of-type) {
  margin-top: 10px;
}

.our-services__list-item svg {
  margin-left: 20px;
  flex-shrink: 0;
}

.our-services__list-item-inner-wrap {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.advantages {
  background: var(--purple-100);
  padding: 50px 0 55px;
}

.advantages__switch {
  display: flex;
  gap: 10px;
}

.advantages__switch-middle {
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: rgba(74, 37, 169, 0.4);
}

.advantages__item {
  cursor: pointer;
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: rgba(74, 37, 169, 0.4);
}

.advantages__item.active {
  color: var(--purple-accent);
}

.advantages__card {
  cursor: pointer;
  width: 100%;
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  transition: transform 0.1s linear;
}

.advantages__card_wrap {
  display: flex;
  cursor: pointer;
}

.advantages__card_wrap:hover .advantages__card {
  transform: translateY(25px);
}

.advantages__card:hover .advantages__card-title {
  color: var(--purple-accent);
}

.advantages__slider {
  margin-top: 20px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.advantages__slider.active {
  display: grid;
}

.advantages__card-title {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
}

.advantages__card-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  margin-top: 14px;
  color: var(--gray-500);
}

.contests-block {
  padding: 50px 0;
}

.contests-block__top {
  display: flex;
  align-items: center;
}

.contests-block__add-contest {
  gap: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(74, 37, 169, 0.1);
  display: flex;
  align-items: center;
  margin-left: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--purple-accent);
}

.contest-card__tags-split {
  width: 15px;
}

.contests-block__inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contest-card {
  cursor: pointer;
  display: flex;
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  padding: 20px;
}

.contest-card__info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contest-card__info-tags {
  display: flex;
  gap: 8px;
}

.contest-card__info-tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--gray-600);
  padding: 4px 10px;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
}

.contest-card__info-nums {
  display: flex;
  gap: 5px;
  margin-bottom: auto;
}

.contest-card__info-links {
  margin-top: 20px;
  display: flex;
  width: 100%;
  gap: 8px;
  max-width: 392px;
}

.contest-card__info-btn-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  text-align: right;
  color: var(--white);
}

.contest-card__info-btn {
  min-height: 66px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  border-radius: 8px;
  padding: 11px 16px;
  background: var(--purple-accent);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--white);
  flex-grow: 1;
}

.contest-card__info-btn_inactive {
  background: var(--gray-100);
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--purple-accent);
}

.contest-card__info-btn_red {
  background: rgba(221, 37, 0, 0.1);
  color: #d02f2f;
}

.contest-card__info-btn_inactive .contest-card__info-btn-subtext {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-500);
}

.contest-card__info-btn_inactive .contest-card__info-btn-subtext_black {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 9px;
}

.contest-card__info-num {
  background: var(--gray-100);
  border-radius: 7px;
  padding: 8px 11px;
  margin-top: 15px;
}

.contest-card__info-file {
  width: 84px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(74, 37, 169, 0.1);
}

.contest-card__content-tags {
  display: flex;
  gap: 8px;
}

.contest-card__content-tag {
  padding: 8px 11px;
  display: flex;
  align-items: center;
  background: var(--gray-100);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  border-radius: 7px;
  color: var(--black);
}

.contest-card__content-tag svg {
  margin-right: 9px;
}

.contest-card__content-tag_classification {
  background: #e0f1ff;
  color: var(--blue);
}

.contest-card__content-title {
  margin-top: 14px;
  max-width: 683px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
}

.contest-card__img {
  width: 135px;
  height: 135px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 22px;
}
.contest-card__info-tags .show_tablet {
  display: none;
}
.contest-card__content {
  flex-grow: 1;
}

.contests-block__inner-pagination,
.contests-block__inner-items {
  display: contents;
}

.contests-block__more {
  background: none;
  gap: 7px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  padding: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--purple-accent);
}
@media (max-width: 1149px) {
  .contest-card__info-tags .hide_tablet {
    display: none;
  }
  .contest-card__info-tags .show_tablet {
    display: block;
  }
  .contest-card__info-nums {
    display: none;
  }
  .contest-card {
    flex-direction: column;
  }
  .contest-card__content-title {
    max-width: initial;
  }
  .contest-card__info-links {
    margin-top: 0;
  }
  .contest-card__info {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
  }
  .contest-card__content-title {
    margin-top: 18px;
  }
  /* */
  .advantages__slider {
    overflow: auto;
  }
  .advantages__card {
    width: 298px;
  }
  .advantages__card_wrap:hover .advantages__card {
    transform: initial;
  }
  .advantages__card_wrap:hover .advantages__card .advantages__card-title {
    color: var(--black);
  }
  .about-us__card-title {
    font-size: 33px;
    line-height: 118%;
  }
  .about-us__inner {
    gap: 12px;
  }
  .about-us__card-descr {
    margin-top: 8px;
  }
  .about-us__card {
    padding: 70px 30px 30px;
    width: 298px;
    flex-shrink: 0;
  }
  .about-us__inner {
    overflow: auto;
    margin-top: 30px;
  }
  .about-us__card:nth-child(2n) {
    margin-top: 0;
  }
  .about-us__top {
    flex-direction: column;
  }
  .about-us__title-wrap {
    margin: 0;
    margin-top: 20px;
    max-width: 711px;
  }

  .about-us__descr {
    margin-left: 0;
    max-width: initial;
  }
}

@media (max-width: 959px) {
  .contest-card__info-links {
    gap: 10px;
  }
  .contest-card__tags-split {
    width: 7px;
  }
  .contest-card__info-tags {
    gap: 5px;
  }
  .contest-card__info-links {
    max-width: 392px;
  }
  .contests-block__inner {
    margin-top: 15px;
  }
  .contest-card__info-tag {
    font-size: 14px;
    line-height: 143%;
    padding: 4px 8px;
  }
  .contest-card__img {
    width: 73px;
    height: 73px;
  }
  .contest-card {
    padding: 16px 18px;
  }
  .contest-card__content-tag {
    padding: 6px 9px;
  }
  .contest-card__content-tags {
    gap: 10px 5px;
  }
  .contest-card__content-tag {
    font-size: 14px;
    line-height: 143%;
  }
  .advantages__card-title {
    font-size: 18px;
    line-height: 128%;
  }
  .advantages__slider {
    gap: 12px;
  }
  .advantages__item,
  .advantages__switch-middle {
    font-size: 27px;
    line-height: 137%;
  }
  .advantages {
    padding: 30px 0;
  }
  .our-services__list {
    margin: 0;
    margin-top: 30px;
  }
  .our-services__descr {
    font-size: 16px;
    line-height: 144%;
  }
  .our-services__list-item-inner {
    font-size: 18px;
    line-height: 128%;
  }
  .our-services__left {
    margin: 0;
    max-width: 554px;
  }
  .our-services__descr {
    margin-top: 16px;
  }
  .our-services__title {
    margin-top: 20px;
  }
  .our-services {
    padding: 30px 0;
  }
  .our-services__inner {
    display: block;
  }
  .about-us {
    padding: 30px 0;
  }
  .section-title {
    font-size: 27px;
    line-height: 137%;
  }
  .about-us__title-wrap {
    max-width: 607px;
  }
  .about-us__descr {
    margin-top: 16px;
  }
}

@media (max-width: 799px) {
  .contest-card__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .contest-card__info-links {
    max-width: initial;
    margin-top: 25px;
  }
}

@media (max-width: 719px) {
  .contest-card_file-hide .contest-card__info-file {
    display: none;
  }
  .contests-block__more {
    padding: 19px;
    font-size: 14px;
    line-height: 129%;
  }
  .contest-card__tags-split {
    width: 5px;
  }
  .contest-card__info-file {
    width: 66px;
  }
  .contest-card__info-file svg {
    width: 25px;
    height: 25px;
  }
  .contest-card__info-btn {
    font-weight: 700;
    font-size: 14px;
    gap: 1px;
    line-height: 129%;
    min-height: 53px;
    padding: 9px;
  }
  .contest-card__info-btn-time {
    font-size: 12px;
    line-height: 133%;
  }
  .contest-card__info-tag {
    font-size: 12px;
    line-height: 142%;
    padding: 2px 8px;
  }
  .contest-card__info {
    margin-top: 16px;
  }
  .contest-card__content-tag {
    font-size: 12px;
    line-height: 142%;
  }
  .contest-card__content-tag svg {
    width: 17px;
    height: 17px;
  }
  .contests-block__add-contest-hide {
    display: none;
  }
  .contest-card__content-title {
    font-size: 14px;
    line-height: 143%;
    margin-top: 25px;
  }
  .contest-card__img {
    margin-right: 18px;
  }
  .contest-card {
    padding: 14px;
  }
  .contest-card__content-title {
    align-items: flex-start;
  }
  .contest-card__content-tags {
    flex-wrap: wrap;
  }
  .contest-card__content-tag {
    order: 2;
    padding: 5px 8px;
  }
  .contest-card__content-tag_classification {
    order: 1;
  }
  .advantages__slider {
    margin-top: 15px;
  }
  .advantages__card-title {
    margin-top: 25px;
    font-size: 16px;
    line-height: 131%;
  }
  .advantages__card-descr {
    font-size: 14px;
    line-height: 150%;
  }
  .advantages__card {
    width: 229px;
    padding: 15px;
  }
  .advantages__card img {
    width: 32px;
  }
  .advantages__switch {
    display: flex;
    gap: 0;
    border-radius: 10px;
    background: var(--white);
  }
  .advantages__item {
    flex: 1;
    border: 1px solid transparent;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    padding: 12px;
  }

  .advantages__item.active {
    background: var(--purple-200);
    border: 1px solid var(--purple-400);
    border-radius: 10px;
  }

  .advantages__switch-middle {
    display: none;
  }
  .advantages {
    padding: 20px 0;
  }
  .our-services__list-item-inner {
    font-size: 16px;
    line-height: 131%;
    padding: 18px 24px;
  }
  .our-services__list-item svg {
    width: 17px;
    height: 17px;
    margin-left: 5px;
  }
  .our-services__list-num {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .our-services__list-item-inner-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: auto;
  }
  .our-services__list {
    margin-top: 25px;
  }
  .section-tag {
    padding: 8px 12px;
    font-weight: 600;
    font-size: 12px;
  }
  .our-services__descr {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
    color: var(--gray-500);
  }
  .about-us__card-title {
    font-size: 25px;
  }
  .about-us__card-descr {
    margin-top: 10px;
  }
  .about-us__card::before {
    top: 20px;
    left: 20px;
  }
  .about-us__inner {
    margin-top: 25px;
  }
  .about-us__card-descr {
    font-size: 14px;
  }
  .about-us__card {
    width: 229px;
    height: 100%;
    padding: 60px 20px 20px;
  }
  .about-us {
    padding: 20px 0;
  }
  .section-title {
    font-size: 22px;
    line-height: 132%;
  }
  .about-us__descr {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }
}

.contest-card__line {
  display: contents;
}
@media (max-width: 439px) {
  .contests-block__more {
    margin: 0 14px;
    margin-top: 10px;
  }
  .contest-card__line {
    display: flex;
    width: 100%;
  }
  .contests-block__container {
    padding: 0;
  }
}

@media (max-width: 339px) {
  .contest-card__tags-split {
    width: 2px;
  }
}

/* SLIDER */

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  margin-right: 14px;
  display: flex;
  height: initial;
}

.swiper-slide:last-child {
  margin-right: 0;
}

.card {
  background: #eee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DESKTOP */
@media (min-width: 960px) {
  .swiper-slide {
    width: calc((100% - 3 * 14px) / 4);
  }
}

/* TABLET */
@media (max-width: 959px) and (min-width: 720px) {
  .swiper-slide {
    margin-right: 12px;
  }

  .swiper-slide:last-child {
    margin-right: 0;
  }

  .swiper-slide {
    width: calc((100% - 2 * 12px) / 2.43);
  }
}

/* MOBILE */
@media (max-width: 719px) {
  .contest-card__info-btn_red {
    min-height: 36px;
  }
  .swiper-slide {
    width: 85%;
    margin-right: 10px;
  }
}

.noUi-horizontal .noUi-handle {
  width: 400px;
  right: 0;
}

.noUi-target {
  height: 4px;
  background: #ddd;
  border: none;
}

.noUi-connect {
  background: var(--purple-300);
}

.noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -6px;
  right: -8px;
  border: none;
  background: var(--purple-300);
}

.noUi-horizontal .noUi-handle {
  top: -11px;
  border-radius: initial;
}

.noUi-handle:after {
  display: none;
}

/* END SLIDER */

.our-partners {
  background: var(--purple-100);
  padding: 50px 0;
}

.our-partners__slider {
  margin-top: 20px;
  overflow: hidden;
}

.our-partners__card {
  position: relative;
  padding: 52px 20px 20px;
  border-radius: 15px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.our-partners__card img {
  align-self: center;
  flex-shrink: 0;
  width: 166px;
  height: 84px;
  object-fit: cover;
}

.our-partners__card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--black);
  margin-top: 32px;
}

.partners__btn {
  border-radius: 15px;
}

.swiper-wrapper__arrows-wrap {
  position: relative;
}

.js-main-slider__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  border-radius: 15px;
  border: none;
  background: var(--white);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 5;
  width: 51px;
  height: 51px;
}

.js-main-slider__btn.next {
  right: -25px;
}

.js-main-slider__btn.prev {
  left: -25px;
}

.swiper-button-disabled {
  display: none;
}

.noUi-connect,
.noUi-target {
  background: none;
  box-shadow: none;
}

.partners__range {
  margin-top: 20px;
  margin-left: 400px;
}

.js-main-slide___range-wrap {
  background: var(--purple-300);
  border-radius: 10px;
}

.js-main-slide___range-wrap .noUi-horizontal .noUi-handle {
  background: none;
  box-shadow: none;
}

.noUi-handle:before {
  width: 100%;
  left: 0;
  height: 4px;
  top: 11px;
  background: var(--purple-accent);
  border-radius: 10px;
}

.our-partners__card::before {
  content: '';
  border-radius: 2px;
  width: 10px;
  height: 10px;
  display: block;
  top: 20px;
  left: 20px;
  background: var(--purple-accent);
  position: absolute;
}

.news-block {
  padding: 50px 0;
}

.news-tags {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.news-tags__item {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--black);
  border: 1px solid var(--purple-300);
  border-radius: 11px;
  padding: 11px 16px;
  background: none;
  cursor: pointer;
}

.news-tags__item.active {
  background: var(--purple-200);
  color: var(--purple-accent);
}

.news-tags__all {
  background: var(--purple-accent);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--white);
  margin-left: auto;
}
.news-tags__wrap {
  display: flex;
  flex-grow: 1;
  gap: 14px;
  overflow: auto;
}

.news-block__title-wrap {
  display: flex;
  align-items: center;
}

.news-tags__all-show-tablet {
  display: none;
}

.news-card {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card__img {
  border-radius: 15px;
  width: 100%;
  height: 188px;
  object-fit: cover;
  flex-shrink: 0;
}

.news-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card__title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--black);
}

.news-card__link {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--purple-accent);
  margin-top: auto;
}

.news-card__descr {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-600);
  margin-bottom: 16px;
  /: 1;
}

.news-card__tags {
  display: flex;
  gap: 13px;
}

.news-card__tag {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-400);
}

.site-footer {
  background-position: calc(100% + 273px) -21px;
  position: relative;
  background: url(/wp-content/themes/sportida/img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: 1875px auto;
  background-position: calc(50% + 106px) -21px;
}

.site-footer::before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #30056d;
}

.site-footer::after {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #473de5;
}

.site-footer__inner {
  padding: 50px 0;
  gap: 50px;
  justify-content: space-between;
  display: flex;
}

.site-footer__content {
  max-width: 770px;
}

.site-footer__title {
  font-weight: 600;
  font-size: 67px;
  line-height: 103%;
  color: var(--white);
  display: flex;
}

.site-footer__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--white);
  margin-top: 15px;
}

.site-footer__cookie {
  align-items: center;
  margin-top: 24px;
  background: rgba(245, 246, 254, 0.14);
  border: 1px solid rgba(245, 246, 254, 0.5);
  border-radius: 15px;
  padding: 24px 30px;
  display: flex;
  gap: 22px;
}

.site-footer__cookie svg {
  flex-shrink: 0;
}

.site-footer__cookie-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--white);
}

.site-footer__cookie-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  margin-top: 6px;
  color: var(--white);
}

.site-footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-footer__contacts-item svg {
  flex-shrink: 0;
}

.site-footer__contacts-item-descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--gray-200);
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.site-footer__contacts-item-content {
  display: flex;
  flex-direction: column;
}

.site-footer__contacts-item-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 121%;
  margin-top: 5px;
  color: var(--white);
}
.site-footer__container {
  padding: 0 68px;
  max-width: calc(1294px + 136px);
}

.site-header__menu-btn {
  display: none;
  cursor: pointer;
}
.site-footer__bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
}
.site-footer__bottom-info {
  font-weight: 400;
  font-size: 12px;
  color: var(--white);
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.site-footer__bottom-links {
  padding-right: 18px;
  display: flex;
  gap: 15px;
}
.site-footer__bottom-link {
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 11px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--white);
  border-radius: 11px;
  display: flex;
  align-items: center;
}
.site-footer__bottom-link svg {
  margin-left: auto;
}
.news-block__slider-wrap {
  display: none;
}
.news-block__slider-wrap.active {
  display: block;
}

.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
  width: 4px;
  left: 4px;
}
.simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
  height: 4px;
  top: 4px;
}
@media (max-width: 1369px) {
  .js-main-slider__btn {
    display: none;
    border: none;
  }
}

@media (max-width: 1149px) {
  .site-footer {
    background-position: calc(100% + 620px) -21px;
    background-size: calc(2308px + 506px) auto;
  }
}

.site-footer__contacts_left {
  display: contents;
}

@media (max-width: 959px) {
  .site-footer__bottom-links {
    gap: 12px;
    padding: 0;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__bottom-link {
    padding: 11px 16px;
  }
  .site-footer__bottom-links {
    margin-left: 0;
  }
  .site-footer__bottom {
    gap: 20px;
  }
  .site-footer__bottom-wrap {
    padding: 49px 0;
  }
  .main-nav {
    display: none;
  }
  .site-header__inner {
    padding: 6px 0;
  }
  .site-header__menu-btn {
    display: block;
    justify-content: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: var(--purple-accent);
    padding: 13px 20px;
    background: rgba(74, 37, 169, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-width: 130px;
  }
  .site-header__menu-btn svg {
    margin-right: 12px;
  }
  .site-footer__contacts {
    flex-direction: row;
    gap: 50px;
  }
  .site-footer__social {
    align-self: flex-end;
  }
  .site-footer__contacts_left {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__title {
    font-weight: 600;
    font-size: 47px;
    line-height: 147%;
  }
  .site-footer__cookie {
  }
  .site-footer__contacts-item-descr {
    font-size: 16px;
    line-height: 138%;
  }
  .site-footer__contacts-item svg {
  }
  .site-footer__inner {
    flex-direction: column;
    gap: 31px;
  }
  .site-footer__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: var(--white);
  }
  .site-footer__inner {
    padding: 29px 0 65px;
  }
  .news-tags__all-show-tablet {
    display: block;
  }
  .news-tags__all-hide-tablet {
    display: none;
  }
  .news-block {
    padding: 30px 0;
  }
  .contests-block {
    padding: 30px 0;
  }
  .our-partners {
    padding: 30px 0;
  }
  .our-partners__card-title {
    font-size: 14px;
    line-height: 143%;
    margin-top: 40px;
  }
  .our-partners__card img {
    width: 139px;
    height: 70px;
  }

  .our-partners__card {
    padding: 59px 15px 15px;
  }
}

.news-tags__all-show-mobile {
  display: none;
}

@media (max-width: 719px) {
  .site-footer__bottom-wrap {
    padding: 30px 0;
  }
  .site-footer__bottom-links {
    width: 100%;
  }

  /* */
  .site-header__inner {
    padding: 9px 0;
  }
  .site-header__menu-btn {
    line-height: 113%;
  }
  .site-footer {
    background-position: calc(100% + 1317px) -21px;
    background-size: 3498px auto;
  }
  .site-footer__social {
    align-self: flex-start;
  }
  .site-footer__inner {
    padding: 31px 0 50px;
  }
  .site-footer__contacts {
    gap: 30px;
    flex-direction: column;
  }
  .site-footer__cookie svg {
    width: 30px;
    height: 30px;
  }
  .site-footer__social svg {
    width: 38px;
    height: 38px;
  }
  .site-footer__contacts-item {
    gap: 15px;
  }
  .site-footer__contacts-item-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
  }
  .site-footer__contacts-item svg {
    width: 38px;
    height: 38px;
  }
  .site-footer__inner {
    gap: 34px;
  }
  .site-footer__cookie-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
  }
  .site-footer__cookie-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 164%;
  }
  .site-footer__cookie {
    padding: 20px;
    gap: 16px;
  }
  .site-footer__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .site-footer__container {
    padding: 0 24px;
    max-width: calc(1294px + 48px);
  }
  .site-footer__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
  }
  .news-card__img {
    height: 174px;
  }
  .news-card__title {
    font-size: 14px;
    line-height: 143%;
  }
  .news-card__descr {
    margin-top: 8px;
  }
  .news-tags__all-show-mobile {
    display: block;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    margin: 20px 16px 0;
  }
  .news-tags__all-show-tablet {
    display: none;
  }
  .our-partners__slider {
    margin-top: 15px;
  }
  .news-tags {
    margin-top: 15px;
  }
  .news-block {
    padding: 20px 0;
  }
  .contests-block {
    padding: 20px 0;
  }
  .noUi-horizontal .noUi-handle {
    width: 250px;
    right: 0;
  }

  .partners__range {
    margin-left: 250px;
  }

  .our-partners {
    padding: 20px 0;
  }
}

@media (max-width: 539px) {
  .site-footer__bottom-links {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer__bottom-link {
    padding: 13px 16px;
    font-size: 14px;
    line-height: 129%;
  }
}

@media (max-width: 439px) {
  .noUi-horizontal .noUi-handle {
    width: 200px;
    right: 0;
  }

  .partners__range {
    margin-left: 200px;
  }
}

.breadcrumbs {
  padding: 26px 0;
  background: var(--purple-100);
}

.breadcrumbs__links {
  display: flex;
  gap: 13px;
  overflow: auto;
  overflow-y: hidden;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  line-height: 138%;
  color: var(--black);
  margin: 0;
}

.breadcrumbs__links .breadcrumbs__links-arrow {
  display: flex;
}

.breadcrumbs__links li {
  flex-shrink: 0;
}

.breadcrumbs__links li:last-of-type {
  color: var(--gray-500);
}

.breadcrumbs__links a {
  color: var(--black);
}

.breadcrumbs__links a:hover {
  color: var(--purple-hover);
}

.single-contest__top-tags {
  display: flex;
  gap: 5px;
  overflow: auto;
}

.single-contest__top-tag {
  background: var(--gray-100);
  border-radius: 7px;
  padding: 8px 11px;
  display: flex;
  gap: 9px;
  flex-shrink: 0;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--black);
}

.single-contest {
  background: var(--purple-100);
  padding-bottom: 60px;
}

.single-contest__top-tag_bg {
  background: #e0f1ff;
  color: var(--blue);
}

.single-contest__wrap {
  overflow: hidden;
  background: var(--white);
  border-radius: 15px;
}

.single-contest__top {
  padding: 25px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 44px 0 rgba(149, 157, 165, 0.13);
  background: var(--white);
}

.single-contest__img {
  width: 135px;
  height: 155px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.single-contest__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-contest__top-row {
  margin-top: 23px;
  display: flex;
  gap: 20px;
}

.single-contest__top-row-left {
  display: flex;
  gap: 20px;
  max-width: 597px;
  flex-grow: 1;
}

.single-contest__nums {
  margin: 0;
  display: flex;
}
.single-contest__nums .contest-card__info-num {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
}
.single-contest__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.single-contest__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
}
.single-contest__inner {
  display: flex;
}
.single-contest__content {
  flex-grow: 1;
}
.single-contest__sidebar {
  margin-left: 14px;
  width: 313px;
  flex-shrink: 0;
}

.single-contest .contest-card__info-btn {
  align-self: flex-end;
  text-align: center;
  width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
}

.single-contest__main {
  padding: 25px;
}
.single-contest__tabs {
  display: flex;
}
.single-contest__tabs-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--gray-500);
  padding: 11px;
  flex-grow: 1;
  border-bottom: 1px solid var(--gray-200);
}

.single-contest__text {
  margin-top: 30px;
}

.single-contest__text h2,
.single-contest__text h3,
.single-contest__text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: var(--black);
  margin-bottom: 10px;
  margin-top: 30px;
}

.single-contest__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-600);
  margin: 0;
  margin-top: 20px;
}

.single-contest__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.single-contest__text .wp-block-gallery {
  margin-bottom: 15px;
}

.single-contest__text .wp-block-table {
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-contest__text .table-wrapper {
  margin: 0;
}

.single-contest__text li {
  position: relative;
  padding-left: 20px;
}

.single-contest__text li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 11px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.single-contest__text p {
  padding: 0;
  margin-bottom: 15px;
}

.single-contest__text .wp-block-gallery img {
  margin: 0;
}

.single-contest__sidebar-content {
  background: var(--white);
  border-radius: 15px;
}

.single-contest__sidebar-block {
  padding: 25px;
}

.single-contest__sidebar-block:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-200);
}

.single-contest__sidebar-block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: var(--black);
  margin-bottom: 15px;
}

.files-block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.files-block__item-icon {
  background: var(--purple-accent);
}

.files-block__item {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 13px 25px 13px 15px;
}

.files-block__item-arrow {
  margin-left: auto;
}

.files-block__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--purple-active);
}

.files-block__item-format {
  margin-top: 2px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gray-600);
}

.files-block__item-icon {
  width: 37px;
  height: 37px;
  border-radius: 7px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.contact-block__wrap {
  display: flex;
  align-items: center;
}

.contact-block__wrap svg {
  flex-shrink: 0;
  margin-right: 11px;
}

.contact-block__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  color: var(--black);
}

.contact-block__name {
  font-weight: 600;
  font-size: 16px;
  margin-top: 2px;
  line-height: 131%;
  color: var(--black);
}

.contact-block__acions {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-block__acion {
  text-align: center;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--purple-accent);
}

.types-block__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-600);
}

.types-block__item {
  padding: 10px 15px;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
}

.types-block__item-tag {
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--gray-600);
}

.types-block__item-tags {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.types-block__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.place-block__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-600);
}

.js-input select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.js-input-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--black);
}
.single-contest__results-filter-row {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.js-input-arrow {
  display: flex;
  margin-left: 6px;
}

.js-input.is-open .js-input-ui {
  border-color: var(--purple-accent);
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  cursor: pointer;
}
.ts-dropdown .option {
  padding: 7px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--black);
}
.ts-dropdown .active {
  background: var(--purple-100);
}

.js-input.is-open .js-input-arrow {
  transform: rotate(180deg);
}

.ts-wrapper {
  position: absolute;
  inset: 0;
}

.ts-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  cursor: pointer;
}

.ts-control input {
  opacity: 0;
}

.ts-dropdown {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  margin-top: 6px;
}

.ts-control .item {
  display: none;
}

.single-contest__results-filter-btn {
  width: 64px;
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
}

.single-contest__results-filter-btn.loading {
  display: flex;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single-contest__results-filter-btn svg {
  animation: spin 1s linear infinite;
  transform-origin: center;
}

.single-contest__filter-btn {
  display: none;
}

.single-contest__img::after {
  content: '';
  opacity: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  display: block;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.9545V7.19697H1.43939V10.5076L10.5076 1.43939H7.19697V0H12.9545V5.75758H11.5152V2.44697L2.44697 11.5152H5.75758V12.9545H0Z' fill='%234A25A9' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 38px;
  height: 38px;
  transition: opacity 0.3s ease;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 10px;
}
.single-contest__img:hover::after {
  opacity: 1;
}

.fancybox__content {
  border-radius: 15px;
  overflow: hidden;
  max-width: 517px;
}

.fancybox__button--close {
  border-radius: 50px;
  background: var(--white);
  color: var(--purple-accent);
  box-shadow: none !important;
}
.fancybox__button--close svg {
  filter: none;
}

.fancybox__toolbar {
  padding: 20px 30px;
}

.fancybox__nav .f-button {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.fancybox__backdrop {
  backdrop-filter: blur(15px);
  background: rgba(31, 31, 31, 0.4);
}
.fancybox__slide {
  padding: 48px 30px 8px 30px;
}
.wp-block-gallery {
  margin-top: 30px;
}
.wp-block-gallery img {
  border-radius: 10px;
}
@media (max-width: 1269px) {
  .single-contest__nums {
    display: flex !important;
    overflow: auto;
  }
  .single-contest__nums .contest-card__info-num {
    flex-shrink: 0;
  }
  .single-contest .contest-card__info-btn {
    width: 260px;
  }
}

.place-block__map-iframe {
  width: 100%;
  height: 100%;
}

.place-block__map {
  height: 171px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.single-contest__tabs-tab {
  padding: 11px;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 131%;
  color: var(--gray-500);
  flex: 1;
  border-bottom: 1px solid var(--gray-200);
}

.single-contest__tabs-tab.active {
  color: var(--purple-accent);
  border-color: var(--purple-accent);
}

.single-contest__content-tab {
  display: none;
}

.single-contest__content-tab.active {
  display: block;
}

.results-table__wrap {
  margin-top: 18px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  overflow: hidden;
}
.results-table__wrap table {
  width: 100%;
  border-collapse: collapse;
}

.results-table__wrap td,
.results-table__wrap th {
  padding: 17px 22px;
}
.results-table__wrap th {
  font-weight: 600;
  font-size: 14px;
  line-height: 136%;
  color: var(--black);
}
.simplebar-track.simplebar-vertical {
  top: 54px;
  bottom: 0;
}
.results-table__wrap td {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--black);
}
.results-table__table th {
  background: var(--purple-100);
}

.results-table__table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  font-weight: 600;
}

.results-table__table {
  max-height: 593px;
}
.simplebar-placeholder {
  width: 0 !important;
}
.results-table__place {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-300);
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 136%;
}
.results-table__place_gold {
  background: #fef9c2;
  border: none;
  color: #c2bc0f;
}
.results-table__place_silver {
  background: #f3f4f6;
  border: none;
}
.results-table__place_broze {
  background: #ffedd4;
  border: none;
  color: #9f2d29;
}
.results-table__place_bigger {
  width: 35px;
  height: 35px;
}
.results-table__table tbody tr:not(:last-of-type) td {
  border: none;
  box-shadow: inset 0 -1px 0 var(--gray-200);
}
.results-table__table thead th {
  border-bottom: 1px solid var(--gray-200);
}
/* .results-table__table thead th:first-of-type {
			border-top-left-radius: 8px;
		}
			.results-table__table thead th:last-of-type {
			border-top-right-radius: 8px;
		} */

.simplebar-scrollbar::before {
  background-color: var(--purple-accent);
  opacity: 1 !important;
}
.results-table__wrap .simplebar-horizontal {
  right: 6px;
  left: 0;
}
.js-input {
  position: relative;
}
.overlay-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: 100;
}
.overlay-block__top {
  display: flex;
  align-items: center;
  padding: 15px 14px;
  border-bottom: 1px solid var(--gray-100);
}
.overlay-block__top-close {
  display: flex;
  width: 55px;
  height: 45px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  background: var(--purple-100);
}
.overlay-block__top-title {
  background: var(--purple-100);
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--black);
}
.overlay-block__top-title svg {
  margin-right: 10px;
}
.overlay-block__bottom {
  padding: 18px;
  margin-top: auto;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
}
.overlay-block {
  display: none;
  flex-direction: column;
}
.overlay-block.active {
  display: flex;
}
.overlay-block__bottom-apply {
  background: var(--purple-accent);
  border-radius: 8px;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  line-height: 125%;
  color: var(--white);
  width: 100%;
}
.overlay-block__bottom-apply[disabled] {
  background: var(--gray-200);
  color: var(--gray-500);
}

.overlay-block__body {
  flex-grow: 1;
  overflow: auto;
}

.accordion-item {
  border-bottom: 1px solid var(--gray-200);
}
.accordion-item__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 23px 31px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}
.accordion-item__top svg {
  margin-left: auto;
}
.accordion-item__top svg {
  transition:
    transform 0.3s ease,
    fill 0.3s ease;
  transform-origin: center;
}
.accordion-item.active .accordion-item__top svg {
  transform: rotateZ(180deg);
}
.accordion-item.active .accordion-item__top svg path {
  fill: #515151 !important;
}
.accordion-item__option {
  display: flex;
  align-items: center;
  min-height: 55px;
  cursor: pointer;
  border-top: 1px solid var(--gray-100);
  padding: 16px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
}
.accordion-item__option.selected {
  background: var(--purple-100);
}
.accordion-item__option.selected::after {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3047_10796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_3047_10796)'%3E%3Cpath d='M9.5501 17.9996L3.8501 12.2996L5.2751 10.8746L9.5501 15.1496L18.7251 5.97461L20.1501 7.39961L9.5501 17.9996Z' fill='%234A25A9' /%3E%3C/g%3E%3C/svg%3E");
  flex-shrink: 0;
}
.accordion-item__options {
  overflow: hidden;
  height: 0;
}
@media (max-width: 1149px) {
  .results-table__wrap .simplebar-horizontal {
    right: 88px;
    left: 0;
  }
  .results-table__table td:last-child,
  .results-table__table th:last-child {
    position: sticky;
    right: 0;
    z-index: 3;
  }

  .results-table__table td:last-child::before,
  .results-table__table th:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--gray-200);
    pointer-events: none;
  }

  .results-table__table td:last-child {
    background: #fff;
  }
  .results-table__table thead th:last-child {
    z-index: 11;
  }
  .results-table__table td:first-of-type {
    min-width: 325px;
  }
  .results-table__table td:nth-of-type(2) {
    min-width: 150px;
  }
  .results-table__table td:nth-of-type(3) {
    min-width: 200px;
  }
  .results-table__table td:nth-of-type(4) {
    min-width: 200px;
  }
  .types-block__wrap {
    gap: 11px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-block__wrap svg {
    width: 29px;
    height: 29px;
  }
  .single-contest__sidebar {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .single-contest__inner {
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  .single-contest {
    padding-bottom: 50px;
  }
  .single-contest__sidebar-block-title {
    font-size: 16px;
    line-height: 138%;
  }
  .single-contest .contest-card__info-btn {
    width: 100%;
  }
  .single-contest__title {
    line-height: 135%;
  }
  .single-contest__top-row-left {
    max-width: initial;
    align-items: center;
    gap: 17px;
  }
  .contest-card__info-nums {
    display: none;
  }
  .single-contest__top-row {
    flex-direction: column;
    gap: 23px;
  }
  .breadcrumbs__links {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
  }
  .breadcrumbs {
    padding: 23px 0;
  }
  .single-contest__top-tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    padding: 6px 9px;
  }
}

.carousel__button.is-prev,
.carousel__button.is-next {
  top: calc(50% + 17px);
}

@media (max-width: 719px) {
  .single-contest__nums .contest-card__info-num {
    font-size: 12px;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: -10px;
  }
  .fancybox__nav .carousel__button.is-next {
    right: -10px;
  }
  .fancybox__toolbar {
    padding: 15px;
  }
  .fancybox__button--close svg {
    width: 16px;
  }
  .fancybox__button--close {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background: var(--white);
    color: var(--purple-accent);
    box-shadow: none !important;
  }
  .single-contest__filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: var(--black);
    gap: 10px;
  }
  .single-contest__results-filter-row {
    display: none;
  }
  .results-table__wrap td {
    padding: 14px 22px;
  }
  .single-contest__tabs-tab {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    padding: 12px;
  }
  .single-contest {
    padding-bottom: 30px;
  }
  .place-block__address {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .types-block__item-tag {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 142%;
  }
  .types-block__item-tags {
    gap: 5px;
  }
  .types-block__wrap {
    gap: 8px;
  }
  .types-block__wrap {
    flex-direction: column;
  }
  .contact-block__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: var(--black);
    margin: 0;
  }
  .contact-block__acions {
    flex-direction: row;
  }
  .contact-block__acion {
    flex: 1;
    padding: 17px 6px;
  }
  .contact-block__title {
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
  }
  .files-block .single-contest__sidebar-block-title {
    margin-bottom: 10px;
  }
  .single-contest__sidebar-block {
    padding: 14px 15px;
  }
  .single-contest__text li::before {
    width: 3px;
    height: 3px;
  }
  .single-contest__text h2,
  .single-contest__text h3,
  .single-contest__text h4 {
    font-size: 16px;
    line-height: 156%;
    margin-top: 15px;
  }
  .wp-block-gallery {
    margin-top: 15px;
  }
  .single-contest__text {
    font-size: 14px;
    line-height: 150%;
  }
  .single-contest__tabs-text {
    font-size: 14px;
    line-height: 143%;
  }
  .results-table__table {
    max-height: 429px;
  }
  .single-contest__text {
    margin-top: 15px;
  }
  .single-contest__main {
    padding: 15px;
  }
  .single-contest .contest-card__info-btn {
  }
  .single-contest__top-row {
    gap: 20px;
  }
  .single-contest__img {
    width: 73px;
    height: 80px;
  }
  .single-contest__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
  }
  .single-contest__top-tag {
    padding: 5px 8px;
    font-weight: 500;
    font-size: 12px;
    gap: 6px;
    line-height: 142%;
  }
  .single-contest__top-tag svg {
    width: 17px;
    height: 17px;
  }
  .single-contest__top {
    padding: 15px;
  }
  .breadcrumbs__links {
    line-height: 121%;
  }
}

@media (max-width: 439px) {
  .single-contest .container {
    padding: 0;
  }
}

.page-hero .site-hero__top-image {
  width: 100%;
  height: 100%;
  left: 0;
}

.page-hero .site-hero__top-image-wrap {
  height: 147px;
}

.page-hero {
  padding: 84px 0;
}

.page-hero .site-hero__text {
  max-width: 737px;
}

.page-hero .site-hero__title {
  margin-bottom: 21px;
}

.sport-descr__tags {
  display: flex;
  gap: 14px;
}
.sport-descr__tag {
  flex: 1;
  text-align: center;
  padding: 26px 10px;
  border-radius: 15px;
  background: var(--purple-100);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--purple-accent);
}

.sport-descr__tag.disabled {
  color: rgba(74, 37, 169, 0.3);
}

.sport-descr {
  padding: 50px 0;
}
.sport-descr__tags-btn {
  display: none;
}

.sport-descr__img {
  width: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  display: block;
  object-position: top;
  flex-grow: 1;
  height: 1px;
}

.sport-descr__middle {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
  min-height: 234px;
  background: var(--purple-100);
}

.sport-descr__middle-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 118%;
  color: var(--black);
}

.sport-descr__middle-left {
  padding: 35px 45px 61px;
}
.sport-descr__middle-descr {
  margin-top: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: var(--gray-600);
}

.sport-descr__middle-descr {
  max-width: 687px;
}

.sport-descr__img-wrap {
  display: flex;
  width: 470px;
  flex-shrink: 0;
  align-self: stretch;
  flex-direction: column;
}

.sport-descr__adv {
  margin-top: 14px;
  display: flex;
  gap: 14px;
}

.sport-descr__adv-item {
  display: flex;
  gap: 17px;
  align-items: center;
  background: var(--purple-100);
  border-radius: 15px;
  padding: 38px 45px;
}

.sport-descr__adv-icon {
  flex-shrink: 0;
  border-radius: 15px;
  width: 68px;
  background: var(--purple-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}

.sport-descr__adv-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #1d1d1b;
}

.sport-descr__adv-descr {
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-500);
}

.breadcrumbs_archive {
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
}

.sport-records__wrap {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.sport-records__card {
  flex: 1;
  height: 369px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.sport-records__card::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 31, 31, 0.8) 0%,
    rgba(31, 31, 31, 0) 100%
  );
  transform: rotate(180deg);
}

.sport-records__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sport-records__card-content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 0 30px 25px;
}

.sport-records__card-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 111%;
  color: var(--white);
}
.sport-records__card-decr {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: var(--white);
  margin-top: 8px;
}

.sport-records {
  padding: 50px 0;
}

.sport-trainers__card-img {
  width: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
  height: 313px;
}

.sport-trainers__slider {
  overflow: hidden;
  margin-top: 20px;
}

.sport-trainers__card-content {
  /* margin-top: auto; */
  padding: 20px;
}

.sport-trainers {
  padding: 30px 0;
}

.sport-trainers__card-descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-500);
  margin-top: 3px;
}

.sport-trainers__card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--black);
}

.sport-trainers__card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.sport-faq {
  padding: 30px 0 50px;
}

.sport-faq__tabs {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  overflow: auto;
}

.sport-faq__tab {
  padding: 11px 16px;
  border-radius: 11px;
  background: none;
  border: 1px solid var(--purple-300);
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--black);
}
.sport-faq__tab.active {
  background: var(--purple-100);
  color: var(--purple-accent);
}

.sport-faq__wrap {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.sport-faq__wrap.active {
  display: flex;
}

.sport-faq__item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  overflow: hidden;
}

.sport-faq__item.active {
  background: var(--purple-100);
}

.sport-faq__item.active .sport-faq__item-top {
  color: var(--purple-accent);
}
.sport-faq__item-top svg {
  transition: transform 0.2s linear;
}

.sport-faq__item.active .sport-faq__item-top svg {
  transform: rotateZ(-90deg);
}

.sport-faq__item-top {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 32px 34px;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--black);
  justify-content: space-between;
}

.sport-faq__item-top svg {
  margin-left: 20px;
}

.sport-faq__item-descr {
  display: none;
  padding: 0px 34px 32px 34px;
  margin: 0;
}

.write-tg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 48px 120px 47px 285px;
  position: relative;
  margin-top: 10px;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: var(--blue);
  overflow: hidden;
}
.write-tg__icon {
  bottom: -26px;
  left: -22px;
  position: absolute;
}

.write-tg__content-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--white);
  max-width: 472px;
  margin-top: 16px;
}

.write-tg__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 68px;
  flex-shrink: 0;
  background: var(--white);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--blue);
}

.write-tg__content-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 118%;
  color: var(--white);
}

.sport-faq__item-descr {
  font-size: 16px;
  line-height: 156%;
}

.text-block {
  padding: 50px 0;
  background: var(--purple-100);
}
.text-block__wrap {
  background: var(--white);
  border-radius: 15px;
  padding: 37px 50px;
}

.text-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
}
.text-block__text p:not(:first-of-type) {
  margin-top: 1em;
}

.text-block__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 118%;
  margin: 0;
  color: var(--black);
}

@media (max-width: 1269px) {
  .write-tg__content-title {
    font-size: 24px;
    line-height: 117%;
  }
  .write-tg {
    padding: 30px 30px 30px 138px;
  }
  .write-tg__icon {
    width: 137px;
    height: 137px;
    bottom: -18px;
    left: -28px;
  }
  .write-tg__btn {
    padding: 15px 38px;
  }
  .write-tg__content-descr {
    max-width: 292px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
  }
}
@media (max-width: 1149px) {
  .sport-descr__adv-item {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .sport-descr__adv-icon {
    width: 46px;
    height: 46px;
  }
  .sport-descr__adv-icon img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 959px) {
  .sport-faq {
    padding: 30px 0 30px;
  }
  .text-block {
    padding: 30px 0;
  }
  .text-block__title {
    font-size: 24px;
    line-height: 117%;
  }
  .text-block__wrap {
    padding: 25px 30px;
  }
  .sport-faq__item-descr {
    font-size: 16px;
    line-height: 156%;
  }
  .sport-trainers {
    padding: 20px 0;
  }
  .sport-records {
    padding: 30px 0;
  }
  .sport-records__card-title {
    font-size: 33px;
    line-height: 118%;
  }
  .sport-records__card-decr {
    font-size: 16px;
    line-height: 138%;
  }
  .sport-records__card img {
    object-position: top;
  }
  .sport-records__card {
    height: 337px;
  }
  .sport-records__wrap {
    margin-top: 15px;
    gap: 12px;
  }
  .sport-records__card-content {
    padding: 0 23px 25px;
  }
  .sport-descr__adv-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    color: #1d1d1b;
  }
  .sport-descr__middle {
    margin-top: 30px;
    min-height: 273px;
  }
  .sport-descr__middle-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    color: var(--black);
  }
  .sport-descr__adv {
    margin-top: 10px;
    gap: 10px;
  }
  .sport-descr__middle-left {
    padding: 25px 30px;
  }
  .sport-descr__img-wrap {
    width: 244px;
  }
  .sport-descr {
    padding: 30px 0;
  }
  .sport-descr__tags {
    overflow: auto;
  }
  .sport-descr__tag {
    min-width: 204px;
    padding: 19px 10px;
    font-size: 14px;
    line-height: 143%;
  }
  .page-hero {
    padding: 50px 0;
  }
  .page-hero .site-hero__title {
    margin-bottom: 18px;
  }
  .page-hero .site-hero__top-image-wrap {
    height: 168px;
  }
}

@media (max-width: 719px) {
  .sport-faq {
    padding: 20px 0 20px;
  }
  .text-block__wrap {
    padding: 20px;
  }
  .text-block {
    padding: 20px 0;
  }
  .text-block__title {
    font-size: 18px;
    line-height: 128%;
  }
  .write-tg {
    padding: 15px 20px;
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
  .write-tg__icon {
    left: initial;
    right: -20px;
    width: 150px;
    bottom: -24px;
    height: 150px;
  }
  .sport-faq__tab {
    font-size: 14px;
    line-height: 143%;
  }
  .sport-faq__item-descr {
    padding: 0 20px 20px;
  }
  .sport-faq__item-top {
    padding: 20px;
    font-size: 16px;
    line-height: 119%;
  }
  .sport-faq__item-descr {
    font-size: 14px;
    line-height: 150%;
  }
  .sport-trainers__card-descr {
    font-size: 12px;
    line-height: 158%;
  }
  .sport-trainers__card-img {
    height: 284px;
  }
  .sport-records__wrap {
    gap: 10px;
  }
  .sport-records__card-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
  }
  .sport-records__card-content {
    padding: 0 16px 16px;
  }
  .sport-records {
    padding: 20px 0;
  }
  .sport-records__card {
    max-height: 189px;
    height: 189px;
  }
  .sport-records__wrap {
    flex-direction: column;
  }
  .contests-block_archive .contests-block__more {
    background: #fff;
    border: none;
  }
  .page-hero {
    border-radius: 0 0 20px 20px;
  }
  .contests-block_archive .contest-card {
    background: #fff;
  }
  .contests-block_archive {
    background: var(--purple-100);
    padding: 20px 0 14px;
  }

  .sport-descr__adv-descr {
    font-size: 12px;
    line-height: 133%;
  }
  .sport-descr__adv-item {
    padding: 25px 30px;
    flex-direction: row;
    align-items: center;
    gap: 23px;
  }
  .sport-descr__adv {
    flex-direction: column;
  }
  .sport-descr__middle-descr {
    font-size: 16px;
    margin-top: 12px;
    line-height: 156%;
  }
  .sport-descr__middle-title {
    font-size: 18px;
    line-height: 128%;
  }
  .sport-descr__middle-left {
    padding: 20px 25px;
  }
  .sport-descr__middle {
    margin-top: 12px;
    flex-direction: column;
  }
  .sport-descr__img-wrap {
    display: block;
    margin-left: auto;
    width: 350px;
    height: 155px;
  }
  .sport-descr__img {
    height: 100%;
  }
  .sport-descr {
    padding: 14px 0 20px;
  }
  .sport-descr__tags {
    display: none;
  }
  .sport-descr__tags-btn {
    width: 100%;
    justify-content: space-between;
    display: block;
    align-items: center;
    border-radius: 15px;
    display: flex;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: var(--purple-accent);
    padding: 15px 24px;
  }
  .page-hero .site-hero__top-image-wrap {
    height: 121px;
    width: 177px;
  }
}

@media (max-width: 539px) {
  .write-tg__icon {
    height: 76px;
    width: 76px;
    right: -9px;
    bottom: -9px;
  }
  .write-tg__content-title {
    font-size: 18px;
    line-height: 128%;
  }
  .write-tg__btn {
    font-size: 12px;
    line-height: 150%;
    padding: 10px 42px;
  }
  .write-tg__content-descr {
    font-size: 12px;
    line-height: 142%;
    margin-top: 5px;
  }
}
@media (max-width: 439px) {
  .sport-descr__img-wrap {
    width: 100%;
  }
  .page-hero .site-hero__top-image-wrap {
    width: 100%;
    object-position: 0 26%;
  }
  .page-hero .site-hero__text {
    margin-top: 20px;
  }
  .page-hero .site-hero__title {
    margin-bottom: 12px;
  }
  .page-hero {
    padding: 16px 0;
  }
}

.thanks-submit__container {
  max-width: calc(668px + 36px);
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
}

.thanks-submit {
  padding: 70px 0 67px;
  background: #f2f4ff;
}

.thanks-submit__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  border-radius: 15px;
  padding: 44px 40px;
}

.thanks-submit__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 121%;
  text-align: center;
  margin-top: 23px;
  color: var(--black);
}

.thanks-submit__descr {
  margin-top: 17px;
  font-weight: 400;
  max-width: 536px;
  font-size: 16px;
  line-height: 144%;
  text-align: center;
  color: var(--gray-500);
}

.thanks-submit__btns {
  display: flex;
  margin-top: 40px;
  width: 100%;
  gap: 10px;
}

.thanks-submit__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--white);
  flex: 1;
  flex-grow: 1;
  padding: 23px;
  text-align: center;
  height: 66px;
  background: var(--purple-accent);
  border-radius: 8px;
}

.thanks-submit__btn_second {
  background: #edeaf7;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--purple-accent);
}

.thanks-submit__questions {
  margin-top: 10px;
  align-items: flex-start;
}

.thanks-submit__questions-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
}

.thanks-submit__questions-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--black);
}

.thanks-submit__questions a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--purple-accent);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}

.thanks-submit__questions-descr {
  margin-top: 11px;
}

.form-back-btn {
  height: 0;
  background: #f2f4ff;
}

.form-back-btn__link {
  font-weight: 500;
  font-size: 16px;
  gap: 12px;
  line-height: 113%;
  color: var(--purple-accent);
  align-items: center;
  display: inline-flex;
  transform: translateY(75px) translateX(-314px);
}

@media (max-width: 1369px) {
  .form-back-btn__link {
    transform: translateY(25px);
  }
}
@media (max-width: 959px) {
  .form-back-btn__link {
    transform: none;
  }
  .form-back-btn {
    height: initial;
    padding: 23px 0;
  }
  .thanks-submit__container {
    max-width: initial;
  }
  .thanks-submit {
    padding: 30px 0 27px;
  }
}

@media (max-width: 719px) {
  .form-back-btn__link {
    font-size: 14px;
    line-height: 129%;
  }
  .thanks-submit__top {
    padding: 34px 14px 14px;
  }

  .thanks-submit__btns {
    flex-direction: column;
  }

  .thanks-submit__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: var(--gray-500);
  }
  .thanks-submit__title {
    margin-top: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: var(--black);
  }

  .thanks-submit__questions-descr {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--black);
  }
  .thanks-submit__questions-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    color: var(--purple-accent);
  }
  .thanks-submit__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    padding: 18px;
  }
  .thanks-submit__top .thanks-submit__top-svg {
    width: 42px;
    height: 42px;
  }

  .thanks-submit__questions a {
    font-weight: 500;
    align-self: flex-end;
    font-size: 14px;
    gap: 10px;
    line-height: 129%;
    color: var(--purple-accent);
  }
  .thanks-submit__questions {
    padding: 24px;
  }
  .thanks-submit__questions a svg {
    width: 19px;
    height: 19px;
  }
}

.contest-card__info-btn-form {
  display: contents;
}

/* calendar page */

.top-page-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 13px;
  background: #ddd;
  height: 456px;
}

.top-page-slider *,
.top-page-slider *::before,
.top-page-slider *::after {
  box-sizing: border-box;
}

/* swiper */

.top-page-slider .swiper-wrapper {
  height: 100%;
}

.top-page-slider .swiper-slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.top-page-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  pointer-events: none;
  user-select: none;

  -webkit-user-drag: none;
}

/* arrows */

.top-page-slider .top-page-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;

  width: 51px;
  height: 51px;

  margin-top: -25.5px;

  border: none;
  outline: none;

  border-radius: 15px;

  background: #fff;

  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);

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

  cursor: pointer;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;

  padding: 0;

  appearance: none;
}

.top-page-slider .top-page-slider__arrow:hover {
  transform: scale(0.96);
}

.top-page-slider .top-page-slider__arrow:active {
  transform: scale(0.92);
}

.top-page-slider .top-page-slider__arrow--prev {
  left: 30px;
}

.top-page-slider .top-page-slider__arrow--next {
  right: 30px;
}

/* pagination */

.top-page-slider .top-page-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 20;

  transform: translateX(-50%);

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

  gap: 17px;
}

.top-page-slider .top-page-slider__pagination .swiper-pagination-bullet {
  width: 93px;
  height: 4px;

  margin: 0 !important;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.3);

  opacity: 1;

  transition: background 0.3s ease;
}

.top-page-slider .top-page-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 959px) {
  .top-page-slider .top-page-slider__pagination .swiper-pagination-bullet {
    width: 79px;
  }
  .top-page-slider .top-page-slider__pagination {
    bottom: 15px;
  }
  .top-page-slider .top-page-slider__arrow--prev {
    left: 15px;
  }
  .top-page-slider .top-page-slider__arrow--next {
    right: 15px;
  }
  .top-page-slider .top-page-slider__arrow {
    width: 42px;
    height: 42px;
  }
  .top-page-slider .top-page-slider__arrow svg {
    width: 15px;
    height: 15px;
  }
  .top-page-slider {
    height: 263px;
  }
}

.contests-block__filter {
  margin-top: 25px;
  background: var(--purple-100);
  padding: 24px;
  border-radius: 25px;
}

.contests-block__filter-input {
  gap: 24px;
  background: var(--white);
  padding: 8px 8px 8px 23px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.contests-block__filter-input-btn {
  background: var(--purple-accent);
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  border-radius: 8px;
  width: 201px;
  line-height: 125%;
  color: var(--white);
}

.contests-block__filter-input input {
  flex-grow: 1;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}

.contests-block__filter-input input::placeholder {
  color: var(--gray-400);
}

@media (max-width: 719px) {
  .top-page-slider__section {
    padding-top: 14px;
  }
  .top-page-slider .top-page-slider__arrow {
    display: none;
  }
  .top-page-slider .top-page-slider__pagination {
    gap: 5px;
    bottom: 10px;
  }
  .top-page-slider .top-page-slider__pagination .swiper-pagination-bullet {
    width: 36px;
  }
}

@media (max-width: 640px) {
  .top-page-slider {
    height: 151px;
  }
}

/* =========================================================
    THEME
========================================================= */

.theme-calendar-double {
  --dc-primary: #4a25a9;
  --dc-range: #efe8ff;
  --dc-hover: #f7f3ff;
  --dc-border: #d9d0f8;
  --dc-muted: #b8b8b8;

  --dc-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);

  position: relative;

  width: max-content;

  -webkit-tap-highlight-color: transparent;
}

/* =========================================================
    INPUT
========================================================= */

/* =========================================================
    DROPDOWN
========================================================= */

.theme-calendar-double .dc-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 554px;
  background: #fff;
  border-radius: 22px;
  padding: 9px;
  box-shadow: var(--dc-shadow);
  z-index: 9999;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 40px);
  isolation: isolate;
}

/* =========================================================
    HEADER
========================================================= */

.theme-calendar-double .dc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  position: relative;
  height: 34px;
}

.theme-calendar-double .dc-nav {
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dc-primary);
  font-size: 24px;
  cursor: pointer;
  transition: 0.15s;
  position: absolute;
}

.theme-calendar-double .dc-nav.dc-next {
  right: 0;
}

.theme-calendar-double .dc-nav:hover {
  background: #ece4ff;
}

.theme-calendar-double .dc-months {
  display: flex;

  flex: 1;
}

.theme-calendar-double .dc-month-title {
  width: 50%;

  text-align: center;

  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;

  color: var(--dc-primary);
}

/* =========================================================
    BODY
========================================================= */

.theme-calendar-double .dc-body {
  display: flex;
  gap: 20px;
}

.theme-calendar-double .dc-calendar {
  flex: 1;
}

/* =========================================================
    WEEKDAYS
========================================================= */

.theme-calendar-double .dc-weekdays,
.theme-calendar-double .dc-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.theme-calendar-double .dc-weekdays {
  margin-bottom: 8px;
}

.theme-calendar-double .dc-weekday {
  text-align: center;
  padding: 8px 0;
  display: initial;
  width: initial;
  height: initial;
  font-size: 14px;
  color: #444;
  /* margin-left: -5px; */
}

/* =========================================================
    DAY WRAP
========================================================= */

.theme-calendar-double .dc-day-wrap {
  position: relative;
  height: 40px;
  /* width: 36px; */
  display: flex;
  align-items: center;
}

.theme-calendar-double .dc-day-wrap.dc-range-end .dc-range-bg {
  width: 50%;
}

/* =========================================================
    RANGE BG
========================================================= */

.theme-calendar-double .dc-range-bg {
  position: absolute;
  top: 2px;
  /* width: 36px; */
  bottom: 2px;
  left: 0;
  right: 0;
  background: var(--dc-range);
  z-index: 1;
}

.theme-calendar-double .dc-range-start .dc-range-bg {
  border-radius: 12px 0 0 12px;
}

.theme-calendar-double .dc-range-end .dc-range-bg {
  border-radius: 0 12px 12px 0;
}

.theme-calendar-double .dc-range-single .dc-range-bg {
  border-radius: 12px;
}

/* =========================================================
    DAY
========================================================= */

.theme-calendar-double .dc-day {
  position: relative;
  z-index: 2;
  width: 36px;
  font-weight: 500;
  height: 36px;
  margin: 0;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1e1e1e;
  cursor: pointer;
  transition: 0.15s;
  user-select: none;
}

.theme-calendar-double .dc-day.other {
  color: var(--dc-muted);
}

.theme-calendar-double .dc-day.today {
  color: var(--dc-primary);

  font-weight: 700;
}

.dc-scroll .theme-calendar-double .dc-day:not(.selected):hover {
  background: var(--dc-hover);
}

.theme-calendar-double .dc-day.selected {
  background: var(--dc-primary);
  color: #fff;
}

/* =========================================================
    FOOTER
========================================================= */

.theme-calendar-double .dc-footer {
  padding: 10px;
  margin-top: 7px;
  margin-left: -9px;
  margin-bottom: -9px;
  margin-right: -9px;
  box-shadow: 0 -6px 20px 0 rgba(37, 17, 90, 0.06);
  border-radius: 15px 15px 0 0;
}

.theme-calendar-double .dc-submit {
  width: 100%;
  height: 53px;
  border: none;
  border-radius: 14px;
  background: var(--dc-primary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.theme-calendar-double.has-value .dc-input__clear {
  display: block;
}

.theme-calendar-double.has-value .dc-input__text {
  color: var(--purple-accent);
}

.theme-calendar-double.has-value .theme-calendar-double_btn {
  border-color: var(--purple-400);
}

/* =========================================================
    MOBILE
========================================================= */

/* @media (max-width: 768px) {
  body {
    padding: 20px;
  }

  .theme-calendar-double {
    width: 100%;
  }

  .theme-calendar-double .dc-input {
    width: 100%;
  }

  .theme-calendar-double .dc-dropdown {
    width: 100%;

    left: 0 !important;
  }

  .theme-calendar-double .dc-calendar.right {
    display: none;
  }

  .theme-calendar-double .dc-month-title.right {
    display: none;
  }

  .theme-calendar-double .dc-body {
    display: block;
  }
}
 */
.contests-block__filter-items {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.contests-block__filter-items .js-input-ui {
  height: 100%;
  border: 1px solid var(--purple-300);
  background: var(--white);
  min-height: 62px;
}

.contests-block__filter-items .ts-dropdown {
  width: 296px;
  border-radius: 15px;
}

.contests-block__filter-items .dc-input {
  border: 1px solid var(--purple-300);
}

.js-tom_searchable .dropdown-input-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  background: var(--gray-100);
}
.js-tom_searchable .dropdown-input-wrap input {
  padding: 0;
  font-weight: 400;
  border: none;
  font-size: 16px;
  line-height: 144%;
}
.js-tom_searchable .dropdown-input-wrap::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0839 15.3214C12.8806 16.2601 11.3667 16.8194 9.72222 16.8194C5.80254 16.8194 2.625 13.6419 2.625 9.72222C2.625 5.80254 5.80254 2.625 9.72222 2.625C13.6419 2.625 16.8194 5.80254 16.8194 9.72222C16.8194 11.3667 16.2601 12.8806 15.3214 14.0839L18.1187 16.8813C18.4604 17.223 18.4604 17.777 18.1187 18.1187C17.777 18.4604 17.223 18.4604 16.8813 18.1187L14.0839 15.3214ZM4.375 9.72222C4.375 6.76903 6.76903 4.375 9.72222 4.375C12.6754 4.375 15.0694 6.76903 15.0694 9.72222C15.0694 11.1603 14.5017 12.4658 13.5782 13.4268C13.5504 13.4486 13.5236 13.4723 13.4979 13.4979C13.4723 13.5236 13.4486 13.5504 13.4268 13.5782C12.4658 14.5017 11.1603 15.0694 9.72222 15.0694C6.76903 15.0694 4.375 12.6754 4.375 9.72222Z' fill='%23989898' /%3E%3C/svg%3E");
}

.js-tom_searchable .ts-dropdown .option {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.js-tom_searchable .ts-dropdown .option.active {
  background: var(--purple-100);
}

.js-tom_searchable .ts-dropdown .option.selected {
  background: var(--purple-100);
}

.js-tom_searchable .ts-dropdown .option.selected::after {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7 12.025L0 6.325L1.425 4.9L5.7 9.175L14.875 0L16.3 1.425L5.7 12.025Z' fill='%234A25A9' /%3E%3C/svg%3E");
}

.contests-block__filter-items .dc-input {
  border: none;
}
.contests-block__filter-more {
  display: none;
  padding: 0px 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--black);
  justify-content: center;
  align-items: center;
  gap: 13px;
  border-radius: 8px;
  background: var(--white);
  height: 60px;
}

.accordion-item__seach-row {
  padding: 0px 40px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  gap: 13px;
}

.accordion-item__seach-row input {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 144%;
  border: none;
  background: none;
}

.accordion-item__seach-row input::placeholder {
  color: var(--gray-400);
}

.accordion-item__name-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-item__name-circle {
  display: none;
}

.accordion-item__name-circle.active {
  display: block;
}

.overlay-block__top-title-count {
  border-radius: 30px;
  width: 15px;
  margin-left: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 15px;
  background: var(--purple-active);
  font-weight: 600;
  font-size: 10px;
  line-height: 230%;
  text-align: center;
  color: var(--white);
}

.overlay-block__top-title-count.active {
  display: flex;
}

.search-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 39px;
}

.search-info__content {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-left: 24px;
}

.search-info__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
  color: var(--black);
}

.contests-block_filter .contests-block__inner {
  margin-top: 15px;
}

.search-info .form__checkbox {
  margin: 0;
}

.search-info__nums {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-400);
}

.search-info .custom-checkbox__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
}

.contests-block__filter-items .dc-input__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
}

.contests-block__filter-items .js-input-ui {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
}

.news-block_gray-bg {
  background: var(--purple-100);
}

@media (max-width: 959px) {
  .search-info__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 128%;
  }
  .search-info__content {
    margin: 0;
  }
  .search-info {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 20px;
  }
  .search-info__checkbox {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .search-info__content {
    order: 2;
    width: 100%;
    justify-content: space-between;
  }
  .contests-block__filter-input-btn {
    width: 201px;
  }
  .contests-block__filter {
    margin-top: 20px;
  }
  .contests-block_filter .contests-block__add-contest {
    flex-shrink: 0;
    padding: 0px 12px;
    height: 43px;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
  }
  .contests-block__filter-input input {
    font-size: 16px;
  }
  .contests-block__filter-items .dc-input {
    height: 60px;
  }
  .contests-block__filter {
    padding: 20px;
  }
}
.contests-block__filter-input-btn svg {
  display: none;
}
@media (max-width: 769px) {
  .search-info .custom-checkbox__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
  }
  .contests-block__filter-items .js-input {
    display: none;
  }
  .contests-block__filter-more {
    display: flex;
  }
}

@media (max-width: 719px) {
  .contests-block__filter-items .dc-input__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 142%;
  }
  .search-info__checkbox {
    margin-bottom: 30px;
  }
  .search-info__nums {
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
  }
  .search-info__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
  }
  .contests-block__filter-input-btn {
    width: 53px;
    padding: 10px 14px;
  }
  .contests-block__filter-input .contests-block__input-svg {
    display: none;
  }
  .contests-block__filter-input-btn-text {
    display: none;
  }
  .contests-block__filter-input-btn svg {
    display: block;
  }
  .contests-block__filter-items {
    gap: 8px;
    margin-top: 8px;
  }
  .contests-block__filter-items .dc-input {
    height: 55px;
  }
  .contests-block__filter-items .theme-calendar-double {
    flex-grow: 1;
  }
  .contests-block__filter-more {
    height: 55px;
    padding: 0;
    width: 55px;
  }
  .contests-block__filter-more svg {
    width: 25px;
    height: 25px;
  }
  .contests-block__filter-more-text {
    display: none;
  }
  .contests-block__filter {
    padding: 15px 14px;
  }
  .contests-block__filter-input input {
    font-size: 14px;
    line-height: 157%;
  }
  .contests-block__filter-input {
    padding: 6px 6px 6px 15px;
    gap: 6px;
  }
  .contests-block_filter .contests-block__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .contests-block_filter .contests-block__add-contest {
    margin: 0;
    height: 32px;
    font-size: 14px;
    line-height: 129%;
  }
  .contests-block__filter {
    margin-top: 17px;
  }
}

@media (max-width: 439px) {
  .search-info__content {
    padding-right: 14px;
  }
}

/*  news page */
.news-page {
  padding: 30px 0 50px;
}

.news-page__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  margin: 0;
  color: var(--black);
}

.news-page__inner {
  display: flex;
  gap: 52px;
  margin-top: 20px;
}

.news-page__sidebar {
  width: 275px;
  flex-shrink: 0;
}

.category-vertical {
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: var(--white);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.contact-widget {
  padding: 20px 23px;
  border-radius: 15px;
  margin-top: 9px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: linear-gradient(90deg, #4a25a9 0%, #2e1678 100%);
}

.contact-widget__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--white);
}

.contact-widget__items {
  margin-top: 13px;
  display: flex;
  gap: 18px;
}

.category-vertical__item {
  padding: 20px 31px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #000;
}

.category-vertical__item:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-100);
}

.category-vertical__item:hover,
.category-vertical__item.active {
  color: var(--purple-accent);
  background: var(--purple-100);
}

.news-page__content {
  flex-grow: 1;
}

.news-page__searchbar {
  background: var(--gray-100);
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 16px;
  gap: 17px;
}

.news-page__searchbar-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  height: 64px;
  flex-grow: 1;
  background: none;
  border: none;
}

.news-page__searchbar-input::placeholder {
  color: #b3b3b3;
}

.news-page__tags {
  display: none;
}

.news-page__content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 14px;
}

.news-page__content-nums {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  text-align: right;
  color: #b3b3b3;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (max-width: 1149px) {
  .news-page__content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-block_gray-bg .news-card {
  background: #fff;
}

.post-page {
  margin-top: 30px;
  padding-bottom: 37px;
}

.post-page__inner {
  display: flex;
  gap: 30px;
}

.post-page__wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.post-page__content {
  max-width: 749px;
  width: 100%;
}

.post-page__top-thumb img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.post-page__top {
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
}

.post-page__nums {
  display: flex;
  gap: 23px;
  align-items: center;
}

.post-page__num {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-400);
}

.post-page__content-wrap {
  padding: 20px 25px 25px;
}

.post-page__top-author {
  display: flex;
  gap: 11px;
}

.post-page__top-author img {
  object-fit: cover;
  border-radius: 40px;
  width: 44px;
  height: 44px;
}

.post-page__top-author-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-400);
}

.post-page__top-author-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
}

.post-page__top-row {
  display: flex;
  justify-content: space-between;
}

.post-page__title {
  font-weight: 600;
  font-size: 28px;
  margin-top: 14px;
  line-height: 118%;
  color: var(--black);
  margin-bottom: 23px;
}

.news-page__widget {
  position: sticky;
  top: 30px;
}

.post-page__top-share {
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--purple-accent);
}

.post-page__btns {
  display: none;
}

.post-page__main {
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  margin-top: 8px;
}

.post-page__main-text {
  padding: 25px;
}

.post-page__main-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: var(--gray-600);
}

.post-page__main-text .wp-block-quote {
  background: var(--purple-100);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 36px;
}

.post-page__main-text .wp-block-gallery {
  margin-top: 36px;
  margin-bottom: 36px;
}
.post-page__main-text .wp-block-gallery img {
  margin-bottom: 0;
}

.post-page__main-text p {
  padding-bottom: 15px;
}

.wp-block-image img {
  border-radius: 15px;
  margin-bottom: 36px;
}

.post-page__main-text .wp-block-quote p:last-of-type {
  padding: 0;
}

.post-page__main-text h2,
.post-page__main-text h1,
.post-page__main-text h3,
.post-page__main-text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--black);
  margin-bottom: 15px;
}

.post-page__main-text .wp-block-gallery img {
  border-radius: 15px;
}

.post-page__main-text li {
  position: relative;
  padding-left: 20px;
}

.post-page__main-text li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 11px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.post-page__main-bottom {
  border-top: 1px solid var(--gray-200);
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
}

.post-page__main-bottom-rate-block {
  display: flex;
  align-items: center;
}

.post-page__main-bottom-rate-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--black);
}

.post-page__main-bottom-rate-num {
  background: #4d9e53;
  border-radius: 6px;
  padding: 0 11px;
  height: 34px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: var(--white);
  margin-left: 28px;
}

.rate-stars {
  display: flex;
  gap: 6px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: var(--white);
  margin-left: 5px;
  border-radius: 6px;
  border-radius: 6px;
  align-items: center;
  height: 34px;
  padding: 0 13px;
}

@media (max-width: 959px) {
  .post-page__main-text {
    padding: 25px 16px;
  }
  .post-page__btns-terms {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: var(--purple-accent);
    height: 50px;
    background: var(--purple-100);
    border-radius: 15px;
    padding: 0 25px;
  }
  .post-page__btns-back {
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--purple-accent);
  }
  .post-page__btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: center;
  }
  .post-page__title {
    font-size: 24px;
    line-height: 117%;
  }
  .post-page__content {
    max-width: initial;
  }
  .post-page__top-thumb img {
    height: 292px;
  }
  .news-page__sidebar {
    display: none;
  }

  .post-page {
    margin-top: 17px;
    padding-bottom: 20px;
  }
  .news-page__content-nums {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .news-page__content-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .news-page__content-grid .news-card {
    flex-direction: row;
  }
  .news-page__content-grid .news-card__img {
    width: 261px;
    height: 100%;
  }
  .contact-widget__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 105%;
  }
  .contact-widget {
    display: flex;
    padding: 40px 63px;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
  }
  .news-page__inner {
    margin-top: 30px;
  }
  .news-page__tags {
    margin-top: 30px;
    display: flex;
  }
  .news-page__inner {
    flex-direction: column-reverse;
    gap: 0;
  }
  .news-page__title {
    font-weight: 600;
    font-size: 27px;
    line-height: 137%;
    color: var(--black);
  }

  .news-page__category-vertical {
    display: none;
  }

  .news-page__sidebar {
    width: 100%;
  }
}

.post-page__main-bottom-rate-wrap {
  display: contents;
}

@media (max-width: 719px) {
  .post-page__main-bottom {
    padding: 18px 20px;
    align-items: flex-end;
  }
  .post-page__main-bottom-rate-num {
    margin: 0;
  }
  .post-page__main-bottom-rate-wrap {
    display: flex;
    margin-top: 12px;
  }
  .post-page__main-bottom-rate-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-page__main-text h2,
  .post-page__main-text h1,
  .post-page__main-text h3,
  .post-page__main-text h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
  }
  .post-page__main-text .wp-block-gallery {
    margin-top: 26px;
  }
  .post-page__main-text .wp-block-gallery {
    flex-direction: column;
    gap: 14px !important;
  }
  .post-page__main-text .wp-block-gallery figure {
    width: 100% !important;
  }
  .wp-block-image img {
    margin-bottom: 26px;
  }
  .post-page__main-text .wp-block-quote {
    margin-bottom: 26px;
  }
  .post-page__main-text .wp-block-quote {
    padding: 14px;
  }
  .post-page__main-text {
    padding: 25px 14px;
  }
  .post-page__top-share-text {
    display: none;
  }
  .post-page__top-author-title {
    font-size: 14px;
    line-height: 150%;
  }
  .post-page__top-author-name {
    font-size: 14px;
    line-height: 150%;
  }
  .post-page__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 128%;
    margin-bottom: 20px;
  }
  .post-page__num {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .post-page__content-wrap {
    padding: 20px 14px 25px;
  }
  .post-page__top-thumb img {
    height: 185px;
  }
  .post-page {
    margin-top: 15px;
  }
  .contact-widget__title {
    font-size: 18px;
    line-height: 128%;
  }
  .contact-widget {
    margin-top: 20pxx;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 23px;
  }
  .news-page__tags {
    margin-top: 20px;
  }
  .news-page__searchbar-input {
    height: 55px;
    font-size: 14px;
    line-height: 150%;
  }
  .news-page__inner {
    margin-top: 20px;
  }
  .news-page__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 132%;
    color: var(--black);
  }
  .news-page {
    padding: 20px 0 20px;
  }
}

@media (max-width: 640px) {
  .news-page__content-grid .news-card {
    flex-direction: column;
  }
  .news-page__content-nums {
    margin-top: 18px;
    margin-bottom: 8px;
  }
  .news-page__content-grid .news-card__img {
    height: 188px;
    width: 100%;
  }
}

.post-page__main-text .wp-block-gallery:last-child {
  margin-bottom: 0;
}

.post-page__main-text .wp-block-list:last-child {
  margin-bottom: 0;
}

.post-page__main-text .wp-block-quote:last-child {
  margin-bottom: 0;
}

.post-page__main-text p:last-child {
  margin-bottom: 0;
}

.post-page__comments {
  margin-top: 50px;
}

.post-page__comments-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 132%;
  color: var(--black);
}

.comments-form__row {
  display: flex;
  gap: 10px;
  margin-top: 21px;
  width: 100%;
}

.comments-form__item {
  flex: 1;
}

.comments-form__item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 7px;
}

.comments-form__item input {
  padding: 0 30px;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  height: 62px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
}
.comments-form__item.is-error input {
  border-color: var(--red);
}
.comments-form__item input::placeholder {
  color: var(--gray-400);
}

.comments-form__error {
  color: var(--red);
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  margin-top: 3px;
}

.comments-form__rate {
  margin-top: 20px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 8px 10px;
  gap: 11px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
}

.comments-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comments-form__rate-stars {
  display: flex;
  gap: 6px;
}

.comments-form__text-outer {
  margin-top: 20px;
}

.comments-form__text-outer {
  width: 100%;
}

.comments-form__text-wrap textarea {
  width: 100%;
  border: none;
  padding: 22px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 165px;
}

.comments-form__text-wrap textarea::placeholder {
  color: var(--gray-400);
}

.comments-form__img-placeholder {
  display: flex;
  align-items: center;
}

.comments-form__text-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 0;
  padding: 0 10px 22px 30px;
  background: #fff;
}

.comments-form__text-wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  display: flex;
}

.comments-form__text-wrap.is-error {
  border-color: var(--red);
}

.comments-form__send {
  background: var(--purple-accent);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--white);
  padding: 8px 29px;
  border-radius: 8px;
}

.comments-form__img-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-500);
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.comments-form__privacy {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  margin-top: 10px;
  color: var(--gray-500);
}

.comments-form__privacy a {
  color: var(--gray-600);
  text-decoration: underline;
}

.comment-list__top {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.comment-list__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 132%;
  color: var(--black);
}

.comment-list__top .js-input-ui {
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 2px 20px 0 rgba(37, 17, 90, 0.09);
  border: none;
  line-height: 129%;
  color: var(--purple-accent);
  padding: 8px 10px;
}

.comment-list__top .js-input {
  flex-shrink: 0;
}

.comment-list__items {
  margin-top: 15px;
}

.comments-form__moderation {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #4d9e53;
  margin-top: 10px;
}

.comments-form__images {
  display: flex;
  gap: 8px;
}

.comments-form__file {
  position: relative;
}

.comments-form__file-remove {
  position: absolute;
  top: 4px;
  border-radius: 100%;
  right: 4px;
  padding: 0;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comments-form__file img {
  width: 72px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
}

.comment-card {
  border-top: 1px solid var(--gray-200);
  padding: 20px 0;
}

.comment-list__items > .comment-card:first-of-type {
  border-top: none;
}

.comment-list__items > .comment-card:last-of-type {
  border-bottom: 1px solid var(--gray-200);
}

.comment-card__head {
  display: flex;
  align-items: center;
}

.comment-card__avatar {
  border-radius: 40px;
  width: 52px;
  height: 52px;
  object-fit: cover;
  margin-right: 11px;
}

.comment-card__author {
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  color: var(--black);
}

.comment-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-400);
}

.comment-card__content {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
}

.comment-card__content p:last-of-type {
  padding: 0;
}

.comment-card__images {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.comment-card__image {
  max-width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  height: 172px;
  border-radius: 10px;
}

.comment-card__footer {
  display: flex;
  margin-top: 14px;
}

.comment-card__reply {
  font-weight: 500;
  background: none;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-400);
  padding: 0;
}

.comment-card__react {
  cursor: pointer;
  margin-left: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  gap: 3px;
  display: flex;
  align-items: center;
  color: var(--gray-500);
}

.comment-card__react svg.filled {
  display: none;
}

.comment-card__react.is-disabled.is-active svg.filled {
  display: block;
}
.comment-card__react.is-disabled.is-active {
  color: var(--purple-accent);
}

.comment-card__react.is-disabled.is-active svg:not(.filled) {
  display: none;
}

.comment-card__react:last-of-type {
  margin-left: 9px;
}

.comment-card__children {
  padding-left: 40px;
}

.comment-card__children > .comment-card:first-of-type {
  margin-top: 20px;
}

.comment-card__children > .comment-card:last-of-type {
  padding-bottom: 0;
}

.comments-form--reply-clone {
  margin-left: -40px;
  margin-bottom: 20px;
}

.comments-form__reply-info {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 30px;
}

.comments-form--reply-clone .comments-form__row {
  margin-top: 9px;
}

.comments-form__reply-text {
  display: flex;
  gap: 11px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--gray-400);
}

.comments-form__reply-cancel {
  background: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--purple-accent);
}

.comments-more {
  display: flex;
  gap: 7px;
  margin-top: 20px;
  background: none;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--purple-accent);
}

.comments-form__rate-stars svg {
  cursor: pointer;
}

.comments-form__rate-stars svg.is-active path {
  fill: #efc641;
}

.comments-form__rate-mobile {
  display: none;
}

.bottom-popup {
  backdrop-filter: blur(15px);
  background: rgba(31, 31, 31, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}

.bottom-popup.active {
  display: flex;
}

.bottom-popup__main {
  border-radius: 20px 20px 0 0;
  background: var(--white);
  overflow: hidden;
  padding-bottom: 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.bottom-popup__main-top {
  position: relative;
  height: 41px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.bottom-popup__close {
  position: absolute;
  right: 14px;
  background: none;
}

.bottom-popup__main-line {
  background: #d1d1d1;
  border-radius: 10px;
  width: 64px;
  height: 4px;
}

.bottom-popup__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--black);
  padding: 0 30px 20px;
  border-bottom: 1px solid var(--gray-100);
}

.bottom-popup__stars {
  display: flex;
  gap: 17px;
  justify-content: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--gray-100);
}

.bottom-popup__stars svg.is-active path {
  fill: #efc641;
}

.bottom-popup__list-item {
  padding: 16px 40px;
  border-bottom: 1px solid var(--gray-100);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  display: block;
  color: #000;
}

.bottom-popup__list-item.active {
  background: var(--purple-100);
  color: var(--purple-accent);
}

@media (max-width: 959px) {
  .comment-card__children {
    padding-left: 36px;
  }
  .comments-form__rate {
    margin-top: 10px;
  }
  .comments-form__text-outer {
    margin-top: 10px;
  }
  .post-page__comments-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
  }
}

.comments-form__send-mobile {
  display: none;
}

@media (max-width: 719px) {
  .comments-form__rate-stars {
    display: none;
  }
  .comments-form__rate-mobile {
    display: flex;
    align-items: center;

    gap: 9px;

    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: var(--black);
  }
  .comments-form__rate-pc {
    display: none;
  }
  .comment-card__footer .comment-card__likes {
    margin-left: auto;
  }
  .comment-card__footer {
    margin-top: 21px;
  }
  .comment-card__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .comment-card__author {
    font-size: 14px;
    line-height: 143%;
  }
  .comment-card__date {
    font-size: 12px;
    line-height: 133%;
    margin-top: 2px;
  }
  .comments-form__moderation {
    font-size: 14px;
  }
  .comment-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    color: var(--black);
  }
  .comments-form__send {
    padding: 0;
    width: 48px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comments-form__send-pc {
    display: none;
  }
  .comments-form__send-mobile {
    display: flex;
  }
  .comments-form__privacy {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
  }
  .comments-form__text-wrap textarea {
    padding: 17px 20px;
    /* font-weight: 600; */
    /* font-size: 14px; */
    line-height: 150%;
  }
  .comments-form__text-row {
    right: 15px;
    padding: 0 5px 17px 20px;
  }
  .comments-form__rate {
    margin-top: 15px;
  }
  .comments-form__text-outer {
    margin-top: 15px;
  }
  .comments-form__row {
    flex-direction: column;
  }
  .post-page__comments-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
  }

  .post-page__comments {
    margin-top: 40px;
  }
}

.news-block .news-card {
  width: 100%;
}

.table-wrapper {
  margin-top: 1em;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--gray-200);
}

.table-wrapper th,
.table-wrapper td {
  border: 1px solid var(--gray-200);
  padding: 10px 15px;
}

.table-wrapper th {
  background: #f5f5f5;
  text-align: left;
  font-weight: 600;
}

/* submenu */
.main-nav .menu-item-has-children {
  position: relative;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;

  min-width: 336px;
  margin-top: 8px;
  /* padding: 8px 0; */

  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  list-style: none;
  margin-left: 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;

  z-index: 100;
}

.main-nav .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.main-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-nav .sub-menu a {
  display: block;
  height: auto;
  padding: 15px 20px;
  border: 0;
}

.main-nav .sub-menu a:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-100);
}

li:has(+ .custom-menu-li_pc) {
   border-bottom: 1px solid var(--gray-100);
}

.main-nav .sub-menu a:hover {
  background: var(--gray-100);
  color: var(--purple-accent);
}

.main-nav .menu > .menu-item .sub-menu {
  left: auto;
  right: 0;
}

.main-nav .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav .menu-item-has-children > a::after {
  content: '';
  width: 8px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58269 4.2724L6.54414 3.31094L10.9994 7.76615L15.4546 3.31094L16.416 4.2724L10.9994 9.68907L5.58269 4.2724Z' fill='%234A25A9'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 11px;
  background-repeat: no-repeat;

  transition: transform 0.2s ease;
}

.main-nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.mobile-menu {
  display: contents;
}

.mobile-menu__inner {
  display: contents;
}

.main-nav .menu-item {
  display: flex;
  flex-direction: column;
}

.main-menu-arrow {
  display: none;
}

.site-header__menu-btn_close {
  display: none;
}

.site-header__menu-btn.active .site-header__menu-btn_close {
  display: block;
}

.site-header__menu-btn.active .site-header__menu-btn_open {
  display: none;
}

.custom-menu-li {
  display: none;
}

.mobile-menu__block {
  display: none;
}

.mobile-menu__blocks {
  display: none;
}

.mobile-menu__block-company-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.mobile-menu__block-company-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  gap: 5px;
  color: var(--purple-accent);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 11px;
  background: #eceefa;
  flex: 1;
}

@media (max-width: 959px) {
  .mobile-menu__block-company {
    font-weight: 400;
    font-size: 12px;
    color: var(--gray-500);
  }
  .contact-row__social {
    margin-top: 25px;
    display: flex;
    gap: 20px;
  }
  .contact-row__social a {
    display: flex;
  }
  .contact-row__item-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: var(--gray-400);
  }
  .contact-row__item-val {
    margin-top: 2px;
    font-weight: 600;
    font-size: 22px;
    line-height: 132%;
    color: var(--black);
  }
  .mobile-menu__blocks {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
  }
  .contact-row__item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .contact-row__item-content {
    display: flex;
    flex-direction: column;
  }
  .contact-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .mobile-menu.active .mobile-menu__block {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: var(--purple-100);
    border-radius: 20px;
    margin-top: 10px;
  }
  .mobile-menu.active .mobile-menu__block:first-of-type {
    margin-top: 87px;
  }
  .menu-inner-list {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .menu-inner-list__link {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    font-size: 16px;
    line-height: 113%;
    color: var(--purple-accent);
    padding: 20px 24px;
    border: 1px solid var(--gray-200);
    border-radius: 11px;
    flex: 1;
    gap: 5px;
  }
  .custom-menu-li {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid var(--gray-100);
  }
  .site-header__menu-btn svg {
    margin-right: 17px;
  }
  .main-menu-arrow {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    padding: 0 40px 0 30px;
  }
  .mobile-menu.active {
    padding: 30px 0 20px;
    box-shadow: inset 0 8px 12px -8px rgba(37, 17, 90, 0.09);
    z-index: 3;
    background: #fff;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: auto;
    right: 0;
    display: none;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu__inner {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu.active .main-nav {
    display: block;
    width: 100%;
  }

  .mobile-menu.active .main-nav > .menu {
    display: flex;
    flex-direction: column;
  }

  .main-nav .menu > .menu-item .sub-menu {
    display: flex;
    opacity: 1;
    position: static;
    flex-direction: column;
    visibility: initial;
  }

  .mobile-menu.active .main-nav .menu-item a {
    height: initial;
    border-bottom: 1px solid var(--gray-200);
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    padding: 23px 40px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .mobile-menu.active .main-nav .menu-item-has-children > a {
    padding: 23px 92px 23px 40px;
    border-bottom: 1px solid var(--gray-200) !important;
  }

  .main-nav .sub-menu::before {
    display: none;
  }

  .main-nav .menu-item-has-children > .sub-menu {
    transform: initial;
  }

  .main-nav .menu-item-has-children > a::after {
    display: none;
  }

  .main-nav .menu > .menu-item .sub-menu {
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
  }

  .mobile-menu.active .main-nav .menu-item-has-children .sub-menu a {
    padding-left: 60px;
    border-bottom: 1px solid var(--gray-200) !important;
  }

  .main-nav .menu > .menu-item .sub-menu {
    display: none;
  }

  .menu-item.is-open > a > .main-menu-arrow svg {
    transform: rotateZ(90deg);
  }
}

@media (max-width: 719px) {
  .mobile-menu__block-company-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
  }
  .mobile-menu__block-company-btns {
    flex-direction: column;
    align-items: initial;
    gap: 8px;
  }
  .contact-row__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    color: var(--gray-400);
  }
  .contact-row__item-val {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    color: var(--black);
    margin-top: 4px;
  }
  .mobile-menu__blocks {
    padding: 0 14px;
  }
  .contact-row__item {
    gap: 15px;
  }
  .mobile-menu.active .mobile-menu__block {
    padding: 20px;
  }
  .mobile-menu.active .mobile-menu__block:first-of-type {
    margin-top: 20px;
  }
  .contact-row__social {
    margin-top: 30px;
  }
  .contact-row {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu.active .main-nav .menu-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
  }
  .main-menu-arrow {
    padding: 0 31px 0 20px;
  }
  .mobile-menu.active .main-nav .menu-item a {
    padding: 23px 31px;
  }
  .mobile-menu.active .main-nav .menu-item-has-children > a {
    padding-right: 69px;
  }
  .mobile-menu.active {
    padding: 20px 0 16px;
  }
  .menu-inner-list {
    flex-direction: column;
  }
  .site-footer__title img {
    width: 179px;
  }
  .site-header__title img {
    width: 122px;
  }

  .mobile-menu.active .main-nav .menu-item-has-children .sub-menu a {
    padding-left: 50px;
  }
}

.our-services__list-text {
  max-width: 448px;
  width: 100%;
  align-self: center;
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--gray-600);
  /* overflow: hidden; */
  display: none;
}

.our-services__list-item-inner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.our-services__list-item:not(.active) .our-services__list-text {
  /* height: 0px; */
}

.our-services__list-item-inner-top svg {
  transition: transform 0.3s ease;
}

.our-services__list-item.active .our-services__list-item-inner-top svg {
  transform: rotate(90deg);
}

.our-services__list-item.active {
  background: var(--purple-100);
}

.sport-descr__adv-icon img {
  object-fit: contain;
}

.document-page {
  padding: 40px 0;
}

.document-page__container {
  max-width: 1000px;
}

.document-page__content h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: var(--black);
  margin-bottom: 10px;
  margin-top: 30px;
}

.custom-menu-li_pc {
  display: flex;
}

.custom-menu-li_pc a.menu-inner-list__link {
  display: flex;  
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 1px solid var(--gray-200);
  border-radius: 11px;
  padding: 13px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--purple-accent);
}
.menu-inner-list_pc {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 959px) {
  .custom-menu-li_pc {
    display: none;
  }
  .document-page {
    padding: 30px 0;
  }
  .our-services__list-text {
    align-self: flex-start;
    max-width: initial;
  }
}

@media (max-width: 719px) {
  .document-page {
    padding: 20px 0;
  }
  .our-services__list-text {
    font-size: 14px;
    line-height: 150%;
  }
}

.wp-block-paragraph {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.form__item_fullwidth {
  width: 100%;
}

.form__item .ts-control > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-page__top-share-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.top-share-list {
  overflow: hidden;
    border: 1px solid var(--gray-200);
    border-radius: 15px;
    background: #fff;
    width: 100px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
    transform: translateY(calc(100% + 6px));
}

.top-share-list__item {
  padding: 15px 20px;
      font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}
.top-share-list__item:hover {
    background: var(--purple-100);
}

.content-404 {
  padding: 40px 0 300px;
}

.content-404__title {
  text-align: center;
}
