.Ages {
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 20px;
}
@media (min-width: 990px) {
  .Ages {
    justify-content: space-between;
    /*gap: 40px;*/
	gap: 20px;
    padding-left: 22px;
    padding-right: 40px;
  }
}
.Ages-unit {
  font-size: var(--fontLGM);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  flex-basis: calc(50% - 10px);
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 990px) {
  .Ages-unit {
    gap: 28px;
    flex-basis: auto;
  }
}
.Ages-unit:before {
  --wBefore: 48px;
  --hBefore: 63px;
  content: "";
  display: block;
  background: url("../img/icons/man.svg") center center no-repeat;
  background-size: var(--wBefore) var(--hBefore);
  width: var(--wBefore);
  height: var(--hBefore);
}
@media (min-width: 990px) {
  .Ages-unit:before {
    --wBefore: 65px;
    --hBefore: 85px;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Ages-unit_clm2Phone {
    flex-basis: 100%;
  }
}
.Ages-unit:nth-of-type(2):before {
  --wBefore: 66px;
  --hBefore: 86px;
}
@media (min-width: 990px) {
  .Ages-unit:nth-of-type(2):before {
    --wBefore: 76px;
    --hBefore: 99px;
  }
}
.Ages-unit:nth-of-type(3):before {
  --wBefore: 91px;
  --hBefore: 119px;
}
@media (min-width: 990px) {
  .Ages-unit:nth-of-type(3):before {
    --wBefore: 89px;
    --hBefore: 116px;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Ages-unit:nth-of-type(4) {
    gap: 40px;
  }
}
.Ages-unit:nth-of-type(4):before {
  --wBefore: 115px;
  --hBefore: 150px;
}
@media (min-width: 990px) {
  .Ages-unit:nth-of-type(4):before {
    --wBefore: 96px;
    --hBefore: 126px;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Ages-unit:nth-of-type(5) {
    margin-top: 50px;
    gap: 40px;
  }
}
.Ages-unit:nth-of-type(5):before {
  --wBefore: 147px;
  --hBefore: 191px;
}
@media (min-width: 990px) {
  .Ages-unit:nth-of-type(5):before {
    --wBefore: 123px;
    --hBefore: 161px;
  }
}

@media (min-width: 100px) and (max-width: 989px) {
  .Ages-unit:nth-of-type(6) {
    margin-top: 50px;
    gap: 40px;
  }
}
.Ages-unit:nth-of-type(6):before {
  --wBefore: 147px;
  --hBefore: 191px;
}
@media (min-width: 990px) {
  .Ages-unit:nth-of-type(6):before {
    --wBefore: 123px;
    --hBefore: 161px;
  }
}




.table, .Article table {
  overflow: auto;
  visibility: visible;
  border: none;
  border-collapse: collapse;
}
.table th, .Article table th, .table td, .Article table td {
  border: 1px solid #5dc1e2;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 7px 15px;
  line-height: 1.25em;
}
@media (min-width: 576px) {
  .table th, .Article table th, .table td, .Article table td {
    line-height: 1.2em;
    padding: 12px 20px 11px;
  }
}
@media (min-width: 990px) {
  .table th, .Article table th, .table td, .Article table td {
    padding: 12px 25px 11px;
  }
}
.table th, .Article table th {
  transition: all 200ms;
  font-weight: 700;
}
.table td, .Article table td {
  transition: all 200ms;
}
.tableWrap {
  overflow-x: auto;
  width: 100%;
}
.table em, .Article table em {
  font-weight: normal;
}
.table tr:nth-of-type(2n+1), .Article table tr:nth-of-type(2n+1) {
  background-color: #fcfefe;
}
.table tr:nth-of-type(2n), .Article table tr:nth-of-type(2n) {
  background-color: #fff;
}
.table tbody tr, .Article table tbody tr {
  background-color: #fff;
}
.table tbody tr:nth-child(2n+1), .Article table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.table tbody tr:nth-child(2n), .Article table tbody tr:nth-child(2n) {
  background-color: #fcfefe;
}
.table thead tr:nth-of-type(n), .Article table thead tr:nth-of-type(n) {
  background-color: #5dc1e2;
  color: #fff;
}

.Article {
  overflow: hidden;
  color: #676767;
  font-size: var(--fontNR);
  line-height: 1.3em;
}
.Article table {
  margin-top: 40px;
  margin-bottom: 20px;
}
.Article h1, .Article h2, .Article h3, .Article h4, .Article h5, .Article h6 {
  color: #57cbf0;
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: var(--fontNR);
  font-weight: 700;
  line-height: 1.4em;
  margin: 35px 0 20px;
}
.Article h1:first-child, .Article h2:first-child, .Article h3:first-child, .Article h4:first-child, .Article h5:first-child, .Article h6:first-child {
  margin-top: 0;
}
.Article ul, .Article ol {
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 25px;
  line-height: 1.4em;
}
.Article ul li, .Article ol li {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding-left: 36px;
}
.Article ul li:after, .Article ol li:after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 100px;
  width: 10px;
  height: 2px;
  background: #4bb7d9;
  left: 4px;
  top: 13px;
  border: 2px solid transparent;
  border-color: #4bb7d9;
}
.Article ul li + li, .Article ol li + li {
  margin-top: 15px;
}
.Article ul ul li:after, .Article ol ul li:after {
  width: 7px;
  height: 7px;
  top: 11px;
}
.Article ol {
  counter-reset: list;
}
.Article ol li {
  list-style: none;
  position: relative;
}
.Article ol li:after {
  background: none;
  text-align: left;
  border-radius: 0;
  border: none;
  counter-increment: list;
  content: counter(list) ".";
  height: 20px;
  width: 26px;
  color: #4bb7d9;
  left: 0px;
  top: 0px;
}
.Article h1 {
  font-size: var(--fontLG);
  font-weight: 400;
}
@media (min-width: 990px) {
  .Article h1 {
    margin-bottom: 20px;
    font-size: var(--fontLGM);
  }
}
.Article h2 {
  font-size: var(--fontMD);
  font-weight: 400;
}
.Article h3 {
  font-size: var(--fontNR);
  font-weight: 500;
}
.Article small {
  font-size: var(--fontSM);
}
.Article small.ss {
  font-size: 13px;
}
.Article blockquote {
  line-height: 1.4em;
  padding: 0 0 0 20px;
  margin: 20px 0;
  border-left: 3px solid transparent;
  border-left-color: #4bb7d9;
  font-size: 22px;
}
@media (min-width: 576px) {
  .Article blockquote {
    border-left-width: 5px;
    font-size: 26px;
    padding-left: 42px;
  }
}
.Article img {
  margin-top: 20px;
}
.Article p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.Article p:last-child {
  margin-bottom: 0;
}
.Article-section > *:last-child {
  margin-bottom: 0;
}
.Article-section:after {
  clear: both;
  content: "";
  display: block;
}
.Article-section + .Article-section {
  margin-top: 50px;
}
@media (min-width: 990px) {
  .Article-section + .Article-section {
    margin-top: 70px;
  }
}
/* funcBegin */
/* funcEnd */
.Cards {
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.Cards-unit {
  flex-basis: 100%;
}
.Cards_clm3 {
  gap: 10px;
}
@media (min-width: 990px) {
  .Cards_clm3 {
    gap: 25px;
  }
}
.Cards_clm3 .Cards-unit {
  flex-basis: calc(50% - 5px);
}
@media (min-width: 990px) {
  .Cards_clm3 .Cards-unit {
    flex-basis: calc(33.3333333333% - 16.6666666667px);
    container-type: inline-size;
  }
}
.Cards_clm4 {
  gap: 10px;
}
@media (min-width: 990px) {
  .Cards_clm4 {
    gap: 20px;
  }
}
.Cards_clm4 .Cards-unit {
  flex-basis: calc(50% - 5px);
}
@media (min-width: 990px) {
  .Cards_clm4 .Cards-unit {
    flex-basis: calc(25% - 15px);
    container-type: inline-size;
  }
}
.Cards_clm4 .Cards-unit_clm2 {
  flex-basis: 100%;
}
@media (min-width: 990px) {
  .Cards_clm4 .Cards-unit_clm2 {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Cards_tours {
    gap: 14px;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Cards_tours .Cards-unit {
    flex-basis: 100%;
  }
}

.Card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  color: inherit;
  border: inherit;
  gap: 20px 20px;
}
.Card-picture {
  position: relative;
  line-height: 0;
  border-bottom: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.Card-picture img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0;
}
.Card-picture:focus {
  outline: none;
}
@media (min-width: 990px) {
  .Card-picture:hover {
    border-bottom-color: transparent;
  }
}
@media (min-width: 576px) {
  .Card-picture {
    min-width: 100%;
  }
}
.Card-content {
  transition: all 300ms;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 9px 20px;
}
.Card-content > * {
  width: 100%;
}
.Card-content p + p {
  margin-top: 1.2em;
}
.Card-title {
  display: block;
  font-style: normal;
  width: 100%;
  border-bottom: transparent;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.48px;
  font-size: 16px;
}
.Card-title a {
  text-decoration: none;
  border-bottom: transparent;
  color: #676767;
}
@media (min-width: 990px) {
  .Card-title {
    font-size: var(--fontMDM);
  }
}
.Card-description {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.2em;
}
@media (min-width: 990px) {
  .Card:hover {
    border: inherit;
    color: inherit;
  }
}
.Card-img {
  max-width: 100%;
  max-height: 100%;
}
.Card_jury, .Card_master, .Card_tours {
  position: relative;
  height: 100%;
  min-height: 221px;
  border-radius: 10px;
}
@media (min-width: 576px) and (max-width: 989px) {
  .Card_jury, .Card_master, .Card_tours {
    min-height: 300px;
  }
}
@media (min-width: 990px) {
  .Card_jury, .Card_master, .Card_tours {
    min-height: 98cqw;
    border-radius: 27px;
  }
}
.Card_jury:after, .Card_master:after, .Card_tours:after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) no-repeat;
  z-index: 1;
}
.Card_jury .Card-picture, .Card_master .Card-picture, .Card_tours .Card-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.Card_jury .Card-img, .Card_master .Card-img, .Card_tours .Card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Card_jury .Card-content, .Card_master .Card-content, .Card_tours .Card-content {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 990px) {
  .Card_jury .Card-content, .Card_master .Card-content, .Card_tours .Card-content {
    padding: 13px;
  }
}
.Card_jury .Card-description, .Card_master .Card-description, .Card_tours .Card-description {
  margin-top: auto;
  font-size: var(--fontNRP);
  text-align: center;
  letter-spacing: -0.35px;
  padding: 9px 5px 12px;
  background: rgba(21, 21, 21, 0.3);
  -webkit-backdrop-filter: blur(0.9723077416px);
          backdrop-filter: blur(0.9723077416px);
  border-radius: 10px;
}
@media (min-width: 990px) {
  .Card_jury .Card-description, .Card_master .Card-description, .Card_tours .Card-description {
    text-align: left;
    padding: 8px 14px;
    border-radius: 13px;
  }
}
.Card_jury .Card-title, .Card_master .Card-title, .Card_tours .Card-title {
  color: #fff;
  width: auto;
  font-size: var(--fontMDP);
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
}
.Card_jury.Card_blank {
  background: #000759;
}
@media (min-width: 990px) {
  .Card_master, .Card_tours {
    min-height: 426px;
    border-radius: 20px;
  }
}
.Card_master .Card-content, .Card_tours .Card-content {
  padding: 5px;
}
@media (min-width: 990px) {
  .Card_master .Card-content, .Card_tours .Card-content {
    padding: 12px;
  }
}
.Card_master .Card-description, .Card_tours .Card-description {
  border-radius: 5px;
  padding: 8px;
}
@media (min-width: 990px) {
  .Card_master .Card-description, .Card_tours .Card-description {
    font-size: 20px;
    padding: 15px 6px;
    letter-spacing: 0;
    border-radius: 10px;
  }
}
.Card_tours {
  min-height: 190px;
}
@media (min-width: 990px) {
  .Card_tours {
    min-height: 100cqw;
    border-radius: 15px;
  }
}
@media (min-width: 990px) {
  .Card_tours .Card-content {
    padding: 9px 10px;
  }
}
.Card_tours .Card-description {
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 10px 6px;
  min-height: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 990px) {
  .Card_tours .Card-description {
    text-align: center;
  }
}
.Contacts-icon {
  width: 20px;
  height: auto;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
}
.Contacts-icon img {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: auto;
}
.Contacts-icon svg, .Contacts-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  min-width: auto;
}
.Contacts-item {
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 8px;
}
.Contacts_header .Contacts-phone {
  font-family: Montserrat, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14em;
  letter-spacing: -0.072px;
  color: #5dc1e2;
}
.Contacts_footer {
  font-family: Montserrat, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 21px;
  letter-spacing: -0.105px;
  line-height: 1.14em;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 990px) {
  .Contacts_footer {
    padding: 0;
    font-size: 25px;
    gap: 27px;
    letter-spacing: -0.375px;
  }
}
@media (min-width: 990px) {
  .Contacts_footer .Contacts-icon {
    width: 23px;
  }
  .Contacts_footer .Contacts-icon img {
    width: auto !important;
    max-width: 100%;
  }
}
.Contacts_footer .Contacts-phone {
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 6px;
  font-size: 25px;
  letter-spacing: -0.75px;
  grid-area: phone;
}
@media (min-width: 576px) {
  .Contacts_footer .Contacts-phone {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 1.1em;
    letter-spacing: -1.05px;
  }
}
@media (min-width: 990px) {
  .Contacts_footer .Contacts-phone {
    margin-bottom: 18px;
    font-size: var(--fontLGM);
    letter-spacing: -1.35px;
  }
}
.Footer {
  overflow: hidden;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 30px 0 20px;
  background: linear-gradient(180deg, rgba(93, 196, 229, 0.96) 0%, #4bb7d9 100%);
}
@media (min-width: 990px) {
  .Footer {
    padding: 35px 0 20px;
  }
}
.Footer a {
  color: #fff;
}
.Footer-map {
  margin-bottom: 10px;
}
@media (min-width: 100px) and (max-width: 989px) {
  .Footer-map img {
    width: 100%;
  }
}
.Footer-wrap {
  position: relative;
  z-index: 1;
}
.Footer-namingSite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 990px) {
  .Footer-namingSite {
    align-items: flex-start;
  }
}
.Footer-slogan {
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: var(--fontNR);
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .Footer-slogan {
    order: 3;
  }
}
.Footer-copyBlock {
  border-top: 3px solid #fff;
  margin-top: 45px;
  padding-top: 15px;
}
@media (min-width: 990px) {
  .Footer-copyBlock {
    margin-top: 22px;
  }
}
.Footer-year {
  font-size: 24px;
}
@media (min-width: 990px) {
  .Footer-year {
    font-size: 48px;
  }
}
.Footer-row {
  display: flex;
  gap: 33px 27px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 990px) {
  .Footer-row {
    gap: 30px 30px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.Footer-row_copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Footer-row_copy .Footer-unit {
  width: auto;
}
.Footer-row_main {
  margin-top: 77px;
}
@media (min-width: 990px) {
  .Footer-row_main {
    margin-top: 3px;
  }
}
.Footer-unit {
  width: 100%;
}
@media (min-width: 990px) {
  .Footer-unit {
    width: auto;
  }
}
@media (min-width: 990px) {
  .Footer-unit_map, .Footer-unit_contacts {
    padding-top: 30px;
  }
}
@media (min-width: 990px) {
  .Footer-unit_map {
    flex-shrink: 0;
  }
}
@media (min-width: 990px) {
  .Footer-unit_contacts {
    padding-top: 25px;
  }
}
.Footer-unit_menu {
  display: none;
}
@media (min-width: 990px) {
  .Footer-unit_menu {
    display: block;
    margin-left: auto;
  }
}
.Footer-copy {
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 990px) {
  .Footer-copy {
    font-size: 50px;
  }
}
.Gallery-stick {
  position: absolute;
  zoom: 0.7;
}
@media (min-width: 990px) {
  .Gallery-stick {
    zoom: 1;
  }
}
.Gallery-stick_leftTop {
  left: -25px;
  top: -25px;
}
.Gallery-stick_rightBottom {
  right: -25px;
  bottom: -25px;
}
.Gallery-stick_rightTop {
  right: -25px;
  top: -25px;
  transform: rotate(90deg);
}
.Gallery-stick_top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Gallery-stick_leftBottom {
  left: -25px;
  bottom: -17px;
}
@media (min-width: 990px) {
  .Gallery-item_variant1 {
    padding-top: 40px;
  }
}
.Gallery-item_variant1 .Gallery-element {
  width: 182px;
  transform: rotate(-10.518deg);
}
@media (min-width: 990px) {
  .Gallery-item_variant1 .Gallery-element {
    transform: rotate(-6.144deg);
  }
}
.Gallery-item_variant1 .Gallery-img {
  border-radius: 12.776px;
}
.Gallery-item_variant2 {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 990px) {
  .Gallery-item_variant2 {
    padding-top: 67px;
  }
}
.Gallery-item_variant2 .Gallery-element {
  width: 201px;
  transform: rotate(9.282deg);
}
.Gallery-item_variant2 .Gallery-img {
  border-radius: 14.127px;
}
.Gallery-item_variant3 {
  margin-top: 15px;
}
.Gallery-item_variant3 .Gallery-element {
  width: 199px;
  transform: rotate(-11.484deg);
}
@media (min-width: 990px) {
  .Gallery-item_variant3 .Gallery-element {
    transform: rotate(-8.546deg);
  }
}
.Gallery-item_variant3 .Gallery-img {
  border-radius: 13.98px;
}
.Gallery-item_stitched .Gallery-element {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.Gallery-item_stitched .Gallery-element:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='12' style='fill: none; stroke: rgba(75, 183, 217, 1); stroke-width: 1.5; stroke-dasharray: 8 8'/></svg>");
  inset: 5px;
  border-radius: 12px;
}
@media (min-width: 990px) {
  .Gallery-item_stitched .Gallery-element:after {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='16' style='fill: none; stroke: rgba(75, 183, 217, 1); stroke-width: 2; stroke-dasharray: 15 15'/></svg>");
    inset: 6px;
    border-radius: 16px;
  }
}
.Gallery-item .Gallery-element {
  height: auto;
}
@media (min-width: 990px) {
  .Gallery-item .Gallery-element {
    width: 285px;
  }
}
.Gallery-item .Gallery-img {
  height: auto;
}
@media (min-width: 990px) {
  .Gallery-item .Gallery-img {
    border-radius: 20px;
  }
}
.Gallery-element {
  max-width: 100%;
}
.Gallery-img {
  max-width: 100%;
}
.Gallery_about {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 15px 33px 18px 41px;
}
@media (min-width: 990px) {
  .Gallery_about {
    padding: 0 85px 0 99px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.Genres {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 990px) {
  .Genres {
    gap: 26px;
  }
}
.Genres-unit {
  border-radius: 10px;
  box-shadow: 0.998px 0.998px 4.989px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px 10px;
}
@media (min-width: 990px) {
  .Genres-unit {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 5px;
  }
}
.Header {
  position: relative;
  transition: all 300ms;
  padding: 0;
}
.Header-unit {
  flex-basis: auto;
}
.Header-unit_trigger {
  position: fixed;
  left: 0;
  top: 0;
}
@media (min-width: 990px) {
  .Header-unit_trigger {
    display: none;
  }
}
@media (min-width: 990px) {
  .Header {
    padding: 41px 0;
  }
}
.Header-wrap {
  z-index: 505;
  position: relative;
}
.Header-row {
  width: 100%;
  display: flex;
  gap: 30px 30px;
  justify-content: space-between;
}
@media (min-width: 990px) {
  .Header-row {
    justify-content: flex-start;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Header-row_main {
    min-height: 45px;
  }
}
.HideBlock {
  position: relative;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
}
.HideBlock-title {
  line-height: 1.2em;
  display: inline-block;
  font-weight: 700;
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #4bb7d9;
}
@media (min-width: 990px) {
  .HideBlock-title {
    font-size: 22px;
    line-height: 1.53em;
  }
}
.HideBlock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0px;
}
.HideBlock-content {
  line-height: 1.6em;
  overflow: hidden;
  transition: height 200ms, padding 150ms 50ms;
  padding: 10px 0 20px;
  color: #676767;
  font-size: var(--fontNR);
}
.HideBlock-content ul {
  margin: 0;
  padding: 0 0 0 30px;
}
.HideBlock-trigger {
  cursor: pointer;
}
.HideBlock-btn {
  border: none;
  cursor: pointer;
  position: absolute;
  min-width: auto;
  transition: transform 200ms;
  display: none;
}
.HideBlock-btn:focus {
  outline: none;
}
.HideBlock_CLOSE .HideBlock-content {
  height: 0 !important;
  transition: height 200ms, padding 150ms 50ms;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.HideBlock_CLOSE .HideBlock-btn {
  transform: rotate(0deg);
  transition: transform 200ms;
}
.HideBlock + .HideBlock {
  margin-top: 20px;
}
.Map {
  visibility: visible;
  min-height: 200px;
  position: relative;
  background-size: auto 100%;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.Map-wrap {
  position: absolute;
  background: url("../img/content/map.webp") center center no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.Map-wrap > ymaps {
  height: 200px !important;
}
.Map > ymaps {
  height: 200px !important;
}
@media (min-width: 100px) and (max-width: 989px) {
  .Map:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 15px;
    bottom: 0;
    z-index: 1000;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Map:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 15px;
    bottom: 0;
    z-index: 1000;
    right: 0;
  }
}
@media (min-width: 990px) {
  .Map {
    min-width: 438px;
  }
}
/* funcBegin */
/* funcEnd */
.Middle {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 65px;
}
@media (min-width: 990px) {
  .Middle {
    padding-bottom: 130px;
  }
}
.Partners {
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 30px;
  align-items: flex-end;
}
.Partners-unit {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 15px);
  gap: 10px;
  align-items: center;
}
@media (min-width: 990px) {
  .Partners-unit {
    flex-basis: calc(25% - 22.5px);
    gap: 20px;
  }
}
.Partners-pict {
  max-height: 108px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 990px) {
  .Partners-pict {
    max-height: 150px;
  }
}
.Partners-title {
  display: flex;
  text-align: center;
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  color: #999;
  align-items: flex-start;
  line-height: 1.2em;
  min-height: 2lh;
}
@media (min-width: 990px) {
  .Partners-title {
    min-height: auto;
    font-size: 20px;
  }
}
.Partners-img {
  max-width: 100%;
  max-height: 108px;
  width: auto;
  display: block;
}
@media (min-width: 990px) {
  .Partners-img {
    max-height: 150px;
  }
}
.Promo-mark {
  color: #38bb35;
  font-size: var(--fontMD);
  font-style: normal;
}
.Promo-events {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 990px) {
  .Promo-events {
    font-size: 18px;
    line-height: 1.2em;
    max-width: 400px;
  }
}
.Promo-statistics {
  font-size: var(--fontNRM);
}
@media (min-width: 990px) {
  .Promo-statistics {
    font-size: 20px;
  }
}
.Promo-grid {
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 990px) {
  .Promo-grid {
    gap: 23px;
    grid-template-areas: "logo pict" "info pict";
    grid-template-columns: calc(57% - 11.5px) calc(100% - (57% - 11.5px));
    grid-template-rows: auto 1fr;
  }
}
.Promo-cell_pict {
  display: flex;
  padding-right: 50px;
  justify-content: center;
}
@media (min-width: 990px) {
  .Promo-cell_pict {
    grid-area: pict;
  }
}
@media (min-width: 990px) {
  .Promo-cell_info {
    grid-area: info;
  }
}
@media (min-width: 990px) {
  .Promo-cell_logo {
    grid-area: logo;
  }
}
.Promo-item {
  font-family: Antropos, Verdana, Arial, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  width: 100%;
}
.Promo-item_entry {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
@media (min-width: 990px) {
  .Promo-item_entry {
    order: 4;
    width: auto;
    align-self: flex-start;
    align-items: center;
    margin-top: 37px;
  }
}
.Promo-item_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (min-width: 990px) {
  .Promo-item_date {
    align-items: flex-start;
  }
}
.Promo-item_logo {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 990px) {
  .Promo-item_logo {
    width: auto;
    order: 3;
    margin-left: -10px;
  }
}
.Promo-item_title {
  color: #c6c6c6;
  text-transform: uppercase;
  margin-top: -3px;
  font-weight: 700;
  font-size: var(--fontNR);
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 990px) {
  .Promo-item_title {
    color: #676767;
    width: auto;
    margin-top: 0;
  }
}
.Promo-item_phone {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 990px) {
  .Promo-item_phone {
    width: auto;
    margin-top: 0;
  }
}
.Promo-item_events {
  font-family: Inter, Arial, Verdana, "Helvetica CY", Helvetica, "Nimbus Sans L", sans-serif;
  margin-top: 48px;
}
@media (min-width: 990px) {
  .Promo-item_events {
    margin-top: 40px;
  }
}
.Promo-small {
  font-size: var(--fontSM);
}
@media (min-width: 990px) {
  .Promo-small {
    font-size: 18px;
  }
}
.Promo-date, .Promo-location {
  font-size: var(--fontMD);
  font-weight: 700;
  color: #57cbf0;
}
.Promo-phone {
  font-size: 20px;
  color: #57cbf0;
  font-weight: 700;
}
.Promo-pict {
  max-width: 250px;
  height: auto;
}
@media (min-width: 990px) {
  .Promo-pict {
    max-width: none;
    position: relative;
    left: -15%;
    top: -3%;
  }
}
.Promo-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 990px) {
  .Promo-column_logo {
    flex-direction: row;
    gap: 15px 52px;
    flex-wrap: wrap;
  }
}
.Safety {
  margin-top: 23px;
  display: flex;
  gap: 13px;
  flex-direction: column;
}
@media (min-width: 990px) {
  .Safety {
    gap: 21px 15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (min-width: 990px) {
  .Safety-unit {
    flex-basis: calc(50% - 7.5px);
  }
}
.ScrollTo {
  visibility: visible;
}
/* funcBegin */
:root {
  --gapHzReflects: 50px;
  --widthOneReflects: 31cqw;
}

/* funcEnd */
.Section {
  position: relative;
  padding-top: var(--SectionPdTopDesk);
  --SectionPdTopDesk: 55px;
  --SectionPdBottomDesk: 0px;
}
.Section-footer {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 990px) {
  .Section-footer {
    margin-top: 25px;
    text-align: center;
  }
}
.Section-content {
  position: relative;
  z-index: 1;
  text-align: justify;
  font-weight: 400;
  font-size: var(--fontMD);
  line-height: 1.55em;
}
@media (min-width: 990px) {
  .Section-content {
    text-align: center;
  }
}
.Section-content p + p {
  margin-top: 15px;
}
@media (min-width: 990px) {
  .Section-content p + p {
    margin-top: 33px;
  }
}
@media (min-width: 990px) {
  .Section-content_oneRus {
    text-align: left !important;
  }
}
@media (min-width: 990px) {
  .Section {
    --SectionPdTopDesk: 144px;
    --SectionPdBottomDesk: 0px;
  }
}
.Section-wrap {
  position: relative;
}
.Section-btn {
  width: 100%;
}
@media (min-width: 990px) {
  .Section-btn {
    width: auto;
  }
}
.Section-cards {
  margin-top: 20px;
}
@media (min-width: 990px) {
  .Section-cards {
    margin-top: 35px;
  }
}
.Section-ages, .Section-partners {
  margin-top: 66px;
}
@media (min-width: 990px) {
  .Section-ages, .Section-partners {
    margin-top: 40px;
  }
}
@media (min-width: 990px) {
  .Section-partners {
    margin-top: 84px;
  }
}
@media (min-width: 990px) {
  .Section-safety {
    margin-top: 65px;
  }
}
.Section-genres {
  margin-top: 42px;
}
@media (min-width: 990px) {
  .Section-genres {
    margin-top: 67px;
  }
}
.Section-gallery {
  margin-top: 37px;
}
@media (min-width: 990px) {
  .Section-gallery {
    margin-top: 13px;
  }
}
.Section-row {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 990px) {
  .Section-row .Section-content {
    text-align: justify;
  }
}
@media (min-width: 990px) {
  .Section-row {
    gap: 26px;
    flex-direction: row;
  }
}
@media (min-width: 990px) {
  .Section-row_clm2 {
    align-items: flex-start;
    gap: 25px 25px;
    flex-wrap: wrap;
  }
}
@media (min-width: 990px) {
  .Section-row_clm2 > .Section-unit {
    flex-basis: calc(50% - 12.5px);
  }
}
.Section-markText {
  color: #4bb7d9;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.6px;
}
@media (min-width: 990px) {
  .Section-markText {
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 1.4em;
    font-weight: 500;
  }
}
.Section-unit {
  position: relative;
  max-width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 990px) {
  .Section-unit {
    flex-basis: inherit;
    width: inherit;
  }
}
.Section-unit_content {
  display: flex;
  flex-direction: column;
}
.Section-unit_pict, .Section-unit_video {
  display: flex;
  justify-content: center;
  line-height: 0;
}
@media (min-width: 990px) {
  .Section-unit_pict, .Section-unit_video {
    display: block;
    flex-shrink: 0;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Section_about .Section-content {
    line-height: 1.43em;
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}
.Section_benefits .Section-content, .Section_steps .Section-content, .Section_catalog .Section-content {
  max-width: 580px;
}
.Section_noPd {
  padding: 0;
}
.Section_away {
  padding-top: 88px;
}
@media (min-width: 990px) {
  .Section_away {
    padding-top: 100px;
  }
}
.Section_far {
  padding-top: 70px;
}
@media (min-width: 990px) {
  .Section_far {
    padding-top: 120px;
  }
}
@media (min-width: 990px) {
  .Section_master {
    padding-top: 174px;
  }
}
@media (min-width: 100px) and (max-width: 989px) {
  .Section_master .Section-footer, .Section_genres .Section-footer {
    margin-top: 17px;
  }
}
.Section_ages .Section-footer {
  margin-top: 57px;
}
@media (min-width: 990px) {
  .Section_ages .Section-footer {
    margin-top: 83px;
  }
}
.Section_primary {
  margin-top: 65px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: linear-gradient(180deg, rgba(93, 196, 229, 0.96) 0%, #4bb7d9 100%);
  color: #fff;
}
@media (min-width: 990px) {
  .Section_primary {
    margin-top: 133px;
    padding-top: 30px;
  }
}
.Section_primary .Section-title {
  color: #fff;
}
.Section_primary.Section_sewn {
  margin-top: 40px;
  padding-top: 18px;
  padding-bottom: 15px;
}
@media (min-width: 990px) {
  .Section_primary.Section_sewn {
    margin-top: 58px;
  }
}
.Section_sewn {
  position: relative;
}
.Section_sewn:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='0' style='fill: none; stroke: rgba(255, 255, 255, 0.7); stroke-width: 1; stroke-dasharray: 4 4'/></svg>");
  inset: 7px 3px;
}
@media (min-width: 990px) {
  .Section_sewn:after {
    inset: 8px 10px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='0' style='fill: none; stroke: rgba(255, 255, 255, 1); stroke-width: 1; stroke-dasharray: 10 10'/></svg>");
  }
}