/* custom.css */

/* Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
    background-color: #15152100;
}
  
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fcaa32;
}
  
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #15152100;
}

/* Button in the header on the download page */
.btns__box_download {
    max-width: max(21.25rem,340px);
}

/* Text bonus start for timer */
.bonus-start {
    display: inline-block;
    font-weight: 600;
    font-size: 1.475rem;
    text-transform: uppercase;
    color: rgb(255 255 255);
    padding: max(0.5rem,8px) max(1.25rem,20px);
    border-radius: max(0.25rem,4px);
    background: linear-gradient(90deg,#ca8d32 5%,rgba(255,78,78,0) 90%);
    text-shadow: 1px 1px 2px #131521;
    margin: 1rem 0 0;
}

/* Disable border in the menu */
.navigation__el_lang {
    border: none;
}

.navigation__logotype {
    border-right: none;
}


/* PROMO */
.floating-block {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #b72a2a;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5);
    display: none;
  }
  
  .floating-block-content {
    max-width: 960px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  .floating-block-text {
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 50%;
  }
  
  .floating-block-link {
      position: relative;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      margin: 0 20px;
      font-size: 13px;
  }
  
  .floating-block-link:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 0;
      transform: skewX(-13deg);
      border: 1px solid hsla(0,0%,100%,.45);
      /* background: linear-gradient(90deg,#ffad33,rgba(34,125,233,0) 50%,rgba(34,125,233,0) 65%,rgba(34,125,233,0)); */
      background-size: 300% 300%;
  }
  
  .close-button:hover{
    cursor: pointer;
  }
  
  
  @media only screen and (max-width: 767px) {
    .floating-block {
      display: none !important;
    }
  }


  /* Border BOX */
  .card {
    border: 1px solid hsl(0deg 0% 100% / 8%);
  }


  /* Бонус старт 6 Апреля */
  .bonus_start {
    font-weight: 300;
    font-size: 20px; 
    line-height: 1.7;
  }

  .card__price {
    display: block;
  }

  .card__price-old {
    color: #ffc46b;
  }

  .card__price-new {
    color: #eb0400;
  }

  .features__heading {
    max-width: 100%;
  }


.shop {
    padding: 6.25rem 0 4.25rem 0;
}

.media-invite {
  margin-top: 0;
}


/* STREAM */
.featured-embed {
  position: relative;
  display: block;
  overflow: hidden;
}

.embed-holder {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, .025);
}

.float-holder {
  -webkit-transform: var(--effect);
  transform: var(--effect);
}

.floating-activated .float-holder {
  position: fixed;
  z-index: 9999;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 20px;
  display: block;
  width: 450px;
  max-width: 100%;
  height: auto;
}

.floating-activated .float-holder:before {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56%;
  content: '';
}

.floatingcolorose {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  display: block;
}

.embed-audio .embed-holder {
  padding-bottom: 33.33%;
}

.embed-holder iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.slider-img-holder {
  display: block;
  width: 100%;
  padding-bottom: 56%;
}

.coverflow-img-holder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.close-icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

.close-icon:before, .close-icon:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  display: block;
  width: 40%;
  height: 2px;
  content: '';
  -webkit-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);;
  transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);;
  transform-origin: center center;
  opacity: .7;
  border-radius: 2px;
  background-color: currentColor;
}

.close-popup-btn:hover .close-icon:before,
.close-popup-btn:hover .close-icon:after {
  transform: rotate(0deg);
  opacity: 1;
}

@media (max-width: 1700px) {
  #popup {
      display: none !important
  }
}

.header-video-link {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 1.1em;
}

.server__online {
  margin-left: 0.425rem;
}

/************
* POPUP
************/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  display: flex;
  width: 808px;
  min-width: 600px;
  font-family: 'Roboto', sans-serif;
  background-color: #12121c;
  border-radius: 12px;
  box-shadow: 0 5px 26px -8px rgba(0, 0, 0, 0.3);
  z-index: 20;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  z-index: 300;
}

.modal__overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000b0;
  /*pointer-events: none;*/
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 200;
}
.modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
  opacity: 0.5;
}

.modal__close-btn:hover {
  opacity: 1;
}

.modal__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #181c26;
  color: #fefefe;
  border-radius: 12px 0 0 12px;
  box-shadow: 17px 0 17px -8px rgba(0, 0, 0, 0.3);
  padding: 2.375rem 1.25rem;
}
.modal__left span {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  
}
.modal__discount {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #fda016;
  margin-top: -20px;
}
.modal__discount span {
  font-size: 3.75rem;
  font-weight: 600;
}
.modal__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  max-width: 500px;
  grid-gap: 1rem;
  gap: 1rem;
}
.modal_title {
  font-weight: 600;
  font-size: 25px;
  font-size: 1.525rem;
  text-transform: uppercase;
  color: #ffc46b;
}

.modal_title span {
  border-bottom: 1px solid;
}

.modal_description {
  font-size: 1.125rem;
}


.modal_bottom_text {
  border-top: 1px solid hsla(0,0%,100%,.15);
  padding-top: 1rem;
  color: #eda131;
}

.modal__info {
  color: #222;
  margin-bottom: 12px;
}
.modal__button {
  align-self: flex-start;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ff5555;
  border-radius: 12px;
  padding: 10px 32px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .modal {
    min-width: 600px;
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .modal {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-width: 100%;
    width: auto;
  }

  .modal__discount {
    margin-top: 0;
  }

  .modal_img_box {
    display: none;
  }
}

.itm-list-promo {
	width:90%;
	margin: auto 8px;
	padding: 0 16px;
}

.item__content_promo {
	font-size: 0.9em;
}

.servers_promo {
	padding: 0;
	margin-top: 0;
}

.form_for_promo {
	width: 90%;
	margin: auto 8px;
	padding: 0 16px;
}

.field_promo_m {
	margin: 8px auto;
}

.btn_promo_submit {
	margin: 8px auto;
}

.servers_promo:after {
    border-radius: max(0.75rem,12px);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background: #181c26;
    background: rgba(var(--bg),1);
    border: 1px solid hsla(0,0%,100%,.3);
    border: 1px solid rgba(var(--color-0),.3);
    -webkit-mask: linear-gradient(180deg,#000 0,rgba(0,0,0,.8) 60%,rgb(0 0 0) 94%,transparent);
}

.header_promo_top {
	text-align: center;
	margin-bottom: -10px;
	color: #ffcc00;
	font-size: 20px;
	font-weight: bolder;
}

.header_promo_bottom {
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 10px;
	color: #ff0000;
	font-size: 24px;
	font-weight: bolder;
	border-bottom: 1px solid #6c7b89;
}

.promo_h_text {
	font-size: 24px;
}

.promo_h1_top {
}

.promo_h1_small {
	font-size: 67px;
	color: #ffcc00;
}

.header_title_promo {
	line-height: 0.8em;
}

.header__countdown_promo {
	margin-top: 0;
}

@media screen and (max-width: 800px) {
  .itm-list-promo {
    padding: 16px;
	width:100%;
  }
  
  .header_title_promo {
		line-height: 1.3em;
	}
  
}

.link_for_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	border-radius: 5px;
	padding: 12px 12px;
	margin-top: 10px;
	color: white;
	border: 3px solid white;
	font-weight: 600;
	box-shadow: -1px 1px 23px 0px rgb(114 76 157);
	font-size: 22px;
	animation: colorShift 3s infinite alternate; 
	transition: transform 0.5s 0.2s; 
	width: 330px;
	text-align: center;
	transform: scale(1.1) rotate(-5deg);
	text-transform: uppercase;
}

.link_for_arrow_mainpage {
	width: 325px;
}

.link_for_arrow_span {
	    font-size: 16px;
    background-color: #31a31c;
    /* margin: -2px 4px; */
    padding: 0 4px;
    border-radius: 2px;
}

.link_for_arrow:hover {
	transform: scale(1.1) rotate(-5deg); 
	animation: wiggle 0.5s forwards;
}

.link_for_arrow:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}

@keyframes wiggle {
    0% {
        transform: scale(1.1) rotate(-5deg); 
    }
    50% {
        transform: scale(1.1) rotate(10deg);
    }
    100% {
        transform: scale(1.1) rotate(-5deg);
    }
}

@keyframes colorShift {
    0% {
        box-shadow: -1px 1px 23px 0px rgba(49, 163, 28, 1);  
    }
    100% {
        box-shadow: -1px 1px 23px 0px rgb(114 76 157); 
    }
}


.logo__img {
	height: 70px!important;
}

.newserver-container {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.newserver-container::-webkit-scrollbar {
    display: none;
}

.newserver-block {
    flex: 0.5; /*Если бтольше одного сервера то 1*/
    position: relative;
    padding: 30px; 
	padding-top: 12px;
    border-radius: 12px;
}

.newserver-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background: #181c26; /* Общий фон для всех блоков */
    border-radius: max(0.75rem, 12px);
    border: 1px solid hsla(0,0%,100%,.3);
    -webkit-mask: linear-gradient(180deg,#000 0,rgba(0,0,0,.8) 60%,rgba(0,0,0,.1) 94%,transparent);
    mask: linear-gradient(180deg,#000 0,rgba(0,0,0,.8) 60%,rgba(0,0,0,.1) 94%,transparent);
}

.newserver-block:first-child::after {
    /* background: #bb8536; */
	background: #121212cc;
}

@media (max-width: 768px) {
    .newserver-container {
        flex-wrap: nowrap;
    }
    .newserver-block {
        flex:
	}
	
	.link_for_arrow {
		    width: 80%;
    transform: none;
    margin: auto;
	}
	.logo__img {
		height: 43px!important;
	}
}

.newserver-btns_box {
	margin: 32px auto 16px auto;
}

.new_name_server {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 22px;
}

.info_rate_new::after {
	    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg,#ffad33 30%,rgba(34,125,233,0) 200%);
    border-radius: 0;
    transform: skewX(-36deg);
}

.server__online {
    margin-left: auto!important;
}

@media (min-width: 720px) {
.header {
    padding-top: 2rem;
	
}
.link_for_arrow_nomob {
	display: none;
}
.newserver-container {
    margin-top: -20px;
}
}

.prefix_newservers {
	    text-transform: uppercase;
    color: #fff;
    background-color: #fd0000;
    border-radius: 5px;
    padding: 2px 6px;
    border: 1px solid #ffffff94;
}

.features__item-title {
	color: #ffcc00;
}

.menu__el_accordion { display: none; }
.menu__el_mobile_only { display: none; }
.menu__accordion_content { display: none; }

@media (max-width: 768px) {
    .menu__el_accordion { display: block; }
    .menu__el_mobile_only { display: block; }
    .menu__item_accordion {
        position: relative;
        cursor: pointer;
    }
    .menu__item_accordion::after {
        content: '';
        position: absolute;
        right: 29px; 
        top: 50%;
        transform: translateY(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff; 
    }
    .menu__el_accordion .menu__accordion_content.active + .menu__item_accordion::after {
        display: none;
    }
    .menu__el_accordion.active .menu__item_accordion::after {
        border-top: none;
        border-bottom: 5px solid #fff; /* Цвет треугольника при активном аккордеоне */
    }
    .menu__accordion_content.active { display: block; }
	
	.
}

.prefix_servermenu {
	display: block;
    padding: 2px;
    width: 48px;
    text-align: center;
    background-color: #e69d30;
    border-radius: 2px;
    margin-right: 8px;
    color: #fff;
}

.menu_servers {
	padding-bottom: 0;
}


.menu__mobile-buttons {
    display: none;
    justify-content: space-between;
    padding: 0 16px; 
    gap: 16px; 
}

.menu__button {
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    flex: 1;
    border-radius: 36px;
    text-transform: uppercase;
    border: 1px solid #f3bf00;
    font-weight: 300;
    letter-spacing: 2px;
}

/* Отображение кнопок только на мобильных устройствах */
@media (max-width: 768px) {
    .menu__mobile-buttons {
        display: flex;
        margin: 16px 0;
    }
	
	.no_mobi {
		display: none;
	}
}

@media (max-width: 385px) {
    .menu__button {
		font-size: 10px;
		font-weight:500;
	}
}

@media (max-width: 345px) {
    .menu__button {
		font-size: 8px;
	}
}

.new_prelodad {
	width: 165px;
}


.new_prelodad {
  animation: lightEffectWhiteSimple 2s infinite ease-in-out;
}

.preload_text {
	color: #ffcc00;
	margin-top: 16px;
    font-size: 34px;
}

.preload_text span {
	color: #fff;
}

.custom_server_block_size {
	width: 100%;
}


@media (max-width: 768px) {
    .preload_text {
		font-size: 16px;
	}
	
	.newserver-block {
		flex: 1;
	}
	
	.small_desc_ht {
		margin-bottom: 8px;
	}
	
	.newserver-container {
		flex-direction: column;
	}
	
	.custom_server_block_size {
		width: 100%;
	}
}

@media (max-width: 400px) {
    .link_for_arrow {
		font-size: 16px;
	}
	
	.newserver-container {
		margin-top: -14px;
	}
	
	.margin-out {
		margin-top: -44px;
	}
	
	.margin-out-22 {
		margin-top: -22px; 
	}   
}

.small_desc_server {
	margin-top: 12px;
}

.small_desc_ht {
	font-size: 15px;
    color: #181414;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #4db0;
    display: inline-block;
    padding: 4px 12px;
    margin-right: 12px;
    text-transform: uppercase;
}

.small_desc_ht span {
	color: red;
}

.top10_youtube_button {
	display: inline-flex;
    align-items: center;
    background-color: #fff;
    flex-direction: row;
    color: #333;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
}

.top10_youtube_button img {
	height: 20px;
	margin-right: 8px;
}

.small_desc_ht_main {
	font-size: 13px;
	background-color: #000000a8;
    color: #fff;
	/* border: 1px solid #878787; */
}

.server_titile_custom {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.4rem;
    letter-spacing: 0.9px;
}

.server__title {
	line-height: 0.2;
	font-size: 1.4rem;
}

.promo_new_server {
	    text-align: center;
    width: 100%;
}

.promo_new_server_h1 {
	font-size: 1.34rem;
	font-weight: 400;
    letter-spacing: 3px;
	margin-bottom: 7px;
}

.promo_new_server_h2 {
	font-size: 0.9rem;
    letter-spacing: 2px;
    /* color: #f90; */
    font-weight: 100;
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
}

.btn_custom_grey::before {
	background: linear-gradient(90deg, #9aad00, rgba(34, 125, 233, 0) 50%, rgba(34, 125, 233, 0) 65%, rgba(34, 125, 233, 0));
	background-size: 300% 300%;
}

.btn_custom_feol::before {
	background: linear-gradient(90deg, #724c9d, rgba(34, 125, 233, 0) 50%, rgba(34, 125, 233, 0) 65%, rgba(34, 125, 233, 0));
	background-size: 300% 300%;
}

.server_accent_yellow:after {
	background: linear-gradient(90deg, #9aad00 5%, rgba(255, 78, 78, 0) 90%);
}

.bonus-badge {
    position: absolute;
    bottom: 9px; 
    left: 50%;
    transform: translateX(-50%); 
    font-size: 0.7em;
    color: #fff; 
    background-color: #f00; 
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
}

.kits_block_new {
	display: flex;
	align-items: center;
	border: 1px solid #333;
	border-radius: 10px;
}

.kits_3img {
	height: 90px;
}

.btns__box_rel {
	position: relative;
    display: inline-block;
}

.discount-badge {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 800;
}

.server__title {
    line-height: 0.2;
    font-size: 1.2rem;
}

.server__online_green:after {
    background: linear-gradient(90deg, #69c358 30%, rgba(34, 125, 233, 0) 200%);
}

@media (min-width: 1050px) {
    .header__contanier {
        grid-gap: 0 10%;
        gap: 0 5%;
        grid-template-columns: 50% 50%;
    }
}

.card__price-new {
    /* text-decoration: none!important; */
}

.bonus_item_container {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.bonus_start_item img{
	border-radius: 3px;
	margin-right: 8px;
	overflow: hidden;
    border: 1px solid #ddb9125c;
    box-shadow: 0 4px 8px rgb(229 160 0 / 59%);
}

.bonus_item_title span{
	color: #d5b337;
}

.bonus_item_title {
	font-size: 13px;
}

.bonus_item_dec {
	font-size: 12px;
	font-weight: 300;
	color: #eee;
}

.form {
    background: #181c26e0;
}

.header__box {
    justify-content: end;
}

.promo_h1_top {
    font-size: 3.7rem;
}

.content_2_block {
    width: 1440px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 0; /* Set the z-index of the parent block */
}

.height_100 {
    height: 120px;
}

.content_2_block_1 {
    width: 1440px;
    position: relative;
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2; /* Set the z-index of the parent block */
}

.block_desc_video, .block_desc_1 {
    width: 620px;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    z-index: 2; /* Ensures this block is above the line */
    transform: skewX(-11.3deg);
}

.block_desc_video::before, .block_desc_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: skewX(11.3deg);
    transform-origin: bottom left;
    z-index: -1;
}

.block_desc_video > video, .block_desc_1 > * {
    transform: skewX(11.3deg);
    transform-origin: bottom left;
    z-index: 1;
    border-radius: 9px;
}

.block_desc_video video {
    width: 700px;
}

.block_desc_1 {
    background-color: #111;
}

.shadow_1 {
    box-shadow: 0 0 60px #FEB404;
}

.shadow_2 {
    box-shadow: 0 0 60px #A1E7FF;
}

.shadow_3 {
    box-shadow: 0 0 60px #89DC04;
}

.shadow_4 {
    box-shadow: 0 0 60px #BDC1FE;
}


.block_desc_1 div {
    margin-left: 50px;
    margin-top: 20px;
}

.image-block_1, .image-block_2, .image-block_3, .image-block_4 {
    width: 100%;
    height: 250px;
    position: absolute;
    background: no-repeat center center;
    z-index: 2;
}

.image-block_1 {
    background-image: url(../img/block_1_ico.png);
}

.image-block_2 {
    background-image: url(../img/block_2_ico.png);
}

.image-block_3 {
    background-image: url(../img/block_3_ico.png);
}

.image-block_4 {
    background-image: url(../img/block_4_ico.png);
}

.image-block img {
    width: 100%;
    height: 100%;
}

.content_2_block::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #111111, #FEB404, #111111);
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* Ensures line is below the content */
}

.height_100 {
    height: 120px;
}

@media (max-width: 768px) {
    .content_2_block, .content_2_block_1 {
        width: 100%;
        flex-direction: column;
    }

    .block_desc_video, .block_desc_1 {
        width: 100%;
        height: auto;
        transform: none;
    }

    .block_desc_video::before, .block_desc_1::before, 
    .block_desc_video > video, .block_desc_1 > * {
        transform: none;
    }

    .block_desc_video video {
        width: 100%;
    }

    .image-block_1 {
        order: 1;
    }

    .block_desc_1 {
        order: 2;
        background-color: #111;
    }

    .block_desc_video {
        order: 3;
    }
    
    .image-block_1, .image-block_2, .image-block_3, .image-block_4 {
        width: 100%;
        height: 250px;
        position: relative;
        z-index: 2;
    }
    
    .height_100 {
        display: none;
    }
    
    .content_2_block_1 {
        padding: 0;
    }
}

.desc_title {
    color: #FEB404;
    font-weight: bolder;
    font-size: 25px;
    display: block;
    margin-left: 40px;
    margin-bottom: 24px;
    text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}

.title_adv {
	text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}

.shadow_bc {
	text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}


.ul_adv li {
    font-size: 18px;
    margin-bottom: 12px;
    height: 47px;
    display: flex;
    align-items: center;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
    color: #fff;
}

.ul_adv {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_adv li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: radial-gradient(circle, #ffcc00 0%, rgba(255, 204, 0, 0) 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul_adv li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.ul_adv li:nth-child(2) {
    margin-left: -12px;
}

.ul_adv li:nth-child(3) {
    margin-left: -24px;
}

.ul_adv li:nth-child(4) {
    margin-left: -36px;
}

@media (max-width: 768px) {
    .ul_adv li:nth-child(2),
    .ul_adv li:nth-child(3),
    .ul_adv li:nth-child(4) {
        margin-left: 0; /* Убираем отступы для мобильной версии */
    }
	
	.block_desc_1 div {
		margin-left: 8px;
	}
	
	.ul_adv li {
		font-size: 13px;
	}
	
	.desc_title {
		text-align: center;
		margin-left: 0px;
	}
	
	.title_adv {
		font-size: 23px;
	}
	
	.promo_h1_small {
		font-size: 36px;
		margin: auto;
	}
	
	.block_desc_video, .block_desc_1 {
		border-radius: 0px;
	}
	
	.block_desc_1 {
		border-bottom: 1px solid #353535;
	}
	
	.block_desc_video > video, .block_desc_1 > * {
		border-radius: 0px;
	}
}


.event_button_span {
	display: flex;
	flex-direction: column;
}

.span_event {
	padding: 2px 6px;
    font-size: 12px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
}

.btn_custom_event {
	width: 450px;
}

.span_info_event {
	display: block;
    font-size: 9px;
    text-align: right;
    width: 430px;
	font-style: italic;
}

.name_event_button {
	display: block;
	text-align: left;
    width: 430px;
	margin-bottom: 8px;
}

.desc_daily_main_block {
	display: flex;
	gap: 16px;
}

.desc_daily_section {
	flex: 1;
}

.desc_daily_items {
	margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 144px;
    gap: 15px;
}

.desc_daily_items img {
	border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddb9125c;
    box-shadow: 0 4px 8px rgb(229 160 0 / 59%);
	height: 36px;
}

.desc_daily_section h3, .desc_daily_section h4 {
	text-align: center;
	margin: auto;
}

.custom-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.custom-tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
}
.custom-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.custom-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
	
.tooltiptext span {
	display: block;
	color: #ffcc00;
	font-weight: bold;
}

.separator {
	width: 2px;
	background-color: #eba0316e;
	margin: 0 16px;
}

@media (max-width: 768px) {
    .info_date_obt {
		font-size: 16px!important;
	}
}