@media (min-width: 576px) {
  /* ** container ** */
  .container,
  .container--fluid {
    padding: 0 20px;
  }
  /* // container // */

  /* ** main ** */
  .main::before {
    border-radius: 0 0 22px 22px;
    top: -2px;
  }
  /* // main // */

  /* ** pagination ** */
  .pagination {
    justify-content: flex-start;
  }
  .pagination__list-item {
    border-radius: 12px;
  }
  .pagination__list-item,
  .pagination__btn-icon {
    width: 40px;
    height: 40px;
  }
  /* // pagination // */

  /* ** section ** */
  .section-title {
    font-size: 18px;
  }
  .section-trust .container .section__header {
    padding: 0 20px;
  }
  .section-product {
    padding: 0 0 100px 0;
  }
  .section__header.section__header--company {
    flex-direction: row;
    align-items: center;
  }
  .section-slider {
    padding: 16px 0 14px 0;
  }
  .container.chapter .chapter__top,
  .container.chapter .chapter__card,
  .container.chapter .chapter__content--left,
  /*.container.chapter .section-calculateestimate,*/
  .container.chapter .categories {
    padding: 0 20px;
  }
  .section.section-favourites {
    padding: 90px 0;
  }
  /* // section // */

  /* ** link-plashka ** */
  .link-plashka--mobile {
    display: block;
  }
  /* // link-plashka // */

  /* ** header ** */
  /* .header__intro, */
  .header.header--additional .header__intro {
    padding: 20px 0 2px 0;
  }
  .header__info-btn {
    padding: 0 0 0 14px;
  }
  .header__intro-logo {
    display: none;
  }
  .header__intro-bottom-local.header__local-mobile {
    font-size: 16px;
    margin: 10px 20px 0 0;
  }
  .header__intro-form {
    height: 54px;
  }
  .header__intro-form-input {
    padding: 13px 35px 13px 50px;
  }
  .header__intro-form-icon {
    left: 18px;
    top: 18px;
  }
  /* ** header.header--additional ** */
  .header.header--additional .header__local-mobile {
    width: 90%;
  }
  /* // header.header--additional // */

  /* ** header--categories ** */
  .header.header--categories .header__intro-top {
    padding: 0;
  }
  /* // header--categories // */

  /* ** header--search ** */
  .header__search-heading {
    margin: 0 0 32px 0;
  }
  .header__search-heading-title {
    max-width: 100%;
  }
  .header__search-heading-text {
    font-size: 18px;
  }
  .header__search__content-info {
    display: flex;
    padding: 0 0 24px 0;
    overflow-x: auto;
  }
  .header__search__content-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 500px;
  }
  .header__search__content-info-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 5px 15px;
    background: linear-gradient(
      268deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.03) 102.11%
    );
    position: relative;
    white-space: nowrap;
  }
  .header__search__content-info-link.header__search__content-info-link-mainnone,
  .header__search__content-info-link.header__search__content-info-link-favouritesShow {
    display: none;
  }
  .header__search__content-info-link-iconArrow,
  .header__search__content-info-link-iconPlus {
    padding-right: 34px;
  }
  .header__search__content-info-link-iconArrow::after,
  .header__search__content-info-link-iconPlus::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 1;
    transform: translateY(-50%);
  }
  .header__search__content-info-link-iconArrow::after {
    width: 10px;
    height: 10px;
    background: url(../images/icon/icon-header-arrowLink.svg) no-repeat;
  }
  .header__search__content-info-link-iconPlus::after {
    width: 14px;
    height: 12px;
    background: url(../images/icon/icon-header-plusLink.svg) no-repeat;
  }
  .header__search__content-info-link-iconFavourites {
    padding-left: 27px;
  }
  .header__search__content-info-link-iconFavourites::before {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 9px;
    z-index: 1;
    transform: translateY(-50%);
    background: url(../images/icon/icon-header-favouritesLink.svg) no-repeat;
  }
  /* // header--search // */
  /* // header // */

  /* ** results form mobile ** */
  .header__intro-top.header__intro-form--active {
    right: 20px;
  }
  /* // results form mobile // */

  /* ** slider ** */
  .slide__content-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .slide__content-item:nth-child(2) {
    display: block;
  }
  /* // slider // */

  /* ** cards ** */
  .section-cards .container .cards__wrap {
    padding: 0 20px;
  }
  .cards__col.cards__decor--decor::after {
    left: -67px;
  }
  .cards__tag {
    max-width: 187px;
  }
  .cards__content-decor-dots-10 {
    background: url(../images/cards/cards-decor-dots-10.svg) 195px 68px
      no-repeat;
  }
  .cards__content-decor-dots-11 {
    background: url(../images/cards/cards-decor-dots-11.svg) 176px 68px
      no-repeat;
  }
  /* // cards // */

  /* ** product ** */
  .product,
  .product.categories__cards {
    grid-template-columns: repeat(3, minmax(138px, 258px));
  }
  .product__content-title {
    font-size: 14px;
  }
  .product__price.ordering::after {
    width: 14px;
    height: 14px;
    top: 2px;
    background: url(../images/icon/icon-ordering.svg) 0px 0px / 14px 14px
      no-repeat;
  }
  /* // product // */

  /* ** services ** */
  /*.services__raffle {*/
  /*  padding: 12px 14px 12px 14px;*/
  /*  background: var(--white-background)*/
  /*    url(../images/services/services-raffle.png) 208px -6% / 746px 269px no-repeat;*/
  /*}*/
  /*.services__raffle-header--panel-bg {*/
  /*  font-size: 16px;*/
  /*}*/
  .services__investment::before {
    width: 142px;
    height: 64px;
    background-size: 142px 64px ;
  }
  .services__card-desc br {
    display: none;
  }
  /* // services // */

  /* ** consultation ** */
  .consultation__form-btn {
    max-width: 222px;
  }
  .block__btn {
    max-width: 310px;
  }
  /* // consultation // */

  /* ** company ** */
  .company {
    background: url(../images/company/company-decor-plus.svg) 91% 97% / 20px
        20px no-repeat,
      url(../images/company/company-decor-dots-blue.svg) 78% 99% / 17px 24px
        no-repeat,
      url(../images/company/company-decor-line-left.svg) left 19px / 850px 2px
        no-repeat,
      url(../images/company/company-decor-line-right.svg) right 19px / 850px 2px
        no-repeat;
  }
  /* // company // */

  /* ** geodeliveries ** */
  .geodeliveries__content-desc {
    max-width: 320px;
  }
  /* // geodeliveries // */

  /* ** plashkasale ** */
  .plashkasale {
    grid-template-columns: minmax(20px, 1fr) minmax(235px, 235px) minmax(20px, 1fr);
  }
  .plashkasale::before {
    width: 122px;
    height: 62px;
    background: url(../images/plashkasale-left-576.png) 0px 0px / 122px 62px no-repeat;
  }
  .plashkasale::after {
    width: 131px;
    height: 62px;
    background: url(../images/plashkasale-right-576.png) 0px 0px / 131px 62px no-repeat;
  }
  .plashkasale__item {
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #f5f5f5;
  }
  .plashkasale__item.plashkasale__item-percent::after {
    content: '%';
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    bottom: 3px;
    right: -16px;
  }
  .plashkasale__item.plashkasale__item-two {
    display: block;
    transform: rotate(-6.41deg) translate(52px, 8px);
  }
  .plashkasale__item.plashkasale__item-four {
    display: block;
    transform: rotate(-3.33deg) translate(-58px, -1px);
  }

  /* // plashkasale // */

  /* ** application** */
  .application__app {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .application__app-link {
    width: 139px;
    height: 48px;
  }
  /* // application // */

  /* ** chapter ** */
  /* ** chapter__card ** */
  .chapter__card {
    margin: 18px 0 50px 0;
  }
  .chapter__card--item {
    width: calc((100% / 3) - 15px);
  }
  /* // chapter__card // */
  /* ** chapter__content-right ** */
  .chapter__content-right {
    gap: 26px;
    padding: 0 20px;
  }
  .chapter__content-item {
    max-width: 320px;
    flex: 0 0 320px;
  }
  /* // chapter__content-right // */
  /* // chapter // */

  /* ** categories ** */
  .container.chapter .categories__wrapper {
    padding: 0 20px 44px 20px;
    margin: 0 0 32px 0;
  }
  .categories__wrapper.bascet__wrapper {
    padding-top: 0;
  }
  .chapter__top.categories__top {
    margin: 0;
  }
  /* ** categories__content Пагинация ** */
  .categories__content-footer {
    margin: 42px 0 0 0;
  }
  /* // categories__content Пагинация // */
  /* ** begin Добавления/Удаления товара ** */
  .categories__current-buttons {
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
  }
  .categories__current-button--btn-delete {
    position: static;
  }
  /* // begin Добавления/Удаления товара // */
  /* // categories // */

  /* ** calculateestimate ** */
  .calculateestimate {
    gap: 24px;
  }
  .calculateestimate .calculateestimate__btn {
    max-width: 124px;
    height: 34px;
    line-height: 14px;
  }
  .calculateestimate__block.calculateestimate-img1::after {
    background-size: 288px 249px;
    right: -227px;
  }
  .calculateestimate__block.calculateestimate-img2::after {
    background-size: 232px 226px;
    top: -40px;
    right: -176px;
  }
  .calculateestimate__block.calculateestimate-img3::after {
    background-size: 207px 235px;
    top: -16px;
    right: -124px;
  }
  /* // calculateestimate // */

  /* ** bascet ** */
  .bascet__specifications-leftname,
  .bascet__specifications-desc {
    width: 22%;
  }
  /* // bascet // */

  /* ** orderregistration ** */
  .orderregistration__top-item {
    font-size: 14px;
  }
  .orderregistration__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  /* // orderregistration // */

  /* ** reviewsfedback ** */
  .reviewsfedback__conultate-block .block {
    background: url(../images/block/block-decor-dots.svg) 309px 30% / 20px 14px
        no-repeat,
      url(../images/chapter-decor/chapter-decor-10.png) 115% -89px / 245px 258px
        no-repeat var(--white-background);
  }
  .reviewsfedback__conultate-block .block__wrap,
  .reviewsfedback__conultate-block .block__phone--green,
  .reviewsfedback__conultate-block .chapter__content-social {
    max-width: 324px;
  }
  /* // reviewsfedback // */

  /* ** Страница контакты ** */
  /* ** contacts ** */
  .contacts__map .contacts__map-img {
    /* height: 400px; */
  }
  .contacts__map .contacts__map-img img {
    height: 547px;
  }
  /* // contacts // */

  /* ** requisites ** */
  .requisites__item {
    flex-direction: row;
    align-items: center;
    gap: 33px;
  }
  .requisites__item-title {
    width: 37%;
  }
  .requisites__item-desc {
    width: 60%;
  }
  /* // requisites // */
  /* // Страница контакты // */

  /* ** Страница production ** */
  .header__production-top {
    display: block;
    justify-content: space-between;
  }
  .header__production-top-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__production-addbookmarks {
    display: block;
    color: var(--not-important-white);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--basic-white-text);
    padding: 4px 10px 4px 0;
    height: 28px;
  }
  .header__production-addbookmarks a {
    background: url(../images/production/icon/icon-favourites.svg) 9px center
      no-repeat;
    padding: 0 0 0 27px;
  }
  .header__production-menu-item:nth-of-type(2) {
    display: block;
  }
  /* // Страница production // */

  /* ** Страница production ** */
  /* ** production__intro ** */
  .section-title.production__intro-title {
    font-size: 46px;
    line-height: 46px;
  }
  .production__intro-text {
    max-width: 520px;
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .production__intro-smalltext {
    max-width: 422px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .production__intro-img {
    max-width: 413px;
    height: 326px;
    transform: rotate(15deg);
    margin: 0 auto;
  }
  .production__intro-img-line::before {
    left: -270px;
  }
  .production__intro-bottom-wrap__img:nth-child(4) {
    display: block;
  }
  /* // production__intro // */

  /* ** stageswork ** */
  .section-stageswork {
    padding: 63px 0 50px 0;
  }
  .stageswork__item-img2,
  .stageswork__item-img4 {
    display: flex;
    justify-content: flex-end;
  }
  .stageswork__item-img2::before,
  .stageswork__item-img4::before {
    left: auto;
    right: -308px;
  }
  /* // stageswork // */

  /* ** content ** */
  .content__title {
    font-size: 34px;
    line-height: 41px;
  }
  /* // content // */
  /* // Страница production // */

  /* ** Страница partners ** */
  .partners__intro-wrap-plashka {
    margin: 18px 0 20px 0;
  }
  .partners__intro-wrap-plashka a,
  .partners__intro-wrap-plashka span {
    font-size: 14px;
    padding: 10px 17px;
  }
  .partners__intro-wrap-desc {
    max-width: 560px;
    font-size: 16px;
    line-height: 22px;
  }
  .partners__intro-smalltext {
    font-size: 22px;
    line-height: 27px;
  }
  .partners__intro-wrap {
    padding: 420px 0 0 0;
  }
  .partners__intro-img {
    top: 140px;
  }

  /* ** partners ** */
  .section-calculationsmeters.section-calculationlayout
    .calculationsmeters__img {
    width: 1180px;
    top: 115px;
  }
  .partners .partners__title,
  .partners .partners__title.partners__title-minfs {
    font-size: 42px;
  }
  .partners .production__intro-text {
    font-size: 34px;
  }
  .partners .section-title.title-remains.section-title--decorplus::after {
    right: 114px;
  }
  .production__intro-buttons.production__intro-buttons--flex {
    display: flex;
    /* align-items: flex-end; */
    gap: 10px;
  }
  /* // partners // */

  /* ** suppliers ** */
  .section-title.suppliers__title.section-title--decorplus::after {
    top: -3px;
    right: 90px;
  }
  .partners__intro-smalltext.suppliers__intro-smalltext {
    max-width: 415px;
  }
  .partners__intro-img.suppliers--img {
    top: 160px;
  }
  /* // suppliers // */
  /* // Страница partners // */
  /* ** sectionform ** */
  .section-sectionform {
    padding: 77px 0 70px 0;
  }
  .section-title.sectionform__title {
    font-size: 34px;
    margin: 0 0 28px 0;
  }
  /* // sectionform // */
  /* ** sectionservices ** */
  .sectionservices__wrap {
    gap: 24px;
  }
  .sectionservices__wrap.sectionservices__wrap-service {
    max-width: fit-content;
    grid-template-columns: repeat(4, 1fr);
  }
  /* // sectionservices // */
  /* ** transportcompanies ** */
  .partners__intro-img.transportcompanies--img {
    top: 165px;
    width: 362px;
  }
  .partners__intro-smalltext.transportcompanies__intro-smalltext {
    max-width: 465px;
  }
  /* // transportcompanies // */
  /* ** estimate ** */
  .production__intro-top.estimate__intro-top {
    background-position: 100% 50px;
    background-size: 97px 94px;
  }
  .production-title.section-title--decorplus::after {
    right: 5px;
  }
  .partners__intro-wrap.estimate__intro-wrap {
    padding: 350px 0 0 0;
  }
  .partners__intro-img.estimate--img {
    left: -350px;
    width: 950px;
    top: 170px;
  }
  /* // estimate // */
  /* ** layoutplates ** */
  .partners__intro-img.layoutplates--img {
    top: 190px;
    width: 980px;
  }
  /* // layoutplates // */

  /* ** Страница услуги ** */
  /* ** uslugi ** */
  .section-uslugi {
    background-image: url(../images/production/production-intro576.png);
  }
  /* // uslugi // */
  /* // Страница услуги // */

  /* ** Страница разгрузите производство ** */
  /* ** remains ** */
  .remains__title.section-title--decorplus::after {
    bottom: 30px;
  }
  .partners__intro-wrap-plashka.remains-plashka {
    max-width: 430px;
  }
  .remains__buttons-left {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10px 10px 7px 10px;
  }
  .remains__buttons-left-text {
    margin: 0;
  }
  .remains__buttons-left .file__form-file-label {
    height: 54px;
  }
  .remains__buttons-right-link {
    padding: 17px 0;
  }

  .addproducts__body-bottom-row {
    grid-template-columns: minmax(94px, 94px) minmax(200px, 200px) 1fr;
  }
  .addproducts__body-bottom-item:nth-of-type(1) {
    grid-column: 1/1;
  }
  .addproducts__body-bottom-item:nth-of-type(2) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .addproducts__body-bottom-item:nth-of-type(3) input {
    width: 132px;
  }
  .addproducts__body-bottom-item:nth-of-type(4) {
    grid-column: 2/3;
    /* grid-row: 2/2; */
    margin-left: auto;
  }
  .addproducts__body-bottom-item:nth-of-type(4) input {
    width: 158px;
  }
  .addproducts__body-bottom-item:nth-of-type(5) {
    grid-column: 1/3;
  }
  .addproducts__body-bottom-item:nth-of-type(6) {
    grid-column: 3/3;
  }
  .addproducts__body-bottom-item:nth-of-type(8) {
    grid-row: 1/1;
    grid-column: 3/3;
  }
  /* // remains // */
  /* // Страница разгрузите производство // */

  /* ** Страница о компании ** */
  /* ** companyintro ** */
  .section-companyintro {
    padding: 92px 0 670px 0;
  }
  .companyintro__image {
    left: -250px;
  }
  .companyintro__title,
  .companyintro__subtitle {
    font-size: 46px;
    line-height: 49px;
  }
  .companyintro__text-blue {
    font-size: 48px;
    line-height: 50px;
  }
  .companyintro__text-smalltext {
    font-size: 22px;
  }
  /* // companyintro // */

  /* ** achievements ** */
  .achievements__item.chievements__item-topleft {
    transform: translate(-26px, 29px);
  }
  .achievements__item-text {
    font-size: 46px;
  }
  .achievements__item-title {
    font-size: 10px;
  }
  /* // achievements // */

  /* ** uschoose ** */
  .uschoose__wrap {
    padding: 0 20px 50px 20px;
  }
  /* // uschoose // */

  /* ** ouradvantages ** */
  .ouradvantages__header-title {
    font-size: 16px;
  }
  /* // ouradvantages // */

  /* ** mobileapp ** */
  .section-mobileapp .container .building {
    padding: 0 20px;
  }
  .section-title.mobileapp__title {
    max-width: 100%;
    padding: 0 0 0 20px;
  }
  .section-title.mobileapp__title.section-title--decorplus::after {
    right: -13px;
    top: -2px;
  }
  .mobileapp__app-item {
    width: 171px;
  }
  .building__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  /* // mobileapp // */

  /* ** documents ** */
  .section-title.section-title-blue {
    font-size: 34px;
    line-height: 41px;
  }
  .companydocuments {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 518px;
    margin: 30px auto 0;
    gap: 28px;
  }
  /* // documents // */
  /* // Страница о компании // */

  /* ** Страница новости ** */
  /* ** newssubscribe ** */
  .section-title.layoutplates__title {
    font-size: 44px;
  }
  .partners__intro-wrap.layoutplates__intro-wrap {
    padding: 310px 0 0 0;
  }
  .newssubscribe-decor {
    background: url(../images/news/newssubscribe-img2.png) 96% 0 no-repeat;
  }
  /* // newssubscribe // */
  /* // Страница новости // */

  /* ** Страница профиль (на mobile и tablet) ** */
  .myprofile__top {
    padding: 22px 20px 20px 20px;
  }
  .myprofile__top-desc {
    max-width: 440px;
    margin: 0 auto 30px;
  }
  /* // Страница профиль (на mobile и tablet) // */

  /* ** Страница заказы ** */
  .myorders__top-info-text {
    display: inline;
  }
  .myorders__document-table-body-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .myorders__document-table-body-right {
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
  }
  /* // Страница заказы // */

  /* ** Страница управление счетом ** */

  /* // Страница управление счетом // */

  /* ** Страница 404 ** */
  .section-errors {
    padding: 110px 0 86px 0;
    background-image: url(../images/404/img-404-fon2.jpg);
  }
  /* // Страница 404 // */

  /* ** Search ** */
  .pagesearch .categories__filter-view,
  .pagesearch__content-wrapper,
  .search__links-wrap {
    padding: 0 20px;
  }
  /* // Search // */

  /* ** Страницы **
        - page-search
        - bascet
        - favourites
    */
  .hiddencontent__request {
    margin-top: 20px;
  }
  .hiddencontent__bascet {
    margin: -15px 0 0 0;
  }
  .hiddencontent__favourites {
    padding-top: 20px;
  }
  .hiddencontent__title {
    margin: 0 0 14px 0;
  }
  .hiddencontent__title.hiddencontent__request-icon::before,
  .hiddencontent__title.hiddencontent__bascet-icon::before,
  .hiddencontent__title.hiddencontent__favourites-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -105px;
    transform: translateY(-50%);
  }
  .hiddencontent__title.hiddencontent__request-icon::before {
    width: 85px;
    height: 81px;
    background: url(../images/icon/icon-hiddencontent__request.svg) 0px 10px /
      55px 55px no-repeat;
  }
  .hiddencontent__title.hiddencontent__bascet-icon::before {
    width: 84px;
    height: 84px;
    background: url(../images/icon/icon-hiddencontent__bascet.svg) 0px 10px /
      55px 55px no-repeat;
  }
  .hiddencontent__title.hiddencontent__favourites-icon::before {
    width: 89px;
    height: 93px;
    background: url(../images/icon/icon-hiddencontent__favourites.svg) 0px 10px /
      55px 55px no-repeat;
  }
  /* // Страницы //
        - page-search
        - bascet
        - favourites
    */

  /* ** Страница SMKD ** */
  .container-smkd {
    padding: 0 20px;
  }
  /* // Страница SMKD // */

  /* ** vacancy ** */
  .vacancy__card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px 20px 20px;
  }
  .vacancy__card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vacancy__card-aboutjob:not(:last-child) {
    margin: 0;
  }
  .vacancy__card-info {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
  }
  .vacancy__card-info-link {
    height: 48px;
  }
  .aboutvacancy__respond {
    margin: 20px 0;
  }
  .aboutvacancy__content-list {
    flex-wrap: wrap;
  }
  /* // vacancy // */

  /* ** footer ** */
  .footer {
    padding: 34px 0 16px;
    border-radius: 22px 22px 0 0;
  }
  .footer .container-footer {
    padding-bottom: 70px;
  }
  .footer__wrap {
    grid-template-columns: 2fr 1fr;
  }
  .footer__navigation {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column: 1 / 3;
    margin: 0;
  }
  .footer__title {
    font-size: 18px;
  }
  .footer__title.footer-link-mobileNone {
    display: block;
  }
  .footer__title.footer-title-desctopNone {
    display: none;
  }
  .footer__content {
    grid-column: 1 / 3;
  }
  .footer__copyright {
    display: flex;
    justify-content: space-between;
  }
  .footer__copyright-text {
    margin: 0;
  }
  .footer__title.footer__title--arrow::after,
  .footer__title.footer__title--arrow::before {
    width: 0;
    height: 0;
  }
  .footer__menu {
    max-height: fit-content;
    overflow: inherit;
  }
  .footer__services,
  .footer__partners {
    grid-column: 1/2;
  }
  .footer__company {
    grid-row: 2/2;
    grid-column: 2/3;
  }
  /* // footer // */

  /* ** filter ** */
  .filter__accordion-name {
    font-size: 14px;
  }
  .footer__title.footer__title--arrow.filter__accordion-name::after,
  .footer__title.footer__title--arrow.filter__accordion-name::before {
    width: 9px;
    height: 2px;
  }
  .filter__view-imgs-item:nth-child(3) {
    display: none;
  }
  /* // filter // */

  /* ** Модальное окно с изоображением товара ** */
  .productsmodal__content-image-small-block {
    padding: 0;
  }
  .productsmodal__content-image-big {
    height: calc(100% - 113px - 12px);
  }
  .productsmodal__content-small-wrapper {
    /* gap: 18px; */
    gap: 13px;
  }
  .productsmodal__content-small-item {
    max-width: 86px;
    height: 113px;
  }
  /* // Модальное окно с изоображением товара // */

  /* ** newfooter ** */
  .footer.footer--none {
    display: block;
  }
  .newfooter {
    display: none;
  }
  /* // newfooter // */

  /* ** Страница каталог ** */
  .menubottom__link.menubottom__link-favorites {
    display: flex;
  }
  .menubottom__link.menubottom__link-catalog {
    display: none;
  }
  /* // Страница каталог // */

  .section.section-product--none
    .products__header-content.products__header-mobile,
  .product__btn.btn__fixed,
  .section-application.section-application--none,
  .section-calculateestimate.section--none,
  .section__info-product.section--none,
  .section-reviews {
    display: block;
  }

  .section.section-product--none .products__header-footer,
  .section.section-product--none
    .products__header-footer-ordered.products__header-footer--text,
  .section.section-product--none .content__specifications-products-info,
  .section.section-product--none .products__aboutorder {
    display: flex;
  }
  .new-product-article,
  .product__buttons-wrap {
    display: none;
  }
  .section__info-product.section__info-product-revers {
    padding: 50px 0 0 0;
  }
  .section__info-product.section__info-product-revers
    .video__item:nth-of-type(2) {
    display: block;
  }

  .products__info-card--tinkoff.products__info-card--tinkoff--mobile {
    display: block;
  }

  /* ** Замена header ** */
  .header__top {
    background-color: var(--black-for-gradient);
    position: relative;
    z-index: 1;
  }
  .header__top-wrap {
    justify-content: flex-start;
  }
  .header__top-wrap-dop-info-btn.mobile {
    display: block;
    margin: 0 0 0 12px;
  }
  .header__intro {
    padding: 20px 0 0 0;
  }
  .header__top-wrap-dop-info-btn-num {
    left: calc(100% - 153px);
  }
  /* // Замена header // */

  /* ** Catalogs ** */
  .catalogs__item {
    height: 96px;
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
  .catalogs__item h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .catalogs__item.catalogs__item-sale::after {
    content: '';
    width: 206px;
    height: 158px;
    position: absolute;
    z-index: 0;
    top: -9px;
    right: -32px;
    background: url(../images/catalogimg/catalogs-img-sale.png) no-repeat;
  }
  /* // Catalogs // */

  /* ** blocktime ** */
  .section-blocktime {
    padding: 0 0 64px 0;
  }
  .blocktime__content {
    margin: -30px 0 0 0;
  }
  .blocktime__wrap-blue.blocktime__wrap::before {
    background: linear-gradient(
      180deg,
      rgba(5, 80, 151, 0.3) 0%,
      rgba(5, 80, 151, 0.3) 0%,
      #055097 32%,
      #055097 100%
    );
  }

  /* ** new time ** */
  .blocktime__timetable-wrap {
     grid-template-columns: 1fr 1fr;
  }
  /* // new time // */
  /* // blocktime // */

  /* ** topblock ** */
  .topblock__text {
    max-width: 440px;
    font-size: 14px;
    line-height: 18px;
  }
  /* // topblock // */

  /* ** Яндекс рейтинг ** */
  .product-rating {
    display: none;
  }
  .content__specifications-products-info-item {
    height: 50px;
  }
  .content__specifications-products-info-item.products__rating {
    border-color: transparent;
  }
  /* // Яндекс рейтинг // */

  /* ** vacancy ** */
  /*.vacancy__card {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*  gap: 20px;*/
  /*  padding: 16px 20px 20px 20px;*/
  /*}*/
  /*.vacancy__card-aboutjob:not(:last-child) {*/
  /*  margin: 0;*/
  /*}*/
  /*.vacancy__card-info {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: flex-end;*/
  /*  column-gap: 20px;*/
  /*}*/
  /*.vacancy__card-info-link {*/
  /*  height: 48px;*/
  /*}*/
  /*.aboutvacancy__respond {*/
  /*  margin: 20px 0;*/
  /*}*/
  /*.aboutvacancy__content-list {*/
  /*  flex-wrap: wrap;*/
  /*}*/
  /* // vacancy // */

  /* ** ourdeliveries ** */
  .section-title.title-ourdeliveries {
    font-size: 18px;
  }
  .ourdeliveries__headers-item:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .ourdeliveries__headers-left-img {
    margin: 0;
  }
  .ourdeliveries__content {
    grid-template-columns: repeat(2, 1fr);
  }
  /* // ourdeliveries // */

  /* // Личный кабинет // */

  /* --//--//--//-- */
  .emptycontent {
    padding: 0;
    margin: 70px 0 30px 0;
  }
  .emptycontent.icon-bgfeedback::before,
  .emptycontent.icon-bgquestionanswer::before,
  .emptycontent.icon-bgcompanyreview::before,
  .emptycontent.icon-bgorders::before {
    left: auto;
    right: -111px;
    top: -22px;
  }
  /* --//--//--//-- */

  /* ** Страница добавления компании ** */
  .formfields__form {
    padding: 20px;
  }
  .formfields__form-inn {
    flex-direction: row;
  }
  .formfields__form-inn-text.width-search {
    flex: 0 0 200px;
  }
  .formfields__form-inn-text.width-check {
    flex: 0 0 132px;
  }
  .formfields__form-inn-btns.formfields__form-inn-plus-absolute {
    position: static;
  }
  .formfields__form-btns-link {
    width: 168px;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    color: var(--grey-description);
  }
  .formfields__form-btns-link span {
    display: block;
  }
  .formfields__form-row.formfields__form-row-relative {
    padding-bottom: 0;
  }
  /* // Страница добавления компании // */

  /* ** Страница добавления/редактирования контакта ** */
  .formfields__wrapwork {
    align-items: flex-end;
    grid-template-columns: minmax(222px, 254px) minmax(100px, 105px) minmax(100px, 105px) 1fr;
  }
  .formfields__wrapwork-item.grid-one {
    grid-column: auto;
  }
  /* // Страница добавления/редактирования контакта // */

  /* ** Страница профиль ** */
  .formfields__form-item.formfields__wrapcontacts {
    display: grid;
    grid-template-columns: minmax(208px, 208px) 1fr;
    column-gap: 10px;
    /*overflow: hidden;*/
  }
  .formfields__wrapcontacts-item.width-number {
    flex-basis: 208px;
  }
  /* // Страница профиль // */

  /* ** Страница контакты ** */
  .lkcontacts__wrap {
    grid-template-columns: 1fr 1fr minmax(100px, 155px);
  }
  .contacts-department {
    display: block;
  }
  /* // Страница контакты // */

  /* ** Страница заказы ** */
  .topheader__order {
    display: flex;
  }
  .topheader__order-left {
    flex: 1 0 272px;
    margin: 0;
  }
  .topheader__order-right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 19px;
  }
  /* // Страница заказы // */

  /* ** Страница менеджер ** */
  .lkmanager {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .lkmanager__info {
    margin: 0;
  }
  /* // Страница менеджер // */

  /* ** Страница адрес ** */
  .topdelivery__body-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .topdelivery__body-text {
    flex-grow: 1;
    height: 42px;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 6px;
    line-height: 42px;
    padding: 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topdelivery__body-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: static;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 6px;
  }
  /* // Страница адрес // */
  /* // Личный кабинет // */


  /* ** inventory ** */
  .inventory::before {
    width: 565px;
    height: 657px;
    bottom: 100px;
    left: -78px;
  }
  .inventory__title {
    font-size: 46px;
  }
  .inventory__title.section-title--decorplus::after {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon/icon-plus.svg) 0 0 / 18px 18px no-repeat;
  }
  .inventory__text {
    font-size: 22px;
  }
  .inventory__desc {
    max-width: 426px;
    font-size: 16px;
  }
  .inventory__form {
    max-width: 445px;
  }
  .inventory__form .orderregistration__item.form__item {
    max-width: 270px;
  }
  .inventory__form-btn {
    max-width: 198px;
  }
  /* // inventory // */

  .section.section__info-product .container .section__header-content {
    padding: 0 20px;
  }

  /* ** Стр. товара. Видео ** */
  .section-videoplity {
    padding: 30px 0;
  }
  /* // Стр. товара. Видео // */

  /* ** PAGE CATALOG ** */
  /* ** saitnavigation ** */
  .saitnavigation__wrap {
    columns: 2 auto;
  }
  /* // saitnavigation // */

  /* ** catalogform ** */
  .catalogform__picture-decor {
    background: url(../images/catalog/catalogform__picture-decor-tablet.png) center 0 / 720px 145px no-repeat, #154fe5;
  }
  .catalogform__btn {
    width: 161px;
    height: 48px;
    font-family: inherit;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-white);
    background-image: none;
    background-color: #154fe5;
  }
  /* // catalogform // */
  /* // PAGE CATALOG // */





  /* ** page housekit ** */
  .section-housemain .container {
    padding: 0 20px;
  }
  .housemain__bg img {
    height: 659px;
    object-fit: cover;
  }
  .housemain__intro {
    margin-top: -68px;
  }
  .housemain__card-big {
    margin: 0;
  }
  .housemain__intro-wrap {
    padding: 18px 0 60px 0;
    overflow-x: visible;
  }
  .housemain__text {
    margin: 0;
  }

  /* ** concretehouse ** */
  .solution__header-title.margin {
    font-size: 42px;
    line-height: 50px;
  }
  .concretehouse__title-desc {
    font-size: 30px;
    line-height: 36px;
  }
  .concretehouse__header-title {
    font-size: 42px;
    line-height: 50px;
  }
  /* // concretehouse // */

  /* ** houseslider ** */
  .houseslider__slider-wrap {
    height: 504px;
  }
  /* // houseslider // */
  /* // page housekit // */

}
