@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-SemiBold.eot');
  src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
  url('../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),
  url('../fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
  url('../fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
  url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Light.eot');
  src: local('../fonts/Gilroy/Gilroy Light'), local('Gilroy-Light'),
  url('../fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy/Gilroy-Light.woff') format('woff'),
  url('../fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
  url('../fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
  url('../fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
  url('../fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
  url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

#main_anchor_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

#main_anchor {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
a{
  color: rgb(255,255,255);
  text-decoration: none;
  opacity: 1;
  transition: 0.2s;
}
a:hover{

}
a.theme_link{
  color: rgb(255,255,255);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,1);
}
a.theme_link:hover{
  color: rgb(255,255,255);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0);
}
a.theme_link_dark{
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,1);
}
a.theme_link_dark:hover{
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0);
}
a.def{
  border-bottom: none !important;
  text-decoration: none !important;
  color: inherit !important;
}
body {
  font-family: 'Gilroy' !important;
  min-height: 900px;
  font-size: 20px;
  color: rgb(255,255,255);
  background-color: #000000;
  line-height: 1.4;
}
body.def_body{
  background-color: #ffffff;
}
body.cities{
  min-height: 500px;
  height: 100vh;
}
body.cities #usedesk-messenger{
  /*display: none !important;*/
}
img{
  max-width: 100%;
}
.menu_main_element{
  cursor: pointer;
}
.theme_white{
  color: rgb(255,255,255);
}
.theme_black{
  color: rgb(0,0,0);
}
.theme_yellow{
  color: #FAC416;
}
.theme_purple{
  color: #9B44DF;
}
.theme_border{
  border-radius: 5px;
}

.theme_back_purple{
  background-color: #5D0092;
}

.theme_light{
  font-weight: 300 !important;
}
.theme_medium{
  font-weight: 500;
}
.theme_semibold{
  font-weight: 600;
}
.theme_bold{
  font-weight: 700;
}

.theme_upper{
  text-transform: uppercase;
}

.theme_list{
  list-style-type: none;
  padding-left: 0px;
}
.theme_list li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.theme_list li:before{
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 24px;
  height: 100%;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/kp/svg/icon_star.svg");
}

.user_field{
  height: 42px;
  border: 1px solid rgba(153, 153, 153, 1);
  margin-bottom: 10px;
}
.has-error .user_field{
  border: 1px solid #a94442;
}

.pp_block{

}
.pp_block .btn-close{
  position: absolute;
  top: 0px;
  right: 0px;
  transform: none;
  margin: 0px;
  width: 50px;
  height: 50px;
  align-items: center;
  padding: 0px;
  outline: none !important;
  z-index: 1;
  box-shadow: none !important;
  border: none !important;
}
.pp_block .modal-dialog{
  max-width: 560px;
}

#popup_promo_utm .modal-dialog{
  max-width: 380px;
  text-align: center;
}
#popup_promo_utm .modal-dialog .form_cat{
  background-color: #f7f7f9;
}
#popup_discount {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 25px;
  font-weight: 600;
}
#popup_promo_utm .input_promo {
  margin-bottom: 24px;
}
#popup_promo_utm .btn_default_pop {
  display: flex;
}
.popup_title_utm {
  padding: 51px 0px 25px 0px;
}
.popup_title_utm .title_utm {
  font-size: 36px;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}
.popup_title_utm p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1;
}
#popup_desc_mini {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-top: 5px;
}
.input_promo {
  padding-left: 140px;
  height: 48px;
  position: relative;
  margin-bottom: 15px;
  border: none;
}
.input_promo label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  border-radius: 7px 0px 0px 7px;
  background-color: #FAC416;;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 0px 10px 0px 10px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
}
.input_promo .popup_promo {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0px 15px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: rgb(33, 33, 33);
  justify-content: center;
  align-items: center;
  border-radius: 0px 7px 7px 0px;
  border-left: none !important;
  background: rgb(255, 255, 255);
}
.popup_title_utm svg{

}
.pp_block .modal-header{
  border: none;
  padding-bottom: 0px;
}
.pp_block .dop{
  font-size: 12px;
}
.form_cosmo .dop{
  font-size: 12px;
}
.main_group .dop{
  font-size: 12px;
}
.pp_block .btn_default:hover{
  opacity: 0.85 !important;
  color: rgb(255,255,255) !important;
  background-color: #5D0092 !important;
}

.input_robo [type="checkbox"]:not(:checked), .input_robo [type="checkbox"]:checked, .input_robo [type="radio"]:not(:checked), .input_robo [type="radio"]:checked {
  position: absolute;
  left: -9999px
}

.input_robo input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border: #FAC416;
  border-radius: 0;
  background-color: #FAC416;
  top: 3px;
  left: 0px !important;
  background-image: none
}

.input_robo .has-error input[type="checkbox"]+label::before {
  border: 2px solid #ff001d;
}

.input_robo input[type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/icon_check.svg);
  top: 3px;
  left: 0px !important;
  filter: invert(1) brightness(10)
}

.input_robo.input_check {
  margin: 0
}

.input_robo.input_check label {
  font-size: 12px;
  padding-left: 35px !important;
  cursor: pointer;
  position: relative
}

.input_robo.input_check label a {
  text-decoration: underline!important;
  color: inherit;
}

.input_robo.input_check label a:hover {
  opacity: .85;
}

.input_robo.input_check .checkbox {
  margin: 0;
  position: relative
}

.input_robo {
  position: relative;
  border-radius: 5px;
  margin-bottom: 24px;
}


.def_content{
  color: #000000;
  padding-top: 135px;
  font-size: 18px;
  padding-bottom: 85px;
}

#add_dop{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 112;
  background-color: #FAC416;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}
#add_dop .descr{

}

#add_dop_add{
  position: fixed;
  top: 150px;
  left: 0px;
  width: 100%;
  height: 35px;
  z-index: 112;
  background-color: #FAC416;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.main_block{
  padding-top: 55px;
  padding-bottom: 85px;
}

.head_title h1,
.main_title h2{
  font-size: 47px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700;
}
.head_title h1 br{

}
.main_title{
  margin-bottom: 24px;
}
.main_title p{
  font-size: 27px;
  font-weight: 600;
}

.btn_default{
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 40px;
  cursor: pointer;
  background-color: #FAC416;
  color: rgb(0,0,0);
  transition: 0.2s;
  border-radius: 13px;
  opacity: 1;
  min-width: auto;
}
.btn_default:hover{
  color: #000000 !important;
  background-color: rgb(255,255,255) !important;
  opacity: 1 !important;
}

.btn_default.btn_revert{
  background-color: rgb(255,255,255) !important;
  color: #F96800 !important;
}
.btn_default.btn_revert:hover{
  color: rgb(255,255,255) !important;
  background-color: #F96800 !important;
}

.btn_default.btn_purple{
  background-color: rgba(155, 68, 223, 1);
  color: rgb(255,255,255);
}
.btn_default.btn_purple:hover{
  background-color: #5d0092;
  color: rgb(255,255,255);
}

.btn_default.btn_small{
  height: 48px;
  font-size: 18px;
  border-radius: 11px;
}

#main_menu{
  padding: 0px;
  height: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 111;
  display: flex !important;
  align-items: center;
}
#main_menu.add_dop{
  top: 60px;
}
#main_menu .logo{

}
#main_menu .logo img{
  max-width: 232px;
}
#main_menu .city_info .city_time_dop{
  font-weight: 400;
  font-size: 14px;
}
.city_info.add{
  line-height: 1.2;
  font-size: 18px;
}
.main_head{
  margin-top: 90px;
  position: relative;
  min-height: 870px;
  padding-bottom: 125px;
  background-image: url("../images/kp/main/b_image.jpg");
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat;
}
.main_head:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.3) 0%, #000000 100%);
}
.main_head>div{
  position: relative;
  z-index: 1;
}
.main_head .head_title{
  text-align: center;
}
.main_head .logo img{
  width: 100%;
  max-width: 285px;
}

.main_head.cities{
  margin-top: 0px;
  min-height: 500px;
  height: 100%;
  padding-bottom: 125px;
}
.main_head.cities .dop{
  font-size: 29px;
  font-weight: 500;
}
.main_head.cities .city_item_wrap{
  display: flex;
  justify-content: center;
  row-gap: 30px;
  column-gap: 120px;
  flex-wrap: wrap;
}
.main_head.cities .city_item_wrap .btn_default{
  height: 68px;
  font-size: 23px;
  border-radius: 20px;
  padding: 0px 25px;
  min-width: 270px;
}

.main_head.main_head_bdb{
  min-height: 815px;
  background-position: 50% 0%;
}
.popup_new_order_bdb #popup__content-right .cart{
  background-color: rgb(255, 255, 255);
  border-radius: 7px;
  padding: 20px 20px 25px 20px;
}
.popup_new_order_bdb #popup__content-right .btns_block {
  margin-top: 18px;
  display: flex;
  column-gap: 12px;
}
.tags{
  display: flex;
  align-items: center;
  column-gap: 5px;
  flex-wrap: wrap;
  row-gap: 14px;
  font-size: 18px;
}
.tags .tag_item{
  padding: 5px 12px;
}
.tags .tag_item.tag_white{

}

.main_about{
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0px auto;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_about.jpg");
}
.main_about .about_item{

}
.main_about .about_item .ai_image{
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}
.main_about .about_item .ai_image:before{
  content: "";
  display: block;
  padding-top: 95%;
}
.main_about .about_item .ai_image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.main_about .about_item .ai_descr{

}
.main_gruz_wrap{
  position: relative;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/kp/backs/tiny/b_gruz_prepare.jpg");
  margin: 0px auto;
}
.main_gruz_wrap>div.b_pl{
  position: absolute;
  top: 25%;
  left: 0px;
  width: 100%;
  height: 915px;
  background-image: url(../images/kp/backs/tiny/b_planets.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

.main_gruz{
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px auto;
}
.main_gruz .panel{
  padding: 30px 35px;
  border-radius: 30px;
}
.main_gruz .main_gruz_photo{
  display: flex;
  column-gap: 20px;
  margin-top: 75px;
  justify-content: space-between;
}
.main_gruz .main_gruz_photo .gp_item{
  position: relative;
  flex: 1 1 auto;
  transition: 0.2s;
  opacity: 1;
}
.main_gruz .main_gruz_photo .gp_item:hover{
  opacity: 0.85;
}
.main_gruz .main_gruz_photo .gp_item:before{
  content: "";
  display: block;
  padding-top: 70%;
}
.main_gruz .main_gruz_photo .gp_item img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.main_gruz .containingBlock{
  padding: 35px 35px 25px 35px;
  background: rgba(255, 255, 255, 0.002);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 12px #FFE79A;
  border-radius: 50px;
  margin-top: 10px;
}

.main_prepare{
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px auto;
}
.main_prepare .main_prepare_in{
  margin-top: 65px;
}
.main_prepare .item_prepare_wrap{
  margin-bottom: 25px;
}
.main_prepare .item_prepare{
  box-shadow: 0px 0px 10px 1px rgba(69, 139, 202, 0.4);
  border-radius: 30px;
  padding: 35px 35px 40px 35px;
  height: 100%;
}
.main_prepare .item_prepare .ip_title{
  position: relative;
  font-size: 25px;
  padding-bottom: 17px;
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.main_prepare .item_prepare .ip_title:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background-color: #FAC416;
}
.main_prepare .item_prepare .ip_descr{
  font-size: 18px;
}

.main_sert{
  margin-bottom: 75px;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_about.jpg");
}
.main_sert .sert_img{
  position: relative;
  margin-right: 35px;
}
.main_sert .sert_img:before{
  content: "";
  position: absolute;
  top: 45px;
  left: 45px;
  width: 440px;
  height: 336px;
  background: rgba(255, 255, 255, 0.002);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 12px #FFE79A;
  border-radius: 50px;
}
.main_sert .sert_img img{
  position: relative;
}

.main_anim{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_anim.jpg");
}
.main_anim .sp_1{
  position: absolute;
  right: calc(50% - 550px);
  top: -65px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/kp/backs/sp_1.png);
  z-index: 1;
}
.main_anim .sp_2{
  position: absolute;
  left: calc(50% - 850px);
  top: -265px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/kp/backs/sp_2.png);
  z-index: 1;
}


.main_anim .main_anim_in{
  margin-top: 75px;
}
.main_anim .anim_slider{
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 0px 12px #FFE79A;
  border-radius: 50px;
  padding: 30px;
}
.main_anim .anim_slider .anim_sl_item{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.main_anim .anim_slider .anim_sl_item:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.main_anim .anim_slider .anim_sl_item img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.main_anim .main_anim_photo{
  display: flex;
  column-gap: 20px;
  margin-top: 75px;
  justify-content: space-between;
}
.main_anim .main_anim_photo .ma_item{
  position: relative;
  flex: 1 1 auto;
  opacity: 1;
  transition: 0.2s;
}
.main_anim .main_anim_photo .ma_item:hover{
  opacity: 0.85;
}
.main_anim .main_anim_photo .ma_item:before{
  content: "";
  display: block;
  padding-top: 70%;
}
.main_anim .main_anim_photo .ma_item img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.main_mks{
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  overflow: hidden;
}
.main_mks_in{
  display: none;
  opacity: 0;
}
.main_mks_in .slick-list{
  overflow: visible !important;
}

.anim_slider{
  display: none;
  opacity: 0;
}
.anim_slider .slick-prev:before,
.anim_slider .slick-next:before{
  display: none !important;
  opacity: 0;
}
.anim_slider .slick-prev,
.anim_slider .slick-next{
  width: 32px;
  height: 32px;
  border-radius: 50vh;
  background-color: #9B44DF;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("../images/svg/icon_arr.svg");
  /*background-image: url("../images/kp/svg/icon_slider.svg");*/
  z-index: 1;
}
.anim_slider .slick-prev:hover,
.anim_slider .slick-next:hover,
.anim_slider .slick-prev:focus,
.anim_slider .slick-next:focus{
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  background-color: #FAC416;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("../images/svg/icon_arr.svg");
  /*background-image: url("../images/kp/svg/icon_slider.svg");*/
  z-index: 1;
}
.anim_slider .slick-prev{
  left: 55px;
  right: auto;
}
.anim_slider .slick-next{
  left: auto;
  right: 55px;
  transform: scale(-1, 1) translate(0%, -50%);
}
.anim_slider .slick-dots {
  bottom: 40px;
  left: 0px;
}
.anim_slider .slick-dots li{

}
.anim_slider .slick-dots li.slick-active{

}
.anim_slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #FAC416;
}
.anim_slider .slick-dots li.slick-active button:before{
  color: rgb(255,255,255);
}
.anim_slider .slick-dots li:hover{
  opacity: 0.85;
}

.main_anim .descr{
  font-size: 24px;
}


  /*youtube videos*/
.video_block {

}
.containingBlock {
  width: 100%;
  overflow: hidden;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrapper div,
.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: -2px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 4px);
  cursor: pointer;
}

.videoWrapper.active > div:before {
  display: none;
}

.videoWrapper.videoWrapper_preview > div:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  background-image: url("../images/svg/icon_play.svg");
  background-position: calc(50% + 5px) 50%;
  background-size: 50px auto;
  background-repeat: no-repeat;
  border-radius: 50vh;
  background-color: #FAC416;
  z-index: 1;
  transition: 0.2s;
}
.videoWrapper.videoWrapper_preview:hover > div:before{
  opacity: 0.85;
}
.videoWrapper.videoWrapper_preview > div:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  opacity: 1;
}
.videoWrapper.videoWrapper_preview:hover > div:after{
  opacity: 0;
}
  /*youtube videos end*/

.main_video{
  position: relative;
  padding-bottom: 125px;
}
.main_video .sp_1{
  position: absolute;
  right: calc(50% - 750px);
  top: -65px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/kp/backs/sp_1.png);
  z-index: 1;
}

.tags{
  display: flex;
  align-items: center;
  column-gap: 5px;
  flex-wrap: wrap;
  row-gap: 14px;
}
.tags .tag_item{
  padding: 5px 12px;
  background-image: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
}
.tags .tag_item.tag_white{
  color: #4A11C2;
  background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
}

.tags_icons{
  display: flex;
  align-items: center;
  column-gap: 14px;
  flex-wrap: wrap;
  font-size: 16px;
  row-gap: 14px;
}
.tags_icons .tag_item_icon{
  padding: 6px 17px 6px 47px;
  background-color: rgb(255, 255, 255);
  color: #4A11C2;
  background-image: url(../images/svg/icon_li_star.svg);
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.tags_icons .tag_item_icon.active{
  background-color: #4A11C2;
  color: #ffffff;
  background-image: url(../images/svg/icon_li_star_white.svg);
}

.main_slider{

}
.main_slider .ms_slider_in{
  margin-bottom: 16px;
}
.main_slider .ms_in_item{
  overflow: hidden;
  position: relative;
}
.main_slider .ms_in_item:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.main_slider .ms_in_item img{
  position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: calc(100% + 10px);
  object-fit: cover;
  object-position: 50% 50%;
}

.main_slider .ms_out_item{
  overflow: hidden;
  position: relative;
  width: 16.5%;
  margin: 0px 0px 8px 0px;
  cursor: pointer;
  background-color: rgb(80, 80, 80);
}
.main_slider .ms_out_item img{
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
}
.main_slider .ms_out_item:hover img{
  opacity: 0.8 !important;
  transform: scale(1.05);
}
.main_slider .ms_out_item:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.main_slider .ms_out_item img{
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: 50% 50%;
}
.main_slider .ms_slider_out .slick-track{
  position: relative;
  width: calc(100% + 16px) !important;
  left: -8px;
  transform: translate3d(0px, 0px, 0px) !important;
}
.main_slider .ms_slider_out .slick-track>div{
  width: calc(16.6666666666% - 16px) !important;
  margin: 0px 8px 16px 8px;
}
.main_slider .ms_slider_out .slick-track>div.slick-current img{
  opacity: 0.8 !important;
}

.main_group{
  position: relative;
  padding-top: 175px;
}
@media (min-width:1199.98px) {
  .main_group:before{
    content: "";
    position: absolute;
    top: 130px;
    left: calc(50% + 38px);
    width: 400px;
    height: 236px;
    background-image: url(../images/svg/icon_medved.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.main_group .main_slider .ms_slider_out .slick-track>div{
  width: calc(20% - 16px) !important;
  margin: 0px 8px 0px 8px;
}
.main_group .main_slider .ms_in_item:before{
  padding-top: 66.25%;
}
.main_group .main_slider .ms_out_item:before {
  content: "";
  display: block;
  padding-top: 61.25%;
}


@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin_reverse {
  100% { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin_reverse {
  100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin_reverse {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}


@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}


.main_prikl{
  max-width: 1920px;
  width: 100%;
  margin: 0% auto 0% auto;
  padding-top: 185px;
  padding-bottom: 115px;
  position: relative;

  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_wait.jpg");
}
.main_prikl .bl_ship{
  position: absolute;
  bottom: -615px;
  right: 0px;
  width: 406px;
  height: 720px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/kp/send/tiny/ship.png);
  z-index: 1;
}
.main_prikl>.container{
  position: relative;
  z-index: 1;
}
.main_prikl .descr{
  font-size: 21px;
}
.main_prikl .pre_bl{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: rotate(-2deg) translate(0px, -50%);
  display: flex;
  column-gap: 30px;
  font-style: normal;
  font-size: 36px;
  background-color: #FAC416;
  line-height: 42px;
  color: #000000;
  white-space: nowrap;
  justify-content: center;
  overflow: hidden;
  text-transform: lowercase;
  font-weight: 600;
}

.main_prikl .m_image{
  position: relative;
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 0px 10px 1px rgba(250, 196, 22, 0.8);
  border-radius: 50px;
  margin-top: -55px;
  overflow: hidden;
}
.main_prikl .m_image:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.main_prikl .m_image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-position: 50% 50%;
}

.marquee {
  width: 100%;
  height: 50px;
  pointer-events: none;
  overflow: hidden;
}
.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}
.marquee span {
  text-align: center;
  white-space: nowrap;
  padding: 1px 10px 5px 10px;
}
.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.main_think .main_title p:last-child{
  font-size: 20px;
}

.def_slider .slick-list{
  overflow: visible;
}
.mt_item{
  filter: drop-shadow(0px 0px 10px rgba(250,196,22,0.4));
}
.mt_item div{
  border-radius: 5px;
  overflow: hidden;
}
.mt_item .mt_image{
  position: relative;
  overflow: hidden;
  background-color: rgb(220, 220, 220);
}
.mt_item .mt_image .containingBlock{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.mt_item .mt_image .containingBlock .videoWrapper.videoWrapper_preview > div:before{
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  background-size: 20px auto;
  background-position: calc(50% + 2px) 50%;
}
.mt_item .mt_image:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mt_item .mt_image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.01);
  transition: 0.3s;
}
.mt_item .mt_image .videoWrapper_preview:hover img{
  transform: scale(1.06);
}

.main_game_send{
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_wait_send.jpg");
}

.main_tickets{
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  max-width: 1920px;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_tickets.jpg");
}

.main_tickets:before{
  display: none !important;
}
.main_tickets .sp_1{
  position: absolute;
  right: calc(50% - 820px);
  top: 125px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-image: url(../images/kp/backs/sp_1.png);
  z-index: 1;
}
.main_tickets .sp_2{
  position: absolute;
  left: calc(50% - 840px);
  top: 320px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/kp/backs/sp_2.png);
  z-index: 1;
}

.main_tickets .ticket_item{
  border-radius: 50px;
  border: 3px solid rgb(255,255,255);
  box-shadow: 0px 0px 12px rgba(255,231,154,0.75);
  position: relative;
  padding-bottom: 20px;
  margin: 0px 15px;
}
.main_tickets .ticket_item .ti_image{
  min-height: 425px;
  position: relative;
}
.main_tickets .ticket_item .ti_image img{
  position: absolute;
  max-width: 100%;
}
.main_tickets .ticket_item.ab .ti_image img{
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.main_tickets .ticket_item.сb .ti_image img{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_tickets .ticket_item.av .ti_image img{
  top: 50%;
  left: 69%;
  transform: translate(-50%, -50%);
}
.main_tickets .ticket_item.la .ti_image img{
  top: 47%;
  left: 38%;
  transform: translate(-50%, -50%);
}
.main_tickets .ticket_item.cv .ti_image img{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_tickets .ticket_item .ti_image .label{
  font-size: 28px;
  text-transform: uppercase;
  padding-left: 25px;
  position: absolute;
  bottom: -15px;
}
.main_tickets .ticket_item .ti_image .label .spec{
  position: relative;
  display: inline-flex;
  top: -5px;
  left: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 2px 10px 2px 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  writing-mode: lr;
  transform: none;
  border-radius: 4px;
  line-height: 22px;
  z-index: 10;
  background: #FAC416;
}
.main_tickets .ticket_item .ti_info{
  background-color: #FAC416;
  border-radius: 13px;
  padding: 2px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
  position: relative;
  transform: translate(0px, 50%);
}
.main_tickets .ticket_item .ti_info .inf{
  font-size: 14px;
}
.main_tickets .ticket_item .ti_info .price{
  font-size: 36px;
}
.main_tickets .ticket_item_wrap .btns_block{
  padding: 0px 15px;
}
.main_tickets .ticket_item_wrap .btns_block .btn_default{
  height: 64px;
}

.main_tickets.main_ticket_five{

}
.main_tickets.main_ticket_five>.row{

}
@media (min-width:1399.99px) {
  .main_tickets.main_ticket_five .ticket_item_wrap{
    width: 20%;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_image {
    min-height: 350px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info{
    column-gap: 12px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info .inf{
    font-size: 13px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info .price{
    font-size: 32px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_image .label {
    font-size: 21px;
    padding-left: 16px;
  }
}
@media (min-width:1199.98px) and (max-width:1399.98px) {
  #main_menu .city_info .city_time_dop{
    font-size: 12px;
  }
  .main_tickets.main_ticket_five .ticket_item_wrap{
    width: 20%;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_image {
    min-height: 350px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info{
    column-gap: 10px;
    top: 5px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info .inf{
    font-size: 12px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_info .price{
    font-size: 24px;
  }
  .main_tickets.main_ticket_five .ticket_item .ti_image .label {
    font-size: 18px;
    padding-left: 16px;
  }

  .main_tickets .ticket_item_wrap .btns_block .btn_default {
    height: 58px;
    font-size: 18px;
    padding: 0px 24px;
  }
}


.main_game{

}
.main_game .panel{
  border-radius: 25px;
  padding: 10px 35px;
}
.main_game .panel,
.main_game .descr{
  font-size: 24px;
}
.main_game .descr{
  padding-left: 30px;
}
.main_game .game_light{
  margin-top: 115px;
  position: relative;
  height: 150px;
  width: 100%;
}
.main_game .game_light>div:nth-child(1){
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/kp/game/tiny/light.png");
  transform: rotate(0deg);
  animation: light_sword 3s ease-in-out infinite;
  opacity: 1;
  z-index: 1;
}
.main_game .game_light>div:nth-child(2){
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/kp/game/tiny/light.png");
  opacity: 0.45;
  animation: light_sword_1 3s ease-in-out infinite;
  transform: rotate(-4deg);
  filter: blur(2px);
}
.main_game .game_light>div:nth-child(3){
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/kp/game/tiny/light.png");
  opacity: 0.4;
  animation: light_sword_2 3s ease-in-out infinite;
  transform: rotate(13deg);
  filter: blur(4px);
}

@keyframes light_sword {
  from {
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(12deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes light_sword_1 {
  from {
    transform: rotate(-4deg);
    opacity: 0.45;
  }
  50%{
    transform: rotate(-9deg);
    opacity: 0.8;
  }
  to {
    transform: rotate(-4deg);
    opacity: 0.45;
  }
}

@keyframes light_sword_2 {
  from {
    transform: rotate(13deg);
    opacity: 0.4;
  }
  50%{
    transform: rotate(2deg);
    opacity: 0.2;
  }
  to {
    transform: rotate(13deg);
    opacity: 0.4;
  }
}

.main_think{
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-size: auto;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_wait_send.jpg");
}
.main_think .sp_3{
  position: absolute;
  right: calc(50% - 650px);
  top: 65px;
  width: 150px;
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/kp/backs/sp_3.png);
  z-index: 1;
}

.main_faq{
  background-size: auto;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_wait_send.jpg");
}
.main_faq .faq_item{

}
.main_faq .faq_item .di_up{
  border-top: 1px solid #ffffff;
  min-height: 95px;
  display: flex;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  align-items: center;
  font-size: 30px;
}
.main_faq .faq_item:last-child{
  border-bottom: 1px solid rgb(255,255,255);
}
.main_faq .faq_item .di_up .di_title{
  white-space: normal;
  width: 100%;
}
.main_faq .faq_item .di_up .di_plus{
  transition: 0.2s;
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_faq .faq_item .di_up .di_plus>div{
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0);
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.main_faq .faq_item .di_up .di_plus svg{
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: 0.2s;
  position: relative;
}
.main_faq .faq_item .di_up .di_plus svg path{
  transition: 0.2s;
}
.main_faq .faq_item.active .di_up .di_plus>div {
  background-color: rgba(255, 255, 255, 1);
}
.main_faq .faq_item.active .di_up .di_plus svg{
  transform: rotate(-45deg);
}
.main_faq .faq_item.active .di_up .di_plus svg path{
  stroke: #5D0092;
}

.main_faq .faq_item:hover .di_up .di_plus>div {
  background-color: rgba(255, 255, 255, 1);
}
.main_faq .faq_item:hover .di_up .di_plus svg path{
  stroke: #5D0092;
}
.main_faq .faq_item .di_bottom{
  display: none;
  font-weight: 300;
  padding-bottom: 30px;
  background-color: transparent;
  font-size: 20px;
}

.main_partners{
  background-size: auto;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-image: url("../images/kp/backs/tiny/b_wait_send.jpg");
}
.main_partners .main_partners_in{
  background: #5D0092;
  border-radius: 50px;
  padding: 30px 45px;
}
.partner_item_wrap{
  margin-bottom: 24px;
}
@media (min-width:1199.98px) {
  .partner_item_wrap{
    width:20%;
  }
}
.partner_item{
  background: #ffffff;
  border-radius: 0px;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  height: 100%;
}
.partner_item img{

}

.main_send{

}
.main_send .ms_item_wrap{
  margin-bottom: 24px;
}
.main_send .ms_item .ms_image{
  position: relative;
  overflow: hidden;
  display: block;
}
.main_send .ms_item .ms_image:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.main_send .ms_item .ms_image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.def_slider .slick-list{
  overflow: visible;
}
.ds_item{
  margin: 0px 12px;
}
.ds_item .tag_item{
  background-color: #FAC416;
  color: #000000;
  border: none;
}
.ds_item .ds_image{
  position: relative;
  overflow: hidden;
  background-color: rgb(220, 220, 220);
}
.ds_item .ds_image .containingBlock{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.ds_item .ds_image .containingBlock .videoWrapper.videoWrapper_preview > div:before{
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  background-size: 20px auto;
  background-position: calc(50% + 2px) 50%;
}
.ds_item .ds_image:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ds_item .ds_image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.01);
  transition: 0.3s;
}
.ds_item .ds_image .videoWrapper_preview:hover img{
  transform: scale(1.06);
}
.ds_item .ds_descr{

}
.ds_item .ds_descr h3{
  font-weight: normal;
  text-transform: uppercase;
}
.ds_item .ds_descr p{
  font-size: 18px;
}

.btns_slider{
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.btns_slider .btn_sl {
  width: 32px;
  height: 32px;
  border-radius: 50vh;
  background-color: #9B44DF;
  position: relative;
  cursor: pointer;
}
.btns_slider .btn_sl:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/svg/icon_arr.svg");
  background-size: 8px auto;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(10);
}
.btns_slider .btn_sl_prev:before {
  background-position: calc(50% - 1px) 50%;
}
.btns_slider .btn_sl_next:before{
  background-position: calc(50% - 1px) 50%;
  transform: scale(-1, 1);
}

.btns_slider .btn_sl:hover{
  background-color: #FAC416;
}
.btns_slider .btn_sl:hover:before{
  filter: grayscale(0) brightness(1);
}
.soc_dop{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 35px auto;
  min-height: 35px;
}
.soc_dop.soc_mirey{
  background-image: url(../images/kp/ic_mirey.png);
  font-size: 18px;
  opacity: 1;
  transition: 0.2s;
}
.soc_dop.soc_mirey:hover{
  opacity: 0.85;
}
.main_footer{
  background-color: #373737;
  padding: 35px 0px 45px 0px;
}
.main_footer .foot_logo img{
  width: 100%;
}
.main_footer .foot_soc>div{
  font-size: 17px;
}
.main_footer .foot_info{
  display: flex;
  justify-content: space-between;
}
.main_footer .city_addr,
.main_footer .city_date{

}
.main_footer .city_time{
  font-size: 18px;
}
.main_footer .foot_meta>div{
  width: 100%;
}
.main_footer .foot_meta{
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.55;
  column-gap: 12px;
}
.main_footer .foot_dop{
  font-size: 15px;
  opacity: 0.5;
}
.main_footer .map_top{
  font-size: 16px;
}

.g-map-m {
  height: calc(100% - 42px);
  min-height: 372px;
  margin-top: 22px;
}
.g-map-m .gmap {
  height: 100%;
  width: 100%;
}

#js-gmap > ymaps {
}

.js-map {
}

.soc_wrap{
  display: flex;
  column-gap: 24px;
}
.soc{
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fac418;
  opacity: 1;
  border-radius: 0px;
  transition: 0.2s;
  display: inline-flex;
}
.soc:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.soc:hover{
  background-color: #5D0092;
}
.soc.soc_vk:before{
  background-size: 22px auto;
  background-image: url("../images/svg/icon_vk.svg");
}
.soc.soc_youtube:before{
  background-size: 22px auto;
  background-image: url("../images/svg/icon_youtube.svg");
}
.soc.soc_inst:before{
  background-size: 22px auto;
  background-image: url("../images/svg/icon_inst.svg");
}

.foot_dop_info{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 12px;
}
#overlay_form{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 998;
}

#navbarsExample11{
  display: none !important;
}
#t_burger{
  display: none !important;
}
#mobile_tickets{
  display: none;
}

@media (min-width:1199.99px) and (max-width:1399.98px) {
  body{
    font-size: 18px;
  }
  .head_title h1, .main_title h2 {
    font-size: 42px;
  }
}

@media (min-width:991.99px) and (max-width:1199.98px) {
  body{
    font-size: 16px;
  }
  #main_menu .city_info .city_time_dop{
    font-size: 12px;
  }
  .main_head{
    min-height: 570px;
  }
  .about_item_wrap{
    margin-bottom: 48px;
  }
  .head_title h1, .main_title h2{
    font-size: 42px;
  }
  .main_block {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .main_about{
    padding-bottom: 0px;
  }
  .sert_block{
    justify-content: flex-start !important;
  }
  .main_anim .main_anim_in {
    margin-top: 35px;
  }
  .main_gruz .panel {
    padding: 15px 25px;
    margin-top: 25px !important;
  }
  .main_prikl{
    padding-top: 105px;
  }
  .main_prikl .m_image{
    margin-top: 0px;
  }
  .main_prikl .bl_ship{
    display: none !important;
  }
  .main_game .game_light>div:nth-child(1),
  .main_game .game_light>div:nth-child(2),
  .main_game .game_light>div:nth-child(3){
    background-size: 80% auto;
  }
  .main_title p{
    font-size: 18px;
  }
  .ticket_item_wrap{
    margin-bottom: 48px;
  }
  .main_tickets .ticket_item{
    margin-bottom: 24px;
  }
}

@media (min-width:767.99px) and (max-width:991.98px) {
  .main_footer .map_top {
    font-size: 15px;
    margin-top: 24px;
  }
  .city_info.add{
    font-size: 12px;
  }
  .soc_dop.soc_mirey{
    font-size: 16px;
  }
  .main_head.cities .city_item_wrap .btn_default {
    height: 48px;
    font-size: 18px;
    border-radius: 13px;
    padding: 0px 15px;
    min-width: 160px;
  }
  .main_head.cities .dop {
    font-size: 18px;
  }
  .main_head.cities {
    padding-bottom: 85px;
  }
  .main_head.cities .city_item_wrap {
    row-gap: 24px;
    column-gap: 24px;
  }
  .main_head.cities>.navbar-brand{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .def_content{
    font-size: 16px;
  }
  body.c_hidden{
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }
  #navbarsExample11{
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #111;
    padding: 60px 25px 25px;
    max-width: 260px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1001;
    transition: 0.2s;
    transform: translate(101%, 0px);
  }
  #navbarsExample11.show{
    transform: translate(0%, 0px);
  }
  #navbarsExample11 .cross{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #navbarsExample11 .cross svg{
    transform: rotate(45deg);
    filter: grayscale(1) brightness(10);
    transition: 0.2s;
  }
  #navbarsExample11 .cross:hover svg{
    opacity: 0.85;
  }
  #navbarsExample11 .ne_top{

  }
  #navbarsExample11 .ne_top .logo{
    max-width: 100%;
  }
  #navbarsExample11 .ne_top .logo img{
    max-width: 100%;
  }
  #navbarsExample11 .ne_top ul{
    font-size: 18px;
    padding: 0px;
    list-style-type: none;
  }
  #navbarsExample11 .ne_top ul li{
    margin-bottom: 10px;
  }
  #navbarsExample11 .ne_bottom{
    font-size: 18px;
    font-weight: 600;
  }

  #t_burger{
    display: block !important;
  }
  .t-menuburger {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
  }
  .t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
  }
  .t-menuburger span:nth-child(1) {
    top: 0px;
  }
  .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) {
    width: 80%;
    left: 20%;
    right: 0;
  }
  .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
    top: 8px;
  }
  .t-menuburger span:nth-child(4) {
    top: 16px;
  }

  .main_head{
    min-height: 570px;
    padding-bottom: 85px;
  }
  .main_head.ticket{
    min-height: 175px;
    position: relative;
  }
  .main_head.ticket:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
  }
  .popup_new_order .popup__head-block{
    padding-top: 0px;
  }
  .head_title h1, .main_title h2 {
    font-size: 32px;
  }

  body{
    font-size: 16px;
  }
  .about_item_wrap{
    margin-bottom: 24px;
  }
  .main_block{
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .main_title p{
    font-size: 18px;
  }
  .main_prepare .main_prepare_in {
    margin-top: 35px;
  }

  .main_prepare .item_prepare .ip_descr {
    font-size: 16px;
  }
  .main_prepare .item_prepare .ip_title {
    font-size: 21px;
    padding-bottom: 14px;
  }
  .sert_block{
    justify-content: flex-start !important;
  }

  .main_anim{
    padding-bottom: 75px;
  }
  .main_prikl {
    padding-top: 95px !important;
  }
  .main_prikl .m_image{
    margin-top: 25px;
  }
  .main_prikl .bl_ship{
    display: none;
  }
  .main_game .panel, .main_game .descr {
    font-size: 16px;
  }

  .main_game .game_light>div:nth-child(1),
  .main_game .game_light>div:nth-child(2),
  .main_game .game_light>div:nth-child(3){
    background-size: 75% auto;
  }
  .main_tickets .ticket_item {
    margin: 0px 15px 20px 15px;
  }
  .ticket_item_wrap{
    margin-bottom: 48px;
  }

  #mobile_tickets {
    display: inline-flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    right: auto;
    z-index: 101;
    max-width: 50%;
    transform: translate(-50%, 0px);
  }
}

@media (max-width:767.98px) {
  .city_info.add{
    font-size: 12px;
  }
  #popup__content-right{
    margin-top: 0px !important;
    padding-bottom: 92px;
  }
  .popup_new_order #popup__content-right .btn{
    height: 58px;
    background-color: #FAC416 !important;
  }
  .popup_new_order #popup__content-right .btn:hover{
    background-color: #FAC416 !important;
  }
  #popup__content-right .close{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 45px;
    height: 45px;
    background-image: url(../images/svg/icon_cross_t.svg);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(1) brightness(0);
    opacity: 1;
    transition: 0.2s;
  }
  #popup__content-right .close:hover{
    opacity: 0.8;
  }
  #popup__content-right .btns_block{
    padding: 0px 10px;
    margin-top: 24px;
  }
  #popup__content-right .popup__title_l_block{
    color: #000000;
    padding: 10px 20px;
  }
  body.mobile-scroll-lock {
    overflow: hidden;
    height: 100%;
  }

  #popup__content-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    overflow-y: auto; /* ← Прокрутка внутри */
    -webkit-overflow-scrolling: touch; /* для iOS плавности */
    display: none;
  }

  #popup__content-right.visible-mobile {
    display: block;
  }
  .main_head.main_head_bdb {
    min-height: 340px;
  }
  #popup__content-right {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
  }

  #popup__content-right.visible-mobile {
    display: block;
  }

  .btn_open_cart_mobile {
    position: fixed;
    bottom: 15px;
    z-index: 1100;
    padding: 12px 20px;
    background: #f04;
    color: white;
    border: none;
    border-radius: 8px;
  }
  #add_dop{
    font-size: 12px;
  }
  #add_dop_add{
    top: 124px;
    font-size: 12px;
  }
  #main_menu .city_info .city_time_dop{
    font-size: 10px;
  }
  #popup_promo_utm .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }
  #popup_promo_utm .modal-dialog .form_cat{
    max-width: 380px;
    margin: 0px auto;
  }
  .main_head.cities .city_item_wrap .btn_default {
    height: 48px;
    font-size: 18px;
    border-radius: 13px;
    padding: 0px 15px;
    min-width: 160px;
  }
  .main_head.cities .dop {
    font-size: 18px;
  }
  .main_head.cities {
    background-image: url("../images/kp/backs/back_mob.jpg");
    padding-bottom: 85px;
  }
  .main_head.cities .city_item_wrap {
    row-gap: 24px;
    column-gap: 24px;
  }
  .main_head.cities>.navbar-brand{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .def_content{
    padding-top: 95px;
    font-size: 15px;
  }
  .def_content h2{
    font-size: 24px;
  }
  .def_content h3{
    font-size: 21px;
  }
  .def_body #main_menu .logo img {
    max-width: 145px;
  }
  .def_body #main_menu .btn_default{
    height: 42px;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 8px;
  }
  body {
    font-size: 15px;
  }
  body.c_hidden{
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }
  #navbarsExample11{
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #111;
    padding: 60px 25px 25px;
    max-width: 260px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1001;
    transition: 0.2s;
    transform: translate(101%, 0px);
  }
  #navbarsExample11.show{
    transform: translate(0%, 0px);
  }
  #navbarsExample11 .cross{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #navbarsExample11 .cross svg{
    transform: rotate(45deg);
    filter: grayscale(1) brightness(10);
    transition: 0.2s;
  }
  #navbarsExample11 .cross:hover svg{
    opacity: 0.85;
  }
  #navbarsExample11 .ne_top{

  }
  #navbarsExample11 .ne_top .logo{
    max-width: 100%;
  }
  #navbarsExample11 .ne_top .logo img{
    max-width: 100%;
  }
  #navbarsExample11 .ne_top ul{
    font-size: 18px;
    padding: 0px;
    list-style-type: none;
  }
  #navbarsExample11 .ne_top ul li{
    margin-bottom: 10px;
  }
  #navbarsExample11 .ne_bottom{
    font-size: 18px;
    font-weight: 600;
  }

  #t_burger{
    display: block !important;
  }
  .t-menuburger {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
  }
  .t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
  }
  .t-menuburger span:nth-child(1) {
    top: 0px;
  }
  .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) {
    width: 80%;
    left: 20%;
    right: 0;
  }
  .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
    top: 8px;
  }
  .t-menuburger span:nth-child(4) {
    top: 16px;
  }

  .popup_title_utm {
    padding: 25px 0px 25px 0px;
  }

  #main_menu {
    height: 65px;
  }

  #usedesk-messenger{
    display: none !important;
  }
  .main_head {
    margin-top: 65px;
    padding-top: 24px;
    min-height: 565px;
    padding-bottom: 55px;
    overflow: hidden;
  }
  .main_head.ticket{
    min-height: 175px;
    position: relative;
  }
  .main_head.ticket:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
  }
  .main_head .logo{
    margin: 0px auto;
    max-width: 185px;
  }

  .main_head:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }

  .main_about{
    position: relative;
    padding-top: 55px !important;
  }
  .main_about:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/kp/svg/icon_swipe.png);
    opacity: 0.75;
    transform: rotate(12deg);
    animation: go_swipe 3.5s linear infinite;
  }

  .main_prepare_in{
    position: relative;
  }
  .main_prepare_in:before{
    content: "";
    position: absolute;
    top: -50px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/kp/svg/icon_swipe.png);
    opacity: 0.75;
    transform: rotate(12deg);
    animation: go_swipe 3.5s linear infinite;
  }
  @keyframes go_swipe {
    from {
      transform: rotate(12deg);
    }
    10%{
      transform: rotate(0deg);
    }
    20%{
      transform: rotate(16deg);
    }
    30%{
      transform: rotate(0deg);
    }
    40%{
      transform: rotate(12deg);
    }
    to {
      transform: rotate(12deg);
    }
  }

  .main_video .sp_1{
    right: calc(50% - 210px);
    top: -45px;
    width: 150px;
    height: 50px;
    background-size: 70px auto;
    background-position: 50% 50% !important;
    animation: go_fb 8s linear infinite;
  }

  @keyframes go_fb {
    from {
      transform: rotate(0deg);
    }
    25%{
      transform: rotate(15deg);
    }
    50%{
      transform: rotate(0deg);
    }
    75%{
      transform: rotate(-10deg);
    }
    to{
      transform: rotate(0deg);
    }
  }

  .about_slider_mobile{
    display: none;
  }
  .main_about .about_item .ai_image:before {
    padding-top: 56.25%;
  }
  .about_slider_mobile {
    position: relative;
    padding: 0px 12px;
    width: calc(100% - 90px);
    margin: 0px -24px;
  }

  .about_item_wrap{
    margin: 0px 12px;
  }
  .about_slider_mobile .slick-list {
    overflow: visible;
  }

  .main_prepare .main_prepare_in{
    margin-top: 25px;
  }
  .prepare_slider_mobile{
    display: none;
  }
  .prepare_slider_mobile {
    padding: 0px 12px;
    width: calc(100% - 45px);
    margin: 0px -24px;
  }
  .item_prepare_wrap{
    margin: 0px 12px;
  }
  .main_prepare .item_prepare_wrap{
    height: auto !important;
  }
  .prepare_slider_mobile .slick-track{
    display: flex !important;
  }
  .prepare_slider_mobile .slick-list {
    overflow: visible;
  }
  .main_prepare .item_prepare {
    padding: 25px 20px 25px 20px;
  }

  .main_prepare .item_prepare .ip_title{
    font-size: 20px;
  }
  .main_prepare .item_prepare .ip_descr{
    font-size: 15px;
  }

  .main_sert .sert_img {
    position: relative;
    margin-right: 0px;
    margin-top: 45px;
    min-height: 198px;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
  }
  .main_sert .sert_img img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 290px;
  }
  .main_sert .sert_img:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 200px;
    max-width: 100%;
  }

  .main_anim .sp_1{
    right: calc(50% - 225px);
    top: 35px;
    width: 150px;
    height: 50px;
    background-size: 55px auto;
    background-position: 50% 50% !important;
    animation: go_fb 8s linear infinite;
  }
  .main_anim .sp_2{
    left: 115px;
    top: -75px;
    width: 150px;
    height: 80px;
    background-size: 70px auto;
    background-position: 50% 50% !important;
    animation: go_fb 8s linear infinite;
    right: auto;
  }

  .main_anim .descr {
    font-size: 15px;
  }
  .main_anim .main_anim_in{
    margin-top: 0px;
  }
  .main_anim .main_anim_photo{
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .main_anim .main_anim_photo .ma_item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .main_prikl .pre_bl {
    column-gap: 14px;
    font-size: 21px;
    line-height: 42px;
  }
  .marquee span {
    padding: 2px 0px 5px 6px;
  }

  .main_game .panel, .main_game .descr {
    font-size: 15px;
  }
  .main_game .panel {
    padding: 15px 15px;
  }
  .main_game .descr {
    padding-left: 15px;
    margin-top: 10px !important;
  }

  .main_game .game_light {
    margin-top: 65px;
  }
  .main_game .game_light>div:nth-child(1) {
    background-size: 100% auto;
  }
  .main_game .game_light>div:nth-child(2) {
    background-size: 100% auto;
  }
  .main_game .game_light>div:nth-child(3) {
    background-size: 100% auto;
  }

  .main_mks_in {
    padding: 0px 12px;
    width: calc(100% - 45px);
    margin: 0px -24px;
  }
  .main_mks_in .slick-track{
    display: flex !important;
  }
  .main_mks_in .slick-list {
    overflow: visible;
  }
  .main_mks_in .mk_item{
    margin: 0px 12px;
  }

  .ticket_item_wrap{
    margin-bottom: 48px;
  }
  .main_tickets .ticket_item .ti_image {
    min-height: 210px;
  }
  .main_tickets .ticket_item .ti_image .label {
    font-size: 15px;
    padding-left: 10px;
    bottom: -12px;
  }
  .main_tickets .ticket_item .ti_info{
    column-gap: 12px;
  }
  .main_tickets .ticket_item .ti_info .inf {
    font-size: 8px;
  }
  .main_tickets .ticket_item .ti_info .price {
    font-size: 18px;
  }
  .main_tickets .ticket_item {
    border-radius: 25px;
    padding-bottom: 10px;
    margin: 0px 15px;
  }
  .main_tickets .ticket_item_wrap .btns_block .btn_default {
    height: 42px;
    font-size: 15px;
    white-space: nowrap;
  }

  .main_think .main_title p:last-child{
    font-size: 16px;
  }

  .mt_item_wrap{
    margin-bottom: 24px;
  }
  .main_faq .faq_item .di_up{
    font-size: 18px;
    min-height: 80px;
  }
  .main_faq .faq_item .di_up .di_plus{
    width: 80px;
    height: 80px;
  }
  .main_faq .faq_item .di_up h3{
    font-size: 18px;
    margin-bottom: 0px;
  }
  .main_faq .faq_item .di_bottom{
    font-size: 15px;
  }

  .main_partners .main_partners_in{
    padding: 25px;
  }

  .main_head .tags {
    align-items: flex-start;
  }

  .head_title h1, .main_title h2 {
    font-size: 20px;
    line-height: 1.25;
  }

  .head_title h1 br {
    display: none;
  }

  .main_head.main_head_def{
    min-height: 0px;
  }
  .main_head.main_head_def:before{
    display: none;
  }

  .stars {
    display: none !important;
  }

  .planets {
    display: none !important;
  }

  .videoWrapper.videoWrapper_preview > div:before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-position: calc(50% + 2px) 50%;
    background-size: 20px auto;
  }

  .main_video .tags_icons {

  }

  .theme_list li {
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .main_anim{
    background-image: none;
    background-color: #18150f;
  }
  .main_anim>div.container{
    position: relative;
    z-index: 1;
  }
  .main_anim:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-image: url(../images/kp/backs/tiny/b_anim.jpg);
    opacity: 0.5;
  }

  .main_block {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .main_anim{
    padding-bottom: 15px;
  }
  .main_prikl{
    padding-top: 105px;
  }
  .main_prikl .bl_ship{
    display: none !important;
  }
  .main_prikl .descr{
    font-size: 15px;
  }
  .theme_list li:before {
    top: -1px;
    width: 19px;
    background-size: 19px auto;
  }

  .main_prikl .m_image{
    margin-top: 20px;
  }

  .main_title p {
    font-size: 16px;
  }

  .main_video{
    padding-bottom: 65px;
  }

  .def_slider {
    width: calc(100% - 20px);
  }
  .def_slider .slick-list {
    overflow: visible;
  }
  .ds_item .ds_descr p {
    font-size: 16px;
  }

  .tags {
    font-size: 14px;
    align-items: flex-start;
  }

  .btns_block {
    width: 100%;
  }

  .pp_block .modal-header{
    line-height: 1.2;
  }
  .pp_block .btn_default{
    opacity: 1 !important;
    background-color: #FAC416 !important;
    color: #000000 !important;
  }
  .pp_block .btn_default:hover{
    opacity: 0.85 !important;
    color: rgb(255,255,255) !important;
    background-color: #5D0092 !important;
  }

  .block_partner_in{
    display: none;
  }
  .partner_item {
    border-radius: 5px;
    min-height: 76px;
  }
  .block_partner_in>div{
    width: calc(100% - 10px);
  }
  .block_partner_in>div .slick-list {
    overflow: visible;
  }
  .block_partner_in .partner_item_wrap{
    margin: 0px 12px;
  }

  .main_footer .foot_info {
    flex-direction: column;
    row-gap: 36px;
  }
  .main_footer .foot_meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0px;
  }
  .main_footer .map_top{
    font-size: 16px;
    margin-top: 24px;
  }

  .g-map-m{
    height: 250px;
  }
  #mobile_tickets {
    display: inline-flex;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 101;
  }
  .main_footer{
    padding-bottom: 85px;
  }

}

@media (min-width:560.99px) and (max-width:767.98px) {
  .ticket_item_wrap {
    margin-bottom: 96px;
  }
  .main_tickets{
    padding-bottom: 0px !important;
  }
  .main_think{
    margin-top: 0px !important;
  }
}

/* Dropdown Content */
.dropbtn {
  padding: 5px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  display: inline-block;
  z-index: 99;
  width: 70px;
  right: 27px;
  left: auto;
  top: 32px;
  font-size: 14px;
  padding-left: 3px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  width: 70px;
}

.dropbtn
{
  background: url('/docs_2024_kp/images/switch-language/ru.png') no-repeat 3px center;
  padding-left: 33px;
  width: 65px;
}
.dropbtn.ru{
  background: url('/docs_2024_kp/images/switch-language/ru.png') no-repeat 3px center;
}
.dropbtn.kz{
  background: url('/docs_2024_kp/images/switch-language/kz.png') no-repeat 3px center;
}
.dropbtn::after {
  background: rgba(0, 0, 0, 0) url("/docs_2024_kp/images/switch-language/arrow_down_white.png") no-repeat scroll center center;
  content: "";
  height: 16px;
  position: absolute;
  top: 5px;
  width: 16px;
}

.dropdown-content a.ru
{
  background: url('/docs_2024_kp/images/switch-language/ru.png') no-repeat 3px center;
}

.dropdown-content a.kz
{
  background: url('/docs_2024_kp/images/switch-language/kz.png') no-repeat 3px center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(255,255,255);
  border-top: 5px solid transparent;
  padding: 7px 3px 7px 33px;
  text-decoration: none;
  display: block;
  font-family: "CirceRegular", Arial, sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(255,255,255,0.85);
  color: rgb(0,0,0);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  border-top: 5px solid transparent;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

@media (max-width:767.98px) {
  .dropdown {
    right: 5px;
    top: 75px;
    color: #000;
  }
  .dropdown-content a {
    color: #000;
  }
  .dropbtn::after {
    filter: grayscale(1) brightness(0) contrast(1);
  }

  .dropdown.white{
    color: #fff;
  }
  .dropdown.white .dropdown-content a {
    color: #fff;
  }
  .dropdown.white .dropbtn::after {
    filter: grayscale(0) brightness(1) contrast(1);
  }
}