/* USED FONTS: */
/* font-family: "YFF RARE TRIAL Mega"; */
/* font-family: "YFF RARE TRIAL Hyper"; */
/* font-family: "YFF RARE VF TRIAL"; */
@import "fonts.css";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
/*Panel*/
  #bx-panel {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
  }

  /*Panel*/
  .mobile_menu_background{
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    /* transition: opacity 0.3s ease-in-out; */
  }

  .mobile_menu_background.active_mobile{
    opacity: 1;
  }
  
  header {
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9d9d9d;
  
    transition: top 0.3s ease-in-out;
    z-index: 2;
    width: 100%;
  }
  
  header.show {
    top: 0;
    height: 62px;
    position: fixed;
  }
  
  header.show > div > div > p {
    display: none;
  }
  
  header.show > div > div > img {
    height: 41px;
    cursor: pointer;
  }
  
  .header_menu_icon {
    display: none;
  }

  .header_menu_icon > img {
    filter: brightness(0) saturate(100%) invert(1);
  }
  
  .header_logo {
    flex: 1;
    font-family: "YFF RARE MEGA";
    font-size: 14.3px;
    font-weight: 600;
  }
  
  header > div {
    display: flex;
    align-items: center;
  }
  
  nav > ul {
    display: flex;
    gap: 25px;
    list-style: none;
    /* font-family: "YFF RARE TRIAL Mega"; */
    font-family: "YFF RARE MEGA";
  }
  
  nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
  }
  
  nav > ul > li:first-child > a,
  .activeTab {
    color: #d9ff00;
    background-image: linear-gradient(
      90deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
  }
  
  section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: "YFF RARE TRIAL Mega"; */
    font-family: "YFF RARE MEGA";
    padding: 100px 20px;
  }
  
  .no-align {
    align-items: normal;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
  }
  
  .link_secondary {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 22px 44px;
    font-size: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    z-index: 1;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-family: "YFF RARE MEGA";
  }
  
  .link_secondary:hover {
    box-shadow: 0px 4px 32px 0px #17fa98;
  }
  
  .link_secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 4px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #d9ff00 0%, #5fd4ff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .link_primary {
    text-decoration: none;
    border-radius: 16px;
    padding: 22px 44px;
    font-size: 27px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #000000;
    background: #d4fd07;
    background: linear-gradient(
      90deg,
      rgba(212, 253, 7, 1) 0%,
      rgba(95, 212, 252, 1) 100%
    );
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-family: "YFF RARE MEGA";
  }
  
  .link_primary:hover {
    box-shadow: 0px 4px 32px 0px #17fa98;
  }
  
  .text_black {
    color: #000000;
  }
  
  /* START SECTION */
  
  .start_section {
    height: 841px;
    color: #ffffff;
    background-color: #000000;
    background-image: url("/local/templates/soda/img/start-section-bg.png");
    background-position: right;
    background-repeat: no-repeat;
  }
  
  .start_section_title {
    width: 100%;
    max-width: 957px;
    text-wrap: balance;
    font-size: 64px;
    font-weight: 500;
  }
  
  .start_section_date_place {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 30px;
    font-family: "YFF RARE MEGA";
    margin-top: 95px;
    margin-bottom: 68px;
  }
  
  .start_section_date_place > div {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  
  .start_section_links {
    display: flex;
    gap: 18px;
  }
  
  /* SLOGAN SECTION */
  
  .slogan_section {
    margin-top: -75px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slogan_section .container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .slogan_section_slogan {
    font-size: 60px;
    font-weight: 600;
    padding-top: 40px;
  }

  .slogan_section img{
    max-width: 625px;
  }
  
  
  /* FOR WHO SECTION */
  
  .for_who_section {
    height: 1587px;
    background-color: #000000;
    background-image: url("/local/templates/soda/img/for-who-section-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
  }
  
  .for_who_section_title {
    font-size: 75px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  
  .for_who_section_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 50px;
    margin-top: 87px;
    margin-bottom: 59px;
  }
  
  .for_who_section_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    color: #ffffff;
    width: 160px;
  }
  
  .for_who_section_card > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  
  .for_who_section_links {
    display: flex;
    justify-content: center;
    gap: 14px;
  }
  
  .for_who_section_running_line {
    display: flex;
    align-items: center;
    position: absolute;
    height: 50px;
    bottom: 0;
    z-index: 1;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    color: #000;
    background: #cffb0c;
    background: linear-gradient(
      90deg,
      rgba(207, 251, 12, 1) 0%,
      rgba(96, 212, 247, 1) 100%
    );
    overflow: hidden;
    white-space: nowrap;
    color: white;
  }
  
  .for_who_section_running_line > p {
    display: flex;
    animation-name: running_line;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  
  @keyframes running_line {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* FEATURING SECTION */
  
  .featuring_section {
    height: 1449px;
  }
  
  .featuring_section_title {
    font-size: 75px;
    font-weight: 500;
    text-align: center;
  }
  
  .featuring_section_cards {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
    margin-bottom: 88px;
  }
  
  .featuring_section_card {
    width: 273px;
  }
  
  .featuring_section_card > div:first-child {
    height: 80px;
  }
  
  .featuring_section_card_body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  
  .featuring_section_card_body > h3 {
    font-size: 24px;
    font-weight: 600;
  }
  
  .featuring_section_card_body > hr {
    width: 50px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #000000;
  }
  
  .featuring_section_card_body > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: "YFF RARE HYPER";
  }
  
  .featuring_section_slogan {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin-bottom: 47px;
  }
  
  .featuring_section_links {
    display: flex;
    justify-content: center;
    gap: 17px;
  }
  
  .featuring_section_links > a {
    color: #000000;
  }
  
  /* SPEAKERS SECTION */
  
  .speakers_section {
    /* height: 1848px; */
    background-color: #000000;
  }
  
  .speaker_section_title {
    /* font-family: "YFF RARE VF TRIAL"; */
    font-size: 75px;
    font-weight: 500;
    color: #d9ff00;
    background-image: linear-gradient(
      90deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
    text-align: center;
  }
  
  .speakers_section_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    row-gap: 45px;
    margin-top: 53px;
    margin-bottom: 130px;
    position: relative;
  }
  
  .speaker_section_card {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 260px;
    color: #ffffff;
    /* font-family: "YFF RARE VF TRIAL"; */
  }
  
  .speaker_section_card_image {
    width: 260px;
    height: 345px;
    border-radius: 5px;
  }
  
  .speaker_section_card_image > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;
  }
  
  .speaker_section_card_body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .speaker_section_card_body > h3 {
    font-size: 28px;
    font-weight: 600;
  }
  
  .speaker_section_card_body > p {
    font-size: 18px;
    font-weight: 500;
  }
  
  .speakers_section_links {
    display: flex;
    justify-content: center;
    gap: 14px;
  }
  
  .speakers_section_disclaimer {
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #a9a9a9;
    font-family: "YFF RARE HYPER";
    font-weight: 400;
  }
  
  /* WHY US SECTION */
  
  .why_us_section {
    height: 1195px;
  }
  
  .why_us_section_title {
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    background: #cffa0c;
    background: linear-gradient(
      90deg,
      rgba(207, 250, 12, 1) 0%,
      rgba(95, 211, 245, 1) 100%
    );
    color: transparent;
    background-clip: text;
  }
  
  .why_us_section_cards {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 90px;
  }
  
  .why_us_section_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 373px;
  }
  
  .why_us_section_card_body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .why_us_section_card_body > h3 {
    font-size: 38px;
    text-align: center;
  }
  
  .why_us_section_card_body > div {
    font-size: 20px;
    text-align: center;
    font-family: "YFF RARE HYPER";
  }
  
  .why_us_section_links {
    display: flex;
    gap: 14px;
    justify-content: center;
  }

  /* PROGRAM SECTION */

.program_section {
  /* height: 2039px; */
  background-color: #000000;
  color: #ffffff;
  padding: 100px 20px;
}

.program_section_table {
  width: 1200px;
  margin-bottom: 70px;
  max-width: 100%;
}

.program_section_table_head {
  display: flex;
  align-items: center;
  gap: 65px;
  height: 66px;
  border-radius: 130px;
  padding-inline: 25px;
  font-size: 18px;
  font-family: "YFF RARE HYPER";
  text-wrap: wrap;
}

.program_section_table_head > p:first-child {
  width: 120px;
}

.program_section_table_head > p:nth-child(2) {
  flex: 1;
}

.program_section_table_head > p:nth-child(3) {
  width: 190px;
}

.program_section_table_item {
  display: flex;
  align-items: center;
  gap: 65px;
  height: 66px;
  border-radius: 130px;
  padding-inline: 25px;
  font-size: 18px;
  font-family: "YFF RARE HYPER";
  text-wrap: wrap;
}

.program_section_table_item > p:first-child {
  width: 122px;
  min-width: 122px;
}

.program_section_table_item > p:nth-child(2) {
  flex: 1;
  max-width: 50%;
}

.program_section_table_item:nth-child(odd) {
  background-color: #1f2021;
}

.program_section_title {
  font-size: 60px;
  line-height: 82px;
  background-image: linear-gradient(
    90deg,
    rgba(217, 255, 0, 1) 0%,
    rgba(95, 212, 255, 1) 100%
  );
  color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 76px;
}

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

@media (max-width: 700px) {
  .program_section_title{
    font-size: 50px;
  }
  .program_section_table_item {
    gap: 30px;
    min-height: 60px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .program_section_title{
    font-size: 30px;
    line-height: 50px;
  }
  .program_section_table_head{
    font-size: 15px;
  }
  .program_section_table_item {
    font-size: 15px;
    gap: 20px;
  }
  .program_section_table_item > p:first-child {
    width: 110px;
    min-width: 110px;
  }
  .program_section_table_item > p:nth-child(2) {
    max-width: 40%;
  }
}

@media (max-width: 450px) {
  .program_section_title{
    line-height: 40px;
  }
  .program_section_table_head{
    font-size: 12px;
  }
  .program_section_table_item {
    font-size: 12px;
    gap: 10px;
  }
  .program_section_table_item > p:first-child {
    width: 90px;
    min-width: 90px;
  }
  .program_section_table_item > p:nth-child(2) {
    max-width: 40%;
  }
}
  
  /* SODA 2024 SECTION */
  
  .soda_2024_section {
    display: flex;
    flex-direction: column;
    /* height: 3354px; */
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #000000;
  }
  
  .soda_2024_section_title {
    /* font-family: "YFF RARE VF TRIAL"; */
    font-size: 75px;
    font-weight: 500;
    color: #d9ff00;
    background-image: linear-gradient(
      90deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 18px;
  }
  
  .soda_2024_section_video {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
  }

  .soda_2024_section_video_cover .noactive{
    display: none;
  }

  .soda_2024_section_video_cover .video_image{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

  .soda_2024_section_video .play_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 15%;
  }

  .soda_2024_section_video iframe{
    /* border: 1px solid #fff; */
    border-radius: 20px;
  }

  .soda_2024_section_video .noactive{
    display: none;
  }
  
  .soda_2024_section_slider_container {
    width: 100%;
    padding-inline: 20px;
    margin-top: 53px;
    margin-bottom: 79px;
  }
  
  .soda_2024_section_slider {
    /* height: 1703px; */
    /* border: 1px solid yellow; */
  }
  
  .soda_2024_section_get_videos {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
  }
  
  .soda_2024_section_get_videos > div:first-child > h3 {
    width: 490px;
    font-size: 50px;
    text-wrap: balance;
  }
  
  .soda_2024_section_get_videos > div:first-child > p {
    font-size: 25px;
    margin-top: 23px;
    margin-bottom: 55px;
    font-family: "YFF RARE HYPER";
    width: 406px;
  }
  
  .soda_2024_section_get_videos_items {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  /* PARTNERS SECTION */
  
  .partners_section {
    /* height: 887px; */
  }
  
  .partners_section_organizer_title {
    font-size: 75px;
    /* font-family: "YFF RARE TRIAL Mega"; */
    font-family: "YFF RARE MEGA";
    text-align: center;
  }
  
  .partners_section_wrapper {
    display: flex;
    justify-content: space-evenly;
    gap: 178px;
    margin-top: 78px;
  }
  
  .partners_section_organizer {
    font-size: 18px;
    font-family: "YFF RARE HYPER";
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .partners_section_organizer > h3 {
    font-weight: 400;
  }
  
  .partners_section_partners {
    font-size: 18px;
    font-family: "YFF RARE HYPER";
    text-align: center;
    /* height: 302px; */
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  
  .partners_section_partners > h3 {
    font-weight: 400;
  }
  
  .partners_section_partners_items {
    display: flex;
    gap: 96px;
  }
  
  .partners_section_partners_item {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #become_partner_button {
    font-size: 20px;
    width: 274px;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    /* margin-top: 68px; */
  }
  
  /* MAP SECTION */
  
  .map_section {
    display: flex;
    flex-direction: column;
    /* height: 2063px; */
    color: #ffffff;
    background-color: #000000;
  }
  
  .map_section_title {
    font-size: 75px;
    color: #d9ff00;
    background-image: linear-gradient(
      90deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
  }
  
  .map_section_date_place {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 56px;
    margin-bottom: 53px;
  }
  
  .map_section_date {
    display: flex;
    align-items: center;
    gap: 35px;
    font-family: "Gilroy";
    font-size: 50px;
    font-weight: 500;
  }
  
  .map_section_place {
    display: flex;
    align-items: center;
    gap: 35px;
    font-family: "Gilroy";
    font-size: 30px;
    font-weight: 500;
  }
  
  .map_section_place > div > hr {
    width: 169px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 3px solid #ffffff;
  }
  
  .map_section_map {
    height: 690px;
    margin-bottom: 33px;
  }
  
  #map {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }

  .ymaps-2-1-79-inner-panes,
  .ymaps-2-1-79-map {
    border-radius: 30px;
  }
  
  .map_section_slider {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
  }

  .map_section_slider p{
    font-size: 18px;
  }
  
  #slider {
    height: 165px;
    width: 100%;
    border: 1px solid yellow;
  }
  
  .map_section_links {
    display: flex;
    justify-content: center;
    gap: 14px;
  }
  
  /* SLOGAN 2 SECTION */
  
  .slogan2_section {
    /* height: 684px; */
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -85px;
  }

  .slogan2_section .container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .slogan2_section .container > img{
    max-width: 641px;
  }
  
  .slogan2_section .slogan2_section_con1 > p:first-of-type {
    font-size: 75px;
    font-family: "YFF RARE MEGA";
    font-weight: 600;
    margin-top: 49px;
    margin-bottom: 38px;
  }
  
  .slogan2_section .slogan2_section_con1 > p:nth-of-type(2) {
    font-size: 30px;
    /* font-family: "YFF RARE VF TRIAL"; */
    font-family: "YFF RARE HYPER";
  }
  
  /* TICKETS SECTION */
  
  .tickets_section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1169px;
    background-color: #000000;
  }
  
  .tickets_section_title,
  .tickets_section_title a {
    font-family: "YFF RARE MEGA";
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    color: #d9ff00;
    background-image: linear-gradient(
      90deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
  }
  
  .tickets_section_tickets {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
    margin-bottom: 104px;
  }
  
  .tickets_section_tickets_ticket_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .tickets_section_tickets_ticket_wrapper > a {
    font-size: 20px;
    font-family: "YFF RARE HYPER";
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
  }
  
  .tickets_section_tickets_ticket_wrapper > a:hover {
    box-shadow: 0px 4px 32px 0px #17fa98;
    transition: all 0.2s ease;
  }
  
  .tickets_section_tickets_ticket_wrapper > p {
    font-size: 20px;
    font-family: "YFF RARE HYPER";
    color: #ffffff;
  }
  
  .tickets_section_tickets_ticket {
    width: 591px;
    height: 364px;
    background-color: #fff;
    padding: 49px 69px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .tickets_section_tickets_ticket > h3 {
    font-family: "YFF RARE MEGA";
    font-size: 30px;
  }
  
  .tickets_section_tickets_ticket > p {
    font-family: "YFF RARE HYPER";
    font-size: 20px;
    width: 100%;
    max-width: 446px;
  }
  
  .tickets_section_tickets_ticket > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "YFF RARE MEGA";
    font-size: 50px;
    font-weight: 600;
  }
  
  .tickets_section_countdown {
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: center;
  }
  
  .tickets_section_countdown > p {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
  }
  
  .tickets_section_countdown_numbers {
    display: flex;
    justify-content: center;
    gap: 49px;
  }
  
  .tickets_section_countdown_numbers > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .tickets_section_countdown_numbers > div > p:first-child {
    font-family: "Gilroy";
    font-size: 100px;
    font-weight: 500;
    color: #d9ff00;
    background-image: linear-gradient(
      180deg,
      rgba(217, 255, 0, 1) 0%,
      rgba(95, 212, 255, 1) 100%
    );
    color: transparent;
    background-clip: text;
    width: 115px;
  }
  
  .tickets_section_countdown_numbers > div > p:nth-child(2) {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
  }
  
  footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 112px;
    border-top: 1px solid #999999;
    background-color: #000000;
    /* font-family: "YFF RARE TRIAL Mega"; */
    font-family: "YFF RARE HYPER";
    font-size: 17px;
    color: #e5e5e5;
  }
  
  footer a {
    color: #e5e5e5;
  }

  footer p{
    padding-bottom: 20px;
  }
  
  @media (min-width: 0px) and (max-width: 1259px) {
    /* START SECTION */
  
    .link_secondary {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      width: 169px;
      height: 44px;
      padding: 0;
    }
  
    .link_secondary::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 16px;
      padding: 2px;
      z-index: 0;
      pointer-events: none;
      background: linear-gradient(90deg, #d9ff00 0%, #5fd4ff 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
    }
  
    .link_primary {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      width: 169px;
      height: 44px;
      padding: 0;
      gap: 5px;
    }
  
    /* HEADER */
  
    header {
      position: relative;
    }
  
    header.show {
      position: fixed;
    }
  
    header.show > div > div > img {
      height: 28px;
    }
  
    .header_menu_icon {
      display: block;
      position: absolute;
      right: 0;
      padding: 20px;
    }
  
    header > div > nav {
      display: none;
    }

    .nav_active {
      width: 100%;
      display: flex;
      flex-direction: column;
      position: absolute;
      background-color: black;
      /* border-bottom: 1px solid; */
      border-top: 1px solid;
      padding-top: 50px;
      padding-bottom: 50px;
      top: 120px;
      bottom: auto;
      font-size: 50px;
    }

    .show .nav_active {
      top: 60px;
    }
  
    .nav_active > ul {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
  
    .header_logo {
      text-align: center;
      font-size: 9px;
    }
  
    .header_logo > a > img {
      width: 191px;
      height: 45px;
    }

  
    /* START SECTION */
  
    .start_section {
      height: 519px;
      padding-inline: 20px;
      background-image: url("/local/templates/soda/img/start-section-bg-375.png");
      background-position: right;
      background-position-y: center;
      background-repeat: no-repeat;
      background-position-y: bottom;
    }
  
    .start_section_title {
      font-size: 35px;
      line-height: 40px;
    }
  
    .start_section_date_place {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 43px;
      gap: 10px;
    }
  
    .start_section_date_place > div {
      gap: 10px;
    }
  
    .start_section_date > div > img {
      width: 28px;
      height: 28px;
    }
  
    .start_section_place > div > img {
      width: 28px;
      height: 37px;
    }
  
    .start_section_links {
      flex-direction: column;
      gap: 10px;
    }
  
    /* SLOGAN SECTION */
  
    .slogan_section {
      padding-top: 56px;
      padding-bottom: 0;
      padding-left: 21px;
      padding-right: 25px;
    }

    .slogan_section .container {
      flex-direction: column;
    }
  
    .slogan_section_slogan {
      font-size: 22px;
      line-height: 26px;
    }

    .slogan_section img{
      max-width: 100%;
    }
  
    /* FOR WHO SECTION */
  
    .for_who_section {
      height: 1095px;
      text-wrap: balance;
      background-image: url("/local/templates/soda/img/for-who-section-bg-375.png");
      background-size: contain;
    }
  
    .for_who_section_title {
      font-size: 28px;
      line-height: 31px;
      margin-top: 37px;
      padding-inline: 10px;
    }
  
    .for_who_section_cards {
      display: grid;
      grid-template-columns: repeat(3, 122px);
      grid-template-rows: repeat(6, 110px);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      justify-content: center;
      margin-top: 43px;
      margin-bottom: 14px;
    }
  
    .for_who_section_card {
      width: 122px;
      font-size: 10px;
      line-height: normal;
      gap: 0px;
    }
  
    .for_who_section_card > div:first-child > img {
      height: 33px;
    }
  
    .for_who_section_links {
      flex-direction: column;
      align-items: center;
    }
  
    .for_who_section_running_line {
      height: 28px;
      font-size: 12px;
    }
  
    /* FEATURING SECTION */
  
    .featuring_section {
      height: 1107px;
      padding-inline: 20px;
    }
  
    .featuring_section_title {
      font-size: 27px;
    }
  
    .featuring_section_cards {
      display: grid;
      grid-template-columns: repeat(2, 158px);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      justify-content: center;
      gap: 30px;
      margin-top: 37px;
      margin-bottom: 42px;
    }
  
    .featuring_section_card {
      width: 158px;
    }
  
    .featuring_section_card_body {
      gap: 17px;
      margin-top: 17px;
    }
  
    .featuring_section_card_body > h3 {
      font-size: 13px;
      height: 68px;
    }
  
    .featuring_section_card_body > hr {
      width: 29px;
    }
  
    .featuring_section_card_body > p {
      font-size: 11px;
      line-height: normal;
    }
  
    .featuring_section_card > div:first-child {
      height: 44px;
    }
  
    .featuring_section_card > div:first-child > img {
      height: 100%;
    }
  
    .featuring_section_slogan {
      font-size: 14px;
      margin-bottom: 34px;
    }
  
    .featuring_section_links {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
  
    /* SPEAKERS SECTION */
  
    .speakers_section {
      padding-inline: 20px;
      /* height: 1718px; */
    }
  
    .speaker_section_title {
      font-size: 27px;
    }
  
    .speakers_section_cards {
      display: grid;
      grid-template-columns: repeat(2, 150px);
      /* grid-template-rows: repeat(4, 1fr); */
      justify-content: center;
      gap: 16px;
      margin-top: 49px;
      margin-bottom: 48px;
    }
  
    .speaker_section_card {
      width: 150px;
    }
  
    .speaker_section_card_image {
      width: 100%;
      height: 202px;
    }
  
    .speaker_section_card_body > h3 {
      font-size: 15px;
    }
  
    .speaker_section_card_body > p {
      font-size: 11px;
    }
  
    .speakers_section_disclaimer {
      font-size: 11px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: -30px;
      width: fit-content;
      width: 200px;
    }
  
    .speakers_section_links {
      flex-direction: column;
      align-items: center;
    }
  
    /* WHY US SECTION */
  
    .why_us_section {
      height: 1038px;
    }
  
    .why_us_section_title {
      font-size: 27px;
    }
  
    .why_us_section_cards {
      flex-direction: column;
      margin-top: 27px;
      margin-bottom: 39px;
      align-items: center;
      gap: 22px;
    }
  
    .why_us_section_card {
      width: 292px;
      gap: 18px;
    }
  
    .why_us_section_card > div:first-child > img {
      width: 25px;
      height: 25px;
    }
  
    .why_us_section_card_body {
      gap: 20px;
    }
  
    .why_us_section_card_body > h3 {
      font-size: 20px;
    }
  
    .why_us_section_card_body > div {
      font-size: 17px;
    }
  
    .why_us_section_links {
      flex-direction: column;
      align-items: center;
    }

    /* PROGRAM SECTION */

    .program_section {
      /* display: none; */
    }
  
    /* SODA 2024 SECTION */
  
    .soda_2024_section {
      /* height: 1577px; */
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .soda_2024_section_title {
      font-size: 27px;
    }
  
    .soda_2024_section_video {
      align-items: center;
      font-size: 11px;
    }
  
    .soda_2024_section_video > iframe {
      width: 100%;
      height: 52vw;
    }
  
    .soda_2024_section_slider_container {
      margin-top: 40px;
      margin-bottom: 53px;
      padding-inline: 0;
    }
  
    .soda_2024_section_slider {
      /* height: 535px; */
    }
  
    .soda_2024_section_get_videos {
      padding-inline: 40px;
      flex-direction: column;
      gap: 32px;
      align-items: center;
    }
  
    .soda_2024_section_get_videos > div:first-child {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .soda_2024_section_get_videos > div:first-child > h3 {
      font-size: 27px;
      width: 288px;
      text-align: center;
    }
  
    .soda_2024_section_get_videos > div:first-child > p {
      font-size: 13px;
      margin-top: 12px;
      margin-bottom: 32px;
      width: 237px;
      text-align: center;
    }
  
    .soda_2024_section_get_videos > div:first-child > a {
      width: 100%;
      max-width: 263px;
      font-size: 17px;
    }
  
    .soda_2024_section_get_videos > div:first-child > a > img {
      width: 22.5px;
    }
  
    .soda_2024_section_get_videos_items {
      gap: 13px;
    }
  
    .soda_2024_section_get_videos_items > div {
      width: 100%;
    }
  
    .soda_2024_section_get_videos_items > div > img {
      width: 263px;
    }
  
    /* PARTNERS SECTION */
  
    .partners_section {
      /* height: 924px; */
      padding: 50px 20px;
    }
  
    .partners_section_organizer_title {
      font-size: 27px;
    }
  
    .partners_section_wrapper {
      flex-direction: column;
      margin-top: 54px;
      gap: 54px;
    }
  
    .partners_section_organizer {
      gap: 20px;
    }
  
    .partners_section_organizer_logo > img {
      height: 63px;
    }
  
    .partners_section_organizer > h3 {
      font-size: 20px;
    }
  
    .partners_section_partners {
      height: auto;
      font-size: 20px;
      gap: 0;
    }
  
    .partners_section_partners_items {
      flex-direction: column;
    }
  
    .partners_section_partners > h3 {
      margin-bottom: 23px;
    }
  
    .partners_section_partners_items {
      gap: 50px;
    }
  
    .partners_section_partners_item {
      gap: 16px;
      height: auto;
    }
  
    .partners_section_partners_items > div:first-child > div > img {
      height: 140px;
    }
  
    .partners_section_partners_items > div:nth-child(2) > div > img {
      height: 132px;
    }

    #become_partner_button {
      /* display: none; */
    }
  
    /* MAP SECTION */
  
    .map_section {
      /* height: 1053px; */
      padding: 50px 20px;
    }
  
    .map_section_title {
      font-size: 27px;
      padding-inline: 20px;
    }
  
    .map_section_date_place {
      margin-top: 40px;
      margin-bottom: 49px;
      padding-inline: 20px;
    }
  
    .map_section_date {
      font-size: 22px;
      gap: 20px;
    }
  
    .map_section_date > img {
      width: 28px;
      height: 28px;
    }
  
    .map_section_place {
      font-size: 17px;
      gap: 20px;
    }
  
    .map_section_place > img {
      width: 28px;
      height: 37px;
    }
  
    .map_section_place > div > p:nth-of-type(2) {
      margin-top: 16px;
      margin-bottom: 7px;
    }
  
    .map_section_map {
      height: 295px;
    }
  
    #map {
      border-radius: 0px;
    }
  
    .map_section_slider {
      margin-bottom: 27px;
    }
  
    .map_section_links {
      flex-direction: column;
      align-items: center;
    }
  
    /* SLOGAN 2 SECTION */
  
    .slogan2_section {
      /* height: 374px; */
      padding-inline: 23px;
      padding: 100px 20px;
      padding-bottom: 0;
      margin-top: 0;
    }

    .slogan2_section .container {
      flex-direction: column;
    }

    .slogan2_section .container > img{
      max-width: 100%;
    }
  
    .slogan2_section .slogan2_section_logo img {
      width: 179px;
    }
  
    .slogan2_section .slogan2_section_con1 > p:first-of-type {
      font-size: 27px;
      margin-top: 23px;
      margin-bottom: 17px;
    }
  
    .slogan2_section .slogan2_section_con1 > p:nth-of-type(2) {
      font-size: 14px;
    }
  
    /* TICKETS SECTION */
  
    .tickets_section {
      height: 920px;
    }
  
    .tickets_section_title a{
      font-size: 27px;
    }
  
    .tickets_section_tickets {
      flex-direction: column;
      gap: 32px;
      margin-bottom: 26px;
    }
  
    .tickets_section_tickets_ticket_wrapper {
      gap: 10px;
    }
  
    .tickets_section_tickets_ticket {
      width: 345px;
      height: 212px;
      padding: 23px 40px;
    }
  
    .tickets_section_tickets_ticket > h3 {
      font-size: 17px;
    }
  
    .tickets_section_tickets_ticket > p {
      font-size: 12px;
    }
  
    .tickets_section_tickets_ticket > div {
      font-size: 27px;
    }
  
    .tickets_section_tickets_ticket > div > div > img {
      width: 40px;
      height: 32px;
    }
  
    .tickets_section_tickets_ticket_wrapper > p {
      font-size: 13px;
    }
  
    .tickets_section_countdown > p {
      font-size: 12px;
    }
  
    .tickets_section_countdown_numbers {
      gap: 26px;
    }
  
    .tickets_section_countdown_numbers > div > p:first-child {
      font-size: 52px;
      width: 60px;
    }
  
    .tickets_section_countdown_numbers > div > p:nth-child(2) {
      font-size: 11px;
    }
  
    /* FOOTER */
  
    footer {
      flex-direction: column;
      font-size: 9px;
      height: 135px;
    }
  }
  
  @media (min-width: 640px) and (max-width: 1259px) {
    .link_secondary {
      width: 290px;
      height: 76px;
      font-size: 27px;
    }
  
    .link_primary {
      width: 290px;
      height: 76px;
      font-size: 27px;
    }
  
    /* HEADER */
  
    header.show > div > div > img {
      height: 48px;
    }
  
    .header_logo {
      font-size: 15px;
    }
  
    .header_logo > a > img {
      width: 327px;
      height: 77px;
    }
  
    .header_menu_icon > img {
      width: 57px;
    }
  
    /* START SECTION */
  
    .start_section {
      height: 889px;
    }
  
    .start_section_title {
      font-size: 63px;
      line-height: 65px;
    }
  
    .start_section_date_place {
      margin-top: 57px;
      margin-bottom: 68px;
      font-size: 30px;
    }
  
    .start_section_date_place > div {
      gap: 36px;
    }
  
    .start_section_date > div > img {
      width: 48px;
      height: 48px;
    }
  
    .start_section_place > div > img {
      width: 48px;
      height: 65px;
    }
  
    .start_section_links {
      gap: 21px;
    }
  
    /* SLOGAN SECTION */
  
    .slogan_section {
      margin-top: 63px;
      margin-bottom: 0px;
      margin-inline: 35px;
      padding-bottom: 0;
    }

    .slogan_section .container {
      flex-direction: column;
    }
  
    .slogan_section_slogan {
      font-size: 40px;
      line-height: 50px;
      text-wrap: balance;
    }
  
    /* FOR WHO */
  
    .for_who_section {
      height: 1872px;
      background-image: url("/local/templates/soda/img/for-who-section-bg-640.png");
    }
  
    .for_who_section_title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .for_who_section_cards {
      grid-template-columns: repeat(3, 195px);
      grid-template-rows: repeat(6, 155px);
      grid-row-gap: 50px;
      margin-top: 60px;
      margin-bottom: 68px;
    }
  
    .for_who_section_card {
      width: 195px;
      font-size: 16px;
      line-height: 18px;
      gap: 18px;
    }
  
    .for_who_section_card > div:first-child > img {
      height: 57px;
    }
  
    .for_who_section_running_line {
      height: 47px;
      font-size: 20px;
    }
  
    /* FEATURING SECTION */
  
    .featuring_section {
      height: 1916px;
    }
  
    .featuring_section_title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .featuring_section_cards {
      margin-top: 55px;
      margin-bottom: 81px;
      grid-template-columns: repeat(2, 270px);
    }
  
    .featuring_section_card {
      width: 270px;
    }
  
    .featuring_section_card > div:first-child {
      height: 78px;
    }
  
    .featuring_section_card_body {
      margin-top: 28px;
      gap: 30px;
    }
  
    .featuring_section_card_body > h3 {
      font-size: 24px;
      height: auto;
    }
  
    .featuring_section_card_body > p {
      font-size: 18px;
      line-height: 25px;
    }
  
    .featuring_section_slogan {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 53px;
    }
  
    .featuring_section_links {
      gap: 26px;
    }
  
    /* SPEAKERS SECTION */
  
    .speakers_section {
      /* height: 2941px; */
    }
  
    .speaker_section_title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .speakers_section_cards {
      grid-template-columns: repeat(2, 258px);
      gap: 28px;
      row-gap: 56px;
      margin-bottom: 117px;
    }
  
    .speaker_section_card_image {
      height: 347px;
    }
  
    .speaker_section_card {
      width: 258px;
    }
  
    .speaker_section_card_body > h3 {
      font-size: 28px;
    }
  
    .speaker_section_card_body > p {
      font-size: 18px;
    }
  
    .speakers_section_disclaimer {
      font-size: 18px;
      line-height: 20px;
      width: 305px;
      bottom: -85px;
    }
  
    .speakers_section_links {
      gap: 17px;
    }
  
    /* WHY US SECTION */
  
    .why_us_section {
      height: 1754px;
    }
  
    .why_us_section_title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .why_us_section_cards {
      gap: 76px;
    }
  
    .why_us_section_card {
      width: 500px;
      gap: 31px;
    }
  
    .why_us_section_card > div:first-child > img {
      width: 43px;
      height: 43px;
    }
  
    .why_us_section_card_body > h3 {
      font-size: 38px;
      line-height: 50px;
    }
  
    .why_us_section_card_body > div {
      font-size: 20px;
      line-height: 35px;
    }
  
    .why_us_section_links {
      gap: 17px;
    }
  
    /* SODA 2024 SECTION */
  
    .soda_2024_section {
      /* height: 2698px; */
    }
  
    .soda_2024_section_title {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 40px;
    }
  
    .soda_2024_section_video {
      font-size: 18px;
      gap: 30px;
    }
  
    .soda_2024_section_video > iframe {
      width: 100%;
      height: 52vw;
    }
  
    .soda_2024_section_slider_container {
      margin-top: 69px;
      margin-bottom: 91px;
    }
  
    .soda_2024_section_slider {
      /* height: 917px; */
    }
  
    .soda_2024_section_get_videos > div:first-child > h3 {
      font-size: 50px;
      width: 100%;
    }
  
    .soda_2024_section_get_videos > div:first-child > p {
      font-size: 25px;
      width: 100%;
      max-width: 400px;
      margin-top: 23px;
      margin-bottom: 55px;
    }
  
    .soda_2024_section_get_videos > div:first-child > a {
      max-width: 492px;
      font-size: 30px;
    }
  
    .soda_2024_section_get_videos {
      padding-inline: 74px;
      gap: 55px;
    }
  
    .soda_2024_section_get_videos_items {
      padding-inline: 22px;
      gap: 22px;
    }
  
    .soda_2024_section_get_videos_items > div > img {
      width: 449px;
    }
  
    /* PARTNERS SECTION */
  
    .partners_section {
      /* height: 1582px; */
      padding-inline: 90px;
    }
  
    .partners_section_organizer_title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .partners_section_partners > h3 {
      margin-bottom: 39px;
    }
  
    .partners_section_wrapper {
      margin-top: 65px;
      gap: 86px;
    }
  
    .partners_section_organizer_logo > img {
      height: 108px;
    }
  
    .partners_section_partners_items {
      gap: 67px;
    }
  
    .partners_section_partners_items > div:first-child > div > img {
      height: 241px;
      width: 241px;
    }
  
    .partners_section_partners_items > div:nth-child(2) > div > img {
      width: 274px;
      height: 226px;
    }
  
    /* MAP SECTION */
  
    .map_section {
      /* height: 1801px; */
    }
  
    .map_section_title {
      font-size: 50px;
      line-height: 55px;
      padding-inline: 38px;
    }
  
    .map_section_date_place {
      padding-inline: 38px;
      margin-top: 69px;
      margin-bottom: 54px;
    }
  
    .map_section_date {
      font-size: 40px;
      gap: 35px;
    }
  
    .map_section_date > img {
      width: 48px;
      height: 48px;
    }
  
    .map_section_place {
      font-size: 30px;
      gap: 35px;
    }
  
    .map_section_place > img {
      width: 48px;
      height: 65px;
    }
  
    .map_section_map {
      height: 504px;
    }
  
    .map_section_slider {
      display: flex;
      flex-direction: column;
      gap: 41px;
      margin-bottom: 47px;
    }
  
    #slider {
      height: 282px;
    }
  
    .map_section_links {
      gap: 17px;
    }
  
    /* SLOGAN 2 SECTION */
  
    .slogan2_section {
      /* height: 643px; */
      padding-inline: 36px;
      margin-top: 0;
      padding-bottom: 0;
    }

    .slogan2_section .container {
      flex-direction: column;
    }
  
    .slogan2_section .slogan2_section_logo img {
      width: 306px;
    }
  
    .slogan2_section .slogan2_section_con1 > p:first-of-type {
      font-size: 50px;
      line-height: 55px;
      margin-top: 41px;
      margin-bottom: 28px;
    }
  
    .slogan2_section .slogan2_section_con1 > p:nth-of-type(2) {
      font-size: 25px;
      font-family: "YFF RARE HYPER";
    }
  
    /* TICKETS SECTION */
  
    .tickets_section {
      height: 1479px;
    }
  
    .tickets_section_title a{
      font-size: 50px;
      line-height: 55px;
    }
  
    .tickets_section_tickets {
      margin-top: 52px;
      margin-bottom: 73px;
    }
  
    .tickets_section_tickets_ticket {
      width: 591px;
      height: 364px;
      padding: 40px 69px;
    }
  
    .tickets_section_tickets_ticket > h3 {
      font-size: 30px;
    }
  
    .tickets_section_tickets_ticket > p {
      font-size: 20px;
    }
  
    .tickets_section_tickets_ticket > div {
      font-size: 50px;
    }
  
    .tickets_section_tickets_ticket > div > div > img {
      width: 70px;
      height: 55px;
    }
  
    .tickets_section_tickets_ticket_wrapper > p {
      font-size: 20px;
    }
  
    .tickets_section_countdown > p {
      font-size: 20px;
    }
  
    .tickets_section_countdown_numbers > div > p:first-child {
      font-size: 100px;
      width: 120px;
    }
  
    .tickets_section_countdown_numbers > div > p:nth-child(2) {
      font-size: 20px;
    }
  
    /* FOOTER */
  
    footer {
      height: 229px;
      font-size: 17px;
    }
  }

  /* Section-history */

.section-history {
  width: 100%;
  /* padding-top: 125px;
  padding-bottom: 40px; */
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

.section-history .container{
  width: auto;
  max-width: 100%;
}

.section-history .row, .section-history .container{
  text-align: center;
}

/* .section-history p{
  font-size: 15px;
  padding-top: 25px;
} */





.history {
  display: block;
  position: relative;
  width: 100%;
  /* margin-top: 76px; */
}

.history__btn {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 57px;
  height: 12vw;
  max-height: 250px;
  background: rgba(0, 46, 112, 0.7);
  cursor: pointer;
  z-index: 4;
  overflow: hidden;
  transition: all 0.3s ease;
}

.history__btn img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  max-height: 60px;
  transition: all 0.3s ease;
}

.history__btn:hover {
  background: rgba(0, 46, 112, 0.9);
}

.history.active .history__btn img {
  transform: translate(-50%, -50%) rotate(-180deg);
}


.history-slider {
  display: flex;
  width: 100%;
}

.history-slider__item {
  display: none;
  width: 100%;
  border: 0px !important;
}

.history-slider__item.active {
  display: block;
}

.history-items {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  min-width: 100vw;
  min-width: 100%;
  max-width: 100%;
  gap: 5px;
  /*height: calc(calc(12vw * 2));
  max-height: calc(calc(250px * 2));*/
}

.history-items a {
  display: inline-block;
  width: calc(100% / 3 - 17px);
  height: 14vw;
  max-height: 335px;
  border-radius: 10px;
}

.history-items a img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.section-history .controls {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0px;
  padding-left: 25px;
  padding-right: 25px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
}

.section-history .control {
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(191, 246, 51) 0%, rgb(118, 219, 202) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section-history .control:hover {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}

.section-history .control svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-history .control_prev svg {
  left: calc(50% - 2px);
}

.section-history .control_next svg {
  left: calc(50% + 2px);
}

.section-history .control svg * {
  transition: all 0.3s ease;
}

.section-history .control:hover svg * {
  fill: #80DEB4;
}


@media (max-width: 1680px) {

.section-history {
    /* padding-top: 110px;
    padding-bottom: 30px; */
}

.history {
    /* margin-top: 56px; */
}
.section-history .controls {
  padding-left: 50px;
}
  }

@media (max-width: 1380px) {

.section-history {
    /* padding-top: 100px;
    padding-bottom: 25px; */
}

.history-info h2 {
  font-size: 42px;
  max-width: 902px;
}

.history {
    /* margin-top: 48px; */
}
.section-history .controls {
  padding-left: 30px;
  padding-right: 30px;

}

}

@media (max-width: 1320px) {
  .section-history .container{
      /* padding-left: 0;
      padding-right: 0; */
  }
}

@media (max-width: 1200px) {

.history__btn {
  height: 21vw;
  max-height: 230px;
}

.history-items {
  height: auto;
  max-height: none;
}

.history-items a {
  width: calc(100% / 2 - 16px);
  height: 28vw;
  max-height: 265px;
}
.section-history .controls {
  padding-left: 40px;
}

}

@media (max-width: 1000px) {

.section-history {
    padding-top: 90px;
    padding-bottom: 20px;
}

}

@media (max-width: 991px) {
  .section-history .controls {
      padding-left: 17px;
  }
}

@media (max-width: 768px) {

.section-history {
    /* padding-top: 80px;
    padding-bottom: 20px; */
}

.history {
    /* margin-top: 38px; */
}


}

@media (max-width: 575px) {

.section-history {
    /* padding-top: 65px;
    padding-bottom: 15px; */
}

.history {
    /* margin-top: 32px; */
}
/*
.history-items {
  height: calc(31vw * 5);
  max-height: calc(252px * 5);
}
*/

.history-items a {
  /* width: calc(100% / 2);
  height: 31vw;
  max-height: 252px; */
}

.history__btn {
  width: 40px;
  height: 31vw;
  max-height: 252px;
}

.history__btn img {
  width: 18px;
  max-height: 50px;
}

.section-history .controls {
  padding-left: 0;
  padding-right: 0;
}

.section-history .control {
  width: 46px;
  height: 46px;
}

.section-history .control svg {
  width: 22px;
  height: 22px;
}

.section-history .control_prev svg {
  left: calc(50% - 1px);
}

.section-history .control_next svg {
  left: calc(50% + 1px);
}


}

/* Section-community */
.section-community {
  padding-top: 0px;
  padding-bottom: 50px;
  overflow: hidden;
  flex-direction: column;
}

.clients {
  width: 100%;
  display: block;
}
.clients h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.linear-slider {
  width: 100%;
  margin-top: 68px;
  transition: all 0s linear !important;
  /*
  &:active {
  	.slick-track {
  		transition-timing-function: ease !important;
  		transition-duration: 0.2s !important;
  	}	
  }
  */
}

.linear-slider__slide {
  display: inline-block;
  margin: 10px;
  border-radius: 20px;
  /* border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  overflow: hidden; */
}
.linear-slider__slide a {
  display: block;
  position: relative;
  height: 450px;
  width: auto;
  /* overflow: hidden;
  transition: all 0s !important; */
}
.linear-slider__slide a img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover;
  transition: all 0s !important; */
}

.linear-slider__slide:focus, .linear-slider__slide a:focus {
  outline: none !important;
}

@media (max-width: 1680px) {
  .section-community {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .section-community .linear-slider {
    margin-top: 62px;
  }
  .section-community .linear-slider__slide a {
    height: 264px;
  }
}
@media (max-width: 1380px) {
  .section-community {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .section-community .linear-slider {
    margin-top: 46px;
  }
  .section-community .linear-slider__slide {
    /* width: 244px; */
    max-width: 385px;
  }
  .section-community .linear-slider__slide a {
    height: 244px;
  }
}
@media (max-width: 1199px) {
  .section-community {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .section-community {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .section-community .linear-slider {
    margin-top: 40px;
  }
  .section-community .linear-slider__slide {
    width: 385px;
    max-width: calc(100% - 20px);
  }
  .section-community .linear-slider__slide a {
    /* width: 206px;
    height: 206px; */
  }
  .section-community .linear-slider__slide a img {
    /* width: 206px !important;
    height: 206px !important; */
  }
}
@media (max-width: 575px) {
  .section-community {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .section-community .linear-slider {
    margin-top: 28px;
  }
}
  

/* Modal */

.body-fixed {
  overflow: hidden;
}

.overlay {
  cursor: pointer;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s ease;
}

.overlay.active {
  pointer-events: auto;
  z-index: 3;
  opacity: 1;
}

.overlay__close {
  display: inline-block;
  position: absolute;
  right: 0px;
  margin-right: -3px;
  top: 3px;
  font-size: 60px;
  line-height: 1em;
  color: red;
  z-index: 30;
  position: fixed;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.overlay__close:hover {
  transition: all 0.4s ease-in-out;
}

.modal {
  display: flex;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  background: #fff;
  box-shadow: 0px 4px 33px rgba(255, 255, 255, 0.25);
  pointer-events: none;
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.modal_application {
  width: 715px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.modal_dealer {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
}

.modal.active {
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
}

.modal_active .service__sidebar-content {
  width: 100% ;
  position: relative;
}

.modal_main {
  width: 432px;
  border: 1px solid #D3D3D3;
  border-radius: 17px;
  box-shadow: none;
  
}

.modal_main .icon_close {
  position: absolute;
  z-index: 5;
  right: -31px;
  top: -31px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(1);
}

.main-modal {
  width: 100%;
  display: block;
}

.modal_download {
  width: 864px;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: none;
}

.download-modal {
  display: flex;
  width: 100%;
}

.download-modal__image {
  display: inline-block;
  width: 50%;
  min-height: calc(100% + 1px);
  user-select: none;
  position: relative;
  background: linear-gradient(306.13deg, #050505 17.96%, #585858 57.4%), #092247;
  overflow: hidden;
}
.download-modal__image img {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  width: 430px;
  min-width: 430px;
}

.download-modal__form {
  display: inline-block;
  width: 50%;
}

.contact-form {
  display: block;
  width: 100%;
  padding: 46px;
  padding-top: 34px;
  padding-bottom: 33px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form h4, .contact-form h5 {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 26px;
}
.contact-form .btn {
  width: 100%;
  min-height: 66px;
  margin-top: 9px;
  border-radius: 12px;
  outline: none !important;
  border: 0px solid transparent !important;
}
.contact-form .btn span {
  font-size: 25px;
  padding-bottom: 1px;
}
.contact-form .privacy-policy {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #CDCDCD;
  margin-top: 8px;
  font-family: "Gilroy-Regular", sans-serif;
}
.contact-form .privacy-policy:hover {
  color: #F47421;
}

@media (max-width: 1680px) {
  .contact-form h4, .contact-form h5 {
    padding-bottom: 14px;
  }
  .contact-form .input, .contact-form .select {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .btn {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    min-height: 58px;
  }
}

@media (max-width: 1199px) {
  .download-modal .contact-form {
    padding-left: 46px;
    padding-right: 46px;
  }
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .modal_download {
    width: 432px;
  }
  .download-modal__image {
    display: none;
  }
  .download-modal__form {
    width: 100%;
  }
  .download-modal__form .contact-form h5 {
    font-size: 21px;
    line-height: 28px;
  }
  .contact-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .modal_main {
    width: 400px;
    max-width: calc(100vw - 30px);
  }
  .modal_download {
    width: 400px;
    max-width: calc(100vw - 30px);
  }
  .download-modal__form .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .download-modal__form .contact-form h5 {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .contact-form h4 {
    padding-bottom: 8px;
  }
  .contact-form .btn {
    min-height: 51px;
  }
  .contact-form .btn span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .overlay__close {
    top: 10px;
    right: 0px;
    font-size: 38px;
  }
  .modal_active {
    width: 100%;
  }
  .modal_active .service__sidebar-item form {
    margin-top: 15px;
  }
  .modal_main .icon_close{
    right: 15px;
    top: 15px;
    filter: brightness(0);
  }
}

/* Формы Б24 */

.modal-b24{
  cursor: pointer;
}

.modal-b24 .pattern-form{
  padding: 14px 35px 20px;
}
.modal-b24-2 .pattern-form{
  padding: 14px 20px 20px;
}
.modal-b24-2 .pattern-form{
  text-align: left;
}
div.b24-form-wrapper.b24-form-shadow{
  border-radius: 0;
  box-shadow: none;
}
div.b24-form .b24-form-control-container{
  text-align: left;
}
div.b24-window-scrollable{
  /* overflow: hidden; */
  border-radius: 5px;
  padding: 7px;
}
div.b24-form .b24-form-wrapper, .b24-form-wrapper .b24-form-btn{
  border-radius: 15px;
}
.b24-form-wrapper .b24-form-btn{
  background: linear-gradient(90deg, rgba(212, 253, 7, 1) 0%, rgba(95, 212, 252, 1) 100%);
  /* border-radius: 50px; */
  color: #000;
  font-family: "YFF RARE MEGA";
  font-weight: 600;
  font-size: 18px;
  min-height: 64px;
}
.modal-b24-2 .b24-form-wrapper .b24-form-btn{
  min-height: 60px;
}
.b24-form-wrapper .b24-form-btn:hover{
  box-shadow: 4px 4px 3.7px 0px rgba(0, 0, 0, 0.25);
}

div.b24-form .b24-form-wrapper{
  padding: 10px;
}
div.b24-form .b24-form-wrapper{
  padding: 0;
}
div.b24-form .b24-form-content .b24-form-control-container input, div.b24-form .b24-form-content .b24-form-control-container textarea{
  border: 0.8px solid #D0D0D0;
  border-radius: 17px;
  text-align: left;
  color: #B9B9B9;
  background-color: #fff;
}
.modal-b24-2 div.b24-form .b24-form-content .b24-form-control-container textarea{
  text-align: left;
}
div.b24-form .b24-form-content .b24-form-control-container input:focus, div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
  color: #000000;;
  border-color: #F47421;
  transition: 0.3s ease;
}
div.b24-window-panel.b24-window-panel-pos-center{
    height: 490px;
    top: 50%;
    margin-top: -245px;
}

div.b24-form .b24-form-header-title{
  color: #000000;
  font-family: "YFF RARE MEGA", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
}
div.b24-form .b24-form-header-description{
  color: #000000;
  /*font-family: "OpenSans", sans-serif;*/
  opacity: 1;
  margin-bottom: 10px;
}
div.b24-form .b24-form-dropdown-container{
  height: 170px;
  border-radius: 10px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
div.b24-form .b24-form-field-datetime .b24-form-dropdown-container{
  height: auto;
}
div.b24-form .vdpCellContent{
  font-size: 1.2em;
  width: 1.657em;
  height: 1.457em;
  line-height: 1.457em;
}
div.b24-form .b24-form-control-list-selector-item-title{
  color: #000000;
}
div.b24-form form{
  display: block;
}
div.b24-form .b24-form-field .b24-form-control-container.b24-form-control-icon-after input{
  padding-right: 10px;
}
div.b24-form .b24-form-state-container .b24-form-success{
  background-color: #ffffff;
}
div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
div.b24-form .b24-form-padding-side{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0;
}
div.b24-form .b24-form-control-alert-message{
  /* display: none; */
}
div.b24-form .b24-form-field {
  margin-bottom: 10px;
}
div.b24-form .b24-form-control-alert {
  margin-bottom: 10px !important;
}
div.b24-form .b24-form-icon-remove{
  display: none;
}
div.b24-form .b24-form-sign{
  display: none;
}
@media screen and (max-width: 575px) {
    div.b24-window-panel.b24-window-panel-pos-center{
    height: 530px;
    max-width: 380px;
    }
    .b24-window .b24-window-panel {
        overflow: revert;
    }
    .b24-form .b24-window-panel>div>.b24-window-scrollable{
        bottom: auto;
    }
    div.b24-form .b24-form-header-title{
      font-size: 22px;
    }
    div.b24-form form{
      max-width: 320px;
    }
    div.b24-form .b24-form-header-description{
      /*display: none;*/

    }
    div.modal-b24 .pattern-form .b24-form-header-title, 
    div.modal-b24-2 .pattern-form .b24-form-header-title{
      font-size: 25px;
      line-height: 25px;
    }
    div.modal-b24 div.b24-form form, 
    div.modal-b24-2 div.b24-form form{
      max-width: 345px;
    }
}
@media (max-width: 512px){
    .b24-form .b24-window .b24-window-scrollable {
    padding-bottom: 20px;
    }
}

/*privacy */
.agreement-text{
  margin-bottom: 70px;
  max-width: 1200px;
  margin: auto;
}
.agreement-text h1{
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin: 5vh 0;
  line-height: 1.2;
}
.agreement-text h2{
  text-align: center;
  color: #000;
  font-size: 21px;
  line-height: 2;
  max-width: 100%;
}
.agreement-text p{
  padding: 0;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.2;
  color: #404345;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-weight: normal;
  text-align: left;
}
.agreement-text ul{
  list-style-type: disc;
  padding-left: 15px;
  text-align: left;
}
.agreement-text ul li{
  display: list-item;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #404345;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-weight: normal;
}
.agreement-text.main__slider ul{
  display: none;
}
.agreement-text.main__slider{
  height: 160px;
}
.agreement-text a{
  color: #000;
  font-weight: bold;
}
@media (max-width: 1680px){
  .agreement-text.main__slider{
      height: 130px;
    }
}
@media (max-width: 1320px){
  .agreement-text.main__slider{
      height: 100px;
    }
}
@media (max-width: 1199px){
  .agreement-text.main__slider{
      height: 95px;
    }
}
@media (max-width: 991px){
  .agreement-text.main__slider{
      height: 0px;
    }
}
@media (max-width: 676px){
  .agreement-text h1{
      font-size: 24px;
  }
}

/* Cookies */

.popup-cookies {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 582px;
  right: 0px;
  bottom: 0px;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 19px;
  padding-bottom: 19px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 20px 0px 0px 0px;


  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.popup-cookies.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.popup-cookies__text {
  display:  inline-block;
  width: calc(100% - 97px);
  padding-top: 1px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 20px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
}

.popup-cookies__text .ref {
  display: inline-block;
  position: relative;
  font: inherit;
  color: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: .5px;
  background: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref:hover {
  color: #004271;
}

.popup-cookies__text .ref:hover::before {
  opacity: 0;
}

.popup-cookies .new-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 41px;
  min-width: auto;
  margin-top: 0px;
  box-shadow: none;
  padding: 10px 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(212, 253, 7, 1) 0%, rgba(95, 212, 252, 1) 100%);
  /* box-shadow: 4px 4px 3.7px 0px rgba(0, 0, 0, 0.25); */
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  cursor: pointer;
}


.popup-cookies .new-btn span {
  font-family: "OpenSans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  transition: all 0.3s ease;
}

.popup-cookies .new-btn:hover {
  box-shadow: 4px 4px 3.7px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

.popup-cookies {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  justify-content: center;
}

.popup-cookies__text {
  width: auto;
  max-width: calc(100% - 97px);
  padding-right: 20px
}

}

@media (max-width: 768px) {

.popup-cookies {
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 14px;
}

.popup-cookies__text {
  max-width: calc(100% - 65px);
  font-size: 13px;
  line-height: 16px;
}

.popup-cookies .new-btn {
  width: 65px;
}

}

/* ALL */
@media (max-width: 640px) {
  .nav_active {
    top: 80px;
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .nav_active {
    font-size: 25px;
  }
}