@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade > .splide__list {
  display: block
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb > .splide__list {
  display: block
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

/* ubuntu-cyrillic-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../content/fonts/ubuntu-cyrillic-400-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-cyrillic-400-normal.woff) format('woff');

}

/* ubuntu-cyrillic-500-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(../../content/fonts/ubuntu-cyrillic-500-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-cyrillic-500-normal.woff) format('woff');

}

/* ubuntu-cyrillic-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../../content/fonts/ubuntu-cyrillic-700-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-cyrillic-700-normal.woff) format('woff');

}

/* ubuntu-latin-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../content/fonts/ubuntu-latin-400-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-latin-400-normal.woff) format('woff');

}

/* ubuntu-latin-500-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(../../content/fonts/ubuntu-latin-500-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-latin-500-normal.woff) format('woff');

}

/* ubuntu-latin-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../../content/fonts/ubuntu-latin-700-normal.woff2) format('woff2'), url(../../content/fonts/ubuntu-latin-700-normal.woff) format('woff');

}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  margin: 0
}

ul {
  list-style: none;
  padding: 0
}

a {
  text-decoration: none
}

button {
  border: none;
  cursor: pointer
}

.container {
  margin: 0 auto;
  max-width: 1320px;
  min-width: 375px;
  padding: 0 15px
}

@media (max-width: 1319px) {
  .container {
    padding: 0 20px
  }
}

.main {
  background: url(../../content/images/bg.jpg) #e9e6e4 no-repeat center/cover;
  position: relative
}

.main.overlay:before {
  background: rgba(0, 0, 0, .3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 23px;
  text-transform: uppercase
}

.btn-main {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
  line-height: 18px
}

.btn-main::after {
  content: url(../../content/icons/arrow-right.svg);
  height: 16px
}

.products-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 435px;
  padding: 0 30px 30px;
  width: 300px;
  border: 1px solid #eeeeee;
}

.products-card:hover {
  border: 1px solid #cccccc;
  width: 300px
}



.products-card__img {
  display: block;
  margin: 40px auto;
  width: 127px
}

.products-card__subtitle {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 17px
}

.products-card__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 50px;
  width: 185px
}

.products-card__link {
  color: #fca61d
}

.products-card__link:hover, .products-card__link:active {
  color: #c3bcb9;
  transition: .2s
}

.products-card__link:hover::after, .products-card__link:active::after {
  filter: invert(87%) sepia(5%) saturate(251%) hue-rotate(333deg) brightness(90%) contrast(85%);
  transition: .2s
}

.products-card__link::after {
  filter: invert(72%) sepia(66%) saturate(1329%) hue-rotate(340deg) brightness(97%) contrast(103%)
}

.menu-mirror__title {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 130.9%;
  padding: 5px 17px 4px
}

.mirror-list {
  display: grid;
  grid-template-columns:minmax(150px, 220px) minmax(300px, 500px);
  grid-template-rows:97px 97px
}

@media (max-width: 1047px) {
  .mirror-list {
    grid-template-columns:minmax(150px, 400px) minmax(300px, 607px)
  }
}

@media (max-width: 489px) {
  .mirror-list {
    grid-template-columns:auto;
    grid-template-rows:150px 100px 100px
  }
}

.mirror-list__items {
  display: flex;
  position: relative
}

.mirror-list__items:hover, .mirror-list__items:active {
  opacity: .7;
  transition: .2s
}

.mirror-list__item--1 {
  background: #555352;
  grid-column: span 1;
  grid-row: span 2
}

@media (max-width: 489px) {
  .mirror-list__item--1 {
    grid-row: span 1
  }
}

.mirror-list__item--2 {
  background: #c3bcb9;
  grid-column: 2/3;
  grid-row: span 1
}

@media (max-width: 489px) {
  .mirror-list__item--2 {
    grid-column: span 1;
    grid-row: 2/3
  }
}

.mirror-list__item--3 {
  background: #e9e6e4;
  grid-column: 2/3;
  grid-row: span 1
}

@media (max-width: 489px) {
  .mirror-list__item--3 {
    grid-column: span 1;
    grid-row: 3/4
  }
}

.mirror-list__links {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px
}

.mirror-list__link--1 {
  color: #fff;
  margin: auto auto 14px 20px;
  position: relative;
  width: 110px
}

@media (max-width: 489px) {
  .mirror-list__link--1 {
    padding: 5px;
    width: auto
  }
}

.mirror-list__link--1::before {
  content: url(../../content/icons/book-icon.svg);
  height: 52px;
  left: 0;
  position: absolute;
  top: -80px;
  width: 52px
}

.mirror-list__link--2 {
  color: #555352;
  margin: auto auto 20px 21px;
  padding: 5px
}

.mirror-list__link--2::after {
  bottom: 25px;
  content: url(../../content/icons/place-icon.svg);
  height: 42px;
  position: absolute;
  right: 22px;
  width: 42px
}

.mirror-list__link--3 {
  color: #555352;
  margin: auto auto 20px 21px;
  padding: 5px
}

.mirror-list__link--3::after {
  background: url(../../content/icons/tel-icon.svg) no-repeat center/cover;
  bottom: 15px;
  content: "";
  filter: invert(33%) sepia(3%) saturate(299%) hue-rotate(335deg) brightness(93%) contrast(90%);
  height: 51px;
  position: absolute;
  right: 18px;
  width: 51px
}

.menu-link {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 94px;
  justify-content: center;
  line-height: 19px;
  padding: 0 58px 0 22px;
  transition: .2s;
  width: 300px
}

@media (max-width: 649px) {
  .menu-link {
    width: 335px
  }
}

.menu-link:hover, .menu-link.active {
  background: #fca61d
}

.menu-link:hover .menu-link__type, .menu-link.active .menu-link__type {
  color: #000
}

.menu-link__type {
  color: #969696;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px
}

.menu-link__name {
  font-size: 18px;
  line-height: 21px
}

.feedback-message {
  animation: 4s fade 2s;
  background: #4caf50;
  border-radius: 5px;
  bottom: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  position: fixed;
  right: 50px
}

@keyframes fade {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.header {
  background: #fff
}

.header-container {
  display: flex;
  height: 79px;
  position: relative
}

@media (max-width: 743px) {
  .header-container {
    padding: 0 15px 0 0
  }
}

@media (max-width: 645px) {
  .header-container {
    height: 47px
  }
}

.title {
  font-size: 0
}

.logo {
  height: 79px;
  width: 300px
}

@media (max-width: 645px) {
  .logo {
    height: 47px;
    width: 178px
  }
}

.close-btn {
  background: rgba(0, 0, 0, 0);
  display: none;
  height: 17px;
  position: absolute;
  right: 22px;
  top: 24px;
  transition: .2s;
  width: 17px
}

.close-btn:hover:before, .close-btn:hover:after, .close-btn:active:before, .close-btn:active:after {
  background: red
}

.close-btn:before, .close-btn:after {
  background: #000;
  content: " ";
  height: 17px;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px
}

.close-btn:before {
  transform: rotate(45deg)
}

.close-btn:after {
  transform: rotate(-45deg)
}

.catalog-menu {
  background: #fff;
  display: none;
  left: 320px;
  position: absolute;
  top: 100%;
  z-index: 2
}

@media (max-width: 743px) {
  .catalog-menu {
    left: 300px
  }
}

@media (max-width: 645px) {
  .catalog-menu {
    left: 0;
    padding-left: 18px;
    width: 100%
  }

  .catalog-menu .close-btn {
    display: block
  }
}

.catalog-menu.open {
  display: block
}

.catalog-menu__list {
  padding-left: 20px;
  width: 335px
}

.catalog-menu__list-item {
  align-items: center;
  display: flex;
  height: 85px
}

.catalog-menu .menu-link {
  border-left: 5px solid rgba(0, 0, 0, 0);
  height: 50px;
  padding: 0 0 0 10px;
  width: 250px
}

.catalog-menu .menu-link:hover, .catalog-menu .menu-link:active {
  background: rgba(0, 0, 0, 0);
  border-left: 5px solid #fca61d
}

.menu-btn {
  --menu-color: #fff;
  align-items: center;
  background: #555352;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 20px;
  height: 100%;
  line-height: 18px;
  padding: 0 34px;
  transition: .2s
}

.menu-btn__icon {
  border-bottom: 2px solid var(--menu-color);
  border-top: 2px solid var(--menu-color);
  display: inline-block;
  height: 16px;
  position: relative;
  width: 23px
}

@media (max-width: 645px) {
  .menu-btn .menu-btn__icon {
    display: none
  }
}

.menu-btn__icon::before {
  background: var(--menu-color);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 5px;
  width: inherit
}

.menu-btn:hover, .menu-btn:active {
  --menu-color: #FCA61D;
  color: #fca61d
}

@media (max-width: 645px) {
  .menu-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 0 17px
  }
}

.header-menu {
  display: flex;
  position: relative;
  width: 100%
}

@media (max-width: 1111px) {
  .header-menu {
    background: #fff;
    display: none;
    flex-direction: column;
    gap: 40px;
    justify-content: end;
    padding: 20px 40px 35px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 262px;
    z-index: 2
  }

  .header-menu.open {
    display: flex
  }
}

@media (max-width: 489px) {
  .header-menu {
    padding-left: 38px;
    width: 100%
  }

  .header-menu .close-btn {
    display: block
  }
}

.header-menu__nav {
  display: flex;
  height: 100%;
  justify-content: end
}

@media (max-width: 489px) {
  .header-menu__nav {
    justify-content: start
  }
}

.header-menu__list {
  align-items: center;
  display: flex;
  gap: 38px;
  height: 100%;
  padding: 0 38px
}

@media (max-width: 1111px) {
  .header-menu__list {
    align-items: end;
    flex-direction: column;
    padding: 0
  }
}

@media (max-width: 489px) {
  .header-menu__list {
    align-items: start
  }
}

.header-menu__link {
  color: #555352;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px
}

.header-menu__link:hover, .header-menu__link:active {
  color: #fca61d
}

.contact {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 7px;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  padding-left: 33px
}

@media (max-width: 1111px) {
  .contact {
    justify-content: end
  }
}

@media (max-width: 489px) {
  .contact {
    justify-content: start;
    margin-left: 0
  }
}

.contact__number {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  position: relative
}

.contact__number:hover, .contact__number:active {
  transform: scale(1.05);
  transition: .2s
}

.contact__number::before {
  background: url(../../content/icons/tel-icon.svg) no-repeat center/cover;
  content: "";
  filter: invert(74%) sepia(38%) saturate(1430%) hue-rotate(340deg) brightness(97%) contrast(104%);
  height: 18px;
  left: -33px;
  position: absolute;
  top: 3px;
  width: 18px
}

.contact__link {
  color: #fca61d;
  font-size: 13px;
  font-style: normal;
  line-height: 15px
}

.contact__link:hover, .contact__link:active {
  color: #969696;
  transition: .2s
}

.mobile-menu {
  --menu-color: #000;
  background: rgba(0, 0, 0, 0);
  display: none
}

.mobile-menu:hover, .mobile-menu:active {
  --menu-color: #FCA61D
}

.mobile-menu:hover::before, .mobile-menu:active::before {
  color: #fca61d
}

.mobile-menu::before {
  color: #555352;
  content: "Меню";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px
}

@media (max-width: 645px) {
  .mobile-menu::before {
    display: none
  }
}

@media (max-width: 1111px) {
  .mobile-menu {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-left: auto
  }
}

.feedback-modal {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

@media (max-width: 941px) {
  .feedback-modal .feedback-form {
    width: 470px
  }
}

@media (max-width: 645px) {
  .feedback-modal .feedback-form {
    width: 70vw
  }
}

.feedback-modal.open {
  display: block
}

.footer {
  background: #555352;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 134.4%;
  padding: 26px 0 28px
}

.footer-links {
  display: flex;
  gap: 110px;
  margin-bottom: 30px
}

.footer-links__item--last {
  margin-left: auto
}

@media (max-width: 645px) {
  .footer-links {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px
  }

  .footer-links__item--last {
    margin-left: 0
  }
}

.footer__link {
  color: inherit
}

.footer__link:hover, .footer__link:active {
  color: #fca61d;
  transition: .2s
}

.footer .attention {
  color: #fca61d
}

.footer .attention:hover, .footer .attention:active {
  color: #fff;
  transition: .2s
}

.footer__disclaimer {
  color: rgba(255, 255, 255, .49);
  font-size: 12px;
  font-weight: 400;
  max-width: 940px
}

.home-main {
  padding-bottom: 65px;
  padding-top: 30px
}

.promo {
  display: grid;
  gap: 30px;
  grid-template-columns:minmax(335px, 740px) minmax(335px, 520px);
  grid-template-rows:220px 150px;
  margin-bottom: 120px
}

@media (max-width: 1047px) {
  .promo {
    gap: 20px;
    grid-template-columns:auto;
    grid-template-rows:auto auto auto
  }
}

.promo-main {
  grid-column: span 1;
  grid-row: span 2
}

@media (max-width: 1047px) {
  .promo-main {
    grid-column: span 1;
    grid-row: span 1
  }
}

@media (max-width: 489px) {
  .promo-main {
    margin-bottom: 15px
  }
}

.promo .menu-mirror {
  grid-column: 2/3;
  grid-row: span 1
}

@media (max-width: 1047px) {
  .promo .menu-mirror {
    grid-column: span 1;
    grid-row: 2/3
  }
}

.promo-product {
  grid-column: 2/3;
  grid-row: 2/3
}

@media (max-width: 1047px) {
  .promo-product {
    grid-column: span 1;
    grid-row: 3/4
  }
}

.promo-main {
  background: url(../../content/images/oil.jpg) no-repeat center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 46px
}

@media (max-width: 489px) {
  .promo-main {
    padding: 46px 17px
  }
}

.promo-main__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 16px
}

.promo-main__desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 60px;
  max-width: 380px
}

.promo-main__btn {
  background: #fca61d;
  border-radius: 72px;
  color: #fff;
  height: 70px;
  justify-content: center;
  margin-top: auto;
  width: 190px
}

.promo-main__btn:hover, .promo-main__btn:active {
  background: #e19213;
  transition: .2s
}

.promo-main__btn::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
}

.promo-product {
  background: #fff;
  display: flex;
  overflow: hidden;
  position: relative
}

.promo-product::after {
  background: #fca61d;
  color: #fff;
  content: "Популярно";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 30px 2px;
  position: absolute;
  right: -30px;
  top: 25px;
  transform: rotate(41.73deg)
}

.promo-product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 25px
}

.promo-product__title {
  color: #555352;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  width: 200px
}

.promo-product__link {
  color: #fca61d
}

.promo-product__link:hover, .promo-product__link:active {
  color: #c3bcb9
}

.promo-product__link:hover::after, .promo-product__link:active::after {
  filter: invert(87%) sepia(5%) saturate(251%) hue-rotate(333deg) brightness(90%) contrast(85%);
  transition: .2s
}

.promo-product__link::after {
  filter: invert(72%) sepia(66%) saturate(1329%) hue-rotate(340deg) brightness(97%) contrast(103%)
}

.promo-product__img {
  align-self: center;
  height: 126px;
  margin: 0 90px 0 auto
}

@media (max-width: 650px) {
  .promo-product__img {
    height: 87px
  }
}

@media (max-width: 489px) {
  .promo-product__img {
    align-self: end;
    height: 70px;
    margin: 0 0 20px -10px
  }
}

.location {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 130px
}

@media (max-width: 1047px) {
  .location {
    margin-bottom: 50px
  }
}

@media (max-width: 489px) {
  .location {
    gap: 30px
  }
}

.location__img {
  max-width: 100%
}

.location__wrapper {
  max-width: 740px
}

@media (max-width: 1919px) {
  .location__wrapper {
    max-width: 698px
  }
}

.location__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase
}

.location__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 134.4%
}

.popular__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px
}

@media (max-width: 489px) {
  .popular__wrapper {
    align-items: unset;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px
  }
}

.popular__title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase
}

.popular__link {
  color: #000
}

.popular__link:hover, .popular__link:active {
  color: #fca61d;
  transition: .2s
}

.popular__link:hover:after, .popular__link:active:after {
  filter: invert(72%) sepia(66%) saturate(1329%) hue-rotate(340deg) brightness(97%) contrast(103%);
  transition: .2s
}

.popular-products {
  display: flex;
  gap: 30px;
  overflow: hidden
}

@media (max-width: 1319px) {
  .popular-products {
    margin-right: -20px
  }
}

@media (max-width: 1047px) {
  .popular-products {
    gap: 18px
  }
}

@media (max-width: 489px) {
  .popular-products {
    gap: 16px
  }
}

.about-main {
  padding-bottom: 65px;
  padding-top: 23px
}

.bc {
  margin-bottom: 13px
}

.bc__link, .bc__divider {
  color: #969696;
  font-size: 16px;
  line-height: 18px
}

.about {
  color: #000;
  margin-bottom: 60px
}

@media (max-width: 743px) {
  .about {
    margin: 0 -20px 60px
  }
}

@media (max-width: 489px) {
  .about {
    margin-bottom: 45px
  }
}

.about__img {
  display: block;
  width: 100%
}

.about-article {
  max-width: 975px
}

.about-article__wrapper {
  background: #fff;
  padding: 45px 65px 35px
}

@media (max-width: 1111px) {
  .about-article__wrapper {
    padding: 37px 30px 45px
  }
}

@media (max-width: 743px) {
  .about-article__wrapper {
    padding: 30px 20px
  }
}

.about-article__part {
  font-size: 18px;
  line-height: 134.4%;
  margin-bottom: 15px
}

@media (max-width: 489px) {
  .about-article__part {
    font-size: 16px;
    margin-bottom: 10px
  }
}

.contacts-main {
  padding-bottom: 172px;
  padding-top: 23px
}

@media (max-width: 1078px) {
  .contacts-main {
    padding-bottom: 98px
  }
}

@media (max-width: 489px) {
  .contacts-main {
    padding-bottom: 34px
  }
}

.contacts-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns:1fr 1fr
}

@media (max-width: 1078px) {
  .contacts-wrapper {
    grid-template-columns:1fr
  }
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 15px
}

@media (max-width: 645px) {
  .contacts {
    margin: 0 -20px
  }
}

.contacts__divider {
  background: #f1f1f1;
  border: none;
  height: 1px;
  margin: 40px 0 30px
}

.contacts-department {
  background: #fff;
  height: 353px;
  padding: 38px 110px 48px 80px
}

@media (max-width: 1078px) {
  .contacts-department {
    height: 328px
  }
}

@media (max-width: 645px) {
  .contacts-department {
    padding: 32px 50px 30px 70px
  }
}

@media (max-width: 489px) {
  .contacts-department {
    padding: 32px 20px 30px 65px
  }
}

.contacts-department__link {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 134.4%;
  margin-bottom: 13px;
  position: relative
}

.contacts-department__link:hover, .contacts-department__link:active {
  color: #fca61d;
  transition: .2s
}

@media (max-width: 489px) {
  .contacts-department__link {
    font-size: 16px
  }
}

.contacts-department__link::before {
  left: -47px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%)
}

.contacts-department__link--mail::before {
  content: url(../../content/icons/mail-icon.svg)
}

.contacts-department__link--tel::before {
  content: url(../../content/icons/phone-icon.svg)
}

.contacts-department__link--telegram::before {
  content: url(../../content/icons/telegram-icon.svg)
}

.contacts-department__name {
  font-weight: 700
}

.contacts-feedback__title {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 130.9%;
  padding: 5px 17px 4px
}

.feedback-form {
  background: #e9e6e4;
  display: flex;
  flex-direction: column;
  padding: 13px 32px 17px 31px
}

@media (max-width: 645px) {
  .feedback-form {
    padding: 20px
  }
}

.feedback-form__wrapper {
  grid-gap: 8px 9px;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:43px 83px;
  margin-bottom: 10px
}

@media (max-width: 645px) {
  .feedback-form__wrapper {
    grid-gap: 10px;
    grid-template-columns:1fr;
    grid-template-rows:43px 43px 145px
  }
}

.feedback-form__input {
  border: none;
  color: #555352;
  font-size: 13px;
  grid-column: span 1;
  grid-row: span 1;
  line-height: 134.4%;
  outline: none;
  padding: 13px 22px;
  width: 100%
}

.feedback-form__input:focus::placeholder {
  font-size: 0
}

.feedback-form__message {
  border: none;
  grid-column: span 2;
  grid-row: span 1;
  outline: none;
  padding: 14px 22px;
  resize: none
}

@media (max-width: 645px) {
  .feedback-form__message {
    grid-column: span 1;
    grid-row: 3/4
  }
}

.feedback-form__message:focus::placeholder {
  font-size: 0
}

.feedback-form__btn {
  background: rgba(0, 0, 0, 0);
  color: #fca61d;
  margin-left: auto
}

.feedback-form__btn:hover, .feedback-form__btn:active {
  transform: scale(1.1);
  transition: .2s
}

.feedback-form__btn::after {
  filter: invert(72%) sepia(66%) saturate(1329%) hue-rotate(340deg) brightness(97%) contrast(103%)
}

.contacts-promo {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.contacts-promo .promo-main {
  height: 353px;
  padding: 40px 46px
}

@media (max-width: 1078px) {
  .contacts-promo .promo-main {
    height: auto
  }
}

@media (max-width: 489px) {
  .contacts-promo .promo-main {
    padding: 40px 17px
  }
}

@media (min-width: 490px)and (max-width: 1078px) {
  .contacts-promo .mirror-list {
    grid-template-columns:1fr 2fr
  }
}

.buy-main {
  padding-bottom: clamp(120px, 30%, 394px);
  padding-top: 23px
}

.map-container {
  position: relative
}

.map {
  position: absolute;
  right: 0;
  top: 40px
}

@media (max-width: 1299px) {
  .map {
    display: none
  }
}

.buy {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 790px;
  padding-top: 24px
}

@media (max-width: 584px) {
  .buy {
    gap: 35px
  }
}

.regions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.regions__btn {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 17px 19px;
  transition: .2s
}

@media (max-width: 634px) {
  .regions__btn {
    font-size: 12px;
    line-height: 14px
  }
}

.regions__btn:hover, .regions__btn:active, .regions__btn.active {
  background: #fca61d
}

.address {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 134.4%;
  white-space: pre-line;
  width: 410px
}

@media (max-width: 727px) {
  .address {
    font-size: 16px;
    width: 335px
  }
}

.address__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.address__title {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 130.9%;
  padding: 5px 17px 4px;
  text-transform: uppercase
}

.address__short {
  background: #c3bcb9;
  color: #555352;
  font-weight: 500;
  padding: 13px 21px 8px
}

.address__full {
  background: #e9e6e4;
  border-top: solid 1px #c3bcb9;
  color: #000;
  padding: 16px 21px 20px
}

.catalog-main {
  padding-bottom: 73px;
  padding-top: 23px
}

@media (max-width: 999px) {
  .catalog-main {
    padding-bottom: 273px
  }
}

@media (max-width: 649px) {
  .catalog-main {
    padding-bottom: 143px
  }
}

.catalog {
  display: flex;
  gap: 30px
}

@media (max-width: 999px) {
  .catalog {
    flex-direction: column;
    gap: 50px
  }
}

@media (max-width: 649px) {
  .catalog {
    gap: 24px
  }
}

.sidebar {
  --menu-color: #000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  scroll-behavior: smooth
}

.sidebar.open {
  height: auto;
  max-height: 1000px;
  overflow: auto;
  transition: ease 1s
}

@media (max-width: 999px) {
  .sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
  }
}

@media (max-width: 649px) {
  .sidebar {
    max-height: 94px;
    overflow: hidden;
    transition: ease .5s
  }
}

.sidebar__dropdown {
  display: none;
  height: 94px;
  position: relative;
  width: 335px
}

@media (max-width: 649px) {
  .sidebar__dropdown {
    display: block
  }
}

.sidebar__btn {
  background: rgba(0, 0, 0, 0);
  height: 94px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.sidebar__btn .menu-btn__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.catalog-products {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 30px
}

@media (max-width: 1319px) {
  .catalog-products .products-card:nth-child(n+9) {
    display: none
  }
}

@media (max-width: 999px) {
  .catalog-products {
    gap: 10px;
    justify-content: center
  }

  .catalog-products .products-card:nth-child(n+7) {
    display: none
  }
}

@media (max-width: 649px) {
  .catalog-products {
    gap: 10px;
    justify-content: center
  }

  .catalog-products .products-card:nth-child(n+5) {
    display: none
  }
}

.product-main {
  padding-bottom: 75px;
  padding-top: 23px
}

@media (max-width: 1047px) {
  .product-main {
    padding-bottom: 69px
  }
}

@media (max-width: 649px) {
  .product-main {
    padding-bottom: 59px
  }
}

.product__wrapper {
  display: flex;
  gap: 30px;
  padding: 30px 0
}

@media (max-width: 1047px) {
  .product__wrapper {
    flex-direction: column
  }
}

@media (max-width: 649px) {
  .product__wrapper {
    gap: 15px;
    padding: 0 0 40px
  }
}

.product {
  background: #fff;
  padding: 22px 29px 32px 32px
}

@media (max-width: 1111px) {
  .product {
    max-width: 742px;
    padding: 10px 28px 42px 30px
  }
}

@media (max-width: 489px) {
  .product {
    margin: 0 -20px
  }
}

.product__info {
  display: flex;
  gap: 84px;
  margin-bottom: 64px;
  padding-left: 43px
}

@media (max-width: 1111px) {
  .product__info {
    flex-direction: column;
    gap: 67px;
    padding-left: 0
  }
}

@media (max-width: 649px) {
  .product__info {
    gap: 55px;
    margin-bottom: 50px
  }
}

.product__img {
  height: 280px;
  margin-top: 37px;
  width: 199px
}

@media (max-width: 1111px) {
  .product__img {
    align-self: center
  }
}

@media (max-width: 649px) {
  .product__img {
    margin-top: 32px
  }
}

.product__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px
}

@media (max-width: 649px) {
  .product__meta {
    flex-direction: column;
    gap: 7px
  }
}

.product__subtitle, .product__vendor-code {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px
}

.product__name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  width: 250px
}

@media (max-width: 649px) {
  .product__name {
    font-size: 21px;
    line-height: 24px
  }
}

.product__desc {
  color: #000;
  font-size: 18px;
  line-height: 134.4%;
  margin-bottom: 30px
}

@media (max-width: 649px) {
  .product__desc {
    font-size: 16px;
    margin-bottom: 25px
  }
}

.product__btn {
  background: rgba(0, 0, 0, 0);
  color: #fca61d;
  font-size: 20px;
  line-height: 23px
}

.product__btn:hover, .product__btn:active {
  color: #c3bcb9;
  transition: .2s
}

.product__btn:hover::after, .product__btn:active::after {
  filter: invert(87%) sepia(5%) saturate(251%) hue-rotate(333deg) brightness(90%) contrast(85%);
  transition: .2s
}

@media (max-width: 649px) {
  .product__btn {
    font-size: 16px;
    line-height: 18px
  }
}

.product__btn::after {
  filter: invert(72%) sepia(66%) saturate(1329%) hue-rotate(340deg) brightness(97%) contrast(103%)
}

.product__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 14px
}

@media (max-width: 649px) {
  .product__title {
    font-size: 18px;
    line-height: 20px
  }
}

.product-spec {
  font-size: 18px;
  margin-bottom: 40px
}

@media (max-width: 649px) {
  .product-spec {
    font-size: 16px;
    margin-bottom: 25px
  }
}

.product-spec__desc {
  line-height: 134.4%
}

.product-feat__list {
  list-style: inside;
  padding: 10px
}

@media (max-width: 649px) {
  .product-feat__list {
    padding: 0 10px 20px
  }
}

.product-feat__list-item {
  font-size: 18px;
  line-height: 168.4%
}

@media (max-width: 649px) {
  .product-feat__list-item {
    font-size: 16px
  }
}

.product-nav {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 1047px) {
  .product-nav {
    flex-direction: row;
    flex-wrap: wrap;
    width: 610px
  }
}

@media (max-width: 649px) {
  .product-nav {
    align-self: center;
    flex-direction: column;
    width: 335px
  }
}

.product-nav__link {
  align-items: center;
  background: #fff;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  min-height: 50px;
  padding: 10px 26px;
  transition: .2s;
  width: 300px
}

@media (max-width: 1047px) {
  .product-nav__link:nth-child(n+9) {
    display: none
  }
}

@media (max-width: 649px) {
  .product-nav__link {
    width: 335px
  }

  .product-nav__link:nth-child(n+7) {
    display: none
  }
}

.product-nav__link:hover, .product-nav__link:active, .product-nav__link.active {
  background: #fca61d
}

.product__section-wrapper {
  margin-bottom: 94px;
  width: 520px
}

@media (max-width: 1047px) {
  .product__section-wrapper {
    width: 100%
  }
}

@media (max-width: 649px) {
  .product__section-wrapper {
    margin-bottom: 53px
  }
}
