@media (max-width: 1460px) {
  .catalog-drop {
    left: 0;
    right: 0;
    width: auto;
  }
}

@media (max-width: 1400px) {
  .logo {
    margin-right: 30px;
  }
  .header-catalog {
    margin-right: 20px;
  }
  .header-navigation {
    margin-right: 30px;
  }
  .catalog-item__series {
    min-width: 0;
  }
}

@media (max-width: 1300px) {
  .header-navigation {
    position: absolute;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    top: 73px;
    margin: 0;
    text-align: right;
    padding: 20px;
    display: none;
  }
  .header-navigation li {
    margin: 0 0 20px 0;
  }
  .header-navigation li:last-child {
    margin-bottom: 0;
  }
  .header-navigation li a {
    color: #000;
  }
  .menu-btn {
    display: block;
    margin-left: 30px;
  }
  .header-contacts {
    margin-left: auto;
  }
  .header-search {
    margin-left: 30px;
  }
  .catalog-drop {
    padding: 20px;
    gap: 10px;
  }
  .contacts-desc {
    gap: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 1200px) {
  .section-main {
    height: 700px;
  }
  .top-banner {
    height: 450px;
  }
  .section-main__title {
    font-size: 60px;
  }
  .section-main__text p {
    font-size: 20px;
  }
  .section-main__text span {
    font-size: 18px;
  }
  .section-about__img {
    margin-right: 50px;
  }
  .section-catalog__text {
    padding-right: 50px;
  }
  .section-form__content {
    padding: 0 20px;
  }
  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-desc {
    margin: 0;
  }
  .contacts-col {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .catalog-row .col-3 {
    width: 33.333%;
  }
  .product-slider {
    width: 480px;
    height: 480px;
  }
  .product-slider .swiper {
    width: 480px;
  }
  .product-slider__item {
    height: 480px;
  }
  .product-slider__item img {
    max-width: 95%;
    max-height: 95%;
  }
  .product-download {
    max-width: 460px;
  }
  .product-thumb {
    height: 440px;
  }
  .product-thumb .swiper {
    height: 440px;
  }
}

@media (max-width: 992px) {
  .catalog-btn {
    width: 125px;
  }
  .icon-burger {
    margin-right: 15px;
  }
  .logo img {
    width: 120px;
  }
  .menu-btn {
    margin-left: 20px;
  }
  .header-search {
    margin-left: 20px;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-links {
    gap: 20px;
  }
  .section-main {
    height: 540px;
  }
  .section-about {
    margin: 0;
  }
  .section-about__img {
    width: 320px;
  }
  .section-form__img {
    width: 50%;
  }
  .section-form__content .block-title {
    font-size: 36px;
  }
  .section-form__img {
    display: none;
  }
  .section-about__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about__text2 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .section-about__img2 {
    width: 100%;
    margin: 0;
  }
  .team-carousel {
    width: 665px;
  }
  .text-img {
    max-width: 50%;
  }
  .text-img img {
    width: 100%;
  }
  .top-banner {
    height: 400px;
  }
  .services-col {
    width: 50%;
  }
  .contacts-map {
    height: 500px;
  }
  .contacts-map iframe {
    height: 500px;
  }
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-slider .swiper {
    width: 100%;
  }
  .product-img {
    max-width: 100%;
  }
  .product-desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .product-download {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navigation-mobile {
    display: block;
  }
  .menu-btn {
    display: none;
  }
  .header-contacts {
    display: none;
  }
  .header-search {
    margin-left: auto;
  }
  .catalog-btn {
    width: auto;
  }
  .catalog-btn span {
    display: none;
  }
  .icon-burger {
    margin: 0;
  }
  .header-catalog {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .catalog-drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100svh - 72px);
    overflow: auto;
  }
  .navigation-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .navigation-mobile li {
    margin-bottom: 20px;
  }
  .navigation-mobile li:last-child {
    margin-bottom: 0;
  }
  .navigation-mobile li a {
    color: #fff;
    text-decoration: none;
  }
  .catalog-navigation {
    width: 100%;
  }
  .search-input {
    width: calc(100vw - 87px);
  }
  .header-search__input.open {
    width: calc(100vw - 87px);
  }
  .section-main {
    height: 430px;
  }
  .section-main__title {
    font-size: 45px;
  }
  .section-about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-about__img {
    width: 100%;
    margin: 0;
  }
  .section-about__img img {
    width: 100%;
  }
  .section-about__text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section-about__text p {
    font-size: 15px;
    line-height: 140%;
  }
  .section-about__text2 {
    margin-bottom: 15px;
  }
  .section-about__text2 p {
    font-size: 15px;
    line-height: 140%;
  }
  .section-catalog__text p,
  .section-contacts__text p {
    font-size: 15px;
    line-height: 140%;
  }
  .block-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section-catalog__row {
    -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;
  }
  .section-catalog {
    padding: 40px 0;
  }
  .section-catalog__text {
    padding: 0;
    margin-bottom: 30px;
  }
  .section-catalog__img {
    margin: 0;
    width: 100%;
  }
  .section-catalog__img img {
    width: 100%;
  }
  .section-contacts {
    margin: 40px 0;
  }
  .section-contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-contacts__map {
    width: 100%;
    margin: 0;
  }
  .section-contacts__text {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-form__content {
    padding: 0;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
  .footer-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .social {
    margin-top: 20px;
  }
  .social a {
    margin: 0 10px;
  }
  .footer-address__item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright {
    text-align: center;
  }
  .top-banner {
    height: 300px;
  }
  .team-carousel {
    width: 100%;
  }
  .team-carousel .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .team-carousel .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .team-item__text {
    width: 100%;
  }
  .team-item__text p {
    font-size: 18px;
    line-height: 140%;
  }
  .team-item__img {
    margin-bottom: 40px;
  }
  .text {
    font-size: 15px;
    line-height: 140%;
  }
  .section-icons .block-title {
    margin-bottom: 30px;
  }
  .icons-img {
    margin-bottom: 40px;
  }
  .inform-widget {
    -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;
  }
  .inform-widget .block-title {
    width: auto;
    margin-bottom: 20px;
  }
  .services-col {
    width: 100%;
  }
  .services-item h3 {
    font-size: 26px;
  }
  .inform-widget__text {
    font-size: 15px;
    line-height: 140%;
  }
  .modal {
    padding: 20px !important;
  }
  .contacts-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contacts-row {
    margin-bottom: 30px;
  }
  .contacts-map {
    margin-bottom: 30px;
  }
  .catalog-row .col-3 {
    width: 50%;
  }
  .product-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-slider {
    width: 100%;
  }
  .product-thumb {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  .product-thumb .swiper {
    height: auto;
  }
  .product-thumb .swiper-slide {
    width: 90px;
  }
  .product-title {
    font-size: 26px;
  }
  .specifications,
  .product-text__bottom {
    margin-bottom: 60px;
  }
}

@media (max-width: 570px) {
  .section-main__title {
    font-size: 30px;
  }
  .section-main__text p {
    font-size: 16px;
  }
  .section-main__text span {
    font-size: 16px;
  }
  .cookies-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookies-text {
    margin-bottom: 15px;
  }
  .cookies-btn {
    margin: 0;
  }
  .contacts-subrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-map iframe {
    height: 300px;
  }
  .catalog-row .col-3 {
    width: 100%;
  }
  .catalog-title {
    -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;
  }
  .catalog-title .block-title {
    margin-bottom: 20px;
  }
  .catalog-item__series {
    min-width: 0;
    padding: 0 15px;
  }
  .product-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .product-download__item {
    width: 100%;
  }
  .icon-check {
    width: 100px;
    height: 100px;
    background-size: 100%;
  }
}
/*# sourceMappingURL=media.css.map */