body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

section {
  position: relative;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}

fieldset {
  border: none;
}

header .box {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}

nav {
  width: 100%;
  height: 52px;
  position: relative;
  padding: 0;
}

.menu__wrapper {
  margin: 0 auto 0 32%;
  display: flex;
  flex-direction: row;
  justify-content: center;

  @media (min-width: 1366px) {
    margin: 0 auto 0 37%;
  }
}

.page-404 {
  height: 100vh;
  background: #141414 url("../img/bg_404.webp") center no-repeat;
}

.error-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error-title,
.error-description {
  font-family: "BOWLER";
  color: #f6f6f6;
  text-align: center;
  line-height: 120%;
}

.error-title {
  font-family: "BOWLER";
  font-size: 128px;
  letter-spacing: 2.56px;
}

.error-description {
  font-family: "BOWLER";
  font-size: 72px;
  letter-spacing: 1.44px;
}

.image {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

a:hover {
  color: inherit;
}

.section-players {
  padding-top: 112px;
  padding-bottom: 180px;
}

.box {
  position: relative;
  width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.justify-center {
  justify-content: center;
}
.menu__item {
  position: relative;
  height: 52px;
}

.menu__item:not(:first-of-type) {
  margin-left: 56px;
}
.menu__link {
  margin-top: 16px;
}

.menu__link a {
  color: #db3328;
  opacity: 0.5;
  font-family: "BOWLER", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}

.js-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 4px;
  opacity: 0;
  transform: translate(-50%, 22px);
}

.js-link.is-active,
.js-link.is-active::before,
.js-link:hover {
  opacity: 1;
}

.js-link::before {
  background: #db3328;
}

.menu__link--2 .js-link {
  color: #82ff01;
}

.menu__link--2 .js-link::before {
  background: #82ff01;
}

.menu__link--3 .js-link {
  color: #f08013;
}

.menu__link--3 .js-link::before {
  background: #f08013;
}

.underline {
  position: absolute;
  display: none;
  width: 48px;
  height: 4px;
  background: rgba(219, 51, 40, 1);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.underline--2 {
  background: green;
}
.underline--3 {
  background: #f08013;
}

.menu__contact {
  font-family: "Panton Bold";
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: rgba(254, 254, 254, 0.8);
  text-decoration: none;
  transition: 0.25s;
}

.contact a:hover,
.menu__contact.is-active {
  color: rgba(254, 254, 254, 1);
}

.menu__contact.is-active::before {
  transform: translate(-50%, 22px);
  background: rgba(254, 254, 254, 1);
}

.menu__additional-info {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
}

.mobile-nav {
  display: none;
}

.menu__shop {
  font-family: "BOWLER", "Arial", sans-serif;
  color: rgba(254, 254, 254, 0.5);
  transition: 0.3s linear;
}

.menu__shop:hover {
  color: rgba(254, 254, 254, 1);
}

.menu__translations {
  display: flex;
  height: 24px;
  align-items: flex-start;
  color: rgba(254, 254, 254, 1);
  padding: 0 8px 0 0;
  cursor: pointer;
}

.menu__translations svg {
  margin: 2px 0 0;
}

.menu__translations:hover svg {
  transform: rotate(180deg);
}

.menu__translations:hover .translation__select-languages {
  display: block;
}

.translation__languages-container {
  font-family: "BOWLER", "Arial", sans-serif;
  display: block;
  padding: 0 8px;
  font-size: 16px;
  background: #141414;
  color: rgba(254, 254, 254, 1);
  backdrop-filter: blur(10px);
}

.translation__active-language {
  display: inline-block;
  width: 26px;
}

.translation__select-languages {
  display: none;
  width: 26px;
  padding: 0;
  margin-bottom: 4px;
  list-style-type: none;
}

.translation__language-item {
  color: rgba(254, 254, 254, 0.4);
  transition: 0.3s linear;
}

.translation__language-item:hover,
.translation__active-language {
  color: rgba(254, 254, 254, 1);
}

.translation__language-item.current {
  display: none;
}

.swiper_cs,
.swiper_dota,
.swiper_fearless {
  max-width: fit-content;
}

.swiper-slide,
.swiper-slide {
  width: 224px;
}

.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  background: url("../img/bg_header.webp") center center/cover no-repeat;
  background-color: #141414;
  padding-top: 192px;
  padding-bottom: 160px;
}

.anchor {
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
}

.welcome__descr {
  width: 488px;
}

.content-box__team-data--margin {
  margin-right: 16px;
}

.content-box__text {
  display: flex;
}

.content-box {
  display: flex;
  align-items: center;
}

.content-box--center {
  justify-content: center;
}

.logo {
  margin-right: 28px;
  flex-shrink: 0;
}

.welcome__logo {
  width: 100px;
  height: 108px;
  flex-shrink: 0;
}

.conten-box__name {
  font-family: "BOWLER";
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fefefe;
  max-width: 6em;
  margin-right: 28px;
}

.conten-box__name--red {
  color: #db3328;
}

.conten-box__name--green {
  color: #82ff01;
}

.content-box__descr {
  font-family: "Panton", Arial, sans-serif;
  font-size: 20px;
  max-width: 638px;
  line-height: 130%;
  letter-spacing: 0.8px;
  color: #f8f8f8;
}

.content-box__descr--semibold {
  font-family: "Panton Semibold", Arial, sans-serif;
}

.cs_go {
  background: url("../img/cs_go/bg_cs_go.webp") center center/cover no-repeat;
}

.ribbon_cs_go {
  background: url("../img/cs_go/devider_cs_go.png") center center/cover
    no-repeat;
  height: 40px;
}
.fearless {
  background: url("../img/fearless/bg_fearless.webp") no-repeat;
  background-position: 50% 100%;
  position: relative;
  overflow-x: hidden;
  padding-top: 160px;
  background-size: contain;
}
.decor {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.ribbon_fearless {
  background: url("../img/fearless/devider_fearless.png") center center/cover
    no-repeat;
  height: 40px;
}
.dota {
  background: url("../img/dota_2/bg_dota_2.webp") center center/cover no-repeat;
}

.logo--big {
  width: 162px;
  height: 172px;
}

.ribbon {
  background: url("../img/dota_2/devider_dota_2.png") center center/cover
    no-repeat;
  height: 40px;
}
.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  margin-top: 112px;
}
.content-fearless {
  margin-top: 160px;
  margin-bottom: 132px;
}
.team_info {
  width: 1216px;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.logo_img {
  width: 160px;
  height: 172px;
}
.team {
  width: 288px;
  height: 160px;
  gap: 12px;
}
.logo_text {
  font-family: "BOWLER";
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.02em;
  color: #db3328;
}
.logo_text-cs_go {
  color: #82ff01;
}
.logo_text-fearless {
  color: #02020e;
}
.social_media {
  display: flex;
  justify-content: space-between;
  width: 167px;
  padding-top: 12px;
}

.bold {
  font-family: "Panton Bold";
  font-weight: 700;
  letter-spacing: 0.04em;
}

.team_structure {
  position: relative;
  /* width: 1216px; */
  margin-top: 64px;
}

.structure_title {
  font-family: "Panton ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #fefefe;
}
.structure_title-fearless {
  color: #000000;
}
.separator {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 12px;
  gap: 4px;
  max-width: 1216px;
  height: 2px;
  background: rgba(219, 51, 40, 0.5);
}
.separator-cs_go {
  background: #82ff01;
}
.separator-fearless {
  background: #f08013;
}
.extra {
  font-family: "Panton SemiBold";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgba(254, 254, 254, 1);
  margin: 12px 0;
}
.extra_fearless {
  display: flex;
  color: rgba(2, 2, 14, 1);
  flex-direction: column;
  gap: 8px;
}

.players .player_card:first-child {
  padding-left: 0;
}

.players .player_card:last-child {
  padding-right: 0;
}

.players {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 1216px;
}

.player_card {
  height: 280px;
  margin-top: 12px;
  border: 1px solid transparent;
  box-sizing: content-box;
}

.player_card-dota {
  background: linear-gradient(
    0deg,
    rgba(219, 51, 40, 0.1),
    rgba(219, 51, 40, 0.1)
  );
  border-image: linear-gradient(
    to top,
    rgba(219, 51, 40, 0.4) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -moz-border-image: linear-gradient(
    to top,
    rgba(219, 51, 40, 0.4) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -webkit-border-image: linear-gradient(
    to top,
    rgba(219, 51, 40, 0.4) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  border-image-slice: 1;
}

.player_card-cs_go {
  background: linear-gradient(
    0deg,
    rgba(130, 255, 1, 0.1),
    rgba(130, 255, 1, 0.1)
  );
  border-image: linear-gradient(
    to top,
    rgba(130, 255, 1, 1) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -moz-border-image: linear-gradient(
    to top,
    rgba(130, 253, 1, 0.4) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -webkit-border-image: linear-gradient(
    to top,
    rgba(130, 255, 40, 0.4) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  border-image-slice: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 224px;
  height: 280px;
}

.player_card-fearless {
  background: rgba(240, 128, 19, 0.3);
  border-image: linear-gradient(
    to top,
    rgba(240, 128, 19, 1) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -moz-border-image: linear-gradient(
    to top,
    rgba(240, 128, 19, 1) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  -webkit-border-image: linear-gradient(
    to top,
    rgba(240, 128, 19, 1) 10%,
    rgba(255, 0, 0, 0) 60%
  );
  border-image-slice: 1;
}
.player_img {
  width: 224px;
  height: 280px;
}

.player_img-cs-go {
  width: auto;
  position: absolute;
  height: auto;
}
.captain_dota {
  border: 2px solid rgba(219, 51, 40, 0.5);
}
.captain_cs_go {
  border: 2px solid rgba(130, 255, 1, 0.5);
}
.captain_fearless {
  border: 2px solid #f08013;
}
.player {
  margin-top: -120px;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0) 0%,
    rgba(14, 14, 14, 0.32) 25.28%,
    rgba(14, 14, 14, 0.8) 62.52%
  );
  height: 120px;
  position: relative;
  width: 100%;
}
.player-fearless {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 25.28%,
    rgba(255, 255, 255, 0.7) 62.52%
  );
}
.player_name {
  position: relative;
  font-family: "Panton ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #db3328;
  padding-top: 49px;
  padding-bottom: 2px;
}
.player_name-cs_go {
  color: #82ff01;
}
.player_name-fearless {
  color: #02020e;
}

.player-cs_go {
  background: linear-gradient(
      to top,
      rgba(9, 26, 32, 0.1) 40%,
      rgba(255, 0, 0, 0)
    ),
    linear-gradient(
      180deg,
      rgba(9, 26, 32, 0) 0%,
      rgba(9, 26, 32, 0.32) 25.28%,
      rgba(9, 26, 32, 0.8) 62.52%
    );
}

.player_descr {
  position: relative;
  font-family: "Panton Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fefefe;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.player_descr-fearless {
  color: #02020e;
}
.achivements_team {
  margin-top: 64px;
}
.achivement_team_title {
  font-family: "Panton ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #fefefe;
}
.achivement_team_title-fearless {
  color: #02020e;
}
.achivements_table {
  border-spacing: 0 8px;
  margin-top: 12px;
}

.achivements_table-fearless {
  color: #02020e;
}

.table_line {
  background: linear-gradient(
    90deg,
    rgba(219, 51, 40, 0.2) 0%,
    rgba(152, 27, 30, 0.2) 100%
  );
  height: 96px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.table_line:last-of-type {
  margin-bottom: 0;
}
.table_line_cs-go {
  background: linear-gradient(
    90deg,
    rgba(132, 255, 1, 0.2) 0%,
    rgba(1, 188, 255, 0.2) 100%
  );
}
.table_line_fearless {
  background: #fefefe;
  border: 1px solid #02020e;
}
.table_block {
  height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: end;
}

.data {
  font-family: "Panton Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 130%;
  color: #fefefe;
  width: 197px;
  padding-left: 32px;
}

.data_fearless {
  color: rgba(2, 2, 14, 1);
  white-space: pre-line;
}

.data_fearless__competition {
  width: 220px;
}

.data_fearless__competition_small-width {
  width: 217px;
}

.stars {
  top: 0;
  position: absolute;
  right: 0;
}

.partners {
  margin-top: 92px;
  display: flex;
  align-items: center;
  position: relative;

  @media (min-width: 1440px) {
    margin-top: 84px;
  }
}

.official-partner {
  font-family: "Panton ExtraBold", "Arial", sans-serif;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 800;
  color: #fefefe;
  line-height: 130%;
  letter-spacing: 0.96px;
}

.partners a {
  position: absolute;
  left: calc(50% - 179px);
}

.partners svg {
  width: 180px;
  height: 40px;
  margin: 2px 0 0 56px;

  @media (min-width: 2560px) {
    margin-left: 341px;
  }
}

.contactus {
  position: relative;
  background: url("../img/bg_footer.webp") center center/cover no-repeat;
  background-color: #141414;
  overflow-x: hidden;
  padding-top: 140px;
  padding-bottom: 116px;
}
.subtitle {
  font-family: "BOWLER";
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #f6f6f6;
}

.contact-filed {
  background: rgba(38, 38, 38, 0.8);
  height: 45px;
  padding: 12px;
}

.contact-filed,
.message {
  width: 100%;
  color: #f6f6f6;
  caret-color: #f6f6f6;
  -webkit-caret-color: #f6f6f6;
  border: none;
  outline: none;
}

.message-container {
  width: 100%;
  min-height: 127px;
  height: 45px;
  padding: 12px 0 12px 12px;
  background: rgba(38, 38, 38, 0.8);
}

.message {
  height: 100%;
  padding-right: 12px;
  background: rgba(38, 38, 38, 0.01);
  resize: none;
  cursor: auto;
}

.message-container .form-error {
  left: 0;
  bottom: 2px;
}

p {
  font-size: 16px;
  line-height: 21px;
  color: #fefefe;
}
.right {
  margin: 6px 0 0 auto;
  font-size: 12px;
  line-height: 16px;
  color: rgba(248, 248, 248, 0.5);
  text-align: right;
}
.forms {
  display: flex;
  justify-content: center;
  width: 100%;
}
.line {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  font-family: "Panton Regular";
}

.contact-filed {
  outline: none;
}

.contact-filed:-webkit-autofill,
.contact-filed:-webkit-autofill:hover,
.contact-filed:-webkit-autofill:focus,
.contact-filed:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #262626 inset;
  background-color: #262626;
  background-clip: content-box;
  -webkit-text-fill-color: #f6f6f6;
}

.contact-filed:hover,
.message-container:hover {
  background: #262626;
}

.form-error {
  font-family: "Panton SemiBold";
  position: absolute;
  display: none;
  bottom: -20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.24px;
  color: rgba(255, 72, 72, 0.8);
}

.form-error.active {
  display: block;
}

.btn {
  background: rgba(254, 254, 254, 0.8);
  border: rgba(254, 254, 254, 0.8);
  padding: 15px 64px 12px 64px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: "BOWLER";
  font-size: 16px;
  line-height: 20.8px;
  color: #02020e;
  text-align: center;
  display: block;
  transition: all 0.3s linear;
}

.btn:disabled {
  background: (254, 254, 254, 0.5);
}

.btn:hover:enabled {
  background: #fefefe;
}

.copyright {
  font-family: "Panton SemiBold";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 4%;
  color: rgba(254, 254, 254, 0.4);
}
.copy {
  margin: 0 auto;
  margin-right: 4px;
  width: 15px;
  height: 15px;
}

footer {
  background: #141414;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(254, 254, 254, 0.1);
}

.box--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button_small {
  font-family: "Panton SemiBold";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 4%;
  color: rgba(254, 254, 254, 0.4);
  text-decoration: underline;
  transition: all 0.3s linear;
}

.button_small:hover {
  color: rgba(254, 254, 254, 1);
}

.subheader-name {
  max-width: 30em;
}

.menu-btn {
  display: none;
}

.menu__separator {
  display: none;
}

.contactus__form {
  max-width: 800px;
  width: 100%;
  display: block;
}

.pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  display: none;
  width: 6px;
  height: 6px;
  background: #fefefe;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 70px);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 80px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  width: 29px;
  height: 29px;
  top: calc(100% + 4px);
  color: #fefefe;
  outline: none;
}

.navigation-fearless {
  color: #02020e;
}

.app_item {
  & + & {
    margin-left: 12px;
  }
}

.dota .app_item svg,
.cs_go .app_item svg {
  color: rgba(254, 254, 254, 0.8);
}

.dota .app_item svg,
.cs_go .app_item svg,
.fearless .app_item svg {
  transition: all 0.3s linear;
}

.fearless .app_item svg {
  color: rgba(2, 2, 14, 0.8);
}

.dota .app_item:hover svg,
.cs_go .app_item:hover svg {
  color: rgb(254, 254, 254);
}

.fearless .app_item:hover svg {
  color: rgb(2, 2, 14);
}

.color-dark {
  color: #02020e;
}

.line p {
  margin-bottom: 4px;
}

.message::-webkit-input-placeholder {
  font-family: "Panton SemiBold";
  color: rgba(248, 248, 248, 0.2);
}

.message-ms-input-placeholder {
  font-family: "Panton SemiBold";
  color: rgba(248, 248, 248, 0.2);
}

.message:-ms-input-placeholder {
  font-family: "Panton SemiBold";
  color: rgba(248, 248, 248, 0.2);
}

.message::placeholder {
  font-family: "Panton SemiBold";
  color: rgba(248, 248, 248, 0.2);
}

.message::-webkit-scrollbar {
  width: 3px;
  -webkit-appearance: none;
}

.message::-webkit-scrollbar-thumb {
  background: rgba(248, 248, 248, 0.2);
}

.message::-webkit-scrollbar-thumb:hover {
  background: rgba(248, 248, 248, 1);
}

.fearless .swiper-pagination-bullet,
.fearless .swiper-pagination-bullet-active {
  background-color: #02020e;
}

.modals {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.modals.active {
  display: flex;
}

.modal {
  position: relative;
  display: flex;
  width: 583px;
  min-height: 300px;
  padding: 46px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #141414;
  color: #f6f6f6;
  border: 1px solid rgba(254, 254, 254, 0.4);
  text-align: center;
  backdrop-filter: blur(5px);
}

.modal-header {
  font-family: "BOWLER", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
}

.modal-header-title {
  display: none;
  font-size: 80px;
  letter-spacing: 1.6px;
  line-height: 120%;
}

.modal-header-title.active {
  display: block;
}

.modal-header-subtitle {
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 120%;
}

.modal-description {
  font-family: "Panton Semibold", Arial, sans-serif;
  margin-top: 28px;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.8px;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fefefe;
  cursor: pointer;
}

.modal-close:hover {
  color: rgba(254, 254, 254, 0.8);
}

@media (min-width: 2560px) {
  .partners a {
    left: 15%;
  }
}
