@media (max-width: 1460px) {
  .contacts {
    flex-wrap: wrap;
  }
  .contacts__item {
    width: 33.33%;
    max-width: none;
  }
  .contacts__item:nth-child(1n + 4) {
    border-top: 1px solid #d7d7d7;
  }
  .contacts__item:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .main__video {
    height: 85vh;
  }

  .catalog--item {
    margin: 0 auto 2.611111111111111em;
    max-width: 637px;
  }

  /*
    Каталог ( второй уровень )
    */
  .section_list--item__left {
    max-width: 35%;
  }

  .section_list--item__right {
    max-width: 65%;
  }
}

@media (max-width: 1024px) {
  .detail__info {
    flex-direction: column;
  }
  .contacts__section__item {
    border: 0;
  }
  .contacts__section__item:nth-child(1n + 3) {
    border-top: 1px solid #d7d7d7;
  }

  .contacts__section__item:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }
  .contacts__section__item {
    width: 50%;
  }
  .video__info__title {
    font-size: 60px;
  }

  .video__info__logo img {
    max-width: 100%;
  }
}

@media (max-width: 1050px) {
  .page_header--right a {
    font-size: 1.142857142857143em;
  }
}

@media (max-width: 991px) {
  /* Шапка */

  .page_header--container .header--search {
    display: none;
  }

  .text_underline span {
    border-bottom-width: 1px;
  }

  /* Каталог */
  .product--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product--top .title {
    width: 100%;
    font-size: 1.5em;
  }

  .back-to-catalog {
    font-size: 1em;
  }

  .product--left {
    margin-bottom: 2em;
  }

  .product--left,
  .product--right {
    max-width: 100%;
    padding: 0 15px;
  }

  .product_photos--main,
  .product_photos--main__slide--image {
    height: 50vw;
    max-height: 50vw;
  }

  .product_photos--small,
  .product_photos--small__slide--image {
    height: 198px;
    max-height: 198px;
  }

  /*
    Модальные окна
    */
  .modal-container {
    margin: 0 auto;
  }

  /*
    Каталог ( второй уровень )
    */
  .section_list--item {
    margin-left: 0;
    margin-right: 0;
  }

  .section_list--item__left,
  .section_list--item__right {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .section_list--item__left {
    height: 400px;
  }

  /*
    Каталог ( второй уровень )
    */
  .contact--container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact--item__left {
    padding-right: 0;
    max-width: 100%;
    order: 2;
  }

  .contact--item__right {
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}

@media (min-width: 867px) and (max-width: 1020px) {
  /* header */
  .header--link-mail,
  .header--link-phone {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_header--container .header--search {
    display: block;
  }

  .page_header--container .header--search #title-search-input {
    width: 9em;
  }
}

@media (max-width: 867px) {
  /* header */
  .header--link-mail,
  .header--link-phone {
    display: none;
  }

  main.active {
    padding-left: 0;
  }

  nav {
    width: 100%;
  }

  .navigation--container .header--search {
    display: block;
    width: 100%;
    padding: 0 20px 30px;
  }

  .header--link-phone-mobile {
    display: block;
  }

  .header--btn-search {
    display: none;
  }

  .container_contents {
    transition: transform 0.35s;
  }

  .navigation--links ul {
    font-size: 1.25em;
  }

  /*
    Контакты
    */
  .contact--item__right--map {
    /*height: 300px;*/
    height: 16.66666666666667em;
  }

  .contact--item__right--map > ymaps {
    max-width: 100%;
    /*height: 300px;*/
    height: 16.66666666666667em !important;
  }

  .page_header--container .page_header--right {
    width: 100%;
    align-items: center;
    margin-top: 57px;
    flex-direction: column;
  }
  .page_header,
  .page_header--start {
    height: 60px;
  }
  nav {
    padding-top: 9.833333em;
  }
}
@media (max-width: 425px) {
  .page_header--left .nav--logo {
    margin-left: 70px;
  }
}
@media (max-width: 390px) {
  .page_header--left .nav--logo {
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  /* Каталог */
  .product_photos--small,
  .product_photos--small__slide--image {
    height: 150px;
    max-height: 150px;
  }

  .video {
    background-image: url("/upload/images/video_mobile.webp");
  }

  .section_list--top__name {
    font-size: 30px;
  }

  .main_block .main_block--title h2 {
    font-size: 26px;
  }

  /*
    Каталог ( второй уровень )
    */
  .section_list--item__left {
    height: 250px;
  }

  .contacts__item {
    width: 50%;
  }
  .contacts__item {
    border-top: 1px solid #d7d7d7;
  }
  .contacts__item:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }

  .detail__item__head-model {
    font-size: 30px;
  }

  .big__subtitle {
    font-size: 24px;
  }

  .in__stock,
  .small__subtitle {
  }

  .contacts__section__item {
    width: 100%;
  }
  .contacts__section__item {
    border-right: 0;
  }
  .contacts__section__item:nth-child(1n + 2) {
    border-top: 1px solid #d7d7d7;
  }

  .contacts__section__item:nth-child(odd) {
    border-right: 0;
  }

  nav {
    padding-top: 60px;
  }
  .nav--logo img {
    margin-right: 0;
  }

  .menu__container {
    padding: 0 20px;
  }
  .menu__container__block {
    flex-direction: column;
  }
  .menu__container__block li {
    margin-right: 0;
    position: static;
  }
  .menu__container__block li h4 {
    margin: 0;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .menu__container__block li span {
    transition: 0.3s all ease;
    display: block;
  }

  .menu__container__block li h4:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .menu__container__block li ul {
    display: none;
  }

  .child__menu__section.next-menu.enabled {
    position: absolute;
    width: 100%;
    display: block !important;
    height: 100%;
    top: 60px;
    left: 0;
    background-color: #f6f6f6;
    padding: 0 20px;
  }
  .child__menu__section.next-menu.enabled .item {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 20px 40px;
  }
  .child__menu__section.next-menu.enabled .item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .child__menu__section .back__link {
    background-color: #4f4d4c;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .child__menu__section .back__link a {
    color: #ffffff;
  }

  .video__info__title {
    font-size: 40px;
  }

  .video__info__logo {
    padding: 15px 0;
    text-align: center;
  }

  .video__info__logo img {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 677px) {
  body {
    font-size: 14px;
  }

  .nav--logo-mob {
    display: block;
  }

  .page_header--right {
    display: none;
  }

  /* Шапка */

  .page_header--start .page_header--container {
    height: 60px;
  }

  .page_header--left,
  .page_header--start .page_header--left {
    padding-right: 0;
    width: auto;
    width: unset;
  }

  .header--search,
  .header--search form {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_header--left .header--search {
    display: none;
  }

  .navigation--container .header--search {
    display: block;
    width: 100%;
    padding: 0 20px 30px;
  }

  .header--menu__btn {
    width: 60px;
    height: 60px;
  }

  .header--menu__btn span {
    height: 2px;
  }

  .header--btn-search {
    height: 60px;
    width: 60px;
  }

  /*
    -----------------------------------------
    */
  .catalog--banner {
    height: auto;
  }

  .catalog--banner__top {
    margin-bottom: 2em;
  }

  /* .footer {
        padding: 40px 0 20px
    } */

  /* .footer_container {
        padding: 0;
    } */

  .copyright {
    margin: 0 15px 20px;
  }

  /* .footer_container .socials {
        margin: 0 15px 20px;
    } */
}

@media (max-width: 580px) {
  /*
    Шапка
    */
  .page_header--left__logo img {
    /*max-width: 120px;*/
    max-width: 8.571428571428571em;
  }

  /*
    Каталог
    */
  .product_photos--small,
  .product_photos--small__slide--image {
    height: 125px;
    max-height: 125px;
  }

  .product_photos--main,
  .product_photos--main__slide--image {
    height: 250px;
    max-height: 250px;
  }

  .product_specifications--table__row:not(:last-child) {
    margin-bottom: 0.5em;
  }

  .product_specifications--table__row:after {
    display: none;
  }

  .product_specifications--table__row:after {
    display: block;
    bottom: -0.25em;
    /*top: auto;*/
    width: auto;
    left: 0.8333333333333333em;
    right: 0.8333333333333333em;
    border-top-color: #808080;
  }

  .product_specifications--table__td,
  .product_specifications--table__td:nth-child(2),
  .product_specifications--table__td:first-child {
    /*max-width: 100%;*/
    /*padding: 0 0.8333333333333333em;*/
    /*width: 100%;*/
    word-break: break-word;
  }

  .product_specifications--table__td:first-child {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
  }

  .product_specifications--table__td:nth-child(2) {
    /*text-align: left;*/
  }

  /*
    Модальные окна
    */
  .modal-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .close-modal {
    right: -4px;
  }

  .label-checkbox {
    padding-left: 50px;
  }

  .contacts__item {
    width: 100%;
  }
}

@media (max-width: 545px) {
  .button__send.rent {
    width: 100%;
  }
  .button__send.about {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .description__section {
    margin: 30px 25px;
  }
  .video__info__buttons {
    flex-direction: column;
  }
}

@media (min-width: 480px) and (max-width: 867px) {
  .page_header--start .page_header--container .page_header--right .link-mail {
    margin-top: -27px;
    margin-bottom: 11px;
    margin-left: 24px;
    font-size: 17px;
  }
  .page_header--start .page_header--container .page_header--right:nth-child(2) {
    margin-bottom: -12px;
    margin-left: -8px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section_list--top__name {
    font-size: 22px;
  }

  .main_block .main_block--title h2 {
    font-size: 18px;
  }
  /* Шапка */
  .page_header--right {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page_header--right a {
    font-size: 18px;
  }

  .header--search__input,
  table.title-search-result td.title-search-more {
    padding: 3px 5px;
    font-size: 12px;
  }

  .page_header--right a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5em;
  }

  /*
    -----------------------------------------
    */
  .catalog--banner {
    padding: 2em 1em;
  }

  .catalog--banner__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog--banner__top p {
    width: 100%;
  }

  .catalog--banner__top--image {
    margin: 2em 0 0;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog--item__inner img {
    position: relative;
    left: 0;
    transform: translateX(0);
    margin-bottom: 2em;
  }
}

@media (max-width: 425px) {
  .video {
    min-height: 700px;
  }
  .video__info__buttons {
    padding: 20px 0;
  }
  .video__info__title {
    font-size: 28px;
  }
}

@media (pointer: coarse) {
  .navigation--container .mCSB_scrollTools {
    opacity: 1 !important;
  }
}
