@media (max-width: 1500px) {
  body.boxed-v #wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .main-heading br {
    display: none;
  }
  .quote-form .form-group {
    width: 26%;
  }
  #nav {
    transition: all ease 0.3s;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
  .quote-section br {
    display: none;
  }
  .quote-form .form-group {
    width: 25%;
  }
  .benefits-inner {
    padding: 24px;
  }
  .equipment-slider {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    max-width: 400px;
    width: 100%;
  }
  .equipment-slider .image-wrapper {
    max-width: 400px;
  }
  .equipment-characteristic {
    margin-bottom: 32px;
  }
  .equipment-advantages {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }
  .equipment-advantages-item:nth-child(3) {
    margin-left: 0;
    border: none;
    padding-left: 0;
  }
  .equipment-advantages-item:nth-child(2) {
    margin-left: 0;
  }
  .equipment-advantages-item:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  #header .holder {
    padding: 30px 0 20px;
  }
  #header .nav-opener {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 6px;
  }
  #header .logo {
    max-width: 150px;
    margin-top: 6px;
  }
  #header.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  #header.sticky #nav {
    top: 100%;
    position: absolute;
  }
  #nav {
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    position: absolute;
    transition: all ease 0.3s;
  }
  #nav ul {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  #nav ul li {
    padding: 0;
    display: block;
    text-align: left;
  }
  #nav ul .button {
    float: none;
  }
  #nav ul a {
    display: block;
    padding: 10px 20px;
  }
  .nav-active #nav {
    max-height: 300px;
    overflow-y: auto;
  }
  .main-banner .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .main-banner p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .quote-form .form-group {
    width: 100%;
    margin-right: 0;
  }
  .quote-form .btn {
    padding: 11px 25px;
  }
  .quote-form.style2 {
    width: 300px;
    padding: 0;
    padding-top: 48px;
  }
  .quote-form.style2 + .fancybox-close-small {
    right: 16px;
    top: 16px;
  }
  .quote-section h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .quote-section p {
    font-size: 16px;
    line-height: 1.2;
  }
  .quote-section {
    gap: 16px;
  }
  .quote-section .quote-block {
    padding: 16px;
    flex-direction: column;
  }
  .quote-section span {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .gallery-box .box {
    width: 33%;
  }
  .social a {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .price-box {
    margin-bottom: 30px;
  }
  .btn-default {
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 48px;
  }
  .heading {
    font-size: 28px;
    line-height: 1.2;
  }
  .mobile-none {
    display: none;
  }
  .subheading {
    font-size: 18px;
    line-height: 1.2;
  }
  .promo-top-block {
    justify-content: center;
  }
  .promo-top-block img {
    max-width: 120px;
  }
  .promo-top-text {
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 16px;
    padding-left: 16px;
  }
  .promo-item-value {
    font-size: 28px;
    line-height: 1.2;
    padding: 8px 16px;
  }
  .promo-item-text {
    font-size: 18px;
    line-height: 1.2;
    padding: 8px 16px;
  }
  .promo-description {
    font-size: 18px;
    line-height: 1.2;
  }
  .promo-additional {
    font-size: 12px;
    line-height: 1.2;
  }
  .benefits-inner {
    padding: 16px;
  }
  .benefits-item .left {
    padding: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .benefits-item .img-wrapper {
    width: 20px;
  }
  .benefits-item .right {
    padding: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .benefits-list {
    margin-bottom: 24px;
  }
  .benefits-bottom {
    font-size: 20px;
    line-height: 1.2;
  }
  .line-box .box {
    font-size: 18px;
    line-height: 1.2;
  }
  .equipment-characteristic {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 32px);
  }
  .equipment-advantages {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .equipment-advantages-item:nth-child(2) {
    border: none;
    padding-left: 0;
  }
  .equipment-advantages-item:nth-child(4) {
    border: none;
    padding-left: 0;
  }
}/*# sourceMappingURL=responsive.css.map */