* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "TT Fors Trial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  min-width: 330px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-width: none;
  overflow-x: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #00041F;
}
.wrapper.add {
  overflow: hidden;
  position: fixed;
  inset: 0;
}

.container {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

.registration .container,
.authorization .container,
.recovery .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}

h1, .h1 {
  font-size: clamp(20px, 2vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 48px;
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    margin: 0 0 24px;
  }
}

h3, .h3 {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px;
}

a {
  text-decoration: none;
}

blockquote {
  background: rgba(31, 38, 84, 0.8);
  -webkit-box-shadow: 0px 0px 30px 0px #073168;
          box-shadow: 0px 0px 30px 0px #073168;
  padding: 40px;
  font-size: clamp(14px, 2.4vw, 30px);
  border-radius: 20px;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 992px) {
  blockquote {
    padding: 26px;
  }
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 14px;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p {
  margin: 0 0 20px;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 16px);
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 768px) {
  button[data-template] {
    max-width: 14px;
  }
}

.breadcrumbs .br_nav {
  margin: 40px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .br_nav {
    margin: 30px 0 20px;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  list-style: none;
  font-size: 12px;
}
.breadcrumbs ul li {
  position: relative;
  color: #fff;
}
.breadcrumbs ul li::before {
  content: "~";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(-18px, -50%);
          transform: translate(-18px, -50%);
  color: #fff;
  font-size: 12px;
}
.breadcrumbs ul li:first-child::before {
  display: none;
}
.breadcrumbs ul li a {
  color: #8ADBAB;
}
.breadcrumbs h1, .breadcrumbs .h1 {
  color: #fff;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs h1, .breadcrumbs .h1 {
    margin: 0 0 30px;
  }
}

.pagination {
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 30px 0 0;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .pagination ul {
    gap: 7px;
    font-size: 10px;
    margin: 20px 0;
  }
}
.pagination ul li.active {
  color: #5236AF;
  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;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #8ADBAB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #8ADBAB;
}
@media screen and (max-width: 768px) {
  .pagination ul li.active {
    width: 25px;
    height: 25px;
  }
}
.pagination ul li a {
  color: #8ADBAB;
}
.pagination ul li a.pag_link {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #8ADBAB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagination ul li a.pag_link:hover {
  background: #8ADBAB;
  color: #5236AF;
}
@media screen and (max-width: 768px) {
  .pagination ul li a.pag_link {
    width: 25px;
    height: 25px;
  }
}
.pagination .pag_prev, .pagination .pag_next {
  border: 1px solid #8ADBAB;
  font-size: 16px;
  border-radius: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8ADBAB;
  padding: 7px 20px;
}
.pagination .pag_prev:hover, .pagination .pag_next:hover {
  background: #8ADBAB;
  color: #5236AF;
}
.pagination .pag_prev:hover a, .pagination .pag_next:hover a {
  color: #5236AF;
}
@media screen and (max-width: 768px) {
  .pagination .pag_prev, .pagination .pag_next {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.pagination .pag_more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  height: clamp(35px, 5vw, 56px);
  padding: 0 40px;
}

/*button*/
.btn {
  background: #5236AF;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  height: clamp(24px, 5vw, 46px);
  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;
  padding: 0 20px;
  border-radius: 48px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 0 10px;
  }
}
.btn:hover {
  background: #8ADBAB;
  color: #5236AF;
}
.btn.btn_light {
  background: transparent;
  border: 1px solid #8ADBAB;
  color: #8ADBAB;
  text-transform: uppercase;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .btn.btn_light {
    padding: 0 10px;
  }
}
.btn.btn_light:hover {
  background: #8ADBAB;
  color: #5236AF !important;
}
.btn.btn_light_color {
  background: #8ADBAB;
  border: 1px solid #8ADBAB;
  color: #5236AF;
  text-transform: uppercase;
  padding: 0 40px;
}
.btn.btn_x {
  padding: 0 40px;
  text-transform: uppercase;
  height: clamp(45px, 5vw, 56px);
}
@media screen and (max-width: 992px) {
  .btn.btn_x {
    padding: 0 20px;
  }
}
.btn.btn_2x {
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  height: clamp(45px, 5vw, 65px);
}
@media screen and (max-width: 992px) {
  .btn.btn_2x {
    padding: 0 20px;
  }
}

/*header*/
header {
  background: #5236AF;
  padding: 40px 0;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header.fixed + main {
  padding: 120px 0 0;
}
@media screen and (max-width: 1200px) {
  header.fixed + main {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  header.fixed + main {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 10px 0;
  }
}
header .logo {
  width: clamp(98px, 16vw, 224px);
  min-width: 98px;
}
header .header_row {
  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;
}
header nav {
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  header nav {
    position: fixed;
    top: clamp(76px, 11.7vw, 108px);
    left: 0;
    right: 0;
    background: #5236AF;
    padding: 24px 0;
    display: none;
    z-index: 8;
    top: 59px;
  }
}
@media screen and (max-width: 992px) {
  header nav.open {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header nav.open {
    top: 3%;
  }
}
header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header nav ul li {
  color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
}
header nav ul li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a:hover {
  color: #8ADBAB;
}
header .function_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}
header .function_icon .btn {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  header .function_icon .btn {
    margin-right: 0;
  }
}
header .h_mobile_menu {
  background: url(../img/mobile_menu.svg) no-repeat center;
  width: 18px;
  height: 12px;
  background-size: cover;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  header .h_mobile_menu {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  header .h_optic {
    display: none;
  }
}

/*main_banner*/
.main_banner {
  position: relative;
}
.main_banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 0;
  min-height: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .main_banner video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .main_banner video {
    min-height: 800px;
  }
}

.main_banner_row {
  position: relative;
  max-width: 640px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 947px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_banner_row {
    min-height: auto;
    padding: 70px 0;
  }
}

.main_banner_wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main_banner_wrap {
    gap: 10px;
  }
}

.main_banner_data {
  background: #5236AF;
  font-size: 20px;
  font-weight: 500;
  padding: 0 40px;
  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;
  height: 56px;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .main_banner_data {
    padding: 0 16px;
    font-size: 12px;
    height: 26px;
  }
}

.main_banner_time {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main_banner_time {
    font-size: 12px;
  }
}

.main_banner_time_count {
  font-family: "TT Fors Trial", sans-serif;
}

/*main_about*/
.main_about_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 745px 40px 1fr;
  grid-template-columns: 745px 1fr;
  gap: 40px;
  margin: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .main_about_row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .main_about_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .main_about_row {
    margin: 0 0 30px;
  }
}
.main_about_row .img {
  max-width: 592px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .main_about_row .img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.main_about_row .about_video {
  position: absolute;
  left: 0px;
  z-index: 2;
  max-width: 255px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: translate(0px, -80%);
          transform: translate(0px, -80%);
}
@media screen and (max-width: 1200px) {
  .main_about_row .about_video {
    margin: 0 auto;
    left: auto;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
@media screen and (max-width: 768px) {
  .main_about_row .about_video {
    max-width: 110px;
    border-radius: 12px;
  }
}
.main_about_row .about_video img {
  height: 299px;
}
@media screen and (max-width: 768px) {
  .main_about_row .about_video img {
    height: 120px;
  }
}
.main_about_row .about_video svg {
  max-width: 78px;
}
.main_about_row .play_video {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url(../img/play.svg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main_about_row .play_video {
    width: 35px;
    height: 35px;
  }
}
.main_about_row .play_video:hover {
  background: url(../img/play_hover.svg) no-repeat center;
  background-size: cover;
}

.main_about_desc_row {
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 40px auto 40px auto;
  grid-template-rows: auto auto auto;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .main_about_desc_row {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main_about_desc_row {
    margin: 20px 0 0;
    gap: 24px;
  }
}
.main_about_desc_row .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .main_about_desc_row .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

/*main_about_count*/
.main_about_count {
  margin: 0 0 70px;
}

.main_about_count_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .main_about_count_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_about_count_row .number {
  font-weight: 700;
  position: relative;
  font-size: clamp(16px, 2vw, 48px);
}
.main_about_count_row .count_item {
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .main_about_count_row .count_item {
    padding: 18px 10px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 992px) {
  .main_about_count_row .count_item.first_child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.main_about_count_row .count_item.color_1::before {
  content: "";
  position: absolute;
  background: url(../img/color_1.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.main_about_count_row .count_item.color_2::before {
  content: "";
  position: absolute;
  background: url(../img/color_2.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.main_about_count_row .count_item.color_3::before {
  content: "";
  position: absolute;
  background: url(../img/color_3.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.main_about_count_row .count_item_desc {
  font-size: clamp(8px, 1.5vw, 20px);
  line-height: 1.4;
  position: relative;
}
.main_about_count_row .count_item_link {
  padding: 33px 40px;
  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;
  font-size: clamp(8px, 1.5vw, 20px);
  color: #fff;
  text-transform: uppercase;
  background: #5236AF;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .main_about_count_row .count_item_link {
    padding: 18px 10px;
    gap: 10px;
  }
  .main_about_count_row .count_item_link img {
    max-width: 60px;
  }
}
.main_about_count_row .count_item_link::befor {
  display: none;
}

/*main_category*/
.main_category {
  margin: 0 0 70px;
}

.main_category_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.main_category_row .category_item {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding: 40px;
  background: #0F1437;
}
@media screen and (max-width: 992px) {
  .main_category_row .category_item {
    padding: 10px;
  }
}
.main_category_row .category_item video {
  max-width: 100%;
}
.main_category_row .category_item .category_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: clamp(11px, 2vw, 26px);
  font-weight: 700;
  color: #8ADBAB;
}
@media screen and (max-width: 992px) {
  .main_category_row .category_item .category_info button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 992px) {
  .serialtip-default {
    font-size: 11px;
    padding: 10px;
  }
}

@media screen and (max-width: 992px) {
  .serialtip-default.is-alignment-left {
    -webkit-transform: translate(-53px, -20px);
            transform: translate(-53px, -20px);
  }
}

/*main_support*/
.main_support {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .main_support {
    margin: 0 0 30px;
  }
}
.main_support .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0 30px;
}
@media screen and (max-width: 768px) {
  .main_support .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 24px 0;
  }
}
.main_support .download {
  text-align: center;
  font-weight: 500;
  font-style: 14px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  color: #8ADBAB;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main_support .download {
    font-size: 10px;
  }
}

.main_support_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .main_support_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.main_support_row .support_item {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 992px) {
  .main_support_row .support_item {
    padding: 14px;
  }
}
.main_support_row .category_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #8ADBAB;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main_support_row .category_info {
    font-size: 11px;
    gap: 10px;
  }
}
.main_support_row .category_info button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .main_support_row .category_info button {
    width: 8px;
    height: 8px;
  }
}
.main_support_row .category_desc {
  color: #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 992px) {
  .main_support_row .category_desc {
    font-size: 10px;
    margin: 10px 0 0;
  }
}

/*main_winners*/
.main_winners {
  margin: 0 0 70px;
}

.main_winners_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}

.main_winners_row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main_winners_row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.main_winners_row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.main_winners_row > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.main_winners_row > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.main_winners_row > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1200px) {
  .main_winners_row {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  .main_winners_row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main_winners_row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.main_winners_row .item_winners {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 1200px) {
  .main_winners_row .item_winners {
    padding: 14px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.main_winners_row .item_winners:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 1200px) {
  .main_winners_row .item_winners:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.main_winners_row .winners_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #8ADBAB;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main_winners_row .winners_info {
    font-size: 11px;
    gap: 10px;
  }
}
.main_winners_row .winners_info button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .main_winners_row .winners_info button {
    width: 8px;
    height: 8px;
  }
}
.main_winners_row ul {
  color: #fff;
  margin: 20px 0 0 12px;
}
.main_winners_row ul li {
  margin: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .main_winners_row ul li {
    font-size: 10px;
    margin: 0 0 10px;
  }
}
.main_winners_row .category_desc {
  color: #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 992px) {
  .main_winners_row .category_desc {
    font-size: 10px;
    margin: 10px 0 0;
  }
}

/*main_stage*/
.main_stage_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 24px 1fr 24px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
}
.main_stage_row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main_stage_row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.main_stage_row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.main_stage_row > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.main_stage_row > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.main_stage_row > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.main_stage_row > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.main_stage_row > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.main_stage_row > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.main_stage_row > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.main_stage_row > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.main_stage_row > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.main_stage_row > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.main_stage_row > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.main_stage_row > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
@media screen and (max-width: 1200px) {
  .main_stage_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .main_stage_row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.main_stage_row .stage_item {
  background: rgba(15, 20, 55, 0.8);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item {
    padding: 10px 60px 10px 14px;
  }
}
.main_stage_row .stage_item::before {
  content: attr(data-number);
  position: absolute;
  top: 110px;
  right: -130px;
  font-size: 108px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(207, 235, 236, 0.5);
}
@media screen and (max-width: 1600px) {
  .main_stage_row .stage_item::before {
    font-size: clamp(40px, 5vw, 108px);
    right: -30%;
    top: 82px;
  }
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item::before {
    font-size: clamp(40px, 3.8vw, 108px);
    right: -37px;
    top: 50px;
  }
}
.main_stage_row .stage_item .winners_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 36px;
  font-weight: 700;
  color: #8ADBAB;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .main_stage_row .stage_item .winners_info {
    font-size: clamp(20px, 3vw, 36px);
  }
}
.main_stage_row .stage_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  background: rgba(40, 48, 103, 0.8);
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item:nth-child(1) {
    grid-row: auto;
  }
}
.main_stage_row .stage_item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
  }
}
.main_stage_row .stage_item:nth-child(4) {
  -ms-grid-column: 5;
  grid-column: 5/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item:nth-child(4)::before {
    display: none;
  }
}
.main_stage_row .stage_item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  max-height: 220px;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.main_stage_row .stage_item:nth-child(5) .winners_info {
  font-weight: 500;
}
.main_stage_row .stage_item_row {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.main_stage_row .stage_item_row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main_stage_row .stage_item_row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.main_stage_row .stage_item_row > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.main_stage_row .stage_item_row > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item_row {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .main_stage_row .stage_item_row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.main_stage_row .stage_item_row .stage_item:nth-child(1) {
  background: rgba(15, 20, 55, 0.8);
  min-height: 408px;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item_row .stage_item:nth-child(1) {
    min-height: 160px;
  }
}
.main_stage_row .stage_item_row .stage_item:nth-child(2) .btn {
  max-width: 170px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item_row .stage_item:nth-child(2) .btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.main_stage_row .stage_item_row .stage_item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  min-height: 242px;
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_item_row .stage_item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    min-height: auto;
  }
}
.main_stage_row .stage_sub_title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  max-width: calc(100% - 30px);
}
@media screen and (max-width: 1600px) {
  .main_stage_row .stage_sub_title {
    font-size: clamp(14px, 1.2vw, 20px);
  }
}
.main_stage_row .stage_desc {
  font-size: 14px;
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 1200px) {
  .main_stage_row .stage_desc {
    font-size: clamp(10px, 1vw, 14px);
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.main_stage_row .stage_desc ul {
  margin-left: 14px;
}
.main_stage_row .stage_desc ul li {
  margin: 0 0 5px;
}
.main_stage_row .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  margin: auto 0 0 0;
}

/*main_nominations*/
.main_nominations {
  margin: 0 0 48px;
}

.main_nominations_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.main_nominations_row .main_nominations_item {
  background: rgb(15, 20, 55);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main_nominations_row .main_nominations_item {
    padding: 10px;
  }
}
.main_nominations_row .main_nominations_item .nominations_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 246px 20px 1fr;
  grid-template-columns: 246px 1fr;
  gap: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .main_nominations_item .nominations_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .main_nominations_row .main_nominations_item .nominations_row {
    margin: 0 0 10px;
  }
}
.main_nominations_row .main_nominations_item video {
  max-width: 100%;
}
.main_nominations_row .main_nominations_item .nomination_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_nominations_row .main_nominations_item .nomination_info_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  color: rgb(138, 219, 171);
}
@media screen and (max-width: 1400px) {
  .main_nominations_row .main_nominations_item .nomination_info_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main_nominations_row .main_nominations_item .nomination_info_title {
    font-size: 11px;
    margin: 0 0 14px;
  }
}
.main_nominations_row .main_nominations_item .nomination_info_desc {
  font-size: 14px;
  margin: 0 0 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_nominations_row .main_nominations_item .nomination_info_desc {
    font-size: 8px;
    margin: 0 0 14px;
  }
}
.main_nominations_row .main_nominations_item .btn {
  height: 50px;
  padding: 0 26px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .main_nominations_item .btn {
    margin: 0 auto;
    width: 100%;
    max-width: 232px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_nominations_row .main_nominations_item .btn {
    font-size: 10px;
    height: 30px;
  }
}
.main_nominations_row hr {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #4BF0F0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #4BF0F0 50%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  border: 0;
  margin: 10px 0;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_nominations_row .nominations_main + .btn {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main + .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main_nominations_row .nominations_main + .btn {
    font-size: 8px;
    padding: 0 8px;
    height: 30px;
  }
}
.main_nominations_row .nominations_main.active {
  max-height: 500px;
}
.main_nominations_row .nominations_main_title {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main_title {
    font-size: 10px;
  }
}
.main_nominations_row .nominations_main_row {
  padding: 24px 0 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main_nominations_row .nominations_main_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main_item {
    width: 100%;
  }
}
.main_nominations_row .nominations_main_item .btn {
  margin: auto auto 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_nominations_row .nominations_main_item .btn {
    font-size: 8px;
    height: 25px;
  }
}
.main_nominations_row .nominations_main_item_title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(138, 219, 171);
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .main_nominations_row .nominations_main_item_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .main_nominations_row .nominations_main_item_title {
    font-size: 10px;
    margin: 10px 0;
  }
}

/*main_spec*/
.main_spec {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .main_spec {
    margin: 0 0 30px;
  }
}

.main_spec_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .main_spec_row {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_spec_row .main_spec_item {
  background: rgba(15, 20, 55, 0.6);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main_spec_row .main_spec_item {
    padding: 10px;
  }
}
.main_spec_row .main_spec_item_title {
  font-size: 24px;
  font-weight: 700;
  color: #8ADBAB;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main_spec_row .main_spec_item_title {
    font-size: 10px;
    margin: 0 0 10px;
  }
}
.main_spec_row .main_spec_item_desc {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_spec_row .main_spec_item_desc {
    font-size: 8px;
  }
}
.main_spec_row + .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .main_spec_row + .btn {
    margin: 20px auto 0;
  }
}

/*main_map*/
.main_map {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .main_map {
    margin: 0 0 30px;
  }
}

.main_map_row .main_map_filrer_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .main_map_row .main_map_filrer_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.number_map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .number_map {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .number_map {
    gap: 5px;
  }
}
.number_map .item_number_map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .number_map .item_number_map {
    padding: 14px;
  }
}
.number_map .item_number_map.color_m1::before {
  content: "";
  position: absolute;
  background: url(../img/color_m1.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.number_map .item_number_map.color_m2::before {
  content: "";
  position: absolute;
  background: url(../img/color_m2.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.number_map .item_number_map.color_m3::before {
  content: "";
  position: absolute;
  background: url(../img/color_m3.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.number_map .item_number_map.color_m4::before {
  content: "";
  position: absolute;
  background: url(../img/color_m4.png) no-repeat center;
  inset: 0;
  background-size: cover;
}
.number_map .item_number_map_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .number_map .item_number_map_title {
    font-size: 16px;
  }
}
.number_map .item_map_desc {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .number_map .item_map_desc {
    font-size: 8px;
  }
}

/*main_partners*/
.main_partners_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 90px;
}
@media screen and (max-width: 1200px) {
  .main_partners_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.partners_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partners_row {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.partners_item {
  border: 1px solid rgba(203, 203, 203, 0.6);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 232px;
}
@media screen and (max-width: 768px) {
  .partners_item {
    height: auto;
  }
}
.partners_item.item_2x {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  height: 489px;
}
@media screen and (max-width: 768px) {
  .partners_item.item_2x {
    height: auto;
  }
}
.partners_item.item_2x .img {
  padding: 169px 0 189px;
}
@media screen and (max-width: 768px) {
  .partners_item.item_2x .img {
    padding: 40px 0;
  }
}
.partners_item .img {
  padding: 40px 0 60px;
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .partners_item .img {
    padding: 20px 0;
  }
}
.partners_item .desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .partners_item .desc {
    font-size: 14px;
  }
}

.general_info {
  margin: 0 0 90px;
}
.general_info h3 {
  text-align: center;
}

.general_info_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .general_info_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.general_info_row .img {
  padding: 29px 0 49px;
}

/*partners_info*/
.partners_info {
  margin: 0 0 90px;
}
.partners_info h3 {
  text-align: center;
}
.partners_info .partners_item {
  width: 209px;
}
.partners_info .partners_item .img {
  padding: 29px 0 49px;
}

/*partners_nomination*/
.partners_nomination {
  margin: 0 0 90px;
}
.partners_nomination h3 {
  text-align: center;
}
.partners_nomination .partners_item {
  width: 209px;
}
.partners_nomination .partners_item .img {
  padding: 29px 0 49px;
}

/*experts*/
.experts {
  margin: 0 0 78px;
}
.experts .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.experts_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 0 0 48px;
}
@media screen and (max-width: 992px) {
  .experts_row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .experts_row {
    gap: 10px;
  }
}
.experts_row .experts_item {
  text-align: center;
  color: #fff;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .experts_row .experts_item {
    max-width: 135px;
  }
}
.experts_row .name {
  padding-top: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .experts_row .name {
    padding-top: 10px;
    font-size: clamp(11px, 2.5vw, 16px);
  }
}
.experts_row .desc {
  padding-top: 14px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .experts_row .desc {
    padding-top: 7px;
    font-size: clamp(7px, 1.5vw, 14px);
  }
}
.experts_row .icon-expert {
  width: 286px;
  height: 286px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .experts_row .icon-expert {
    width: 93px;
    height: 93px;
  }
}

/*news*/
.news {
  margin: 0 0 70px;
}
.news .btn {
  margin: 48px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  scrollbar-width: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 10px;
  margin-left: -10px;
}
.news_link::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 992px) {
  .news_link {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_link {
    gap: 5px;
    margin-bottom: 32px;
  }
}
.news_link .link_item {
  padding: 10px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #8ADBAB;
  border-radius: 28px;
  color: #8ADBAB;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news_link .link_item {
    font-size: clamp(12px, 2.5vw, 16px);
    padding: 2px 10px;
  }
}

.news_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .news_row {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 620px) {
  .news_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.news_row .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background: rgba(15, 20, 55, 0.8);
  padding: 20px;
  text-decoration: none;
}
.news_row .item_slide {
  max-width: 364px;
}
@media screen and (max-width: 992px) {
  .news_row .item_slide {
    max-width: 260px;
  }
}
.news_row .news_image {
  border-radius: 20px;
  position: relative;
  min-height: 324px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .news_row .news_image {
    min-height: 220px;
  }
}
.news_row .date {
  position: absolute;
  padding: 0 20px;
  border-radius: 16px;
  background: #8ADBAB;
  color: #5236AF;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  top: 6%;
  left: 6%;
}
@media screen and (max-width: 992px) {
  .news_row .date {
    padding: 0 15px;
    font-size: 14px;
  }
}
.news_row .title {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.news_row .desc {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 140%;
}

/*questions*/
.questions {
  margin: 140px 0;
}
@media screen and (max-width: 768px) {
  .questions {
    margin: 30px 0;
  }
}

.questions_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .questions_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.questions_row h2 {
  margin: 0 0 32px;
}
.questions_row .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.accordion_questions_row .accordion_item {
  background: rgba(15, 20, 55, 0.8);
  margin: 0 0 20px;
  border-radius: 10px;
}
.accordion_questions_row .accordion_item.acc_active .accordion_title::before {
  background: url(../img/close.svg) no-repeat center;
  background-size: cover;
}
.accordion_questions_row .accordion_title {
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion_questions_row .accordion_title {
    font-size: 12px;
  }
}
.accordion_questions_row .accordion_title::before {
  content: "";
  position: absolute;
  background: url(../img/add.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .accordion_questions_row .accordion_title::before {
    width: 14px;
    height: 14px;
  }
}
.accordion_questions_row .accordion_desc {
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .accordion_questions_row .accordion_desc {
    font-size: 10px;
  }
}

/*result*/
.result {
  margin: 70px 0;
}
.result .number_map {
  margin: 0 0 27px;
}

.play_btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url(../img/play.svg) no-repeat center;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .play_btn {
    width: 40px;
    height: 40px;
  }
}

.video .play_btn {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.gallery_item {
  position: relative;
}
.gallery_item:hover .play_btn {
  background: url(../img/play_hover.svg) no-repeat center;
  background-size: cover;
}

/*reviews*/
.reviews {
  margin: 0 0 70px;
}

.reviews_row .review_item {
  position: relative;
  width: auto;
}
.reviews_row .review_item .img {
  border-radius: 100%;
  overflow: hidden;
  width: 360px;
  height: 360px;
}
@media screen and (max-width: 1200px) {
  .reviews_row .review_item .img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .reviews_row .review_item .img {
    width: 93px;
    height: 93px;
  }
}
.reviews_row .review_item .play {
  position: absolute;
  left: 0;
  top: 56%;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url(../img/play.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .reviews_row .review_item .play {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .reviews_row .review_item .play {
    width: 25px;
    height: 25px;
    top: 50%;
  }
}
.reviews_row .review_item .play:hover {
  background: url(../img/play_hover.svg) no-repeat center;
  background-size: cover;
}
.reviews_row .review_item .name {
  margin: 34px 0 23px;
  color: #fff;
  font-size: clamp(12px, 1.7vw, 24px);
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .reviews_row .review_item .name {
    margin: 14px 0 10px;
  }
}
.reviews_row .review_item .desc {
  color: #fff;
  font-size: clamp(10px, 1vw, 16px);
}

/*new_details*/
.details {
  margin: 0 0 100px;
}
.details .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 48px auto 0;
}
.details .details_image {
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .details .details_image {
    margin-bottom: 24px;
  }
}
.details .details_title {
  color: #fff;
  margin-bottom: 25px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 140%;
}
.details .blockquote_block {
  font-size: clamp(14px, 2.4vw, 20px);
  margin: 48px 0;
}
@media screen and (max-width: 992px) {
  .details .blockquote_block {
    padding: 20px;
    margin-bottom: 24px;
  }
}

/*history*/
.history_row .history_slogan {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 20px;
}
.history_row .history_select_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .history_row .history_select_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.history_row .history_catalog_row {
  background: #5236AF;
  border-radius: 40px;
  padding: 10px;
  margin: 48px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .history_row .history_catalog_row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.history_row .history_catalog_row .history_item_row {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_item_row {
    border-radius: 20px;
  }
}
.history_row .history_catalog_row .history_item_row img {
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_item_row img {
    min-height: 160px;
  }
}
.history_row .history_catalog_row .history_item_region {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 5px 30px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_item_region {
    top: 10px;
    left: 10px;
    font-size: 10px;
    height: 22px;
    padding: 4px 10px 4px 20px;
  }
}
.history_row .history_catalog_row .history_item_region::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat center;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_item_region::before {
    width: 10px;
    height: 10px;
  }
}
.history_row .history_catalog_row .history_btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  color: #0077FF;
  font-size: 14px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_btn {
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    padding-left: 25px;
  }
}
.history_row .history_catalog_row .history_btn span {
  -webkit-transform: translate(3px, -2px) rotate(45deg);
          transform: translate(3px, -2px) rotate(45deg);
}
.history_row .history_catalog_row .history_btn::before {
  content: "";
  position: absolute;
  background: url(../img/vk2.svg) no-repeat center;
  width: 23px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_btn::before {
    width: 13px;
    height: 8px;
  }
}
.history_row .history_catalog_row .history_item_title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .history_row .history_catalog_row .history_item_title {
    font-size: 12px;
  }
}
.history_row .history_min_catalog_row {
  border-radius: 40px;
  padding: 10px;
  margin: 48px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .history_row .history_min_catalog_row {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.history_row .history_min_catalog_row .history_item_row {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_row {
    border-radius: 15px;
  }
}
.history_row .history_min_catalog_row .history_item_row img {
  min-height: 262px;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_row img {
    min-height: auto;
    height: 100px;
  }
}
.history_row .history_min_catalog_row .history_item_region {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 5px 30px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_region {
    top: 10px;
    left: 10px;
    font-size: 10px;
    height: 22px;
    padding: 4px 10px 4px 20px;
  }
}
.history_row .history_min_catalog_row .history_item_region::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat center;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_region::before {
    width: 10px;
    height: 10px;
  }
}
.history_row .history_min_catalog_row .history_btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  color: #0077FF;
  font-size: 14px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_btn {
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    padding-left: 15px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_btn span {
    display: none;
  }
}
.history_row .history_min_catalog_row .history_btn span:last-child {
  -webkit-transform: translate(3px, -2px) rotate(45deg);
          transform: translate(3px, -2px) rotate(45deg);
}
.history_row .history_min_catalog_row .history_btn::before {
  content: "";
  position: absolute;
  background: url(../img/vk2.svg) no-repeat center;
  width: 23px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_btn::before {
    width: 13px;
    height: 8px;
  }
}
.history_row .history_min_catalog_row .history_item_title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_title {
    font-size: 12px;
  }
}
.history_row .history_min_catalog_row .history_item_like {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_like {
    top: auto;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    height: 16px;
    gap: 5px;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .history_row .history_min_catalog_row .history_item_like svg {
    width: 10px;
  }
}
.history_row .history_min_catalog_row .history_item_like.active svg path {
  fill: #F9595F;
}

/*popup*/
.popup_content {
  color: #fff;
  background: #5236AF;
  border-radius: 20px;
  padding: 40px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .popup_content {
    padding: 20px;
  }
}

.popup_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 246px 20px 1fr;
  grid-template-columns: 246px 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .popup_content_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.popup_content_row .multimedia {
  overflow: hidden;
}
.popup_content_row video {
  width: 100%;
  height: 100%;
}
.popup_content_row .popup_desc ul {
  padding-left: 30px;
  margin: 10px 0;
}
.popup_content_row .popup_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.popup_content_row .popup_list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}
.popup_content_row .popup_sub_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.popup_content_row .btn {
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .popup_content_row .btn {
    width: 100%;
  }
}

#more .popup_content_row {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

#zayavka .popup_row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #zayavka .popup_row {
    gap: 10px;
  }
}
#zayavka .popup_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
#zayavka label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #zayavka label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
  }
}
#zayavka label > span {
  width: 260px;
}
@media screen and (max-width: 768px) {
  #zayavka label > span {
    width: auto;
  }
}
#zayavka .form-control {
  margin: 0;
  background: #5F44B5;
  border: none;
}
#zayavka .file_row {
  border: none;
  width: 103%;
}
#zayavka .select_mate {
  width: 103%;
  background: #5F44B5;
  border: none;
  padding: 8px 0;
}
#zayavka .select_mate span {
  width: auto;
}
#zayavka .btn {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  #zayavka .btn {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #zayavka .file_text {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
  }
}

#thank {
  width: 100%;
  max-width: 960px;
  padding: 20px;
}
#thank .popup_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 332px 20px 1fr;
  grid-template-columns: 332px 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #thank .popup_content_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#thank .popup_logo {
  max-width: 153px;
  margin: 0 0 20px;
}
#thank .popup_img {
  border-radius: 25px;
  overflow: hidden;
  height: 332px;
}
@media screen and (max-width: 768px) {
  #thank .popup_img {
    height: 270px;
  }
}
#thank .popup_title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #thank .popup_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #thank .popup_desc {
    font-size: 12px;
  }
}

#thank_error .popup_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#thank_error .popup_logo {
  max-width: 153px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #thank_error .popup_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #thank_error .popup_desc {
    font-size: 12px;
  }
}

/*form*/
.form_registration,
.form_authorization,
.form_recovery {
  margin: 0 0 80px;
}
.form_registration .btn,
.form_authorization .btn,
.form_recovery .btn {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .form_registration .btn,
  .form_authorization .btn,
  .form_recovery .btn {
    width: 100%;
  }
}
.form_registration .btn_row,
.form_authorization .btn_row,
.form_recovery .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .form_registration .btn_row,
  .form_authorization .btn_row,
  .form_recovery .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_registration .btn_row .btn,
.form_authorization .btn_row .btn,
.form_recovery .btn_row .btn {
  margin: 0;
}
.form_registration label.required > span::before,
.form_authorization label.required > span::before,
.form_recovery label.required > span::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -15px;
  color: #8ADBAB;
  font-size: 16px;
}
.form_registration label .desc,
.form_authorization label .desc,
.form_recovery label .desc {
  color: rgba(255, 255, 255, 0.5019607843);
  margin: 0 0 20px;
  font-size: 14px;
}
.form_registration label > span,
.form_authorization label > span,
.form_recovery label > span {
  display: table;
  color: #fff;
  width: 500px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .form_registration label > span,
  .form_authorization label > span,
  .form_recovery label > span {
    font-size: 14px;
  }
}
.form_registration label .select_mate,
.form_authorization label .select_mate,
.form_recovery label .select_mate {
  margin: 0 0 20px;
}
.form_registration label .selecionado_opcion,
.form_authorization label .selecionado_opcion,
.form_recovery label .selecionado_opcion {
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  background: #121730;
  border-radius: 80px;
  padding: 25px 40px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .form_registration label .selecionado_opcion,
  .form_authorization label .selecionado_opcion,
  .form_recovery label .selecionado_opcion {
    padding: 20px;
    font-size: 12px;
  }
}
.form_registration label .select_mate,
.form_authorization label .select_mate,
.form_recovery label .select_mate {
  border-radius: 0;
  border: none;
}
.form_registration label .icon_select_mate,
.form_authorization label .icon_select_mate,
.form_recovery label .icon_select_mate {
  right: 5%;
  top: 37%;
}
.form_registration label .cont_select_int li,
.form_authorization label .cont_select_int li,
.form_recovery label .cont_select_int li {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .form_registration label .cont_select_int li,
  .form_authorization label .cont_select_int li,
  .form_recovery label .cont_select_int li {
    font-size: 12px;
  }
}

.form-control, .form-control-num {
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  background: #121730;
  border-radius: 80px;
  padding: 20px 40px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .form-control, .form-control-num {
    padding: 20px;
    font-size: 12px;
  }
}
.form-control::-webkit-input-placeholder, .form-control-num::-webkit-input-placeholder {
  color: #fff;
}
.form-control::-moz-placeholder, .form-control-num::-moz-placeholder {
  color: #fff;
}
.form-control:-ms-input-placeholder, .form-control-num:-ms-input-placeholder {
  color: #fff;
}
.form-control::-ms-input-placeholder, .form-control-num::-ms-input-placeholder {
  color: #fff;
}
.form-control::placeholder, .form-control-num::placeholder {
  color: #fff;
}
.form-control:focus::-webkit-input-placeholder, .form-control-num:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder, .form-control-num:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder, .form-control-num:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder, .form-control-num:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::placeholder, .form-control-num:focus::placeholder {
  color: transparent;
}

.form-control-text {
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  background: #1E2442;
  border-radius: 20px;
  padding: 20px 40px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
  margin: 0 0 20px;
  min-height: 120px;
  resize: none;
}

input[type=mail].form-control::-webkit-input-placeholder, input[type=tel].form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input[type=mail].form-control::-moz-placeholder, input[type=tel].form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input[type=mail].form-control:-ms-input-placeholder, input[type=tel].form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input[type=mail].form-control::-ms-input-placeholder, input[type=tel].form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input[type=mail].form-control::placeholder,
input[type=tel].form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input[type=mail].form-control:focus::-webkit-input-placeholder, input[type=tel].form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=mail].form-control:focus::-moz-placeholder, input[type=tel].form-control:focus::-moz-placeholder {
  color: transparent;
}
input[type=mail].form-control:focus:-ms-input-placeholder, input[type=tel].form-control:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=mail].form-control:focus::-ms-input-placeholder, input[type=tel].form-control:focus::-ms-input-placeholder {
  color: transparent;
}
input[type=mail].form-control:focus::placeholder,
input[type=tel].form-control:focus::placeholder {
  color: transparent;
}

.checkbox,
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .checkbox,
  .radio {
    font-size: 11px;
  }
}
.checkbox input, .checkbox .checkbox-input,
.radio input,
.radio .checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  -webkit-transition: 500ms;
  transition: 500ms;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .checkbox input, .checkbox .checkbox-input,
  .radio input,
  .radio .checkbox-input {
    width: 18px;
    height: 18px;
  }
}
.checkbox input:after, .checkbox .checkbox-input:after,
.radio input:after,
.radio .checkbox-input:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.checkbox input:checked::after, .checkbox .checkbox-input:checked::after,
.radio input:checked::after,
.radio .checkbox-input:checked::after {
  background: #5236AF;
  border-radius: 5px;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.checkbox label,
.radio label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.checkbox label a,
.radio label a {
  color: #8ADBAB;
}

input[type=file].form-control {
  cursor: pointer;
  border: none;
}

input[type=file].form-control::-webkit-file-upload-button {
  display: none;
}

input[type=file].form-control::file-selector-button {
  display: none;
}

input[type=file].form-control::-webkit-file-upload-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: -100%;
}

input[type=file].form-control-num {
  cursor: pointer;
  border: none;
}

input[type=file].form-control-num::-webkit-file-upload-button {
  display: none;
}

input[type=file].form-control-num::file-selector-button {
  display: none;
}

input[type=file].form-control-num::-webkit-file-upload-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: -100%;
}

input[type=file].form-control-num {
  color: transparent;
}

.all_f_row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.file_row {
  position: relative;
  width: 100%;
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  background: #121730;
  border-radius: 80px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
}
.file_row .desc {
  position: absolute;
  bottom: -40px;
  color: #FFF;
  font-size: 14px;
  opacity: 0.6;
}

.bnt_center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnt_center {
    width: 100%;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.bg_info {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1437), to(rgba(15, 20, 55, 0)));
  background: linear-gradient(180deg, #0F1437 0%, rgba(15, 20, 55, 0) 100%);
  padding: 40px;
  border-radius: 20px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .bg_info {
    padding: 10px;
  }
}
.bg_info input, .bg_info .selecionado_opcion {
  background: #1E2442;
}
.bg_info .btn_row {
  margin-top: 80px;
}
.bg_info .btn_row_min {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bg_info .btn_row_min {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.bg_info ~ h2 {
  margin: 0;
}
.bg_info h3 {
  text-align: center;
}
.bg_info.hide {
  display: none;
}

.lk_form_info {
  margin: 0 0 134px;
}
@media screen and (max-width: 768px) {
  .lk_form_info {
    margin: 0 0 40px;
  }
}
.lk_form_info.m_10 {
  margin: 0 0 100px;
}
.lk_form_info.m_4 {
  margin: 0 0 40px;
}
.lk_form_info label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lk_form_info label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
  }
}
.lk_form_info label > span {
  color: #fff;
  min-width: 310px;
  width: 310px;
}
@media screen and (max-width: 992px) {
  .lk_form_info label > span {
    min-width: 250px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .lk_form_info label > span {
    width: auto;
    min-width: auto;
    padding-right: 60px;
  }
}
.lk_form_info label > span button {
  max-width: 18px;
  position: relative;
  right: -10px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .lk_form_info label > span button {
    max-width: 14px;
  }
}
.lk_form_info label input {
  margin: 0;
}
.lk_form_info label.label_form_dop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lk_form_info label.label_form_dop > span {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .lk_form_info label.label_form_dop > span {
    top: 0;
  }
}
.lk_form_info .checkbox_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lk_form_info .checkbox_min {
    font-size: 11px;
  }
}
.lk_form_info .checkbox_min input, .lk_form_info .checkbox_min .checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  -webkit-transition: 500ms;
  transition: 500ms;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lk_form_info .checkbox_min input, .lk_form_info .checkbox_min .checkbox-input {
    width: 18px;
    height: 18px;
  }
}
.lk_form_info .checkbox_min input:after, .lk_form_info .checkbox_min .checkbox-input:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.lk_form_info .checkbox_min input:checked::after, .lk_form_info .checkbox_min .checkbox-input:checked::after {
  background: #5236AF;
  border-radius: 5px;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.lk_form_info .checkbox_min label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  margin: 10px 0;
  width: 100%;
}
.lk_form_info .checkbox_min label a {
  color: #8ADBAB;
}
.lk_form_info .select_mate {
  width: 100%;
  border: none;
}
.lk_form_info .select_mate span {
  min-width: auto;
}
.lk_form_info .selecionado_opcion {
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  background: #1E2442;
  border-radius: 80px;
  padding: 17px 40px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
  text-transform: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .lk_form_info .selecionado_opcion {
    font-size: 12px;
    padding: 20px;
  }
}
.lk_form_info .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lk_form_info .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk_form_info .btn_row .btn {
    width: 100%;
  }
}
.lk_form_info hr {
  border: 1px solid;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #4BF0F0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #4BF0F0 50%, rgba(255, 255, 255, 0) 100%);
  height: 3px;
  margin: 40px 0;
  max-width: 820px;
}
.lk_form_info .form_header {
  background: #5236AF;
  border-radius: 10px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk_form_info .form_header span {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lk_form_info .form_header span {
    font-size: 12px;
  }
}
.lk_form_info .form_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.warning {
  color: #D51D1D;
  font-weight: 500;
}

.block_form_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .block_form_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block_form_wrapper label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .block_form_wrapper label {
    margin: 0;
  }
}
.block_form_wrapper label span {
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 768px) {
  .btn.download {
    width: 100%;
  }
}

.checkbox-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*main_lk*/
.lk_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .lk_content_row {
    gap: 30px;
  }
}

.lk_left_menu {
  position: relative;
}
.lk_left_menu .mobile_dropdown {
  height: 52px;
  background: #8ADBAB;
  color: #5236AF;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  border-radius: 10px;
  padding: 0 20px;
  cursor: pointer;
  display: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lk_left_menu .mobile_dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lk_left_menu .mobile_dropdown {
    font-size: 12px;
    height: 40px;
  }
}
.lk_left_menu .mobile_dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  background: url(../img/down.svg) no-repeat center;
  width: 18px;
  height: 9px;
}
.lk_left_menu .mobile_dropdown.open::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.lk_left_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .lk_left_menu ul {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .lk_left_menu ul {
    display: -ms-grid;
    display: grid;
    gap: 0;
    border-radius: 10px;
    background: #8ADBAB;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .lk_left_menu ul {
    top: 45px;
  }
}
.lk_left_menu ul.open {
  max-height: 500px;
}
.lk_left_menu ul li a {
  border: 1px solid #8ADBAB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 20px;
  color: #8ADBAB;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .lk_left_menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .lk_left_menu ul li a {
    border-radius: 0;
    border: none;
    color: #5236AF;
  }
}
@media screen and (max-width: 768px) {
  .lk_left_menu ul li a {
    font-size: 12px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .lk_left_menu ul li a:hover {
    background: #8ADBAB;
    color: #5236AF;
  }
}
.lk_left_menu ul li a.active {
  background: #8ADBAB;
  color: #5236AF;
}
@media screen and (max-width: 1200px) {
  .lk_left_menu ul li a.active {
    background: transparent;
  }
}
.lk_left_menu ul li a.active span {
  background: #5236AF;
  color: #8ADBAB;
}
@media screen and (max-width: 1200px) {
  .lk_left_menu ul li:has(a.active) {
    background: rgba(0, 0, 0, 0.1);
  }
  .lk_left_menu ul li:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
.lk_left_menu ul li span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #5236AF;
  background: #8ADBAB;
  width: 20px;
  height: 20px;
  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;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .lk_left_menu ul li span {
    background: #5236AF;
    color: #fff;
    font-size: 10px;
  }
}

.lk_table {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1437), to(rgba(15, 20, 55, 0)));
  background: linear-gradient(180deg, #0F1437 0%, rgba(15, 20, 55, 0) 100%);
  border-radius: 20px;
  padding: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-color: #5236AF transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: #8ADBAB;
}
@media screen and (max-width: 992px) {
  table {
    min-width: 992px;
  }
}
table a {
  color: #8ADBAB;
}
table thead {
  background: #5236AF;
}
table thead th {
  padding: 24px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
table thead th:last-child {
  border-radius: 0 10px 10px 0;
}
table thead th:first-child {
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}
table tbody tr:nth-last-child(odd) {
  background: rgba(224, 236, 255, 0.1019607843);
}
table tbody tr td {
  padding: 20px 0;
}
table tbody tr td:first-child {
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}
table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.rec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rec_row .img {
  width: 220px;
  height: 60px;
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rec_row .img {
    max-width: 145px;
    height: 56px;
  }
}
.rec_row input {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .rec_row input {
    max-width: 145px;
  }
}
.rec_row .change {
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin: 0 0 20px;
}

.lk_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 40px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lk_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.id_info {
  color: #8ADBAB;
  font-weight: 700;
}

.lk_photo_add_img {
  max-width: 300px;
  margin: 0 auto;
}
.lk_photo_add_img .user_img {
  border-radius: 20px;
  overflow: hidden;
}
.lk_photo_add_img .add_photo {
  color: #8ADBAB;
  position: relative;
  margin: 8px auto 0;
  display: table;
}
.lk_photo_add_img .add_photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #8ADBAB;
}

.title_dop {
  position: relative;
}
.title_dop a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .title_dop a {
    display: none;
  }
}

.lk_link {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .lk_link {
    margin: 10px 0 0;
  }
}
.lk_link ul li {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .lk_link ul li {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.lk_link ul li a {
  color: #8ADBAB;
  font-weight: 500;
  text-decoration: underline;
}

.file_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  z-index: 0;
  cursor: pointer;
  min-width: 180px;
}
.file_text.del {
  text-align: right;
  padding-right: 40px;
  color: #F9595F;
}

.file_text_num {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 40px;
  z-index: 0;
  cursor: pointer;
  min-width: 180px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .file_text_num {
    left: 20px;
    font-size: 12px;
  }
}

.lk_comment {
  margin: 0 0 80px;
}
.lk_comment .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lk_comment_row {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lk_comment_row {
    gap: 10px;
  }
}
.lk_comment_row .btn {
  height: 32px;
  text-transform: none;
}
.lk_comment_row .item_comment {
  border: 1px solid rgba(212, 212, 212, 0.1019607843);
  padding: 40px;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  background: #0D203D;
}
@media screen and (max-width: 768px) {
  .lk_comment_row .item_comment {
    gap: 10px;
    padding: 14px;
  }
}
.lk_comment_row .item_comment.active {
  background: #272B41;
}
.lk_comment_row .item_comment.active .data_com {
  padding-left: 17px;
}
.lk_comment_row .item_comment.active .data_com::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FF0B0B;
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
.lk_comment_row .item_comment .data_com {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.lk_comment_row .item_comment .title_com {
  color: #8ADBAB;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lk_comment_row .item_comment .title_com {
    font-size: 16px;
  }
}
.lk_comment_row .item_comment .desc_com {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lk_comment_row .item_comment .desc_com {
    font-size: 12px;
  }
}

.lk_proposal .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lk_proposal .btn svg {
  margin-right: 10px;
}

.lk_proposal_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 20px 0 130px;
}
@media screen and (max-width: 992px) {
  .lk_proposal_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lk_proposal_row .item_props {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1437), to(rgba(15, 20, 55, 0)));
  background: linear-gradient(180deg, #0F1437 0%, rgba(15, 20, 55, 0) 100%);
  padding: 20px 40px;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .item_props {
    padding: 14px 10px;
  }
}
.lk_proposal_row .info_prop {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .info_prop {
    font-size: 12px;
    padding: 10px 0;
  }
}
.lk_proposal_row .name_pr {
  display: block;
  padding-right: 80px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .name_pr {
    width: 120px;
  }
}
.lk_proposal_row .br_tag_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.lk_proposal_row .br_tag {
  background: transparent;
  border: 1px solid #8ADBAB;
  color: #8ADBAB;
  padding: 0 10px;
  border-radius: 100px;
  height: 30px;
  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;
}
.lk_proposal_row .chat_link {
  color: #8ADBAB;
  font-weight: 700;
  margin: 0 0 24px;
  display: table;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .chat_link {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.lk_proposal_row .chat_link_error {
  color: #FF8585;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .chat_link_error {
    font-size: 12px;
  }
}
.lk_proposal_row .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .btn_row {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .lk_proposal_row .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .lk_proposal_row .btn_row .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.lk_proposal_row .chat_info_text {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lk_proposal_row .chat_info_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .lk_proposal_row .chat_info_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.info_select_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .info_select_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .info_select_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.tab_lk {
  overflow: hidden;
}
.tab_lk h3 {
  text-align: center;
}

.tab_lk_row {
  background: rgba(212, 212, 212, 0.2);
  padding: 10px;
  border-radius: 100px;
  margin: 0 auto;
}
.tab_lk_row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.tab_lk_row ul li a {
  color: #fff;
  font-size: 18px;
  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;
  padding: 0 40px;
  height: 55px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .tab_lk_row ul li a {
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
  }
}
.tab_lk_row ul li a.active {
  background: #8ADBAB;
  color: #5236AF;
  border-radius: 100px;
}
.tab_lk_row.default {
  margin: 0;
}
.tab_lk_row.scroll {
  margin: 0;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .tab_lk_row.scroll {
    width: auto;
  }
}
.tab_lk_row.scroll ul {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.tab_lk_row.scroll ul li {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.pass_forgot {
  color: #8ADBAB;
  font-weight: 500;
  margin: 0 0 20px;
  display: table;
}

.serialtip-default.is-alignment-left {
  -webkit-transform: translate(-48px, -20px);
          transform: translate(-48px, -20px);
}

/*footer*/
footer {
  background: #5236AF;
  padding: 40px 0;
}
footer .footer_row {
  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: 10px;
}
@media screen and (max-width: 992px) {
  footer .footer_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer_logo {
  width: clamp(60px, 12vw, 146px);
  min-width: 60px;
}
footer .logo {
  width: clamp(80px, 16vw, 200px);
  min-width: 80px;
}
footer a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  font-size: clamp(8px, 1.2vw, 16px);
}
footer a:hover {
  color: #8ADBAB;
}
footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  footer .social img {
    max-height: 10px;
  }
}
footer .f_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px clamp(24px, 3vw, 100px);
}
@media screen and (max-width: 992px) {
  footer .f_down {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .f_date {
  color: #fff;
  font-size: clamp(8px, 1.2vw, 16px);
}
@media screen and (max-width: 992px) {
  footer .f_date {
    width: 100%;
  }
}

/*all style*/
.animation_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  background: #8ADBAB;
}
.animation_row.fixed_line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.animation_row.fixed_line ~ header.fixed {
  top: 3%;
}
@media screen and (max-width: 1200px) {
  .animation_row.fixed_line ~ header.fixed {
    top: 3.6%;
  }
}
@media screen and (max-width: 992px) {
  .animation_row.fixed_line ~ header.fixed {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .animation_row.fixed_line ~ header.fixed {
    top: 2.5%;
  }
}
.animation_row.fixed_line ~ header.fixed nav.open {
  top: 8%;
}
@media screen and (max-width: 992px) {
  .animation_row.fixed_line ~ header.fixed nav.open {
    top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .animation_row.fixed_line ~ header.fixed nav.open {
    top: 6%;
  }
}

.animation_text {
  font-size: clamp(8px, 1.4vw, 18px);
  padding: clamp(9px, 1.4vw, 12px);
  white-space: nowrap;
  display: inline-block;
  color: #5236AF;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.animation_text::before {
  content: "";
  position: absolute;
  background: #5236AF;
  width: clamp(3px, 0.5vw, 6px);
  height: clamp(3px, 0.5vw, 6px);
  border-radius: 100%;
  left: -2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.style_1 {
  -webkit-animation: play1 20s infinite linear;
          animation: play1 20s infinite linear;
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}

.style_2 {
  -webkit-animation: play2 20s infinite linear;
          animation: play2 20s infinite linear;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}

@-webkit-keyframes play1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes play1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes play2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes play2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.details_gallery {
  margin-bottom: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .details_gallery {
    margin-bottom: 24px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .details_gallery {
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 480px) {
  .details_gallery {
    grid-auto-rows: 148px;
    gap: 10px;
  }
}
.details_gallery .gallery_item {
  position: relative;
  cursor: pointer;
  max-height: 362px;
  border-radius: 23px;
  overflow: hidden;
}
.details_gallery .gallery_item:nth-child(1) {
  max-height: 500px;
  grid-column: 1/-1;
}
@media screen and (max-width: 992px) {
  .details_gallery .gallery_item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    max-height: 500px;
  }
}
.details_gallery .gallery_item:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.details_gallery .gallery_item:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.details_gallery .gallery_item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 992px) {
  .details_gallery .gallery_item:nth-child(4) {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.details_gallery .gallery_item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (max-width: 992px) {
  .details_gallery .gallery_item:nth-child(5) {
    grid-column: 1/-1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
.details_gallery .gallery_item:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (max-width: 992px) {
  .details_gallery .gallery_item:nth-child(6) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
.details_gallery .gallery_item:nth-child(7) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media screen and (max-width: 992px) {
  .details_gallery .gallery_item:nth-child(7) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
.details_gallery .gallery_item.video .play_button {
  top: auto;
  left: 19px;
  bottom: 30px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.details_gallery .play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90px;
  width: clamp(17px, 5vw, 90px);
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  pointer-events: none;
}

/*select*/
.icon_select_mate {
  position: absolute;
  top: 30%;
  right: 20px;
  height: 22px;
  -webkit-transition: all 275ms;
  transition: all 275ms;
}
@media screen and (max-width: 768px) {
  .icon_select_mate {
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.select_mate {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 28px;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
.select_mate.multiple .selecionado_opcion .selected-item {
  color: #8ADBAB;
  border: 1px solid #8ADBAB;
  padding: 10px;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
}

.cont_list_select_mate {
  position: relative;
}

.cont_select_int {
  position: absolute;
  top: 1px;
  z-index: 99;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 375ms ease-in-out;
  transition: all 375ms ease-in-out;
  border-radius: 20px;
  list-style: none;
}
.cont_select_int li {
  padding: 5px 20px;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  cursor: pointer;
  font-weight: 500;
  color: #1E1E1E;
}
@media screen and (max-width: 768px) {
  .cont_select_int li {
    font-size: 10px;
  }
}
.cont_select_int li.active {
  color: #5236AF;
}

.selecionado_opcion {
  padding: 12px 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .selecionado_opcion {
    font-size: 10px;
  }
}

.bg_form_search {
  background: #0F1437;
  padding: 32px 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .bg_form_search {
    padding: 0;
  }
}

.form_search_top {
  display: none;
}
.form_search_top.open {
  display: block;
}
.form_search_top.open .form_search_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  backdrop-filter: blur(20px);
}
.form_search_top .container {
  position: relative;
}
.form_search_top input {
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 32px;
  background: transparent;
  padding: 0 60px;
  width: 100%;
  color: #fff;
  outline: none;
}
@media screen and (max-width: 992px) {
  .form_search_top input {
    font-size: 14px;
    height: 48px;
    padding: 0 40px;
  }
}
.form_search_top .search_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 33px;
  height: 33px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .form_search_top .search_close {
    width: 14px;
    height: 14px;
  }
}
.form_search_top .search_icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
  height: 34px;
}
@media screen and (max-width: 992px) {
  .form_search_top .search_icon {
    width: 12px;
    height: 12px;
  }
}

.f-button.is-close-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tippy-box[data-theme~=custom] {
  background-color: #5236AF;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}
.tippy-box[data-theme~=custom] div {
  font-size: clamp(12px, 1.5vw, 16px);
}
.tippy-box[data-theme~=custom] p:last-child {
  margin: 0;
}

.tippy-box[data-theme~=custom][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #5236AF;
}

.tippy-box[data-theme~=custom][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #5236AF;
}

.tippy-box[data-theme~=custom][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #5236AF;
}

.tippy-box[data-theme~=custom][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #5236AF;
}