@media (max-width: 1023px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open .mobile-menu {
    left: 0;
  }

  .m-devider {
    height: 106px;
    display: block;
  }

  .wrap {
    padding: 0 20px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 106px;
    display: none;
    overflow: hidden;
    width: 400px;
    z-index: 1000;
    background: #404041;
    padding: 20px;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
  }
  .mobile-menu__nav {
    margin-bottom: 30px;
  }
  .mobile-menu__title {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .mobile-menu ul li {
    list-style-type: none;
    margin-bottom: 11px;
  }
  .mobile-menu ul li a {
    ont-size: 12px;
    line-height: 138.6%;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  .mobile-menu__top {
    display: none;
  }

  .hamburger {
    display: block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 59px;
    height: 59px;
    position: relative;
    margin-left: -20px;
  }
  .hamburger svg {
    height: 16px;
  }
  .hamburger .icon-close {
    display: none;
  }
  .hamburger.active .icon-hamburger {
    display: none;
  }
  .hamburger.active .icon-close {
    display: block;
  }

  .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    overflow: hidden;
    padding: 40px 30px;
    z-index: 999;
    -webkit-transition: 1s;
    transition: 1s;
    background: #fff;
    width: 480px;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal .form__field.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal .form__field.col-2 > * {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal .form__field.col-2 > *:last-child {
    margin-bottom: 0;
  }
  .modal .form__submit {
    width: 100%;
  }

  .header {
    height: 106px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .header__personal {
    position: relative;
    right: -20px;
  }
  .header .header-top {
    background: #fff;
  }
  .header__nav {
    display: none;
  }

  .banner__inner {
    height: auto;
    padding: 50px 0;
  }
  .banner h1 {
    padding-top: 0;
  }
  .banner__info {
    max-width: 300px;
  }
  .banner__image {
    top: 0;
  }

  .advantages {
    padding: 60px 0;
  }
  .advantages__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .advantage {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }

  .help {
    padding-bottom: 60px;
  }

  .help-block__info {
    width: 49% !important;
    padding: 0 !important;
  }
  .help-block__title {
    font-size: 30px;
    line-height: normal;
  }
  .help-block__image {
    width: 49% !important;
  }

  .forwhat {
    padding: 60px 0;
  }

  .products {
    padding: 60px 0;
  }

  .product {
    width: 25%;
  }
  .product__inner {
    padding: 20px 10px;
  }
  .product__image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
  .product__image img {
    display: block;
  }
  .product__title {
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #404041;
    margin-bottom: 9px;
  }
}
@media (max-width: 1023px) and (max-width: 1200px) {
  .product__title {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .product__desc {
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .product__price {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #404041;
    margin-bottom: 19px;
  }
}
@media (max-width: 1023px) {
  .feedback {
    padding: 60px 0;
  }
  .feedback__inner {
    padding: 0;
  }
  .feedback__form {
    padding-top: 0;
    padding-left: 10px;
  }
  .feedback__form .form__field.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form .form__field.col-2 > * {
    width: 100%;
    margin-bottom: 15px;
  }
  .feedback__form .form__field.col-2 > *:last-child {
    margin-bottom: 0;
  }
  .feedback__form .form__submit {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__info {
    width: 100%;
    margin: 0 0 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__info > * {
    margin: 0 !important;
  }
  .footer__menu {
    display: none;
  }
  .footer__contacts {
    width: 100%;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__contacts > * {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .modal {
    width: calc(100% - 20px);
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    top: 120px;
    -webkit-transform: translate(-50%, 0) scale(0) rotate(0);
            transform: translate(-50%, 0) scale(0) rotate(0);
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
  .modal.active {
    -webkit-transform: translate(-50%, 0) scale(1) rotate(360deg);
            transform: translate(-50%, 0) scale(1) rotate(360deg);
  }

  h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 20px;
  }

  .mobile-menu__top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .mobile-menu .worktime {
    color: #fff;
    margin-left: 10px;
  }
  .mobile-menu .worktime svg {
    margin-right: 8px;
  }
  .mobile-menu .worktime path {
    fill: #fff;
  }
  .mobile-menu .header__personal {
    width: 73px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-left: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .mobile-menu .header__personal a {
    width: 73px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9px 0 8px;
    background: #F24939;
  }

  .wrap {
    padding: 0 20px;
  }

  .header .header__personal {
    margin: 0;
  }
  .header .city {
    margin: 0;
  }
  .header .worktime {
    display: none !important;
  }
  .header .header-top__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header-top__inner .phone {
    margin-right: 0 !important;
  }
  .header .hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .logo {
    width: 107px;
    height: 30px;
    margin-right: 0;
  }
  .header .logo a {
    width: inherit;
    height: inherit;
  }
  .header .logo a svg {
    width: inherit;
    height: inherit;
  }
  .header__btns a {
    margin-left: 20px;
  }
  .header__btns a:first-child {
    margin-left: 0;
  }

  .banner {
    background: #fff;
  }
  .banner__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0 0;
  }
  .banner h1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .banner h1 strong {
    margin-top: 0;
  }
  .banner__image {
    width: 100%;
    width: 81.25vw;
    margin: 0 auto 28px;
  }
  .banner__info {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 30px;
  }
  .banner__info strong {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .banner__counters {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 29px;
  }
  .banner .counter {
    width: 90px;
    margin-right: 0;
  }
  .banner .counter strong {
    font-size: 22px;
    line-height: 25px;
  }
  .banner .counter small {
    font-size: 11px;
    line-height: 13px;
  }

  .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 100;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0;
    border: 0;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .slick-arrow.slick-prev {
    left: 15px;
    background: url(../img/svg/icons/prev.svg) no-repeat center center #fff;
  }
  .slick-arrow.slick-next {
    right: 15px;
    background: url(../img/svg/icons/next.svg) no-repeat center center #fff;
  }

  .advantages {
    padding: 65px 0 45px;
  }
  .advantages .wrap {
    padding: 0;
  }
  .advantages__inner {
    position: relative;
    margin-right: 0;
  }
  .advantages__inner .slick-list {
    padding-left: 20px;
  }

  .slick-slide {
    width: 71.875vw !important;
    margin-right: 17px;
  }

  .advantage {
    background: #F8F8F8;
    -webkit-filter: drop-shadow(2.43855px 2.43855px 4.12849px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(2.43855px 2.43855px 4.12849px rgba(0, 0, 0, 0.1));
    padding: 60px 22px 0;
    height: 340px;
    margin: 0 0 10px;
  }
  .advantage__image {
    height: 80px;
    margin-bottom: 41px;
  }
  .advantage__image img {
    max-height: 100%;
  }
  .advantage__title {
    padding: 0 30px;
    font-size: 13.0056px;
    line-height: 133.5%;
  }
  .advantage__desc {
    font-size: 13px;
    line-height: 133.5%;
  }

  .help {
    padding: 35px 0 100px;
    position: relative;
  }
  .help .button {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    margin: 0;
    padding: 0 20px;
  }
  .help .button .btn {
    width: 100%;
  }

  .help-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .help-block:last-child {
    margin-bottom: 0;
  }
  .help-block__info {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .help-block__title {
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .help-block__text {
    font-size: 13px;
    line-height: 150%;
  }
  .help-block__image {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100% !important;
  }

  .forwhat {
    padding-top: 81px;
  }
  .forwhat__inner {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .forwhat h2 {
    margin-bottom: 35px;
    text-align: center;
  }

  .forwhat-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .forwhat-block:last-child {
    margin-bottom: 0;
  }
  .forwhat-block__image {
    margin-bottom: 25px;
  }
  .forwhat-block__title {
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 17px;
  }
  .forwhat-block__desc {
    font-size: 13px;
    line-height: 150%;
  }

  .products {
    padding-top: 43px;
  }
  .products h2 {
    margin-bottom: 30px;
  }
  .products__inner {
    display: block;
  }
  .products .slick-slide {
    width: 53.125vw !important;
    margin-right: 11px;
  }
  .products .slick-slide:first-child {
    display: none !important;
  }
  .products .slick-arrow {
    top: 50vw;
  }
  .products .product {
    margin: 0;
  }
  .products .product__inner {
    padding: 32px 13px 26px;
    margin-bottom: 11px;
  }
  .products .product__image {
    margin-bottom: 8px;
  }
  .products .product__title {
    padding: 0 20px;
    font-size: 12.2376px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .products .product__desc {
    font-size: 8.15838px;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
  }
  .products .product__price {
    font-size: 14.6851px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .products .product .button .btn {
    height: 36px;
    font-size: 9.79006px;
    line-height: 144%;
  }
  .products .product .button .btn svg {
    height: 16px;
  }
  .products .product__field {
    padding: 11px 0;
    font-size: 11.4217px;
    line-height: 120%;
  }

  .form__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .form__caption {
    font-size: 13px;
    line-height: 150%;
  }

  .feedback {
    padding: 48px 0 105px;
  }
  .feedback .b-moblie {
    display: block;
    color: #fff;
  }
  .feedback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form .form__title,
.feedback__form .form__caption {
    display: none;
  }
  .feedback .form__caption {
    margin-bottom: 5px;
  }

  .footer {
    padding: 23px 0 28px;
  }
  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 29px;
  }
  .footer__info .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .footer__info .phone {
    font-size: 18px;
    line-height: 144%;
  }
  .footer__info .worktime {
    padding-top: 10px;
  }
  .footer__info .adress {
    width: 100%;
    text-align: center;
    margin-top: 25px !important;
  }
  .footer__info .tomap {
    margin-top: 14px !important;
    width: 100%;
    text-align: center;
  }
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__contacts .button {
    width: 100%;
  }
  .footer__contacts .button .btn {
    width: 100%;
  }
  .footer__contacts .social {
    margin-top: 28px !important;
  }
  .footer__text {
    margin-top: 20px !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .footer__text a {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px;
  }
}