/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {
  .brands-section .swiper-nav .swiper-button-prev,
  .brands-section .swiper-nav .swiper-button-next,
  .projects-section .swiper-nav .swiper-button-prev,
  .projects-section .swiper-nav .swiper-button-next {
    display: none;
  }
  .brands-carousel,
  .projects-carousel {
    padding-bottom: 46px;
  }
}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {
  .header__link.hr-left {
    margin-left: 50px;
  }
  .header__link.hr-left::before {
    left: -25px;
  }
  .header__main .header__search {
    margin-left: 3.2%;
  }
  .header__main .logotype {
    padding: 10px 0;
  }
  .header__navigation .main-navigation {
    display: none;
  }
  .header__navigation .catalog-link {
    margin-right: 0;
  }
  .header__navigation .hamburger {
    display: flex;
  }
  .header__navigation .header__links .header__link.hr-left {
    margin-left: 30px;
  }
  .header__navigation .header__links .header__link.hr-left::before {
    left: -15px;
  }
  .number-advantages {
    grid-gap: 30px;
  }
  .feedback-block__form {
    min-width: 500px;
  }
  .feedback-block__content {
    padding-right: 20px;
  }
  .catalog-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-sublabel {
    display: none;
  }
  .catalog-view__list li svg {
    width: 26px;
    height: 26px;
  }
  .catalog-top .catalog-pagenum {
    margin-right: 15px;
  }
  .tabs .tab {
    margin: 0 5px;
  }
  .review-items {
    margin-bottom: 20px;
  }
  .review-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .review-item {
    padding-bottom: 20px;
  }
  .catalog-item-table .catalog-item__foot {
    padding: 25px 20px;
  }
  .compare-chars-head {
    flex-wrap: wrap;
  }
  .compare-chars-head .toggle-select {
    flex: 0 0 100%;
    order: 3;
    margin-top: 20px;
  }
  .calc-infoblock .calc-descr {
    margin-bottom: 35px;
  }
  .calc-descr .description {
    font-size: 18px;
    line-height: 27px;
  }
  .calc-descr > img {
    max-width: 68px;
    margin-right: 30px;
  }
  .main-modal__container {
    max-width: 580px;
  }
  .catalog-item.catalog-item-table .catalog-item__info .stickers-list {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .catalog-item-table .article, .catalog-item-table .count, .catalog-item-table .status {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* md <= Large (lg) */
@media (max-width : 992px) {
  :root {
    --h2: 40px;
    --lg-text: 18px;
    --md-text: 16px;
  }
  h2.title {
    margin: 0 0 25px;
  }
  .section {
    padding: 60px 0;
  }
  .section__head {
    margin-bottom: 35px;
  }
  .section-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .m-70 {
    margin: 50px 0;
  }
  .btn {
    padding: 9px 24px;
  }
  .header__top {
    display: none;
  }
  .header__contacts .email-link {
    display: none;
  }
  .phone-link {
    font-size: 16px;
  }
  .hamburger {
    width: 44px;
  }
  .hamburger__inner {
    width: 16px;
  }
  .hamburger__inner:not(:last-child) {
    margin-bottom: 3px;
  }
  .header__navigation .header__links {
    margin-left: 15px;
  }
  .header__navigation .header__links .header__link.hr-left {
    margin-left: 0;
  }
  .header__navigation .header__links .header__link.hr-left::before {
    display: none;
  }
  .header__navigation .header__links .header__link {
    padding: 10px 0;
  }
  .header__navigation .header__location {
    display: flex;
  }
  .header__navigation,
  .header__navigation .header__location,
  .hamburger {
    border-color: var(--menu-bg);
  }
  .hamburger.active .hamburger__inner:first-child {
    top: 2px;
  }
  .logotype {
    width: 180px;
    flex: 0 0 180px;
  }
  .header__logo img:first-child {
    display: none;
  }
  .header__logo img:not(:first-child) {
    display: block;
  }
  .catalog-link {
    padding: 10px 35px;
  }
  .search-form input {
    padding: 10px 40px 10px 20px;
  }
  .footer__top,
  .footer__bottom {
    padding: 25px 0;
  }
  .footer__menu .menu-items,
  .footer_contacts,
  .footer__content .subscribe-form {
    display: none;
  }
  .footer__menu .catalog-link {
    margin-top: 0;
  }
  .footer .logotype {
    margin-bottom: 0;
  }
  .footer .social-block .social-block__label {
    display: none;
  }
  .catalog-link.catalog-link__white {
    padding: 10px 35px;
  }
  .about-section {
    padding: 60px 0 45px;
  }
  .about-section .video-text-block {
    margin-top: 35px;
  }
  .about-section .number-advantages {
    margin-top: 40px;
  }
  .video-playbox::before {
    width: 42px;
    height: 42px;
  }
  .video-text-block__content {
    line-height: 24px;
    padding-top: 0;
    padding-left: 30px;
  }
  .video-playbox__content {
    padding-bottom: 75%;
  }
  .video-playbox__content .video-playbox__meta {
    bottom: 20px;
    left: 20px;
  }
  .video-playbox__meta > span:first-child {
    margin-bottom: 0;
  }
  .number-advantages {
    grid-gap: 20px;
  }
  .number-advantages li {
    font-size: 16px;
    line-height: 24px;
  }
  .number-advantages li b {
    font-size: 55px;
    line-height: 68px;
  }
  .video-text-block__content a {
    font-size: 14px;
  }
  .brands-section {
    padding: 60px 0;
  }
  .brands-section .brands-section__body {
    margin-top: 35px;
  }
  .projects-section {
    padding: 60px 0;
  }
  .projects-section__body {
    margin-top: 35px;
  }
  .project-item__label {
    top: 20px;
    left: 20px;
    padding: 5px 10px;
  }
  .project-item__clientname {
    bottom: 20px;
    left: 20px;
  }
  .project-item__content {
    padding-top: 15px;
  }
  .project-item__title {
    margin: 0 0 5px;
    line-height: 24px;
    font-weight: 500;
  }
  .feedback-section {
    padding: 50px 0;
  }
  .feedback-block__content {
    max-width: 100%;
    padding-right: 0;
  }
  .feedback-block__content hr {
    margin: 22px 0;
  }
  .feedback-block__phone {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .feedback-block__form {
    margin-top: 30px;
    padding-top: 0;
    min-width: 100%;
  }
  .form-input input,
  .form-textarea textarea,
  .form-upload__content {
    font-size: 14px;
    line-height: 21px;
  }
  .form-input input,
  .form-textarea textarea {
    padding: 12px 15px;
  }
  .form-upload__content::before {
    top: 13px;
  }
  .page-top {
    padding: 20px 0;
  }
  .page-top.sm-content {
    padding-bottom: 20px;
  }
  .supplier-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .supplier-alphabet {
    flex-direction: column;
  }
  .supplier-alphabet .alphabet-items {
    margin-bottom: 16px;
  }
  .supplier-alphabet {
    margin-bottom: 50px;
  }
  .page-content {
    padding-bottom: 60px;
  }
  .supplier-detail__body {
    padding-top: 30px;
  }
  .page-inner {
    display: block;
  }
  .page-inner .page-menu {
    flex: auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .inline-menu {
    margin: 10px 0 30px;
  }
  .inline-menu li {
    font-size: 22px;
    line-height: 28px;
  }
  .news-detail .to-back {
    margin-bottom: 20px;
  }
  .news-detail .date {
    font-size: 14px;
    line-height: 16px;
  }
  .news-detail-img img {
    margin-bottom: 30px;
  }
  .icon-props li {
    margin-bottom: 15px;
  }
  .project-detail-img img {
    margin-bottom: 30px;
  }
  .project-detail {
    padding-bottom: 60px;
  }
  .catalog-inner {
    display: block;
    margin-top: 30px;
  }
  .catalog-aside {
    flex: 1;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .catalog-wrapper .to-back {
    display: none;
  }
  .tabs {
    display: none;
  }
  .tab_item_label,
  .tab_item {
    display: block !important;
  }
  .tab_item {
    min-height: auto;
  }
  .tab_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .tab_item_dropdown {
    padding: 15px 0 10px;
    display: none;
  }
  .tab_item_label.show + .tab_item_dropdown {
    display: block;
  }
  .file-items .label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .swiper-nav .swiper-button-prev,
  .swiper-nav .swiper-button-next {
    display: none;
  }
  .catalog-section-carousel__head {
    margin-bottom: 35px;
  }
  .catalog-section-carousel {
    margin-top: 50px;
  }
  .catalog-item-table .catalog-item__image {
    width: 100px;
    flex: 0 0 100px;
    max-height: 65px;
  }
  .form-lg .form-row {
    grid-gap: 10px;
  }
  .form-lg .form-input, .form-lg .form-textarea, .form-lg .form-upload {
    margin-bottom: 10px;
  }
  .form-note {
    margin-top: 5px;
  }
  .form hr {
    margin: 30px 0;
  }
  .form-button {
    margin-top: 25px;
  }
  .form-button button, .form-button input[type="submit"] {
    padding: 12px 25px;
  }
  .register-form .location {
    margin-bottom: 20px;
  }
  .location__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .badge {
    padding: 8px 20px;
  }
  .compare-carousel-wrap .swiper-nav:not(.swiper) {
    display: none;
  }
  .num-advantages {
    grid-gap: 10px;
  }
  .num-adv {
    padding: 20px;
    min-height: 137px;
  }
  .num-adv__img {
    top: 20px;
    right: 20px;
  }
  .num-adv::before {
    top: 25px;
    left: 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .md-modal .main-modal__container {
    max-width: 500px;
  }
  .main-modal__container,
  .md-modal .main-modal__container {
    padding: 35px 40px 40px 40px;
  }
  .main-modal__title {
    font-size: 22px;
    line-height: 42px;
  }
  .form-success img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 15px;
  }
  .form-success .main-modal__title {
    margin-bottom: 20px;
  }
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .loyalty-box {
    padding: 25px 30px 50px;
  }
  .loyalty-box .label {
    font-size: 16px;
    line-height: 19px;
  }
  .loyalty-percent li {
    font-size: 24px;
    line-height: 29px;
  }
  .loyalty-percent li.active {
    font-size: 60px;
    line-height: 48px;
  }
  .main-modal .selector-menu {
    margin-top: 20px;
  }
  .item-added-popup,
  .preloader-wrapper {
    padding: 35px 16px !important;
    min-width: 500px;
  }
  .preloader-titlebar {
    margin: 0;
  }
  .spinner {
    width: 52px;
    height: 52px;
    border-width: 4px;
  }
  .item-added-popup .popup-window-titlebar-text,
  .preloader-titlebar {
    font-size: 22px;
    line-height: 42px;
  }
  .item-added-popup.popup-window-with-titlebar .popup-window-content {
    margin-bottom: 16px;
  }
  .popup-window.popup-window-with-titlebar:not(.item-added-popup) .popup-window-titlebar-text {
    font-size: 22px;
    line-height: 42px;
  }
}

/* sm <= Medium (md) */
@media (max-width : 768px) {
  :root {
    --mm-navbar-size: 65px;
    --h4: 26px;
    --h5: 18px;
    --lg-text: 16px;
    --small-text: 12px;
  }
  h5.title {
    margin: 0 0 5px;
    line-height: 24px;
  }
  .section {
    padding: 40px 0;
  }
  .section__head {
    margin-bottom: 25px;
  }
  .section-title {
    font-size: 22px;
    line-height: 30px;
  }
  .lg-text {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .m-50,
  .m-70 {
    margin: 30px 0;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .logotype {
    width: 140px;
    flex: 0 0 140px;
  }
  .header__contacts .callback-table-btn {
    margin-left: 20px;
  }
  .header .header__search {
    position: absolute;
    margin-left: 0;
    width: auto;
    height: 100%;
    left: 32px;
    right: 32px;
    flex: unset;
    padding-right: 43px;
    display: none;
  }
  .header .header__search .search-form {
    height: 100%;
  }
  .header .header__search .search-form input {
    height: 100%;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .header__search-close {
    display: block;
  }
  .search-trigger {
    display: block;
  }
  .header__main .search-trigger {
    margin-left: auto;
  }
  .header__contacts .contact-link {
    margin-left: 25px;
  }
  .footer__top, .footer__bottom {
    padding: 20px 0;
  }
  .footer__bottom .container > div {
    flex: 0 0 50%;
  }
  .footer .social-block {
    justify-content: flex-end;
  }
  .copyright-develop {
    flex: 0 0 100% !important;
  }
  .about-section {
    padding: 40px 0;
  }
  .about-section .video-text-block {
    margin-top: 25px;
  }
  .video-playbox__content .video-playbox__meta {
    bottom: 15px;
    left: 15px;
  }
  .video-playbox__meta > span:first-child {
    line-height: 20px;
  }
  .video-text-block__content {
    line-height: 21px;
  }
  .number-advantages {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .number-advantages li {
    font-size: 14px;
    line-height: 21px;
  }
  .number-advantages li b {
    font-size: 40px;
    line-height: 50px;
  }
  .brands-section,
  .projects-section {
    padding: 40px 0;
  }
  .brands-section .brands-section__body {
    margin-top: 25px;
  }
  .projects-section .projects-section__body {
    margin-top: 20px;
  }
  .icon-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .icon-advantages-item {
    margin-bottom: 0;
  }
  .projects-carousel {
    padding-bottom: 30px;
  }
  .projects-section .icon-advantages {
    margin-bottom: 20px;
  }
  .project-item__label {
    top: 15px;
    left: 15px;
  }
  .project-item__clientname {
    left: 15px;
    bottom: 15px;
  }
  .feedback-section {
    padding: 40px 0;
  }
  .feedback-block .title {
    margin-bottom: 10px;
    line-height: 28px;
  }
  .feedback-block .social-list li a {
    width: 44px;
    height: 44px;
  }
  .feedback-block__phone {
    font-size: 20px;
    line-height: 24px;
  }
  .form-row.form-row-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .feedback-form .form-textarea {
    height: auto;
  }
  .form-textarea textarea {
    min-height: 98px;
  }
  .supplier-item__download::before {
    margin-right: 6px;
  }
  .about-company .advantage-block .adv-list {
    margin-top: 12px;
  }
  .adv-item__ico {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
  .adv-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .staff-item__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .staff-carousel .swiper-button-next,
  .staff-carousel .swiper-button-prev {
    display: none;
  }
  .about-team {
    margin-bottom: 0;
  }
  h5.title.mb-25 {
    margin: 0 0 20px;
  }
  .adv-list.adv-list-2 {
    grid-gap: 14px;
  }
  .video-list {
    grid-gap: 10px;
  }
  .projects-list {
    grid-gap: 10px;
  }
  .projects-list .project-item {
    margin-bottom: 20px;
  }
  .catalog-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-sort,
  .catalog-sort__items {
    display: block;
  }
  .catalog-sort__items {
    display: none;
    padding-top: 10px;
  }
  .catalog-sort.active .catalog-sort__items {
    display: block;
  }
  .catalog-top {
    align-items: flex-start;
  }
  .catalog-sort__items .sort-item {
    margin-left: 22px;
  }
  .catalog-sort__items .sort-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .catalog-sort__label {
    top: 6px;
  }
  .catalog-sort__label::after {
    display: block;
  }
  .catalog-sort.active .catalog-sort__label::after  {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
  .sort-item__dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    padding: 10px 0;
    display: none;
  }
  .sort-item.active .sort-item__dropdown {
    display: block;
  }
  .sort-item__dropdown ul {
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .sort-item__dropdown::after {
    display: none;
  }
  .file-items .label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .form-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 8px;
  }
  .form-desc {
    font-size: 12px;
    line-height: 18px;
    color: var(--placeholder-color);
    margin-bottom: 12px;
  }
  .form-desc a {
    color: var(--placeholder-color);
  }
  .form-item {
    margin-bottom: 15px;
  }
  .form-radio label {
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
    height: 44px;
  }
  .form-radio-2 label {
    height: auto;
    padding: 0;
    padding-left: 34px;
  }
  .form-radio-2 label::after {
    top: -5px;
  }
  .form-radio-2 label::before {
    top: 3px;
  }
  .form-radios .form-radio {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .note p {
    margin-bottom: 0;
  }
  .form .note {
    margin-bottom: 15px;
  }
  .catalog-item.catalog-item-table {
    flex-wrap: wrap;
  }
  .catalog-item-table .catalog-item__image {
    flex: 0 0 20%;
    width: 20%;
    max-height: none;
  }
  .catalog-item-table .catalog-item__body {
    width: 80%;
    flex: 0 0 80%;
    padding-bottom: 3px;
  }
  .catalog-item-table .catalog-item__foot {
    margin-left: 0;
    max-width: 100%;
    height: auto;
    border-left: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .clear-btn {
    font-size: 12px;
  }
  .clear-btn svg {
    top: -1px;
  }
  .toggle-select__label {
    font-size: 0;
  }
  .toggle-select__drop {
    position: absolute;
    top: 0;
    left: 25px;
    flex-direction: column;
    background-color: var(--white);
    z-index: 2;
  }
  .toggle-select__drop > a {
    margin: 0 0 5px 0;
  }
  .toggle-select__drop > a:not(.active) {
    display: none;
  }
  .toggle-select__drop::after {
    display: block;
  }
  .toggle-select__drop.active > a {
    display: block;
  }
  .num-advantages {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-descr .description {
    font-size: 16px;
    line-height: 24px;
  }
  .calc-descr > img {
    max-width: 55px;
    margin-right: 15px;
  }
  .info-table-wrap {
    max-width: 100%;
    overflow-x: scroll;
  }
  .info-table-wrap .info-table {
    min-width: 700px;
  }
}

/* xs <= Small (sm) */
@media (max-width : 576px) {
  :root {
    --regular-text: 14px;
    --lineheight: 21px;
    --md-text: 14px;
    --mm-navbar-size: 45px;
    --h1: 22px;
    --h2: 28px;
    --h4: 22px;
  }
  .container {
    padding: 0 16px;
  }
  h1.title {
    line-height: 28px;
  }
  h4.title {
    line-height: 28px;
  }
  h5.title {
    line-height: 16px;
  }
  .section__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__head .section-title {
    margin-bottom: 5px;
  }
  .section__head .all-link {
    margin-left: 0;
  }
  .header__logo {
    display: none;
  }
  .header__contacts {
    margin-right: 16px;
  }
  .header__contacts .email-link span {
    display: none;
  }
  .header__contacts .email-link .ico {
    margin-right: 0;
  }
  .header__contacts .callback-table-btn {
    border: none;
    margin-left: 26px;
    width: 18px;
    height: 18px;
  }
  .header__contacts .phone-link span {
    display: none;
  }
  .header__contacts .phone-link .ico {
    margin: 0;
  }
  .all-link {
    font-size: 14px;
    line-height: 21px;
  }
  .basket-link span {
    display: none;
  }
  .logotype {
    width: 120px;
    flex: 0 0 120px;
  }
  .logotype img:first-child {
    display: none;
  }
  .logotype img:not(:first-child) {
    display: block;
  }
  .catalog-link.catalog-link__white {
    padding: 10px 20px;
  }
  .video-text-block {
    flex-direction: column;
  }
  .video-text-block__content {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-section .number-advantages {
    margin-top: 25px;
  }
  .brands-section__head,
  .projects-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-item__img {
    height: 91px;
  }
  .icon-advantages {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .supplier-alphabet {
    margin-bottom: 40px;
  }
  .supplier-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    margin-bottom: 12px;
  }
  .supplier-item__content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .supplier-item__download {
    font-size: 12px;
    line-height: 18px;
  }
  .supplier-item__download::before {
    width: 12px;
    height: 12px;
  }
  .supplier-item__img img {
    max-width: 90px;
  }
  .pagination-block {
    padding: 15px;
  }
  .pagination__item {
    width: 26px;
    height: 26px;
    line-height: 26px;
    flex: 0 0 26px;
    margin: 0;
  }
  .pagination-total {
    display: none;
  }
  .pagination-block .pagination {
    flex: 1;
    justify-content: space-between;
  }
  .page-content {
    padding-bottom: 40px;
  }
  .supplier-detail .supplier-item {
    display: block;
  }
  .supplier-detail .supplier-item .supplier-item__img {
    width: 140px;
    height: 92px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .supplier-detail__body {
    padding-top: 20px;
  }
  .staff-carousel.swiper-nav-bottom {
    padding-bottom: 32px;
  }
  .adv-list.adv-list-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .adv-list.adv-list-2 .adv-item {
    margin-bottom: 0;
  }
  .adv-item__ico {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-right: 15px;
  }
  .adv-list.adv-list-2 .adv-item__ico {
    margin-right: 15px;
  }
  .adv-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .adv-item__title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .file-item__label a {
    font-size: 14px;
  }
  .file-item__label b {
    font-size: 12px;
  }
  .video-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-item {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .news-item__img {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .inline-menu {
    margin: 5px 0 25px;
  }
  .inline-menu li {
    margin: 0 10px;
    padding-bottom: 8px;
  }
  /* перенести на детальную стр новости */
  .page-inner .page-menu {
    margin-bottom: 20px;
  }
  .news-detail .section-title {
    margin-bottom: 10px;
  }
  .news-detail .date,
  .news-detail-img img {
    margin-bottom: 20px;
  }
  .projects-list {
    grid-template-columns: repeat(1, 1fr);
  }
  /* end перенести на детальную стр новости */
  .icon-props {
    margin: 0 0 15px;
  }
  .icon-props li {
    font-size: 12px;
    line-height: 18px;
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .icon-props li .ico {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin: 0 6px 0 0;
  }
  .project-detail-img img {
    margin-bottom: 20px;
  }
  .project-detail {
    padding-bottom: 40px;
  }
  .catalog-view__list li:not(:last-child),
  .catalog-top .catalog-pagenum {
    margin-right: 10px;
  }
  .video-items iframe {
    flex: 0 0 200px;
    width: 200px;
    height: 116px;
  }
  .review-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .review-item {
    padding-bottom: 15px;
  }
  .review-item__top {
    position: relative;
    padding-top: 26px;
  }
  .review-item__top .label {
    position: absolute;
    top: 0;
    left: 0;
  }
  .review-items {
    margin-bottom: 15px;
  }
  .catalog-section-carousel__head {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .catalog-section-carousel__head .title {
    margin-bottom: 5px;
  }
  .catalog-section-carousel {
    margin-top: 40px;
  }
  .catalog-item-table .catalog-item__image {
    flex: 0 0 30%;
    width: 30%;
  }
  .catalog-item-table .catalog-item__body {
    width: 70%;
    flex: 0 0 70%;
  }
  .register-form .title {
    margin-bottom: 13px;
  }
  .location__title,
  .location__label {
    font-size: 14px;
    line-height: 21px;
  }
  .title[data-num]::before {
    margin-right: 15px;
  }
  .badge {
    padding: 8px 15px;
  }
  .badge-title {
    font-size: 12px;
    line-height: 18px;
  }
  .num-advantages {
    grid-template-columns: repeat(1, 1fr);
  }
  .num-adv {
    padding: 20px 20px 15px 20px;
    min-height: 132px;
  }
  .num-adv__title {
    font-size: 14px;
    line-height: 21px;
  }
  .calc-descr .description {
    font-size: 14px;
    line-height: 21px;
  }
  .main-modal__container,
  .md-modal .main-modal__container {
    padding: 25px 30px 30px 30px;
  }
  .main-modal__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .main-modal__description {
    margin: 0 auto 20px;
  }
  .form-success img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 20px;
  }
  .form-success .main-modal__title {
    margin-bottom: 25px;
  }
  .info-table tr th,
  .info-table tr td {
    font-size: 12px;
    line-height: 18px;
  }
  .loyalty-box {
    padding: 20px 20px 42px;
  }
  .loyalty-box .label {
    font-size: 14px;
    line-height: 17px;
  }
  .loyalty-percent {
    margin: 15px 0 20px 0;
  }
  .loyalty-percent li {
    font-size: 18px;
    line-height: 22px;
    margin: 0 7px;
  }
  .loyalty-percent li.active {
    font-size: 40px;
    line-height: 32px;
  }
  .page-404 {
    padding-top: 50px;
  }
  .logo-404 {
    max-width: 235px;
    margin: 0 auto 30px;
  }
  .page-404 .section-title {
    margin-bottom: 12px;
  }
  .page-404 .description {
    margin: 0 auto 20px;
  }
  .mobile-toggle {
    max-width: 100%;
    min-width: 100%;
    padding: 16px;
  }
  .header__link .label {
    font-size: 14px;
    line-height: 21px;
  }
  .selector-menu {
    flex-direction: column;
  }
  .selector-menu li a {
    padding: 16px;
  }
  .selector-menu > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .item-added-popup,
  .preloader-wrapper {
    min-width: 320px;
    padding: 42px 32px 32px !important;
  }
  .item-added-popup .popup-window-titlebar-text,
  .preloader-titlebar {
    font-size: 20px;
    line-height: 26px;
  }
  .popup-window.popup-window-with-titlebar:not(.item-added-popup) .popup-window-titlebar-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .popup-window.popup-window-with-titlebar:not(.item-added-popup) {
    min-width: 320px;
    padding: 32px;
  }
}

@media (max-width : 480px) {
  .catalog-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-item__image {
    padding-bottom: 49%;
  }
  .catalog-item__buy-block .btn-buy-container, .catalog-item__buy-block .counter-block {
    width: 48%;
    flex: 0 0 48%;
  }
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {

}

/* Small (sm) */
@media (min-width : 576px) {

}

/* Medium (md) */
@media (min-width : 768px) {

}

/* Large (lg) */
@media (min-width : 992px) {

}

/* Extra large (xl) */
@media (min-width : 1200px) {
  .selector-menu.lg li a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding: 36px 16px;
  }
  .selector-menu.lg li svg {
    margin-right: 15px;
  }
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
  .swiper-nav .swiper-button-prev {
    left: -80px;
  }
  .swiper-nav .swiper-button-next {
    right: -80px;
  }
}
@media (min-width : 1600px) {
  .swiper-nav .swiper-button-prev {
    left: -104px;
  }
  .swiper-nav .swiper-button-next {
    right: -104px;
  }
}
