@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
  margin: 0;
  padding: 0;
}

body.menu-opened > header,
body.menu-opened > footer,
body.menu-opened > div:not(#full-menu) {
  display: none;
}

.body-shadow {
  height: 100%;
  background: #fff;
  z-index: 2;

  transition: all .5s ease-in-out;
}

.reactangle {
  width: 40px;
  height: 11px;
  margin-right: 10px;
  background: #009f4b;
}

.red-reactangle {
  background: #a81c1c;
}

.yellow-reactangle {
  background: #dcc91b;
}

.orange-reactangle {
  background: #e58b21;
}

.hidden {
  display: none !important;
}

.tab-control__active {
  color: #ED145B;
  border-bottom: 5px solid #ED145B;
}

.tab-control__active-menu {
  color: #ED145B;
}

.lang-active {
  color: #ED145B;
  border-bottom: 1px solid #ED145B;
}

.vk:hover {
  cursor: pointer;
  content: url(../../img/social-icons/VK_red.svg);
}
.fc:hover {
  cursor: pointer;
  content: url(../../img/social-icons/Facebook_red.svg);
}
.yt:hover {
  cursor: pointer;
  content: url(../../img/social-icons/Youtube_red.svg);
}
.tw:hover {
  cursor: pointer;
  content: url(../../img/social-icons/Twitter_red.svg);
}

.inst:hover {
  cursor: pointer;
  content: url(../../img/social-icons/Instagram_red.svg);
}

.tg:hover {
  cursor: pointer;
  content: url(../../img/social-icons/Telegram_red.svg);
}

.text-right {
  text-align: right;
}

.main-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ball {
  position: absolute;
  z-index: -1;
}

.paginator {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;

  color: #979797;

  margin-bottom: 20px;
  width: 100%;
  margin-left: 18px;
}

@media (max-width: 1300px) {
  .paginator {
    margin-left: 0;
  }
}

@media (max-width: 425px) {
  .ball {
    left: -250px;
  }

  .paginator {
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .ball {
    left: -350px;
  }
}

/* MAIN MENU */

.menu-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all .2s ease-in-out;
  z-index: -1;
  padding-bottom: 50px;
}

.main-page__full-menu {
  display: flex;
  justify-content: center;

  padding: 70px;
  margin: auto;

  max-width: 1440px;
  transition: all .5s ease-in-out;
}

@media (min-width: 1500px) {
  .main-page__full-menu {
    margin-left: 10%;
  }
}

.open-menu {  
  height: auto;
  top: 0 !important; 
  opacity: 1;
  z-index: 999 !important;
}

.full-menu__tab-control ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.full-menu__tab-control ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-top: 25px;

  border-bottom: 1px solid #BFBFBF;

  width: 280px;
}

.full-menu__tabs {
  max-width: 984px;
}

.full-menu__tab {
  display: flex;
}

#full-menu-tab-2, #full-menu-tab-3 {
  margin-left: 80px;
  max-width: 984px;
}

@media (max-width: 768px) {
  #full-menu-tab-2, #full-menu-tab-3 {
    margin-left: 80px;
    max-width: 600px;
    overflow: hidden;
  }
}

@media (max-width: 425px) {
  #full-menu-tab-2, #full-menu-tab-3 {
    max-width: 400px;
    max-height: 500px;
    overflow-y: scroll;
  }
}

@media (max-width: 375px) {
  #full-menu-tab-2, #full-menu-tab-3 {
    max-width: 350px;
  }
}

@media (max-width: 360px) {
  #full-menu-tab-2, #full-menu-tab-3 {
    max-width: 290px;
  }
}

.full-menu__tab-groups {
  display: flex;
}

.full-menu__tab-group {
  margin-right: 155px;
}

.full-menu__tab-header {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.full-menu__tab-column {
  margin: 0 80px 0 80px;
}

.full-menu__tab-group-type {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;

  text-transform: uppercase;

  color: #5D636A;

  width: 833px;
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 1px solid #A5A7AD;
}

.tab-group-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;

  color: #A5A7AD;
}

.tab-group-link a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  text-decoration: none;

  color: #17191D;

  margin-top: 12px;
}

.tab-group-link a:hover {
  color: #ED145B;
}

.column-bold a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;

  text-decoration: none;

  color: #17191D;

  margin-top: 25px;
}

.column-standart a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  text-decoration: none;

  color: #17191D;

  margin-top: 15px;
}

.column-sublink a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  text-decoration: none;

  color: #17191D;

  margin-left: 20px;
  margin-top: 10px;
}


.column-bold a:hover, .column-standart a:hover, .column-sublink a:hover {
  color: #ED145B;
}

.full-menu__closer {
  cursor: pointer;
}

.tablet-menu__header {
  display: none;
  padding: 20px 40px;
  align-content: center;
  justify-content: space-between;
}

.tablet-menu__tab-control {
  display: none;
  border-bottom: 2px solid #E1E1E1;
  margin: 0 40px;
}

.tablet-menu__tab-control ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.tablet-menu__tab-control ul li {
  display: flex;
  white-space: nowrap;
  align-content: center;
  margin-right: 40px;
  padding-bottom: 15px;
  cursor: pointer;
}

.tablet-menu__lang-soc {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
  padding-top: 30px;
  border-top: 2px solid #E1E1E1;
}

.tablet-menu__lang ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.tablet-menu__lang ul li {
  margin-right: 30px;
}

.phone-menu__content {
  display: none;
}

.phone-menu__content-link {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;

  padding: 10px 0;

  border-bottom: 1px solid #D9D9D9;
}

.phone-menu__content-link a {
  text-decoration: none;
  color: #17191D;
}

.phone-menu__group-type {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;

  text-transform: uppercase;

  color: #5D636A;

  margin-top: 22px;
  margin-bottom: 18px;
}

.phone-menu__division {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;

  color: #A5A7AD;

  margin-bottom: 8px;
}

.phone-menu__content-tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}

.phone-menu__content-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.phone-menu__content-tab label {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.phone-menu__content-tab input:checked ~ .tab-content {
  max-height: 100vh;
}

.phone-menu__content-tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.phone-menu__content-tab input[type=checkbox] + label::after {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.phone-menu__content-tab input:checked img + label::after {
  transform: rotate(180deg);
}
.phone-menu__content-tab input:checked img + label::after {
  transform: rotateX(180deg);
}

@media (max-width: 1300px) {
  .tab-control__active-menu {
    border-bottom: 4px solid #ed145b;
  }

  .tablet-menu__header, .tablet-menu__lang-soc, .tablet-menu__tab-control {
    display: flex;
  }

  .full-menu__tab-control, .full-menu__social-media, .full-menu__logo, .full-menu__closer {
    display: none;
  }

  .main-page__full-menu {
    padding: 0 20px;
  }

  .column-bold a {
    font-size: 16px;
  }

  .column-standart a, .column-sublink a {
    font-size: 15px;
  }

  .full-menu__tab-column {
    margin: 0 50px 0 30px;
  }

  #full-menu-tab-2, #full-menu-tab-3 {
    margin-left: 25px;
    margin-top: 40px;
  }

  .main-page__full-menu {
    justify-content: start;
  }

  .full-menu__tab-group-type {
    border: none;
  }

  .full-menu__tab-group {
    margin-right: 73px;
    width: 160px;
  }
}

@media (max-width: 650px) {
  .tablet-menu__tab-control {
    overflow-x: scroll;
  }

  .tablet-menu__tab-control ul::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #full-menu-tab-2, #full-menu-tab-3 {
    margin-top: 10px;
    margin: 0;
  }

  .tablet-menu__tab-control {
    margin: 0 10px;
  }

  .tablet-menu__tab-control ul {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .full-menu__tab-column {
    display: none;
  }

  .tablet-menu__lang-soc {
    display: block;
    border: none;
    margin: 0 10px;
  }

  .tablet-menu__lang {
    margin-bottom: 30px;
  }

  .phone-menu__content {
    display: block;
    max-width: 425px;
    width: 380px;
    min-width: 280px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 15px;
  }

  .full-menu__tab-header, .full-menu__tab-group-type, .full-menu__tab-groups {
    display: none;
  }
}

@media (max-width: 375px) {
  .phone-menu__content {
    width: 330px;
  }
}

@media (max-width: 360px) {
  .phone-menu__content {
    width: 280px;
  }
}
/* HEADER */

.main-page__header {
  max-width: 100%;
  min-height: 50px;
  background: #020A15;
  border: 1px solid #222A36;
}

.main-page__header_wrapper {
  max-width: 1288px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .main-page__header_wrapper {
    max-width: 1210px;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .main-page__header_wrapper {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .main-page__header_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .main-page__header_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .main-page__header_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  .main-page__header_wrapper {
    max-width: 100%;
  }
}
.main-page__header-content {
  display: flex;
  align-items: center;
}

.main-page__header-logo {
  margin: 10px 0px 10px 0px;
}

@media (max-width: 768px) {
  .main-page__header-logo {
    margin: 10px 20px 5px 0px;
  }
}

@media (max-width: 425px) {
  .main-page__header-logo {
    margin: 10px 200px 5px 0px;
  }

  .main-page__header-logo img {
    width: 100px;
    height: 31px;
  }
}

@media (max-width: 390px) {
  .main-page__header-logo {
    margin: 10px 170px 5px 0px;
  }
}

@media (max-width: 375px) {
  .main-page__header-logo {
    margin: 10px 160px 5px 0px;
  }
}

@media (max-width: 360px) {
  .main-page__header-logo {
    margin: 10px 90px 5px 0px;
  }
}

.main-page__header-links {
  font-family: 'Mulish';
  color: #fff;
  text-transform: uppercase;
  
  display: flex;
  list-style-type: none;
}

.main-page__header-links li {
  margin-right: 50px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .main-page__header-links {
    margin-right: 0;
    padding-right: 0;
  }

  .main-page__header-links li {
    margin-right: 15px;
    font-size: 12px;
  }
}

@media (max-width: 740px) {
  .main-page__header-links {
    display: none;
  }
}

.main-page__link {
  color: #fff;
  text-decoration: none;
}

.main-page__link:hover {
  color: #ED145B;
}

@media (max-width: 991px) {
  .main-page__link {
    font-size: 12px;
  }

  .main-page__header-links li {
    margin-right: 15px;
  }
}

.main-page__lang {
  position: relative;
  margin: 0 20px 5px 34px;
}

@media (max-width: 768px) {
  .main-page__lang {
    display: none;
  }
}

.main-page__lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;

  color: #fff;
  background: #020A15;
  font-family: 'Mulish';
  font-size: 22px;
  padding: 5px;
}

.main-page__lang-button {
  all: unset;
  color: #fff;
  font-family: 'Mulish';
  font-size: 22px;
  width: 30px;
}

.main-page__lang-list li:hover, .main-page__lang-button:hover {
  cursor: pointer;
  color: #ED145B;
}

.main-page__search {
  cursor: pointer;
}

@media (max-width: 768px) {
  .main-page__search {
    margin-right: 30px;
  }
}

.main-page_search {
  position: absolute;
  top: -9%;
  right: 420px;
  padding: 0 15px 0 15px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 725px;
  height: 45px;
  background: #0E1723;
  border: 1px solid #5D636A;

  color: #fff;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;

  transition: all .4s ease-in-out;
}

.main-page__input {
  height: 100%;
  width: 400px !important;
  all: unset;
  caret-color: #ED145B;
}

@media (max-width: 1440px) {
  .main-page_search {
    top: -20%;
    right: 140px;
    width: 700px;
  }
}

@media (max-width: 1300px) {
  .main-page_search {
    top: -20%;
    right: 120px;
    width: 660px;
  }
}

@media (max-width: 768px) {
  .main-page_search {
    top: -15%;
    right: 80px;
    width: 457px;
  }
}

@media (max-width: 425px) {
  .main-page_search {
    top: -15%;
    right: 10px;
    width: 370px;
    margin-top: 5px;
    height: 35px;
  }
}

@media (max-width: 375px) {
  .main-page_search {
    top: -15%;
    right: 10px;
    width: 320px;
  }
}

@media (max-width: 360px) {
  .main-page_search {
    top: -15%;
    right: 10px;
    width: 310px;
  }
}

.main-page_search img {
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.main-page__header-menu {
  cursor: pointer;
}

/* LINKS */

.main-page__links {
  display: flex;
  justify-content: center;
}

.main-page__links {
  padding: 0 20px;
  height: 50px;
}

.main-page__links.news-page {
  background: #f3f3f4;
  border-bottom: 1px solid #B3B3B3;
}

.main-page__links ul {
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style-type: none;

  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 500;

  padding: 0;
}

.main-page__links ul li a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.main-page__links ul li a:hover {
  color: #ED145B;
}

@media (max-width: 991px) {
  .main-page__links {
    display: none;
  }
}

.main-page__links_images {
  display: none;
  background: #020A15;
  border-bottom: 1px solid #222A36;
}

@media (max-width: 991px) {
  .main-page__links_images {
    display: block;
    padding-top: 5px;
  }
}

.main-page__links_images ul {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 5px 70px 10px 70px !important;
  margin: 0;
  justify-content: space-between;
}

.main-page__links_images ul li {
  width: 100%;
  border-right: 1px solid #222A36;
  text-align: center;
}

.main-page__links_images ul li:last-child {
  border: none;
}

.main-page__links_images ul li a img {
  height: 50px;
}

@media (max-width: 500px) {
  .main-page__links_images ul li a img {
    height: 40px;
  }

  .main-page__links_images ul {
    margin: 0;
    padding: 0 !important;
    justify-content: space-between;
  }

  .main-page__links_images ul li {
    padding: 0;
    border-right: none;
  }
}
/*HEAD CONTENT*/

.main-page__head-content {
  background: #020A15;
  max-height: 680px;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1300px) {
  .main-page__head-content {
    padding: 0;
  }
}

.head-content__news {
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "head-content__news_new1 head-content__news_new1"
    "head-content__news_new2 head-content__news_new3";
}

.head-content__news_new1, .head-content__news_new2, .head-content__news_new3 {
  padding: 20px;
}

.head-content__news_new1:hover, .head-content__news_new2:hover, .head-content__news_new3:hover {
  filter: brightness(90%)
}

.head-content__news_new1 a, .head-content__news_new2 a, .head-content__news_new3 a {
  text-decoration: none;
}

.head-content__news_new1 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-size: cover;
}

.head-content__news_new1 {
  height: 365px;
  grid-area: head-content__news_new1;
}

.head-content__news_new2 {
  grid-area: head-content__news_new2;
  height: 188px;

  padding-top: 84px;
}

.head-content__news_new3 {
  grid-area: head-content__news_new3;
  height: 188px;

  padding-top: 84px;
}


@media (max-width: 991px) {
  .head-content__news {
    display: none;
  }
}

.head-content__new-name {
  display: flex;
  align-items: center;

  font-family: 'Mulish';
  font-size: 12px;
  text-transform: uppercase;

  color: #fff;

  margin-bottom: 20px;
}

.head-content__header {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  color: #fff;

  height: auto;
  overflow: hidden;
}

.min-head-content__header {
  font-size: 20px !important;

  max-height: 55px;
  overflow: hidden;
}

.head-content__subheader {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;

  color: #fff;

  margin-bottom: 10px;
}

.head-content__date {
  margin-top: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;

  color: #A5A7AD;
}

@media (max-width: 1300px) {
  .head-content__header {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .head-content__header {
    font-size: 24px;
  }

  .head-content__subheader {
    max-width: 600px;
    font-size: 16px;
  }

  .head-content__date {
    font-size: 11px;
  }
}

@media (max-width: 425px) {
  .head-content__header {
    max-width: 288px;
    font-size: 20px;
  }

  .head-content__subheader {
    display: none;
  }

  .head-content__date {
    font-size: 13px;
  }
}

.head-content__broadcast {
  width: 440px;
}

.head-content__news-tablet {
  display: none;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .head-content__broadcast {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .head-content__broadcast {
    display: none;
  }

  .head-content__news-tablet {
    display: block;
  }
}

.head-content__news-tablet-slide {
  border: none !important;
  align-items: end;
  height: 360px; 
}

.head-content__news-tablet-slide a {
  text-decoration: none;
  width: inherit;
  padding: 40px;
}

.swiper-button-tablet-prev, .swiper-button-tablet-next {
  position: absolute;
  z-index: 3;

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

  width: 48px;
  height: 40px;
  background: rgba(2, 10, 21, 0.5);
  backdrop-filter: blur(5px);

  top: 288px
}

.swiper-button-tablet-prev {
  right: 80px;
}

.swiper-button-tablet-next {
  right: 40px;
}

@media (max-width: 991px) {
  .head-content__tablet {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .head-content__tablet {
    max-width: 425px !important;
  }

  .head-content__news-tablet {
    max-width: 425px !important;
    height: 250px;
  }

  .head-content__news-tablet-slide {
    border: none !important;
    height: 250px; 
  }

  .swiper-slide {
    justify-content: start !important;
  }

  .swiper-button-tablet-prev, .swiper-button-tablet-next {
    top: 140px
  }

  .swiper-button-tablet-prev {
    right: 68px;
  }

  .swiper-button-tablet-next {
    right: 20px;
  }

  .head-content__news-tablet-slide a {
    text-decoration: none;
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .head-content__tablet {
    max-width: 375px !important;
  }

  .head-content__news-tablet {
    max-width: 375px !important;
  }

  .head-content__news-tablet-slide {
  }
}

@media (max-width: 360px) {
  .head-content__tablet {
    max-width: 360px !important;
  }

  .head-content__news-tablet {
    max-width: 360px !important;
  }

  .head-content__news-tablet-slide {
    max-width: 360px !important;
    padding-top: 50px;
  }
}

@media (max-width: 320px) {
  .head-content__tablet {
    max-width: 320px !important;
  }

  .head-content__news-tablet {
    max-width: 320px !important;
  }

  .head-content__news-tablet-slide {
    max-width: 360px !important;
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  .head-content__tablet {
    max-width: 320px !important;
  }

  .head-content__news-tablet {
    max-width: 320px !important;
  }

  .head-content__news-tablet-slide {
    max-width: 320px !important;
  }
}

.broadcast__arrow-up, .broadcast__arrow-down {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.broadcast__arrow-up {
  margin-bottom: 10px;
}

.broadcast__arrow-down {
  margin-top: 10px;
}

.broadcast__items {
  max-height: 588px;
  overflow: hidden;
  overflow-y: scroll;
}

.broadcast__items::-webkit-scrollbar {
  width: 7px;
}

.broadcast__items::-webkit-scrollbar-thumb {
  background: #ED145B;
}

.broadcast__item {
  overflow: hidden;
  height: 100px;
  background: rgba(2, 10, 21, 0.01);
  backdrop-filter: blur(5px);
}

.broadcast__item:nth-child(2n) {
  background: rgba(60, 67, 79, 0.15);
} 

.item__back {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(3, 8, 16, 0.95);
  width: 100%;
  backdrop-filter: blur(5px);
  height: 100px;
  top: 100%;
  transition: all .5s ease-in-out;
}

.item__back a {
  text-decoration: none;
  color: #fff;
  text-align: center;

  max-width: 100px;

  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;

  margin: 0 20px 0 20px;
}

.item__back a:hover {
  color: #ED145B;
}

.broadcast__item:active .item_front {
  position: absolute;
  top: -100%;
}

.broadcast__item.active .item__back {
  top: 0;
}

.broadcast__item_time {
  margin-top: 10px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;

  text-align: center;
  color: #ED145B;
}

.broadcast__item_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: #fff;
}

.item_content__team {
  width: 97px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.item_content__team-logo img {
  max-height: 40px;
  margin: 0 15px 0 15px;
}

.item_content__count {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
}

@media (max-width: 1300px) {

  .item_content__count {
    font-size: 18px;
    white-space: nowrap;
  }

  .item_content__team-logo img {
    max-height: 30px;
    margin: 0 10px 0 10px;
  }
}

.head-content__broadcast-tablet {
  display: none !important;
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;

  display: flex;
}

.head-content__tablet {
  position: relative;
}

.head-content__broadcast-tablet-prev, .head-content__broadcast-tablet-next {
  display: none;
  position: absolute;
  z-index: 3;
  top: 417px;
}

@media (max-width: 991px) {
  .head-content__broadcast-tablet-prev, .head-content__broadcast-tablet-next {
    display: flex;
  }
}

.head-content__broadcast-tablet-next {
  right: 20px;
}

.head-content__broadcast-tablet-prev {
  left: 20px;
}

.head-content__broadcast-tablet::-webkit-scrollbar {
  height: 4px;
}

.head-content__broadcast-tablet::-webkit-scrollbar-thumb {
  background: #ED145B;
}

@media (max-width: 991px) {
  .head-content__broadcast-tablet {
    display: flex !important;
  }

  .broadcast__item {
    overflow:visible;
    width: calc(100% - 90px) !important;
    margin: 15px 20px 25px 20px;

    background: rgba(60, 67, 79, 0.15);
    backdrop-filter: blur(5px);
  }

  .broadcast__item:nth-child(2n) {
    background: rgba(60, 67, 79, 0.15);
    backdrop-filter: blur(5px);
  }

  .item_content__team {
    font-size: 13px;
  }

  .item_content__count {
    white-space: nowrap;
    font-size: 18px;
  }

  .item_content__team-logo img {
    height: 25px;
    margin: 0 15px 0 15px;
  }

  .item__back {
    width: 334px !important;
  }
}

@media (max-width: 425px) {
  .head-content__broadcast-tablet {
    max-width: 425px;
  }

  .broadcast__item {
    width: calc(100% - 90px) !important;
    margin-left: 15px;
    margin-right: 0;
    padding: 0 30px;
  }

  .head-content__broadcast-tablet-prev, .head-content__broadcast-tablet-next {
    top: 310px
  }

  .head-content__broadcast-tablet-next {
    right: 20px;
  }
  
  .head-content__broadcast-tablet-prev {
    left: 20px;
  }
}

@media (max-width: 375px) {
  .head-content__broadcast-tablet {
    max-width: 375px;
    overflow: hidden;
  }

  .broadcast__item {
    margin-right: 0;
    margin-left: 15px;
  }
}

@media (max-width: 360px) {
  .head-content__broadcast-tablet {
    max-width: 360px;
  }

  .broadcast__item {
    margin-right: 0;
    margin-left: 10px;
  }

  .item__back {
    width: 300px !important;
  }
}

@media (max-width: 320px) {
  .head-content__broadcast-tablet {
    max-width: 320px;
  }
}

.head-content__broadcast-tablet .swiper-wrapper .swiper-slide {
  border: none;
}

.swiper-head-pagination {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: calc(100% - 30px);
  padding-left: 15px;
}

@media (max-width: 425px) {
  .swiper-head-pagination {
    bottom: 5px;
  }

}

.swiper-head-pagination .swiper-pagination-bullet {
  height: 3px;
  background: rgba(154, 170, 207, 0.15);
}

.swiper-head-pagination .swiper-pagination-bullet-active {
  height: 4px;
  background: #ED145B;
  margin-top: 19px;
}

/*MAIN PAGE NEWS BLOCK*/

.main-page__news-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: 80px;
  width: auto;
  max-width: 1288px;
}

@media (max-width: 1300px) {
  .main-page__news-block {
    margin: 0;
    margin-top: 40px;
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .main-page__news-block {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .main-page__news-block {
    padding: 0 16px;
  }
}

.news-block__header {
  width: 1288px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.news-block__header-name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;

  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .news-block__header {
    width: 100%;
  }

  .news-block__header-name {
    font-size: 32px;
    text-transform: none;
  }
}

@media (max-width: 768px) {
  .news-block__header {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .news-block__header {
    max-width:425px;
    display: block;

    margin-left: 0px;
  }

  .news-block__header-name {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .news-block__header {
    max-width:375px;
    display: block;

    margin-left: 0px;
  }

  .news-block__header-name {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .news-block__header {
    max-width: 320px;
  }
}

.news-block__tab-control {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
}

.news-block__tab-control ul {
  padding: 0;
  display: flex;
  width: 730px;
  margin-right: 0;

  justify-content: space-between;

  list-style-type: none;
  border-bottom: 2px solid #D6D6D6;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.news-block__tab-control ul::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1300px) {
  .news-block__tab-control ul {
    width: auto;
  }
}

@media (max-width: 991px) {
  .news-block__tab-control ul {
    margin-right: 0;
  }

  .news-block__tab-control {
    font-size: 14px;
  }
}

.news-block__tab-control ul li {
  cursor: pointer;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .news-block__tab-control ul li {
    margin-right: 20px;
  }

  .news-block__tab-control ul li:last-child {
    margin-right: 0;
  }
}


@media (max-width: 768px) {
  .news-block__tab-control {
    max-width: 65%;
  }

  .news-block__tab-control ul {
    overflow: hidden;
    overflow-x: scroll;
  }
}

@media (max-width: 425px) {
  .news-block__tab-control {
    width: auto;
    display: flex;
    max-width: 100%;
  }
  .news-block__tab-control ul {
    width: auto;
  }

  .news-block__tab-control ul li {
    margin-right: 10px;
  }
}

@media (max-width: 375px) {
  .news-block__tab-control, .news-block__tab-control ul {
    width: 375px;
  }
}

@media (max-width: 360px) {
  .news-block__tab-control, .news-block__tab-control ul {
    width: 310px;
  }
}

.news-block__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .news-block__content {
    justify-content: space-between;
  }

  .news-block__tab-control ul li {
    margin-right: 20px;
  }

  .news-block__tab-control ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .news-block__content {
    justify-content: center;
  }

  .news-block__tab-control ul {
    width: auto;
  }

  .news-block__tab-control ul li {
    font-size: 14px;
  }
}

.news-block__content_item {
  position: relative;
  width: 24%;
  height: 424px;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 20px;
  border: 1px solid #c4c4c4;
}

/* .news-block__content_item:nth-child(4n) {
  margin-right: 0;
} */

@media (max-width: 991px) {
  .news-block__content {
    justify-content: space-between;
  }

  .news-block__content_item {
    width: 48%;
    height: 365px;
    margin-right: auto;
  }

  /* .news-block__content_item:nth-child(2n) {
    margin-right: 0;
  } */
}

@media (max-width: 768px) {
  .news-block__content_item {
    width: 48%;
    height: 323px;
  }
  /* .news-block__content_item:nth-child(2n) {
    margin-right: 0;
  } */
}

@media (max-width: 425px) {
  .news-block__content_item {
    width: 390px;
    height: 330px;

    margin-right: 0;

    background: #fff;
  }
}

@media (max-width: 375px) {
  .news-block__content_item {
    width: 350px;
  }
}

@media (max-width: 360px) {
  .news-block__content_item {
    width: 288px;
  }
}

.news-block__content_item-front {
  width: auto;
  height: 424px;
  max-width: 100%;
  transition: all .5s ease-in-out;
  background-color: #fff;
}

.news-block__content_item-back {
  padding-top: 40px;
  background-color: #fff;
  background-image: url(../../img/newscard-background.svg);

  transition: all .5s ease-in-out;
  position: absolute;
  width: auto;
  height: 424px;
  top: 100%;
}

.news-block__content_item:hover .news-block__content_item-front {
  position: absolute;
  width: 100%;
}

.news-block__content_item:hover .news-block__content_item-back {
  transition: all .5s ease-in-out;
  top: 0;
}

.news-block__content_item-picture {
  margin-bottom: 22px;
}

.news-block__content_item-picture img {
  object-fit: cover;
  width: 100%;
}

.news-block__content_item__new-name {
  display: flex;
  align-items: center;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;

  padding-left: 20px;
}

.news-block__content_item__new-header {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;

  width: auto;
  padding-left: 20px;
  margin: 10px 0 30px 0;
}

.news-block__content_item__new-date {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  padding-left: 20px;

  text-transform: uppercase;
  color: #5D636A;
}

.news-block__content_item-back .news-block__content_item__new-header {
  margin: 10px 0 15px 0;
}

.news-block__content_item-back a {
  text-decoration: none;
  color: #020A15;
}

.news-block__content_item__new-content {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  
  width: auto;
  margin: 20px;
}

@media (max-width: 1300px) {
  .news-block__content_item__new-header {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .news-block__content_item__new-header {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .news-block__content_item-front, .news-block__content_item-back {
    width: 334px;
    height: 323px;
  }

  .news-block__content_item-picture {
    margin-bottom: 15px;
  }

  .news-block__content_item-picture img {
    height: 190px;
  }

  .news-block__content_item__new-header {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .news-block__content_item-back {
    display: none;
  }
}

@media (max-width: 425px) {
  .news-block__content_item__new-header {
    width: 358px;
  }
}

@media (max-width: 375px) {
  .news-block__content_item__new-header {
    width: 350px;
  }
}

@media (max-width: 360px) {
  
  .news-block__content_item__new-header {
    width: 220px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.news-block__allnews-button {
  cursor: pointer;

  width: 450px;
  height: 60px;

  margin: auto;
  margin-top: 70px;
  margin-bottom: 120px;

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

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;

  background-color: #fff;
  border: 1px solid #E01054;
}

 @media (max-width: 425px) {
   .news-block__allnews-button {
      font-size: 16px;
      height: 50px;
   } 
 }

.news-block__allnews-button a {
  text-decoration: none;
  color: #E01054;
}

.news-block__allnews-button:hover {
  background-color: #E01054;
}

.news-block__allnews-button:hover a {
  color: #fff;
}

.news-block__allnews-button:focus {
  background-color: #C71751;
}

.news-block__allnews-button:focus a {
  color: #fff;
}

.news-block__ad-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-block__ad-banner img {
  max-width: 1288px;
}

@media (max-width: 1300px) {
  .news-block__ad-banner img {
    max-width: 1288px;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .news-block__ad-banner {
    padding: 0 40px;
    width: auto;
  }

  .news-block__ad-banner img {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}


@media (max-width: 768px) {
  .news-block__ad-banner {
    padding: 0 16px;
    width: auto;
  }

  .news-block__allnews-button {
    width: 360px;
    margin: auto;

    margin-top: 20px;
    margin-bottom: 60px;
  }

  .news-block__ad-banner img {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 425px) {
  .news-block__allnews-button {
    width: 390px;
    margin: auto;

    
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .news-block__ad-banner {
    margin-top: 0;
  }

  .news-block__ad-banner img {
    width: 390px;
    height: auto;
    margin: auto;
  }
}

@media (max-width: 375px) {
  .news-block__allnews-button {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  .news-block__ad-banner {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .news-block__ad-banner img {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .news-block__allnews-button {
    width: 288px;
  }

  .news-block__ad-banner {
    margin-top: 10px;
  }

  .news-block__ad-banner img {
    width: 100%;
    height: auto;
  }
}
/* VIDEOS BLOCK*/

.main-page__videos-block {
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1288px;
}

@media (max-width: 1300px) {
  .main-page__videos-block {
    padding: 80px 40px;
    margin: 0;
  }
}


@media (max-width: 991px) {
  .main-page__videos-block {
    padding: 0 40px;
    margin: 80px 0;
  }
}

@media (max-width: 768px) {
  .main-page__videos-block {
    width: auto;
    margin: 40px 0;
    padding: 0 16px;
  }
}

.videos-block__header {
  display: flex;
  max-width: 1288px;
  margin: auto;
}

.videos-block__header-name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-right: 705px;
}

@media (max-width: 1300px) {
  .videos-block__header-name {
    margin-right: auto;
    font-size: 32px;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  .videos-block__header-name {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .videos-block__header-name {
    margin-right: auto;
    font-size: 22px;
    text-transform: uppercase;
  }
}

@media (max-width: 425px) {
  .main-page__videos-block {
    width: 390px;
    margin: 40px auto;
  }

  .videos-block__header-name {
    margin-left: 0;
    margin-right: 0px;
    font-size: 17px;
    text-transform: uppercase;
  }

  .videos-block__tab-control {
    width: auto;
  }

  .videos-block__header {
    width: auto;
    margin: 0;
    justify-content: space-between;
  }
}

@media (max-width: 375px) {
  .main-page__videos-block {
    width: 350px;
  }

  .videos-block__header {
    width: auto;
  }
}

@media (max-width: 320px) {
  .main-page__videos-block {
    width: auto;
  }

  .videos-block__header {
    width: auto;
  }
}

.tab-control__show-select-head {
  display: flex;
  align-content: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.videos {
  display: flex;
  margin-top: 40px;
}

@media (max-width: 425px) {
  .videos {
    display: none;
  }

  .tab-control__show-select-head {
    display: none;
  }

  .videos-block__header-name {
    font-size: 17px;
    margin-right: auto;
  }
}

.videos-block__tab-control {
  display: flex;
  align-items: center;
}

.tab-control__selector {
  cursor: pointer;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #5D636A;
  margin-left: 30px;
}

@media (max-width: 425px) {
  .tab-control__selector {
    margin-left: 0;
  }
}

.selector__show-tabs {
  all: unset;
  display: flex;
  justify-content: space-between;
  width: 260px;
  border-bottom: 1px solid #020A15;

  padding-left: 5px;
  background-position: center;
}

.selector-list {
  position: absolute;
  list-style-type: none;
  background-color: #fff;
  width: 260px;
  padding: 0;
}

@media (max-width: 768px) {
  .videos-block__header-name {
    margin-right: auto;
    font-size: 22px;
    text-transform: uppercase;
  }

  .tab-control__show-select-head {
    font-size: 16px;
  }

  .tab-control__selector {
    font-size: 14px;
  }

  .selector__show-tabs, .selector-list {
    width: 160px;
  }
}

.selector-list li {
  cursor: pointer;
  padding: 5px 0 5px 5px;
}

.selector-list li:hover {
  background: #e1e1e1;
}

.videos-block__left-side_video {
  max-width: 100%;
  margin-right: 30px;
}

.left-side-video__name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;

  margin: 30px 0 20px 0;
}

.left-side-video__date {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  color: #5D636A;
}

@media (max-width: 1300px) {
  .videos-block__left-side {
    width: 100%;
    margin-right: 20px;
  }

  .videos-block__left-side_video img {
    width: 100%;
    height: 410px;
    margin-right: 20px;
    object-fit: cover;
  }

  .left-side-video__date {
    text-transform: uppercase;
  }

  .videos-block__left-side_video {
    width: 100%;
  }

  .left-side-video__name {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .videos-block__left-side {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .videos-block__left-side_video {
    width: 100%;
  }

  .videos-block__left-side_video img {
    width: 100%;
    height: 335px;
    margin-right: 20px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .left-side-video__date {
    text-transform: uppercase;
  }

  .left-side-video__name {
    font-size: 18px;
  }
}

.videos-block__right-side {
  border: 1px solid #C4C4C4;
  max-height: 520px;
}

.right-side__video {
  display: flex;
  max-width: 440px;
  
  max-height: 129px;

  border-bottom: 1px solid #C4C4C4;
}

.right-side__video:last-child {
  border: none;
}

.right-side__video:hover {
  background: #EDEDED;
  cursor: pointer;
}

.right-side__video_vid img {
  width: 218px;
  height: 130px;
}

.right-side__video__content {
  padding: 20px;
}

.right-side__video__content_title {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;

  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 15px;
}

.right-side__video__content_date {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .videos-block__right-side {
    border: none;
  }

  .right-side__video {
    display: block;
    max-height: 180px;
    margin-bottom: 15px;
    border: 1px solid #C4C4C4;
  }

  .right-side__video:last-child {
    border: 1px solid #C4C4C4;
  }

  .right-side__video:nth-last-child(n+3) {
    display: none;
  }

  .right-side__video_vid img {
    width: 100%;
    height: auto;
  }

  .right-side__video__content {
    width: 160px;
    padding: 0;
  }

  .right-side__video__content_title {
    font-size: 14px;
  }

  .right-side__video__content_date {
    display: none;
  }
}

@media (max-width: 768px) {
  .videos-block__right-side {
    border: none;
  }

  .right-side__video {
    display: block;
    max-height: 160px;
    margin-bottom: 15px;
    border: 1px solid #C4C4C4;
  }

  .right-side__video:last-child {
    border: 1px solid #C4C4C4;
  }

  .right-side__video:nth-last-child(n+3) {
    display: none;
  }

  .right-side__video_vid img {
    width: 160px;
    height: 90px;
  }

  .right-side__video__content {
    width: 160px;
    padding: 0;
  }

  .right-side__video__content_title {
    font-size: 14px;
  }

  .right-side__video__content_date {
    display: none;
  }
}

.mobile-videos {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-videos__item {
  margin-top: 20px;
}

.mobile-videos__item img {
  max-width: 390px;
  max-height: 293px;
}

.mobile-videos__item_video-name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;

  max-height: 38px;
  width: 288px;
  max-width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-top: 15px;
}

.mobile-videos__item_video-date {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  text-transform: uppercase;

  margin-top: 10px;
}

@media (max-width: 375px) {
  .mobile-videos__item img {
    max-width: 350px;
    max-height: 293px;
  }
}

@media (max-width: 320px) {
  .mobile-videos__item img {
    max-width: 288px;
    max-height: 293px;
  }
}

@media (max-width: 425px) {
  .mobile-videos {
    display: block;
  }
}

/* PARTNERS BLOCK */

.main-page__partners-block {
  margin: auto;
  max-width: 1440px;
  overflow: hidden !important;
  margin-bottom: 80px;
}

@media (max-width: 1300px) {
  .main-page__partners-block {
    margin: 0;
  }
}

.partners-block__header {
  display: flex;
  max-width: 1288px;
  margin-left: 80px;
}

@media (max-width: 1300px) {
  .partners-block__header {
    margin-left: 0;
    padding: 0 40px;
  }
}

.partners-block__header-name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;

  margin-right: auto;

  text-transform: uppercase;
}

.partners-block__header_slider-controls {
  display: flex;

  align-items: center;
} 

.slider-controls {
  display: flex;
}

@media (max-width: 1300px) {
  .partners-block__header-name {
    font-size: 32px;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .partners-block__header {
    margin-left: 0;
    padding: 0 40px;
  }

  .partners-block__header-name {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .main-page__partners-block {
    width: auto;
  }

  .partners-block__header {
    width: calc(100% - 30px);
    margin-left: 0;
    justify-content: space-between;
    padding: 0 16px;
  }

  .partners-block__header-name {
    font-size: 22px;
    margin-right: 0;
  }
}

@media (max-width: 425px) {
  .main-page__partners-block {
    width: 100%;
    margin: auto;
  }

  .partners-block__header {
    width: calc(100% - 30px);
    margin: 0;
    justify-content: space-between;
  }

  .partners-block__header-name {
    font-size: 17px;
    margin-right: 0;
    width: 200px;
  }
}

@media (max-width: 375px) {
  .main-page__partners-block {
    width: 100%;
    margin: auto;
  }

  .partners-block__header {
    margin: 0;
    justify-content: space-between;
  }

  .partners-block__header-name {
    font-size: 17px;
    margin-right: 0;
    width: 200px;
  }
}

@media (max-width: 320px) {
  .partners-block__header-name {
    width: 170px;
  }
}

.swiper {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.swiper-slide {
  display: flex;
  justify-content: center;

  
  border-right: 1px solid #C4C4C4;
}

/* .partners-slide {
  margin-right: 0 !important;
  min-width: 320px !important;
  max-width: 320px !important;
} */

.swiper-wrapper {
  display: flex;
}

.swiper-pagination {
  display: flex;
  width: 332px;

  margin-right: 30px;
}

@media (max-width: 1300px) {
  .swiper-pagination {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .swiper-pagination {
    width: 150px;
  }
}

@media (max-width: 425px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  background: #D9D9D9;
}

.swiper-pagination-bullet-active {
  height: 8px;
  background-color: #ED145B;
  margin-top: 16px;
}
.swiper-button-prev, .swiper-button-next {
  margin: 0 5px 0 5px;
  cursor: pointer;
}

.control-button {
  padding: 7px 10px;
  border: 1px solid #ED145B;
  border-radius: 30px;
}

.partners-block__slider_slide-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 20px 0;

  transition: all .5s ease-in-out;
}

.partners-block__slider_slide-item:hover .slide-item__name{
  color: #ED145B;
}

.partners-block__slider_slide-item img {
  max-height: 84px;
  max-width: 200px;
  padding: 0 40px;
}

.small-img {
  margin-top: 40px;
}

.slide-item__name {
  text-align: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  color: #5D636A;
  margin-top: 50px;
  padding: 0 40px;
}

@media (max-width: 425px) {
  .partners-block__slider_slide-item {
    width: 240px;
  }

  .partners-block__slider_slide-item img {
    padding: 0 20px;
  }

  .slide-item__name {
    padding: 0 20px;
  }
}

/* FOOTER */

.main-page__footer {
  background: #020A15;
  background-image: url(../../img/footer.png);
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 342px;
}

.footer__wrapper {
  max-width: 1440px;
  margin: auto;
}

.footer__header {
  display: none;
  justify-content: space-between;

  align-items: center;
  padding: 20px 40px;

  border-bottom: 2px solid #2A2E33;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 50px 80px 40px 50px;
}

.footer__content_logo-soc img {
  width: 240px;
  height: 77px;
}

.social-media {
  margin-top: 40px;
}

@media (max-width: 1300px) {
  .footer__header {
    display: flex;
  }

  .footer__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-media {
    margin-top: 10px;
  }

  .footer__content_logo-soc {
    display: none;
  }
}

.social-media-hover {
  fill: #ED145B;
}

.social-media img {
  height: 28px;
  width: 28px;
  margin-right: 15px;
}

.footer__content_links {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 1300px) {
  .footer__content_links {
    font-size: 14px;
  }
}

.footer__content_links div {
  margin-bottom: 12px;
  color: #fff;
}

.footer__content_links div a {
  color: #fff;
  text-decoration: none;
}

.footer__content_links div a:hover {
  color: #ED145B;
}

.sub-content {
  color: #C7C7C7 !important;
}

.sub-content:hover {
  color: #ED145B !important;
}

.footer_separator {
  position: absolute;
  left: 0;
  width: 99%;
  border: 1px solid #2A2E33;
}

.footer__copyright {
  text-align: end;

  margin: 30px 80px;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.footer__copyright span {
  margin-right: 40px;
}

.footer__copyright span:last-child {
  margin: 0;
}

@media (max-width:1300px) {
  .footer__copyright {
    margin: 30px 40px;
  }
}

@media (max-width: 425px) {
  .main-page__footer {
   display: none; 
  }
}

.main-page__mobile-footer {
  display: none;
  background: #020A15;
  max-width: 425px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mobile-footer__logo {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #2A2E33;
}

.mobile-footer__content {
  padding: 20px 0;
  border-bottom: 2px solid #2A2E33;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-footer__content .footer__content_links {
  text-align: center;
}

.main-page__mobile-footer .footer__copyright {
  text-align: center;
  width: 242px;
}

.main-page__mobile-footer .footer__copyright span {
  margin-right: 0;
  font-size: 14px;
}

@media (max-width: 425px) {
  .main-page__mobile-footer {
    display: block;
  }

  .footer__copyright {
    padding: 20px 0 40px 0;
    margin: auto;
    max-width: 242px;
  }
}

.home-page__links {
  position: relative;
  background: #F3F3F4;
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  justify-content: center;
}

.home-page__links ul {
  display: flex;
  max-width: 1440px;
  width: 1188px;
  height: 46px;
  overflow: hidden;

  justify-content: space-between;
  align-items: center;
  list-style-type: none;

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  padding: 0;
  margin: 0;
}

@media (max-width: 1300px) {
  .home-page__links ul {
    width: 900px;
  }
}

@media (max-width: 768px) {
  .home-page__links ul {
    width: 730px;
    overflow: hidden;
    overflow-x: scroll;
    margin-left: 40px;
  }

  .home-page__links ul li {
    white-space: nowrap;
    padding:0 10px ;
    border-right: 2px solid #C4C4C4;
  }
}

@media (max-width: 425px) {
  .home-page__links ul {
    margin-left: 10px;
  }
}

.home-page__links ul li a {
  text-decoration: none;
  color: #000;
}

.home-page__links ul li a:hover {
  color: #E01054
}

.right-scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  right: 0;
  top: 20%;
  width: 30px;
  height: 30px;
  background: rgba(250, 250, 250, 0.8);
  backdrop-filter: blur(0.5px);
}

@media (min-width: 1300px) {
  .right-scroll {
    display: none;
  }
}

.right-scroll img {
  height: 12px;
  width: 6px;
}

.news__page-news-block__content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .news__page-news-block__content {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .news__page-news-block__content .news-block__header {
    margin-left: 15px;
  }
  
  .news__page-news-block__content .news-block__header .news-block__header-name {
    margin-right: 345px;
  }
}

@media (max-width: 1300px) {
  .news__page-news-block__content .news-block__header {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
  }

  .news__page-news-block__content {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .news__page-news-block__content {
    margin-left: 0;
    width: 100%;
  }

  .news__page-news-block__content .news-block__header {
    margin-left: 0px;
    justify-content: start;
    width: 100%;
  }

  .news__page-news-block__content .news-block__header-name {
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  .news__page-news-block__content {
    margin-left: 10px;
    width: 400px;
  }

  .news__page-news-block__content .news-block__content_item {
    width: 390px;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item__new-header {
    width: 300px;
  }

  .news__page-news-block__content .news-block__header {
    width: 400px;
    margin-left: 0px;
    justify-content: start;
  }

  .news__page-news-block__content .news-block__header-name {
    margin-right: 15px;
  }

  .news__page-news-block__content .news-block__tab-control {
    width: 400px;
    margin-right: 0;
  }

  .news__page-news-block__content .news-block__tab-control ul {
    margin-left: 0;
  }

  .news-block__allnews-button {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .news__page-news-block__content {
    margin-left: 10px;
    width: 350px;
  }

  .news__page-news-block__content .news-block__content_item {
    width: 338px;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item__new-header {
    width: 300px;
  }

  .news__page-news-block__content .news-block__header {
    width: 350px;
    margin-left: 0px;
    justify-content: start;
  }

  .news__page-news-block__content .news-block__tab-control {
    width: 350px;
    margin-right: 0;
  }

  .news__page-news-block__content .news-block__tab-control ul {
    width: 350px;
    margin-right: 0;
  }

  .news-block__allnews-button {
    width: 340px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 320px) {
  .news__page-news-block__content {
    margin-left: 10px;
    width: 288px;
  }

  .news__page-news-block__content {
    margin-left: 0px;
  }

  .news__page-news-block__content .news-block__header {
    width: 288px;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item__new-header {
    width: 238px;
  }

  .news__page-news-block__content .news-block__tab-control {
    width: 288px;
    margin-left: 0;
  }

  .news__page-news-block__content .news-block__tab-control ul {
    width: 288px;
  }

  .news-block__allnews-button {
    width: 288px;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 30px !important;
  }
}

.news-block__content_big-item {
  position: relative;
  width: calc(48% - 25px);
  height: 424px !important;
  background-size: cover;
  padding: 0 20px;
  margin: 0;
  margin-right: auto;
}

.news-block__content_big-item:hover {
  filter: brightness(90%)
}

.news-block__content_big-item .head-content__header {
  font-size: 28px;
}

.news-block__content_big-item .head-content__subheader {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;

  width: auto;
}

.news-block__content_big-item .head-content__date {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  text-transform: uppercase;
}

.news-block__content_big-item a {
  text-decoration: none;
  position: absolute;
  bottom: 50px
}

@media (max-width: 768px) {
  .news-block__content_big-item {
    display: none;
  }
}

@media (min-width: 770px) and (max-width: 991px) {
  .news-block__content_big-item {
    width: calc(49% - 38px);  
  }

  .news__page-news-block__content .news-block__content_item {
    width: 49%;
    height: 420px;
    margin-right: 0;
    margin-bottom: 0;

    margin: 15px 0;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item-picture img {
    height: 198px !important;
    width: auto;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item-front,
  .news__page-news-block__content .news-block__content_item .news-block__content_item-back {
    width: auto;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item__new-header {
    width: auto;
    font-size: 20px;

    margin-bottom: 40px;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item-back .news-block__content_item__new-header {
    margin-bottom: 20px;
  }

  .news__page-news-block__content .news-block__content_item .news-block__content_item__new-content {
    font-size: 12px;
    width: auto;
  }
}

@media (max-width: 425px) {
  .news__page-news-block__content .news-block__header-name {
    margin-left: 0px;
    width: 400px;
  }
}

@media (max-width: 375px) {
  .news__page-news-block__content .news-block__header-name {
    margin-left: 0px;
    width: 350px;
  }
}

@media (max-width: 320px) {
  .news__page-news-block__content .news-block__header-name {
    margin-left: 0px;
    width: 260px;
  }
}
/*--------------------------------------*/
