@media (max-width: 1200px) {
  .edge__block {
    justify-content: center;
    column-gap: 10px;
  }

  .application .wrapper {
    gap: 60px;
  }

  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer__upper_item {
    margin-right: 40px;
  }
}

@media (max-width: 1150px) {
  .application .wrapper {
    gap: 20px;
  }

  .store__head {
    gap: 16px;
    justify-content: space-between;
  }

  .store__head a {
    font-size: 18px;
  }

  .last__news_item {
    width: calc(100% / 2);
  }
}

@media (max-width: 1100px) {
  .po__block {
    gap: 45px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .section-title {
    padding-left: 60px;
  }

  .owl-nav {
    right: 100px;
  }

  .application__left {
    display: none;
  }

  .application {
    padding-left: 60px;
    padding-right: 60px;
  }

  .store .right__block {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .store .news__title {
    font-size: 32px;
  }
}

@media (max-width: 1050px) {
  .promo__subtitle br {
    display: none;
  }

  .promo__subtitle {
    width: 380px;
  }

  .free__title {
    font-size: 32px;
  }

  .free__block {
    gap: 80px;
  }

  .store__head {
    width: 100%;
  }

  .store__head a {
    font-size: 16px;
  }

  .store__title {
    display: block;
    width: 85%;
  }

  .store__item {
    flex-wrap: wrap;
    row-gap: 50px;
  }

  h1.agree__title {
    font-size: 32px;
  }

  .contacts__block {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .promo__right {
    display: none;
  }

  .promo__right_blanket {
    display: block;
    position: relative;
  }

  .promo .wrapper {
    align-items: center;
  }

  .promo__right_blanket img:nth-child(2) {
    position: absolute;
    top: 175px;
    left: -38px;
  }

  .promo,
  .excellence,
  .store,
  .review,
  .agree,
  .contacts {
    padding-left: 60px;
    padding-right: 60px;
  }

  .po__block {
    gap: 45px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title {
    font-size: 32px;
  }

  .owl-nav {
    right: 50px;
  }

  .free__block {
    gap: 32px;
  }

  .free__right {
    display: none;
  }

  .free__right_blanket {
    display: block;
  }

  .footer__upper_item {
    margin-right: 40px;
  }

  .right__bottom .nav__item a {
    font-size: 20px;
  }

  .store__title {
    width: 80%;
  }

  .review__video {
    width: 100%;
    height: 474px;
  }

  .review__title br {
    display: none;
  }

  .review__title {
    font-size: 30px;
  }

  .last__news {
    padding-left: 60px;
    padding-right: 60px;
  }

  .last__news h1 {
    font-size: 32px;
  }

  .last__news_block picture.item__left img {
    width: 324px;
  }

  .agree__text {
    width: 100%;
  }

  .links {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .content__item {
    width: auto;
  }

}

@media (max-width: 800px) {
  .header__nav {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav__left {
    display: none;
  }

  .logo__mobile {
    display: block;
    margin-right: 157px;
  }

  .products {
    padding-left: 60px;
    padding-right: 60px;
  }

  .right__bottom {
    gap: 20px;
    flex-wrap: wrap;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .promo__left {
    margin-top: 0px;
  }

  .promo__links {
    padding-bottom: 40px;
  }

  .free__text {
    font-size: 16px;
  }

  .promo__title {
    font-size: 32px;
  }

  .promo__subtitle {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .promo__right_blanket {
    margin-bottom: 36px;
  }

  .excellence {
    padding-top: 0;
  }

  .excellence__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }

  ul.excellence__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 44px;
  }

  .products__title {
    font-size: 32px;
  }

  .po__title {
    font-size: 32px;
  }

  .partners-section .owl-nav {
    top: -50px;
    right: 355px;
  }

  .products__block .owl-prev i,
  .products__block .owl-next i {
    font-size: 35px !important;
    color: #333;
  }

  .products .owl-carousel.owl-loaded {
    margin-bottom: 40px;
  }

  .products__block .owl-nav {
    gap: 15px;
    top: calc(100% + 15px);
    left: calc(100% / 2 - 85px / 2);
  }

  .partners-section {
    padding: 40px 0;
  }

  .partners-carousel .owl-prev i,
  .partners-carousel .owl-next i {
    font-size: 35px !important;
  }

  .partners-carousel .owl-nav {
    top: -62px;
    right: 350px;
  }

  label {
    top: 0;
  }

  .free {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form__checkbox_policy {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .form__submit {
    position: unset;
    bottom: none;
    left: 0;
  }

  .ntpc .wrapper {
    flex-direction: column;
  }

  .ntpc .wrapper h4 {
    width: 100%;
  }

  .ntpc {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
  }

  .ntpc__logo {
    display: none;
  }

  .ntpc__logo_blanket {
    display: block;
  }

  .edge .wrapper h4 {
    font-size: 30px;
    text-align: left;
  }

  .edge__item {
    width: 324px;
  }

  .edge {
    padding-left: 60px;
    padding-right: 60px;
  }

  .application__title {
    font-size: 32px;
  }

  .footer__upper_item {
    margin-right: 30px;
  }

  .footer__bottom {
    margin-top: 24px;
  }

  .footer__policy {
    flex-direction: column;
    gap: 10px;
  }

  .news {
    padding: 40px 60px;
  }

  .news__title {
    margin-top: 0;
    font-size: 32px;
  }

  .right__block {
    display: none;
  }

  .news .item__left {
    min-width: 324px;
    width: 324px;
    height: 212px;
  }

  .news__item {
    width: 100%;
  }

  .block__item {
    /* width: calc(100% / 2 - 14px); */
    width: 100%;
  }

  .store .left__block {
    width: 60%;
  }

  .store .right__block a:nth-child(1) {
    width: 123px;
  }

  .store .right__block {
    align-items: flex-end;
  }

  .store__title {
    width: 78%;
  }

  .store .title__btn {
    width: 204px;
    padding: 4px 12px;
    font-size: 14px;
  }

  .store__item {
    justify-content: flex-end;
    gap: 13px;
  }

  .review .wrapper {
    gap: 24px;
  }

  .last__news_item .item__right_title {
    height: 120px;
  }

  .last__news h1 {
    font-size: 24px;
  }

  h1.news__title {
    font-size: 32px;
  }

  h1.news__title br {
    display: none;
    ;
  }

  .block__text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .description__text {
    width: 100%;
  }

  .description {
    padding-left: 60px;
    padding-right: 60px;
  }

  .last__news_block {
    gap: 12px;
  }
}

@media (max-width: 778px) {
  .edge__item {
    border: none;
    padding: 0;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .store__head {
    border: none;
    flex-direction: column;
    align-items: start;
  }

  .store__note {
    display: block;
    margin-top: 120px;
  }

  .store__head a {
    width: 348px;
    text-align: left;
  }

  .store__title {
    width: 75%;
  }

  .last__news_block picture.item__left {
    width: 100%;
  }

  .last__news_block picture.item__left img {
    width: 100%;
  }

  .last__news_item {
    width: calc(100% / 2 - 12px);
  }
}

@media (max-width: 750px) {
  .promo__right_blanket {
    display: none;
  }

  .promo__subtitle {
    width: 100%;
  }

  .po__right {
    display: none;
  }

  .po__block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .po__title {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }

  .partners-section .owl-nav {
    top: -40px;
    right: 90px;
  }

  .edge {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__upper_list {
    display: flex;
    flex-direction: column;
  }

  .right__bottom {
    gap: 12px;
  }

  .logo__mobile {
    margin-right: 115px;
  }
}

@media (max-width: 700px) {
  .right__bottom .nav__item a {
    font-size: 16px;
  }

  .logo__mobile {
    margin-right: 41px;
  }

  .right__top a {
    font-size: 16px;
  }

  .products,
  .description {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products__text h3 {
    font-size: 18px;
  }

  .products__text span {
    font-size: 12px;
  }

  .products__text span {
    height: 40px;
  }

  .store,
  .last__news {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 680px) {
  .right__bottom {
    gap: 12px;
  }

  .right__bottom .nav__item {
    padding: 0;
    flex-wrap: wrap;
  }

  .right__bottom .nav__item a {
    font-size: 18px;
  }

  .free {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title {
    padding-left: 16px;
  }

  .edge__item_subtitle {
    font-size: 14px;
    padding: 0 5px;
  }

  .edge__item {
    width: 250px;
  }

  .store__block {
    display: none;
  }

  .store__block_mobile {
    display: block;
  }

  .store__title {
    width: auto;
  }

  .store__item div {
    display: flex;
    align-items: center;
  }

  .store__item {
    flex-direction: column;
    align-items: flex-end;
  }

  .contacts__img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .right__bottom .nav__item a {
    font-size: 14px;
  }

  .right__top a {
    font-size: 16px;
  }

  .header__nav {
    padding-left: 12px;
    padding-right: 12px;
  }

  .excellence {
    padding-left: 16px;
    padding-right: 16px;
  }

  ul.excellence__list {
    margin-left: 0;
  }

  .excellence__title {
    text-align: left;
  }

  .free__right_blanket {
    display: none;
  }

  .ntpc {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
  }

  .footer,
  .agree,
  .contacts {
    padding-left: 16px;
    padding-right: 16px;
  }

  .right__bottom .nav__item a {
    font-size: 12px;
  }

  .right__top a {
    font-size: 12px;
  }

  .store .title__block {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .store .right__block {
    flex-direction: row;
  }

  .review__video {
    width: 100%;
    height: 320px;
  }

  .review__title {
    font-size: 24px;
  }

  .last__news_item .item__right_title {
    height: 150px;
  }

  .item__right_title {
    font-size: 20px;
  }

  .news__img {
    padding-left: 0;
    width: 100%;
  }

  .news__img img {
    width: 100%;
  }

}

@media (max-width: 550px) {
  .promo__links {
    gap: 10px;
  }

  .promo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products__title,
  .products__sub {
    padding-left: 16px;
    padding-right: 16px;
  }

  .edge__item {
    width: 200px;
  }

  .footer__upper {
    flex-direction: column;
  }

  .footer__upper_item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .content__item div:nth-child(1) {
    width: 170px;
    font-size: 16px;
  }

  .content__item div:nth-child(2) {
    font-size: 16px;
  }

  .block__content {
    width: 100%;
  }

  .links a {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .header__nav {
    margin-bottom: 20px;
  }

  .material-symbols-outlined {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .products__text h3 {
    font-size: 18px;
  }

  .products__text span {
    font-size: 12px;
  }

  .po__btn {
    margin-top: 24px;
  }

  .po {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-title {
    padding-left: 16px;
  }

  .partners-section .owl-nav {
    top: -50px;
    right: 10px;
  }

  .free {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .last__news_block picture.item__left {
    display: none;
  }

  .last__news_block picture.item__left_mobile {
    display: block;
  }

  .last__news_block .last__news_item:nth-child(9) {
    display: none;
  }

  h1.news__title {
    font-size: 26px;
  }

  .block__title br {
    display: none;
  }

  .block__title {
    font-size: 18px;
  }

  .news-p {
    font-size: 16px;
  }

  .tegs {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
  }

  .tegs a {
    text-align: left;
  }
}

@media (max-width: 450px) {
  .right__top a {
    font-size: 12px;
  }

  .right__bottom {
    gap: 10px;
    justify-content: space-between;
  }

  .right__bottom .nav__item:last-child {
    width: 100%;
  }

  .right__bottom .nav__item:last-child a {
    width: 100%;
  }

  .logo__mobile {
    margin-right: 26px;
  }

  .nav__right {
    gap: 20px;
  }

  .promo__links a {
    font-size: 16px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .products__title,
  .products__sub {
    padding-left: 0;
    padding-right: 0;
  }

  .products {
    padding-left: 16px;
    padding-right: 16px;
  }

  .edge__item {
    width: 160px;
  }

  .edge__block {
    column-gap: 16px;
    row-gap: 16px;
  }

  .edge .wrapper h4 {
    text-align: left;
  }

  .edge {
    padding-bottom: 32px;
  }

  .upper__list_title {
    display: block;
    margin-top: 0;
  }

  .footer__upper_list {
    margin-top: 10px;
  }

  .footer__upper_item {
    flex-wrap: wrap;
  }

  .content__item {
    gap: 0;
  }

  .content__item div {
    min-width: 50%;
  }

  .footer__upper_contacts {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn__footer {
    margin-top: 10px;
  }

  .footer__upper_item a img {
    width: 117px;
  }

  .policy__docs {
    gap: 10px;
    flex-direction: column;
  }

  .form__form input {
    width: 100%;
  }

  .form__model select {
    width: 100%;
  }

  .form__form {
    width: 100%;
  }

  form {
    gap: 12px;
    margin-top: 24px;
  }

  .application__subttile {
    margin-top: 10px;
  }

  .form__checkbox_policy label {
    font-size: 11px;
    width: auto;
    top: 0;
  }

  .form__checkbox_policy label {
    width: auto;
  }

  .application {
    background: url(..//images/index__form3.png) center / cover no-repeat;
    padding: 32px 16px;
  }

  .news {
    padding: 32px 16px;
  }

  .news__item {
    flex-wrap: wrap;
  }

  .news .item__left,
  .news .item__right {
    width: 100%;
  }

  .item__right_subtitle {
    margin-bottom: 12px;
    height: auto;
  }

  .logo__mobile {
    margin-right: 8px;
  }

  .products {
    padding-top: 0;
  }

  .products__text h3 {
    line-height: 140%;
  }

  .products__text span {
    text-align: left;
  }

  .block__item {
    align-items: flex-start;
  }

  .products__text span {
    height: auto;
  }

  .store .left__block {
    width: 100%;
  }

  .store .right__block {
    gap: 11px;
  }

  .store .title__btn {
    font-size: 16px;
  }

  .store__item div:nth-child(3) {
    gap: 40px;
  }

  .store__item div:nth-child(2) {
    margin-left: 37px;
  }

  .store .title__btn {
    font-size: 14px;
  }

  .last__news_block {
    margin-top: 20px;
  }

  .last__news_item .item__right_title {
    height: 130px;
    font-size: 17px;
  }

  .last__news_block picture.item__left_mobile,
  .last__news_block picture.item__left_mobile img {
    width: 100%;
  }

  .last__news_item .item__right_subtitle {
    height: 20px;
  }

  .news {
    padding-top: 20px;
  }

  .news__tegs {
    margin: 0;
    margin-top: 20px;
  }

  .store {
    margin-top: 30px;
  }

  .store__item {
    padding: 20px 0;
  }

  .review {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products__block {
    margin-top: 20px;
  }
}