@font-face {
  font-family: 'MuseoSansCyrl-300';
  src: url('fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('fonts/Museo Sans Cyrl W03 700.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url('fonts/GothamPro-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Big Noodle';
  src: url('fonts/big_noodle_titling.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  font-size: 20px;
}

ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}

.fa {
  -webkit-transition: .3s all;
  transition: .3s all;
}

h1,
h2 {
  font-family: 'Gotham Pro';
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

a:hover {
  text-decoration: none;
}

time {
  font-family: 'MuseoSansCyrl-300';
  font-size: .6rem;
  line-height: .75rem;
  letter-spacing: 0.05em;
}

.menu {
  font-family: 'MuseoSansCyrl-300';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2rem;
  gap: .5rem;
}

.menu .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: -9rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 1rem;
  z-index: 10;
  background: #fff;
}

.menu .submenu__item {
  margin-bottom: .5rem;
}

.menu .submenu__item .fa {
  display: inline-block;
  margin-left: 1rem;
}

.menu .submenu__link {
  color: #aaa;
  font-size: .9rem;
}

.menu .submenu__link:hover {
  color: #079ede;
}

.menu .submenu__link-current {
  font-family: 'MuseoSansCyrl-700';
  color: #11105e;
}

.menu__item {
  white-space: nowrap;
  padding: 1rem 0;
}

.menu__item-federation {
  position: relative;
}

.menu__item-federation:hover .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu__item-federation:hover .submenu-federation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu__link {
  color: #aaa;
  font-size: .9rem;
}

.menu__link:hover {
  color: #079ede;
}

.menu__link-current {
  font-family: 'MuseoSansCyrl-700';
  color: #11105e;
  position: relative;
}

.menu__link-current::before {
  position: absolute;
  content: "";
  display: block;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #11105e;
}

.back-btn {
  font-family: 'MuseoSansCyrl-700';
  color: #11105e;
  font-size: .9rem;
  display: inline-block;
}

.back-btn .fa {
  margin-right: 1rem;
}

.section__title {
  color: #11105e;
  font-size: 2.5rem;
  line-height: 113.7%;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

.section__title::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: .25rem;
  background: #11105e;
  margin-left: 1rem;
}

.btn {
  display: inline-block;
  width: 11rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'MuseoSansCyrl-500';
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.follow {
  margin-top: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.follow__item {
  margin-right: 1rem;
}

.follow-title {
  font-family: 'GothamPro-Medium';
  font-size: .9rem;
}

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-nav__left {
  border: 1px solid #fff;
}

.owl-nav__left:hover {
  background: #11105e;
  border-color: #11105e;
}

.owl-nav__right {
  border: 1px solid #fff;
}

.owl-nav__right:hover {
  background: #11105e;
  border-color: #11105e;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a,
.pagination .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem;
  font-size: .9rem;
  border: 0.5px solid #C4C4C4;
  font-family: 'MuseoSansCyrl-300';
  color: #aaa;
}

.pagination a:hover,
.pagination .active:hover {
  font-family: 'Gotham Pro';
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.pagination__page {
  font-size: .9rem;
  border: 0.5px solid #C4C4C4;
  font-family: 'MuseoSansCyrl-300';
  color: #aaa;
}

.pagination__page:hover {
  font-family: 'Gotham Pro';
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.pagination__page-current {
  font-family: 'Gotham Pro';
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.pagination .active {
  font-family: 'Gotham Pro';
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.pagination__prev,
.pagination__next {
  font-family: 'Gotham Pro';
  color: #aaa;
  font-size: 1rem;
  border: 0.5px solid #C4C4C4;
}

.pagination__prev:hover,
.pagination__next:hover {
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.sidebar {
  color: #fff;
  margin-bottom: 1.5rem;
}

.sidebar .countdown-container .countdown-value {
  font-size: 3rem;
}

.sidebar .countdown-container .countdown-value::after {
  top: 1.2rem;
  right: -0.3rem;
}

.sidebar .content-list {
  border: 1px solid #EBEBEB;
  border-radius: .5rem;
  padding: .75rem;
}

.sidebar .content-list__link {
  display: block;
  font-family: 'MuseoSansCyrl-300';
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: 0.05em;
  padding: .7rem 0 .7rem 1rem;
  width: 100%;
  color: #8C8C8C;
  border-radius: .35rem;
  margin: .5rem 0;
}

.sidebar .content-list__link-current {
  background: #11105e;
  font-family: 'MuseoSansCyrl-500';
  color: #fff;
}

.sidebar .content-list__link:hover {
  font-family: 'MuseoSansCyrl-500';
  color: #fff;
  background: #079ede;
}

.sidebar__title {
  font-family: 'MuseoSansCyrl-500';
  font-size: .9rem;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  width: 70%;
}

.sidebar__btn {
  font-family: 'MuseoSansCyrl-700';
  color: #fff;
  background: #079ede;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}

.sidebar__btn:hover {
  color: #fff;
  background: #11105e;
}

.sidebar-registration {
  background: #11105e;
  position: relative;
  margin-bottom: 1.5rem;
}

.sidebar-registration::after {
  position: absolute;
  content: "";
  display: block;
  height: 6rem;
  width: 8rem;
  right: 0;
  top: 13%;
  background: url(../img/paper.png);
  background-size: cover;
}

.sidebar-registration__title {
  padding: 2.5rem 0 2.5rem 1.6rem;
}

.sidebar__subtitle {
  font-family: 'MuseoSansCyrl-300';
  margin: 1.5rem 0 0.4rem 1.8rem;
  color: #999;
  font-size: .6rem;
  line-height: 0.75rem;
  letter-spacing: 0.05em;
}

.sidebar-champ {
  padding-top: 1.5rem;
  background: #11105e;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: 1.5rem;
}

.sidebar-champ::after {
  position: absolute;
  height: 17rem;
  width: 17rem;
  content: "";
  background: url(../img/pattern.png) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 10rem;
  z-index: 0;
}

.sidebar-champ .countdown {
  text-align: center;
  margin: 0 auto 1.5rem;
}

.sidebar-champ .sidebar__title {
  margin-left: 1.8rem;
}

.sidebar__city {
  margin: 1.5rem 0 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#079ede), to(rgba(7, 158, 222, 0)));
  background-image: linear-gradient(90deg, #079ede 0%, rgba(7, 158, 222, 0) 100%);
  padding: .4rem 2rem;
  width: 40%;
}

.sidebar .owl-nav {
  position: absolute;
  top: .5rem;
  right: 5.5rem;
  color: #fff !important;
}

.sidebar .owl-nav button {
  margin-left: 5.5rem;
  color: #fff;
}

.sidebar .owl-nav button:hover {
  color: #11105e;
}

.sidebar-results__wrap {
  white-space: nowrap;
  padding: 1.3rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #079ede;
}

.sidebar-results__wrap .fa {
  color: #fff;
  margin: 0 0.8rem;
  cursor: pointer;
}

.sidebar-results__wrap .fa:hover {
  color: #11105e;
}

.sidebar-results__wrap .sidebar__title {
  margin-bottom: 0;
}

.sidebar-results .result {
  background: #11105e;
  padding: 1.5rem 1rem;
}

.sidebar-results .result li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'MuseoSansCyrl-700';
  font-size: .8rem;
  line-height: .95rem;
  letter-spacing: 0.05em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar-results .result__name {
  padding: 0 0.7rem;
}

.sidebar-results .result__name p {
  margin-bottom: 0.5rem;
}

.sidebar-results .result__name span {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: .8rem;
  line-height: .95rem;
  letter-spacing: 0.05em;
}

.sidebar-results .result__name span img {
  width: auto;
  display: inline-block;
  margin-right: .5rem;
}

.sidebar-results .result__point {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: .8rem;
  line-height: .95rem;
  letter-spacing: 0.05em;
}

.sidebar__chose {
  font-family: 'MuseoSansCyrl-300';
  font-size: .8rem;
  line-height: .95rem;
  letter-spacing: 0.05em;
}

.sidebar-social {
  margin-top: 1.5rem;
  background: #11105e;
}

.sidebar-social__content {
  padding: 2.4rem 0 2.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-social img {
  height: 3rem;
  width: 3rem !important;
  margin-right: 1rem;
}

.sidebar-social .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
}

.sidebar-social .owl-dots .owl-dot {
  height: .8rem;
  width: .8rem;
  background: transparent;
  margin: 2px;
  border: 1px solid #fff;
  position: relative;
}

.sidebar-social .owl-dots .owl-dot:hover {
  background: #fff;
}

.sidebar-social .owl-dots .active::before {
  position: absolute;
  content: "";
  display: block;
  height: .4rem;
  width: .4rem;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-nav {
  position: relative;
  padding: 1.5rem 0;
}

.header__logo {
  z-index: 5;
}

.header__logo a img {
  position: absolute;
  left: 0;
  top: -2rem;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-search div:first-child {
  margin-right: 1rem;
}

.header__search-active {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  background: #11105e;
  color: #fff;
  margin-right: 0 !important;
}

.header__search-active:hover {
  background: #079ede;
  color: #fff;
}

.header-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border: 1px solid #999999;
  cursor: pointer;
}

.header__lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  background: #11105e;
  color: #fff;
}

.header__lang a:hover {
  background: #079ede;
  color: #fff;
}

.header__menu-btn {
  display: none;
}

.header-input {
  padding: .375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 4rem;
  background: #FFFFFF;
  border: 0.5px solid #CDCDCD;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4 all;
  transition: .4 all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.header-input__show {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-input input {
  border: none;
  outline: none;
  padding: 0 1rem;
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  color: #AAAAAA;
}

.header-input input::-webkit-input-placeholder {
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  color: #AAAAAA;
}

.header-input input:-ms-input-placeholder {
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  color: #AAAAAA;
}

.header-input input::-ms-input-placeholder {
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  color: #AAAAAA;
}

.header-input input::placeholder {
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  color: #AAAAAA;
}

.header-main {
  color: #fff;
  background: #11105e;
  position: relative;
}

.header-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 85vh;
  position: relative;
  z-index: 5;
}

.header-main .container:before {
  position: absolute;
  height: 85vh;
  width: 40rem;
  content: "";
  background: url(../img/pattern.svg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: -20rem;
  z-index: -1;
}

.header-main__subtitle {
  margin-top: 2rem;
  font-family: 'MuseoSansCyrl-300';
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.35em;
  color: #FFFFFF;
  margin-bottom: 3rem;
  position: relative;
}

.header-main__subtitle::after {
  position: absolute;
  content: "";
  display: block;
  width: 3.5rem;
  height: .25rem;
  background: #079ede;
  left: 0;
  bottom: -1.5rem;
}

.header-main__title {
  font-size: 3rem;
  line-height: 113.7%;
  letter-spacing: 0.05em;
  width: 32rem;
  margin-bottom: 1.5rem;
}

.header-main__btn {
  background: #079ede;
  margin-bottom: 1rem;
}

.header-main__btn:hover {
  background: #fff;
  color: #11105e;
}

.header-main__gallery {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background: url(../img/judo-main.png) center center no-repeat;
  background-size: cover;
}

.header-main__olymp {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14rem;
  text-align: center;
}

.header-main__olymp img {
  width: 7rem;
  margin: .75rem auto;
}

.header-main__timer {
  padding: .75rem 0;
  background: #fff;
}

.header-main__timer .timer-title {
  color: #11105E;
  font-family: 'MuseoSansCyrl-500';
  font-size: .95rem;
  text-align: center;
  margin-bottom: 0;
}

.header-main__carousel {
  width: 30rem;
  position: absolute;
  z-index: 9;
  bottom: 2rem;
  right: 0;
}

.header-main .owl-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 5rem;
}

.header-main .owl-nav__left {
  top: -10rem;
}

.header-main .owl-nav__right {
  top: -13.03rem;
}

.header-scroll {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  z-index: 6;
  color: #999;
  letter-spacing: .25em;
}

.header-scroll::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.5rem;
  height: .25rem;
  background: #079ede;
  top: 50%;
  left: -110%;
}

.header .offer {
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

.header .offer-contact {
  margin-bottom: 0;
}

.header .offer .row {
  position: relative;
}

.header .offer-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header .offer .col-3 {
  height: 7.6rem;
  background: #11105e;
  overflow: hidden;
}

.header .offer .col-3::before {
  position: absolute;
  height: 23rem;
  width: 23rem;
  content: "";
  background: url(../img/pattern-footer.png) center center no-repeat;
  background-size: cover;
  top: -50%;
  left: -5rem;
  z-index: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .offer .page__title {
  padding: 4rem 0 2rem;
  font-family: 'Gotham Pro';
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  letter-spacing: 0.05em;
}

.header .offer .page__title::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: .25rem;
  background: #079ede;
  margin-left: 1rem;
}

.header .offer .page__title-calendar {
  padding-top: 2rem;
  font-size: 1.9rem;
}

.header .offer .page__title-stadium {
  width: 110%;
}

.header .offer .page__title-films {
  padding-top: 2rem;
  font-size: 1.7rem;
}

.header .offer .col-9 {
  background: url(../img/header.png) center center no-repeat;
  background-size: cover;
}

.header .offer-links {
  padding: 1rem 0;
}

.header .offer-links .menu__link {
  margin-right: 1rem;
}

.header .offer-links .menu__link-current::before {
  content: none;
}

.header .offer-links .menu__link .fa {
  margin-right: 1rem;
}

.main-news {
  color: #fff;
}

.main-news .main-section .calendar-list__item:first-child {
  padding-top: 0;
}

.main-news__carousel {
  margin-bottom: 5.5rem;
}

.main-news__carousel .owl-nav {
  bottom: -1rem;
  z-index: 10;
  color: #11105e;
  border-color: #999;
}

.main-news__carousel .owl-nav:hover {
  color: #fff;
}

.main-news__carousel .owl-nav__left {
  left: 0;
}

.main-news__carousel .owl-nav__right {
  left: 3.5rem;
}

.main-news__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-news__btns .btn {
  color: #AAAAAA;
  font-family: 'MuseoSansCyrl-300';
  border: 1px solid #E8E8E8;
  margin-left: 1.5rem;
}

.main-news__btns .btn:hover {
  font-family: 'MuseoSansCyrl-700';
  color: #fff;
  border-color: #079ede;
  background: #079ede;
}

.main-news__btns .btn-active {
  font-family: 'MuseoSansCyrl-700';
  color: #fff;
  border-color: #11105e;
  background: #11105e;
  border-left: 0.4rem solid #079ede;
}

.main-news__tab {
  display: none;
  padding: 3rem 0;
}

.main-news__tab-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-news .tab-btn {
  margin-left: 4rem;
  color: #11105e;
  border-color: #11105e;
}

.main-news .tab-btn:hover {
  background: #11105e;
  color: #fff;
}

.main-news__title {
  color: #11105e;
  font-size: 2.5rem;
  line-height: 113.7%;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.main-news__title::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: .25rem;
  background: #11105e;
  margin-left: 1rem;
}

.main-section {
  display: none;
}

.news-item {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
}

.news-item__time {
  left: 0;
  top: .9rem;
  position: absolute;
  width: 9rem;
  padding: .3rem 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 158, 222, 0.7)), to(rgba(7, 158, 222, 0)));
  background: linear-gradient(90deg, rgba(7, 158, 222, 0.7) 0%, rgba(7, 158, 222, 0) 100%);
}

.news-item__important {
  font-family: 'MuseoSansCyrl-300';
  right: 0;
  top: .9rem;
  position: absolute;
  text-align: right;
  width: 9rem;
  padding: .3rem 1.3rem;
  background: -webkit-gradient(linear, right top, left top, from(#eb0000), to(rgba(222, 7, 7, 0)));
  background: linear-gradient(270deg, #eb0000 0%, rgba(222, 7, 7, 0) 100%);
  font-size: .6rem;
}

.news-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(17, 16, 94, 0.7)), color-stop(33.85%, rgba(17, 16, 94, 0.85)), to(rgba(17, 16, 94, 0)));
  background: linear-gradient(90deg, rgba(17, 16, 94, 0.7) 0.01%, rgba(17, 16, 94, 0.85) 33.85%, rgba(17, 16, 94, 0) 100%);
  font-size: .9rem;
  line-height: 1.1rem;
  height: 4rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.4rem;
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.news-item:hover {
  color: #fff;
}

.news-item:hover>.news-item__title {
  background: #11105e;
}

.news-item:hover>.news-item__time {
  background: -webkit-gradient(linear, left top, right top, from(#11105e), to(rgba(7, 158, 222, 0)));
  background: linear-gradient(90deg, #11105e 0%, rgba(7, 158, 222, 0) 100%);
}

.main-content {
  margin-bottom: 3rem;
}

.main-content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-content .content-list__item {
  width: 32%;
  height: 14rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}

.main-content .content-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-content .content-list__link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.main-content .content-list__link::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 16, 94, 0.6);
  z-index: 0;
  display: none;
}

.main-content .content-list__link:hover::after {
  display: block;
}

.main-content .content-list__link span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'GothamPro-Medium';
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
}

.videos {
  padding: 3.5rem 0 8rem;
  background: url(../img/videosBg.jpg) center center no-repeat;
  background-size: cover;
}

.videos__carousel .video-content__item {
  width: 100%;
}

.videos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.videos .section__title {
  color: #fff;
}

.videos .section__title::after {
  background: #fff;
}

.videos__btn {
  border: 1px solid #fff;
}

.videos__btn:hover {
  border-color: #11105e;
  background: #11105e;
}

.videos__name {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.1rem;
  font-family: 'MuseoSansCyrl-700';
  color: #fff;
  padding: 1.2rem 2.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#11105e), color-stop(0.01%, rgba(17, 16, 94, 0.7)), to(rgba(17, 16, 94, 0)));
  background: linear-gradient(90deg, #11105e 0%, rgba(17, 16, 94, 0.7) 0.01%, rgba(17, 16, 94, 0) 100%);
  width: 100%;
}

.videos .owl-nav {
  bottom: -2rem;
  z-index: 10;
  color: #fff;
}

.videos .owl-nav__left {
  border: 0.5px solid #999;
  left: 10rem;
  background: transparent;
}

.videos .owl-nav__left:hover {
  color: #fff;
  border-color: #079ede;
  background: #079ede;
}

.videos .owl-nav__right {
  border: 0.5px solid #999;
  left: 13.5rem;
  background: transparent;
}

.videos .owl-nav__right:hover {
  color: #fff;
  border-color: #079ede;
  background: #079ede;
}

.gallery {
  padding-top: 0;
}

.gallery-main {
  padding-top: 3.5rem;
}

.gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery__btn {
  color: #11105e;
  border: 1px solid #E8E8E8;
}

.gallery__btn:hover {
  color: #fff;
  border-color: #11105e;
  background: #11105e;
}

.gallery__btns {
  border: 1px solid #EBEBEB;
  border-radius: .5rem;
  padding: .75rem;
}

.gallery-btn {
  display: block;
  font-family: 'MuseoSansCyrl-300';
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: 0.05em;
  padding: .7rem 0 .7rem 1rem;
  width: 100%;
  color: #8C8C8C;
  border-radius: .35rem;
  margin: .5rem 0;
}

.gallery-btn__current {
  font-family: 'MuseoSansCyrl-500';
  color: #fff;
  background: #11105e;
}

.gallery-btn:hover {
  font-family: 'MuseoSansCyrl-500';
  color: #fff;
  background: #079ede;
}

.gallery-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-content__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-content__photo .gallery__col {
  width: 49%;
}

.gallery-content__photo .gallery-wrap>img {
  width: 100%;
}

.gallery__col {
  width: 32%;
}

.gallery-wrap {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
}

.gallery-wrap:hover {
  color: #fff;
}

.gallery-wrap:hover>.gallery__name {
  background: #11105e;
}

.gallery-wrap:hover>.gallery__amount {
  background: -webkit-gradient(linear, left top, right top, from(#11105e), to(rgba(7, 158, 222, 0)));
  background: linear-gradient(90deg, #11105e 0%, rgba(7, 158, 222, 0) 100%);
}

.gallery__amount {
  left: 0;
  top: .9rem;
  position: absolute;
  width: 9rem;
  padding: .3rem 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 158, 222, 0.7)), to(rgba(7, 158, 222, 0)));
  background: linear-gradient(90deg, rgba(7, 158, 222, 0.7) 0%, rgba(7, 158, 222, 0) 100%);
}

.gallery__name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(17, 16, 94, 0.7)), color-stop(33.85%, rgba(17, 16, 94, 0.85)), to(rgba(17, 16, 94, 0)));
  background: linear-gradient(90deg, rgba(17, 16, 94, 0.7) 0.01%, rgba(17, 16, 94, 0.85) 33.85%, rgba(17, 16, 94, 0) 100%);
  font-size: .9rem;
  line-height: 1.1rem;
  height: 4rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.4rem;
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.federation {
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.federation__title {
  color: #fff;
  font-family: 'GothamPro-Medium';
  font-size: .9rem;
  line-height: .85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1.6rem 0 1.8rem 1.8rem;
  background: #11105e;
}

.federation-list {
  background: #E7F8FF;
  padding: 1.3rem 2rem 1.7rem;
}

.federation-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .7rem 0;
  border-bottom: 1px solid #a9b5c7;
}

.federation-list li:last-child {
  border-bottom: none;
}

.federation-list__img {
  margin-right: 1rem;
  height: 5.4rem;
  width: 5.4rem;
  border-radius: 50%;
  overflow: hidden;
}

.federation-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.federation-list__name {
  font-family: 'MuseoSansCyrl-700';
  font-size: .9rem;
  line-height: 1.1rem;
  margin-bottom: .2rem;
  width: 70%;
}

.federation-list__pos {
  font-family: 'MuseoSansCyrl-300';
  font-size: .8rem;
  line-height: .95rem;
  width: 85%;
}

.federation-wrap {
  width: 70%;
}

.federation__btn {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-family: 'Gotham Pro';
  text-align: center;
  width: 100%;
  background: #11105e;
  color: #fff;
  padding: 1.6rem 0;
}

.federation__btn:hover {
  color: #fff;
  text-decoration: underline;
  background: #079ede;
}

.federation__talent {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-family: 'Gotham Pro';
  text-align: center;
  width: 100%;
  background: #11105e;
  color: #fff;
  padding: 1.6rem 0;
}

.federation .owl-nav {
  position: absolute;
  color: #fff;
  top: -3.5rem;
  right: 1rem;
}

.federation .owl-nav .fa {
  margin-left: .5rem;
}

.federation .owl-nav .fa:hover {
  color: #079ede;
}

.partners {
  margin-bottom: 8rem;
}

.partners-item {
  padding: 1.3rem;
  border: 1px solid #E8E8E8;
  height: 7.5rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.partners-item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-bottom: 0.2rem solid #079ede;
}

.partners-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners .owl-nav {
  bottom: -2rem;
  z-index: 10;
  color: #11105e;
  border-color: #9B9B9B;
}

.partners .owl-nav__left {
  left: 0;
}

.partners .owl-nav__left:hover {
  color: #fff;
  border-color: #11105e;
  background: #11105e;
}

.partners .owl-nav__right {
  left: 3.5rem;
}

.partners .owl-nav__right:hover {
  color: #fff;
  border-color: #11105e;
  background: #11105e;
}

.footer {
  margin-top: 1.5rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.footer-main .footer-contact {
  display: block;
  padding: 1.8rem 0 2.3rem 3rem;
}

.footer-main .footer-contact::after {
  position: absolute;
  height: 28rem;
  width: 28rem;
  content: "";
  background: url(../img/pattern-footer.png) center center no-repeat;
  background-size: cover;
  top: 5rem;
  right: -2rem;
  z-index: 0;
}

.footer-main .footer__logo {
  position: static;
}

.footer-main .footer-content {
  margin-bottom: 1.5rem;
}

.footer-main .follow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-main .follow__item {
  margin: 0.5rem;
}

.footer-nav {
  position: relative;
  padding: 1rem 0;
}

.footer__logo {
  position: absolute;
  left: 0;
  top: .5rem;
  z-index: 5;
}

.footer .top-btn {
  float: right;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #11105e;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  z-index: 3;
  border: 0.05rem solid #11105e;
}

.footer .top-btn:hover {
  color: #11105e;
  background: #fff;
}

.footer-wrap {
  background: #04034F;
  color: #fff;
  padding: 1.5rem 0;
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  line-height: 1.1rem;
}

.footer-wrap p {
  margin-bottom: 0;
}

.footer .follow {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.footer .follow__item {
  margin: 0.5rem;
}

.footer .follow::after {
  position: absolute;
  height: 28rem;
  width: 28rem;
  content: "";
  background: url(../img/pattern-footer.png) center center no-repeat;
  background-size: cover;
  top: -10rem;
  right: -12rem;
  z-index: -1;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #11105E;
  position: relative;
  padding: 1.2rem 0;
  z-index: 3;
  overflow: hidden;
}

.footer-contact .top-btn {
  position: absolute;
  bottom: 2.5rem;
  right: 8rem;
  color: #11105e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  z-index: 3;
}

.footer-contact .top-btn:hover {
  color: #fff;
  background: #11105e;
}

.footer__logo {
  margin-bottom: 1.8rem;
}

.footer__title {
  font-family: 'GothamPro-Medium';
  font-size: 1.1rem;
  line-height: 1.05rem;
  margin-bottom: .75rem;
  color: #fff;
}

.footer__text {
  color: #C0C0C0;
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  line-height: 1.1rem;
  margin-bottom: 0;
}

.footer__design {
  text-align: right;
}

.footer__design img {
  margin-left: .8rem;
}

.about__img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.about__img img {
  width: 100%;
}

.about__text {
  font-size: .9rem;
  line-height: 1.25rem;
  color: #4D4D4D;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.leaders-list__item {
  position: relative;
  padding: 2.5rem 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.leaders-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaders__img {
  margin-right: 2rem;
  height: 5.6rem;
  width: 5.6rem;
  border-radius: .7rem;
  overflow: hidden;
}

.leaders__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leaders__name h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: 'MuseoSansCyrl-700';
}

.leaders__name p {
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #8C8C8C;
  font-family: 'MuseoSansCyrl-300';
}

.leaders__open {
  position: absolute;
  right: 5rem;
  top: 3rem;
  color: #11105e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.5rem;
}

.leaders__open:hover {
  color: #fff;
  background: #11105e;
}

.leaders__open-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #079ede;
}

.leaders__open-active:hover {
  background: #079ede;
}

.leaders__desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .9rem;
  line-height: 1.5rem;
  color: #4D4D4D;
  width: 80%;
  margin-top: 2rem;
  display: none;
}

.gallery-in .back-btn {
  margin-bottom: 2.5rem;
}

.gallery-in .gallery-carousel {
  margin-bottom: 5rem;
}

.gallery-in .gallery-carousel .owl-nav {
  top: 50%;
  z-index: 10;
  color: #fff;
  width: 100%;
}

.gallery-in .gallery-carousel .owl-nav__left {
  left: 0;
  width: 3rem;
  border-color: #11105e;
  background: #11105e;
}

.gallery-in .gallery-carousel .owl-nav__left:hover {
  color: #fff;
  border-color: #079ede;
  background: #079ede;
}

.gallery-in .gallery-carousel .owl-nav__right {
  width: 3rem;
  right: 0;
  border-color: #11105e;
  background: #11105e;
}

.gallery-in .gallery-carousel .owl-nav__right:hover {
  color: #fff;
  border-color: #079ede;
  background: #079ede;
}

.gallery-in .gallery__carousel {
  position: relative;
}

.gallery-in .gallery-carousel__info {
  position: absolute;
  top: 30rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  background: #11105e;
  padding: 1.2rem 1.8rem;
  width: 100%;
}

.gallery-in .gallery-carousel__name {
  font-size: 1.3rem;
  line-height: 1.55rem;
  font-family: 'MuseoSansCyrl-700';
  margin-bottom: 0;
}

.gallery-in .gallery-carousel__counter {
  font-family: 'MuseoSansCyrl-700';
  font-size: 1.3rem;
  line-height: 1.55rem;
}

.gallery-in .gallery-carousel__item {
  height: 30rem;
}

.gallery-in .gallery-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-in .gallery-carousel__thumb-item {
  height: 7rem;
  cursor: pointer;
}

.gallery-in .gallery-carousel__thumb-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-in .gallery-other {
  color: #11105e;
  font-family: 'MuseoSansCyrl-700';
  font-size: 1.3rem;
  line-height: 1.55rem;
  margin-bottom: 2.5rem;
}

.gallery-in .gallery-other::before {
  content: "";
  display: inline-block;
  width: .75rem;
  height: .75rem;
  background: #079ede;
  border-radius: 50%;
  margin-right: .5rem;
}

.gallery-in .gallery-other__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: .75rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-in .gallery-other__wrap:hover {
  border: 1px solid #11105e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.gallery-in .gallery-other__wrap:hover .gallery-other__name {
  color: #11105e;
}

.gallery-in .gallery-other__wrap:hover .gallery-other__link {
  color: #11105e;
}

.gallery-in .gallery-other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
}

.gallery-in .gallery-other__img {
  height: 8.5rem;
  width: 8.5rem;
  border-radius: .35rem;
  overflow: hidden;
  margin-right: 1.25rem;
}

.gallery-in .gallery-other__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-in .gallery-other__amount-span {
  font-family: 'MuseoSansCyrl-300';
  color: #6D6D6D;
}

.gallery-in .gallery-other__link {
  font-family: 'MuseoSansCyrl-300';
  color: #6D6D6D;
}

.gallery-in .gallery-other__link .fa {
  margin-left: 1rem;
}

.gallery-in .gallery-other__name {
  font-family: 'MuseoSansCyrl-500';
  font-size: 1rem;
  line-height: 1.2rem;
  color: #404040;
}

.gallery-in .gallery-other__stat {
  font-size: .9rem;
  line-height: 1.1rem;
  font-family: 'MuseoSansCyrl-300';
  color: #4D4D4D;
  margin-bottom: .9rem;
}

.gallery-in .gallery-other__stat span {
  margin-right: 1rem;
}

.gallery-in .gallery-other__stat span::before {
  content: "";
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  margin-right: .5rem;
}

.gallery-in .gallery-other__stat-date::before {
  background: url(../img/calendar-gray.svg) center center no-repeat;
  background-size: contain;
}

.gallery-in .gallery-other__stat-time::before {
  background: url(../img/clock-gray.svg) center center no-repeat;
  background-size: contain;
}

.history__text {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #4D4D4D;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.history-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.history__content {
  margin-left: 2rem;
}

.history__title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #11105e;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.history__title span {
  display: block;
}

.history__img {
  width: 200%;
  margin-left: 1.5rem;
}

.books-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.books__item {
  height: auto;
  width: 23.5%;
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 1.5%;
}

.books__item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.books__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 94, 0.5)), to(rgba(17, 16, 94, 0.5))), url(image.png);
  background: linear-gradient(0deg, rgba(17, 16, 94, 0.5), rgba(17, 16, 94, 0.5)), url(image.png);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}

.books__item:hover::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  height: 4rem;
  width: 4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/book.svg) center center no-repeat;
  background-size: cover;
}

.books__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.talents-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .4s all;
  transition: .4s all;
  margin-bottom: 2rem;
}

.talents-wrap {
  color: #fff;
  font-size: .9rem;
  line-height: .85rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'GothamPro-Medium';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-3.49%, #11105e), to(rgba(17, 16, 94, 0)));
  background: linear-gradient(360deg, #11105e -3.49%, rgba(17, 16, 94, 0) 100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0 1.5rem;
}

.talents__name {
  color: #fff;
  font-size: .9rem;
  line-height: .85rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'GothamPro-Medium';
  margin-bottom: .5rem;
}

.talents__info {
  display: none;
}

.talents__info .talents-row {
  display: block;
}

.talents__info span {
  display: inline-block;
  margin-bottom: .3rem;
}

.talents__item {
  height: auto;
  width: 23.5%;
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 1.5%;
}

.talents__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 94, 0.5)), to(rgba(17, 16, 94, 0.5))), url(image.png);
  background: linear-gradient(0deg, rgba(17, 16, 94, 0.5), rgba(17, 16, 94, 0.5)), url(image.png);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}

.talents__item:hover .talents__info {
  display: block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.talents__item:hover .talents-wrap {
  position: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talents__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.calendar {
  font-family: 'GothamPro-Medium';
  color: #11105e;
}

.calendar__title {
  font-family: 'Gotham Pro';
  font-size: 1.85rem;
}

.calendar-sort {
  padding: 1.5rem 1rem;
  background: #DEE7EF;
  border-top: 0.2rem solid #11105e;
  margin-bottom: 2rem;
}

.calendar-sort select {
  width: 100%;
  padding: 0.5rem 1rem;
}

.calendar-list__title {
  font-family: 'Gotham Pro';
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.calendar-list__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: .2rem solid #DEE7EF;
  padding: 3rem 0;
}

.calendar-list__item:last-child {
  border-bottom: none;
}

.calendar-list__item .owl-nav {
  height: 1.5rem;
  top: 40%;
  width: 100%;
}

.calendar-list__item .owl-nav__left {
  color: #fff;
  background: #079ede;
  border-color: #079ede;
  width: 1.5rem;
  left: 0;
}

.calendar-list__item .owl-nav__left:hover {
  background: #11105e;
  border-color: #11105e;
}

.calendar-list__item .owl-nav__right {
  width: 1.5rem;
  right: 0;
  color: #fff;
  background: #079ede;
  border-color: #079ede;
}

.calendar-list__item .owl-nav__right:hover {
  background: #11105e;
  border-color: #11105e;
}

.calendar-list__carousel {
  width: 38%;
}

.calendar-list__content {
  border-right: .15rem solid #DEE7EF;
  padding-right: 1rem;
  width: 39%;
}

.calendar-list__reg {
  width: 20%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.calendar-list__reg a {
  display: block;
  color: #748AB4;
  margin-bottom: .5rem;
}

.calendar-list__reg a img {
  margin-right: 1rem;
}

.calendar-list__reg a:hover {
  color: #11105e;
}

.calendar-table {
  border: .1rem solid #DEE7EF;
  padding: 0 .5rem;
  font-family: 'Gotham Pro';
  font-size: .8rem;
  letter-spacing: -0.03em;
}

.calendar-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border-bottom: .1rem solid #DEE7EF;
  margin-bottom: 0;
}

.calendar-table__row:last-child {
  border-bottom: none;
}

.calendar-table__cat {
  display: inline-block;
  width: 49%;
  border-right: .1rem solid #DEE7EF;
}

.calendar-table__value {
  padding: 0 .25rem;
  width: 49%;
}

.stadium .region-list {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.stadium .region-list .region__name {
  cursor: pointer;
  background: #11105e;
  font-size: .9rem;
  font-family: 'MuseoSansCyrl-300';
  color: #fff;
  padding: 1.2rem 2.4rem;
  position: relative;
}

.stadium .region-list .region__name::after {
  content: "+";
  color: #079ede;
  position: absolute;
  top: .8rem;
  right: 2.4rem;
  font-size: 1.5rem;
}

.stadium .region-list__item {
  margin-bottom: 1rem;
}

.stadium .region-list__item:hover .region__name {
  background: #079ede;
}

.stadium .region-list__item:hover .region__name::after {
  color: #fff;
}

.stadium .region-list__item-open .region__name {
  background: #079ede;
}

.stadium .region-list__item-open .region__name::after {
  color: #fff;
  content: "-";
}

.stadium-list {
  margin-top: 1.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  display: none;
}

.stadium-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 1rem .8rem;
}

.stadium-list__item:hover {
  background: #E3F8FF;
  border: 0.5px solid #D7D7D7;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.stadium-list__item:hover .stadium__show {
  background: #079ede;
}

.stadium__name {
  font-size: .9rem;
  font-family: 'MuseoSansCyrl-500';
  color: #11105e;
  margin-bottom: 0;
}

.stadium__name::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url(../img/home.svg) center center no-repeat;
  background-size: cover;
  margin-right: .75rem;
}

.stadium__show {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background: #11105e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stadium-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(17, 16, 94, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.stadium-popup__show {
  opacity: 1;
  visibility: visible;
}

.stadium-popup__close {
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  color: #fff;
  background: transparent;
  border: none;
  top: 9vh;
  font-weight: bold;
  font-size: 2rem;
  right: 29%;
}

.stadium-carousel {
  width: 40%;
  height: 30%;
}

.stadium-carousel__info {
  background: #fff;
  padding: 1.9rem;
  position: relative;
  overflow: hidden;
}

.stadium-carousel__name {
  font-family: 'MuseoSansCyrl-700';
  font-size: 1.4rem;
  line-height: 1.55rem;
  color: #000;
  margin-bottom: 1.3rem;
}

.stadium-carousel__desc {
  font-family: 'MuseoSansCyrl-300';
  font-size: .9rem;
  line-height: 1.1rem;
}

.stadium-carousel__desc p {
  margin-bottom: 1rem;
}

.stadium-carousel__desc a {
  color: #5a5a5a;
}

.stadium-carousel__desc span {
  font-family: 'MuseoSansCyrl-500';
}

.stadium-carousel__desc span::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}

.stadium-carousel__desc #stadium-adress::before {
  background: url(../img/marker.svg) center center no-repeat;
  background-size: contain;
}

.stadium-carousel__desc #stadium-tel::before {
  background: url(../img/tel.svg) center center no-repeat;
  background-size: contain;
}

.stadium-carousel__desc #stadium-trainer::before {
  background: url(../img/judo.svg) center center no-repeat;
  background-size: contain;
}

.stadium-carousel__next {
  font-size: 1.1rem;
  font-family: 'MuseoSansCyrl-300';
  color: #fff;
  background: #11105e;
  padding: .8rem;
  width: 13.5rem;
  border: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: -5.5rem;
  top: 40%;
}

.stadium-carousel__next:hover {
  background: #079ede;
}

.stadium-carousel .owl-nav {
  height: 3rem;
  top: 60%;
  width: 100%;
}

.stadium-carousel .owl-nav__left {
  color: #fff;
  background: #11105e;
  border-color: #11105e;
  width: 3rem;
  left: 0;
}

.stadium-carousel .owl-nav__left:hover {
  background: #079ede;
  border-color: #079ede;
}

.stadium-carousel .owl-nav__right {
  width: 3rem;
  right: 0;
  color: #fff;
  background: #11105e;
  border-color: #11105e;
}

.stadium-carousel .owl-nav__right:hover {
  background: #079ede;
  border-color: #079ede;
}

.news {
  padding-bottom: 2rem;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .news-item {
  width: 31%;
  margin-right: 2%;
}

.news .news-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-in {
  padding-bottom: 3rem;
}

.news-in .gallery-carousel {
  margin-bottom: 2rem;
}

.news-in .gallery-carousel .owl-nav {
  top: 44%;
}

.news-in__title {
  font-size: 1.3rem;
  line-height: 1.25rem;
  font-family: 'Gotham Pro';
  color: #404040;
  padding-bottom: .5rem;
  border-bottom: 0.2rem solid #11105e;
  margin-bottom: 1.5rem;
}

.news-in__text {
  font-size: .9rem;
  line-height: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  color: #4D4D4D;
  margin-bottom: 2rem;
}

.news-in__stat {
  font-size: .9rem;
  line-height: 1.1rem;
  font-family: 'MuseoSansCyrl-300';
  color: #4D4D4D;
}

.news-in__stat span {
  margin-right: 1rem;
}

.news-in__stat span::before {
  content: "";
  display: inline-block;
  height: 1.1rem;
  width: 1.1rem;
  margin-right: .5rem;
}

.news-in__stat #date::before {
  background: url(../img/calendar.svg) center center no-repeat;
  background-size: contain;
}

.news-in__stat #time::before {
  background: url(../img/clock.svg) center center no-repeat;
  background-size: contain;
}

.news-in__stat #show::before {
  background: url(../img/show.svg) center center no-repeat;
  background-size: contain;
}

.news-in .gallery-other-wrap {
  padding: 0;
}

.news-in .gallery-other__name {
  margin-bottom: 2rem;
}

.video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-content__item {
  position: relative;
  width: 47%;
  margin-right: 2%;
  margin-bottom: 1.6rem;
}

.video-content__item:hover .videos__name {
  background: #079ede;
}

.video-content__item iframe {
  width: 100%;
  height: 20rem;
}

.lessons,
.video-wrap,
.films {
  margin-bottom: 4rem;
}

@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}

@media (max-width: 1600.98px) {
  :root {
    font-size: 16px;
  }
}

@media (max-width: 1500.98px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 1400.98px) {
  :root {
    font-size: 14px;
  }

  .header-main .countdown-container .countdown-heading {
    font-size: .6rem;
  }
}

@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 900.98px) {
  :root {
    font-size: 11px;
  }
}

@media (max-width: 800.98px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  :root {
    font-size: 12px;
  }

  .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: fixed;
    height: 100vh;
    z-index: 12;
    right: 0;
    top: 0;
    padding: 10vh 3rem 0 3rem;
    margin: 0;
  }

  .menu__link {
    font-size: 1.4rem;
  }

  .menu__link-current::before {
    content: none;
  }

  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    padding: 0.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 13;
  }

  .header__menu-btn span {
    display: block;
    height: 3px;
    margin: .15rem 0;
    width: 100%;
    background: #11105e;
  }

  .header-main {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .header-main .container {
    height: 55vh;
    justify-content: flex-start;
  }

  .header-main__subtitle {
    /* margin-top: -40px; */
  }

  .header-main__title {
    margin-bottom: 20px;
    font-size: 32px;
    width: auto;
  }

  .header-main__btn {
    margin-bottom: 30px;
  }

  .header-main__gallery {
    position: relative;
    width: 100%;
    height: 300px;
  }

  .header-main__carousel {
    opacity: 0;
    visibility: hidden;
  }

  .header-main__olymp {
    display: flex;
    z-index: 10;
    width: 100%;
    flex-direction: row;
    position: relative;
    align-items: center;
  }

  .header-main__olymp img {
    width: 9rem;
    margin: .75rem auto;
  }

  .header-main__timer {
    padding: .75rem 1.3rem;
  }

  .header-main .owl-nav {
    right: 1rem;
  }

  .header-main .owl-dots {
    display: none;
  }

  .header-scroll {
    display: none;
  }

  .main-news__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-news__tab .tab-btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .main-news__btns {
    margin-bottom: 2rem;
  }

  .main-news__btns .btn {
    margin-left: 0;
  }

  .main-content .content-list__item {
    width: 49%;
    height: 14rem;
    margin-bottom: 1.5rem;
  }

  .videos {
    display: none;
  }

  .gallery-in .gallery-carousel .owl-nav {
    top: 40%;
  }

  .gallery-in .gallery-carousel__item {
    height: 20rem;
  }

  .gallery-in .gallery-carousel__info {
    top: 20rem;
  }

  .gallery .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-content__photo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-content__photo .gallery__col {
    width: 100%;
  }

  .gallery-content__photo .gallery-wrap>img {
    width: 100%;
  }

  .gallery__col {
    width: 100%;
  }

  .federation .col-12 {
    margin-bottom: 1rem;
  }

  .footer-main .footer-contact {
    overflow: hidden;
  }

  .footer-main .footer-contact .top-btn {
    right: 2rem;
  }

  .footer-map {
    height: 400px;
  }

  .footer .follow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content {
    text-align: center;
    width: 33%;
  }

  .footer-content .footer__text {
    font-size: .8rem;
  }

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

  .footer-wrap .follow {
    display: none;
  }

  .footer__design {
    margin-top: 1rem;
    text-align: center;
  }

  .books__item {
    height: auto;
    width: 48%;
  }

  .calendar-list__carousel {
    width: 100%;
    margin-bottom: 1rem;
  }

  .calendar-list__content {
    border-right: .15rem solid #DEE7EF;
    padding-right: 1rem;
    width: 69%;
  }

  .calendar-list__reg {
    width: 30%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .leaders__open {
    right: 0;
  }

  .history-wrap {
    display: block;
  }

  .history__img {
    width: 100%;
    margin-left: 0;
  }

  .video-content__item {
    margin-right: 0;
    width: 100%;
  }

  .news .news-item {
    width: 100%;
    margin-right: 0;
  }

  .pagination {
    margin-bottom: 1rem;
  }

  .stadium-popup {
    padding-top: 22vh;
  }

  .stadium-popup__close {
    top: 9vh;
    right: 5%;
  }

  .stadium-carousel {
    width: 100%;
    height: 60%;
  }

  .stadium-carousel .owl-nav {
    height: 3rem;
    top: 30%;
    width: 100%;
  }

  .stadium-carousel .owl-nav__left {
    color: #fff;
    background: #11105e;
    border-color: #11105e;
    width: 3rem;
    left: 0;
  }

  .stadium-carousel .owl-nav__left:hover {
    background: #079ede;
    border-color: #079ede;
  }

  .stadium-carousel .owl-nav__right {
    width: 3rem;
    right: 0;
    color: #fff;
    background: #11105e;
    border-color: #11105e;
  }

  .stadium-carousel .owl-nav__right:hover {
    background: #079ede;
    border-color: #079ede;
  }

  .talents__item {
    width: 48%;
  }
}