.content_slide{
  flex-wrap:wrap-reverse;
}
.item_inner_slider{
 margin-bottom:15px;
}
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'HelveticaNeueCyr';
  font-weight: 400;
  outline: none !important; 
      font-kerning: none;
}

div#mCSB_5_scrollbar_vertical{
  display: none !important;
}

.mob {
  display: none;
}
.desc {
  display: block;
}

/* .basket_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(29, 29, 29);
  z-index: 9998;
  overflow: auto;
  opacity:0;
  display: none;
} */

.iziModal-wrap .iziModal-content {
  padding-top: 85px !important;
}

.txttohtmllink{
  color: #ba60d7;
}
.txttohtmllink:visited{
  color: white;
}


.wrapper_map_content .content_text::-webkit-scrollbar { width: 3px; height: 3px;border-radius: 3px;}
.wrapper_map_content .content_text::-webkit-scrollbar-button {  background-color: #ba60d7; }
.wrapper_map_content .content_text::-webkit-scrollbar-track {  background-color: #7c7c7c;}
.wrapper_map_content .content_text::-webkit-scrollbar-track-piece { background-color: #7c7c7c;}
.wrapper_map_content .content_text::-webkit-scrollbar-thumb { background-color: #ba60d7; border-radius: 3px;}
.wrapper_map_content .content_text::-webkit-scrollbar-corner { background-color: #7c7c7c;}}
.wrapper_map_content .content_text::-webkit-resizer { background-color: #ba60d7;}

.wrapper_map_content .content_text{
    scrollbar-width: thin;  /* толщина для firefox*/
}


body {
  width: 100%;
  height: 100%;
  margin: 0; }

  .mobile_top_header_logo { 
    margin: -10px auto 0;
    text-align: center;
    width: 320px;
    font-weight: bold;
    /* letter-spacing: 3px;*/
    font-family: "GillSans";
  }
  .mobile_top_header_logo .active{
    color: #9667b0;
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .mobile_top_header_logo::before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    margin-right: -55px;
    -webkit-transition: .3s;
    transition: .3s; }

  .mobile_top_header_logo.active::before {
    -webkit-transform: rotateX(180deg) translateY(50%);
    transform: rotateX(180deg) translateY(50%);
    -ms-transform: rotateX(180deg) translateY(50%);
    -o-transform: rotateX(180deg) translateY(50%);
    border: 8px solid transparent;
    border-top: 8px solid #9667b0;
    top: calc(45% - 7px); 
  }
  .mobile_toggle_logo_menu {
    color: #fff;
  }

  .logo_header_wrapper{
    display: none;
    position: absolute;
    top: 77px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
    height: 480px;
    z-index: 199;    
    background-color: rgba(16, 15, 18, 0.9);
  }

  .logo_header_wrapper img {
    width: 200px !important;
    margin: 10px auto;
  }

  .show_logo_header {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
  }

  .mobile_menu, .mobile_top_header_logo {
    display: none;
  }
  .wrap_once_img_description {
    width: 50%;
    float:left;
  }

.wrapper_index {
  width: 100%;
  height: 100vh;
  display: block; }

.video_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  min-height: 100vh; }
  #video-bg video {
    min-height: 420px; }

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: fill; }

#pause {
  display: none; }

#playpause {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 85px; }
  #playpause svg {
    -webkit-transition: .3s;
    transition: .3s; }
  #playpause:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    transition: all .3s; }

header {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  z-index: 999;
  background-color: rgba(16, 15, 18, 0.7);
}

header.active {
  z-index: 999999; }

.forslides img{
  width: 100%;
  height: 100%;
}

.top_header_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

  .top_header_line img {
    max-height: 50px;
    max-width: 200px;
    height: 40px;
  } 

.top_header_line .top_header_logo{
  color:white!important;
  text-decoration: none;
  font-size: 16px;
}

.top_header_line a.top_header_logo:hover,
.top_header_line a.top_header_logo.active
 {
    color: #ba60d7!important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mobile_top_header_logo.active a.top_header_logo{
  font-size: 1em;
  padding-bottom: 10px;
}

#nav-icon1 {
  display: inline-block;
  margin: 0;
  /*margin-bottom: 22px;*/
  z-index: 5; }
  #nav-icon1 span {
    -webkit-transition: .3s;
    transition: .3s; }
  #nav-icon1:hover span {
    background-color: #ba60d7;
    -webkit-transition: all .3s;
    transition: all .3s; }

.top_head_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 13px; }
  .top_head_list li {
    margin-left: 29px; }
  .top_head_list a {
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 24px; }
    .top_head_list a:hover {
      color: #ba60d7;
      -webkit-transition: all .3s;
      transition: all .3s; }

.top_head_logo {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s; 
  display: none; }
  .top_head_logo:hover {
    -webkit-filter: opacity(0.6);
    filter: opacity(0.6);
    -webkit-transition: all .3s;
    transition: all .3s; }
.top_header_logo:hover {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
  -webkit-transition: all .3s;
  transition: all .3s; }

.left_head_menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #000; 
  height: 100vh;
  padding-left: 98px;
  padding-right: 50px;
  padding-top: 119px;
  display: none; 
}

.head_left_list,
.head_left_sublist {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a.big_head_links {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 23px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s; }
  a.big_head_links:hover {
    color: #ba60d7;
    -webkit-transition: all .3s;
    transition: all .3s; }

a.sublist_links {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  line-height: 24px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  -webkit-transition: .3s;
  transition: .3s; }
  a.sublist_links:hover {
    color: #ba60d7;
    -webkit-transition: all .3s;
    transition: all .3s; }

.wrap_sublist {
  margin-bottom: 20px; 
  line-height: 1.6;
}

.online_list_item {
  display: none; }

footer {
  display: block;
  text-align: center;
  padding-bottom: 68px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  footer h1 {
    color: white;
    font-size: 66px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 0; }
  footer .sub_title {
    color: white;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    margin-top: 17px; }

.footer_social_links {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 68px; }
  .footer_social_links a {
    display: inline-block;
    text-decoration: none;
    margin-left: 16px; }
    .footer_social_links a path {
      -webkit-transition: .3s;
      transition: .3s; }
    .footer_social_links a:hover path {
      fill: #ba60d7;
      -webkit-transition: all .3s;
      transition: all .3s; }
#detail_popup,
#promotion_popup,
#partner_popup,
#basket_popup {
  display: block;
  position: fixed;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  margin-top: 0; }

.close_popup {
  position: absolute;
  top: 50px;
  right: 50px; }
  .close_popup path {
    -webkit-transition: .3s;
    transition: .3s; }
  .close_popup:hover path {
    stroke: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }

#basket_popup .popup_center {
  max-width: 886px;
  height: auto;
  padding: 55px; }

#basket_popup .wrap_input_box input {
  width: 350px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

#basket_popup button {
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.popup_center {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #1d1d1d;
  padding: 50px;
  width: 100%;
  max-width: 630px;
  height: 453px; }
  .popup_center h2 {
    color: white;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0; }
#detail_form,
#promotion_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

  #detail_form button,
  #promotion_form button {
    margin: 0 auto;
    margin-top: 50px;
    width: 250px;
    height: 60px;
    background-color: #9667b0;
    color: #201d25;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    border: 2px #9667b0 solid;
    line-height: 56px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  
    #detail_form button:hover,
    #promotion_form button:hover {
      background-color: #201d25;
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.wrap_input_box {
  position: relative;
  display: inline-block;
  margin-top: 60px; }
  .wrap_input_box label {
    position: absolute;
    top: -25px;
    left: 0;
    color: white;
    font-size: 14px;
    font-weight: 100; }
  .wrap_input_box .error_msg {
    position: absolute;
    bottom: -17px;
    top: inherit;
    color: #9667b0;
    font-size: 10px;
    font-weight: 100;
    display: none; }
  .wrap_input_box input {
    width: 250px;
    height: 50px;
    border: 1px solid #737373;
    background-color: rgba(0, 0, 0, 1e-05);
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s; }
    .wrap_input_box input::-webkit-input-placeholder {
      -webkit-transition: .3s;
      transition: .3s; }
    .wrap_input_box input::-moz-placeholder {
      -webkit-transition: .3s;
      transition: .3s; }
    .wrap_input_box input:-ms-input-placeholder {
      -webkit-transition: .3s;
      transition: .3s; }
    .wrap_input_box input::placeholder {
      -webkit-transition: .3s;
      transition: .3s; }
  .wrap_input_box input.active {
    border-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .wrap_input_box input.invalid_msg {
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .wrap_input_box input.invalid_msg::-webkit-input-placeholder {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .wrap_input_box input.invalid_msg::-moz-placeholder {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .wrap_input_box input.invalid_msg:-ms-input-placeholder {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .wrap_input_box input.invalid_msg::placeholder {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.post_thanks {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none; }
  .post_thanks h3 {
    color: white;
    font-size: 42px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 0; }
  .post_thanks .sub_subject {
    color: white;
    font-size: 14px;
    font-weight: 100;
    margin-top: 40px;
    line-height: 1;
    display: block;
    text-align: center; }

.main_content {
  width: 100%;
  display: block;
  padding-left: 8.8%;
  padding-right: 8.6%;
  position: relative;
  z-index: 7;
  overflow: auto;
  height: 100vh;
  max-height: -webkit-calc(100vh - 116px);
  max-height: calc(100vh - 116px); }
  .main_content h1 {
    color: white;
    font-size: 59px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0; }

.prev_page_link {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 16px;
  -webkit-transition: .3s;
  transition: .3s; }
  .prev_page_link:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #9667b0; }

.wrap_date {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px; }
  .wrap_date .date {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300; }

.open_social_box {
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .open_social_box #icon_share {
    -webkit-transform: scale(2.7);
    -ms-transform: scale(2.7);
    transform: scale(2.7);
    margin-left: 15px; }
  .open_social_box .st11 {
    -webkit-transition: .3s;
    transition: .3s; }
  .open_social_box:hover .wrap__small_social_box.active {
    display: block; }
  .open_social_box:hover .st11 {
    fill: #9667B0; }

.wrap__small_social_box {
  width: 124px;
  height: 71px;
  position: absolute;
  padding-top: 25px;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none; }

.small_social_box {
  display: block;
  width: 124px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 13px 14px; }
  .small_social_box:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 100%;
    left: 5px; }
  .small_social_box a {
    display: inline-block;
    text-decoration: none;
    margin-right: 13px; }
    .small_social_box a:last-child {
      margin: 0; }
    .small_social_box a path {
      -webkit-transition: .3s;
      transition: .3s; }
    .small_social_box a:hover path {
      fill: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.main_content_gallery {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0; }
  .main_content_gallery .slick-slider .slick-list {
    overflow: inherit; }
  .main_content_gallery .slick-list,
  .main_content_gallery .slick-track {
    height: 100% !important; }
  .main_content_gallery .slick-vertical .slick-slide {
    height: 100%; }
  .main_content_gallery .slick-dots {
    bottom: inherit;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main_content_gallery .slick-dots li {
    margin-bottom: 18px; }
  .main_content_gallery .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.0001);
    border: 1px #fff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
  .main_content_gallery .slick-dots li.slick-active button:before {
    background-color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .main_content_gallery .wrap_gallery_slider {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding-left: 8.6%;
    padding-right: 8.8%;
    position: relative;
    margin-top: 39px; }
  .main_content_gallery .wrap_gallery_mobile_version {
    display: none; }
  .main_content_gallery h1 {
    color: white;
    font-size: 42px;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-left: 8.6%;
    padding-right: 8.8%;
    z-index: 9; }
  .main_content_gallery .wrap_main_3d {
    position: relative;
    display: block;
    height: 100%; }
  .main_content_gallery .wrap_gallery_links {
    display: block;
    margin-top: 22px;
    position: relative;
    padding-left: 8.6%;
    padding-right: 8.8%;
    z-index: 9; }
    .main_content_gallery .wrap_gallery_links a {
      display: inline-block;
      margin-right: 25px;
      text-decoration: none;
      color: #fff;
      -webkit-transition: .3s;
      transition: .3s; }
      .main_content_gallery .wrap_gallery_links a:hover {
        text-decoration: underline;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .main_content_gallery .wrap_gallery_links a.active {
      text-decoration: none;
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.item_gallery {
  display: inline-block;
  position: absolute;
  max-width: 600px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  border: 4px rgba(0, 0, 0, 1e-05) solid;
  -webkit-transition: .6s;
  transition: .6s; }
  .item_gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/gallery/after_elem.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s; }
  .item_gallery:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .6s;
    transition: .6s; }
  .item_gallery img {
    width: 100%; }

.item_gallery.active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: #9667b0 !important;
  z-index: 10;
  -webkit-transition: all .6s;
  transition: all .6s; }
  .item_gallery.active:after {
    display: none; }
  .item_gallery.active:before {
    opacity: 1 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 0)), color-stop(54%, rgba(205, 205, 205, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 43%, rgba(205, 205, 205, 0) 54%, black 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 43%, rgba(205, 205, 205, 0) 54%, black 100%);
    -webkit-transition: all .6s;
    transition: all .6s; }
  .item_gallery.active .name_project {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }

.item_gallery:hover {
  z-index: 15;
  border-color: rgba(0, 0, 0, 1e-06);
  -webkit-transition: all .6s;
  transition: all .6s; }
  .item_gallery:hover:before {
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s; }
  .item_gallery:hover:after {
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s; }

.name_project {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 8;
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.content_slider {
  display: block;
  padding-top: 50px;
  margin-left: -40px; }

.content_slide > div {
  width: 100%!important;
}  

.content_slide > div.item_inner_slider {
  width: 100%!important;
}

.content_slide iframe {
  max-width: 100%;
}

  .content_slider a.prev_content,
  .content_slider a.next_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 300;
    z-index: 8;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .content_slider a.prev_content path,
    .content_slider a.next_content path {
      -webkit-transition: .3s;
      transition: .3s; }
    .content_slider a.prev_content span,
    .content_slider a.next_content span {
      display: none;
      color: #7c7c7c; }
    .content_slider a.prev_content:hover .arrow_descr,
    .content_slider a.next_content:hover .arrow_descr {
      display: block;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .content_slider a.prev_content:hover path,
    .content_slider a.next_content:hover path {
      fill: #9667b0;
      -webkit-transition: .3s;
      transition: .3s; }
  .content_slider .next_content {
    margin-top: 84px; }
  .content_slider .arrow_descr {
    position: absolute;
    bottom: -35px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: .3s;
    transition: .3s; }

.content_slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
/*  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; */}

.item_inner_slider {
  display: inline-block;
  width: 49%;
  height: 100%;
  min-height: 42vh;
 }

.prev_slide,
.next_slide {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  background-color: rgba(0, 0, 0, 0.0001);
  cursor: pointer;
  border: none; }
  .prev_slide path,
  .next_slide path {
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s; }
  .prev_slide:hover path,
  .next_slide:hover path {
    opacity: 1;
    fill: #9667b0;
    -webkit-transition: .3s;
    transition: .3s; }

.slider-nav {
  margin-top: 15px;
  height: 100%;
}
  .slider-nav .prev_slide {
    left: -35px; }
  .slider-nav .next_slide {
    right: -35px; }

.slider_nav_item {
  margin: 0 5px;
  height:auto;
  overflow: hidden;
}
  .slider_nav_item img {
    width: 100%;
    /*height: 100%;*/
    transition: .3s; }
  .slider_nav_item:hover {
    cursor: pointer; }
    .slider_nav_item:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all .3s;
      transition: all .3s; }

.slider_nav_item.slick-center img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .3s;
  transition: all .3s; }

.slider-for {
  width: 100%; }
  .slider-for .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.content_text {
  display: inline-block;
  height:auto!important;
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
  padding-right: 15px;
  overflow-y: auto; }
  .content_text .content_descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px; }
    .content_text .content_descr img {
      margin-right: 8px; }

.top_contact_line {
  display: block;
  margin-top: 11px; }
  .top_contact_line a {
    display: inline-block;
    margin-right: 40px;
    text-decoration: none; }
  .top_contact_line svg {
    margin-right: 10px;
    vertical-align: bottom; }
  .top_contact_line path {
    fill: #7b7b7b;
    stroke: #7b7b7b;
    -webkit-transition: .3s;
    transition: .3s; }
  .top_contact_line a:hover path {
    fill: #8b569c;
    stroke: #8b569c;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .top_contact_line span {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 300;
    vertical-align: text-bottom; }

.slider_for_item {
  cursor: pointer;
  display: inline-block;
  height: 100%; }
  .slider_for_item img {
    height: 100%;
    width: 100%; }

.main_content_news {
  padding-bottom: 108px;
  /*overflow: hidden;*/ }
  .main_content_news .prev_slide,
  .main_content_news .next_slide {
    z-index: 8;
    display: inline-block;
    max-width: 25px; }
    .main_content_news .prev_slide path,
    .main_content_news .next_slide path {
      fill: #fff;
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    .main_content_news .prev_slide:hover path,
    .main_content_news .next_slide:hover path {
      fill: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .main_content_news .prev_slide:hover .arrow_descr,
    .main_content_news .next_slide:hover .arrow_descr {
      display: block;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .main_content_news .arrow_descr {
    position: absolute;
    bottom: -35px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    text-align: center;
    font-size: 12px;
    color: #7f7f7f;
    display: none;
    -webkit-transition: .3s;
    transition: .3s; }

.content_apportionment {
  position: relative;
  margin-top: 49px;
  /*margin-left: -20px;*/
  max-height: -webkit-calc(100% - 188px);
  max-height: calc(100% - 188px);
  height: 100%; }
  .content_apportionment .slick-list,
  .content_apportionment .slick-track,
  .content_apportionment .news_box {
    height: 100% !important; }

.content_apportionment .news_box{
  padding: 20px 20px 36px 20px;
} 
.content_apportionment .news_box .news_box_content{
  overflow: hidden;
}


.news_box_content {
  display: block;
  height: 100%;
  z-index: 2; }
  

 /*.news_box_content:before {
    content: "";
    width: 100%;
    height: 190px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 1e-05)), color-stop(70%, #39363f ));
    background-image: -webkit-linear-gradient(top, rgba(29, 29, 29, 1e-05) 0%, #39363f  70%);
    background-image: linear-gradient(to bottom, rgba(29, 29, 29, 1e-05) 0%, #39363f  70%);
    position: absolute;
    filter: blur(7px);
    z-index: 2;
    bottom: 0px;
    left: 0; }*/
    
   /*.news_box_content:before {
      content: '';
      display: block;
      visibility: hidden;
      transition: all .3s;
      position: absolute;
      bottom: 36px;
      left: 0;
      width: calc(100% - 40px);
      height: 60px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(to bottom, rgba(36,35,39,0) 0%, rgba(36,35,39,1) 100%);     
    } */
    
    .news_box_content.active:before {
      visibility: visible;
    }

.wrap_news_tab,
.wrap_news_date_tab {
  display: block;
  margin-top: 29px; }
  .wrap_news_tab a,
  .wrap_news_date_tab a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff; }
    .wrap_news_tab a:hover,
    .wrap_news_date_tab a:hover {
      text-decoration: none;
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .wrap_news_tab a.active,
  .wrap_news_date_tab a.active {
    color: #9667b0;
    text-decoration: none; }

.wrap_news_date_tab {
  margin-top: 25px; }
  .wrap_news_date_tab a {
    margin-right: 15px; }

.news_box {
  position: relative;
  width: 20%;
  padding: 20px; }

.date_news_publication {
  position: absolute;
  top: 1px;
  left: 18px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 100; }

.wrap_news_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .wrap_news_img img {
    width: 100%;
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: .3s;
    transition: .3s; }

.news_title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  z-index: 2; }

.news_desription {
  margin: 0;
  color: white;
  font-size: 17px;
  padding-top: 17px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.back_end_overlay_news_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 100%;
  display: none;
  z-index: -2; }
  .back_end_overlay_news_box:after {
    content: "";
    width: 100%;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 1e-05)), color-stop(70%, #1d1d1d));
    background-image: -webkit-linear-gradient(top, rgba(29, 29, 29, 1e-05) 0%, #1d1d1d 70%);
    background-image: linear-gradient(to bottom, rgba(29, 29, 29, 1e-05) 0%, #1d1d1d 70%);
    position: absolute;
    z-index: 999;
    bottom: -2px;
    left: 0; }

.overlay_links_news_box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 1e-05);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), color-stop(20%, black));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 20%, black);
  background: linear-gradient(180deg, transparent 0%, transparent 20%, black);
  display: none;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none; }

.news_box:hover {
  background-color: rgba(16, 15, 18, .6);
  /*-webkit-transition: all .5s;
  transition: all .5s; */}
  .news_box:hover .wrap_news_img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s; }
  .news_box:hover .date_news_publication {
    display: none; }
  .news_box:hover .overlay_links_news_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .news_box:hover .overlay_links_news_box svg {
      margin-right: 10px; }
    .news_box:hover .overlay_links_news_box span {
      color: #9667b0;
      font-size: 16px;
      font-weight: 300;
      line-height: 36px;
      display: inline-block;
      line-height: 1; }

.main_content_partners {
  overflow: hidden;
  padding-bottom: 100px; }
  .main_content_partners .slick-prev,
  .main_content_partners .slick-next {
    display: none !important; }
  .main_content_partners .slick-dots {
    bottom: inherit;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main_content_partners .slick-dots li {
    margin-bottom: 18px; }
  .main_content_partners .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.0001);
    border: 1px #fff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
  .main_content_partners .slick-dots li.slick-active button:before {
    background-color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s; }

.partner_open_popup_link {
  display: block;
  margin-top: 20px; }

#open_partner_popup {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
  -webkit-transition: .3s;
  transition: .3s; }
  #open_partner_popup:hover {
    color: #ba60d7;
    border-color: #ba60d7;
    -webkit-transition: all .3s;
    transition: all .3s; }

.wrap_partners_slider, .wrap_partners_slider_mob {
  display: block;
  width: 100%;
  margin: 0;
  height: 100%;
  margin-bottom: 0 !important; }

.partners_slide, .partners_slide_mob {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0; }

.partner_link {
  height: 100% !important; }
  .partner_link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
    -webkit-transition: .3s;
    transition: .3s; }
   /* @media (min-width:1440px){
       .partner_link img{
        height: 100%!important;
    width: initial!important;
       }
    }*/

.partner_link:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

#wp_slider, #wp_slider_mob {
  width: 100%;
  height: -webkit-calc(100% - 220px);
  height: calc(100% - 220px);
  padding-top: 83px; }
  #wp_slider .slick-list, #wp_slider_mob .slick-list{
    height: 100% !important; }

.main_content_competitive_advantages {
  padding-bottom: 100px; }
  .main_content_competitive_advantages .slick-prev,
  .main_content_competitive_advantages .slick-next {
    display: none !important; }
  .main_content_competitive_advantages .slick-dots {
    bottom: inherit;
    width: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main_content_competitive_advantages .slick-dots li {
    margin-bottom: 18px; }
  .main_content_competitive_advantages .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.0001);
    border: 1px #fff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
  .main_content_competitive_advantages .slick-dots li.slick-active button:before {
    background-color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s; }

#download_presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px; }
  #download_presentation svg {
    margin-right: 10px; }
  #download_presentation path {
    fill: #7c7c7c;
    -webkit-transition: .3s;
    transition: .3s; }
  #download_presentation:hover path {
    fill: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #download_presentation span {
    line-height: 1; }

.wrap_top_list_links {
  margin-top: 45px; }

a.top_list_links {
  font-size: 23px;
  font-weight: 300;
  color: #fff;
  margin-right: 20px;
  line-height: 24px;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s; }
  a.top_list_links:hover {
    color: #9667b0;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }

a.top_list_links.active {
  color: #9667b0;
  text-decoration: none; }

.wrap_presentation_content {
  padding-top: 64px; }
  .wrap_presentation_content .presentation_content {
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0; }
    .wrap_presentation_content .presentation_content:nth-child(n+2) {
      display: none; }

.presentation_content {
  margin-top: 30px; 
}
.presentation_content .descr_box{
  margin-top: 40px;
}
.presentation_content .descr_box .big_txt{
  max-width: 50px;
}
.presentation_content .descr_box .big_txt img{
  max-width: 100%;
}
.presentation_content .item_presentation_content .content_txt{
  font-size: 18px;
}


.item_presentation_content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
 /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; */}

.left_content {
  padding-right: 19px;
  width: 50%; }

.right_content {
  padding-left: 19px;
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .right_content .content_txt {
    margin-bottom: auto; }

.content_txt {
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.5;
  margin-top: 0; }

.descr_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 67px; }
  .descr_box .big_txt {
    margin-right: 50px; }
  .descr_box .box_txt {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px; }

.presentation_content_txt {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3; }

.wrap_box_images {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  .wrap_box_images .wrap_image {
    margin-right: 114px;
    width: 36.6%;
    padding-right: 0; }
    .wrap_box_images .wrap_image img {
      width: 100%;
      height: auto; }

.main_content_presentation_partners #wp_slider {
  padding-top: 2.5%; }

.main_content_presentation_partners .partner_link img {
  width: 60%; }

.wrap_content_condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2%; }

.wrap_content_condition_mobile_version,
.wp_ctn_title {
  display: none; }

.left_table_condition {
  width: 100%;
  max-width: 889px;
  margin-right: 2.8%; }
  .left_table_condition .top_table_line {
    padding-top: 13px;
    padding: 15px;
    width: 100%;
    background-color: rgba(16, 15, 18, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .left_table_condition .top_table_line span {
      width: 25%;
      color: rgba(255, 255, 255, 0.41);
      font-size: 20px;
      font-weight: 300; }
  .left_table_condition .table_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px #4e4c53 solid;
    text-decoration: none !important; }
    .left_table_condition .table_line span {
      width: 25%;
      color: white;
      font-size: 20px;
      font-weight: 300;
      line-height: 49px;
      text-decoration: none;
      -webkit-transition: .3s;
      transition: .3s; }
    .left_table_condition .table_line:hover span {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.right_txt_condition .top_text {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 10px;
  display: inline-block; }

.right_txt_condition .wrap_time_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px; }

.right_txt_condition .left_time_list,
.right_txt_condition .right_time_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .right_txt_condition .left_time_list li,
  .right_txt_condition .right_time_list li {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px; }

.right_txt_condition .left_time_list {
  margin-right: 39px; }

.right_txt_condition .important_txt {
  display: block;
  margin-top: 42px;
  width: 100%;
  padding: 33px 58px 33px 24px;
  border: 1px solid #9667b0;
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3; }

.right_txt_condition .copyright {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  margin-top: 35px; }

.right_txt_condition_mob {
  display: none; }

.main_content_adress_programm h1 {
  margin-top: 27px; }

.wrap_table_slider .slick-prev,
.wrap_table_slider .slick-next {
  display: none !important; }

.wrap_table_slider .slick-dots {
  bottom: inherit;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wrap_table_slider .slick-dots li {
  margin-bottom: 18px; }

.wrap_table_slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.0001);
  border: 1px #fff solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s; }

.wrap_table_slider .slick-dots li.slick-active button:before {
  background-color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s; }

.wrap_city_selection {
  display: block; }

.city_selection,
.in_wrap_city > ul{
  padding-top: 17px;
  padding-bottom: 17px;
}
.city_selection,
.wrap_city_list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
   }
  .city_selection a,
  .wrap_city_list a {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s; }
    .city_selection a:hover,
    .wrap_city_list a:hover {
      background-color: #2d2b2f;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .city_selection #visible_element,
  .wrap_city_list #visible_element {
    border-bottom: 1px #fff dotted;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s; }
    .city_selection #visible_element:hover,
    .wrap_city_list #visible_element:hover {
      border-color: #9667b0;
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .city_selection #visible_element:hover:before,
      .wrap_city_list #visible_element:hover:before {
        border: 8px solid transparent;
        border-top: 8px solid #9667b0;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .city_selection #visible_element:before,
    .wrap_city_list #visible_element:before {
      content: "";
      border: 8px solid transparent;
      border-top: 8px solid #fff;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: -25px;
      -webkit-transition: .3s;
      transition: .3s; }
  .city_selection #visible_element.active,
  .wrap_city_list #visible_element.active {
    color: #9667b0;
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .city_selection #visible_element.active:before,
    .wrap_city_list #visible_element.active:before {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      border: 8px solid transparent;
      border-top: 8px solid #9667b0;
      top: 2px; }

.city_selection #visible_element:hover {
  background-color: initial;
  -webkit-transition: all .3s;
  transition: all .3s; }

.city_selection {
  padding: 0; }

.wrap_contactas_list {
margin-left: 21px;
    margin-bottom: 11px;
  display: inline-block;
}

a.toggles_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding-right: 48px;
  position: relative; }
  a.toggles_btn span {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s; }
  a.toggles_btn path {
    -webkit-transition: .3s;
    transition: .3s; }
  a.toggles_btn:hover span {
    color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  a.toggles_btn:hover path {
    fill: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  a.toggles_btn:hover::before {
    border: 8px solid transparent;
    border-top: 8px solid #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  a.toggles_btn::before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s; }

a.toggles_btn.active::before {
  -webkit-transform: translate(0, -50%) rotateX(180deg);
  transform: translate(0, -50%) rotateX(180deg);
  margin-top: -5px; }
a.toggles_btn span {
  font-size: 18px;
  margin-left: 13px;
}
a.toggles_btn svg {
    width: 18px;
    height: 18px;
}
a.toggles_btn::before {
    border-width: 5px !important;
}
.in_wrap_city > ul{
  max-height: 245px;
}
.wrap_city_list {
  display: inline-block;
  position: absolute;
  background-color: #201e23;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none; }
  .wrap_city_list li:last-child {
    margin-bottom: 20px; }
  .wrap_city_list li a {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  .in_wrap_city::before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 30, 35, 0.0001)), color-stop(70%, #201e23));
    background-image: -webkit-linear-gradient(top, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    background-image: linear-gradient(to bottom, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0; }

.city_select {
  position: relative;
  display: inline-block;
  width: 100%; }

.wrap_adress_propgram_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: rgba(16, 15, 18, 0.9);
  padding: 10px 22px; */
  position: relative; }

.wrap_object_list {
  position: relative;
  display: inline-block; }

#open_check_list {
  color: white;
  font-size: 23px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  position: relative; }
  #open_check_list img {
    margin-right: 21px; }
  #open_check_list:before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -25px;
    -webkit-transition: .3s;
    transition: .3s; }
  #open_check_list .screen {
    -webkit-transition: .3s;
    transition: .3s; }
  #open_check_list svg {
    margin-right: 10px; }

a.open_for_map_links {
  margin-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  color: #fff;
  margin-left: 42px; }
  a.open_for_map_links svg {
    margin-right: 10px;
  }
  a.open_for_map_links path {
    -webkit-transition: .3s;
    transition: .3s; }
  a.open_for_map_links span {
    text-decoration: none;
    line-height: 1;
    font-size: 23px;
    vertical-align: super;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s; }

a.open_for_map_links.active {
  cursor: default; }
  a.open_for_map_links.active path {
    stroke: #9667b0; }
  a.open_for_map_links.active span {
    color: #9667b0; }

a.open_for_map_links:hover path {
  stroke: #9667b0;
  -webkit-transition: all .3s;
  transition: all .3s; }

a.open_for_map_links:hover span {
  color: #9667b0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.overlay_contacts_list {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  display: none; }

.contacts_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 24px 30px;
  width: 339px;
  background-color: #201e23;
  max-height: 287px;
  overflow-y: auto;
  padding-right: 0;
  position: relative; }
  .contacts_list a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    line-height: 23px;
    display: block;
    text-decoration: none;
    margin-bottom: 15px; }
    .contacts_list a:hover {
      text-decoration: underline; }
  .contacts_list::before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 30, 35, 0.0001)), color-stop(70%, #201e23));
    background-image: -webkit-linear-gradient(top, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    background-image: linear-gradient(to bottom, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0; }

.contacts_list_item:last-child {
  margin-bottom: 30px; }

.name_city {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; }

.title_contact {
  color: #ffffff;
  font-size: 17px;
  font-weight: 100;
  line-height: 23px;
  display: block;
  margin-top: 15px; }

.contacts_list::-webkit-scrollbar-track {
  border: none;
  background-color: transparent;
  width: 20px; }

.contacts_list::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.contacts_list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #29272c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 8px; }

.wrap_menu_list {
  display: inline-block; }
  .wrap_menu_list .menu_list {
    margin: 0;
    padding: 0;
    list-style-type: none; }

a.open_sublist_link {
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s; }
  a.open_sublist_link img {
    margin-right: 10px; }
  a.open_sublist_link span {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s; }
  a.open_sublist_link .list_img {
    -webkit-transition: .3s;
    transition: .3s; }
  a.open_sublist_link svg {
    margin-right: 10px;
  }
  a.open_sublist_link:hover {
    -webkit-transition: all .3s;
    transition: all .3s; }
    a.open_sublist_link:hover .list_img {
      fill: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    a.open_sublist_link:hover span {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

a.open_sublist_link.active {
  cursor: default; }
  a.open_sublist_link.active .list_img {
    fill: #9667b0; }
  a.open_sublist_link.active span {
    color: #9667b0; }

.wrap_check_list {
  list-style-type: none;
  position: absolute;
  top: -webkit-calc(100% + 13px);
  top: calc(100% + 13px);
  left: -22px;
  background-color: rgba(16, 15, 18, 0.5);
  padding: 15px;
  margin: 0;
  z-index: 2;
  display: none; }
  .wrap_check_list input[type=checkbox] {
    position: absolute;
    opacity: 0; }
  .wrap_check_list label {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px; }
  .wrap_check_list .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .wrap_check_list .checkbox_cloned {
    width: 29px;
    height: 16px;
    margin-right: 16px;
    background-color: #777;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    padding: 1px;
    z-index: 2;
    -webkit-transition: .4s;
    transition: .4s; }
  .wrap_check_list .checkbox_circle {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .wrap_check_list .checkbox_cloned.active {
    background-color: #9667b0;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .wrap_check_list .checkbox_cloned.active .checkbox_circle {
      -webkit-transform: translate(14px, 0);
      -ms-transform: translate(14px, 0);
      transform: translate(14px, 0);
      -webkit-transition: all .4s;
      transition: all .4s; }
  .wrap_check_list .checkbox_cloned_pupure.active {
    background-color: #7d63d0; }
  .wrap_check_list .checkbox_cloned_green.active {
    background-color: #00882b; }
  .wrap_check_list .checkbox_cloned_turquoise.active {
    background-color: #3ed5d8; }
  .wrap_check_list .checkbox_cloned_blue.active {
    background-color: #51a7f9; }

#open_check_list {
  -webkit-transition: .3s;
  transition: .3s; }
  #open_check_list:hover {
    color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #open_check_list:hover:before {
      border: 8px solid transparent;
      border-top: 8px solid #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    #open_check_list:hover .screen {
      fill: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

#open_check_list.active:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-top: -13px; }

.object_company_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 43px; }
  .object_company_line .ttl_box {
    color: #7d63d0;
    font-size: 25px;
    font-weight: 300; }
  .object_company_line a.line_links {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 100px;
    -webkit-transition: .3s;
    transition: .3s; }
    .object_company_line a.line_links:hover {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.table_object_company {
  display: block;
  width: 100%;
  margin-top: 25px; }
  .table_object_company .top_line_table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(16, 15, 18, 0.5);
    padding: 11px 15px; }
    .table_object_company .top_line_table span {
      color: rgba(255, 255, 255, 0.41);
      font-size: 20px;
      font-weight: 300;
      width: 33.33333%;
      line-height: 1; }
  .table_object_company a.table_line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    padding: 11px 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.41) solid; }
    .table_object_company a.table_line span {
      width: 33.33333%;
      color: white;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3;
      -webkit-transition: .3s;
      transition: .3s; }
    .table_object_company a.table_line:last-child {
      border: none; }
    .table_object_company a.table_line:hover span {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.promo_video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8); }
  .promo_video_popup .close_video_popup {
    position: absolute;
    top: 5%;
    right: 206px;
    z-index: 11;
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s; }
    .promo_video_popup .close_video_popup:hover {
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .promo_video_popup .next_slide {
    right: -80px; }
  .promo_video_popup .prev_slide {
    left: -80px; }

.center_video_popup {
  width: 100%;
  max-width: 1355px; }

.video_slide {
  position: relative; }

.pause {
  display: none; }

.playpause {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 85px; }
  .playpause svg {
    -webkit-transition: .3s;
    transition: .3s; }
  .playpause:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    transition: all .3s; }

.contact_box {
  margin-top: 6.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact_box [class*="-ground-pane"] {
    -webkit-filter: brightness(0.3) grayscale(1);
    filter: brightness(0.3) grayscale(1); }

#map {
  width: 100%;
  max-width: 783px;
  display: inline-block;
  height: 453px;
  position: relative; }

.overlay_map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }

.contacts_txt {
  padding-left: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%; }

.name_place {
  color: white;
  font-size: 34px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.2; }

.cotacts_num_mail {
  display: block; }
  .cotacts_num_mail a {
    color: white;
    font-size: 34px;
    font-weight: 100;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    -webkit-transition: .3s;
    transition: .3s; }
    .cotacts_num_mail a:hover {
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.contacts_social_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  
  .contacts_social_box a {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px; }
    .contacts_social_box a path {
      -webkit-transition: .3s;
      transition: .3s; }
    .contacts_social_box a:hover path {
      fill: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }

.city_selection {
  display: inline-block; }

.wrap_city_selection .ct_links {
  color: #fff;
  font-size: 23px;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px #fff dotted;
  margin-right: 30px;
  -webkit-transition: .3s;
  transition: .3s; }
  .wrap_city_selection .ct_links:hover {
    color: #9667b0;
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .wrap_city_selection  a.active {
    color: #9667b0;
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }

.lang_box {
  display: inline-block;
  margin-right: auto;
  margin-left: 8.8%;
  margin-bottom: 20px;
  position: absolute;
  top: 65px;
  left: 0; }
  .lang_box a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 17px;
    font-weight: 100;
    line-height: 16px;
    letter-spacing: .5px;
    -webkit-transition: .3s;
    transition: .3s; }
    .lang_box a:hover {
      color: white;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .lang_box a.active {
    color: #9667b0;
    font-weight: 400;
    opacity: 1; }
  .lang_box span {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 14px; }

.main_content.main_content_map {
  margin-top: 10px;
  width: 100%;
  z-index: 2;
  overflow: inherit;
  z-index: 993;
  height: auto !important; }
  .main_content.main_content_map h1 {
    margin-top: 27px; }

.ymaps-2-1-50-map-bg-ru {
  background: transparent !important; }

#big_map {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_map.png");
  background-size: cover; }

#big_map [class*="-ground-pane"] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .2; }

#big_map [class*="-inner-panes"]  {
  background-image: url("../img/bg_map.png");
  background-size: cover; }

.wrap_characteristics_objects_content {
  display: block; }

.characteristics_objects {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 30px 0;
  padding-left: 8.8%;
  padding-right: 8.6%;
  background-color: rgba(16, 15, 18, 0.9);
  z-index: 5992; }

.maps_title {
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

a.close_open_legend {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 1px;
  border-bottom: 1px #fff dotted;
  -webkit-transition: .3s;
  transition: .3s; }
  a.close_open_legend:hover {
    color: #9667b0;
    border-color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }

.information_objects_box {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.information_objects {
  margin-right: 17px;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
  color: #fff !important;
  margin-bottom: 14px;
  cursor: pointer;
  display: inline-block;
  position: relative; }
  .information_objects .elem_bg {
    width: 100%;
    height: 100%;
    border: 1px solid;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: .2s;
    transition: .2s; }
  .information_objects .elem_content {
    color: #e6e6e6 !important;
    position: relative;
    z-index: 20;
    padding: 10px 10px 9px 10px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer; }
  .information_objects input {
    display: none; }
  .information_objects:hover .elem_bg {
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }

.information_slider {
  width: 100%;
  height: 100%;
  visibility: hidden; }

.information_slider.slick-initialized {
  visibility: visible; }

.information_slider.visible {
  visibility: visible; }

.information_slider_next_arrow {
  position: absolute;
  top: 0;
  right: -52px; }
  .information_slider_next_arrow:hover path {
    fill: #9667b0; }

.information_slider_prev_arrow {
  position: absolute;
  top: 0;
  left: -52px; }
  .information_slider_prev_arrow:hover path {
    fill: #9667b0; }

.count_ttl {
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
  display: block; }

.wrap_count_info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px; }

.count_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 70px; }
  .count_info span {
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 300; }

#big_map [class*="-places-pane"] {
  width: 100%;
  height: 100%; }

@-webkit-keyframes bounce {
  0% {
    top: initial; }
  50% {
    top: -3px; }
  100% {
    top: initial; } }

@keyframes bounce {
  0% {
    top: initial; }
  50% {
    top: -3px; }
  100% {
    top: initial; } }

.maps_marker {
  position: absolute;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s; }

.maps_marker.active {
  top: -10px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.maps_marker {
  display: inline-block;
  cursor: pointer;
  font-size: 0; }
  .maps_marker span {
    position: absolute;
    display: inline-block;
    font-family: 'HelveticaNeueCyr';
    font-size: 10px;
    font-weight: 300;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-top: -3px; }
    .maps_marker span:hover {
      color: #fff !important; }

#purpure_marker span,
#pink_layout span {
  font-size: 10px;
  margin-top: -1px; }

.hideen_list_item {
  opacity: 0;
  height: 0;
  overflow: hidden; }

.mCSB_scrollTools {
  width: 22px;
  opacity: 1; }

.mCSB_scrollTools .mCSB_dragger,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  opacity: 0.06; }

.mCSB_scrollTools .mCSB_dragger {
  left: 50%;
  margin-left: -4px; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background-color: transparent; }

.maps_popup.visible {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 5993; }

.maps_popup.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 300px !important;
  left: -webkit-calc(50% + 40px) !important;
  left: calc(50% + 40px) !important;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 5993; }
  
.maps_popup.hint.active {
    top: 430px !important;
    left: -webkit-calc(50% - 107px) !important;
    left: calc(50% - 107px) !important;
}


.maps_popup {
  position: absolute;
  top: -9999px;
  left: 0;
  width: 100%;
  display: block;
  width: auto;
  z-index: 12;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .maps_popup .wrapper_popup_item {
    position: absolute;
    left: -webkit-calc(100% + 40px);
    left: calc(100% + 40px);
    top: 0;
    display: block;
    height: auto; }
    .maps_popup .wrapper_popup_item .mCSB_scrollTools {
      opacity: 0 !important; }
    .maps_popup .wrapper_popup_item .package_sublist .mCSB_scrollTools {
      display: block !important;
      opacity: 1 !important; }
  .maps_popup .mCSB_container {
    height: 100%; }
    .maps_popup .mCSB_container .mCSB_scrollTools {
      display: none !important; }
    .maps_popup .mCSB_container .package_sublist .mCSB_scrollTools {
      display: block !important;
      opacity: 1 !important; }
  .maps_popup .popup_item {
    padding: 25px 30px;
    padding-bottom: 15px;
    height: 100%;
    background-color: #100f12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    position: static;
    min-width: 385px;
    max-width: 385px;
    min-height: 230px;
    height: 100%; }
  .maps_popup .title_popup {
    margin-bottom:15px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    display: block; }
  .maps_popup .popup_descr_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom:15px;
    display: flex; }
  .maps_popup .wrpa_img {
    width: 126px; }
    .maps_popup .wrpa_img img {
      max-height: 75px;
    width: auto; }
  .maps_popup .descr {
    padding-left: 28px; }
  .maps_popup .title_count_persones,
  .maps_popup .title_counr_price {
    color: darkgrey;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
    display: inline-block; }
  .maps_popup .count_persones {
    color: white;
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-bottom: 13px; }
  .maps_popup .coutn_price {
    color: white;
    font-size: 14px;
    display: block;
    font-weight: 500; }
  .maps_popup .place {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3; }
    .maps_popup .place img {
      margin-right: 9px; }
    .maps_popup .place .place_txt {
      display: inline-block; }
  .maps_popup a.all_description {
    display: block;
    margin-bottom:15px;
    text-align: center;
    text-decoration: underline;
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    -webkit-transition: .3s;
    transition: .3s; }
  .maps_popup a.all_description:hover {
    text-decoration: underline;
    color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .maps_popup .prev_slide path,
  .maps_popup .next_slide path {
    fill: #fff;
    opacity: .2;
    -webkit-transition: .3s;
    transition: .3s; }
  .maps_popup .prev_slide:hover path,
  .maps_popup .next_slide:hover path {
    fill: #9667b0;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .maps_popup .prev_slide {
    left: -35px; }
  .maps_popup .next_slide {
    right: -35px; }

.crocus_group_popup .popup_item {
  border-top: 3px #9667b0 solid; }

.popular_ceters_popup .popup_item {
  border-top: 3px #9667b0 solid; }

.gipermarket_popup .popup_item {
  border-top: 3px #8d93ad solid; }

.restaurants_partners_popup .popup_item {
  border-top: 3px #447573 solid; }

.mmdc_moscow_city_popup .popup_item {
  border-top: 3px #633064 solid; }

.add_posting_btn {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom:15px;
}
  .add_posting_btn button {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #9667b0;
    border: 2px #9667b0 solid;
    color: #100f12;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s; }
    .add_posting_btn button:hover {
      background-color: transparent;
      color: #9667b0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .add_posting_btn button:hover span {
        color: #9667b0;
        -webkit-transition: color .3s;
        transition: color .3s; }
  .add_posting_btn span {
    display: inline-block;
    color: #100f12;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s; }
    .add_posting_btn span:before {
      content: "";
      width: 13px;
      height: 13px;
      background-image: url("../img/cls.png");
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      top: 50%;
      margin-top: -2px;
      display: none; }
  .add_posting_btn button.active {
    background-color: transparent;
    color: #9667b0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .add_posting_btn button.active span {
      padding-right: 48px;
      color: #9667b0; }
      .add_posting_btn button.active span:before {
        display: block; }

.wrap_package_sublist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom:15px;
 }
  .wrap_package_sublist img {
    margin-top: -2px; }
  .wrap_package_sublist span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-left: 14px; }
  .wrap_package_sublist .package_sublist_btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px #fff dotted;
    text-decoration: none;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    padding-right: 15px; }
    .wrap_package_sublist .package_sublist_btn:hover {
      border-color: transparent; }
    .wrap_package_sublist .package_sublist_btn:before {
      content: "";
      border: 4px solid transparent;
      border-top: 4px solid #fff;
      position: absolute;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 0;
      top: 50%;
      margin-top: 2px; }
  .wrap_package_sublist .package_sublist_btn.active:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    margin-top: -4px; }
  .wrap_package_sublist .package_sublist_btn.single {
    border-bottom: none; }
  .wrap_package_sublist .package_sublist_btn.single:before {
    border: none; }

.package_sublist_container {
  position: relative; }

.package_sublist {
  position: fixed;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 231px;
  max-height: 234px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #201e23;
  display: none; }
  .package_sublist a {
    display: inline-block;
    width: 100%;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    line-height: normal; }
    .package_sublist a:hover {
      background-color: #27252a; }
  .package_sublist::before {
    content: "";
    width: 100%;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 30, 35, 0.0001)), color-stop(70%, #201e23));
    background-image: -webkit-linear-gradient(top, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    background-image: linear-gradient(to bottom, rgba(32, 30, 35, 0.0001) 0%, #201e23 70%);
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0; }

.package_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #100f12;
  max-width: 265px;
  /* max-height: 325px;
  height: 325px;  */
}

.package_list_item a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 10px 19px;
  width: 100%; }
  .package_list_item a span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px; }
  .package_list_item a:hover {
    background-color: #252525;
    opacity: 0.9; }

.package_list_item a.tb_link {
  background-color: #252525;
  opacity: 0.9; }

.ttl_package_list {
  display: block;
  width: 100%;
  padding: 12px 17px;
  padding-top: 17px;
  color: #9667b0;
  font-size: 17px;
  text-decoration: none;
  font-weight: 300;
  line-height: normal; }

.package_list {
  padding-bottom: 10px;
  padding-top: 45px; }
  /*.package_list:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #100f12));
    background-image: -webkit-linear-gradient(top, transparent 0%, #100f12 90%);
    background-image: linear-gradient(to bottom, transparent 0%, #100f12 90%);
    z-index: 5;
    bottom: 0;
    left: 0; }*/
  .package_list:before {
    content: "В этом месте:";
    display: block;
    width: 100%;
    padding: 12px 17px;
    padding-top: 17px;
    color: #9667b0;
    font-size: 17px;
    text-decoration: none;
    font-weight: 300;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0; }

.content_text::-webkit-scrollbar-track {
  border: none;
  background-color: rgba(0, 0, 0, 1e-07); }

.content_text::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 1e-07); }

.content_text::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); }

.wrap_slider-for_popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9); }
  .wrap_slider-for_popup .slider-for_popup {
    width: 100%;
    height: 100%; }
  .wrap_slider-for_popup .slick-list,
  .wrap_slider-for_popup .slick-track {
    width: 100%;
    height: 100%; }
  .wrap_slider-for_popup .item_slider-for_popup {
    padding: 84px 113px 84px 112px;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .wrap_slider-for_popup .item_slider-for_popup img {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .wrap_slider-for_popup .slide_description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 31px 52px 67px 39px;
    background-color: rgba(0, 0, 0, 0.6); }
    .wrap_slider-for_popup .slide_description p {
      color: white;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px; }
  .wrap_slider-for_popup .cout_slide_pages {
    position: absolute;
    bottom: 35px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: 300; }
    .wrap_slider-for_popup .cout_slide_pages span {
      color: white;
      font-size: 14px;
      font-weight: 300; }
  .wrap_slider-for_popup .close_slider-for_popup {
    top: 48px;
    right: 60px;
    position: absolute;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s; }
    .wrap_slider-for_popup .close_slider-for_popup:hover {
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .wrap_slider-for_popup .prev_slide {
    left: 52px;
    z-index: 9; }
  .wrap_slider-for_popup .next_slide {
    right: 52px;
    z-index: 9; }

.wrapper_map_content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

a.selected_obgects {
  position: relative;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }
  a.selected_obgects span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 14px;
    line-height: 1; }
  a.selected_obgects:hover span {
    color: #9667b0; }
  a.selected_obgects:hover path {
    fill: #9667b0; }
#big_map [class*="-map-bg"], .ymaps-2-1-60-map-bg-ru, .ymaps-2-1-62-map-bg, .ymaps-2-1-64-map-bg{
  background: none!important;
}
.legend_btns {
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box; 
  display: -ms-flexbox;
  display: flex; }
  .legend_btns a {
    text-decoration: none;
    border-bottom: none;
    margin-left: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    position: relative;
    z-index: 123;}
    .legend_btns a span {
      margin-left: 15px;
      line-height: 1;
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      display: inline-block;
      }
    .legend_btns a:hover span {
      color: #9667b0; }
    .legend_btns a:hover path,
    .legend_btns a:hover polygon {
      fill: #9667b0; }
  .legend_btns .mn {
    display: none; }
  .legend_btns a.active .mn {
    display: block; }
  .legend_btns a.active .pl {
    display: none; }

#basket_popup .popup_center {
  min-height: 800px; }

#basket_popup.active .popup_center {
  min-height: initial;
  height: 400px;
  max-width: 580px; }

.maps_popup .popup_item {
  display: none; }

.popup_subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  display: block;
  margin-top: 20px; }

.container_cart_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; }

.cart_table {
  width: 100%;
  max-width: 530px; }

.sum_box {
  width: 100%;
  max-width: 238px;
  padding-left: 41px; }

.popup_txt {
  width: 100%;
  margin-top: 50px;
  display: block; }

.name_package {
  color: #9667b0;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%; }

.count_displays {
  color: #9667b0;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%; }

.package_price {
  color: #9667b0;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

.cart_table_rows {
  width: 100%;
  overflow-y: auto;
  max-height: 180px;
  position: relative; }

  /* .cart_table_rows:before {
    content: "";
    width: 100%;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 1e-05)), color-stop(70%, #1d1d1d));
    background-image: -webkit-linear-gradient(top, rgba(29, 29, 29, 1e-05) 0%, #1d1d1d 70%);
    background-image: linear-gradient(to bottom, rgba(29, 29, 29, 1e-05) 0%, #1d1d1d 70%);
    position: absolute;
    z-index: 999;
    bottom: -2px;
    left: 0; } */

.cart_table_row,
.cart_table_top_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px; }

.cart_table_top_row .package_price {
  padding-right: 60px; }

.cart_table_row {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #464646; }
  .cart_table_row .name_package,
  .cart_table_row .count_displays,
  .cart_table_row .package_price {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart_table_row .count_displays {
    padding-left: 10px; }
  .cart_table_row:first-child {
    border-top: 2px solid #464646; }
  .cart_table_row:last-child {
    margin-bottom: 20px; }

    .cart_table_rows::-webkit-scrollbar-track {
      border: none;
      background-color: rgba(0, 0, 0, 1e-07); }
    
    .cart_table_rows::-webkit-scrollbar {
      width: 10px;
      background-color: rgba(0, 0, 0, 1e-07); }
    
    .cart_table_rows::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.3); }

.remove_row {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  top: 50%; }
  .remove_row:hover path {
    stroke: #9667b0; }

.cart_table_top_row {
  padding-bottom: 10px; }

.rub {
  font-family: 'PT Rouble Sans';
  font-weight: 400;
  display: inline-block;
  line-height: 13px;
  margin-left: 5px; }

.sum_price_box {
  padding: 15px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #9667b0; }

.ttl_sum_price_box {
  display: block;
  color: #9667b0;
  font-size: 20px;
  font-weight: 100;
  line-height: 28px; }

.sum_price {
  color: #ffffff;
  font-size: 23px;
  line-height: 34px;
  display: block;
  font-weight: 100; }
  .sum_price .rub {
    font-weight: 400; }

.sum_box_txt {
  opacity: 0.3;
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
  margin-top: 30px; }

.popup_txt {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100; }
  .popup_txt a {
    text-decoration: underline;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100; }
    .popup_txt a:hover {
      text-decoration: none; }

.support_scene {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
  display: none; }

.support_popup {
  position: absolute;
  max-width: 340px;
  z-index: 99999999; }

.support_popup_container {
  background-image: url("../img/bg_support_window.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 28px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 9; }
  .support_popup_container h6 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    display: block; }

.nav_btn {
  margin-top: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav_btn a {
    width: 97px;
    height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #9667b0;
    border: 1px #9667b0 solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none; }
    .nav_btn a span {
      color: #1d1d1d;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 8px;
      margin-top: 2px; }
    .nav_btn a:hover {
      background-color: transparent; }
      .nav_btn a:hover path {
        fill: #9667b0; }
      .nav_btn a:hover span {
        color: #9667b0; }
  .nav_btn .disable {
    width: 97px;
    height: 28px;
    opacity: .6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #9667b0;
    border: 1px #9667b0 solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none; }
    .nav_btn .disable span {
      color: #1d1d1d;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 8px;
      margin-top: 2px; }

.count_support_popup span {
  color: #9667b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

a.disable_support_link {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
  a.disable_support_link span {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-left: 9px; }
  a.disable_support_link .close_scene_hover {
    display: none; }
  a.disable_support_link img {
    width: 15px;
    height: 15px; }
  a.disable_support_link:hover {
    opacity: .9; }
    a.disable_support_link:hover span {
      color: #9667b0; }
    a.disable_support_link:hover .close_scene_hover {
      display: block; }
    a.disable_support_link:hover .close_scene_img {
      display: none; }

a.close_scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 15px;
  right: 15px; }
  a.close_scene img {
    width: 15px;
    height: 15px; }
  a.close_scene .close_scene_hover {
    display: none; }
  a.close_scene:hover {
    opacity: .9; }
    a.close_scene:hover .close_scene_hover {
      display: block; }
    a.close_scene:hover .close_scene_img {
      display: none; }

.support_marker {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -webkit-calc(50% - 121px);
  top: calc(50% - 121px);
  left: -webkit-calc(50% + 20px);
  left: calc(50% + 20px); }
  .support_marker .transparent_object {
    width: 60px;
    height: 65px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.information_objects_marker {
  bottom: 227px;
  left: -webkit-calc(8.8% + 27.7px);
  left: calc(8.8% + 27.7px); }
  .information_objects_marker .transparent_object {
    width: 140px;
    height: 55px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_3 {
  right: -webkit-calc(8.6% - 110px);
  right: calc(8.6% - 110px);
  bottom: 229px; }
  .support_popup_3 .support_popup_container {
    background-image: url("../img/bg_3.png"); }
  .support_popup_3 .transparent_object {
    width: 42px;
    height: 65px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: -webkit-calc(100% - 70px);
    left: calc(100% - 70px);
    margin-right: 23px;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_4 {
  top: 153px;
  left: -webkit-calc(8.8% + 375px);
  left: calc(8.8% + 375px); }
  .support_popup_4 a.close_scene {
    top: 27px; }
  .support_popup_4 .support_popup_container {
    background-image: url("../img/bg_pp4.png");
    padding-top: 35px;
    padding-bottom: 28px; }
  .support_popup_4 .transparent_object {
    width: 100px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -webkit-calc(100% + 3px);
    bottom: calc(100% + 3px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_5 {
    left: -webkit-calc(50% - 145px) !important;
    left: calc(50% - 145px) !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
      top: 160px; }
  .support_popup_5 .support_popup_container {
    background-image: url("../img/bg_support_window.png");
    padding-top: 40px;
    padding-bottom: 28px; }
  .support_popup_5 a.close_scene {
    top: 27px; }
  .support_popup_5 .transparent_object {
    top: 266px;
    width: 285px;
    height: 387px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -webkit-calc(100% + 3px);
    bottom: calc(100% + 3px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_6 {
  right: -webkit-calc(8.6% - 59px);
  right: calc(8.6% - 59px);
  bottom: 265px; }
  .support_popup_6 .transparent_object {
    width: 253px;
    height: 45px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 100%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_7 {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: -webkit-calc(50% + 485px) !important;
  left: calc(50% + 485px) !important;
  top: 777px; }
  .support_popup_7 .support_popup_container {
    margin-top: -280px;
    background-image: url("../img/bg_support_window.png");
    padding-top: 37px;
    padding-bottom: 28px; }
  .support_popup_7 a.close_scene {
    top: 27px; }
  .support_popup_7 .transparent_object {
    width: 245px;
    height: 38px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -webkit-calc(100% + 3px);
    bottom: calc(100% + 3px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.support_popup_8 {
  right: -webkit-calc(8.6% - 46px);
  right: calc(8.6% - 46px);
  top: 299px;
  width: 100%; }
  .support_popup_8 .support_popup_container {
    background-image: url("../img/bg_pp4.png");
    padding-bottom: 28px; }
  .support_popup_8 a.close_scene {
    top: 27px; }
  .support_popup_8 .transparent_object {
    width: 230px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -webkit-calc(100% + 3px);
    bottom: calc(100% + 3px);
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5); }

.media_v{
  margin-top: 0;
  position: relative;
}

.af_container{
  width: 100%;
  display: flex;
}
.af-col-50{
  width: 50%;
  padding: 10px;
}

#hint {
  padding-left: 25px;
  padding-right: 30px;
  height: 57px;
  display: block;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
  background-image: url(../img/hint_bg.png);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  padding-top: 15px;
  z-index: 999999999999; }

#hint_2 {
  padding-left: 25px;
  padding-right: 30px;
  height: 57px;
  display: block;
  text-align: center;
  position: absolute;
  /*bottom: 310px;
  right: 200px;*/
  background-image: url(../img/hint_bg2.png);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
/*  padding-top: 15px;*/
  white-space: nowrap;
  z-index: 999999999999;
  display: none; 
  right: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hint_3 {
  padding-left: 25px;
  padding-right: 30px;
  height: 57px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
  right: 0;
  background-image: url(../img/hint_bg3.png);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  padding-top: 15px;
  white-space: nowrap;
  display: none; }

.mobile_vesion_objects {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: 0; }

#big_map [class*="-copyrights-pane"] {
  display: none; }

.wrap_packages_list {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 41px; }
  .wrap_packages_list li {
    margin-bottom: 25px; }
    .wrap_packages_list li:last-child {
      margin-bottom: 50px; }

a.package_line_links {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 47px;
  text-decoration: none;
  padding-left: 27px;
  padding-right: 19px;
  border: 1px transparent solid;
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s; }
  a.package_line_links:before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: -webkit-calc(50% + 4px);
    top: calc(50% + 4px);
    right: 19px; }

#package_link_1:before {
  border: 7px solid transparent;
  border-top: 7px solid #593f69; }

#package_link_2:before {
  border: 7px solid transparent;
  border-top: 7px solid #0d512f; }

#package_link_3:before {
  border: 7px solid transparent;
  border-top: 7px solid #870f59; }

#package_link_4:before {
  border: 7px solid transparent;
  border-top: 7px solid #0f668b; }

#package_link_5:before {
  border: 7px solid transparent;
  border-top: 7px solid #89574d; }

#package_link_6:before {
  border: 7px solid transparent;
  border-top: 7px solid #00aeef; }

#package_link_7:before {
  border: 7px solid transparent;
  border-top: 7px solid #c4df9b; }

a.package_line_links.active:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  border: 7px solid transparent;
  border-top: 7px solid #fff !important; }

a.package_line_links:hover {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }

#package_link_1.active {
  background-color: #593f69; }

#package_link_2.active {
  background-color: #0d512f; }

#package_link_3.active {
  background-color: #870f59; }

#package_link_4.active {
  background-color: #0f668b; }

#package_link_5.active {
  background-color: #89574d; }

#package_link_6.active {
  background-color: #00aeef; }

#package_link_7.active {
  background-color: #c4df9b; }

.package_descr_table {
  display: block;
  margin-top: 25px; }

.top_descr_table_line {
  padding: 12px 12px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #100f12;
  opacity: 0.5; }
  .top_descr_table_line span {
    display: inline-block;
    width: 33.33333%;
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: normal; }

.descr_table_line {
  padding: 19px 12px 16px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #464646;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s; }
  .descr_table_line:last-child {
    /*border: none;*/ }
  .descr_table_line span {
    display: inline-block;
    width: 33.33333%;
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: normal; }
  .descr_table_line:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s; }

.package_descr_table {
  display: none; }

.top_menu_container {
  position: relative;
  z-index: 9999; }

.overlay_maps_popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .overlay_maps_popup .maps_popup {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .overlay_maps_popup .maps_popup .wrapper_popup_item {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 28px;
    max-height: 467px; }
  .overlay_maps_popup .package_list {
    position: relative;
    max-height: 467px; }
  .overlay_maps_popup .package_sublist {
    position: absolute; }
  .overlay_maps_popup .maps_popup .wrapper_popup_item.active {
    overflow: initial !important; }

.overlay_maps_popup.active {
  visibility: initial;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.wrap_packages_list {
  position: relative;
  padding-bottom: 20px; }

#video-bg video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

#big_map .active[class*="-placemark-overlay"] {
  -webkit-transition: top .5s;
  transition: top .5s; }

.wrapper_popup_item .close_popups_item {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 999999; }

.down {
  position: fixed;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 991;
  text-decoration: none !important;
  display: none; }
  .down span {
    display: block;
    margin-top: 18px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px; }

.up {
  position: fixed;
  bottom: 350px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 991;
  text-decoration: none !important;
  opacity: .5;
  display: none; }
  .up span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    line-height: 12px;
    margin-right: 10px;
    border-bottom: 1px #fff dashed; }

.video_helper{
  margin: 40px 0;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}
.video_helper video{
  height: 50vh;
}
@media (max-width: 1000px){
  .video_helper video{
    max-width: 100%;
    height: 40vh;
  }
}
@media (max-width: 400px){
  .video_helper video{
    height: 24vh;
  }
}
.go_back_btn{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}
.go_back_btn:hover{
  color: #9667b0;
   text-decoration: none;
}
.go_back_btn:before{
  content: '←';
  margin-right: 16px;
}


.wrap_media_slider{
  margin: 120px 0 90px 0;
  height: auto;
  -lh-property: 0;
  max-height:-webkit-calc(100vh - 418px);
  max-height:-moz-calc(100vh - 418px);
  max-height:calc(100vh - 418px);
  overflow: hidden;
}
.wrap_media_slider .media_slider_item{
  position: relative;
  max-height: -webkit-calc(100vh - 418px);
  max-height: -moz-calc(100vh - 418px);
  max-height: calc(100vh - 418px);
}
@media only screen and (min-width: 1920px){
  .wrap_media_slider{
    margin: 60px 0 45px 0;
    height: auto;
    -lh-property: 0;
    max-height:-webkit-calc(100vh - 313px);
    max-height:-moz-calc(100vh - 313px);
    max-height:calc(100vh - 313px);
    overflow: hidden;
  }
  .wrap_media_slider .media_slider_item{
    position: relative;
    max-height: -webkit-calc(100vh - 313px);
    max-height: -moz-calc(100vh - 313px);
    max-height: calc(100vh - 313px);
  }
}
@media only screen and (min-width: 1024px) {



  .media_v .media_video:hover:before,
  .media_slider_item.media_video:hover:before{
    content: '';
    width: 89px;
    height: 89px;
    background: url(/local/templates/crocus/css/. ./img/gallery/play.svg) no-repeat center center;
    display: block;
    position: absolute;
    z-index: 3;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .media_v .media_slider_item.media_video:hover:before,  
  .wrap_media_slider .media_slider_item.media_video:hover:before{    
    opacity: 1;
        -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .wrap_media_slider .media_slider_item.media_video:hover .media_slider_info{
    opacity: 0;
  }
}

.wrap_media_slider .media_slider_item:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .5;
  z-index: 0;
  height: 100%;
}
.wrap_media_slider .media_slider_item .media_slider_info{
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*top: 50%;
  left: 15%;
  right: 20%;*/
  z-index: 1;
  color: #FFF;
/* -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);*/

 -webkit-transition: opacity 0.3s linear;
 -moz-transition: opacity 0.3s linear;
 -o-transition: opacity 0.3s linear;
 transition: opacity 0.3s linear;
}
@media (min-width:768px){
    .wrap_media_slider .media_slider_item:hover .media_slider_info .title{
    top:25%; 
  }
}

@media (max-width:768px){
  .af_container{
    flex-wrap: wrap;
  }
  .af-col-50{
    width: 100%;
  }
}
.wrap_media_slider .media_slider_item .media_slider_info .title{
  font-size:3vmax;
  display: block;
  margin-bottom:24px;
  position: absolute;
  top: 35%;
  left: 15%;
  right: 20%;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap_media_slider .media_slider_item .media_slider_info .title span{
  display: block;
}
.wrap_media_slider .media_slider_item .media_slider_info .title .play_mobile{
  font-size: 16px;
}
.wrap_media_slider .media_slider_item .media_slider_info .title p{
  margin: 0;
}

@media screen and (min-width:1920px){
  .wrap_media_slider .media_slider_item .media_slider_info .title{
    font-size:60px;
line-height: 1;
  }
}
.wrap_media_slider .media_slider_item .media_slider_info .desc{
  font-size: 16px;
  display: block;
  position: absolute;
  top: 60%;
  left: 15%;
  right: 20%;
  -webkit-transition: top 0.7s ease;
  -moz-transition: top 0.7s ease;
  -o-transition: top 0.7s ease;
  transition: top 0.7s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width:767px){
  .wrap_media_slider .media_slider_item:hover .media_slider_info .desc{
  top:50%; 
}
}

.wrap_media_slider .media_slider_item img{
  width: 100%;
  height: initial;
  display: block;
}
.wrap_media_slider .media_prev_arrow, .wrap_media_slider .media_next_arrow {
  width: 30px;
  background: url(../img/gallery/arrow_left.png) no-repeat center center;
  position: absolute;
  cursor: pointer;
  left: 0;
  padding-left:7%;
  top: 0;
  bottom:0;
  z-index: 3;
}
.wrap_media_slider .media_prev_arrow:hover, .wrap_media_slider .media_next_arrow:hover{
  opacity: .8;
}
.wrap_media_slider .media_next_arrow {
  background: url(../img/gallery/arrow_right.png) no-repeat center center;
  left: initial;
  right: 0;
  padding-left: 0;
  padding-right: 7%;
}
.media_slider_item .play_mobile{
  display: none;
}
@media screen and (max-width:1024px){

  .media_slider_item .play_mobile{
    border-bottom: 2px dotted #fff;
    display: inline-block;
    position: relative;
    margin-left: 20px;
  }
  .media_slider_item .play_mobile.single_fl {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .media_slider_item .play_mobile:before{
    content: '';
    width: 12px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    left: -20px;
    background: url(/local/templates/crocus/css/. ./img/gallery/play_mobile.png) no-repeat center center;
    position: absolute;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#modal_media_video{
  background: #000;
}
#modal_media_video video{
  position: fixed;
  right: 0; 
  bottom: 0;
  min-height: 100%;
  height: auto;
  z-index: -100;
}
#modal_media_video a, #modal_media_videoB a{
  font-size:20px;
  float: right;
  margin: 20px;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: 50px;
}
#modal_media_videoB a{
  top: 20px;
}
#modal_media_video a:hover, #modal_media_videoB a:hover{
  opacity: .7;
   -webkit-transition: opacity .3s linear;
 -moz-transition: opacity .3s linear;
 -o-transition: opacity .3s linear;
 transition: opacity .3s linear;
}
#modal_media_video .modal_video_pause .img{
  width: 100%;
  display: none;
 
}

#modal_media_video.yt a{
  top: 150px;
}

#modal_media_video.yt .modal_video_pause{
  display: none!important;
}

/*#modal_media_video .modal_video_pause .img svg{
   -webkit-transition: width .3s, height .3s;
 -moz-transition: width .3s, height .3s;
 -o-transition: width .3s,  height .3s;
 transition: width .3s,  height .3s;
}*/
#modal_media_video .modal_video_pause .img:last-child{
  display: block;
}
#modal_media_video.paused .modal_video_pause .img:first-child{
  display: block;
}
#modal_media_video.paused .modal_video_pause .img:last-child{
  display: none;
}
@media (max-width: 767px){
  .mobile_menu, .mobile_top_header_logo, .top_head_logo{
    display: block;
  }
  #modal_media_video.paused .modal_video_pause .img:first-child{
    display: block;
  }
  #modal_media_video.paused .modal_video_pause .img:last-child{
    display: none;
  }
  #modal_media_video .modal_video_pause .img:first-child{
    display: none;
  }
  #modal_media_video .modal_video_pause .img:last-child{
    display: block;
  }
}
#modal_media_video .modal_video_pause{
  display: none;
}
#modal_media_video .modal_video_pause:hover{
  -webkit-transform: translate(50%,-50%) scale(1.141) !important;
 -moz-transform: translate(50%,-50%) scale(1.141) !important;
 -ms-transform: translate(50%,-50%) scale(1.141) !important;
 -o-transform: translate(50%,-50%) scale(1.141) !important;
 transform: translate(50%,-50%) scale(1.141) !important;

}
#modal_media_video.isAttached:hover .modal_video_pause,#modal_media_video.paused .modal_video_pause{
  position: fixed;
  z-index: 9999;
  display: block;
  width: 89px;
  height: 89px;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%,-50%);
 -moz-transform: translate(50%,-50%);
 -ms-transform: translate(50%,-50%);
 -o-transform: translate(50%,-50%);
 transform: translate(50%,-50%);
  -webkit-transition: transform .3s;
 -moz-transition: transform .3s;
 -o-transition: transform .3s;
 transition: transform .3s;
 cursor: pointer;
}
#modal_media_video a:after{
  content:'';
  width: 30px;
  height: 30px; 
  float: right;
  display: block;
  background:url('../img/gallery/close_btn_popup.png') no-repeat center center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-left:25px;
  
}

#big_map [class*="-pie-chart-content"], .ymaps-2-1-62-pie-chart-content, .ymaps-2-1-64-pie-chart-content {
  color: white;
}

.list_objects_category {
  color: #fff;
  padding: 19px 12px 16px 30px;
  font-size: 19px;
}
.list_objects_category a span{
  /*color: #ba80da !important;*/
}
.cluster_popup_elem {
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  cursor: pointer;
  border-bottom: 1px solid #ba80da;
}

.btn-hint {
    position: absolute;
    left: 20px;
    top: 30px;
    padding: 10px 10px 9px 10px;
    background: transparent;
    border: 1px solid #9667b0;
    color: #9667b0;
    border-radius: 10px;
    font-size: 10px;
    cursor: pointer;
    visibility: hidden;
    transition: all .3s;
}

.btn-hint:hover {
  background: #9667b0;
  color: #1d1d1d;
}

.main_content_inner_pages .content_slide.col3 > div,
.main_content_inner_pages .content_slide.col3 > p{
  width: 33%!important;
}

#modal_media_video{
  z-index: 6999!important;
}

.object .slider_for_item img{
  min-width: 320px;
  width: 42vw;
}

.object .content_text.solo{
  width: 66%;
}


@media(max-width: 1023px) {
  .btn-hint {
    display: none;
  }

}

.main_content_inner_pages .media_v {
  padding: 0;
}

.main_content_inner_pages .media_v img{
  min-width:240px;
  width: 100%;
  margin-bottom: 20px;
}



/* new */

.in_wrap_city > ul{
  overflow: auto;
  padding-left: 0 !important;
}
.in_wrap_city > ul li{
  list-style: none;
}
.wrap_city_list li:last-child {
  margin-bottom: 0px;
}
.in_wrap_city > ul li:last-child{
  margin-bottom: 20px;
}
.close_open_legend, .reset_all_legend{
  margin-top: 5px;
}
.touch-hand{
  display: none;
}
.ovh{
  overflow: hidden !important;
}
.reset_all_legend span > span{
    margin-left: 0 !important;
}
header .top_header_line .top_header_logo:not(:first-child):not(:last-child){
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-height: 750px){

  .content_slide{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .wrap_media_slider .media_slider_item .media_slider_info .title{
    line-height: 1;
    font-size: 5vmin;
    top: 20%;
  }
  .wrap_media_slider .media_next_arrow{
    padding-right: 4%;
  }
  .wrap_media_slider .media_prev_arrow{
    padding-left: 4%;
  }
  .wrap_media_slider .media_slider_item .media_slider_info .desc, .wrap_media_slider .media_slider_item .media_slider_info .title{
    left: 10%;
    right: 10%;
  }
  .wrap_media_slider {
    margin: 90px 0 90px 0;
  }
  .wrap_media_slider .media_slider_item, .wrap_media_slider{
    max-height: calc(100vh - 330px);
  }
}
/*#big_map > ymaps{
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}*/

@media screen and (max-width:700px){
 .content_slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  flex-direction:column;
  align-items:center;
  justify-content:center;
 }
.content_text {
  margin-top:20px;
 }
.wrap_packages_list.mCustomScrollbar{
     padding-left: 22px;
     padding-right: 22px;
 }
 .wrap_package_sublist{
    display: none;
 }
.maps_popup.active{
     height: 100%;
    max-height: 63%;
    top: 0 !important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
}