@charset "UTF-8";

@media (max-width: 1200px) {
  .main__bg {
    display: none;
  }

  .main__content {
    text-align: center;
    margin: 0 auto;
  }

  .main {
    min-height: 460px;
  }

  .main__descr {
    margin: 31px auto;
  }

  .products__links {
    overflow-x: auto;
    max-width: 960px;
  }

  .products__links a:not(:last-of-type) {
    margin-right: 30px;
  }

  .products__inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (263px)[3];
        grid-template: 1fr/repeat(3, 263px);
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .benefits__box {
    text-align: center;
  }
}

@media (max-width: 1050px) {
  .footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__info, 
  .footer__partners-title {
    margin-bottom: 20px;
    text-align: left;
  }
.footer__contact-inner  {
display: block!important;
}
.footer__contact-block  {
display: block!important;
width: 90%!important;
margin-left: 0!important;
margin-bottom: 15px;
}
.footer__end  {
margin-left: 0!important;
}
  .footer__contact {
    margin: 0 0;
  }

  .footer__contact-title {
    margin-bottom: 10px;
  }

  .footer__partners {
    margin-left: 0;
margin-top: 15px;
  }
}

@media (max-width: 892px) {
  .header__nav {
    margin-left: 0;
  }

  .products__inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (263px)[2];
        grid-template: 1fr/repeat(2, 263px);
  }

  .product-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-info__slider {
    margin: 0 auto 20px;
  }

  .product-info__content {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {


  body.lock {
    overflow: hidden;
  }

  .header__burger,
  .header__menu {
    display: block;
  }

  .header__body {
    height: 50px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 5;
  }

  .header__burger span {
    background-color: #141A2D;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: #141A2D;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }

  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    /*для прокрутки меню, когда оно не помещается в экран*/
    overflow: auto;
    z-index: 4;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 70px 10px 20px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__menu.active {
    top: 0;
  }

  .header__list {
    display: block;
    text-align: center;
    height: 100%;
  }

  .header__list li {
    margin: 0 0 20px 0;
  }

  .header__link {
    font-size: 24px;
  }

  .header__nav {
    display: none;
  }

  .header__tel-text {
    display: none;
  }

  .header__contact {
    margin-left: auto;
    margin-right: 20px;
  }
}

@media (max-width: 576px) {
  .main__title {
    font-size: 32px;
  }

  .main__descr {
    font-size: 24px;
    margin: 28px auto;
  }

  .btn-link {
    padding: 16px 51px;
  }

  .title {
    font-size: 28px;
  }

  .benefits,
  .products {
    padding: 50px 0;
  }

  .benefits__box-title {
    margin: 30px 0 20px;
  }

  .footer__end {
   display:block;
  }

  .footer__end div + div {
    margin-top: 10px;
  }

  .products__inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 263px;
        grid-template: 1fr/repeat(1, 263px);
    grid-gap: 15px;
  }

  .product-info__title,
  .product-info__nav {
    margin-bottom: 10px;
  }

  .product-info__nav {
    font-size: 16px;
  }

  .product-info__title {
    font-size: 22px;
  }

  .product-info {
    margin: 40px 0 60px;
  }

  .feature__title + .feature__title {
    margin-left: 30px;
  }

  .feature__header {
    overflow-x: auto;
    max-width: 470px;
  }

  .feature__header {
    margin-bottom: 30px;
  }

  .feature__text .list {
    margin: 20px 0;
  }

  .feature {
    padding: 50px 0;
  }
}

@media (max-width: 415px) {
  .product-info__slider {
    max-width: 100%;
  }
}

@media (max-width: 350px) {
  .header__logo-img {
    width: 120px;
  }

  .footer__contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__contact-block + .footer__contact-block {
    margin: 0;
    margin-top: 20px;
  }
}