@charset "UTF-8";
@import url("/assets/fonts/stylesheet.css");
@import url("/assets/libraries/bootstrap-grid/bootstrap-grid.min.css");
@import url("/assets/libraries/normalize/normalize.css");
.hover__uderline {
  position: relative;
}
.hover__uderline::before {
  background: #324054;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: 0.3s ease;
}
.hover__uderline:hover::before {
  width: 100%;
}

.scrolbar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrolbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrolbar::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.title {
  color: #161617;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 32.5px */
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

main {
  flex: 1 0 auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 30px 0;
}
.header__navbar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 45px;
  flex: 1;
  justify-content: start;
}
.header__left .burgerMobile {
  cursor: pointer;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo svg {
  fill: #161617;
}
.header .catalogButton {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header .catalogButton svg {
  fill: #161617;
}
.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.header .logo svg {
  fill: #161617;
}
.header .burgerMobile svg {
  fill: #161617;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 45px;
  flex: 1;
}
.header__link {
  display: inline-flex;
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
}
.header__link:active, .header__link:hover {
  outline-width: 0;
}
.header__link::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "•";
  text-shadow: 0 0 transparent;
  font-size: 13pt;
  transition: text-shadow 0.3s, color 0.3s;
  transform: translateX(-50%);
  pointer-events: none;
}
.header__link:hover::before {
  color: #161617;
  text-shadow: 10px 0 #161617, -10px 0 #161617;
}
.header__link--red {
  color: #e81616;
}
.header__link--red:hover::before {
  color: #e81616;
  text-shadow: 10px 0 #e81616, -10px 0 #e81616;
}
.header__link.active::before {
  color: #161617;
  text-shadow: 10px 0 #161617, -10px 0 #161617;
}
.header__link.active.header__link--red {
  color: #e81616;
}
.header__link.active.header__link--red::before {
  color: #e81616;
  text-shadow: 10px 0 #e81616, -10px 0 #e81616;
}
.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header__icon svg {
  fill: #161617;
}
.header__icon::before, .header__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(50, 64, 84, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.header__icon::after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.header__icon:hover::before, .header__icon:hover::after {
  opacity: 0.8;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.header__favactive::before, .header__favactive::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.header__favactive:hover::before, .header__favactive:hover::after {
  opacity: 0.8;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.header__cart {
  position: relative;
}
.header__cart span {
  position: absolute;
  top: -8.5px;
  right: -8.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  z-index: 1;
  height: 17px;
  background: #324054;
  color: #fff;
  font-size: 10.515px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50%;
}
.header__lang--item {
  position: absolute;
  top: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  transform: scaleX(0);
  background: #fff;
}
.header__lang--item.show {
  transform: scaleX(1);
}
.header__lang--link {
  color: #324054;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s ease;
  padding: 8px 10px;
}
.header__lang--link:hover {
  background: #f6f6f6;
}
.header.transparent {
  background: transparent;
  position: absolute;
}
.header.transparent .burgerMobile svg {
  fill: #fff;
}
.header.transparent .header__logo svg {
  fill: #fff;
}
.header.transparent .logo svg {
  fill: #fff;
}
.header.transparent .catalogButton {
  color: #fff;
}
.header.transparent .catalogButton svg {
  fill: #fff;
}
.header.transparent .header__link {
  color: #fff;
}
.header.transparent .header__link:hover::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.header.transparent .header__link--red {
  color: #e81616;
}
.header.transparent .header__link--red:hover::before {
  color: #e81616;
  text-shadow: 10px 0 #e81616, -10px 0 #e81616;
}
.header.transparent .header__link.active::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.header.transparent .header__link.active.header__link--red {
  color: #e81616;
}
.header.transparent .header__link.active.header__link--red::before {
  color: #e81616;
  text-shadow: 10px 0 #e81616, -10px 0 #e81616;
}
.header.transparent .header__icon svg {
  fill: #fff;
}
.header.transparent .header__icon::before, .header.transparent .header__icon::after {
  border: 2px solid white;
}
.header.transparent .header__icon::after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.header.transparent .header__icon:hover::before, .header.transparent .header__icon:hover::after {
  opacity: 0.8;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.header.transparent .header__cart span {
  background: #fff;
  color: #161617;
}
.header .search__container {
  position: absolute;
  top: -80px;
  left: 0px;
  padding: 0px 60px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  transition: 0.4s;
  z-index: 999;
}
.header .search__container_input {
  max-width: 672px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #161617;
}
.header .search__container_input svg {
  margin-left: 15px;
}
.header .search__container_input input {
  width: 100%;
  line-height: 0;
  padding: 12px 0px;
  border: none;
  outline: none;
}
.header .search__container_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.catalogDesctop {
  z-index: 110;
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.catalogDesctop.brendsDesctop {
  z-index: 120;
}
.catalogDesctop.brendsDesctop.hovered {
  background: #fff;
}
.catalogDesctop.brendsDesctop .menu__link {
  font-size: 13px;
  cursor: pointer;
  text-transform: none;
}
.catalogDesctop.brendsDesctop .header__link {
  text-transform: none;
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.75px;
}
.catalogDesctop.navigationMenu .menu__link {
  text-transform: uppercase;
}
.catalogDesctop.navigationMenu .header__link {
  text-transform: uppercase;
}
.catalogDesctop.open {
  left: 0;
  width: 100%;
}
.catalogDesctop__close {
  width: 100%;
  padding: 30px 15px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.catalogDesctop__close svg {
  fill: #161617;
}
.catalogDesctop__wrapper {
  width: 350px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.catalogDesctop--list {
  cursor: auto;
  display: flex;
  flex-direction: column;
  padding: 42px 0 30px 0;
  overflow-y: auto;
}
.catalogDesctop--list::-webkit-scrollbar {
  width: 0;
}
.catalogDesctop--list .menu {
  display: flex;
}
.catalogDesctop--list .menu:nth-last-child(1) a {
  border-bottom: none;
}
.catalogDesctop--list .menu__link {
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.65px;
  padding: 13px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.3s ease;
}
.catalogDesctop--list .menu__link span {
  display: block;
  transition: transform 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.catalogDesctop--list .menu__link::after {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 30px;
  content: attr(data-hover);
  display: inline;
  transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.catalogDesctop--list .menu__link:hover {
  background: #161617;
}
.catalogDesctop--list .menu__link:hover span {
  color: #fff;
  transform: translateY(calc(-100% - 13px));
}
.catalogDesctop--list .menu__link:hover::after {
  top: 13px;
}
.catalogDesctop--list .menu__link--red {
  color: #e81616;
}
.catalogDesctop--list .menu__link--red::after {
  color: #fff;
}
.catalogDesctop--list .menu__link--red span {
  color: #e81616;
}
.catalogDesctop--list .menu__link--red:hover {
  background: #e81616;
}
.catalogDesctop--list .menu:hover .brend__wrapper, .catalogDesctop--list .menu.open .brend__wrapper {
  opacity: 1;
  pointer-events: all;
}
.catalogDesctop .goTo {
  position: absolute;
  top: 67px;
  z-index: 1;
  left: 0;
  width: 100%;
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
  padding: 13px 30px;
  background: #f1f1f1;
  cursor: pointer;
}
.catalogDesctop .goTo .g svg {
  fill: #161617;
  transition: 0.3s ease-in-out;
}
.catalogDesctop .goTo .arr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogDesctop .goTo .arr svg {
  width: 16px;
  height: 16px;
}
.catalogDesctop .goTo .arr.back .g {
  transform: rotate(180deg);
}

.brend__wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 350px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.brend__wrapper .brend__container {
  height: 100%;
  background: #fff;
  position: relative;
}
.brend__wrapper--item {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 95px);
  top: 65px;
  bottom: 30px;
  left: 30px;
  gap: 30px;
  overflow-y: auto;
}
.brend__wrapper--item .brend__logo img {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brend__wrapper .brend__links {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 60vw;
}
.brend__wrapper .brend__links .header__link {
  width: calc(50% - 15px);
  min-width: 200px;
  cursor: pointer;
}
.brend__wrapper .brend__links .header__link::before {
  display: none;
}
.brend__wrapper .item__wrapper {
  height: 100%;
  overflow-y: scroll;
}

.basket {
  z-index: 140;
  position: fixed;
  top: 0;
  right: -470px;
  width: 470px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: end;
}
.basket.open {
  right: 0;
  width: 100%;
}
.basket__content {
  width: 470px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
.basket__content--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 30px 25px;
}
.basket__content--top p {
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
  position: relative;
}
.basket__content--top p sup {
  color: #aaa;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.basket .basket__products {
  width: 100%;
  cursor: auto;
  display: flex;
  flex-direction: column;
  padding: 0 30px 20px 30px;
  overflow-y: auto;
  height: 100%;
  gap: 20px;
}
.basket .basket__products--item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.basket .basket__products--add {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.basket .basket__products .add__input {
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.basket .basket__products .add__input .svg {
  position: absolute;
  top: 1px;
  background: #fff;
  padding: 0 7px;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.basket .basket__products .add__input .minus {
  left: 3px;
}
.basket .basket__products .add__input .plus {
  right: 3px;
}
.basket .basket__products .add__input input {
  height: 35px;
  max-width: 120px;
  border: 1px solid #161617;
  text-align: center;
  outline: none;
}
.basket .basket__products .add__input input::-webkit-inner-spin-button, .basket .basket__products .add__input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.basket .basket__products .add__input input.invalid {
  border-color: #e81616;
  color: #e81616;
  animation: inputInvalid 0.4s infinite;
}
@keyframes inputInvalid {
  0% {
    transform: translateX(-5px);
  }
  20% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.basket__add {
  width: 100%;
  padding: 20px 30px 40px;
}
.basket .product__img img {
  width: 110px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}
.basket .product__content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.basket .product__content--name {
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.basket .product__content--brend {
  color: #aaa;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.basket .product__content--links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.basket .product__content--link {
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  cursor: pointer;
  position: relative;
}
.basket .product__content--link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  bottom: -5px;
  background-color: #161617;
  border-radius: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.basket .product__content--link:hover::after {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 5px;
  left: 50%;
  height: 5px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.basket .product__content--link.red {
  color: #aaa;
}
.basket .product__content--link.red::after {
  background: #aaa;
}

.addedToFav {
  position: fixed;
  top: 80px;
  z-index: 140;
  right: -300px;
  background: #f6f6f6;
  transition: 0.3s ease-in-out;
}
.addedToFav.added {
  transition: 0.3s ease-in-out;
  right: 30px;
}
.addedToFav__container {
  padding: 25px 40px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
  cursor: pointer;
}

@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #161617;
  }
  100% {
    fill: white;
  }
}
@media (max-width: 1199.98px) {
  .header__left {
    gap: 30px;
  }
  .header__right {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .catalogDesctop.navigationMenu {
    z-index: 100;
  }
  .catalogDesctop.navigationMenu .goTo2 {
    top: 109px;
    border-top: 1px solid #e9e9e9;
  }
  .catalogDesctop.navigationMenu .catalogDesctop--list {
    padding-top: 84px;
  }
  .catalogDesctop--list .menu:hover .brend__wrapper {
    opacity: 0;
    pointer-events: none;
  }
  .catalogDesctop--list .menu.open .brend__wrapper {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 767.98px) {
  .header .search__container .search__container_btn {
    right: 20px;
  }
  .catalogDesctop {
    left: -250px;
    width: 250px;
  }
  .catalogDesctop__wrapper {
    width: 250px;
  }
  .brend__wrapper {
    width: calc(100% - 250px);
  }
}
@media (max-width: 575.98px) {
  .addedToFav {
    position: fixed;
    top: 100px;
    z-index: 140;
    right: -300px;
    background: #f6f6f6;
    transition: 0.3s ease-in-out;
  }
  .addedToFav.added {
    transition: 0.3s ease-in-out;
    right: 20px;
  }
  .addedToFav__container {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #161617;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .header {
    padding: 0;
  }
  .header__navbar {
    padding: 20px 0 20px;
    display: flex;
    gap: 24px;
  }
  .header__left {
    flex: auto;
  }
  .header__logo {
    display: flex;
    align-items: center;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__right {
    gap: 24px;
    flex: auto;
  }
  .catalogDesctop {
    left: -100%;
    width: 100%;
  }
  .catalogDesctop::-webkit-scrollbar {
    width: 2px;
  }
  .catalogDesctop__wrapper {
    width: 100%;
  }
  .catalogDesctop--list .menu .menu__link {
    font-size: 13px;
  }
  .catalogDesctop--list .menu.open .brend__wrapper {
    opacity: 1;
    pointer-events: all;
    right: 0;
  }
  .catalogDesctop.open {
    left: 0;
    width: 100%;
  }
  .brend__wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    top: 0;
    right: -100%;
    opacity: 1;
    pointer-events: all;
    transition: 0.5s ease-in-out;
  }
  .brend__wrapper--item {
    height: calc(100% - 160px);
  }
  .brend__wrapper .brend__links {
    gap: 25px;
    width: 100%;
    max-width: 100%;
  }
  .brend__wrapper .brend__links .header__link {
    width: 100%;
  }
  .basket {
    background: rgba(0, 0, 0, 0.15);
    display: inline-flex;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: end;
  }
  .basket__content {
    width: 100%;
  }
  .basket__content--top {
    padding: 35px 20px 25px;
  }
  .basket .basket__products {
    padding: 0 20px 20px;
  }
  .basket .basket__products--item {
    gap: 10px;
  }
  .basket__add {
    padding: 20px 20px 30px;
  }
  .basket .product__img img {
    width: 70px;
    height: 80px;
  }
  .basket .product__content--name {
    font-size: 12px;
  }
  .basket .product__content--brend {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .basket .product__content--link {
    font-size: 12px;
  }
}
.footer.transparent {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%);
}
.footer.transparent .footer__content--logo svg {
  fill: #fff;
}
.footer.transparent .footer__content--social .social--item {
  color: #fff;
}
.footer.transparent .footer__content--social .social--item:nth-child(1)::after {
  background: #fff;
}
.footer.transparent .footer__content--social .social--item:nth-child(3)::before {
  background: #fff;
}
.footer.transparent .footer__content--links li::before, .footer.transparent .footer__content--links li::after {
  background: #fff;
}
.footer.transparent .footer__content--links li a {
  color: #fff;
}
.footer.transparent .footer__content--links li a::after {
  color: #fff;
}
.footer.transparent .footer__content--links li a.red {
  color: #e81616;
}
.footer.transparent .footer__content--links li a.red::after {
  color: #e81616;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__content--logo {
  margin-bottom: 40px;
}
.footer__content--logo svg {
  fill: #161617;
}
.footer__content--social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.footer__content--social .social--item {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  color: var(--black, #161617);
}
.footer__content--social .social--item:nth-child(1)::after {
  content: "";
  width: 1px;
  background: #161617;
  height: 15px;
}
.footer__content--social .social--item:nth-child(3)::before {
  content: "";
  width: 1px;
  background: #161617;
  height: 15px;
}
.footer__content--social .social--item:nth-child(3) .g {
  right: calc(100% - 26px);
}
.footer__content--social .social--item .g {
  position: absolute;
  top: calc(50% - 9px);
  right: calc(100% + 4px);
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
}
.footer__content--social .social--item p {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.footer__content--social .social--item:hover .g {
  transform: scaleX(1);
}
.footer__content--links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.footer__content--links li {
  overflow: hidden;
  position: relative;
}
.footer__content--links li::before, .footer__content--links li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #161617;
  position: absolute;
  transition: 0.5s ease-in;
}
.footer__content--links li::before {
  top: 0;
  left: -100%;
}
.footer__content--links li::after {
  bottom: 0;
  right: -100%;
}
.footer__content--links li:hover::before {
  left: 100%;
}
.footer__content--links li:hover::after {
  right: 100%;
}
.footer__content--links li:hover a span {
  transform: translateY(calc(-100% - 13px));
}
.footer__content--links li:hover a::after {
  top: 13px;
}
.footer__content--links li a {
  display: flex;
  padding: 15px 20px;
  color: #161617;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.footer__content--links li a span {
  display: block;
  transition: transform 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer__content--links li a::after {
  color: #161617;
  position: absolute;
  top: 100%;
  left: 20px;
  content: attr(data-hover);
  display: inline;
  transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer__content--links li a.red {
  color: #e81616;
}
.footer__content--links li a.red::after {
  color: #e81616;
}
.footer__content--logo svg {
  fill: #161617;
}
.footer__content .developer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 30px;
}
.footer__content .developer a {
  color: #a0a0a0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease;
}
.footer__content .developer a:hover {
  color: #161617;
  opacity: 0.6;
}

@media (max-width: 991.98px) {
  .footer__content--links {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .footer__content--logo {
    margin-bottom: 30px;
  }
  .footer__content--social {
    gap: 20px;
  }
  .footer__content--social .social--item {
    gap: 20px;
  }
  .footer__content--social .social--item p {
    font-size: 14px;
  }
  .footer__content--social .social--item .g {
    display: none;
  }
  .footer__content--links {
    padding: 20px 0 10px;
  }
  .footer__content--links li a {
    display: flex;
    padding: 10px 0;
  }
}
@keyframes slide {
  0% {
    left: -100%; /* Начинаем за пределами видимости */
  }
  100% {
    left: 100%; /* Заканчиваем за пределами видимости с противоположной стороны */
  }
}
.form .input {
  position: relative;
  width: 100%;
}
.form .input label,
.form .input p {
  color: var(--black_new, #292d32);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  margin-bottom: 6px;
}
.form .input input,
.form .input select,
.form .input textarea {
  display: flex;
  padding: 15px;
  resize: none;
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #d9e0ea;
  background: #f4f4f4;
  color: #6c7180;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.form .input input:focus,
.form .input select:focus,
.form .input textarea:focus {
  border-color: #1c92ff;
}
.form .input input:invalid,
.form .input select:invalid,
.form .input textarea:invalid {
  border-color: #ff0000;
}
.form .input.date {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.form .input.date p {
  width: 100%;
  color: var(--black_new, #292d32);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form .input.date .dateInput {
  display: flex;
  flex-direction: column;
}

.input {
  display: flex;
  flex-direction: column-reverse;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.input label {
  color: var(--dark_blue, #161617);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  transition: 0.2s ease;
  cursor: pointer;
}
.input input,
.input select,
.input textarea {
  resize: none;
  transition: 0.2s ease;
  width: 100%;
  padding: 12px 15px 5px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  outline: none;
  border: 1px solid transparent;
  background: #fff;
  color: #aaa;
  border-bottom: 1px solid #161617;
}
.input input[type=time]::-webkit-calendar-picker-indicator,
.input select[type=time]::-webkit-calendar-picker-indicator,
.input textarea[type=time]::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/main/inoutTime.svg"); /* Укажите путь к вашей иконке */
}
.input input[type=date]::-webkit-calendar-picker-indicator,
.input select[type=date]::-webkit-calendar-picker-indicator,
.input textarea[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/main/inputDate.svg");
}
.input input[type=datetime-local]::-webkit-calendar-picker-indicator,
.input select[type=datetime-local]::-webkit-calendar-picker-indicator,
.input textarea[type=datetime-local]::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/main/inputDataTime.svg");
}
.input input[type=month]::-webkit-calendar-picker-indicator,
.input select[type=month]::-webkit-calendar-picker-indicator,
.input textarea[type=month]::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/main/inputMonth.svg");
}
.input input[type=week]::-webkit-calendar-picker-indicator,
.input select[type=week]::-webkit-calendar-picker-indicator,
.input textarea[type=week]::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/main/inputweek.svg");
}
.input input[type=search]::-webkit-search-icon, .input input[type=search]::-webkit-search-decoration, .input input[type=search]::-webkit-search-cancel-button, .input input[type=search]::-webkit-search-clear-button,
.input select[type=search]::-webkit-search-icon,
.input select[type=search]::-webkit-search-decoration,
.input select[type=search]::-webkit-search-cancel-button,
.input select[type=search]::-webkit-search-clear-button,
.input textarea[type=search]::-webkit-search-icon,
.input textarea[type=search]::-webkit-search-decoration,
.input textarea[type=search]::-webkit-search-cancel-button,
.input textarea[type=search]::-webkit-search-clear-button {
  display: none;
}
.input input[type=color],
.input select[type=color],
.input textarea[type=color] {
  height: 100%;
  padding: 5px 10px;
  height: 56px;
}
.input input[type=file],
.input select[type=file],
.input textarea[type=file] {
  cursor: pointer;
  position: relative;
}
.input input[type=file]::before,
.input select[type=file]::before,
.input textarea[type=file]::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 100%;
  inset: 0;
  transition: 0.3s ease;
}
.input input[type=file]:hover::before,
.input select[type=file]:hover::before,
.input textarea[type=file]:hover::before {
  content: "Выберите файл";
  width: 100%;
}
.input input[type=file]::-webkit-file-upload-button,
.input select[type=file]::-webkit-file-upload-button,
.input textarea[type=file]::-webkit-file-upload-button {
  display: none;
}
.input input[type=checkbox]::before,
.input select[type=checkbox]::before,
.input textarea[type=checkbox]::before {
  border-color: red; /* Цвет галочки (черный) */
}
.input input::-webkit-calendar-picker-indicator,
.input select::-webkit-calendar-picker-indicator,
.input textarea::-webkit-calendar-picker-indicator {
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
}
.input input:focus,
.input select:focus,
.input textarea:focus {
  border: 1px solid #109cf1;
}
.input input:invalid,
.input select:invalid,
.input textarea:invalid {
  border: 1px solid #bd3a3a;
  background: rgba(189, 58, 58, 0.2);
}
.input input.file,
.input select.file,
.input textarea.file {
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.input select {
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/main/inputSelect.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.input select::-ms-expand {
  display: none;
}
.input select option {
  color: #fff;
  background: #109cf1;
}
.input select option:disabled {
  color: #b9b9b9;
  background: #fff;
}
.input select:focus {
  background-image: url("/assets/images/main/inputSelect180.svg");
}
.input input:focus ~ label,
.input select:focus ~ label,
.input textarea:focus ~ label {
  color: #161617;
  border-color: #161617;
}
.input input:invalid ~ label,
.input select:invalid ~ label,
.input textarea:invalid ~ label {
  color: #bd3a3a;
  border-color: #bd3a3a;
}
.input input:focus,
.input select:focus,
.input textarea:focus {
  padding: 15px 20px;
  color: #161617;
  border-color: #161617;
}
.input input:invalid,
.input select:invalid,
.input textarea:invalid {
  color: #bd3a3a;
  border-color: #bd3a3a;
}
.input textarea {
  min-height: 20vh;
}
.input .fileOndEdit {
  width: 100%;
  height: 56px;
  z-index: 0;
  background: #fff;
  border: 1px solid #c2cfe0;
  border-radius: 5px;
  color: #334d6e;
  display: flex;
  align-items: center;
  padding: 20px;
}
.input .fileOndEdit:hover {
  border: 1px solid #109cf1;
}
.input.checkbox {
  display: flex;
  row-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-direction: row;
}
.input.checkbox label {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  white-space: wrap;
  color: var(--black, #161617);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input.checkbox input {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: transparent;
  accent-color: #fff;
}
.input.checkbox input::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #DCDCDC;
}
.input.checkbox input:checked {
  border: 1px solid #212121;
}
.input.checkbox input:checked::before {
  background-image: url("/assets/images/main/inputCheckbox.svg");
  background-color: #212121;
}
.input.checkbox input:checked ~ label {
  color: #212121;
}
.input.checkbox input:focus ~ label {
  color: #212121;
}
.input.checkbox input[type=radio] {
  border-radius: 50%;
}
.input.checkbox input[type=radio]::before {
  border-radius: 50%;
}
.input .label-group {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.input .label-group .maxLen {
  color: #bd3a3a;
  font-size: 14px;
  font-weight: 500;
}

.inputSearch {
  position: relative;
  margin-bottom: 10px;
}
.inputSearch input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e6f3;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(12, 12, 13, 0.06);
  padding: 23px 160px 23px 23px;
  outline: none;
  transition: 0.3s ease;
  color: var(--grey, #6c7592);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.inputSearch input:focus {
  border-color: #1c92ff;
}
.inputSearch .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  height: calc(100% - 10px);
  padding-bottom: 0;
  padding-top: 0;
}

.longSearch {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1c92ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}
.longSearch svg {
  fill: #1c92ff;
}

@media (max-width: 575.98px) {
  .form .input p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .form .input input,
  .form .input textarea,
  .form .input select {
    padding: 12px;
  }
  .form .input.date {
    gap: 6px;
  }
  .form .input.date .dateInput {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
  }
  .inputSearch input {
    padding: 15px 55px 15px 15px;
    outline: none;
    transition: 0.3s ease;
  }
  .inputSearch input:focus {
    border-color: #1c92ff;
  }
  .inputSearch .btn {
    width: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 10px);
    padding-bottom: 0;
    padding-top: 0;
  }
}
.mainbtn {
  padding: 17px 47px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
  transition: 0.5s ease;
  cursor: pointer;
}
.mainbtn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mainbtn:hover span {
  width: 325%;
  height: 450px;
}
.mainbtn.black {
  color: #fff;
  background: #161617;
  border-color: #161617;
}
.mainbtn.black span {
  background: #fff;
}
.mainbtn.black:hover {
  color: #161617;
}
.mainbtn.white {
  color: #161617;
  background: #fff;
  border-color: #fff;
}
.mainbtn.white span {
  background: #161617;
}
.mainbtn.white:hover {
  color: #fff;
}
.mainbtn.whiteBorder {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.mainbtn.whiteBorder span {
  background: #fff;
}
.mainbtn.whiteBorder:hover {
  color: #161617;
}
.mainbtn.black-border {
  color: #161617;
  background: transparent;
  border-color: #161617;
}
.mainbtn.black-border span {
  background: #161617;
}
.mainbtn.black-border:hover {
  color: #fff;
}
.mainbtn.w-100 {
  width: 100%;
}

@media (max-width: 575.98px) {
  .mainbtn {
    width: 100%;
    padding: 12px;
  }
  .mainbtn.max {
    max-width: calc(100% - 46px);
  }
}
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(4, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.modal--active {
  opacity: 1;
  pointer-events: all;
}
.modal.modal--active .modal-content .close-modal-btn {
  opacity: 1;
}
.modal .component {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal .modal-content .inputSearch {
  box-shadow: 0px 0px 35px 0px rgba(12, 12, 13, 0.06);
}
.modal .modal-content .close-modal-btn {
  transition: 0.4s ease;
  opacity: 0;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f3f4f7;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  top: 30px;
  right: 30px;
  position: absolute;
  cursor: pointer;
}
.modal.search {
  align-items: flex-start;
  top: -100%;
  max-height: 210px;
  transition: 0.4s ease;
  opacity: 0;
}
.modal.search.modal--active {
  transition: 0.4s ease;
  opacity: 1;
  top: 0;
  max-height: unset;
}
.modal.search .component {
  justify-content: flex-start;
  align-items: start;
}
.modal.search .modal-content {
  height: auto;
  padding: 70px 0;
}
.modal.mainModal.small .modal-content {
  width: 60%;
  height: 60%;
  border-radius: 4px;
}
.modal.mainModal.extraSmall .modal-content {
  width: 40%;
  height: 40%;
  border-radius: 4px;
}
.modal.mainModal.extraSmall .btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal.mainModal .row {
  row-gap: 30px;
}
.modal.mainModal .component {
  height: 100%;
}
.modal.mainModal .modal-content {
  height: 100%;
}
.modal.mainModal .title {
  margin-bottom: 30px;
}
.modal.mainModal .subtitle {
  color: var(--black, #324054);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 30px;
}
.modal.mainModal .p {
  color: var(--black, #324054);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 15px;
}
.modal.mainModal .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

@media (max-width: 991.98px) {
  .modal.mainModal.extraSmall .modal-content {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .modal.search .modal-content {
    height: auto;
    padding: 70px 0;
  }
  .modal.search .modal-content .close-modal-btn {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  .modal.mainModal.small .modal-content {
    width: 80%;
    height: 80%;
    border-radius: 4px;
  }
  .modal.mainModal.extraSmall .modal-content {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-content {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .modal .modal-content .close-modal-btn {
    top: 30px;
    right: 30px;
  }
  .modal.search {
    align-items: center;
  }
  .modal.search .modal-content {
    height: auto;
    padding: 60px 0;
  }
  .modal.search .modal-content .btn {
    width: auto;
  }
  .modal.search .modal-content .close-modal-btn {
    width: 30px;
    height: 30px;
  }
  .modal.search .modal-content .close-modal-btn svg {
    width: 15px;
    height: 15px;
  }
  .modal.mainModal .row {
    row-gap: 20px;
  }
  .modal.mainModal .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .modal.mainModal .btns {
    gap: 10px;
  }
  .modal.mainModal.small .modal-content {
    width: 95%;
    height: 95%;
    border-radius: 4px;
  }
  .modal.mainModal.extraSmall .modal-content {
    width: 95%;
  }
  .modal.mainModal.extraSmall .btn span {
    display: none;
  }
}
.productCard {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
}
.productCard .sale {
  padding: 0 6px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #eb3333;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.productCard__buttons {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
  justify-content: space-between;
}
.productCard__buttons--favourite svg {
  fill: transparent;
  stroke: #161617;
}
.productCard__buttons--favourite.active svg {
  fill: #161617;
  stroke: transparent;
}
.productCard__buttons--item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.productCard__buttons--item svg {
  transition: 0.3s ease;
}
.productCard__buttons--item:hover svg {
  scale: 1.1;
}
.productCard__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.productCard__container--item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
.productCard.slide .productCard__img {
  height: 340px;
}
.productCard__img {
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
}
.productCard__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.productCard__img .img {
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  left: 0;
}
.productCard__img .img:nth-child(1) {
  top: 0;
  opacity: 1;
}
.productCard__img .img:nth-child(2) {
  opacity: 0;
  bottom: 0;
}
.productCard__img:hover .img {
  transition: opacity 0.5s ease-in-out;
}
.productCard__img:hover .img:nth-child(1) {
  opacity: 0;
}
.productCard__img:hover .img:nth-child(2) {
  opacity: 1;
}
.productCard__name {
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productCard__status {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
  gap: 10px;
}
.productCard__status span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #201695;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.productCard__status span .g {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productCard__status span .g svg {
  width: 12px;
  height: 12px;
}
.productCard__status span.satatsale {
  color: #e73e3e;
}
.productCard__brend {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categoryIndex {
  padding-bottom: 80px;
}
.categoryIndex .title {
  margin-bottom: 35px;
}
.categoryIndex .row {
  flex-wrap: nowrap;
  overflow-y: auto;
}
.categoryIndex .row::-webkit-scrollbar {
  width: 0;
}
.categoryIndex__item {
  position: relative;
}
.categoryIndex__item--img {
  width: 100%;
}
.categoryIndex__item--img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categoryIndex__item--content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 30px;
  padding: 45px;
  z-index: 10;
}
.categoryIndex__item--text {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 45px */
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.categoryIndex__item--text::after {
  content: "";
  height: 1px;
  background: #fff;
  width: 170px;
}

.news {
  padding-bottom: 60px;
}
.news .row {
  row-gap: 30px;
}
.news__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.news__item--content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news__item--img {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.news__item--img::after {
  content: "";
  height: 1px;
  background: #161617;
  width: 87px;
}
.news__item--img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item--name {
  flex: 1 0 auto;
  color: #161617;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news__item--text {
  color: #161617;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 0 auto;
  margin-bottom: 25px;
}

.categoryInner {
  padding: 30px 0 80px;
}
.categoryInner .row {
  row-gap: 30px;
}
.categoryInner__item {
  position: relative;
}
.categoryInner__item--img {
  width: 100%;
  overflow: hidden;
}
.categoryInner__item--img img {
  transition: 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.categoryInner__item--content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  gap: 20px;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.categoryInner__item--text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.categoryInner__item--text::after {
  content: "";
  height: 1px;
  background: #fff;
  width: 170px;
}

.categoryItemInner {
  padding: 30px 0 80px;
}
.categoryItemInner .row {
  row-gap: 30px;
}
.categoryItemInner__filter {
  display: none;
}

.mainFilter {
  height: 100%;
}

.filter {
  position: sticky;
  top: 100px;
  left: 30px;
  height: calc(100vh - 204px);
  transition: 0.2s linear;
  display: flex;
  flex-direction: column;
}
.filter.scrolled {
  height: calc(100vh - 127px);
}
.filter__close {
  display: none;
}
.filter__btnClose {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter__btnClose .mainbtn {
  padding-left: 10px;
  padding-right: 10px;
}
.filter__btn {
  display: none;
  align-items: center;
  justify-content: end;
  gap: 12px;
  color: var(--black, #161617);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  cursor: pointer;
  background: #fff;
  width: 100%;
  z-index: 8;
  left: 0;
}
.filter__btn.scroll {
  padding: 15px 20px;
  position: fixed;
  top: 78px;
}
.filter__catalog {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}
.filter__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-right: 5px;
  padding-bottom: 30px;
}
.filter__content--name {
  color: var(--dark-1, #212121);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.filter__content--items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.projectInner {
  padding: 30px 0 60px;
  display: block;
}
.projectInner .row {
  row-gap: 30px;
}
.projectInner__img img {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: zoom-in;
}
.projectInner__img .videoPlay {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.projectInner figure {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.projectInner figure figcaption {
  display: flex;
  color: #161617;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-top: 20px;
}

.contactsTitle {
  padding: 30px 0 50px;
}
.contactsTitle .row {
  row-gap: 30px;
}
.contactsTitle .row > div:nth-child(1) {
  border-right: 1px solid #ebebeb;
}
.contactsTitle .placing__form {
  width: 100%;
  padding: 0 74px;
}
.contactsTitle__content {
  padding: 0 74px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactsTitle__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}
.contactsTitle__item--title {
  color: #161617;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
.contactsTitle__item--content {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.contactsTitle__item--social {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.contactsTitle__item--social .social--item {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  position: relative;
  color: var(--black, #161617);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contactsTitle__item--social .social--item:nth-child(1)::after {
  content: "";
  width: 1px;
  background: #161617;
  height: 15px;
}
.contactsTitle__item--social .social--item:nth-child(3)::before {
  content: "";
  width: 1px;
  background: #161617;
  height: 15px;
}
.contactsTitle__item--social .social--item:nth-child(3) .g {
  right: calc(100% - 26px);
}
.contactsTitle__item--social .social--item .g {
  position: absolute;
  top: calc(50% - 9px);
  right: calc(100% + 4px);
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
}
.contactsTitle__item--social .social--item:hover .g {
  transform: scaleX(1);
}
.contactsTitle__item--link {
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  position: relative;
}
.contactsTitle__item--link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #161617;
  transition: 0.3s ease;
}
.contactsTitle__item--link:hover::before {
  width: 100%;
}

.map {
  padding-bottom: 70px;
  width: 100%;
  display: flex;
}
.map iframe,
.map div {
  width: 100%;
  height: 50vh;
}

.articleBanner {
  width: 100%;
  position: relative;
}
.articleBanner__img {
  width: 100%;
}
.articleBanner__img img {
  width: 100%;
  aspect-ratio: 15/6;
}
.articleBanner .container-fluid {
  display: flex;
  flex: 1 0 auto;
}
.articleBanner__block {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.articleBanner__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  padding-bottom: 30px;
  flex-direction: column;
  gap: 20px;
}
.articleBanner__content--text {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 58.5px */
}
.articleBanner__content--data {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.articleContent {
  padding: 60px 0;
}
.articleContent .content {
  color: #161617;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.articleContent .content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.team {
  padding-bottom: 60px;
}
.team .row {
  row-gap: 30px;
}
.team .teamCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.team .teamCard__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team .teamCard__img {
  width: 100%;
}
.team .teamCard__img img {
  width: 100%;
  aspect-ratio: 3/4;
}
.team .teamCard__name {
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
}
.team .teamCard__text {
  color: #aaa;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
}

@media (max-width: 1600.98px) {
  .productCard.slide .productCard__img {
    height: 310px;
  }
}
@media (max-width: 991.98px) {
  .team {
    padding-bottom: 50px;
  }
  .productCard__buttons {
    top: 15px;
  }
  .productCard__buttons--item {
    width: 36px;
    height: 36px;
  }
  .productCard__buttons--item svg {
    width: 15px;
    height: 15px;
  }
  .productCard.slide .productCard__img {
    height: 205px;
  }
  .categoryIndex {
    padding-bottom: 60px;
  }
  .categoryIndex__item--img img {
    height: auto;
    aspect-ratio: 1/0.7;
  }
  .categoryIndex__item--content {
    gap: 15px;
    padding: 30px;
  }
  .categoryIndex__item--text {
    font-size: 16px;
    gap: 10px;
  }
  .news__item--name {
    font-size: 16px;
  }
  .categoryInner {
    padding: 20px 0 70px;
  }
  .categoryInner .row {
    row-gap: 20px;
  }
  .categoryInner__item--text {
    font-size: 18px;
  }
  .categoryItemInner {
    padding: 30px 0 70px;
  }
  .filter {
    position: fixed;
    height: 100%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    top: -100%;
    transition: 0.5s linear;
    background: #fff;
    z-index: 130;
    padding: 0 30px;
    gap: 0;
  }
  .filter__btnClose {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .filter__close {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 20px 0;
  }
  .filter__close .close {
    cursor: pointer;
  }
  .filter__btn {
    display: flex;
  }
  .filter.scroll {
    top: -100%;
    height: 100vh;
  }
  .filter.isActive {
    top: 0;
  }
  .contactsTitle .row > div:nth-child(1) {
    border-right: none;
  }
  .contactsTitle .placing__form {
    padding: 0;
  }
  .contactsTitle__content {
    padding: 0;
  }
  .map {
    padding-bottom: 50px;
  }
  .map iframe,
  .map div {
    height: 45vh;
  }
  .articleBanner__img img {
    aspect-ratio: 15/7;
  }
  .articleBanner__content--text {
    font-size: 25px;
  }
  .articleBanner__content--data {
    font-size: 18px;
  }
  .articleContent {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .filter__btn.scroll {
    top: 106px;
  }
  .filter__btnClose {
    gap: 10px;
  }
  .articleBanner__img img {
    aspect-ratio: 15/9;
  }
}
@media (max-width: 575.98px) {
  .productCard__buttons {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .productCard__container--item {
    gap: 20px;
  }
  .productCard.slide .productCard__img {
    height: 270px;
  }
  .categoryIndex {
    padding-bottom: 40px;
  }
  .categoryIndex .row {
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .categoryIndex__item--img img {
    aspect-ratio: 1/1;
  }
  .categoryIndex__item--content {
    padding: 20px;
  }
  .categoryIndex__item--text {
    font-size: 16px;
  }
  .news {
    padding-bottom: 30px;
  }
  .news .row {
    row-gap: 20px;
  }
  .news.notIndex .row {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .news.notIndex .row > div {
    width: 100%;
  }
  .news__item--title {
    margin-bottom: 10px;
  }
  .news__item--text {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .categoryInner {
    padding: 15px 0 70px;
  }
  .categoryInner__item--content {
    padding: 20px;
    gap: 15px;
  }
  .categoryInner__item--text {
    gap: 15px;
    font-size: 16px;
  }
  .categoryItemInner {
    padding: 20px 0 50px;
  }
  .categoryItemInner .row {
    row-gap: 20px;
  }
  .contactsTitle {
    padding: 30px 0;
  }
  .contactsTitle .row {
    row-gap: 25px;
  }
  .contactsTitle__item--content {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 10px;
  }
  .contactsTitle__item--title {
    font-size: 16px;
  }
  .contactsTitle__item--link {
    font-size: 14px;
  }
  .contactsTitle__item--social {
    gap: 15px;
  }
  .contactsTitle__item--social .social--item {
    gap: 15px;
    font-size: 14px;
  }
  .contactsTitle__item--social .social--item svg {
    display: none;
  }
  .map {
    padding-bottom: 30px;
  }
  .map iframe,
  .map div {
    height: 40vh;
  }
  .articleBanner__img img {
    aspect-ratio: 1/1;
  }
  .articleBanner__content--text {
    font-size: 18px;
  }
  .articleBanner__content--data {
    font-size: 16px;
  }
  .articleContent {
    padding: 30px 0;
  }
  .articleContent .content {
    font-size: 14px;
  }
  .team {
    padding-bottom: 30px;
  }
  .team .teamCard {
    gap: 7px;
  }
  .team .teamCard__content {
    gap: 15px;
  }
  .team .teamCard__name {
    font-size: 14px;
  }
  .team .teamCard__text {
    font-size: 14px;
  }
  .projectInner {
    padding: 30px 0 30px;
  }
  .projectInner .row {
    row-gap: 25px;
  }
  .projectInner__img .videoPlay {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .projectInner figure figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
  color: #324054;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  width: calc(100% - 17px);
}

.preloaderContainer {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  gap: 7px;
  transition: 0.6s ease;
}
.preloaderContainer .monteluxMison {
  transform: translateY(64px);
  transition: transform 1s linear;
  transition-delay: 0.5s;
}
.preloaderContainer .montelux {
  padding: 26px 0 17.7px;
  background: #fff;
  position: static;
  z-index: 2;
}
.preloaderContainer .montelux svg {
  opacity: 0;
  transition: 2.1s linear;
}
.preloaderContainer .mison {
  transform: translateY(-26px);
  transition: 1s linear;
  transition: transform 1s linear;
}
.preloaderContainer.play .monteluxMison {
  transform: translateY(0);
  opacity: 1;
}
.preloaderContainer.play .montelux svg {
  opacity: 1;
}
.preloaderContainer.play .mison {
  transform: translateY(0);
  opacity: 1;
}
.preloaderContainer .preloaderLogo {
  margin-bottom: 10px;
}
.preloaderContainer.hide {
  pointer-events: none;
  animation: hide 0.3s ease forwards;
  gap: 10px;
}
.preloaderContainer.hide svg {
  scale: 1;
}
.preloaderContainer .loader {
  display: flex;
}
.preloaderContainer .loader .l {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 0.2s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .o {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 0.4s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .a {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 0.6s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .d {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 0.8s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .i {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 1s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .n {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 1.2s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .g {
  color: black;
  opacity: 0;
  animation: pass 2s ease-in-out infinite;
  animation-delay: 1.4s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .d1 {
  color: black;
  opacity: 0;
  animation: pass1 2s ease-in-out infinite;
  animation-delay: 1.6s;
  letter-spacing: 0.5em;
}
.preloaderContainer .loader .d2 {
  color: black;
  opacity: 0;
  animation: pass1 2s ease-in-out infinite;
  animation-delay: 2s;
  letter-spacing: 0.5em;
}
@keyframes pass {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pass1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    scale: 1;
  }
  10% {
    opacity: 0.9;
    scale: 1.1;
  }
  20% {
    opacity: 0.8;
    scale: 1.2;
  }
  30% {
    opacity: 0.7;
    scale: 1.3;
  }
  40% {
    opacity: 0.6;
    scale: 1.4;
  }
  50% {
    opacity: 0.5;
    scale: 1.5;
  }
  60% {
    opacity: 0.4;
    scale: 1.6;
  }
  70% {
    opacity: 0.3;
    scale: 1.7;
  }
  80% {
    opacity: 0.2;
    scale: 1.8;
  }
  90% {
    opacity: 0.1;
    scale: 1.9;
  }
  100% {
    opacity: 0;
    scale: 2;
  }
}
.relative {
  position: relative;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.or {
  order: 0;
}

.img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.img.loaded::after {
  display: none;
}
.img::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%; /* Начинаем за пределами видимости */
  width: 100%;
  height: 150%;
  background: linear-gradient(270deg, #676767 -383.92%, rgba(199, 199, 199, 0) 75.73%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slide 1s infinite;
}
.img .video {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.img .video .g {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 54px;
  height: 54px;
  background: #f0f0f0;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #161617;
  width: 21px;
  height: 21px;
  transition: 0.3s ease;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  scale: 1.1;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pagination .page-item {
  border: 1px solid #959595;
}
.pagination .page-item span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #7e7e7e;
}
.pagination .page-item svg {
  width: 7px;
  height: 12px;
  fill: #959595;
}
.pagination .page-item.active .page-link {
  position: relative;
  color: #fff;
  background: #324054;
  border: 1px solid #324054;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 150%;
  color: #353535;
  width: 45px;
  height: 45px;
}

.breadcramps {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0 40px;
}
.breadcramps .cramp {
  color: #6c7180;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}
.breadcramps .cramp:not(:last-child):hover {
  color: #324054;
}
.breadcramps .cramp:not(:last-child)::after {
  content: "/";
}
.breadcramps .cramp:nth-last-child(1) {
  color: #324054;
  cursor: default;
}

.g {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-100 {
  width: 100%;
}

.footer {
  flex: 0 0 auto;
}

main {
  margin-top: 77px;
}
main.main {
  margin-top: 0;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
}
@media (max-width: 991.98px) {
  .or {
    order: 1;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcramps {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  main {
    margin-top: 57px;
  }
  main.main {
    margin-top: 0;
  }
  .doubleTextHead .text {
    font-size: 14px;
  }
  .preloaderContainer .monteluxMison {
    transform: translateY(58px);
  }
  .preloaderContainer .monteluxMison svg {
    width: 37px;
    height: 38px;
  }
  .preloaderContainer .montelux {
    padding: 23.2px 0 15.8px;
  }
  .preloaderContainer .montelux svg {
    width: 200px;
    height: 39px;
  }
  .preloaderContainer .mison {
    transform: translateY(-23px);
  }
  .preloaderContainer .mison svg {
    width: 64px;
    height: 16px;
  }
}/*# sourceMappingURL=global.css.map */