@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header .main_menu li {
    padding: 0 16px;
  }
  .header .main_logo img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header .whatsapp_btn a {
    font-size: 0;
    padding: 12px;
  }
  .header .whatsapp_btn a:before {
    content: "\e915";
    font-size: 2.4rem;
  }
  .header .main_logo {
    min-width: 48px;
  }
  .header .main_logo img {
    height: 40px;
  }
  .header .main_menu {
    flex: 4;
    justify-content: space-around;
  }
  .header .main_menu li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .copyrights {
    padding: 12px 0;
  }
  .footer .logo_slogan img {
    height: 32px;
  }
  .footer .socials_list {
    margin-top: 20px;
  }
  .footer_subtitle {
    padding-bottom: 12px;
  }
  .footer_contacts ul a:before, .footer_contacts ul span:before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .footer_top {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .footer .copyrights span {
    display: block;
  }
  .footer .copyrights span:not(:first-child):before {
    display: block;
    content: "";
    margin: 5px auto;
    padding: 0;
    border-top: 1px solid;
    width: 15px;
  }
  .footer_top {
    text-align: center;
    padding-bottom: 90px;
    position: relative;
  }
  .footer_top .page_container {
    flex-direction: column;
    align-items: center;
  }
  .footer_menues, .footer_contacts {
    padding-top: 30px;
  }
  .footer_menues a, .footer_menues span, .footer_contacts a, .footer_contacts span {
    padding: 3px 0;
  }
  .footer .logo_slogan img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .socials_list {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .main_section {
    padding-top: 24px;
  }
  .main_section .about_us {
    font-size: 160%;
  }
  .main_section .page_title + .about_us {
    max-width: 480px;
  }
  .main_section .media_list + .about_us {
    max-width: 500px;
  }
  .main_section .video_btn.loading:after {
    width: 40px;
    height: 40px;
    margin-top: -21px;
    margin-left: -18px;
    font-size: 4.8rem;
  }
  .main_section .video_btn svg {
    width: 60px;
    margin: -30px;
  }
  .main_section .media_list {
    padding: 0;
  }

  .supplies_brands .brands_list {
    margin: 0 -10px;
  }
  .supplies_brands .brands_list li {
    padding: 10px;
  }

  .services_section {
    padding-top: 40px;
  }

  .services_list + .services_list {
    padding-top: 60px;
  }
  .services_list .list_inner {
    margin: 20px -10px 0;
  }
  .services_list .swiper-slide {
    padding: 0 10px;
  }

  .service_block {
    border-radius: 10px;
    padding: 15px;
  }
  .service_block .service_icon {
    width: 60px;
    height: 60px;
  }
  .service_block .service_icon img {
    width: 40px;
    height: 40px;
  }
  .service_block .discount_sticker {
    padding: 5px;
    margin-top: -26px;
    width: 100px;
    margin-left: -70px;
  }
  .service_block .service_type {
    margin-top: 16px;
  }
  .service_block .service_includes {
    margin-top: 8px;
    padding-left: 15px;
  }
  .service_block .service_price {
    padding-top: 20px;
  }

  .contact_form {
    padding: 20px 15px;
  }
  .contact_form .field_block input, .contact_form .field_block textarea {
    font-size: 160%;
  }

  .contacts_col ul li {
    padding: 16px 0;
    height: 97px;
  }
  .contacts_col ul li:before {
    width: 60px;
    height: 60px;
    font-size: 240%;
    margin-right: 10px;
  }
  .contacts_col .contact_type {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .services_list .list_inner:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contacts_section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    max-width: 100%;
  }
  .contacts_col ul {
    max-width: 100%;
  }

  .contact_description {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .media_block,
.services_list .list_inner:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact_form .primary_light {
    width: 100%;
  }

  .contacts_section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .supplies_brands .brands_list {
    display: inline-flex;
    vertical-align: top;
  }
  .supplies_brands .brands_list li {
    animation: ticker 12.5s infinite linear;
  }
}
@keyframes ticker {
  to {
    margin-left: -100%;
  }
}

/*# sourceMappingURL=index-m.css.map */
