@media only screen and (max-width: 1330px) {
  #toTop {
    left: 100%;
    margin-left: -70px;
  }
}
@media only screen and (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .header_top {
    /*padding: 12px 0;*/
  }
  .open_menu,
  .clouse_menu {
    display: block;
  }
  #header nav {
    position: fixed;
    top: -100%;
    bottom: 100%;
    right: 0;
    left: 0;
    background: #d8e6f2;
    z-index: 1000;
    padding: 80px 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header nav.active {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
.list_price >li.li2 {
    width: 50%;
  }
  .menu {
    text-align: center;
    height: 100%;
    /*overflow: auto;*/
  }
  .menu >li {
    display: block;
  }
  .menu >li >a {
    display: block;
  }
  .menu >li >a:hover {
    background: none;
  }
  .menu >li >a.active {
    background: #cad7e3 !important;
  }
  .menu >li:hover .menu_drop {
    position: static;
    opacity: 1;
    overflow: visible;
    height: 0;
  }
  .menu >li:hover >a {
    background: none;
  }
  .menu >li .menu_drop {
    position: static;
    width: auto;
    text-align: center;
    padding: 0 10px;
    overflow: hidden !important;
    height: 0 !important;
  }
  .menu >li .menu_drop ul {
    padding: 0;
  }
  .menu >li .menu_drop.active {
    height: auto !important;
    overflow: visible !important;
    opacity: 1;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  a.link_search {
    padding-right: 40px;
  }
  .head_nav span {
    padding-right: 5px;
    display: none;
  }
  .head_nav a {
    padding: 0 10px;
  }
  .footer_middle_top .footer_two {
    width: 38%;
  }
  .footer_middle_top .footer_three {
    width: 29%;
  }
  .footer_middle_top .footer_one {
    width: 33%;
  }
  .foot_phone a,
  .advice .phone a,
  .head_phone .phone a {
    display: block;
  }
  .list_service {
    padding-left: 0;
  }
  .list_metod {
    padding-left: 0;
  }
  .open_list {
    margin-left: 0;
  }
  .contact_left {
    width: 100%;
    padding: 0 0 50px;
  }
  .contact_right {
    width: 100%;
  }
  .list_reviews_text {
    margin: 0 -15px;
  }
  .list_reviews_text li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reviews {
    padding-left: 240px;
  }
  .reviews .img_box {
    margin-left: -240px;
    width: 220px;
  }
  .p_prev {
    margin-right: 50px;
  }
  .p_nexr {
    margin-left: 50px;
  }
}
.menu >li.current-menu-item {
    text-transform: uppercase;
    background: #cad7e3;
}
@media only screen and (max-width: 1024px) {
   .list_program >li.index, .list_program2 >li.index, .list_program3 >li.index {
  display: inline-block;
  width: 50%;
  padding: 10px 5px 0;
   }

}