@media only screen and (max-width: 1280px) {
  #main,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_top,
  .header_inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_top nav {
    left: 15px;
  }
  .header_inner nav {
    right: 15px;
    left: 315px;
  }
  #map {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .btn_mobile {
    display: block;
  }
  .left_column {
    display: none;
  }
  .left_column + .right_column {
    float: none;
    width: auto;
  }
  .header_box {
    padding-left: 0;
  }
  .logo {
    float: none;
    margin: 0;
  }
  #header nav {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #910602;
    z-index: 200;
    overflow: auto;
    padding: 30px 15px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #header nav.active {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  #header .header_inner nav {
    top: 95px;
  }
  .menu {
    margin: 0;
  }
  .menu >li {
    display: block;
    padding: 18px 0 19px;
    text-align: center;
  }
  .menu a {
    font-size: 1.8rem;
  }
  .menu a::before {
    display: none;
  }
  .head_phone {
    margin: 0;
    display: inline-block;
    width: auto;
  }
  .head_phone a {
    display: block;
  }
  .open_menu {
    display: block;
    height: 24px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -12px 0 0;
  }
  .open_menu::before {
    display: block;
    content: '';
    height: 4px;
    background: #f4eacc;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .open_menu::after {
    display: block;
    content: '';
    height: 4px;
    background: #f4eacc;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .open_menu span {
    position: absolute;
    top: 10px;
    left: 0;
    height: 4px;
    width: 30px;
    background: #f4eacc;
  }
  .open_menu.active span {
    display: none;
  }
  .open_menu.active::before {
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -2px 0 0 -15px;
  }
  .open_menu.active::after {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: -2px 0 0 -15px;
  }
  .top_box {
    display: none;
  }
  .content {
    padding-bottom: 340px;
  }
  .footer_top {
    padding-right: 0;
  }
  .footer_top_left {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .footer_top_right {
    float: none;
    margin: 0;
    width: auto;
  }
  .foot_socials {
    text-align: center;
  }
  .footer_middle {
    padding-right: 0;
  }
  .footer_middle_left {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .footer_middle_left::after {
    display: block;
    content: '';
    clear: both;
  }
  .footer_middle_right {
    float: none;
    width: auto;
    margin: 0;
  }
  .foot_button {
    text-align: center;
  }
  .list_phone .phone a {
    display: block;
  }
  .about_one {
    width: 100%;
  }
  .about_two {
    width: 50%;
  }
  .know_two {
    width: 100%;
    float: none;
  }
  .know_one,
  .know_thee {
    float: none;
    width: 50%;
    margin: auto;
  }
  .info_col {
    width: 100%;
  }
  .section_col {
    width: 50%;
  }
  .section_col:last-child {
    width: 100%;
  }
  .TabNav >li {
    width: 33.33%;
  }
  .TabNav >li a {
    padding: 0 10px;
    text-align: center;
    display: table;
    width: 100%;
  }
  .TabNav >li a span {
    display: table-cell;
    height: 62px;
    vertical-align: middle;
  }
  #map {
    margin-bottom: -30px;
  }
  .phone_mobile {
    display: block;
  }
  .header_inner {
    margin-bottom: 30px;
  }
  .list_ads {
    display: none;
  }
  .paging_mobile {
    display: block;
  }
 /* .paging {
    display: none;
  }*/
  .paging a.page-numbers:not(.p_prev):not(.p_next){
    display: none;
  }
  .paging_box {
    /*max-width: 370px;*/
    margin: auto;
  }
  .form_contact {
    margin-bottom: -30px;
  }
  .contact_box {
    float: none;
    width: auto;
  }
  .contact_box:first-child {
    margin-bottom: 30px;
  }
  .sitebar_mobile {
    display: block;
  }
  .list_event >li {
    width: 33.33%;
  }
}
