* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ClashDisplay-Regular.woff2) format("woff2");
}

@font-face {
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ClashDisplay-Medium.woff2) format("woff2");
}

@font-face {
  font-family: ClashDisplay;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ClashDisplay-SemiBold.woff2) format("woff2");
}

:root {
  --font-main: "ClashDisplay", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #030303;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --menu: #161616;
  --orange: #ac5600;
  --hover: #adadad;
  --active: #adadad;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}

@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 1220px) {
  .main:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .main:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .main:not(:last-child) {
    margin-bottom: 40px;
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

a,
button {
  color: var(--main);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  position: static;
}

.pagination .swiper-pagination-bullet {
  width: 21px;
  height: 5px;
  opacity: 0.2;
  border-radius: 20px;
  margin: 0 !important;
  background-color: #008bac !important;
}

.pagination .swiper-pagination-bullet-active {
  width: 51px;
  height: 5px;
  opacity: 1;
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .tx-main {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-40-24 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 1220px) {
  .tx-40-24 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .tx-40-24 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .tx-24-20 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

@media (max-width: 991px) {
  .tx-32-24 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .tx-32-24 {
    font-size: 24px;
  }
}

.tx-90-64 {
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
}

@media (max-width: 1220px) {
  .tx-90-64 {
    font-size: 84px;
  }
}

@media (max-width: 991px) {
  .tx-90-64 {
    font-size: 74px;
  }
}

@media (max-width: 600px) {
  .tx-90-64 {
    font-size: 64px;
  }
}

@media (max-width: 360px) {
  .tx-90-64 {
    font-size: 52px;
  }
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background-color: #008bac;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  min-width: 120px;
  min-height: 48px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.but img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .but:hover {
    background-color: var(--hover);
  }
}

.but:focus-visible {
  background-color: var(--hover);
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.mb-5:not(:last-child) {
  margin-bottom: 5px;
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-100-40:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 1220px) {
  .mb-100-40:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .mb-100-40:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .mb-100-40:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px;
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.input {
  display: block;
  border: 1px solid var(--white);
  border-radius: 6px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #008bac;
  background-color: var(--white);
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

.scroll {
  padding-bottom: 10px;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--orange);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--white);
}

.header {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 991px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--menu);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

@media (max-width: 991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px;
  }
}

.nav__link {
  color: var(--main);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .nav__link:hover {
    color: var(--hover);
  }
}

.nav__link:focus-visible {
  color: var(--hover);
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.burger {
  display: none;
  -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;
  position: relative;
  width: 42px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.topgovalecd-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/img/hero.png);
  background-size: cover;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}

.topgovalecd-hero__container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 560px;
}

@media (max-width: 991px) {
  .topgovalecd-hero__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.topgovalecd-about__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .topgovalecd-about__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.topgovalecd-about__image {
  border-radius: 10px;
  height: 394px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .topgovalecd-about__image {
    height: 240px;
  }
}

.topgovalecd-about__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.topgovalecd-benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 10px 20px;
}

@media (max-width: 991px) {
  .topgovalecd-benefits__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .topgovalecd-benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.topgovalecd-benefits__item {
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  color: #fff;
  min-height: 300px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/img/benefit.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

@media (max-width: 500px) {
  .topgovalecd-benefits__item {
    min-height: 240px;
  }
}

.topgovalecd-benefits__descr {
  padding: 30px;
}

@media (max-width: 600px) {
  .topgovalecd-benefits__descr {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .pred-slider__slide {
    width: 400px;
  }
}

@media (max-width: 500px) {
  .pred-slider__slide {
    width: 100%;
  }
}

.pred-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .pred-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.pred-slider__image {
  overflow: hidden;

  border-radius: 10px;
  height: 250px;
}

.pred-slider__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.topgovalecd-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #003a48;
}

.topgovalecd-footer__top {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

.topgovalecd-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .topgovalecd-footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topgovalecd-footer__war {
  width: 37px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .topgovalecd-footer__war {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (max-width: 768px) {
  .topgovalecd-footer .nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.topgovalecd-footer .nav__list {
  gap: 3rem;
}

@media (max-width: 1220px) {
  .topgovalecd-footer .nav__list {
    gap: 20px 40px;
  }
}

@media (max-width: 768px) {
  .topgovalecd-footer .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topgovalecd-footer__lins {
  gap: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 360px) {
  .topgovalecd-footer__lins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topgovalecd-footer__lin {
  background-color: var(--black);
}

.topgovalecd-footer__lin:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 296px;
  flex: 0 1 296px;
  padding: 10px;
  min-height: 51px;
  text-transform: none;
}

@media (max-width: 991px) {
  .topgovalecd-footer__lin:nth-child(1) {
    font-size: 12px;
    min-height: 42px;
  }
}

@media (max-width: 600px) {
  .topgovalecd-footer__lin:nth-child(1) {
    font-size: 10px;
    min-height: 36px;
    padding: 8px;
  }
}

.topgovalecd-footer__lin:nth-child(2) {
  padding: 10px;
  min-height: 51px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 193px;
  flex: 0 1 193px;
}

@media (max-width: 991px) {
  .topgovalecd-footer__lin:nth-child(2) {
    font-size: 12px;
    min-height: 42px;
  }
}

@media (max-width: 600px) {
  .topgovalecd-footer__lin:nth-child(2) {
    font-size: 10px;
    min-height: 36px;
    padding: 8px;
  }
}

.topgovalecd-footer__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .topgovalecd-footer__socs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.topgovalecd-footer__soc {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .topgovalecd-footer__soc:hover {
    opacity: 0.5;
  }
}

.topgovalecd-footer__soc:focus-visible {
  opacity: 0.5;
}

.topgovalecd-footer__soc:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__body {
  overflow: auto;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 50px 20px;
  background-color: var(--black);
}

@media (max-width: 991px) {
  .popup__body {
    width: 95%;
  }
}

.popup__button {
  min-width: 0;
  width: 100%;
  text-transform: none;
  color: #008bac;
  background-color: var(--white);
  margin: 0 auto;
}

.cookie-popup {
  position: fixed;
  border-radius: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: var(--black);
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 40px 20px;
  max-width: 540px;
  flex-direction: column;
}

.cookie-popup.disabled {
  display: none;
}

.cookie-popup__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 201px) 10px minmax(0, 289px);
  grid-template: auto/minmax(0, 201px) minmax(0, 289px);
  gap: 10px;
}

.cookie-popup__button {
  min-height: 40px;
  font-weight: 20px;
  min-width: 0;
  width: 100%;
  text-transform: none;
}

.cookie-popup__link {
  text-transform: none;
  min-width: 0;
  width: 100%;
  min-height: 40px;
  font-weight: 20px;
  color: #008bac;
  background-color: var(--white);
}

.terms {
  padding: 80px 0 0 0;
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

@media (max-width: 991px) {
  .terms h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .terms h1 {
    font-size: 16px;
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

@media (max-width: 991px) {
  .terms h2 {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .terms h2 {
    font-size: 14px;
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@media (max-width: 991px) {
  .terms p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .terms p {
    font-size: 12px;
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@media (max-width: 991px) {
  .terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .terms li {
    font-size: 12px;
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.topgovalecd-play {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 820px) 20px 400px;
  grid-template: auto/minmax(0, 820px) 400px;
  gap: 30px 20px;
}

@media (max-width: 991px) {
  .topgovalecd-play {
    display: block;
  }
}

.topgovalecd-play-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .topgovalecd-play-slider__wrapper {
    -ms-grid-rows: auto;
    -ms-grid-columns: 165px 165px 165px 165px 165px 165px 165px 165px 165px
      165px 165px 165px;
    grid-template: auto/165px 165px 165px 165px 165px 165px 165px 165px 165px 165px 165px 165px;
  }
}

.topgovalecd-play-slider__slide {
  border: 1px solid var(--white);
  background-color: #008bac;
  padding: 20px 10px 10px 10px;

  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topgovalecd-play-slider__slide.disabled {
  display: none;
}

.topgovalecd-play-slider__image {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.topgovalecd-play-slider__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topgovalecd-play-slider__man {
  color: #000;
}

.topgovalecd-play-slider__name {
  color: #000;
}

.topgovalecd-play-slider__gogi {
  color: #000;
}

.topgovalecd-play-slider__button {
  color: var(--black);
  min-height: 33px;
  font-size: 14px;
  min-width: 0;
  width: 100%;
  background-color: var(--white);
}

.topgovalecd-play__teams-itemtop {
  padding: 10px;
  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;
  gap: 16px;
  color: #008bac;
}

.topgovalecd-play__teams-itemtop button {
  color: #008bac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .topgovalecd-play__teams-itemtop button:hover {
    color: var(--hover);
  }
}

.topgovalecd-play__teams-itemtop button:focus-visible {
  color: var(--hover);
}

.topgovalecd-play__teams-itemtop button:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.topgovalecd-play__teams-itemtop button img {
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topgovalecd-play__teams-item {
  border-radius: 10px;
  border: 1px solid var(--white);
  padding-bottom: 20px;
  background-color: #030303;
}

@media (max-width: 991px) {
  .topgovalecd-play__teams-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.in-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid var(--white);
}

.in-team__image {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.in-team__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  width: 100%;
}

.in-team__exit {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .in-team__exit:hover {
    opacity: 0.5;
  }
}

.in-team__exit:focus-visible {
  opacity: 0.5;
}

.in-team__exit:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.play-is {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.play-is.disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 991px) {
  .tmn {
    max-height: 400px;
    overflow: auto;
  }
}

.cnth-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.cnth-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.cnth-wrapper__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cnth {
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 20px;
  background-color: var(--black);
  overflow: auto;
  max-width: 420px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
}

@media (max-width: 991px) {
  .cnth {
    width: 95%;
  }
}

.cnth__button {
  min-width: 0;
  width: 100%;
  color: #008bac;
  background-color: #fff;
}

.is-ok {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.is-ok.active {
  opacity: 1;
  visibility: visible;
}

.is-ok__content {
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 20px;
  background-color: var(--black);
  overflow: auto;
  max-width: 580px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
}

@media (max-width: 991px) {
  .is-ok__content {
    width: 95%;
  }
}

.is-ok__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
