@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600&display=swap");
.languages__links {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.languages__links.open {
  z-index: 4;
  opacity: 1;
  transition: 0.5s;
}

*:not(.slick-track) {
  transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out, stroke 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial;
  background: #FFFFFF;
  color: #000000;
  min-height: 100vh;
}

a {
  color: #2546FF;
  text-decoration: none;
}

p {
  color: #000000;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 20px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px;
  }
}
h1, h2, h3, h4, p {
  margin: 0;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.top-header-logo {
  /*@media (min-width: 1390px) {
      max-width: 260px;
      width: 100%;
  }*/
}

.top-header-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 350px) {
  #top_slider {
    display: none;
  }
}

.top-header-wrap {
  justify-content: space-between;
  max-width: 967px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-header-wrap {
    width: 100%;
  }
}

.top-header {
  max-width: 1438px;
  align-items: center;
}

.top-header-info {
  /*justify-content: space-between;
  max-width: 360px;
  width: 100%;
  @media (max-width: 1199px) {
      max-width: 354px;
  }*/
}
@media (max-width: 991px) {
  .top-header-info {
    /*justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    max-width: 155px; 
    max-width: 220px;*/
  }
}

@media (max-width: 576px) {
  .top-header-btns {
    /*width: 100%;
    justify-content: center;*/
    margin-top: 0;
    display: none !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .top-header-btns .btn {
    width: 255px;
  }
}

.menu-block {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199px) {
  .menu-block {
    margin: 0 10px;
  }
}
.menu-block ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-block ul li {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0 14px;
}
@media (max-width: 1199px) {
  .menu-block ul li {
    margin: 0 10px;
  }
}
.menu-block ul li:first-child {
  margin-left: 0;
}
.menu-block ul li:last-child {
  margin-right: 0;
}
.menu-block ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-menu {
  transition: all 0.3s ease-in-out;
}

.dropdown-menu.show {
  min-height: 395px;
}
@media (max-width: 991px) {
  .dropdown-menu.show {
    right: auto !important;
    transform: none !important;
    height: auto;
    display: block;
    opacity: 1;
    z-index: 11;
  }
}

.languages {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1061px) {
  .languages {
    margin-bottom: 0;
    height: 46px;
  }
}
@media (max-width: 576px) {
  .languages {
    margin-right: 10px;
  }
}
.languages__active {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-radius: 10px;
  text-decoration: none;
  height: 30px;
  width: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .languages__active {
    width: 92px;
    height: 46px;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 8px;
  }
  .languages__active::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #E4E4E4;
    display: block;
    position: absolute;
    top: 10px;
    right: 43px;
  }
  .languages__active::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/icon-arrow-down.svg) top center no-repeat;
    top: 8px;
    right: 8px;
  }
}
.languages__active.notavailable {
  border: 1px solid #FF1066;
}
.languages__active img {
  width: 30px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .languages__active img {
    width: 30px;
  }
}
.languages__btn .long {
  display: none;
}
@media (max-width: 991px) {
  .languages__btn .long {
    display: none;
    order: 1;
    margin-left: 10px;
    color: #707072;
    font-size: 16px;
  }
}
.languages__btn .short {
  display: none;
}
.languages__links {
  position: absolute;
  top: 50px;
  margin-left: -339px !important;
  z-index: 5;
  display: none;
  width: 395px;
}
@media (max-width: 991px) {
  .languages__links {
    margin-left: 0px !important;
  }
}
@media (max-width: 576px) {
  .languages__links {
    height: 395px;
    overflow: auto;
    min-height: 300px;
    width: 100vw;
    left: 0;
    margin-left: calc(-100vw + 168px) !important;
  }
}
.languages__links .name {
  font-size: 14px;
  line-height: 17px;
  color: #636775;
  margin-bottom: 6px;
}

.languages-link:last-child .languages__link {
  padding-bottom: 0;
}

.lg-title-block {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lg-title-block .title {
  color: #373737;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.languages .tab-content {
  min-height: 210px;
}

#pills-acb-all-tab {
  display: none;
  width: 40px;
}

.btn-back {
  display: none;
  border: 0;
  width: 100%;
  text-align: center;
  background: none;
  color: #AFAFAF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.btn-back:hover {
  color: #373737;
}
.btn-back.active {
  display: block;
}

.lg-abc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 0;
}

.nav-tabs .lg-abc-item {
  width: 30px;
  height: 30px;
  position: relative;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0;
  margin: 0 4px;
}
.nav-tabs .lg-abc-item:hover {
  background: rgb(245, 248, 255);
  border: 1px solid rgb(245, 248, 255);
}
.nav-tabs .lg-abc-item.active {
  border: 1px solid #E3E3E3;
}
.nav-tabs .lg-abc-item sup {
  color: #AFAFAF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  top: -0.7em;
}

.lg-tab.fade {
  position: absolute;
  top: 0;
  z-index: -1;
}

.lg-tab.show,
.lg-tab.active {
  position: relative;
  z-index: 1;
}

.lg-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}

#pills-acb-all .languages-link {
  width: 49%;
}

.languages-link {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 5px 8px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media (max-width: 500px) {
  .languages-link {
    width: 100%;
  }
}
.languages-link > div {
  width: calc(100% - 38px);
  margin-left: 8px;
}
.languages-link .short {
  display: block;
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.languages-link img {
  width: 30px;
  height: 30px;
}
.languages-link .long {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.languages-link.active {
  border: 1px solid #E3E3E3;
}
.languages-link:hover {
  background: #F5F8FF;
  transition: 0.5s;
}
.languages-link:hover span {
  color: #000000;
  transition: 0.5s;
}
body.dark-theme .languages-link:hover span {
  color: #FFFFFF;
}

@media (max-width: 1101px) {
  .top-header .menu-block {
    flex-grow: 1;
    display: flex;
    order: 10;
    width: 100%;
    margin: 0;
  }
  .top-header .menu-block ul {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .top-header .menu-block {
    display: none !important;
  }
}

/* btns */
.btn {
  font-size: 16px;
  padding: 11px 16px;
  border-radius: 15px;
  outline: none;
}

.btn-light {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.5s;
}
.btn-light:hover {
  background: #2546FF;
  border: 1px solid #2546FF;
  color: #FFFFFF;
}

.btn-white {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  transition: all 0.5s;
}
.btn-white:hover {
  background: linear-gradient(127deg, #086570 0%, #01C916 100%);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-dark {
  background: #000000;
  border: 0;
  transition: all 0.5s;
}
.btn-dark:hover {
  border: 0;
  background: linear-gradient(127deg, #086570 0%, #01C916 100%);
  color: #FFFFFF;
}

.btn_text {
  position: relative;
  z-index: 51;
}

.hover_element {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 50;
  border-radius: 14px;
}

.btn_text {
  top: -78%;
}

.btn_gradient {
  transition: 0.3s ease-in-out all;
  padding: 2px 2px !important;
  border-radius: 15px;
  border: none;
  outline: 1px solid transparent;
}

.btn-color {
  border: 0;
  color: #FFFFFF;
  border-radius: 15px;
  background: linear-gradient(133deg, #440AFF 0%, #E800F0 100%);
  transition: all 0.5s;
}
.btn-color:hover {
  border: 0;
  /*background: linear-gradient(127deg, #086570 0%, #01C916 100%);*/
  background: linear-gradient(134deg, #086471 0%, #01C916 100%);
  color: #FFFFFF;
}

.top-header .btn {
  width: 150px;
  text-align: center;
  padding: 11px;
  height: 46px;
}

.top-header .btn-light {
  margin: 0 10px;
}

.launch-app-block .btn-color {
  border-radius: 20px;
  text-transform: uppercase;
  width: 190px;
  text-align: center;
  padding: 16px;
}

/* gamburger menu */
.hamburger {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  position: relative;
  background: #F2F2F2;
  top: 0;
  right: 0;
  border-radius: 50%;
}
@media (min-width: 577px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #2C2B2B;
}

.hamburger--collapse.is-active {
  z-index: 501;
  padding: 0;
  top: 0;
}

.hamburger-box {
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.hamburger-box [class*=bar-] {
  background: #000;
  display: block;
  transform: rotate(0deg);
  transition: 0.2s ease all;
  border-radius: 2px;
  height: 2px;
  width: 25px;
}

.hamburger-box .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  transform: translate(0, 8px) rotate(45deg);
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  transform: translate(0, -8px) rotate(-45deg);
}

/* mobile section */
.mobile header {
  position: relative;
  z-index: 125;
  border-bottom: 1px solid #E7E7E7;
  background: #FFF;
}

.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
}
.mobile-menu.active {
  z-index: 100;
  opacity: 1;
  overflow: auto;
}

body.mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.mobile .header {
  z-index: 101;
}
@media (max-width: 991px) {
  body.mobile .top-header-btns, body.mobile .top-header .btn-present {
    display: none;
  }
  body.mobile .languages {
    display: block;
    margin-right: 10px;
  }
  body.mobile .top-header-info {
    max-width: 154px;
  }
}

body.mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

@media (max-width: 991px) {
  .lg-mobile {
    width: 100%;
    height: 100%;
  }
  .lg-mobile .languages {
    position: unset;
  }
}

@media (max-width: 991px) {
  .lg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
}

.menu-mobile {
  overflow: auto;
  height: 100%;
}

.mobile-menu .menu-block {
  display: block;
  max-width: 100%;
  margin: 0 0 30px 0;
}
.mobile-menu .menu-block > ul {
  display: block;
  padding: 0;
  margin-top: 130px;
}
.mobile-menu .menu-block > ul > li {
  padding: 6px 0;
  text-align: center;
  margin: 0;
}
.mobile-menu .menu-block > ul > li a {
  width: 100%;
  text-align: center;
}

.mobile-menu .btn-present,
.top-header .btn-present {
  width: auto;
  text-align: center;
  padding: 10px 10px 10px 46px;
  position: relative;
  height: 46px;
}
.mobile-menu .btn-present img,
.top-header .btn-present img {
  position: absolute;
  top: 1px;
  left: 4px;
}

@media (max-width: 991px) {
  .mobile-menu .btn-present {
    max-width: 255px;
    width: 100%;
    padding: 4px 10px;
  }
  .mobile-menu .btn-present img {
    position: relative;
    top: -3px;
    left: -3px;
  }
}

.mobile-btns {
  display: flex;
  align-items: center;
}
@media (min-width: 1062px) {
  .mobile-btns {
    display: none;
  }
}
.mobile-btns .btn-light {
  width: 156px;
  text-align: center;
  padding: 7px 5px 7px 46px;
  position: relative;
  height: 40px;
}
.mobile-btns .btn-light img {
  position: absolute;
  top: -3px;
  left: 4px;
}

@media (min-width: 1390px) {
  .lang_es .top-header-logo {
    max-width: 60px;
  }
}
@media (min-width: 1030px) {
  .lang_es .menu-block {
    max-width: 552px;
  }
}
@media (min-width: 1200px) {
  .lang_es .menu-block {
    max-width: 666px;
  }
}
@media (max-width: 991px) {
  .lang_es .menu-block {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1029px) {
  .lang_es .menu-block ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1030px) and (max-width: 1199px) {
  .lang_es .menu-block ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .lang_es .menu-block ul li {
    margin: 0 6px;
  }
}
@media (max-width: 1030px) {
  .lang_es .menu-block ul li {
    margin: 0 3px;
  }
}

.lang_kr .top-header-info {
  max-width: 400px;
}
@media (max-width: 991px) {
  .lang_kr .top-header-info {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .lang_kr .menu-block {
    max-width: 100%;
  }
}
.lang_kr .banner-deposit-btns .btns {
  max-width: 424px;
}
@media (max-width: 446px) {
  .lang_kr .banner-deposit-btns .btns > div {
    width: 100%;
  }
}

.page-wrap {
  padding-top: 100px;
  min-height: 80vh;
}
@media (max-width: 991px) {
  .page-wrap {
    padding-top: 60px;
  }
}
.page-wrap h1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-wrap h1 {
    margin-bottom: 30px;
  }
}
.page-wrap h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-wrap h3 {
    margin-bottom: 20px;
  }
}

.news_content {
  background-color: transparent;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  /* max-height: 604px; */
  /* padding: 26px; */
  /* margin-left: -30px; */
  overflow: hidden;
}
.news_content h4, .news_content p {
  text-wrap: wrap;
}

.news_panel_hide {
  /* height: 0; */
  opacity: 0;
  /* display: none; */
  /* position: absolute; */
  /* width: 100%; */
  /* z-index: 1; */
  /* top: 0px; */
}

.news_panel {
  /* position: absolute; */
  /* z-index: 100; */
  /* top: -100; */
}

.hide_news_content {
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 26px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.split_line {
  width: 1px;
  height: 22px;
  background: #F3F3F3;
}

.show_news {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hide_panel_title, .news_title_hide {
  margin: 0;
  display: flex;
  align-items: center;
}

.news_title_hide {
  color: #999;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 167.143% */
}

.hide_panel_title {
  flex-grow: 1;
}

.news_text_part {
  /* padding-left: 26px;
  padding-right: 26px; */
  overflow: hidden;
  max-height: 217.72px;
  height: 93px;
  flex-grow: 1;
}

.news_prev_page {
  order: 1;
}

.news_next_page {
  order: 3;
}

.news_page {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
  order: 0;
}
@media (max-width: 1199px) {
  .news_page {
    order: 2;
  }
}

.news_pic {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  background-color: #2C4AF5;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .news_text_part {
    max-height: 175.72px;
  }
}
@media (min-width: 1200px) {
  .news_text_part {
    max-height: 229.72px;
  }
}
@media (min-width: 1400px) {
  .news_text_part {
    max-height: 279.72px;
  }
}
@media (max-width: 1199px) {
  .news_content {
    /* grid-auto-flow: dense; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .news_content .news_info {
    padding: 16px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .news_content .news_nav_row {
    justify-content: center;
  }
  .news_pic {
    order: -1;
    border-radius: 10px;
  }
  .news_title_hide {
    display: none;
  }
}
@media (max-width: 404px) {
  .show_txt {
    display: none;
  }
  .hide_panel_title {
    font-size: 14px;
  }
}
.news_info {
  padding: 26px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.txt_date {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.news_text {
  font-size: 18px;
  overflow: hidden;
  text-wrap: wrap;
  text-overflow: ellipsis;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .news_text {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .news_text {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 576px) {
  .news_text {
    -webkit-line-clamp: 2;
  }
}

.news_title {
  font-family: Arial;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: wrap;
}

button {
  border: none;
  background: none;
  padding: 0;
}

.hide_news {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.view_the_page {
  text-decoration: underline;
  margin-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 576px) {
  .hide_txt {
    display: none;
  }
  .news_title {
    font-size: 17px;
  }
  .news_text, .view_the_page {
    font-size: 14px;
    line-height: 190%;
  }
  .view_the_page {
    margin-top: 0;
  }
  .news_page {
    font-size: 14px;
  }
}
.blue_txt {
  color: #3D8AFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}

.news_nav_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-self: end;
  margin-top: 1em;
  gap: 14px;
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.pagination svg circle {
  box-shadow: 0px 4px 4px 0px rgba(35, 172, 222, 0.08);
}
@media (max-width: 576px) {
  .pagination {
    gap: 8px;
  }
  .pagination svg {
    height: 40px;
    width: 40px;
  }
}

.menu_navigation {
  margin-top: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.icon_list {
  box-shadow: 0 10px 10px 5px #EAEBF6;
}

.icon_list {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 26px;
}

.projects_icons {
  display: flex;
  gap: 1px;
  overflow: auto;
  /* padding-top: 14px; */
  /* padding-bottom: 14px; */
}

::-webkit-scrollbar {
  width: 0;
}

.big_new {
  padding-top: 128px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .big_new {
    padding-bottom: 16px;
  }
}

.grid_container {
  padding-top: 56px;
  padding-bottom: 56px;
}

.head_row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.grid_info {
  padding: 20px;
  display: grid;
  flex-grow: 1;
}

.grid_item {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 357px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.grid_item:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.grid_title {
  margin-bottom: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: balance;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.017px; /* 127.273% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 36.5px;
}

.grid_time {
  text-align: end;
}

.grid_text {
  flex-grow: 1;
  margin-bottom: 6px;
  font-family: Arial;
  font-size: 13.153px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 17.098px */
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid_img img {
  border-radius: 24px;
}

.grid_img {
  max-height: 216px;
}

.grid_big_img {
  height: 100%;
  width: 100%;
}

.grid_wrap {
  display: flex;
  justify-content: center;
}

.fire {
  position: relative;
  z-index: 20;
  left: 37px;
  top: -37px;
  transform: translate(-50%, -50%);
}

.title {
  font-family: Arial;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

.media_about_us {
  padding-top: 56px;
  padding-bottom: 56px;
}

.media_row {
  border-radius: 30px;
  background: linear-gradient(92deg, #401FFF 0.74%, #0D67FF 100%);
  padding: 41px 0px;
  margin: 0 20px;
  margin-top: 30px;
}

@keyframes scaleIn {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.scaleIn-animation {
  animation: scaleIn ease 1s;
}

.media_item {
  display: flex;
  width: 217px;
  height: 70px;
  justify-content: center;
  justify-self: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
.media_item:hover {
  background: #23ACDE;
  border-color: #23ACDE;
}
.media_item:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFF;
}

@media (max-width: 300px) {
  .media_item {
    width: 200px;
  }
}
.media_container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

@media (min-width: 576px) {
  .media_container {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .media_container {
    grid-template-columns: 1fr 1fr;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .media_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 320px) {
  .grid_big_img {
    height: 146px;
  }
  .grid_info {
    margin-top: -42px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 22px;
  }
}
.banner {
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-image: url(../images/news/socials.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 26px;
  margin-bottom: 26px;
}

.leave_request_row p {
  color: #fff;
  justify-self: center;
  align-self: center;
}

.leave_request_row {
  display: flex;
  gap: 20px;
  margin-top: 45px;
  flex-wrap: wrap-reverse;
}

.leave_request_row button, .leave_request_row a {
  display: flex;
  width: 180px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  flex-shrink: 0;
}
.leave_request_row button:hover, .leave_request_row a:hover {
  background: #23ACDE;
  border-color: #23ACDE;
}
.leave_request_row button:hover svg path, .leave_request_row a:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFF;
}

.button_wrap {
  width: 100%;
  display: grid;
}

@media (max-width: 768px) {
  .leave_request_row button {
    justify-self: center;
    align-self: center;
  }
  .leave_request_row {
    gap: 61px;
  }
  .banner {
    background-size: 690px auto;
    background-position: 90% -246px;
  }
}
.footer_row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  margin-top: 48px;
  row-gap: 20px;
}
@media (min-width: 1350px) {
  .footer_row .select_theme {
    margin-left: 24px;
  }
}
@media (max-width: 926px) {
  .footer_row {
    padding-bottom: 16px;
  }
}

.select_theme {
  border-radius: 4px;
  border: 1px solid #21242A;
  cursor: pointer;
  text-align: center;
  font-family: Inter;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 40px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.socials {
  display: flex;
  gap: 16px;
}
.socials a:hover svg path {
  fill: #2546FF;
}

.footer_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.never_text {
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}

.btn_100 {
  width: 131px;
  height: 46px;
  flex-shrink: 0;
  color: #000;
  border-radius: 15px;
  border: 1px solid var(--btn-text, #000);
  background: var(--text-dark, #FFF);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.btn_100:hover {
  background: #2546FF;
  border: 1px solid #2546FF;
  color: #FFFFFF;
}

.copyright {
  text-align: center;
  flex-grow: 1;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (min-width: 926px) {
  .copyright {
    width: auto;
  }
}

.copyright {
  color: #6A7794;
}

.theme_slider {
  display: flex;
  gap: 8px;
}
.theme_slider input {
  display: none;
}
.theme_slider .slider {
  display: block;
  width: 32px;
  height: 16px;
  border-radius: 32px;
  cursor: pointer;
}
.theme_slider .slider::before {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: inset 28px -4px 0px 0px var(--light);
  transition: 0.3s;
}
.theme_slider input:checked ~ .slider::before {
  transform: translateX(17px);
}

.before_footer_wrap {
  display: flex;
  justify-content: space-around;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding-top: 46px;
}
@media (max-width: 926px) {
  .before_footer_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .before_footer_wrap .footer_never {
    display: none;
  }
}

.footer_left_part {
  margin-right: 128px;
}
@media (max-width: 926px) {
  .footer_left_part {
    width: 100%;
    margin: 0;
  }
}

.footer_left_part .btn_block {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 12px;
}
@media (min-width: 576px) {
  .footer_left_part .btn_block {
    display: none;
  }
}
.footer_left_part .btn_block .btn_gradient {
  width: 120px;
}
.footer_left_part .btn_block .btn {
  padding: 3px 8px;
}

.footer_container {
  padding: 0 66px;
  max-width: 1440px;
}
@media (max-width: 926px) {
  .footer_container {
    padding: 0 20px;
  }
}

.footer_menu {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_menu_part {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 173px;
}
@media (max-width: 926px) {
  .footer_menu_part {
    width: 124px;
  }
}

.footer_title {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}

.footer_link {
  color: rgba(148, 167, 198, 0.8);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.footer_big_text {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.4px; /* 132% */
  background: linear-gradient(91deg, #D23E70 -12.85%, #FA881C 102.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 33px;
}

.footer_text {
  color: rgba(148, 167, 198, 0.8);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  width: 254px;
  text-wrap: wrap;
}

.footer_input {
  display: flex;
  border-radius: 15px;
  max-width: 278px;
}

.input_email {
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  background: none;
  border: none;
}
.input_email:focus {
  border: none;
  outline: 0;
  outline-offset: 0;
}

.input_arrow {
  background: url(../images/news/footer_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  border: none;
}

@media (max-width: 926px) {
  .footer_left_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .footer_row .footer_btns {
    display: none;
  }
}
@media (min-width: 926px) {
  .footer_left_part .footer_btns {
    display: none;
  }
}
.full_new {
  padding-top: 128px;
  padding-bottom: 56px;
}

.full_new_container {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.news_split_line {
  max-width: 100%;
}

.full_news_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.full_news_text p, .full_news_text li {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}
@media (max-width: 768px) {
  .full_news_text p, .full_news_text li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .full_news_text p, .full_news_text li {
    font-size: 14px;
  }
}
.full_news_text h3 {
  text-align: left;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 768px) {
  .full_news_text h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .full_news_text h3 {
    font-size: 24px;
  }
}
.full_news_text img {
  width: -moz-fit-content;
  width: fit-content;
}
.full_news_text .full_image_wrap {
  text-align: center;
}

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

.img_wrap {
  height: 429px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2vmin;
}
@media (max-width: 768px) {
  .img_wrap {
    height: 282px;
  }
}
@media (max-width: 576px) {
  .img_wrap {
    height: 151px;
  }
}

.big_title {
  font-family: Arial;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
@media (max-width: 768px) {
  .big_title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .big_title {
    font-size: 16px;
  }
}

.description {
  font-family: Arial;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  margin-top: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .description {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .description {
    font-size: 16px;
  }
}

.grey_text {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
}
@media (max-width: 768px) {
  .grey_text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .grey_text {
    font-size: 14px;
  }
}

.info_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.mobile_menu {
  display: none;
  width: 100%;
}
@media (min-width: 577px) {
  .mobile_menu {
    display: none !important;
  }
}
@media (min-width: 350px) {
  .mobile_menu .theme_slider {
    display: none;
  }
}

.mobile_menu_flex {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 42px;
}
.mobile_menu_flex .mobile_links ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 24px;
  text-align: center;
}

.btn_block {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.btn_block .btn_gradient {
  width: 127px;
  height: 46px;
}

.slick-slide {
  padding: 0;
  /* display: flex; */
  /* gap: 24px; */
}

@media (max-width: 576px) {
  .slick-slide {
    /* padding-left: 12px; */
    padding-right: 12px;
    /* margin-left: 12px; */
  }
  .slick-track {
    left: 35px;
  }
}
.never_wrap {
  border-radius: 12px;
  padding: 24px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 357px;
  width: 100%;
  justify-self: center;
}
.never_wrap .footer_big_text {
  margin: 0;
  font-size: 16px;
}
.never_wrap .never_text {
  font-size: 12px;
}
@media (min-width: 926px) {
  .never_wrap {
    display: none;
  }
  .never_wrap .project_news {
    padding-top: 24px;
  }
}

@media (max-width: 926px) {
  .project_news {
    padding-top: 24px;
  }
}
.recent_page .recent {
  padding-top: 72px;
}

.emoji {
  width: 25px !important;
}/*# sourceMappingURL=style-news.css.map */