@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #2b2a28;
  line-height: 1;
  font-family: Montserrat;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 105.125rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.75rem 1fr minmax(auto, 103.625rem) 1fr 0.75rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.btn {
  padding: 13px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.btn__primary {
  color: #fff;
  border-radius: 46px;
  background: rgba(225, 29, 36, 0.8);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn__primary:hover {
  background: #9f0006;
}
.section__breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section__breadcrumbs__item:last-child .section__breadcrumbs__link {
  color: #000;
}
.section__breadcrumbs__item:last-child .section__breadcrumbs__link::before {
  content: none;
}
.section__breadcrumbs__item:last-child .section__breadcrumbs__link:hover {
  text-decoration: none;
  color: #000;
}
.section__breadcrumbs__link {
  color: #848484;
  font-weight: 500;
  padding-right: 8px;
  position: relative;
  transition: all 0.3s linear;
}
.section__breadcrumbs__link::before {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.section__breadcrumbs__link:hover {
  text-decoration: underline;
  color: #000;
}
.section__pagination {
  padding-bottom: 70px;
}
.section__pagination__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pagination__btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #2b2a28;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.pagination__btn svg {
  width: 100%;
}
.pagination__btn svg path {
  transition: all 0.3s linear;
}
.pagination__btn:hover {
  border: 1px solid #e74a50;
  background: #e74a50;
}
.pagination__btn:hover svg path {
  fill: #fff;
}
.pagination_prev svg {
  rotate: 90deg;
}
.section__pagination__nums {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* .section__pagination__nums li:first-child .section__pagination__num,
.section__pagination__nums li:last-child .section__pagination__num {
  border: 1px solid #2b2a28;
  color: #000;
  background-color: #fff;
}
.section__pagination__nums li:first-child .section__pagination__num.active,
.section__pagination__nums li:first-child .section__pagination__num:hover,
.section__pagination__nums li:last-child .section__pagination__num.active,
.section__pagination__nums li:last-child .section__pagination__num:hover {
  border: 1px solid #e74a50;
  background: #e74a50;
  color: #fff;
} */
.section__pagination__nums li p {
  width: 30px;
  border: none;
  background-color: #fff;
  align-items: end;
  color: #000;
}
.section__pagination__nums li p:hover {
  border: none;
  background-color: #fff;
  color: #000;
}
.section__pagination__num {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2b2a28;
  border: 1px solid #2b2a28;
  color: #fff;
  font-weight: 300;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__pagination__num.active,
.section__pagination__num:hover {
  border: 1px solid #e74a50;
  background: #e74a50;
}
.pagination_next svg {
  rotate: -90deg;
}
.page__title {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0;
}
.header {
  padding: 40px 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  position: sticky;
  top: 0;
}
.header__body {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  color: #2b2a28;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 47px;
  width: 137px;
  border-radius: 22px;
  z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
}
.header__logo img {
  width: 38px;
  height: 28px;
}
.header__logo .header__logo__mob {
  display: none;
}
.header__menu {
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
}
.menu__body {
  display: flex;
  align-items: center;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 36px;
}
.menu__item {
  position: relative;
}
.special a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e14347;
  text-transform: uppercase;
}
.headr__lang__btn {
  padding: 8px 28px;
  font-size: 15px;
  font-weight: 500;
  outline: 0;
  border-radius: 22px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25) inset;
  position: relative;
  cursor: pointer;
}
.headr__lang__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 12px;
  height: 8px;
  background-image: url(../img/arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease 0s;
}
.headr__lang__btn.active {
  border-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.headr__lang__btn.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.menu__lang {
  display: none;
}
.menu__lang.active {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 8px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #ffe8e8;
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
}
.menu__lang__item {
  font-size: 15px;
  font-weight: 500;
}
.footer {
  padding: 32px 0;
  background: #2b2a28;
  color: #fff;
  font-weight: 500;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  row-gap: 20px;
  align-items: center;
}
.footer__list:first-child {
  margin-bottom: 20px;
}
.footer__logo img {
  width: 327px;
  height: 126.977px;
}
.section__hero {
  padding: 40px 0;
  position: relative;
}
.section__hero__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__hero__img {
  margin-bottom: 30px;
  width: 419.5px;
  height: 152.48px;
}
.section__hero__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section__hero__title h1 {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
  white-space: nowrap;
}
.section__hero__title hr {
  background: #e34549;
  height: 2px;
  width: 100%;
}
.section__hero__text {
  max-width: 647px;
  color: #2b2a28;
  font-size: 20px;
  line-height: 120%;
}
.section__hero__bg {
  position: absolute;
  top: -127px;
  left: 0;
  width: 100%;
  height: 1370px;
  z-index: -1;
}
.section__marquee {
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.7);
}
.section__marquee__list {
  white-space: nowrap;
  width: 100%;
  display: flex;
  gap: 40px;
}
.section__marquee__item {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.section__tape__wrapper {
  grid-template-columns: repeat(4, 1fr);
  padding-top: 100px;
  padding-bottom: 50px;
}
.section__tape__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* padding: 0 65px; */
  padding-top: 120px;
  padding-bottom: 20px;
  border-radius: 33.3px;
  background: linear-gradient(
    122deg,
    rgba(255, 221, 221, 0.38) -11.18%,
    rgba(255, 229, 221, 0.38) 54.7%,
    rgba(255, 221, 221, 0.38) 101.43%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 400px;
  text-align: center;
}
.section__tape__slide img {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section__tape__slide hr {
  border-radius: 90px;
  background: #e14246;
  height: 2px;
  width: 100%;
  max-width: 270px;
}
.section__tape__title {
  color: #2b2a28;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.section__tape__text {
  color: #2b2a28;
  text-align: center;
}
.section__home__slider {
  padding-top: 80px;
  padding-bottom: 95px;
}
.section__home__slider__slider {
  position: relative;
}
.section__home__slider__slide img {
  width: 100%;
  border-radius: 34px;
  background: #fff;
}
.section__home__slider__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 10px;
}
.section__home__slider__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 13px;
  background-color: #fbf1f0;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section__home__slider__pagination .swiper-pagination-bullet-active {
  margin: 0 6px;
  width: 23px;
  background-color: #e11d24;
}
.section__home__slider__prev {
  width: 27px;
  height: 112.5px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 34px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
}
.section__home__slider__prev img {
  rotate: 180deg;
}
.section__home__slider__next {
  width: 27px;
  height: 112.5px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 34px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
}
.section__map {
  position: relative;
  padding-bottom: 70px;
  background-image: url(../img/section__map__bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section__map__title {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
}
.section__map__inner {
  margin-top: 90px;
  display: grid;
  padding-bottom: 30px;
}
.section__map__wrapper {
  display: flex;
  gap: 20px;
  overflow-y: auto;
  padding-bottom: 50px;
}
.section__map__wrapper::-webkit-scrollbar {
  display: none;
}
.section__map__main__items {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.section__map__main__item {
  width: 418px;
  height: 172px;
  border-radius: 33.3px;
  background: rgba(255, 221, 221, 0.2);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section__map__main__item hr {
  margin: 14px auto;
  width: 63px;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
}
.section__map__main__item:first-child .section__map__main__title {
  text-align: center;
  width: 100%;
}
.section__map__main__item:last-child .section__map__main__title {
  text-align: left;
  max-width: 252px;
  padding-left: 30px;
}
.section__map__main__item:last-child .section__map__main__title + img {
  padding-left: 30px;
}
.section__map__main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.section__map__main__title {
  color: #e14246;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.section__map__main__list {
  width: 100%;
  background-color: #fff;
  padding: 3px 0;
  padding-left: 40px;
  display: flex;
  gap: 24px;
}
.section__map__main__list__item {
  color: #000;
  font-size: 18px;
  position: relative;
}
.section__map__main__list__item::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #e14246;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  position: absolute;
}
.section__map__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section__map__items:nth-child(2) {
  max-width: 1490px;
  margin: 0 auto;
  margin-top: -40px;
}
.section__map__items:nth-child(3) {
  max-width: 1650px;
  margin: 0 auto;
  margin-top: 70px;
}
.section__map__items:last-child {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 70px;
}
.section__map__items:last-child .section__map__item:first-child {
  justify-content: end;
  padding-bottom: 24px;
}
.section__map__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 15px;
  width: 261px;
  height: 235px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0, rgba(234, 234, 234, 0.7) 100%);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  position: relative;
}
.section__map__item hr {
  width: 63px;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
  margin-bottom: 4px;
  margin-top: 18px;
}
.section__map__item img {
  position: absolute;
  left: 20px;
  top: -15px;
}
.section__map__item__text {
  color: #2b2a28;
  font-size: 20px;
  font-weight: 700;
}
.section__map__item__text span {
  font-size: 18px;
}
.section__map__item__text .section__map__item__span__small {
  font-size: 16px;
}
.section__map__item__text__small {
  color: #2b2a28;
  font-size: 18px;
}
.section__map__bg {
  position: absolute;
  top: calc(50% + 140px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  /* height: 100%; */
  max-width: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.section__type__title {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  text-transform: uppercase;
}
.section__type__title hr {
  width: 100%;
  height: 1px;
  background: #e34549;
}
.section__type__items {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: 80px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.section__type__item {
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.section__type__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  max-height: 300px;
}
.section__type__item__inner {
  z-index: 1;
  min-height: 200px;
  height: 100%;
  margin-top: -65px;
  background: linear-gradient(
    122deg,
    rgba(255, 255, 255, 0.38) -11.18%,
    rgba(255, 211, 195, 0.38) 54.7%,
    rgba(255, 255, 255, 0.38) 101.43%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2700004578px);
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 12px;
  padding: 24px;
  padding-top: 88px;
}
.section__type__item__inner hr {
  width: 100%;
  max-width: 275px;
  border-radius: 90px;
  background: #e14246;
  height: 2px;
}
.section__type__item__title {
  /* max-width: 275px; */
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.section__type__item__text {
  max-width: 275px;
  text-align: center;
}
.section__featured {
  padding-top: 120px;
  padding-bottom: 80px;
}
.section__featured__body {
  display: grid;
  gap: 60px;
}
.section__featured__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  color: #e14246;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 900;
}
.section__featured__title hr {
  width: 100%;
  height: 2px;
  background: #e34549;
}
.section__featured__items {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
}
.item__card {
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.item__card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
  aspect-ratio: 400/300;
}
.item__body {
  height: 100%;
  margin-top: -70px;
  background: rgba(219, 219, 219, 0.38);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2700004578px);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.item__body hr {
  width: 100%;
  max-width: 270px;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
  margin: 16px auto;
}
.item__classes > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 15px;
}
/* .item__class{
  padding: 10px;
  color: #e14246;
  font-size: 22px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 34px;
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24.4350013733px);
  text-transform: uppercase;
}
.item__class.top {
  background-color: #e14246;
  color: #fff;
} */
.item__title {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  padding: 0 12px;
}
.item__text {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  margin-bottom: 12px;
}
.item__btn {
  margin-top: auto;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 5.25px;
}
.section__prefooter {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
.section__prefooter a:hover {
  text-decoration: underline;
}
.section__prefooter__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__prefooter__body {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-items: center;
  justify-content: space-between;
}
.section__prefooter__item {
  overflow: hidden;
  max-width: 442px;
  width: 100%;
  border-radius: 34px;
  background: linear-gradient(
    122deg,
    rgba(255, 221, 221, 0.38) -11.18%,
    rgba(255, 229, 221, 0.38) 54.7%,
    rgba(255, 221, 221, 0.38) 101.43%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2700004578px);
  padding: 0 30px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.section__prefooter__head {
  display: grid;
  justify-items: center;
  gap: 12px;
}
.section__prefooter__head hr {
  width: 100%;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
  max-width: 270px;
}
.section__prefooter__title {
  color: #2b2a28;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.section__prefooter__text {
  text-align: center;
  max-width: 330px;
}
.section__prefooter__content {
  margin-top: 30px;
  flex: 1;
}
.section__prefooter__form {
  height: 100%;
  display: grid;
  gap: 30px;
  align-items: start;
}
.input__body {
  width: 100%;
  position: relative;
}
.input__label {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #868686;
  text-align: center;
  font-weight: 500;
}
.input__label span {
  color: #e14246;
}
.input__field {
  width: 100%;
  height: 50px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2.903px 2.903px 0 rgba(0, 0, 0, 0.25) inset;
  outline: 0;
  text-align: center;
}
.input__field:-ms-input-placeholder + .input__label {
  display: block;
}
.input__field:placeholder-shown + .input__label {
  display: block;
}
textarea.input__field {
  height: 100px;
  resize: none;
  padding: 14px;
}
textarea.input__field + .input__label {
  top: 14px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.form__btn {
  margin-top: auto;
  align-self: end;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0;
  letter-spacing: 5.25px;
  justify-content: center;
}
.section__prefooter__contacts {
  margin: auto 0;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section__prefooter__contacts a {
  font-size: 30px;
  font-weight: 600;
}
.section__prefooter__contacts hr {
  width: 100%;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
  max-width: 270px;
}
.section__prefooter__social img{
  width: 52px;
  height: 52px;
}
.section__prefooter__social {
  display: flex;
  gap: 30px;
  align-items: center;
}
.section__prefooter__mail {
  color: #e74a50;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin-top: 20px;
}
.section__prefooter__address iframe {
  width: 100%;
  max-width: 382px;
  max-height: 227px;
  border-radius: 26px;
  box-shadow: 0 2.903px 2.903px 0 rgba(0, 0, 0, 0.25) inset;
}
.section__prefooter__address__link {
  color: #2b2a28;
  text-align: center;
  font-weight: 600;
  margin-top: 32px;
  width: 100%;
}
.section__contacts {
  margin-top: 30px;
  margin-bottom: 100px;
}
.section__contacts__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 45px;
}
.section__contacts__title {
  color: #e74a50;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
}
.section__contacts__inner.section__prefooter__body .section__prefooter__item:last-child {
  padding-bottom: 50px;
}
.section__contacts__inner.section__prefooter__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__contacts__maps .section__prefooter__item {
  padding-bottom: 30px!important;
}
.section__contacts__maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 70px;
  column-gap: 50px;
  width: 100%;
  max-width: 950px;
}
.section__products {
  padding-top: 30px;
  padding-bottom: 70px;
}
.section__products__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__products__head {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 16px;
}
.section__products__head.head__end {
  justify-content: flex-end;
}
.section__products__categories__list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.section__products__categories__btn {
  padding: 14px 34px;
  border-radius: 22.114px;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 255, 255, 0.38) 86.81%
  );
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.2266216278px);
  color: #000;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s linear;
  white-space: nowrap;
}
.section__products__categories__btn:hover {
  color: #fff;
  background: #e14246;
}
.section__products__categories__btn.active {
  color: #000;
  border-radius: 22.114px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.2266216278px);
}
.section__products__top__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section__products__top__link {
  color: #2b2a28;
  font-weight: 500;
  padding-right: 16px;
  position: relative;
}
.section__products__top__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 22.114px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 2.391px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.2266216278px);
  width: 21px;
  height: 21px;
  transition: all 0.3s linear;
}
.section__products__top__link::after {
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #e14246;
  border-radius: 50%;
}
.section__products__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.section__blog__body {
  padding: 50px 0;
  border-top: 2px solid #e34549;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  row-gap: 80px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.section__blog__article {
  border-radius: 34px;
  overflow: hidden;
  width: 100%;
  max-width: 780px;
}
.section__blog__article img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__blog__article__inner {
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0 0 33.3px 33.3px;
  background: linear-gradient(
    122deg,
    rgba(255, 255, 255, 0.38) -11.18%,
    rgba(255, 211, 195, 0.38) 54.7%,
    rgba(255, 255, 255, 0.38) 101.43%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2700004578px);
  padding: 8px 0;
  padding-bottom: 0;
}
.section__blog__article__inner hr {
  height: 2px;
  border-radius: 90px;
  background: #e14246;
  width: 100%;
  max-width: 270px;
  margin: 6px 0;
  margin-left: 40px;
}
.section__blog__article__inner__date {
  padding: 8px 18px;
  margin-left: 24px;
  color: #e11d24;
  text-align: center;
  font-size: 22px;
  border-radius: 34px;
  background: #fff8f6;
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24.4350013733px);
}
.section__blog__article__inner__title {
  font-size: 25px;
  font-weight: 700;
  margin: 0 24px;
}
.section__blog__article__inner__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 24px;
}
.section__blog__article__inner__btn {
  margin-top: 26px;
  width: 100%;
  border-radius: 0;
  justify-content: center;
  letter-spacing: 5.25px;
  font-size: 25px;
}
.section__article {
  padding-top: 45px;
}
.section__article__img {
  width: 461px;
  height: 331px;
  border-radius: 34px;
  float: left;
  margin-right: 24px;
}
.section__article__inner hr {
  height: 2px;
  background: #e34549;
  margin: 22px 0;
}
.section__article__title {
  font-size: 25px;
  font-weight: 700;
  max-width: 1280px;
}
.section__article__text {
  font-size: 18px;
  line-height: 120%;
}
.section__article__link {
  margin: 80px 0;
  margin-left: auto;
  display: inline-flex;
  float: right;
}
.section__where {
  padding: 100px 0;
  position: relative;
}
.section__where__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  z-index: -1;
}
.section__where__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.section__where__item {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section__where__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section__where__title {
  color: #e11d24;
  font-size: 40px;
  font-weight: 800;
}
.section__where__list {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.section__where__list__item {
  display: flex;
  align-items: center;
  padding: 44px 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6.0500001907px);
  position: relative;
}
.section__where__list__item img {
  position: absolute;
  left: 30px;
  top: -50px;
  width: 128px;
  border-radius: 30px;
  height: 74px;
}
.section__where__list__text {
  color: #000;
  font-size: 18px;
  max-width: 296px;
}
.section__where__list__text span {
  font-weight: 600;
}
.section__tapes {
  margin-top: 30px;
}
.section__tapes__text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
  max-width: 830px;
  margin-top: 50px;
}
.section__tapes__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section__tapes__title h2 {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
  white-space: nowrap;
}
.section__tapes__title hr {
  height: 2px;
  width: 100%;
  background: #e34549;
}
.section__tapes__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 100px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.section__tapes__item {
  border-radius: 34px;
  background: linear-gradient(
    122deg,
    rgba(255, 221, 221, 0.38) -11.18%,
    rgba(255, 229, 221, 0.38) 54.7%,
    rgba(255, 221, 221, 0.38) 101.43%
  );
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.2700004578px);
  padding: 24px;
  padding-bottom: 32px;
  position: relative;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.section__tapes__item hr {
  width: 100%;
  max-width: 270px;
  border-radius: 90px;
  background: #e14246;
  height: 2px;
  margin: 10px auto;
}
.section__tapes__item__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
}
.section__tapes__item__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.section__tapes__item__text {
  text-align: center;
}
.section__tapes__palette {
  margin: 70px 0;
}
.section__tapes__palette__slider {
  position: relative;
  margin-top: 80px;
}
.section__tapes__palette__slide {
  opacity: 0.34;
  -webkit-filter: blur(3.9000000954px);
  filter: blur(3.9000000954px);
  transition: all 0.3s linear;
}
.section__tapes__palette__slide.swiper-slide-active {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.section__tapes__palette__slide img {
  width: 100%;
  max-width: 970px;
}
.section__tapes__palette__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  bottom: 10px;
}
.section__tapes__palette__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 13px;
  background-color: #fbf1f0;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section__tapes__palette__pagination .swiper-pagination-bullet-active {
  margin: 0 6px;
  width: 23px;
  background-color: #e11d24;
}
.section__tapes__palette__prev {
  width: 27px;
  height: 112.5px;
  position: absolute;
  top: 50%;
  left: 34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 34px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  backdrop-filter: blur(24.4350013733px);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
}
.section__tapes__palette__prev img {
  rotate: 180deg;
}
.section__tapes__palette__next {
  width: 27px;
  height: 112.5px;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 34px;
  background: linear-gradient(
    110deg,
    rgba(255, 221, 221, 0.38) 13.19%,
    rgba(255, 255, 255, 0.38) 56.26%,
    rgba(255, 198, 198, 0.38) 86.81%
  );
  backdrop-filter: blur(24.4350013733px);
  box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
}
.section__tapes__contacts {
  margin-top: 130px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-top: 50px;
}
.section__tapes__contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__tapes__contacts__bg img {
  width: 100%;
  height: 100%;
}
.section__tapes__contacts__text {
  margin-top: 90px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.section__tapes__contacts__text span {
  font-weight: 600;
}
.section__tapes__contacts__text ul {
  padding-left: 16px;
}
.section__tapes__contacts__text ul li {
  padding-left: 20px;
  list-style-type: "-";
}
.section__about {
  margin-top: 35px;
}
.section__about__link img {
  width: 262px;
  height: 95.231px;
}
.section__about__text {
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
}
.section__about__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  border-radius: 90px;
  background: #e14246;
}
.section__about__chronology {
  margin-top: 50px;
  margin-right: -15px;
  overflow-x: auto;
  height: 320px;
}
.section__about__chronology::-webkit-scrollbar {
  /* display: none; */
}
.section__about__chronology__boby {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.section__about__chronology__item {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.section__about__chronology__item::before {
  content: "";
  width: 110%;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-radius: 90px;
  background: #fc9699;
  height: 2px;
}
.section__about__chronology__item__img {
  position: relative;
}
.section__about__chronology__item__img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #e14246;
}
.section__about__chronology__item__img img {
  width: 145px;
  height: 190px;
  border-radius: 30px;
  border: 1px solid #e5595d;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__about__chronology__item__text {
  font-size: 18px;
  font-weight: 300;
  max-width: 170px;
}
.section__about__chronology__item__date {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -85px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  font-weight: 300;
  color: #000;
}
.section__about__chronology__item__date span {
  display: block;
  font-size: 24px;
  font-weight: 800;
}
.section__testimonials {
  margin-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
.section__testimonials__title {
  color: #e14246;
  font-size: 52px;
  font-weight: 900;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #e14246;
}
.section__testimonials__body {
  padding-top: 50px;
}
.section__testimonials__bg {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.section__testimonials__items {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 60px;
}
.section__testimonials__item {
  max-width: 755px;
  padding: 24px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8.0500001907px);
}
.section__testimonials__item hr {
  width: 100%;
  max-width: 270px;
  height: 2px;
  border-radius: 90px;
  background: #e14246;
}
.section__testimonials__item__title {
  color: #000;
  font-size: 24px;
}
.section__testimonials__item__text {
  color: #000;
  font-size: 20px;
}
.section__testimonials__decor {
  margin-top: 100px;
  display: flex;
  gap: 30px;
}
.section__testimonials__decor__text {
  color: #e14246;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-weight: 700;
  position: relative;
  max-width: 1000px;
  padding-left: 24px;
}
.section__testimonials__decor__text::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  border-radius: 90px;
  background: #e14246;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.section__contacts__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}

@media (min-width: 769px) {
  .section__tape__wrapper {
    display: grid !important;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 100px;
  }
}
@media (min-width: 993px) {
  .section__map__wrapper {
    display: contents;
  }
}
@media (max-width: 1300px) {
  .section__tape__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .section__type__items {
    grid-template-columns: repeat(3, auto);
  }
  .section__featured__items {
    grid-template-columns: repeat(2, auto);
  }
  .section__prefooter__contacts a {
    font-size: 24px;
  }
  .section__products__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .section__tapes__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .header__body {
    gap: 20px;
  }
  .menu__list {
    gap: 12px;
  }
}
@media (max-width: 993px) {
  .section__tape__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .section__contacts__content{
    flex-direction: column;
  }
  .section__contacts__maps{
   column-gap: 20px;
  }
  .section__products__categories__list {
    flex-wrap: nowrap;
  }
  .menu__body {
    position: fixed;
    width: 320px;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 12px;
    padding-top: 100px;
    transition: left 0.3s;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 61px;
    height: 46px;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 61px;
    height: 14px;
    border-radius: 22.114px;
    background: linear-gradient(
      110deg,
      rgba(255, 221, 221, 0.38) 13.19%,
      rgba(255, 255, 255, 0.38) 56.26%,
      rgba(255, 198, 198, 0.38) 86.81%
    );
    box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 8px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .section__pagination__body {
    gap: 10px;
  }
  .pagination__btn {
    width: 34px;
    height: 34px;
  }
  .section__pagination__nums {
    gap: 10px;
  }
  .section__pagination__nums li p {
    width: 12px;
  }
  .section__pagination__num {
    font-size: 14px;
    width: 34px;
    height: 34px;
  }
  .header {
    padding: 12px 0;
  }
  .header__body {
    font-size: 22px;
  }
  .header__logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: none;
  }
  .header__logo img,
  .header__logo span {
    display: none;
    width: 64px;
    height: 64px;
  }
  .header__logo .header__logo__mob {
    display: block;
  }
  .header__menu {
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .menu__body {
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 2.391px 2.391px 0 rgba(0, 0, 0, 0.25);
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .menu__item:has(.headr__lang__btn) {
    display: flex;
    gap: 12px;
  }
  .headr__lang__btn {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
    color: #e14347;
  }
  .headr__lang__btn::after {
    content: none;
  }
  .menu__lang {
    display: flex;
    gap: 8px;
  }
  .menu__lang__item {
    font-size: 22px;
  }
  .footer__body {
    flex-direction: column;
    gap: 70px;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
    row-gap: 20px;
  }
  .footer__list {
    display: contents;
  }
  .section__hero {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .section__hero__body {
    gap: 24px;
    align-items: flex-start;
  }
  .section__hero__img {
    width: 262px;
    height: 95.231px;
    margin-bottom: 20px;
  }
  .section__hero__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 10px;
    position: relative;
  }
  .section__hero__title::before {
    content: "";
    width: 2px;
    height: 105%;
    background: #e34549;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section__hero__title h1 {
    font-size: 36px;
    white-space: normal;
  }
  .section__hero__title hr {
    display: none;
  }
  .section__hero__text {
    font-size: 16px;
  }
  .section__hero__bg {
    height: 578px;
    top: -88px;
  }
  .section__marquee {
    display: none;
  }
  .section__home__slider {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .section__home__slider__container {
    padding: 0;
  }
  .section__home__slider__slide img {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
  }
  .section__home__slider__prev {
    display: none;
  }
  .section__home__slider__next {
    display: none;
  }
  .section__map {
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .section__map__title {
    display: none;
  }
  .section__map__inner {
    margin-top: 0;
    padding-bottom: 0;
  }
  .section__map__main__items {
    gap: 20px;
  }
  .section__map__main__item {
    width: 204px;
    height: 172px;
    justify-content: start;
    padding-top: 16px;
  }
  .section__map__main__item hr {
    margin: 10px 0;
    margin-left: 16px;
  }
  .section__map__main__item:first-child .section__map__main__title {
    text-align: left;
  }
  .section__map__main__item:last-child .section__map__main__title {
    padding-left: 16px;
  }
  .section__map__main__item:last-child .section__map__main__title + img {
    padding-left: 16px;
    margin-top: 16px;
  }
  .section__map__main__title {
    font-size: 18px;
    text-align: left;
    padding-left: 16px;
  }
  .section__map__main__list {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .section__map__items {
    gap: 20px;
    max-width: none !important;
    margin: 0 !important;
    width: auto;
  }
  .section__map__items:last-child .section__map__item:first-child {
    justify-content: center;
    padding-bottom: 0;
  }
  .section__map__item {
    width: 204px;
    height: 172px;
    gap: 8px;
  }
  .section__map__item img {
    position: static;
    width: 44px;
  }
  .section__map__item hr {
    margin: 0;
  }
  .section__map__item__text {
    font-size: 14px;
  }
  .section__map__item__text span {
    font-size: 14px;
  }
  .section__map__item__text .section__map__item__span__small {
    font-size: 12px;
  }
  .section__map__item__text__small {
    font-size: 10px;
  }
  .section__map__bg {
    position: static;
    z-index: 0;
    max-height: 600px;
    transform: none;
  }
  .section__type__items {
    grid-template-columns: repeat(2, auto);
    margin-top: 40px;
  }
  .section__type__item__title {
    font-size: 24px;
  }
  .section__featured {
    padding: 70px 0;
  }
  .section__featured__body {
    gap: 24px;
  }
  .section__featured__title {
    font-size: 42px;
    white-space: wrap;
  }
  .section__featured__title hr {
    display: none;
  }
  .section__prefooter__body {
    grid-template-columns: repeat(1, auto);
    justify-content: normal;
  }
  .section__prefooter__item {
    padding: 20px 12px;
    max-width: none;
    width: 100%;
  }
  .section__prefooter__item:first-child {
    padding-bottom: 0;
  }
  .section__prefooter__head {
    gap: 8px;
  }
  .section__prefooter__head hr {
    max-width: 220px;
  }
  .section__prefooter__title {
    font-size: 24px;
  }
  .section__prefooter__content {
    margin-top: 20px;
  }
  .section__prefooter__form {
    gap: 24px;
  }
  .input__label {
    font-size: 14px;
  }
  .input__field {
    font-size: 14px;
  }
  textarea.input__field {
    padding: 10px;
  }
  textarea.input__field + .input__label {
    top: 10px;
  }
  .form__btn {
    margin-left: -12px;
    margin-right: -12px;
    font-size: 20px;
    letter-spacing: 4.25px;
  }
  .section__prefooter__address iframe {
    max-width: none;
  }
  .section__products__head {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column-reverse;
    padding-right: 0;
  }
  .section__products__categories {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 5px;
  }
  .section__products__categories::-webkit-scrollbar {
    display: none;
  }
  .section__products__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__where__body {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__tapes__title h2 {
    font-size: 40px;
    white-space: wrap;
  }
  .section__tapes__title hr {
    display: none;
  }
  .section__tapes__btn {
    margin-top: 40px;
    font-size: 20px;
  }
  .section__tapes__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__tapes__item__img {
    max-width: 150px;
    top: -25px;
  }
  .section__tapes__item__title {
    font-size: 24px;
  }
  .section__tapes__item__text {
    font-size: 14px;
  }
  .section__tapes__palette {
    margin-top: 50px;
  }
  .section__tapes__palette .section__tapes__btn,
  .section__tapes__palette hr {
    display: none;
  }
  .section__tapes__palette__slider {
    margin-top: 20px;
  }
  .section__tapes__palette__prev {
    left: 12px;
  }
  .section__tapes__palette__next {
    right: 12px;
  }
  .section__about__chronology__item__img img {
    width: 100px;
    height: 140px;
    border-radius: 16px;
  }
  .section__about__chronology__item__text {
    font-size: 14px;
  }
  .section__testimonials__item {
    padding-bottom: 40px;
    gap: 12px;
  }
  .section__testimonials__item__title {
    font-size: 20px;
  }
  .section__testimonials__item__text {
    font-size: 16px;
  }
  .section__testimonials__decor__text {
    font-size: 36px;
  }
}
@media (max-width: 992px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 768px) {
  .section__type__title hr {
    display: none;
  }
  .section__type__title {
    font-size: 20px;
  }
  .footer {
    padding-top: 70px;
  }
  .footer__logo img {
    width: 219px;
    height: 85.04px;
  }
  .section__tape__wrapper {
    padding-top: 50px;
  }
  .section__tape__slide {
    width: 176px;
    padding: 0 8px;
    padding-top: 78px;
    padding-bottom: 20px;
    gap: 6px;
  }
  .section__tape__slide img {
    width: 115px;
    top: -8px;
  }
  .section__tape__slide hr {
    height: 1px;
  }
  .section__tape__title {
    font-size: 18px;
  }
  .item__body {
    min-height: 200px;
  }
  .item__body hr {
    margin: 8px auto;
    max-width: 226px;
  }
  .item__classes > div {
    padding: 8px;
    gap: 8px;
  }
  /* .item__class {
    font-size: 16px;
    padding: 8px;
  } */
  .item__title {
    font-size: 21px;
    margin-top: 16px;
  }
  .item__text {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .item__btn {
    font-size: 16px;
    letter-spacing: 3.25px;
    height: 36px;
  }
  .section__contacts__title {
    font-size: 34px;
  }
  /* .section__contacts__inner.section__prefooter__body {
    grid-template-columns: 1fr;
    width: 100%;
  } */
  .section__blog__body {
    grid-template-columns: 1fr;
  }
  .section__blog__article {
    border-radius: 24px;
  }
  .section__blog__article img {
    max-height: 260px;
  }
  .section__blog__article__inner hr {
    margin: 0;
    margin-left: 20px;
  }
  .section__blog__article__inner__date {
    margin-left: 16px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .section__blog__article__inner__title {
    font-size: 18px;
    margin: 0 16px;
  }
  .section__blog__article__inner__text {
    font-size: 14px;
    padding: 0 16px;
  }
  .section__blog__article__inner__btn {
    margin-top: 16px;
    font-size: 16px;
    height: 36px;
  }
  .section__article__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section__article__img {
    float: none;
    width: 100%;
    height: auto;
    max-height: 350px;
  }
  .section__article__inner hr {
    margin: 10px 0;
  }
  .section__article__title {
    font-size: 20px;
  }
  .section__article__text {
    font-size: 14px;
  }
  .section__article__link {
    margin: 40px 0;
    font-size: 16px;
  }
  .section__tapes__text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .section__tapes__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .section__tapes__item {
    min-height: 200px;
  }
  .section__tapes__item hr {
    max-width: 220px;
  }
  .section__about__chronology__item__img img {
    width: 90px;
    height: 130px;
  }
  .section__about__chronology__item__date {
    font-size: 14px;
  }
  .section__about__chronology__item__date span {
    font-size: 18px;
  }
  .section__testimonials__item {
    padding: 16px;
    padding-bottom: 30px;
    gap: 8px;
  }
  .section__testimonials__item__title {
    font-size: 18px;
  }
  .section__testimonials__item__text {
    font-size: 14px;
  }
  .section__testimonials__decor {
    padding: 16px;
    padding-bottom: 30px;
    gap: 8px;
  }
  .section__testimonials__decor__text {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .section__contacts__maps{
    grid-template-columns: 1fr;
  }
  .footer__menu {
    grid-template-columns: repeat(2, auto);
  }
  .section__type__items {
    grid-template-columns: repeat(1, auto);
    row-gap: 20px;
  }
  .section__type__item {
    border-radius: 24px;
  }
  .section__type__item img {
    max-height: 115px;
  }
  .section__type__item__inner {
    margin-top: -18px;
    min-height: 85px;
    padding: 18px;
    justify-content: center;
  }
  .section__type__item__inner hr {
    display: none;
  }
  .section__type__item__title {
    font-size: 20px;
  }
  .section__type__item__text {
    display: none;
  }
  .section__featured__items {
    grid-template-columns: repeat(1, auto);
  }
  .item__card img {
    max-height: 260px;
  }
  .section__products__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .section__where {
    padding: 50px 0;
  }
  .section__where__body {
    grid-template-columns: repeat(1, 1fr);
  }
  .section__where__head img {
    width: 24px;
  }
  .section__where__title {
    font-size: 24px;
  }
  .section__where__list {
    gap: 60px;
  }
  .section__where__list__item {
    padding: 30px 16px;
  }
  .section__where__list__item img {
    width: 110px;
    border-radius: 24px;
    height: 60px;
  }
  .section__where__list__text {
    font-size: 16px;
  }
  .section__about__chronology__item__text {
    font-size: 12px;
  }
  .section__testimonials {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .section__testimonials__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section__testimonials__decor {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .section__testimonials__decor__text {
    padding-top: 24px;
    padding-left: 0;
  }
  .section__testimonials__decor__text::before {
    width: 100%;
    height: 2px;
    max-width: 270px;
  }
}
@media (any-hover: hover) {
  .headr__lang__btn:hover::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .section__products__top__link:hover {
    text-decoration: underline;
  }
  .section__products__top__link:hover::after,
  .section__products__top__link:hover::before {
    scale: 1.2;
  }
}
