@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  html {
    font-size: 56%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
  .header-content {
    padding-left: 3rem;
    width: 80%;
  }
  .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .section-main {
    background: none;
  }
  #header {
    padding: 0;
  }
  .header-box {
    height: 7rem;
    padding: 0 1.5rem;
  }
  .header-box::after {
    border-radius: 0;
  }
  .header-top {
    display: none;
    height: 0;
  }
  .header-content {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 29rem;
    z-index: 111;
    display: block;
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -29rem;
    overflow: hidden;
  }
  .header-content::before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    right: 0;
  }
  .header-content.active {
    right: 0;
    overflow: visible;
  }
  .header-content.active::before {
    opacity: 1;
    height: auto;
    overflow: visible;
    right: 29rem;
  }
  .header-content-box {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0.5rem 1.5rem 1.5rem;
  }
  .menu-box {
    padding: 0 0 1.5rem;
  }
  .header-contact {
    padding: 0;
    padding: 0 0 1.5rem;
  }
  .menu {
    display: block;
    margin: 0;
  }
  .menu >li {
    width: auto !important;
    padding: 1rem 0;
  }
  .menu >li >a {
    padding: 0;
    font-size: 2rem;
  }
  .menu >li >a::before {
    display: none;
  }
  .menu >li.HasDrop::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
  }
  .menu >li.HasDrop:hover .menu-drop {
    position: static;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .menu >li.HasDrop.active::before {
    display: none;
  }
  .menu >li.HasDrop.active .menu-drop {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .menu-drop {
    position: static;
  }
  .menu-drop-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2rem 0 0;
    background: none;
    width: auto;
  }
  .menu-sub {
    border-bottom: 0.1rem solid #f2f2f2;
    padding-bottom: 1.4rem;
    padding-left: 1.5rem;
  }
  .menu-sub >li {
    padding-top: 2rem;
  }
  .open-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    border-top: 0.2rem solid #302c29;
    border-bottom: 0.2rem solid #302c29;
    height: 3rem;
    width: 4rem;
    margin: -1.5rem 0 0;
  }
  .open-menu::before {
    display: block;
    content: '';
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.2rem;
    margin: -0.1rem 0 0;
    background: #302c29;
  }
  .close-menu {
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 0;
    left: -3rem;
    display: block;
  }
  .close-menu::before,
  .close-menu::after {
    display: block;
    content: '';
    height: 0.2rem;
    width: 2.4rem;
    background: #fff;
    margin: -0.1rem 0 0 -1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-menu::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.hidden-mobile {
    overflow: hidden;
  }
  .logo {
    width: 18rem;
  }
  .news .news-content {
    padding: 0 1.5rem 1.5rem;
  }
  .list-category,
  .section-callback {
    margin-bottom: 10rem;
  }
  .section-callback {
    margin-top: 0;
    display: block;
    padding: 4rem 5rem;
    overflow: hidden;
  }
  .section-callback::before {
    left: auto;
    margin: 0;
    right: 0;
  }
  .section-callback-right {
    margin-top: 3rem;
  }
  .about {
    max-width: inherit;
  }
  .section-information {
    padding-top: 17rem;
    padding-bottom: 10rem;
  }
  .section-information::before,
  .section-information::after {
    display: none;
  }
  .footer-nav li {
    width: 100%;
    padding-right: 0;
  }
  .footer-two {
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
  .footer-three {
    padding-left: 2rem;
  }
  .SliderMain {
    margin-top: -7rem;
  }
  .slide {
    padding-top: 16rem;
  }
  .category .btn {
    opacity: 1;
  }
  .img-left {
    float: none;
    margin: 0 0 3rem;
  }
  .column {
    display: block;
  }
  .column-right {
    width: auto;
    margin: 0 0 5rem;
  }
  .column-left {
    width: auto;
    padding-right: 0;
  }
  .content {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .secton-contact {
    margin-bottom: -7rem !important;
    padding: 0;
  }
  .section-contact-form {
    margin-bottom: -7rem !important;
  }
  .contact-page {
    padding: 0;
  }
  .contact.contact-left {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    max-width: 36rem;
    padding: 5rem 0;
    background: none;
  }
  .contact.contact-right {
    padding: 0 0 5rem;
    background: none;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    max-width: 36rem;
  }
  #map-index,
  #map {
    height: 50rem;
    position: static;
  }
  .contact-form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .contact-form-button {
    text-align: center;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .product {
    margin-top: 0;
    padding-top: 0;
  }
  .product .product-about {
    display: block;
    padding-top: 0 !important;
  }
  .product .product-about-left,
  .product .product-about-right {
    width: auto;
  }
  .product .product-about-right {
    padding-top: 3rem;
  }
  .product .product-image-top {
    top: 0;
    left: 0;
  }
  .product .product-price-box {
    left: 0;
    bottom: 0;
  }
  .product.product-osb .product-image {
    margin: 0;
    width: auto;
    min-width: inherit;
  }
  .product.product-palletu .product-image,
  .product.product-svai .product-image {
    margin: 0;
  }
  .product.product-paneli .product-about-left,
  .product.product-paneli .product-about-right {
    width: auto;
  }
  .product.product-paneli .product-image {
    margin: 0 -14rem 0 0;
    width: auto;
    min-width: inherit;
  }
  .product.product-paneli .product-price-box {
    left: 0;
  }
  .product-cost-one .box::before {
    display: block;
  }
  .ProductSerteficat .Carusel {
    margin: 0 -1.5rem -4rem;
  }
  .ProductSerteficat .slick-slide {
    padding: 0 1.5rem 4rem;
  }
  .product-form-price {
    Justify-content: flex-start;
  }
  .product-schedule h2 {
    position: static;
    width: auto;
  }
  .list-product-about {
    margin-right: 0;
  }
  .section-top {
    margin-top: -7rem;
    padding-top: 7rem;
  }
  .filter-element {
    display: block;
  }
  .filter-element label {
    display: block;
    margin: 0 0 0.5rem;
  }
  .filter-area,
  .filter-price,
  .filter-select {
    width: auto;
  }
  .section-regoins {
    margin-bottom: -7rem !important;
  }
  .regoins {
    padding: 5rem 0 0;
  }
  .regoins .img-box {
    position: static;
    width: 100%;
  }
  .specialist {
    margin-top: 0;
  }
  .team {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .team .img-box {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .team .name,
  .team .name-sub {
    line-height: 1.4;
    font-size: 2.6rem;
  }
  .specialist-content {
    display: block;
  }
  .specialist-content h2 {
    margin-top: 0;
  }
  .slide-new {
    padding-top: 10rem;
    min-height: 90rem;
    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;
  }
  .slide-new .slide-title {
    font-size: 6rem;
  }
}
