@media screen and (max-width: 1199px) {
  header .nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
  header .nav__desctop {
    display: none;
  }
  header .nav__mobile {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  header .nav__mobile span {
    width: 30px;
    height: 2px;
    background: #000;
    margin: 2px;
  }
  header .menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  header .menu__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 50px;
    padding-bottom: 10px;
  }
  header .menu__header__close {
    background: #fafafa;
    padding: 10px 20px;
    cursor: pointer;
  }
  header .menu__contacts {
    display: flex;
    align-items: center;
    padding-left: 50px;
    background-color: #fafafa;
    margin-bottom: 10px;
  }
  header .menu__contacts i {
    transform: rotateY(180deg);
    font-size: 30px;
  }
  header .menu__contacts a {
    display: inline-block;
    margin-left: 20px;
    color: #222222;
    font-family: Gilroy;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    text-decoration: none;
    line-height: 80px;
  }
  header .menu__nav li {
    padding-left: 50px;
    background-color: #fafafa;
    margin-bottom: 10px;
  }
  header .menu__nav li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 36px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 1.8px;
    color: #222222;
  }

  .home__title {
    font-size: 35px;
  }
  .home__subtitle {
    font-size: 35px;
  }
  .home__buy {
    font-size: 35px;
  }

  .timer .form {
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  header .menu__header {
    font-size: 35px;
  }
  header .menu__nav li a {
    font-size: 26px;
    line-height: 55px;
  }
  header .menu__contacts a {
    font-size: 26px;
    line-height: 55px;
  }
  header .menu__contacts i {
    font-size: 20px;
  }

  .home {
    padding-top: 50px;
  }
  .home .center {
    text-align: center;
  }
  .home .form {
    margin: auto;
  }
  .home__image {
    padding: 40% 0;
    overflow: hidden;
    order: -1;
  }
  .home__image img {
    left: initial;
    width: 100%;
    max-width: initial;
    transform: translateX(-10%);
  }

  .wholesale .form__title {
    padding-bottom: 30px;
  }
  .wholesale .form form {
    flex-wrap: wrap;
  }
  .wholesale .form__group {
    margin-bottom: 30px;
  }
  .wholesale .form__group:not(:last-child) {
    flex: 0 0 42%;
    margin-right: 0;
  }

  .timer .form {
    margin: 30px auto 0;
  }
  .timer__image .bg {
    transform: translate(-50%, -55%);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sale__sale {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .sale__title {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .sale__subtitle {
    font-size: 28px;
    margin-bottom: 0;
  }

  .using__subtitle {
    font-size: 38px;
  }

  .delivery__content {
    flex-direction: column;
  }
  .delivery__content p {
    font-size: 16px;
  }

  .advantages .pd {
    padding: 0;
  }
  .advantages__item:nth-child(2n+1) {
    text-align: initial;
  }
  .advantages__item__description {
    padding-bottom: 30px;
  }
  .advantages__image {
    height: 350px;
    position: relative;
  }

  .wholesale__title {
    font-size: 25px;
  }
  .wholesale__subtitle {
    font-size: 35px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .wholesale .form form {
    flex-direction: column;
    align-items: center;
  }
  .wholesale .form__group {
    margin-bottom: 30px;
  }
  .wholesale .form__group:not(:last-child) {
    flex: 0 0 42%;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  header .row {
/*    flex-wrap: wrap;
*/  }
  header .logo {
    text-align: center;
  }
  header .nav {
    justify-content: flex-start;
    flex-grow: 0;
  }
  header .menu__header {
    font-size: 18px;
  }
  header .menu__nav li a {
    font-size: 23px;
    line-height: 50px;
  }
  header .menu__contacts a {
    font-size: 23px;
    line-height: 50px;
  }
  header .menu__contacts i {
    font-size: 18px;
  }

  .home__title {
    font-size: 20px;
  }
  .home__subtitle {
    font-size: 20px;
  }
  .home__buy {
    font-size: 20px;
  }
  .home .form {
    padding-top: 30px;
  }
  .home .form__group__title {
    font-size: 16px;
  }
  .home .form__group__title span {
    font-size: 20px;
  }
  .home .form__group__subtitle {
    font-size: 21px;
  }
  .home .form__group input {
    font-size: 16px;
  }
  .home .form__group input:placeholder {
    font-size: inherit;
  }
  .home .form__group button {
    font-size: 14px;
  }

  .sale__sale {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .sale__title {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .sale__subtitle {
    font-size: 28px;
    margin-bottom: 0;
  }
  .sale .item__header__allcount {
    font-size: 14px;
    padding: 10px 5px 10px 10px;
  }
  .sale .item__header__allcount span {
    width: 15px;
    height: 15px;
  }

  .problems__title {
    font-size: 26px;
  }
  .problems__subtitle {
    font-size: 35px;
  }
  .problems .form {
    padding-top: 30px;
  }
  .problems .form__group:not(:last-child) {
    padding-bottom: 30px;
  }
  .problems .form__group__title {
    font-size: 22px;
  }
  .problems .form__group__subtitle {
    font-size: 21px;
  }
  .problems .form__group input {
    font-size: 16px;
  }
  .problems .form__group input:placeholder {
    font-size: inherit;
  }
  .problems .form__group button {
    font-size: 14px;
  }

  .work__title {
    font-size: 30px;
  }
  .work__title span {
    font-size: 35px;
  }

  .timer__akcija {
    font-size: 27px;
  }
  .timer__akcija > span span {
    font-size: 20px;
  }
  .timer__sale {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .timer__title {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .timer__subtitle {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .timer__end {
    font-size: 20px;
  }
  .timer__timer {
    justify-content: center;
  }
  .timer__timer .timer-flipchart-card, .timer__timer .timer-flipchart-inner, .timer__timer .timer-flipchart-face, .timer__timer .timer-flipchart-animate {
    font-size: 45px !important;
  }

  .using__title {
    font-size: 21px;
  }
  .using__subtitle {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .using__example p {
    font-size: 20px;
  }

  .question__title {
    font-size: 21px;
  }
  .question__subtitle {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .question__tab__title {
    padding-left: 25px;
    font-size: 16px;
  }
  .question__tab__title i {
    font-size: 20px;
  }
  .question__tab__description {
    font-size: 16px;
    padding-left: 25px;
  }

  .delivery__title {
    font-size: 25px;
  }
  .delivery__subtitle {
    font-size: 30px;
  }
  .delivery__content {
    font-size: 16px;
  }

  .sertification__title {
    font-size: 25px;
  }
  .sertification__subtitle {
    font-size: 30px;
  }
  .sertification__content {
    font-size: 16px;
  }
  .sertification__image {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sertification__image img:not(.bg) {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .wholesale__title {
    font-size: 22px;
  }
  .wholesale__subtitle {
    font-size: 22px;
  }
  .wholesale .form__group {
    width: 100%;
    max-width: 400px;
  }
  .wholesale .form__group button {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  .wholesale .form__group input {
    font-size: 16px;
  }

  footer {
    font-size: 14px;
  }

  .thanks__title {
    font-size: 45px;
  }
  .thanks__subtitle {
    max-width: 100%;
    font-size: 18px;
    max-width: 320px;
  }

  .modal__container .form__group__title {
    font-size: 23px;
  }
  .modal__container .form__group__subtitle {
    font-size: 31px;
  }
  .modal__container .form__group input {
    font-size: 16px;
  }
  .modal__close {
    font-size: 30px;
  }
}
