/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header-top, .menu > li > a, .menu-category > li > a {
    font-size: 18px;
  }
  .dropdown-menu a {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .dropdown-menu a:last-child {
    margin: 0;
  }
  .dropdown-menu {
    min-width: 260px;
    max-width: 260px;
  }
  header .container-fluid {
    padding: 0 20px;
  }
  .catalog-section-wrapper .container {
    padding: 0 10px;
  }
  .catalog-section-wrapper .row {
    margin: 0 -10px;
  }
  .catalog-section-wrapper .row > * {
    padding: 0 10px;
  }
  .contacts-content {
    font-size: 18px;
    line-height: normal;
  }
  .contacts-content .btn {
    font-size: 16px;
  }
  .category-page .container-fluid {
    padding: 0 20px;
  }
  .nav-tabs li {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 60px;
  }
  .btn-search-fixed {
    width: 60px;
    height: 60px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  /* .header-bottom {
    padding: 70px 0 0;
  } */
  .advantages-box {
    font-size: 16px;
  }
  .advantages-section h2 {
    font-size: 40px;
    margin: 0 auto 20px;
  }
  .advantages-section h3 {
    font-size: 24px;
  }
  .box-text-big {
    font-size: 18px;
    line-height: normal;
  }
  .box-text p {
    margin: 0 0 16px;
  }
  .box-text p:last-child {
    margin: 0;
  }
  .slogan-company-wrapper {
    padding: 20px 0;
  }
  .about-company {
    max-width: none;
  }
  .btn {
    height: 50px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: normal;
  }
  .about-slider {
    margin: 30px auto 0;
  }
  footer .address, footer {
    font-size: 20px;
    line-height: normal;
  }
  footer .address {
    margin: 20px 0;
  }
  .home-slider-preview {
    padding: 25px 50px;
  }
  .p-90 {
    padding: 40px 0;
  }
  .electronic-catalog-box__title {
    font-size: 30px;
    line-height: normal;
  }
  .electronic-catalog-box .box-text {
    font-size: 18px;
    line-height: normal;
  }
  .page h1 {
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .map {
    margin: 30px 0 0;
    height: auto;
  }
  .category-gallery-slider {
    display: block;
    margin: 20px auto;
  }
  .category-gallery-slider__item {
    width: 60px;
    margin: 0 5px;
    border: 2px solid transparent;
  }
  .category-gallery-slider__item.slick-current {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .category-modal__content {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 920px) {
  .header-bottom {
    display: none;
  }
  .nav-menu-header {
    display: none;
    width: 100%;
    order: 1;
    padding: 20px 0;
    text-align: center;
  }
  .header-title {
    margin: 0 auto 10px;
  }
  .menu {
    margin: 0;
  }
  .menu li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .menu li:last-child {
    margin: 0;
  }
  .menu li a {
    margin: 0 auto;
    padding: 0;
  }
  .menu .dropdown-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin: 20px 0 !important;
    padding: 15px;
    min-width: auto;
    max-width: none;
    box-shadow: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transition: 0.3s ease;
  }
  .menu .dropdown-menu::before {
    display: none;
  }
  .btn-burger {
    display: flex;
  }
  body {
    padding: 80px 0 0;
  }
  .search-wrapper-fixed {
    padding: 20px 0;
  }
  input {
    height: 50px;
  }
  .form-search [type=submit] {
    height: 50px;
  }
  .search-wrapper__close {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .nav-tabs {
    font-size: 16px;
  }
  .category-tabs-row {
    margin: 0 0 30px;
  }
  .top-menu-header {display: none;}
  .nav-menu-head {display: none;}
}
@media only screen and (max-width: 768px) {
  .customize-support .header-top {
    top: 46px;
  }
  .home-slider-preview .home-slider-item {
    width: 180px;
    height: 100px;
  }
  .advantages-section h2 {
    font-size: 30px;
  }
  .advantages-section h3 {
    font-size: 20px;
  }
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: normal;
  }
  .footer-certificates-link {
    width: 180px;
    padding: 15px;
    height: 90px;
  }
  .cooperation-box {
    font-size: 18px;
  }
  .mt-45 {
    margin-top: 30px;
  }
  .electronic-catalog-box__title {
    font-size: 22px;
  }
  .electronic-catalog-box .box-text {
    margin: 10px auto 0;
    font-size: 14px;
  }
  .mt-30 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .product-card__btn {
    bottom: 15px;
  }
  .product-card__btn_a {
    font-size: 14px;
    max-width: 80%;
  }
  .title-phone {display: block;}
  .menu {
    background-color: #ffffff;
    padding: 15px 0;
  }
  .header-top {
    height: 98px;
    padding: 15px 0;
  }
  .advantages-section h2 {
    font-size: 20px;
  }
  .advantages-section h3 {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  footer .address, footer {
    font-size: 16px;
  }
  .footer-certificates-link {
    width: auto;
    flex: 1;
  }
  .slogan-company h2 {
    font-size: 18px;
  }
  .home-slider-preview {
    padding: 20px 40px;
  }
  .home-slider-preview .home-slider-item {
    width: 150px;
  }
  .btn-search-fixed {
    width: 50px;
    height: 50px;
  }
  .cooperation {
    padding: 40px 0;
  }
  .cooperation-box::before {
    width: 30px;
    min-width: 30px;
    height: 32px;
    margin: 0 10px 0 0;
  }
  .electronic-catalog-box {
    display: flex;
    flex-direction: column;
  }
  .electronic-catalog-box__img {
    width: 100%;
  }
  .electronic-catalog-box__body {
    width: 100%;
  }
  .page h1 {
    font-size: 26px;
  }
  .electronic-catalog-box__title {
    font-size: 20px;
  }
  .contacts-content {
    font-size: 15px;
  }
  .contacts-content .btn {
    font-size: 15px;
  }
  .nav-tabs li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .nav-tabs li:last-child {
    margin: 0 auto;
  }
  .nav-tabs li .nav-link {
    margin: 0 auto;
  }
  .category-card__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  h2, .h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  footer {
    font-size: 14px;
  }
  footer .address {
    font-size: 14px;
  }
  .cooperation-box {
    font-size: 16px;
  }
  .mt-45 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 920px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown:hover .dropdown-toggle {
    opacity: 0.7;
  }
  .dropdown:hover .dropdown-toggle:after {
    transform: translateY(-50%) rotate(180deg);
  }
}