/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 8 version
*/

@media(max-width: 1440px) {

  .contacts {
    background-position: 99% 10%;
  }

  .contacts-bottom {
    background-position: right top;
  }
}

@media(max-width: 575.9px) {

  .container {
    padding: 0 20px;
  }

  .nav-wrapper {
    z-index: 110;
    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;
    position: fixed;
    padding: 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    -webkit-transform: translateY(-200vh);
        -ms-transform: translateY(-200vh);
            transform: translateY(-200vh);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  .nav--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .nav-top, .nav__link_tel, .nav__link_email, .burger {
    display: block;
  }

  .header-right-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__link {
    display: none;
  }

  .header__link-mob {
    margin-right: 10px;
    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: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--pink);
  }

  .burger {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .burger__line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--green);
    border-radius: 2px;
  }

  .burger__line:first-child {
    width: 75%;
    top: 5px;
    right: 0;
  }

  .burger__line:last-child {
    width: 50%;
    bottom: 5px;
  }

  .burger__line:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .nav {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .nav-top {
    width: 100%;
    border-bottom: 1px solid var(--green);
    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;
  }

  .nav__close-btn {
    position: relative;
    width: 38px;
    height: 38px;
  }

  .nav__close-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--green);
    border-radius: 2px;
  }

  .nav__close-line:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .nav__close-line:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .nav__list {
    -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;
  }

  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .nav__item:last-child {
    margin-bottom: 50px;
  }

  .nav__link {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
  }

  .nav__link_tel {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    background-color: var(--pink);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--white);
  }

  .nav__link_tel svg {
    margin-right: 15px;
  }

  .nav__link_email {
    font-size: 18px;
    font-weight: 500;
    line-height: 160.9%; /* 28.962px */
    color: var(--black);
  }

  /* HERO */

  .hero {
    padding-top: 55px;
    padding-bottom: 60px;
    background-position: center;
  }

  .hero__top {
    margin-bottom: 20px;
    padding: 12px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
  }

  .main__title {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 27.476px;
    font-weight: 400;
    line-height: 125%; /* 34.345px */
  }

  .main__descr {
    max-width: 100%;
    margin-bottom: 335px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }

  .main__btn {
    display: none;
  }

  .hero__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .hero__item {
    margin-bottom: 25px;
  }

  .hero__item:not(:last-child) {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__item:first-child {
    margin-bottom: 0;
  }

  .hero__subtitle {
    margin-right: 23px;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%; /* 48px */
  }

  .hero__subdescr {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }

  /* CATALOG */

  .catalog {
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80px;
    background-image: url('/img/catalog-mob-bg.png');
  }

  .catalog__title {
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 400;
    line-height: 130%; /* 45.5px */
  }

  .catalog-wrapper {
    margin-bottom: 40px;
  }

  .catalog__subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
  }

  .catalog__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog__item {
    margin-right: 0;
    margin-bottom: 30px;
    width: calc((100% / 2) - 10px);
  }

  .catalog__img-wrapper {
    margin-bottom: 16px;
  }

  .article__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
  }

  /* PARTNERS */

  .partners {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 120% -5%;
  }

  .partners__title {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 35px;
    font-weight: 400;
    line-height: 120%; /* 42px */
  }

  .partners__item {
    margin-bottom: 10px;
    width: calc((100% / 2) - 5px);
    height: 102px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5); 
  }

  .partners__pic {
    max-width: 120px;
  }

  /* ADVANTAGES */

  .advantages {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: -20% top;
    background-size: 40%;
  }

  .advantages__title {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 34px;
    font-weight: 400;
    line-height: 120%; /* 42px */
  }

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

  .advantages__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages__pic {
    margin-bottom: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  .advantages__descr {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
  }

  /* DELIVERY */

  .delivery {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 0% bottom;
    background-size: 450px;
  }

  .delivery__title {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 35px;
    font-weight: 400;
    line-height: 120%; /* 42px */
  }

  .delivery__subtitle {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%; /* 28px */
  }

  .delivery__subdescr {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }

  .delivery__btn {
    display: block;
    max-width: 100%;
    padding: 23px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .delivery__subdescr:nth-child(6) {
    margin-bottom: 400px;
  }

  /* REQUEST */

  .request {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .request__title {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 35px;
    font-weight: 400;
    line-height: 120%; /* 42px */
  }

  .form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__input {
    margin-bottom: 20px;
    width: 100%;
  }

  .label__text {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
  }

  .form__label {
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .label__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__btn {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .form__btn:first-child {
    margin-bottom: 20px;
  }

  /* CONTACTS */

  .contacts {
    padding-top: 100px;
    background-position: 160% 10%;
    background-size: 60%;
  }

  .map-container {
    height: 280px;
  }

  .contacts-bottom {
    background-position: 120% -20%;
  }

  .contacts__link {
    display: none;
  }

  .contacts-mob-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 30px 40px;
  }

  .contacts-mob-wrapper .contacts__link {
    display: block;
    margin-right: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160.9%; /* 28.962px */
    color: var(--black);
  }

  .contacts-mob-wrapper .contacts__link:not(:last-child) {
    margin-bottom: 10px;
  }

  /* FOOTER */

  .footer {
    padding-top: 30px;
    padding-bottom: 60px;
    background: none;
    border-top: 1px solid #eee;
  }

  .footer__descr {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
  }

  .address {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
  }

  .requisites {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
  }

  .footer__privacy {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
  }

  /* THANKS */

  .thanks {
    width: 95vw;
    max-width: 95vw;
    padding: 50px;
  }

  .thanks__title {
    font-size: 35px;
  }

  .thanks__descr {
    font-size: 16px;
  }

  .thanks__btn {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }

}