@media (max-width: 1199.98px) {
  .footer__right-block {
    padding-left: 0;
  }
}
@media (max-width: 1075px) {
  .header-top__right {
    margin-left: auto;
  }

  .header__contacts-item.callback {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .header__top {
    padding: 10px 0;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__slogan {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
  }
  .header__contacts-item {
    margin-left: 10px;
  }
  .header .callback {
    margin-left: 20px;
  }

  .menu a {
    padding: 8px 6px;
    font-size: 16px;
  }

  .dits-news-form .dits-news-title {
    font-size: 24px;
    line-height: 30px;
  }

  .tab__nav-item {
    width: 50%;
  }
  .tab__nav-link {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767.98px) {
  .proizvoditely-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }

  .proizvoditely-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }

  .header__bottom {
    padding: 0;
  }
  .header .btn__callback {
    padding: 0;
  }
  .header__slogan {
    width: 100%;
  }
  .header__contacts-item {
    margin-left: 20px;
  }

  .btn__search {
    font-size: 26px;
  }
  .btn__search:hover {
    background: transparent;
    border-color: #E0E0E0;
    color: #003b57;
  }

  .navigation {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
  .navigation--active {
    left: 0;
  }

  .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__item {
    width: 100%;
    position: relative;
  }
  .menu__item.active a, .menu__item:hover a, .menu__item:active a {
    color: #d2dfe6;
    background: rgba(0, 59, 87, 0.1);
  }
  .menu__item.active a.home-link, .menu__item:hover a.home-link, .menu__item:active a.home-link {
    color: #d2dfe6;
    background: rgba(0, 59, 87, 0.1);
  }
  .menu__item a {
    display: block;
    padding: 12px 45px 12px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .menu__item a.home-link {
    display: block;
    padding: 12px 45px 12px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .menu__item a.home-link::before {
    display: none;
  }
  .menu__item a:hover, .menu__item a:active, .menu__item a:focus {
    color: #d2dfe6;
    background: rgba(0, 59, 87, 0.1);
  }
  .menu .dropdown__button {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 44px;
    height: 44px;
  }
  .menu .dropdown__button::after {
    content: "\e930";
    display: inline-block;
    vertical-align: middle;
    font-family: "feather";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .menu .dropdown__button--active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu ul.menu__dropdown {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  .menu ul.menu__dropdown::before {
    display: none;
  }
  .menu ul.menu__dropdown li.menu__item:first-child {
    padding-top: 10px;
  }
  .menu ul.menu__dropdown li.menu__item:last-child {
    padding-bottom: 10px;
  }
  .menu ul.menu__dropdown li.menu__item:active a, .menu ul.menu__dropdown li.menu__item:focus a {
    color: #003b57;
    color: #d2dfe6;
    background: transparent;
  }
  .menu ul.menu__dropdown li.menu__item a {
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    padding: 5px 15px;
    background: transparent;
  }
  .menu ul.menu__dropdown li.menu__item a:hover, .menu ul.menu__dropdown li.menu__item a:active, .menu ul.menu__dropdown li.menu__item a:focus {
    color: #d2dfe6;
    background: transparent;
  }
  .menu ul.menu__dropdown li.menu__item--active a {
    color: #003b57;
    color: #d2dfe6;
    background: transparent;
  }

  .section__page .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .article__item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .form__main-intro {
    max-width: none;
    margin-bottom: 40px;
  }

  .footer {
    text-align: center;
  }
  .footer__menu, .footer__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__socials-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__title {
    padding-top: 15px;
  }
  .footer__block-item {
    padding-right: 0;
  }

  .footer__contacts-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .subscribe {
    padding: 30px 0;
    max-width: 320px;
    margin: 0 auto;
  }

  .stock__item {
    padding: 30px 20px;
  }
  .stock__item-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .proizvoditely-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }

  .proizvoditely-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .prices__item-price {
    margin-left: auto;
  }

  .slider .slick-dots {
    top: 20px;
    left: 20px;
  }

  .slider__item-content {
    padding: 20px;
  }
  .slider__item-name {
    font-size: 26px;
    line-height: 32px;
  }
  .slider__item-text {
    font-size: 13px;
    line-height: 20px;
  }

  .ajax-search-item .search-img {
    width: 20%;
  }
  .ajax-search-item .search-title {
    width: 80%;
    font-size: 13px;
    line-height: 18px;
  }

  .modal {
    padding: 30px 15px 20px;
  }
  .modal__form-title {
    font-size: 24px;
    line-height: 28px;
  }

  .form__main {
    padding: 40px 25px 30px;
  }
  .form__main .btn {
    padding: 14px;
  }

  .section__page-img {
    min-height: 300px;
  }

  .price__table-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price__table-title {
    margin: 10px 15px 10px 0;
  }
  .price__table-dotted {
    display: none;
  }
  .price__table-cost {
    min-width: auto;
  }

  .price__list-title {
    font-size: 18px;
    line-height: 24px;
  }

  .prices__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__item-info {
    width: auto;
    margin-bottom: 10px;
  }
  .prices__item-price {
    width: auto;
  }

  .news__page-img,
.stock__page-img {
    padding: 30px;
    min-height: 350px;
    margin-bottom: 50px;
  }
  .news__page-header,
.stock__page-header {
    font-size: 30px;
    line-height: 38px;
  }

  .tab__nav-link {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .article__page-img {
    min-height: 300px;
  }
  .article__page-header {
    font-size: 30px;
    line-height: 36px;
  }
  .article__page-intro {
    font-family: "Futura PT", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (max-width: 410px) {
  .header__contacts-item {
    width: 100%;
    margin: 0 0 5px;
  }
}
@media (max-width: 768px) {
  .header__contacts-item {
    width: 100%;
    margin: 0px 0px 5px auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 455px) {
  .header-top__right {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
            flex: 0 1 100% !important;
    width: 100%;
    max-width: none;
  }

  .header__contacts-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    line-height: 22px;
  }
  .header__contacts-item:last-child {
    margin-bottom: 0;
  }
  .header__slogan {
    font-size: 9px;
  }
  .header__search .form-inline {
    padding-left: 40px;
  }
  .header__search .form-inline::before {
    width: 40px;
    font-size: 18px;
  }
  .header__search .form-control {
    font-size: 14px;
  }
  .header__search .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .header__search .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .header__search .form-control:-moz-placeholder {
    font-size: 14px;
  }
  .header__search .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .header__search .btn {
    padding: 0 10px;
    font-size: 14px;
  }

  .service__page-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service__page-price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 350px) {
  .search .form-inline {
    padding-left: 15px;
  }
  .search .form-inline::before {
    display: none;
  }
  .search .form-inline .btn {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .header__top .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__top .publ-off {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .contacts-soc-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .contacts-soc-links .stock__item {
    margin-right: 0px;
  }
}