@media screen and (max-width: 1300px) {
  .two_col {
    margin: 0 -13px;
  }
  .three_col {
    margin: 0 -13px;
  }
  .four_col {
    margin: 0 -13px;
  }
  .five_col {
    margin: 0 -13px;
  }
  .two_col .col {
    width: calc((100% - 2 * 26px) / 2);
    margin: 0 13px;
  }
  .three_col .col {
    width: calc((100% - 3 * 26px) / 3);
    margin: 0 13px;
  }
  .four_col .col {
    width: calc((100% - 4 * 26px) / 4);
    margin: 0 13px;
  }
  .five_col .col {
    width: calc((100% - 5 * 26px) / 5);
    margin: 0 13px;
  }
  /*--------змінні------------*/
  * {
    --container: 1022px;
  }
  /*--------основні------------*/
  body {
    font-size: 14px;
  }
  /* -------------btn-------------- */
  .btn {
    min-width: 236px;
    height: 57px;
    padding: 0 14px;
  }
  .two-btns .btn {
    width: calc((100% - 26px) / 2);
  }
  /* ----------play-btn---------- */
  .play-btn {
    width: 44px;
    height: 44px;
  }
  /* ---------------title-subtitle-------------- */
  .title {
    font-size: 42px;
  }
  .subtitle {
    margin-top: 16px;
  }
  /* --------------------------------header---------------------------------- */
  .header {
    padding: 35px 0;
  }
  .header.fixed {
    padding: 13px 0;
  }
  .header__logo {
    height: 42px;
    min-width: 148px;
  }
  .header__languages a,
  .header__languages span {
    margin-left: 18px;
  }
  .header__menu-box {
    padding-left: 198px;
  }
  .header-menu__close-btn {
    width: 26px;
    height: 26px;
    left: 86px;
    top: 42px;
  }
  .header__menu-li-number {
    font-size: 14px;
    margin-right: 40px;
    width: 22px;
  }
  .header__menu li a {
    font-size: 21px;
    padding-left: 63px;
  }
  /* ------------menu-burger------------- */
  .menu-burger {
    width: 40px;
    height: 26px;
  }
  .menu-burger span:nth-child(1) {
    width: calc(100% - 4px);
    height: 3px;
  }
  .menu-burger span:nth-child(2) {
    width: calc(100% - 4px);
    height: 2px;
  }
  .menu-burger span:nth-child(3) {
    width: calc(100% - 4px);
    height: 3px;
  }
  .header-menu__close-btn span {
    width: 36px;
  }
  /* -----------socials------------ */
  .socials-li {
    margin: 0 7px;
  }
  .socials-a {
    width: 31px;
    height: 31px;
    font-size: 31px;
    line-height: 31px;
  }

  /* ---------------------first-screen---------------------- */
  .first-screen__container {
    padding-top: 13vh;
  }
  .fs__title {
    font-size: 42px;
    line-height: 51px;
  }
  .fs__title span {
    font-size: 35px;
  }
  .fs-btn {
    margin: 13vh 0 26px;
  }
  .fs__socials {
    right: calc((100vw - var(--container)) / 2);
    bottom: 38px;
  }
  .fs__scroll-btn {
    width: 24px;
    height: 74px;
    bottom: 38px;
  }

  /* ---------------------tabs-------------------- */
  .tabs {
    margin-top: 53px;
  }
  .tab {
    padding: 7px 26px;
  }
  .tab-content__left {
    padding-right: 87px;
  }
  .tab-content-img:nth-child(1) {
    height: 236px;
    margin-bottom: 17px;
  }
  .tab-content-img:nth-child(2) {
    width: calc((100% - 17px) / 2);
    height: 118px;
    margin-right: 17px;
  }
  .tab-content-img:nth-child(3) {
    width: calc((100% - 17px) / 2);
    height: 118px;
  }
  .tab-content__text {
    margin-top: 42px;
  }
  .products {
    padding: 106px 0 14px;
  }

  /* ----------------------what-------------------- */
  .what {
    padding: 256px 0 162px;
  }
  .what__before {
    backdrop-filter: blur(2px);
  }
  .what__title {
    margin-bottom: 44px;
  }
  .what__text {
    max-width: 666px;
    margin-bottom: 26px;
  }
  .what__text p:not(:last-child) {
    margin-bottom: 9px;
  }
  .what__more-title {
    font-size: 21px;
    margin-bottom: 39px;
  }
  /* ------------------sustainability----------------------- */
  .sustainability {
    padding: 166px 0;
  }
  .sustainability__left {
    padding-right: 67px;
  }
  .sustainability__text {
    margin-top: 33px;
  }
  .sustainability__text p:not(:last-child) {
    margin-bottom: 17px;
  }
  .sustainability__right {
    padding-top: 39px;
  }
  .block-video__img {
    height: 285px;
  }
  .video__info-box li:nth-child(1) {
    padding-right: 27px;
  }
  .video__info-box li:nth-child(2) {
    padding-left: 27px;
  }
  .video__info-box-number {
    font-size: 21px;
    margin-right: 13px;
  }
  .video__info-box-text {
    font-size: 14px;
  }
  .video__info-box {
    border-radius: 18px;
    padding: 13px 35px;
  }

  /* --------------------depend--------------------- */
  .depend {
    padding: 204px 0 290px;
  }
  .depend__title {
    margin-bottom: 26px;
  }
  .depend-btn {
    margin-top: 43px;
  }

  /* ------------------production------------------ */
  .production {
    padding: 61px 0 151px;
  }
  .production__left {
    padding-right: 122px;
  }
  .production-img {
    height: 376px;
  }
  .production-img img {
    width: 466px;
    height: 357px;
    right: -122px;
    bottom: 10px;
  }
  .production__title {
    margin-bottom: 42px;
  }
  .production-btn {
    margin-top: 44px;
  }

  /* -------------------news-------------------- */
  .news {
    padding: 58px 0 82px;
  }
  .news__subtitle {
    margin-bottom: 26px;
  }
  .three_col .news__card {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .news__card-img {
    height: 218px;
    margin-bottom: 17px;
  }
  .news__card-title {
    margin-bottom: 17px;
    font-size: 21px;
  }
  .news__card-more-btn {
    margin-top: 22px;
  }
  .news__card-more-btn i {
    margin-left: 8px;
  }

  /* ------------------form----------------- */
  .form {
    padding: 106px 0 110px;
  }
  .form__before {
    backdrop-filter: blur(2px);
  }
  .form__subtitle {
    margin-top: 26px;
    margin-bottom: 31px;
    max-width: 740px;
  }
  .form-input {
    width: calc((100% - 3 * 26px) / 3);
    margin: 13px;
    height: 44px;
  }
  .form-textarea {
    height: 105px;
    margin: 13px 13px 17px;
  }
  .form-input input,
  .form-textarea textarea {
    padding: 12px 22px;
    font-size: 14px;
  }
  .form-checkbox label {
    font-size: 12px;
  }
  .form-button {
    margin: 26px auto 0;
  }
  .form-button input {
    font-size: 14px;
  }
  /* -------------form-checkbox---------------- */
  .form-checkbox label {
    padding-left: 30px;
  }
  .form-checkbox label::before {
    width: 17px;
    height: 17px;
  }

  /* ------------------contacts------------------- */
  .contacts__left {
    width: 437px;
    padding: 185px 114px 156px 0;
  }
  .contacts__box .contacts-list:not(:last-child) {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
  .contacts-list__title {
    font-size: 21px;
    margin-bottom: 17px;
  }
  .contacts-list-li:not(:last-child) {
    margin-bottom: 13px;
  }
  .contacts-list-a i {
    width: 17px;
    height: 20px;
    font-size: 17px;
    margin-right: 11px;
  }
  .contacts__right {
    width: calc((100% - 437px));
  }
  .contacts__map {
    width: calc(100vw - (100vw - var(--container)) / 2 - 437px);
  }

  /* ------------------footer----------------- */
  .footer__top {
    padding: 44px 0;
  }
  .footer__logo {
    width: 148px;
    height: 42px;
    margin-right: 110px;
  }
  .footer__menu {
    margin-right: 110px;
  }
  .footer__bottom {
    padding: 30px 0;
  }

  /* --------------------------------- */
  .breadcrumbs {
    margin-bottom: 26px;
  }
  .breadcrumbs li:not(:last-child) {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1150px) {
  .two_col {
    margin: 0 -11px;
  }
  .three_col {
    margin: 0 -11px;
  }
  .four_col {
    margin: 0 -11px;
  }
  .five_col {
    margin: 0 -11px;
  }
  .two_col .col {
    width: calc((100% - 2 * 22px) / 2);
    margin: 0 11px;
  }
  .three_col .col {
    width: calc((100% - 3 * 22px) / 3);
    margin: 0 11px;
  }
  .four_col .col {
    width: calc((100% - 4 * 22px) / 4);
    margin: 0 11px;
  }
  .five_col .col {
    width: calc((100% - 5 * 22px) / 5);
    margin: 0 11px;
  }
  /*--------змінні------------*/
  * {
    --container: 900px;
  }
  /* ------------btn-------------- */
  .btn {
    min-width: 242px;
    height: 55px;
    padding: 0 12px;
  }
  /* ---------------title-subtitle-------------- */
  .title {
    font-size: 37px;
  }
  .subtitle {
    margin-top: 14px;
  }
  /* --------------------------------header---------------------------------- */
  .header {
    padding: 31px 0;
  }
  .header.fixed {
    padding: 11px 0;
  }
  .header__logo {
    height: 37px;
    min-width: 129px;
  }
  .header__languages a,
  .header__languages span {
    margin-left: 16px;
  }
  .header__menu-box {
    padding-left: 173px;
  }
  .header-menu__close-btn {
    width: 23px;
    height: 23px;
    left: 75px;
    top: 37px;
  }
  .header__menu-li-number {
    margin-right: 35px;
    width: 19px;
  }
  .header__menu li a {
    font-size: 18px;
    padding-left: 55px;
  }
  /* ------------menu-burger------------- */
  .menu-burger span:nth-child(1) {
    width: calc(100% - 4px);
    height: 3px;
  }
  .menu-burger span:nth-child(2) {
    width: calc(100% - 4px);
    height: 2px;
  }
  .menu-burger span:nth-child(3) {
    width: calc(100% - 4px);
    height: 3px;
  }
  .header-menu__close-btn span {
    width: 31px;
  }
  /* -----------socials------------ */
  .socials-li {
    margin: 0 6px;
  }

  /* ---------------------first-screen---------------------- */
  .first-screen__container {
    padding-top: 11vh;
  }
  .fs__title {
    font-size: 37px;
    line-height: 45px;
  }
  .fs__title span {
    font-size: 31px;
  }
  .fs-btn {
    margin: 11vh 0 23px;
  }
  .fs__socials {
    right: calc((100vw - var(--container)) / 2);
    bottom: 33px;
  }
  .fs__scroll-btn {
    width: 21px;
    height: 65px;
    bottom: 33px;
  }

  /* ---------------------tabs-------------------- */
  .tabs {
    margin-top: 46px;
  }
  .tab {
    padding: 6px 23px;
  }
  .tab-content__left {
    padding-right: 30px;
  }
  .tab-content-img:nth-child(1) {
    height: 206px;
    margin-bottom: 15px;
  }
  .tab-content-img:nth-child(2) {
    width: calc((100% - 15px) / 2);
    height: 103px;
    margin-right: 15px;
  }
  .tab-content-img:nth-child(3) {
    width: calc((100% - 15px) / 2);
    height: 103px;
  }
  .tab-content__text {
    margin-top: 37px;
  }
  .products {
    padding: 93px 0 12px;
  }

  /* ----------------------what-------------------- */
  .what {
    padding: 224px 0 141px;
  }
  .what__title {
    margin-bottom: 38px;
  }
  .what__text {
    max-width: 581px;
    margin-bottom: 23px;
  }
  .what__text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .what__more-title {
    font-size: 18px;
    margin-bottom: 34px;
  }
  /* ------------------sustainability----------------------- */
  .sustainability {
    padding: 145px 0;
  }
  .sustainability__left {
    padding-right: 36px;
  }
  .sustainability__text {
    margin-top: 29px;
  }
  .sustainability__text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .sustainability__right {
    padding-top: 34px;
  }
  .block-video__img {
    height: 249px;
  }
  .video__info-box li:nth-child(1) {
    padding-right: 24px;
  }
  .video__info-box li:nth-child(2) {
    padding-left: 24px;
  }
  .video__info-box-number {
    font-size: 18px;
    margin-right: 11px;
  }
  .video__info-box-text {
    font-size: 12px;
  }
  .video__info-box {
    border-radius: 16px;
    padding: 11px 30px;
  }
  /* --------------------depend--------------------- */
  .depend {
    padding: 178px 0 290px;
  }
  .depend__title {
    margin-bottom: 23px;
  }
  .depend-btn {
    margin-top: 38px;
  }

  /* ------------------production------------------ */
  .production {
    padding: 53px 0 132px;
  }
  .production__left {
    padding-right: 107px;
  }
  .production-img {
    height: 328px;
  }
  .production-img img {
    width: 408px;
    height: 312px;
    right: -107px;
    bottom: 9px;
  }
  .production__title {
    margin-bottom: 37px;
  }
  .production-btn {
    margin-top: 38px;
  }

  /* -------------------news-------------------- */
  .news {
    padding: 51px 0 72px;
  }
  .news__subtitle {
    margin-bottom: 23px;
  }
  .three_col .news__card {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .news__card-img {
    height: 191px;
    margin-bottom: 15px;
  }
  .news__card-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .news__card-more-btn {
    margin-top: 19px;
  }
  .news__card-more-btn i {
    margin-left: 6px;
  }

  /* ------------------form----------------- */
  .form {
    padding: 93px 0 96px;
  }
  .form__subtitle {
    margin-top: 23px;
    margin-bottom: 27px;
    max-width: 647px;
  }
  .form-input {
    width: calc((100% - 3 * 22px) / 3);
    margin: 11px;
  }
  .form-textarea {
    margin: 11px 11px 15px;
  }
  .form-input input,
  .form-textarea textarea {
    padding: 14px 19px;
    font-size: 12px;
  }
  .form-button {
    margin: 23px auto 0;
  }
  /* ------------------contacts------------------- */
  .contacts__left {
    width: 381px;
    padding: 161px 100px 136px 0;
  }
  .contacts__box .contacts-list:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
  .contacts-list__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contacts-list-li:not(:last-child) {
    margin-bottom: 11px;
  }
  .contacts__right {
    width: calc((100% - 381px));
  }
  .contacts__map {
    width: calc(100vw - (100vw - var(--container)) / 2 - 381px);
  }

  /* ------------------footer----------------- */
  .footer__top {
    padding: 38px 0;
  }
  .footer__logo {
    width: 130px;
    height: 37px;
    margin-right: 90px;
  }
  .footer__menu {
    margin-right: 90px;
  }
  .footer__bottom {
    padding: 26px 0;
  }
  /* --------------------------------- */
  .breadcrumbs {
    margin-bottom: 23px;
  }
  .breadcrumbs li:not(:last-child) {
    margin-right: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .two_col {
    margin: 0 -8px;
  }
  .three_col {
    margin: 0 -8px;
  }
  .four_col {
    margin: 0 -8px;
  }
  .five_col {
    margin: 0 -8px;
  }
  .two_col .col {
    width: calc((100% - 2 * 16px) / 2);
    margin: 0 8px;
  }
  .three_col .col {
    width: calc((100% - 3 * 16px) / 3);
    margin: 0 8px;
  }
  .four_col .col {
    width: calc((100% - 4 * 16px) / 4);
    margin: 0 8px;
  }
  .five_col .col {
    width: calc((100% - 5 * 16px) / 5);
    margin: 0 8px;
  }
  /*--------змінні------------*/
  * {
    --container: 786px;
  }
  body {
    font-size: 12px;
  }
  /* ------------btn-------------- */
  .btn {
    min-width: 211px;
    height: 48px;
    padding: 0 10px;
  }
  /* ---------------title-subtitle-------------- */
  .title {
    font-size: 32px;
    line-height: 125%;
  }
  .subtitle {
    margin-top: 12px;
  }
  /* --------------------------------header---------------------------------- */
  .header {
    padding: 27px 0;
  }
  .header.fixed {
    padding: 10px 0;
  }
  .header__logo {
    height: 32px;
    min-width: 113px;
  }
  .header__languages a,
  .header__languages span {
    margin-left: 14px;
  }
  .header__menu-box {
    padding-left: 151px;
  }
  .header-menu__close-btn {
    width: 20px;
    height: 20px;
    left: 66px;
    top: 32px;
  }
  .header__menu-li-number {
    margin-right: 31px;
    width: 17px;
  }
  .header__menu li a {
    font-size: 16px;
    padding-left: 48px;
  }
  /* ------------menu-burger------------- */
  .menu-burger span:nth-child(1) {
    height: 3px;
  }
  .menu-burger span:nth-child(2) {
    height: 2px;
  }
  .menu-burger span:nth-child(3) {
    height: 3px;
  }
  .header-menu__close-btn span {
    width: 27px;
  }
  /* -----------socials------------ */
  .socials-li {
    margin: 0 5px;
  }

  /* ---------------------first-screen---------------------- */
  .first-screen__container {
    padding-top: 10vh;
  }
  .fs__title {
    font-size: 32px;
    line-height: 39px;
  }
  .fs__title span {
    font-size: 27px;
  }
  .fs-btn {
    margin: 10vh 0 20px;
  }
  .fs__socials {
    bottom: 29px;
  }
  .fs__scroll-btn {
    width: 18px;
    height: 57px;
    bottom: 29px;
  }

  /* ---------------------tabs-------------------- */
  .tabs {
    margin-top: 40px;
  }
  .tab {
    padding: 5px 20px;
  }
  .tab-content__left {
    padding-right: 26px;
  }
  .tab-content-img:nth-child(1) {
    height: 180px;
    margin-bottom: 13px;
  }
  .tab-content-img:nth-child(2) {
    height: 90px;
    margin-right: 13px;
  }
  .tab-content-img:nth-child(3) {
    height: 90px;
  }
  .tab-content__text {
    margin-top: 32px;
  }
  .products {
    padding: 81px 0 10px;
  }

  /* ----------------------what-------------------- */
  .what {
    padding: 196px 0 123px;
  }
  .what__title {
    margin-bottom: 33px;
  }
  .what__text {
    max-width: 507px;
    margin-bottom: 20px;
  }
  .what__text p:not(:last-child) {
    margin-bottom: 7px;
  }
  .what__more-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* ------------------sustainability----------------------- */
  .sustainability {
    padding: 127px 0;
  }
  .sustainability__left {
    padding-right: 0;
  }
  .sustainability__text {
    margin-top: 25px;
  }
  .sustainability__text p:not(:last-child) {
    margin-bottom: 13px;
  }
  .sustainability__right {
    padding-top: 30px;
  }
  .block-video__img {
    height: 218px;
  }
  .video__info-box li:nth-child(1) {
    padding-right: 21px;
  }
  .video__info-box li:nth-child(2) {
    padding-left: 21px;
  }
  .video__info-box-number {
    font-size: 16px;
    margin-right: 10px;
  }
  .video__info-box-text {
    font-size: 11px;
  }
  .video__info-box {
    border-radius: 14px;
    padding: 10px 26px;
  }
  /* --------------------depend--------------------- */
  .depend {
    padding: 156px 0 253px;
  }
  .depend__title {
    margin-bottom: 20px;
  }
  .depend-btn {
    margin-top: 33px;
  }

  /* ------------------production------------------ */
  .production {
    padding: 46px 0 115px;
  }
  .production__left {
    padding-right: 93px;
  }
  .production-img {
    height: 287px;
  }
  .production-img img {
    width: 356px;
    height: 272px;
    right: -93px;
    bottom: 8px;
  }
  .production__title {
    margin-bottom: 32px;
  }
  .production-btn {
    margin-top: 33px;
  }

  /* -------------------news-------------------- */
  .news {
    padding: 45px 0 63px;
  }
  .news__subtitle {
    margin-bottom: 20px;
  }
  .three_col .news__card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news__card-img {
    height: 167px;
    margin-bottom: 13px;
  }
  .news__card-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .news__card-more-btn {
    margin-top: 16px;
    font-size: 12px;
  }
  .news__card-more-btn i {
    font-size: 10px;
    margin-left: 5px;
  }

  /* ------------------form----------------- */
  .form {
    padding: 81px 0 84px;
  }
  .form__subtitle {
    margin-top: 20px;
    margin-bottom: 24px;
    max-width: 565px;
  }
  .form-input {
    width: calc((100% - 3 * 16px) / 3);
    margin: 8px;
  }
  .form-textarea {
    margin: 10px 10px 13px;
  }
  .form-input input,
  .form-textarea textarea {
    padding: 12px 17px;
    font-size: 11px;
  }
  .form-button {
    margin: 20px auto;
  }
}
@media screen and (max-width: 850px) {
  .w-mob-100{
    width: 100% !important;
  }
  * {
    --container: calc(100vw - 32px);
  }
  body {
    line-height: 166.667%;
  }
  .header {
    padding: 23px 0;
  }
  .menu-burger span:nth-child(1) {
    height: 2px;
  }
  .menu-burger span:nth-child(2) {
    height: 2px;
  }
  .menu-burger span:nth-child(3) {
    height: 2px;
  }
  .header-mob__socials.socials {
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 69px;
  }
  .header__logo {
    height: 21px;
  }
  .header__languages a,
  .header__languages span {
    margin-left: 8px;
  }
  .first-screen::before {
    background-size: cover;
  }
  .first-screen::after {
    background-size: cover;
  }
  .fs__title {
    line-height: 40px;
  }
  .fs__title span {
    font-size: 24px;
    line-height: 32px;
  }
  .fs-btn {
    margin: 64px;
  }
  .btn {
    min-width: 242px;
    height: 55px;
    font-size: 14px;
  }
  .fs__scroll-btn {
    width: 28px;
    height: 78px;
    bottom: 46px;
  }
  .fs__socials {
    display: none;
  }
  .header-menu__close-btn {
    width: 25px;
    height: 25px;
    left: 19px;
    top: 24px;
  }
  .header__menu-li-number {
    margin-right: 16px;
    width: 19px;
    font-size: 12px;
  }
  .header__menu li a {
    padding-left: 35px;
  }
  .header__menu-box {
    padding-left: 35px;
  }
  .header-menu__close-btn span:nth-child(1) {
    height: 2px;
  }
  .header-menu__close-btn span {
    height: 1px;
  }
  .tab-content__cols.two_col {
    margin: 0;
    flex-wrap: wrap-reverse;
  }
  .tab-content__cols.two_col .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tab-content-img:nth-child(1) {
    height: 52vw;
    margin-bottom: 16px;
  }
  .tab-content-img:nth-child(2) {
    height: 27vw;
    margin-right: 16px;
  }
  .tab-content-img:nth-child(3) {
    height: 27vw;
  }
  .tabs {
    flex-wrap: wrap;
    margin: 16px -8px;
  }
  .tab {
    height: 30px;
    width: calc((100% - 2 * 16px) / 2);
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 8px;
    border-radius: 7px;
  }
  .tab-content__text {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .view__service-btn {
    margin-top: 30px;
    margin: 0 auto 30px;
  }
  .tab-content-img:nth-child(2) {
    width: calc((100% - 16px) / 2);
  }
  .tab-content-img:nth-child(3) {
    width: calc((100% - 16px) / 2);
  }
  .tab[data-target='content-packaging-for-transportation'] {
    width: calc(100% - 16px);
    order: 3;
  }
  .tab[data-target='content-pulp'] {
    order: 2;
  }
  .tab[data-target='content-paper'] {
    order: 1;
  }
  .tab[data-target='content-containerboard'] {
    order: 4;
  }
  .tab[data-target='content-trays'] {
    order: 5;
  }
  .white-top-after::after {
    background-size: contain;
  }
  .what {
    padding: 166px 0 72px;
  }
  .products {
    padding: 18px 0;
  }
  .what {
    min-height: max-content;
  }
  .sustainability {
    padding: 64px 0;
  }
  .video__info-box-text {
    font-size: 10px;
    line-height: 18px;
  }
  .video__info-box-number {
    margin-right: 8px;
  }
  .video__info-box {
    border-radius: 10px;
    padding: 8px 16px;
  }
  .block-video__img {
    height: 186px;
  }
  .sustainability__right {
    padding-top: 26px;
  }
  .sustainability__container.two_col {
    margin: 0;
  }
  .sustainability__left.col {
    width: 100%;
    margin: 0px 0 32px;
  }
  .sustainability__right.col {
    width: 100%;
    margin: 0;
  }
  .video__info-box li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .depend {
    padding: 113px 0 201px;
    min-height: max-content;
  }
  .depend__title {
    margin-bottom: 16px;
  }
  .depend-btn {
    margin-top: 32px;
  }
  .white-bottom-after::after {
    background-size: cover;
  }
  .depend__subtitle {
    font-size: 16px;
    line-height: 25px;
  }
  .depend__title br {
    display: none;
  }
  .production {
    padding: 32px 0;
  }
  .production-img {
    height: calc(100vw - 2 * 16px - 24vw);
    width: calc(100vw - 2 * 16px - 24vw);
  }
  .production-img img {
    width: calc(100vw - 2 * 16px - 20px);
    height: calc(100vw - 2 * 16px - 24vw - 5px);
    right: auto;
    left: 21px;
    bottom: 2px;
    object-position: right;
  }
  .production-btn {
    margin: 32px auto 0;
  }
  .production__title {
    margin-bottom: 24px;
  }
  .production__container.two_col {
    margin: 0;
    flex-wrap: wrap;
  }
  .production__left.col {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .production__right.col {
    width: 100%;
    margin: 0;
  }
  .production__text {
    margin-top: 24px;
  }
  .mob-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .news__subtitle {
    margin: 8px 0 24px;
  }
  .news__card-img {
    height: 222px;
    margin-bottom: 16px;
  }
  .news__card-more-btn {
    margin-top: 8px;
  }
  .news__card-more-btn i {
    margin-left: 25px;
  }
  .news {
    padding: 32px 0 40px;
  }
  .news__cards.three_col {
    margin: 0;
  }
  .news__card.col {
    margin: 0 0 24px;
    width: 100%;
  }
  .form {
    padding: 64px 0;
  }
  .form__subtitle {
    margin-top: 8px;
    margin-bottom: 28px;
    max-width: 100%;
  }
  .form-input {
    width: 100%;
    margin: 4px 0;
    height: 50px;
  }
  .form-textarea {
    margin: 4px 0;
  }
  .form-button {
    margin: 32px auto 0;
  }
  .form__container {
    padding: 0;
  }
  .form__box {
    margin: 0;
  }
  .form-checkbox {
    margin: 12px 0 0;
  }
  .contacts__left {
    width: 100%;
    padding: 64px 0 98px;
  }
  .contacts__container {
    flex-wrap: wrap;
  }
  .contacts__map-mob {
    width: 100%;
    height: 328px;
  }
  .contacts__map-mob iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
  }
  .contacts__title {
    margin-bottom: 24px;
  }
  .contacts__box .contacts-list:not(:last-child) {
    border-bottom: none;
  }
  .contacts-list__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contacts-list-li:not(:last-child) {
    margin-bottom: 16px;
  }
  .contacts-list-a i {
    width: 18px;
    font-size: 18px;
  }
  .contacts__map-mob {
    margin-top: 24px;
  }
  .contacts-list-li {
    font-size: 14px;
  }
  .contacts__box .contacts-list:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer__top {
    padding: 64px 0 24px;
  }
  .footer__bottom {
    background: transparent;
  }
  .footer__top-container {
    flex-direction: column;
  }
  .footer__bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright {
    line-height: 22px;
    margin-bottom: 32px;
  }
  .footer__designed {
    line-height: 22px;
  }
  .footer__socials {
    margin: 24px -8px 0;
  }
  .footer__socials-li {
    margin: 0 10px;
  }
  .footer__logo {
    width: 74px;
    height: 21px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .footer__menu {
    margin-right: 0;
    line-height: 12px;
    padding: 4px 0;
  }
  .footer__menu li:not(:last-child) {
    margin-bottom: 0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
  }
  .contacts2__box .contacts-list:not(:last-child) {
    margin-bottom: 24px;
  }
}
