.header {
   margin-bottom: 24px;
   width: 100%;
   border-bottom: 1px solid var(--color-border);
}

.home__container {
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
}

.home__banner {
   position: relative;
   margin: 0 auto;
   padding: 0 0 286px 0;
   width: 100%;
   max-width: 1920px;
   min-height: 814px;
   max-height: 814px;
   background-position: bottom right;
   background-repeat: no-repeat;
   background-size: cover;
}

.home__banner-content {
   padding: 0 16px;
   overflow-x: hidden;
}

.home__banner-title {
   margin-bottom: 16px;
   max-width: 400px;
   font-size: 36px;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
}

.home__banner-description {
   margin-bottom: 30px;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 22px;
}

.home__banner-controll {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
}

.home__banner-controll .home__banner-controll-catalog {
   padding: 15px 3px;
   width: 100%;
   max-width: 164px;
}

.home__banner-controll .home__banner-controll-buy {
   padding: 13px 5px;
   width: 100%;
   max-width: 182px;
}

.home__banner-line {
   position: absolute;
   bottom: 30px;
   left: 50%;
   display: block;
   width: 100%;
   height: 32px;
   background-image: url('/catalog/view/theme/tabak/image/stripe.png');
   background-position: left;
   background-repeat: repeat-x;
   background-size: contain;
   transform: translateX(-50%);
}

.home__banner-line-plus {
   transform: translateX(-50%) rotate(-4deg);
}

.home__banner-line-minus {
   transform: translateX(-50%) rotate(2deg);
}

.home__content {
   padding-top: 44px;
}

.section-title span:last-child, .section-title h1:last-child {
   display: block;
   margin-top: 16px;
}

.home__category {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-bottom: 116px;
   width: 100%;
}

.home__category-articles-wrapper {
   display: none;
}

.home__category-title {
   margin-bottom: 32px;
}

.home__category-article {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 24px;
   width: 100%;
   border-radius: 0;
   transition: border-radius 0.2s ease-in;
}

.home__category-article:last-child {
   margin-bottom: 32px;
}

.home__category-article-link:hover, .home__category-article-link:hover, .home__category-article-link:hover {
   border-radius: 32px;
}

.home__category-article-link {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   padding: 19px 16px 0 16px;
   width: 100%;
   height: auto;
   background-color: var(--color-grey);
   border-radius: 0;
   transition: border-radius 0.2s ease-in, background 0.2s ease-in;
   overflow: hidden;
}

.home__category-article-link:hover, .home__category-article-link:focus, .home__category-article-link:active {
   border-radius: 32px;
   background: transparent;
}

.home__category-article-top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
   margin-bottom: 24px;
   width: 100%;
}

.home__category-article-top-title {
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   color: var(--color-white);
}

.home__category-article-top-arrow {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   padding-bottom: 4px;
   width: 46px;
   height: 46px;
   color: var(--color-white);
   font-size: 18px;
   line-height: 18px;
   border-radius: 50%;
   border: 1px solid var(--color-border);
   background: transparent;
   transition: border 0.2s ease-in, color 0.2s ease-in, background 0.2s ease-in;
}

.home__category-article-link:hover .home__category-article-top-arrow, .home__category-article-link:focus .home__category-article-top-arrow, .home__category-article-link:active .home__category-article-top-arrow {
   border-color: var(--color-white);
   background-color: var(--color-white);
   color: var(--color-black);
}

.home__category-article-image {
   display: block;
   width: 100%;
   max-width: 289px;
}

.home__category-article-link-5 .home__category-article-image {
   transform: translateX(-6px) translateY(20%);
}

.home__category .home__category-catalog {
   margin: 31px auto 0 auto;
   max-width: 343px;
   width: 100%;
   height: max-content;
}

.home__brands {
   position: relative;
   padding-bottom: 117px;
   width: 100%;
}

.home__brands::after {
   content: '';
   position: absolute;
   bottom: 117px;
   left: 50%;
   z-index: 10;
   display: block;
   width: 100vw;
   height: 1px;
   background: var(--color-light-grey);
   transform: translateX(-50%);
}

.home__brands-title {
   margin-bottom: 47px;
   white-space: nowrap;
}

.home__brands-slider-block {
   position: relative;
   width: 100%;
}

.home__brands-slider-block::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   display: block;
   width: 100%;
   height: 100%;
   background: radial-gradient(53.73% 53.73% at 50% 50%, rgba(0, 0, 0, 0.00) 49.48%, #000 100%);
   pointer-events: none;
}

.home__brands-slider-block::after {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   z-index: 10;
   display: block;
   width: 100vw;
   height: 1px;
   background: var(--color-light-grey);
   transform: translateX(-50%);
}

.home__brands-slider {
   width: 100%;
}

.home__brands-slider-1 {
   border-bottom: 1px solid var(--color-light-grey);
}

.home__brands-slide-name {
   padding: 56px 10px 65px 10px;
   color: var(--color-light-grey);
   font-size: 24px;
   font-style: normal;
   font-weight: 300;
   line-height: 110%;
   white-space: nowrap;
}

.home__bottom {
   width: 100%;
   max-width: 100vw;
}

.home__latest {
   width: 100%;
}

.home__blog {
   position: relative;
   padding: 0 0 116px 0;
   width: 100%;
}

.home__blog-container {
   padding: 0 16px;
   width: 100%;
   background-position: bottom right;
   background-repeat: no-repeat;
   background-size: contain;
}

.home__blog-image {
   display: block;
   margin: 0 auto;
   width: 100%;
   max-width: 576px;
   height: auto;
}

.home__blog-decore {
   position: absolute;
   bottom: 175px;
   left: 0;
   z-index: 5;
   display: block;
}

.home__blog-decore-desktop {
   display: none;
}

.home__blog-image-desktop {
   display: none;
}

.home__blog .home__blog-link {
   margin: 0 auto;
   width: 100%;
   max-width: 343px;
}

.home__blog-link svg {
   display: block;
   width: 20px;
   height: 20px;
   fill: var(--color-primary);
   transition: fill 0.2s ease-in;
}

.home__blog-link:hover svg, .home__blog-link:focus svg, .home__blog-link:active svg {
   fill: var(--color-black);
}

.home__buy {
   padding: 0 16px 116px 16px;
}

.home__buy-title {
   margin-bottom: 32px;
}

.home__buy-map {
   width: 100%;
   height: max-content;
}

.home__buy-articles {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: 8px;
}

.home__buy-article {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 10px 12px 14px 12px;
   width: 100%;
   min-height: 132px;
   background: var(--color-grey);
   transition: background 0.2s ease-in;
   border-radius: 12px;
   cursor: pointer;
}

.home__buy-article-top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.home__buy-article-phone {
   font-size: 14px;
   font-style: normal;
   font-weight: 450;
   line-height: 140%;
   color: var(--color-white);
   transition: color 0.2s ease-in;
}

.home__buy-article-phone:hover, .home__buy-article-phone:focus, .home__buy-article-phone:active {
   color: var(--color-primary);
}

.home__buy-article-top svg {
   display: block;
   width: 24px;
   height: 24px;
   fill: rgba(255, 255, 255, 0.4);
}

.home__buy-article-bottom {
   width: 100%;
}

.home__buy-article-title {
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   color: var(--color-light-grey);
}

.home__buy-article-address {
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
}

.home__buy-article-open {
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   color: var(--color-light-grey);
}

#map {
   display: none;
   width: 100%;
}

.home__buy-map-block {
   display: none;
}

.home__contacts {
   position: relative;
}

.home__contacts-title {
   margin-bottom: 16px;
}

.home__contacts-text {
   display: block;
   margin: 0 auto 5px auto;
   max-width: 300px;
   width: 100%;
   color: var(--color-light-grey);
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   text-align: center;
}

.home__contacts-form {
   position: relative;
   margin: 0 auto;
   padding: 87px 0 48px 0;
   width: 100%;
   max-width: 339px;
}

.home__contacts-form-bgd {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   display: block;
   width: 100%;
}

.home__contacts-form-bgd-desktop {
   display: none;
}

.home__contacts-form-wrapper {
   padding: 0 16px 68px 16px;
   width: 100%;
}

#form-creator-38 {
   width: 100%;
}

#form-creator-38 h3, #form-creator-38 hr {
   display: none;
}

#form-formcreator38 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: 36px;
   padding: 0 12px;
}

#form-formcreator38 label {
   display: none;
}


#form-formcreator38 .form-group, #form-formcreator38 input, #form-formcreator38 textarea {
   width: 100%;
}

#form-formcreator38 input, #form-formcreator38 textarea {
   padding: 21px 12px;
   height: 48px;
   color: var(--color-white);
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 110%;
   border: none;
   border-bottom: 1px solid var(--color-border);
   background: transparent;
   transition: border 0.2s ease-in;
   overflow: hidden;
   resize: none;
}

#form-formcreator38 input:hover, #form-formcreator38 textarea:hover, #form-formcreator38 input:focus, #form-formcreator38 textarea:focus, #form-formcreator38 input:active, #form-formcreator38 textarea:active {
   border-color: var(--color-primary);
}

#form-formcreator38 input:focus, #form-formcreator38 textarea:focus {
   outline: none;
}

#form-formcreator38 input::placeholder, #form-formcreator38 textarea::placeholder {
   color: var(--color-white);
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 110%;
}

#form-formcreator38 input:focus::placeholder, #form-formcreator38 textarea:focus::placeholder {
   color: transparent;
}

#form-formcreator38 button[type="submit"] {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 12px auto 48px auto;
   padding: 15px 16px;
   width: 100%;
   max-width: 319px;
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   color: var(--color-black);
   background-color: var(--color-primary);
   border: 1px solid var(--color-primary);
   border-radius: 2px;
   transition: border 0.2s ease-in, background 0.2s ease-in, color 0.2s ease-in;
   cursor: pointer;
}

#form-formcreator38 button[type="submit"]:hover, #form-formcreator38 button[type="submit"]:focus, #form-formcreator38 button[type="submit"]:active {
   color: var(--color-primary);
   border: 1px solid var(--color-border);
   background: transparent;
}

#form-formcreator38 .hidden-inputs {
   display: none;
}

.home__contacts-form-info {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 0 auto 98px auto;
   padding: 0;
   width: 100%;
   max-width: 343px;
}

.home__contacts-form-info-link {
   color: var(--color-white);
   font-size: 16px;
   font-style: normal;
   font-weight: 450;
   line-height: 140%;
   white-space: nowrap;
   transition: color 0.2s ease-in;
}

.home__contacts-form-info-link:hover, .home__contacts-form-info-link:focus, .home__contacts-form-info-link:active {
   color: var(--color-primary);
}

.home__contacts-decor-left, .home__contacts-decor-right {
   display: none;
}

.home__contacts-decor {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 5;
   pointer-events: none;
}

.home__contacts-decor-mobile {
   bottom: -121px;
}

[class*="copyrights-pane"] {
   display: none !important;
}

[class*="ground-pane"] {
   position: relative;
   filter: grayscale(1);
}

ymaps[class*="ground-pane"]::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   pointer-events: none;
}

[class*="balloon"] {
   font-weight: bold !important;
   box-shadow: none !important;
}

[class*='balloon__layout'] {
   padding: 19px 16px;
   color: var(--color-white);
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif !important;
   font-size: 14px !important;
   font-style: normal !important;
   font-weight: 700 !important;
   line-height: 140% !important;
   border: none !important;
   border-radius: 10px;
   background: radial-gradient(63.45% 68.96% at 50% 68.42%, #5F2B2D 0%, #101010 100%) !important;
}

[class*="balloon__close"] {
   display: none;
}

[class*="balloon__content"] {
   margin: 0 !important;
   padding: 0 !important;
   height: auto !important;
   min-height: unset !important;
   font-family: Avenir Next Cyr, Arial, Helvetica, sans-serif !important;
   font-size: 14px !important;
   font-style: normal !important;
   font-weight: 700 !important;
   line-height: 140% !important;
   background: transparent !important;
}

[class*="balloon__tail"]:after {
   content: '';
   position: absolute;
   width: 10px !important;
   height: 10px !important;
   background-color: #5F2B2D !important;
   bottom: 7px !important;
   left: 1px;
}

@media (min-width: 480px) {
   .home__banner {
      min-height: 614px;
      max-height: 614px;
   }
}

@media (min-width: 576px) {
   .home__banner {
      min-height: 514px;
      max-height: 514px;
      background-position: center;
   }

   .home__banner-content {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .home__banner-title {
      text-align: center;
   }

   .home__banner-description {
      max-width: 500px;
      text-align: center;
   }

   .home__banner-controll .home__banner-controll-catalog,
   .home__banner-controll .home__banner-controll-buy {
      min-width: 164px;
   }

   .home__banner-controll {
      gap: 20px;
   }

   .home__category-article {
      width: 48%;
   }

   .home__category .home__category-catalog {
      margin: 0 0 0 auto;
      width: 48%;
      max-width: unset;
      height: max-content;
   }
}

@media (min-width: 768px) {
   .home__banner {
      padding-bottom: 350px;
      min-height: 614px;
      max-height: 614px;
   }

   .home__banner-content {
      align-items: flex-start;
      padding-top: 70px;
   }

   .home__banner-title {
      text-align: start;
   }

   .home__banner-description {
      max-width: 500px;
      text-align: start;
   }

   .home__banner-line {
      bottom: 0;
   }

   .home__blog-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
   }

   .home__blog-bottom {
      order: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      border: 1px solid var(--color-border);
      border-left: none;
   }
}

@media (min-width: 992px) {
   .home__banner-title {
      margin-bottom: 24px;
      max-width: 629px;
      font-size: 46px;
   }

   .home__category-article, .home__category-catalog {
      margin: 0;
      width: auto;
   }

   .home__category {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(6, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      padding-top: 112px;
   }

   .home__category-title {
      grid-area: 1 / 1 / 2 / 2;
      /* max-width: 250px; */
   }

   article[data-number="article-category-0"] {
      grid-area: 2 / 1 / 5 / 2;
   }

   article[data-number="article-category-1"] {
      grid-area: 5 / 1 / 7 / 2;
   }

   article[data-number="article-category-2"] {
      grid-area: 7 / 1 / 9 / 2;
   }

   article[data-number="article-category-3"] {
      grid-area: 1 / 2 / 3 / 3;
   }

   article[data-number="article-category-4"] {
      grid-area: 3 / 2 / 5 / 3;
   }

   article[data-number="article-category-5"] {
      grid-area: 5 / 2 / 8 / 3;
   }

   .home__category .home__category-catalog {
      grid-area: 8 / 2 / 9 / 3;
      width: 100%;
   }

   article[data-number="article-category-6"] {
      grid-area: 1 / 3 / 4 / 4;
   }

   article[data-number="article-category-7"] {
      grid-area: 4 / 3 / 7 / 4;
   }

   article[data-number="article-category-8"] {
      grid-area: 7 / 3 / 9 / 4;
   }

   .home__category-article-link {
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
   }

   .home__category-title span {
      text-align: start;
   }

   .home__category-title .section__line {
      margin: 0 0 0 12px;
   }

   .home__brands {
      padding-bottom: 207px;
   }

   .home__brands::after {
      bottom: 207px;
   }

   .home__blog {
      padding: 0 0 172px 0;
   }

   .home__contacts {
      padding-bottom: 112px;
   }

   .home__contacts-form {
      padding: 40px 0;
      max-width: unset;
   }

   #form-creator-38 .text-center {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
      width: 100%;
   }

   .home__contacts-form-info {
      margin: 0;
      padding: 0;
      width: max-content;
      max-width: unset;
      gap: 48px;
   }

   #form-formcreator38 button[type="submit"] {
      margin: 0;
   }

   .home__contacts-form-bgd-mobile {
      display: none;
   }

   .home__contacts-form-bgd-desktop {
      display: block;
   }

   .home__contacts-decor-mobile {
      display: none;
   }

   .home__contacts-decor-left, .home__contacts-decor-right {
      display: block;
   }

   .home__contacts-decor-right {
      left: auto;
      right: 0;
   }

   .home__buy-map {
      position: relative;
   }

   .home__buy-articles {
      position: absolute;
      left: 16px;
      top: 16px;
      z-index: 5;
      max-width: 300px;
   }

   .home__buy-map {
      display: block;
   }

   #map {
      display: block;
      width: 100%;
   }

   ymaps {
      border-radius: 10px;
   }

   .home__buy-article._active, .home__buy-article:hover, .home__buy-article:focus, .home__buy-article:active {
      background: radial-gradient(63.45% 68.96% at 50% 68.42%, #5F2B2D 0%, #101010 100%);
   }
}

@media (min-width: 1024px) {
   .home__category-title span {
      margin-top: 24px;
   }

   .home__category-article-top-title {
      font-size: 30px;
   }

   .home__category-article-image {
      max-width: unset;
      height: 21.48vw;
   }

   .home__brands-slide-name {
      padding: 72px 44px 66px 44px;
      font-size: 30px;
   }

   .home__contacts-form {
      padding: 50px 0;
      max-width: unset;
   }
}

@media (min-width: 1200px) {
   #top .header__container {
      padding: 24px 16px !important;
   }

   .home__banner-controll .home__banner-controll-catalog {
      padding: 12px 16px;
      max-width: 196px;
      min-width: 196px;
   }

   .home__banner-controll .home__banner-controll-buy {
      padding: 12px 24px;
      max-width: 237px;
      min-width: 196px;
   }

   .home__banner-description {
      margin-bottom: 40px;
   }

   .home__banner-line {
      height: 50px;
   }

   .home__banner {
      min-height: 624px;
      max-height: 624px;
   }
   .home__banner .header{
      padding-bottom: 0;
   }
   .home__banner-content {
      margin: 0 auto;
      padding: 75px 16px 0 16px;
      max-width: 1576px;
   }

   .home__brands-title {
      margin-bottom: 72px;
   }

   .home__buy-title {
      margin-bottom: 64px;
   }

   .home__contacts-title {
      margin-bottom: 12px;
   }

   .home__contacts-text {
      margin: 0 auto 12px auto;
      max-width: unset;
      font-size: 20px;
   }

   .home__brands-slide-name {
      padding: 72px 44px 72px 44px;
      font-size: 41px;
   }

   #form-formcreator38 {
      justify-content: space-between;
      gap: 50px;
      margin: 0 auto;
      max-width: 1040px;
   }

   #form-formcreator38 .form-group:nth-child(1), #form-formcreator38 .form-group:nth-child(2) {
      width: 46%;
   }

   #form-formcreator38 input, #form-formcreator38 textarea {
      padding: 24px 12px;
      height: 72px;
      font-size: 24px;
   }

   .home__contacts-form-info-link {
      font-size: 24px;
   }

   #form-formcreator38 input::placeholder, #form-formcreator38 textarea::placeholder {
      font-size: 24px;
   }

   #form-formcreator38 button[type="submit"] {
      font-size: 16px;
   }
}

@media (min-width: 1400px) {
   .home__category {
      grid-column-gap: 52px;
      grid-row-gap: 52px;
   }

   .home__category-article-link {
      padding: 32px 24px 0 48px;
   }

   .home__category-article-top-title {
      font-size: 40px;
   }

   .home__category-article-image {
      height: 18.48vw;
      max-height: 300px;
      width: auto;
      object-fit: contain;
   }

   .home__category-article-top-arrow {
      padding-bottom: 6px;
      width: 64px;
      height: 64px;
      font-size: 30px;
      line-height: 12px;
   }

   .home__blog-image-mobile {
      display: none;
   }

   .home__blog-image-desktop {
      display: block;
      max-width: 528px;
      height: auto;
   }

   .home__blog-decore-mobile {
      display: none;
   }

   .home__blog-decore-desktop {
      display: block;
      bottom: 239px;
      left: -172px;
   }

   .home__contacts-decor {
      top: 176px;
      bottom: auto;
   }

   .home__contacts-form {
      padding: 100px 0;
   }

   .home__buy-articles {
      max-width: 500px;
   }

   .home__buy-article {
      padding: 24px 16px 24px 24px;
      min-height: 180px;
   }

   .home__buy-article-phone {
      font-size: 24px;
   }

   .home__buy-article-title {
      font-size: 16px;
   }

   .home__buy-article-address {
      font-size: 20px;
   }

   .home__buy-article-open {
      font-size: 16px;
   }
}

@media (min-width: 1600px) {

   .home__banner-description {
      max-width: 631px;
   }

   .home__banner-controll {
      gap: 16px;
   }

   .home__banner-controll .home__banner-controll-catalog {
      padding: 13px 16px;
   }

   .home__banner-controll .home__banner-controll-buy {
      padding: 13px 24px;
   }

   .home__banner-title {
      font-size: 64px;
   }

   .home__banner {
      min-height: 852px;
      max-height: 852px;
   }

   .home__banner-line {
      height: 72px;
   }

   .home__category {
      display: block;
      padding-bottom: 138px;
   }

   .home__category-articles-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 52px;
   }

   .home__category-article-block {
      width: 32%;
   }

   .home__category-title {
      margin-bottom: 66px;
   }

   .home__category-article {
      margin-bottom: 52px;
      max-width: 480px;
   }

   .home__category-article-top-title {
      margin-top: 4px;
   }

   .home__category-article-image {
      max-height: unset;
      height: auto;
      width: auto;
      object-fit: contain;
   }

   .home__category-article-link-0 {
      height: 600px;
   }

   .home__category-article-link-0 .home__category-article-image {
      height: 323px;
      max-height: unset;
      width: 430px;
   }

   .home__category-article-link-1 {
      height: 424px;
   }

   .home__category-article-link-1 .home__category-article-image {
      height: 254px;
      width: auto;
      transform: translateY(17%);
   }

   .home__category-article-link-2 {
      height: 424px;
   }

   .home__category-article-link-2 .home__category-article-image {
      height: 254px;
      max-height: 300px;
      width: 405px;
      transform: translateX(-10px) translateY(5%);
   }

   .home__category-article-link-3 {
      height: 424px;
   }

   .home__category-article-link-3 .home__category-article-image {
      height: 253px;
      transform: translateX(-12px) translateY(20%);
      width: auto;
      object-fit: contain;
   }

   .home__category-article-link-4 {
      height: 424px;
   }

   .home__category-article-link-4 .home__category-article-top {
      align-items: flex-start;
   }

   .home__category-article-link-4 .home__category-article-top-title {
      margin-top: 12px;
   }

   .home__category-article-link-4 .home__category-article-image {
      max-height: unset;
      height: 252px;
      transform: translateX(-13px) translateY(20%);
   }

   .home__category-article-link-5 {
      height: 600px;
   }

   .home__category-article-link-5 .home__category-article-top-title {
      margin-top: 7px;
   }

   .home__category-article-link-5 .home__category-article-image {
      max-height: unset;
      height: 331px;
      width: 393px;
      transform: translateX(-6px) translateY(20%);
   }

   article[data-number="article-category-5"] {
      grid-area: 5 / 2 / 8 / 3;
      margin-bottom: 69px;
   }

   .home__category .home__category-catalog {
      padding: 17px 16px;
   }

   .home__category-article-link-6 {
      height: 600px;
   }

   .home__category-article-link-6 .home__category-article-image {
      max-height: unset;
      height: 332px;
      transform: translateX(-6px);
      width: 395px;
   }

   .home__category-article-link-7 {
      height: 600px;
   }

   .home__category-article-link-7 .home__category-article-image {
      max-height: unset;
      height: 331px;
      transform: translateX(-9px) translateY(20%);
      width: 399px;
   }

   .home__category-article-link-8 {
      height: 520px;
   }

   .home__category-article-link-8 .home__category-article-image {
      max-height: unset;
      height: auto;
      width: auto;
      object-fit: contain;
      transform: translateX(-13px) translateY(12%);
   }

   .home__category-article-link-9 .home__category-article-image {
      transform: translateY(20%);
   }

   .home__category-article-link-10 .home__category-article-image {
      transform: translateY(20%);
   }

   .home__category-article-link-13 .home__category-article-image {
      transform: translateY(20%);
   }

   .home__brands {
      padding-bottom: 197px;
   }

   .home__brands::after {
      bottom: 199px;
   }

   .home__contacts-decor-left {
      left: -172px;
   }

   .home__contacts-decor-right {
      right: -172px;
   }

   .home__contacts-form {
      padding: 124px 0 156px 0;
   }

   .home__contacts-decor {
      top: 262px;
      bottom: auto;
   }

   #form-formcreator38 button[type="submit"] {
      padding: 17px 16px;
   }

   .home__buy-articles {
      max-width: 712px;
   }

   .home__buy-article-top svg {
      display: none;
   }

   .home__buy-article-bottom {
      position: relative;
   }

   .home__buy-article-open {
      position: absolute;
      bottom: -5px;
      right: 0;
      max-width: 150px;
   }

   .home__blog-bottom {
      padding-top: 11px;
      width: 49.5%;
   }

   .home__blog-image-desktop {
      transform: translateX(6px);
   }

   .home__blog-decore-desktop {
      bottom: 272px;
   }

   .home__blog .home__blog-link {
      max-width: 320px;
      transform: translateX(-6px);
   }

   .home__buy-title {
      margin-bottom: 65px;
   }

   .home__buy-title span:last-child {
      margin-top: 24px;
   }

   .home__buy {
      padding: 0 16px 167px 16px;
   }

   #form-formcreator38 {
      padding: 0;
   }

   #form-formcreator38 input, #form-formcreator38 textarea {
      padding: 29px 12px 24px 16px;
   }
}

@media (min-width: 1900px) {
   .home__banner {
      min-height: 756px;
      max-height: 756px;
      background-size: cover;
   }

   .home__banner-line {
      bottom: -29px;
   }

   .home__container {
      padding-top: 51px;
   }
}

@media (min-width: 769px) {
   .home__category-article-link-1 .home__category-article-image {
      transform: translateY(17%);
      object-fit: contain;
   }
   .home__category-article-link-2 .home__category-article-image {
      transform: translateX(-10px) translateY(5%);
      object-fit: contain;
   }
   .home__category-article-link-3 .home__category-article-image {
      transform: translateX(-12px) translateY(20%);
      object-fit: contain;
   }
   .home__category-article-link-4 .home__category-article-image {
      transform: translateY(20%);
      object-fit: contain;
   }
   .home__category-article-link-7 .home__category-article-image {
      transform: translateY(20%);
      object-fit: contain;
   }
   .home__category-article-link-8 .home__category-article-image {
      transform: translateX(-13px) translateY(12%);
      object-fit: contain;
   }
   .home__category-article-link-9 .home__category-article-image {
      transform: translateY(20%);
      object-fit: contain;
   }
   .home__category-article-link-10 .home__category-article-image {
      transform: translateY(17%);
      object-fit: contain;
   }
   .home__category-article-link-13 .home__category-article-image {
      transform: translateY(20%);
      object-fit: contain;
   }
}

@media (min-width: 992px) {
   .home__category {
      position: relative;
   }
   .home__category .home__category-catalog {
           grid-area: unset;
           width: fit-content;
           position: absolute;
           bottom: 30px;
           left: calc(50% - 90px);
           right: auto;
           margin: auto;
   }
}
@media (max-width: 991px) {
   .home__category .home__category-catalog {
      margin: auto;
   }
}