@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html {
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 15px;
  color: #101010;
  min-height: 100vh;
  line-height: normal;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

p {
  margin: 0;
}

svg {
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

img {
  vertical-align: top;
  max-width: 100%;
  user-select: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif, arial;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  box-shadow: none;
  outline: none;
}

ul, li {
  list-style: none;
}

input, textarea {
  outline: none;
  font-family: "Montserrat", sans-serif, arial;
}

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

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.6);
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

body.shadow::before {
  opacity: 1;
}

.breadcrumbs__offset {
  position: relative;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs a {
  position: relative;
  transition: 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .breadcrumbs a {
    min-width: max-content;
  }
}
@media (max-width: 575px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a::after {
  content: "—";
  padding-left: 8px;
  color: #8A8A8A;
}
.breadcrumbs a:hover {
  color: #FE0000;
}
.breadcrumbs p {
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .breadcrumbs p {
    min-width: max-content;
  }
}
@media (max-width: 575px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}
.breadcrumbs:has(+ .collection_page__main) {
  margin-bottom: 30px;
}

.section_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section_titles {
    margin-bottom: 30px;
  }
}
.section_titles__title {
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 991px) {
  .section_titles__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section_titles__title {
    font-size: 24px;
  }
}
.section_titles__link {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section_titles__link {
    display: none;
  }
}
.section_titles__link p {
  font-size: 14px;
  font-weight: 600;
  color: #FE0000;
  transition: 0.2s ease-in-out;
}
.section_titles__link--img {
  background-color: #FE0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  width: 33px;
  height: 33px;
  border-radius: 100%;
}
.section_titles__link--img svg {
  transform: rotate(180deg);
  width: 12px;
  fill: #fff;
}
.section_titles__link:hover p {
  color: #D30000;
}
.section_titles__link:hover .section_titles__link--img {
  background-color: #D30000;
}
.section_titles:has(+ .hit_sales_tab) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .section_titles:has(+ .hit_sales_tab) {
    margin-bottom: 0;
  }
}

.page_title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 908px;
}
@media (max-width: 991px) {
  .page_title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.btn__default {
  padding: 16px 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .btn__default {
    padding: 14px 28px;
  }
}
.btn__default.btn__inicon > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.btn__default.btn__inicon > span > span {
  display: inline-block;
}
.btn__default.btn__inicon i {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn__default.btn__inicon i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.index-page sub {
  color: #FE0000;
  margin-right: 4px;
  vertical-align: middle;
}

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 536px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 930px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

.npagearticle {
  max-width: 803px;
}

.block__text {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #101010;
}
@media (max-width: 991px) {
  .block__text {
    font-size: 14px;
  }
}
.block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
  padding: 0;
}
.block__text h1:first-child, .block__text h2:first-child, .block__text h3:first-child, .block__text h4:first-child, .block__text h5:first-child, .block__text h6:first-child {
  margin-top: 0;
}
.block__text h1:last-child, .block__text h2:last-child, .block__text h3:last-child, .block__text h4:last-child, .block__text h5:last-child, .block__text h6:last-child {
  margin-bottom: 0;
}
.block__text h1 + ul, .block__text h1 + ol, .block__text h1 + img, .block__text h1 + p,
.block__text h2 + ul, .block__text h2 + ol, .block__text h2 + img, .block__text h2 + p,
.block__text h3 + ul, .block__text h3 + ol, .block__text h3 + img, .block__text h3 + p,
.block__text h4 + ul, .block__text h4 + ol, .block__text h4 + img, .block__text h4 + p,
.block__text h5 + ul, .block__text h5 + ol, .block__text h5 + img, .block__text h5 + p,
.block__text h6 + ul, .block__text h6 + ol, .block__text h6 + img, .block__text h6 + p {
  margin-top: 0;
}
.block__text h1 {
  margin: 50px 0 30px 0;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .block__text h1 {
    font-size: 23px;
  }
}
.block__text h2 {
  margin: 50px 0 30px 0;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .block__text h2 {
    font-size: 22px;
  }
}
.block__text h3 {
  margin: 30px 0 10px 0;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 991px) {
  .block__text h3 {
    font-size: 20px;
  }
}
.block__text h4 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .block__text h4 {
    font-size: 16px;
  }
}
.block__text h5 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 991px) {
  .block__text h5 {
    font-size: 16px;
  }
}
.block__text h6 {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 991px) {
  .block__text h6 {
    font-size: 14px;
  }
}
.block__text p {
  margin: 30px 0;
}
.block__text p:first-child {
  margin-top: 0;
}
.block__text p:last-child {
  margin-bottom: 0;
}
.block__text a {
  color: #FE0000;
  text-decoration: underline;
  transition: all ease 0.3s;
  -webkit-tap-highlight-color: transparent;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-position: auto;
  text-underline-offset: 0.125em;
  cursor: pointer;
}
@media (hover: hover) {
  .block__text a:hover {
    color: #D30000;
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .block__text a:hover {
    color: #D30000;
    text-decoration-color: transparent;
  }
}
.block__text ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.block__text ul:first-child {
  margin-top: 0;
}
.block__text ul:last-child {
  margin-bottom: 0;
}
.block__text ul > li {
  position: relative;
  padding-left: 14px;
  margin-top: 10px;
}
.block__text ul > li:first-child {
  margin-top: 0;
}
.block__text ul > li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FE0000;
}
@media (max-width: 991px) {
  .block__text ul > li::after {
    top: 8px;
  }
}
.block__text ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
}
.block__text ol:first-child {
  margin-top: 0;
}
.block__text ol:last-child {
  margin-bottom: 0;
}
.block__text ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 22px;
  position: relative;
  margin-top: 10px;
}
.block__text ol > li:first-child {
  margin-top: 0;
}
.block__text ol > li::before {
  content: counter(list-counter) ". ";
  color: #FE0000;
  top: 0;
  left: 0;
  width: 22px;
  position: absolute;
}
.block__text blockquote {
  display: block;
  margin: 30px 0;
  position: relative;
  padding: 30px;
  background-color: #8A8A8A;
  border-radius: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .block__text blockquote {
    padding: 20px;
  }
}
.block__text blockquote:first-child {
  margin-top: 0;
}
.block__text blockquote:last-child {
  margin-bottom: 0;
}
.block__text blockquote > span {
  display: block;
  color: #8A8A8A;
}
.block__text > figure {
  position: relative;
  margin: 30px 0;
}
.block__text > figure:first-child {
  margin-top: 0;
}
.block__text > figure:last-child {
  margin-bottom: 0;
}
.block__text > figure img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.block__text > figure figcaption {
  padding-top: 10px;
  color: #8A8A8A;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .block__text > figure figcaption {
    padding-top: 6px;
  }
}
.block__text > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
}
.block__text > img:first-child {
  margin-top: 0;
}
.block__text > img:last-child {
  margin-bottom: 0;
}

.nform {
  display: block;
  width: 100%;
  margin: 0;
}
.nform__item {
  margin-top: 30px;
}
.nform__item:first-child {
  margin-top: 0;
}
.nform__rows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.nform__rows__item {
  padding: 15px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.nform__rows__item.nform__rows__item-size6 {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991px) {
  .nform__rows__item.nform__rows__item-size6 {
    width: 100%;
  }
}
.nform__rows__item.nform__rows__item-size12 {
  flex: 0 0 auto;
  width: 100%;
}
.nform__rows__item.nform__rows__item-size4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .nform__rows__item.nform__rows__item-size4 {
    width: 100%;
  }
}
.nform__rows__item.nform__rows__item-size8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
@media (max-width: 991px) {
  .nform__rows__item.nform__rows__item-size8 {
    width: 100%;
  }
}
.nform__info {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  display: none;
}
@media (max-width: 991px) {
  .nform__info {
    font-size: 14px;
  }
}
.nform__info.active {
  display: block;
}
.nform__info.error {
  color: #FE0000;
}
.nform__input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  background: #fff;
  color: #101010;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 15px;
  min-height: 54px;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  .nform__input {
    font-size: 14px;
    padding: 10px;
  }
}
.nform__input::placeholder {
  color: #8A8A8A;
}
.nform__input:focus {
  border-color: #101010;
}
.nform__input:disabled {
  cursor: default;
  border-color: #8A8A8A;
  background-color: #fff;
  color: #8A8A8A;
}
.nform__input:disabled::placeholder {
  color: #8A8A8A;
}
.nform__input.error {
  border-color: #FFB1B1;
  color: #FE0000;
}
.nform__textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  background: #fff;
  color: #101010;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 15px;
  min-height: 54px;
  resize: none;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  .nform__textarea {
    font-size: 14px;
    padding: 10px;
  }
}
.nform__textarea::placeholder {
  color: #8A8A8A;
}
.nform__textarea:focus {
  border-color: #101010;
}
.nform__textarea:disabled {
  cursor: default;
  border-color: #8A8A8A;
  background-color: #fff;
  color: #8A8A8A;
}
.nform__textarea:disabled::placeholder {
  color: #8A8A8A;
}
.nform__textarea.error {
  border-color: #FFB1B1;
  color: #FE0000;
}
.nform__file {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nform__file input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -999px;
}
.nform__file input:disabled + .nform__file__body {
  cursor: default;
  opacity: 0.5;
}
.nform__file__body {
  position: relative;
  padding-left: 60px;
  display: block;
  cursor: pointer;
}
.nform__file__body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E2DDD9;
  background-image: url("./../img/icons/ic-clip.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.nform__file__text {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  padding-top: 1px;
}
.nform__file__info {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #919191;
}
.nform__file__info.error {
  color: #FE0000;
}
.nform__file__clear {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: color ease 0.3s, opacity ease 0.3s;
}
.nform__file__clear.active {
  opacity: 1;
  visibility: visible;
}
.nform__file__clear:hover {
  color: #FE0000;
}
.nform__file__clear svg {
  max-width: 12px;
  max-height: 12px;
  object-fit: contain;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  5%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.shakeX {
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

header {
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
  z-index: 16;
}
@media (max-width: 575px) {
  header .container {
    padding-bottom: 10px;
    background-color: #fff;
  }
}
header .header_top {
  background-color: #E2DDD9;
  padding: 12px 0;
}
@media (max-width: 767px) {
  header .header_top {
    display: none;
  }
}
header .header_top__block {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
header .header_top__city {
  display: flex;
  gap: 5px;
  align-items: center;
}
header .header_top__city svg {
  width: 16px;
  height: 16px;
  fill: #747474;
  transition: 0.2s ease-in-out;
}
header .header_top__city p {
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
header .header_top__city:hover svg {
  fill: #FE0000;
}
header .header_top__city:hover p {
  color: #FE0000;
}
header .header_top__info {
  display: flex;
  gap: 60px;
}
header .header_top__info--left {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header_top__info--left a {
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
header .header_top__info--left a:hover {
  color: #FE0000;
}
header .header_top__info--left p {
  font-size: 12px;
}
header .header_top__info--right {
  display: flex;
  gap: 20px;
}
header .header_top__info--right a svg {
  width: 20px;
  height: 20px;
  fill: #747474;
  transition: 0.2s ease-in-out;
}
header .header_top__info--right a:hover svg {
  fill: #101010;
}
header .header_middle {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  header .header_middle {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  header .header_middle {
    padding: 10px 0 20px;
  }
}
header .header_middle__right {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  header .header_middle__right {
    display: none;
  }
}
header .header_middle__search {
  height: 52px;
  display: flex;
  position: relative;
}
header .header_middle__search .search_close {
  display: none;
  position: absolute;
  top: 25px;
  right: 70px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
header .header_middle__search .search_close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  transform: rotate(45deg);
}
header .header_middle__search .search_close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  transform: rotate(135deg);
}
header .header_middle__search input {
  border: 1px solid #E2DDD9;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 16px 20px;
  font-size: 16px;
  width: 438px;
  z-index: 5;
}
header .header_middle__search input::placeholder {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 1;
}
header .header_middle__search input:not(:placeholder-shown) ~ .header_middle__search--result {
  display: block;
}
header .header_middle__search input:not(:placeholder-shown) ~ .search_close {
  display: block;
}
header .header_middle__search input:focus::placeholder {
  font-size: 0;
}
@media (max-width: 1300px) {
  header .header_middle__search input {
    width: 320px;
  }
}
@media (max-width: 991px) {
  header .header_middle__search input {
    width: 180px;
    padding: 12px;
  }
}
header .header_middle__search button {
  width: 52px;
  background-color: #FE0000;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  z-index: 5;
}
header .header_middle__search button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
header .header_middle__search button:hover {
  background-color: #D30000;
}
header .header_middle__btn {
  background-color: #F2EFEC;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #101010;
}
header .header_middle__btn:hover {
  background-color: #E2DDD9;
  color: #101010;
}
header .header_middle__btn svg {
  width: 29px;
  height: 29px;
}
header .header_middle__btn span {
  position: absolute;
  color: #fff;
  background-color: #FE0000;
  border-radius: 100%;
  right: -3px;
  top: -3px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  header .header_middle__btn p {
    display: none;
  }
}
header .header_middle__btn--wide {
  padding: 12px 30px;
}
@media (max-width: 1300px) {
  header .header_middle__btn--wide {
    padding: 12px 16px;
  }
}
@media (max-width: 1199px) {
  header .header_middle__btn--wide {
    padding: 12px;
  }
}
header .header_nav {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  header .header_nav {
    gap: 15px;
    background-color: #fff;
  }
}
header .header_nav .container {
  margin-bottom: 40px;
}
header .header_nav__btn {
  background-color: #FE0000;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s ease-in-out;
}
header .header_nav__btn.active svg:nth-of-type(1) {
  display: none;
}
header .header_nav__btn.active svg:nth-of-type(2) {
  display: block;
}
@media (max-width: 767px) {
  header .header_nav__btn {
    display: none;
  }
}
header .header_nav__btn:hover {
  background-color: #D30000;
}
header .header_nav__btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
header .header_nav__btn svg:nth-of-type(1) {
  display: block;
}
header .header_nav__btn svg:nth-of-type(2) {
  display: none;
}
header .header_nav__btn p {
  font-weight: 600;
}
header .header_nav__btn--mob {
  display: none;
}
@media (max-width: 767px) {
  header .header_nav__btn--mob {
    display: flex;
  }
}
header .header_nav__menu {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  header .header_nav__menu {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  header .header_nav__menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  header .header_nav__menu {
    display: none;
  }
}
header .header_nav__menu--red {
  color: #FE0000;
}
header .header_nav__menu li a {
  font-weight: 500;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
}
header .header_nav__menu li a svg {
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
}
header .header_nav__menu li a:hover {
  color: #FE0000;
}
header .header_nav__menu li a:hover svg {
  fill: #FE0000;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip_text {
  opacity: 1;
  pointer-events: all;
}
.tooltip a svg {
  width: 9px !important;
  height: 6px !important;
}
.tooltip a:hover svg {
  transform: rotate(-180deg);
}
.tooltip_text {
  width: 236px;
  padding: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  opacity: 0;
  box-shadow: 0px 4px 8.7px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  z-index: 16;
  display: flex;
  gap: 15px;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.tooltip_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  left: 0;
}
@media (max-width: 1499px) {
  .tooltip_text {
    left: auto;
    right: 0;
  }
}
.tooltip_text a {
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.tooltip_text a:hover {
  color: #FE0000;
}

.catalog_botton {
  width: 149px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.catalog_botton_lefl {
  width: 15px;
  height: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  position: relative;
}

.catalog_botton_lefl p {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.catalog_botton_lefl span {
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  transition: 0.3s;
  display: none;
}

.catalog_botton_lefl.active p {
  display: none;
}

.catalog_botton_lefl.active span {
  display: block;
}

.catalog_botton_lefl span:nth-of-type(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -3px;
}

.catalog_botton_lefl span:nth-of-type(2) {
  transform: rotate(135deg);
  position: absolute;
  top: 5px;
  left: -3px;
}

.catalog_left_menu {
  display: flex;
  flex-direction: column;
  border-right: solid 2px #D9D5D2;
  max-width: 300px;
}
@media (max-width: 768px) {
  .catalog_left_menu {
    max-width: 100%;
    border-right: none;
  }
}

.catalog_menu_item {
  display: flex;
  padding: 10px 120px 10px 10px;
  gap: 20px;
  margin-left: -10px;
}

.catalog_menu_item span {
  width: 47px;
  height: 47px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.catalog_menu_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog_menu_item:hover {
  background-color: #F2EFEC;
}

.container:has(.catalog_menu) {
  position: relative;
}

.catalog_menu {
  display: flex;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 15;
  background-color: #fff;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .catalog_menu {
    flex-direction: column;
  }
}

.catalog_menu .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.catalog_menu.active {
  height: max-content;
  overflow: hidden;
  max-height: 1000px;
  opacity: 1;
}
.catalog_menu.active .container {
  display: flex;
}

.catalog_menu_item_text {
  font-weight: 500;
  align-content: center;
}

.catalog_right_menu {
  padding: 14px 0 14px 60px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.catalog_right_menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.catalog_list_title {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 30px;
  text-decoration: underline;
}

.catalog_min_title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.catalog_main_ul {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Три колонки равной ширины */
  gap: 30px;
}

.catalog_main_ul a:hover {
  color: #ff0000;
}

.catalog_main_ul ul {
  display: flex;
  gap: 15px;
  padding: 0px;
}

.catalog_main_ul ul {
  text-decoration: none;
}

.catalog_right_menu {
  opacity: 0;
  display: none;
  transition: 0.3s ease-in-out;
}

.catalog_right_menu.active {
  display: block;
  opacity: 1;
}

.header_fixed {
  display: none;
}
@media (max-width: 767px) {
  .header_fixed {
    display: flex;
    position: fixed;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
    gap: 0px;
    z-index: 9;
    justify-content: space-between;
    border-top: 1px solid #E2DDD9;
    min-height: 50px;
  }
}
.header_fixed__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.header_fixed__item span {
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: 5px;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  background-color: #FE0000;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_fixed__item:nth-of-type(5) span {
  right: 0px;
}
.header_fixed__item--img {
  margin-bottom: 5px;
}
.header_fixed__item--img svg {
  width: 24px;
  height: 24px;
}
.header_fixed__item--name {
  font-size: 10px;
}

.header_nav .header_nav__search_mob {
  position: relative;
  display: none;
  height: 55px;
  gap: 10px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .header_nav .header_nav__search_mob {
    display: flex;
  }
}
.header_nav .header_nav__search_mob button {
  display: none;
}
.header_nav .header_nav__search_mob input {
  border: 1px solid #E2DDD9;
  border-radius: 4px 0 0 4px;
  padding: 16px 20px;
  font-size: 16px;
  width: 438px;
}
.header_nav .header_nav__search_mob input::placeholder {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 1;
}
.header_nav .header_nav__search_mob input:focus::placeholder {
  font-size: 0;
}
.header_nav .header_nav__search_mob input:not(:placeholder-shown) ~ .icon_search {
  opacity: 0;
}
@media (max-width: 1280px) {
  .header_nav .header_nav__search_mob input {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .header_nav .header_nav__search_mob input {
    width: 100%;
    padding: 12px;
    padding-left: 40px;
  }
  .header_nav .header_nav__search_mob input:not(:placeholder-shown) {
    padding-left: 12px;
  }
}
.header_nav .header_nav__search_mob .icon_search {
  position: absolute;
  fill: #8A8A8A;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 30px;
}
.header_nav .header_nav__search_mob.active {
  position: absolute;
  top: 10px;
  width: 60%;
}

.header_top__info--left--mob {
  display: none;
  flex-shrink: 0;
}
.header_top__info--left--mob a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .header_top__info--left--mob {
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }
}

.header_middle__search--result {
  position: absolute;
  width: calc(100% + 20px);
  margin-left: -10px;
  min-height: 50px;
  max-height: 390px;
  top: -10px;
  z-index: 10;
  background: #fff;
  padding: 74px 10px 30px 30px;
  border-radius: 4px;
  border: solid 1px #EEEEEE;
  display: none;
  z-index: 4;
}
@media (max-width: 1199px) {
  .header_middle__search--result {
    padding: 74px 10px 10px 10px;
    font-size: 12px;
  }
}
.header_middle__search--result a:hover {
  background-color: #F2EFEC;
}
.header_middle__search--result--item {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 50px;
  align-items: center;
}
.header_middle__search--result--item img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.header_middle__search--result--item svg {
  fill: #8A8A8A;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 30px;
}

.mob_header_middle__search--result {
  display: none;
}

.mob_header_middle__search--result {
  position: fixed;
  width: 100%;
  margin-left: -15px;
  min-height: 50px;
  /* max-height: 390px; */
  top: 0px;
  padding-top: 70px;
  height: 100vh;
  z-index: 10;
  background: #fff;
  padding: 90px 10px 15px 15px;
  border-radius: 4px;
  border: solid 1px #EEEEEE;
  /* display: none; */
  z-index: 2;
}
@media (max-width: 1199px) {
  .mob_header_middle__search--result {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (max-width: 575px) {
  .mob_header_middle__search--result {
    margin-left: -15px;
  }
}
.mob_header_middle__search--result a:hover {
  background-color: #F2EFEC;
}
.mob_header_middle__search--result--item {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 50px;
  align-items: center;
}
.mob_header_middle__search--result--item img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.mob_header_middle__search--result--item svg {
  fill: #8A8A8A;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 30px;
}
.mob_header_middle__search--result .search_close {
  display: none;
  position: absolute;
  top: 25px;
  right: 70px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
.mob_header_middle__search--result .search_close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  transform: rotate(45deg);
}
.mob_header_middle__search--result .search_close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  transform: rotate(135deg);
}

.close_mob_header_middle__search--result {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 30px;
  color: #FE0000;
}

.mob_header_middle__search--result.active {
  display: flex;
}

.header_middle__search--result--scroll {
  max-height: 100px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #E2DDD9 transparent;
}

.mob_header_middle__search--result--scroll {
  max-height: 100px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #E2DDD9 transparent;
}

.header_middle__search--result--scroll::-webkit-scrollbar {
  width: 20px;
}

.header_middle__search--result--scroll::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

.header_middle__search--result--scroll::-webkit-scrollbar-thumb {
  background-color: #E2DDD9;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}

.header_middle__search--result--scroll::-webkit-scrollbar-thumb:hover {
  background-color: #E2DDD9;
}

.header_middle__search--result--scroll::-webkit-scrollbar-button {
  display: none !important;
  opacity: 0;
  width: 0;
  height: 0;
  background-color: #fff;
}

#modal-city .modal_close, #modal-city2 .modal_close, #modal-city3 .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#modal-city .modal_city_title, #modal-city2 .modal_city_title, #modal-city3 .modal_city_title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  #modal-city .modal_city_title, #modal-city2 .modal_city_title, #modal-city3 .modal_city_title {
    font-size: 20px;
  }
}
#modal-city .search_city, #modal-city2 .search_city, #modal-city3 .search_city {
  margin-bottom: 0px;
}
#modal-city .city-list, #modal-city2 .city-list, #modal-city3 .city-list {
  overflow-y: auto;
}
@media (max-width: 575px) {
  #modal-city .city-list, #modal-city2 .city-list, #modal-city3 .city-list {
    display: flex;
    flex-direction: column;
  }
}
#modal-city .clear_search_city, #modal-city2 .clear_search_city, #modal-city3 .clear_search_city {
  position: absolute;
  display: none;
  position: absolute;
  top: 124px;
  right: 55px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 575px) {
  #modal-city .clear_search_city, #modal-city2 .clear_search_city, #modal-city3 .clear_search_city {
    top: 100px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  #modal-city .clear_search_city, #modal-city2 .clear_search_city, #modal-city3 .clear_search_city {
    top: 100px;
    right: 30px;
  }
}
#modal-city .clear_search_city::before, #modal-city2 .clear_search_city::before, #modal-city3 .clear_search_city::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #C1BCB8;
  position: absolute;
  transform: rotate(45deg);
}
#modal-city .clear_search_city::after, #modal-city2 .clear_search_city::after, #modal-city3 .clear_search_city::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #C1BCB8;
  position: absolute;
  transform: rotate(135deg);
}
#modal-city input:not(:placeholder-shown) ~ .clear_search_city, #modal-city2 input:not(:placeholder-shown) ~ .clear_search_city, #modal-city3 input:not(:placeholder-shown) ~ .clear_search_city {
  display: block;
}

@media (max-width: 575px) {
  #modal-city .modal_content {
    width: 100%;
  }
}

#modal-city2 .city-list {
  grid-template-columns: repeat(1, 1fr);
}

#modal-city3 .city-list li span:nth-of-type(2) {
  color: #8A8A8A;
}

@media (max-width: 575px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 220ms ease;
    will-change: transform;
    background: #fff;
    height: 56px;
  }
}

.site-header.hidden {
  transform: translateY(-250%);
}

.site-header.hidden2 {
  transform: translateY(0%);
}
/* 
@media (max-width: 575px) {
  body {
    padding-top: 110px;
  }
} */

.scroll-box {
  height: 300px;
  /* ограничиваем высоту */
  padding: 10px;
  background: #fff;
  width: 100%;
}
@media (max-width: 991px) {
  .scroll-box {
    height: 100vh;
    max-height: 100vh;
  }
}

/* Можно подкрасить полосу SimpleBar */
.simplebar-scrollbar::before {
  content: "";
  background: #E2DDD9;
  width: 5px;
  /* цвет скролла */
}

.mm_bottom_block {
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}

.mm_bottom_block__left {
  text-wrap: nowrap;
  text-align: right;
}
.mm_bottom_block__left a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.mm_bottom_block__left p {
  font-size: 12px;
}

.mm_bottom_block__right {
  color: #747474;
}
.mm_bottom_block__right .header_top__info--right {
  display: flex;
  align-items: center;
  height: 30px;
  gap: 10px;
}
.mm_bottom_block__right .header_top__info--right a svg {
  width: 20px;
  height: 20px;
}

.catalog-mm a {
  display: flex;
  justify-content: flex-start;
  gap: 21px;
}
.catalog-mm a img {
  width: 47px;
  height: 47px;
}

.catalog_nsubs {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .catalog_nsubs {
    margin-bottom: 20px;
  }
}
.catalog_nsubs__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px -15px;
}
.catalog_nsubs__list__item {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 5px 15px;
}
@media (max-width: 1280px) {
  .catalog_nsubs__list__item {
    width: 50%;
  }
}
.catalog_nsubs__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px 10px 10px;
  background-color: #F2EFEC;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .catalog_nsubs__card {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
  }
}
.catalog_nsubs__card:hover::after {
  width: 101%;
}
.catalog_nsubs__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0;
  background-color: #E2DDD9;
  transition: width ease 0.3s;
  z-index: 1;
}
.catalog_nsubs__card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .catalog_nsubs__card i {
    width: 35px;
    height: 35px;
  }
}
.catalog_nsubs__card i img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.catalog_nsubs__card span {
  overflow: hidden;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
} 

.swiper-slide {
  box-sizing: border-box;
}

.main_slider {
  width: 70%;
  max-width: 803px;
  flex-shrink: 0;
}

.main_slider .swiper-slide {
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: contain;
  position: relative;
  height: 400px;
}
@media (max-width: 1280px) {
  .main_slider .swiper-slide {
    height: 382px;
  }
}
@media (max-width: 1200px) {
  .main_slider .swiper-slide {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .main_slider .swiper-slide {
    width: 100%;
    height: 200px;
  }
}

.main_slider__bottom__block {
  position: absolute;
  bottom: 20px;
  left: 60px;
}
@media (max-width: 767px) {
  .main_slider__bottom__block {
    bottom: 10px;
    left: 11px;
  }
}
.main_slider__bottom__block--title {
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  color: #FE0000;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .main_slider__bottom__block--title {
    font-size: 30px;
    margin-bottom: 6px;
  }
}
.main_slider__bottom__block--middle {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 11px;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main_slider__bottom__block--middle {
    font-size: 10px;
    margin-bottom: 19px;
  }
}
.main_slider__bottom__block--middle img {
  width: 123px !important;
}
@media (max-width: 767px) {
  .main_slider__bottom__block--middle img {
    width: 66px !important;
  }
}
@media (max-width: 767px) {
  .main_slider__bottom__block--bottom {
    font-size: 10px;
  }
}

.main_slider.swiper {
  width: calc(70% - 30px);
  height: max-content;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main_slider.swiper {
    width: 100%;
  }
}

.main_slider .swiper-slide a {
  position: absolute;
  padding: 16px 30px;
  background-color: #fff;
  border: 2px solid #FE0000;
  color: #FE0000;
  border-radius: 4px;
  font-weight: 500;
  bottom: 30px;
  right: 30px;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.main_slider .swiper-slide a:hover {
  color: #fff;
  border-color: #D30000;
  background-color: #D30000;
}

@media (max-width: 768px) {
  .main_slider .swiper-slide a {
    bottom: 20px;
    right: 20px;
    font-size: 11px;
    padding: 11px 21px;
  }
}

.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_slider__nav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.main_slider__nav--next {
  cursor: pointer;
}
.main_slider__nav--next svg {
  fill: #FE0000;
  width: 19px;
  height: 16px;
  transition: 0.2s ease-in-out;
  transform: rotate(180deg);
}
.main_slider__nav--next svg:hover {
  fill: #D30000;
}
.main_slider__nav--prev {
  cursor: pointer;
}
.main_slider__nav--prev svg {
  fill: #FE0000;
  width: 19px;
  height: 16px;
  transition: 0.2s ease-in-out;
}
.main_slider__nav--prev svg:hover {
  fill: #D30000;
}
.main_slider__nav--pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.main_slider__nav--pagination span {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  border: solid 1px #FE0000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.main_slider__nav--pagination span.swiper-pagination-bullet-active {
  background-color: #FE0000;
}
.main_slider__nav--pagination span:hover {
  background-color: #D30000;
  border-color: #D30000;
}

.banner {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.main_banner_right {
  display: flex;
  height: 400px;
  gap: 30px;
  width: 32%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .main_banner_right {
    height: 382px;
  }
}
@media (max-width: 1200px) {
  .main_banner_right {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .main_banner_right {
    display: none;
  }
}
@media (max-width: 992px) {
  .main_banner_right {
    display: none;
  }
}

.banner_right_item {
  width: 100%;
  /* flex: 0 0 387px; */
  height: 50%;
  border-radius: 10px;
  max-height: 185px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.banner_right_item span {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 12px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: 600px;
  color: #fff;
  width: 110px;
  height: 88px;
  background-image: url('data:image/svg+xml,<svg width="110" height="88" viewBox="0 0 110 88" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L-1.44248e-06 33C-2.77024e-06 63.3757 24.6243 88 55 88C85.3757 88 110 63.3757 110 33L110 4.80825e-06L0 0Z" fill="%23FE0000"/></svg>');
}

.banner_right_item:nth-of-type(2) span {
  right: 30px;
  left: auto;
}

.catalog_links {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .catalog_links {
    padding-top: 15px;
  }
}

.main_catalog_links {
  display: flex;
  justify-content: flex-start;
  gap: 29px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .main_catalog_links {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .main_catalog_links {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.main_catalog_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  width: calc(25% - 22px);
  height: 230px;
  padding: 20px 0px 0px 20px;
  background-color: #F2EFEC;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .main_catalog_item {
    width: calc(25% - 12px);
  }
}
@media (max-width: 991px) {
  .main_catalog_item {
    padding: 11px 0px 0px 11px;
    width: calc(50% - 22px);
    flex: calc(50% - 22px);
    height: 200px;
  }
}
@media (max-width: 767px) {
  .main_catalog_item {
    padding: 11px 0px 0px 11px;
    width: calc(50% - 22px);
    flex: calc(50% - 22px);
    height: 142px;
  }
}
.main_catalog_item p {
  z-index: 2;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .main_catalog_item p {
    font-size: 12px;
  }
}

.main_catalog_item span {
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 0;
  background-color: #E2DDD9;
}

.main_catalog_item:nth-of-type(1) span:nth-of-type(1) {
  width: 241px;
  height: 241px;
  border-radius: 500px;
  bottom: -50px;
  right: -56px;
}

.main_catalog_item:nth-of-type(2) span:nth-of-type(1) {
  width: 124px;
  height: 124px;
  border-radius: 124px;
  top: -65px;
  right: -20px;
}

.main_catalog_item:nth-of-type(2) span:nth-of-type(2) {
  width: 241px;
  height: 241px;
  border-radius: 241px;
  bottom: -79px;
  right: -15px;
}

.main_catalog_item:nth-of-type(3) span:nth-of-type(1) {
  width: 214px;
  height: 214px;
  border-radius: 214px;
  top: -65px;
  right: -26px;
}

.main_catalog_item:nth-of-type(3) span:nth-of-type(2) {
  width: 108px;
  height: 108px;
  border-radius: 108px;
  bottom: -66px;
  right: 91px;
}

.main_catalog_item:nth-of-type(4) span:nth-of-type(1) {
  width: 177px;
  height: 177px;
  border-radius: 177px;
  top: 11px;
  right: 53px;
}

.main_catalog_item:hover span {
  width: 200% !important;
  height: 200% !important;
  border-radius: 0px !important;
}

.main_catalog_item:hover span:nth-of-type(1) {
  width: 200% !important;
  height: 200% !important;
  border-radius: 555px !important;
  top: -100px;
  right: -100px;
}

.main_catalog_bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}

.main_catalog_bottom__img {
  width: 66.78%;
  height: 72.17%;
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .main_catalog_bottom__img {
    width: 106px;
    height: 94px;
  }
}

.main_catalog_arrow {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_catalog_arrow svg {
  width: 19px;
  height: 16px;
  fill: #FE0000;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .main_catalog_arrow {
    width: 30px;
    height: 30px;
  }
}

.manufacturer {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .manufacturer {
    padding-top: 90px;
  }
}
.manufacturer h1 {
  margin-bottom: 28px;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .manufacturer h1 {
    font-size: 24px;
  }
}
.manufacturer p {
  margin-bottom: 54px;
  max-width: 803px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .manufacturer p {
    margin-bottom: 27px;
  }
}
.main_manufacturer_slider__wrap {
  margin-bottom: -14px;
}
@media (min-width: 992px) {
  .main_manufacturer_slider__wrap {
    margin-bottom: -5px;
    position: relative;
  }
}
.main_manufacturer_slider__offset {
  position: relative;
}
.main_manufacturer_slider {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.main_manufacturer_slider__slide {
  padding: 6px 5px 14px 5px;
}
@media (max-width: 991px) {
  .main_manufacturer_slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
  }

  .main_manufacturer_slider__slide {
    width: 180px !important;
    padding: 3px 5px 7px 5px;
  }
  .manufacturer_slide:hover {
    box-shadow: 0px 2px 5px 0px rgba(34, 33, 33, 0.1803921569);
  }
}
@media (max-width: 768px) {
  .main_manufacturer_slider__slide {
    width: 128px !important;
  }
}

.manufacturer_slide {
  aspect-ratio: 178/84;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #E2DDD9;
  background-position: center;
  background-size: 63%;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
  display: flex;
  justify-self: center;
  align-items: center;
}
@media (max-width: 768px) {
  .manufacturer_slide {
    width: 118px;
    height: 56px;
  }
}
.manufacturer_slide img {
  height: 100%;
  object-fit: contain;
  margin: 0px auto;
}

.manufacturer_slide:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 33, 33, 0.1803921569);
}

.manufacturer_slider-next {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: solid 1px #E2DDD9;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: -86px;
  top: 50%;
  margin-top: -28px;
  transform: rotate(180deg);
  z-index: 5;
}
@media (max-width: 1420px) {
  .manufacturer_slider-next {
    right: -28px;
  }
}
.manufacturer_slider-next svg {
  width: 19px;
  height: 16px;
  transition: 0.2s ease-in-out;
}
.manufacturer_slider-next:hover svg {
  fill: #FE0000;
}
@media (max-width: 992px) {
  .manufacturer_slider-next {
    display: none;
  }
}

.manufacturer_slider-prev {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: solid 1px #E2DDD9;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -86px;
  top: 50%;
  margin-top: -28px;
  z-index: 5;
}
@media (max-width: 1420px) {
  .manufacturer_slider-prev {
    left: -28px;
  }
}
.manufacturer_slider-prev svg {
  width: 19px;
  height: 16px;
  transition: 0.2s ease-in-out;
}
.manufacturer_slider-prev:hover svg {
  fill: #FE0000;
}
@media (max-width: 992px) {
  .manufacturer_slider-prev {
    display: none;
  }
}

.ready_design {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .ready_design {
    padding-top: 90px;
  }
}
.ready_design__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 767px) {
  .ready_design__title {
    font-size: 24px;
  }
}
.ready_design p {
  margin-bottom: 62px;
  max-width: 803px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ready_design p {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .ready_block {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

.ready_design_last {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ready_design_last {
    flex-direction: column;
    gap: 30px;
  }
}

.order_my_design {
  color: #fff;
}

.white_arrow_red_circle {
  width: 33px;
  height: 33px;
  background-position: center;
  border-radius: 33px;
  background-repeat: no-repeat;
}
.white_arrow_red_circle svg {
  transform: rotate(180deg);
  fill: #fff;
  width: 12px;
}

.ready_block__offset {
  position: relative;
}
@media (max-width: 992px) {
  .ready_block__slide {
    width: 277px !important;
  }
}

.ready_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .ready_item {
    aspect-ratio: 387/481;
  }
}
@media (max-width: 992px) {
  .ready_item {
    height: 346px;
  }
}

.ready_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ready_item p {
  opacity: 0;
  width: 70%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: 0.2s ease-in-out;
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 575px) {
  .ready_item p {
    opacity: 1;
    font-size: 16px;
  }
}
.ready_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2196078431);
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
.ready_item:hover p {
  opacity: 1;
}
.ready_item:hover::before {
  opacity: 1;
}

.all_ready_design {
  width: max-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  gap: 10px;
  color: #FE0000;
  transition: 0.2s ease-in-out;
}
.all_ready_design:hover {
  color: #D30000;
}
.all_ready_design:hover .white_arrow_red_circle {
  background-color: #D30000;
}

@media (max-width: 768px) {
  .all_ready_design_desc {
    display: none;
  }
}

.all_ready_design_mob {
  display: none;
}
@media (max-width: 767px) {
  .all_ready_design_mob {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
  }
}

.white_arrow_red_circle {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #FE0000;
  transition: 0.2s ease-in-out;
}

.profi_team {
  padding-top: 110px;
}
@media (max-width: 992px) {
  .profi_team {
    padding-top: 90px;
  }
}

.profi_team_block {
  background-color: #F2EFEC;
  display: flex;
  border-radius: 8px;
  position: relative;
  padding-right: 52px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .profi_team_block {
    flex-direction: column;
    padding: 0px;
  }
}

.profi_team_left {
  overflow: hidden;
  padding: 52px 80px 52px 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .profi_team_left {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .profi_team_left {
    padding: 30px;
  }
}
.profi_team_left--title {
  margin-bottom: 34px;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .profi_right {
    max-width: 246px;
  }
}
@media (max-width: 992px) {
  .profi_team_left--title {
    font-size: 24px;
  }
  .profi_right {
    max-width: 207px;
  }
}
@media (max-width: 767px) {
  .profi_team_left--title {
    font-size: 22px;
  }
}

.profi_team_left_bottom {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .profi_team_left_bottom {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .profi_team_left_bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.profi_team_left_bottom_item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.profi_right {
  max-width: 308px;
  position: relative;
  top: -27px;
}
@media (max-width: 768px) {
  .profi_right {
    max-width: 228px;
    margin-top: 0;
    margin-bottom: -64px;
    margin-left: 77px;
  }
}

.profi_team_left::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  border-radius: 88px;
  background-color: #E2DDD9;
  left: calc(100% - 88px);
  top: calc(50% - 44px);
}
.profi_team_left::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 88px;
  background-color: #E2DDD9;
  left: -85px;
  top: 10px;
}
@media (max-width: 1199px) {
  .profi_team_left::after {
    top: -20px;
  }
}

.beontime {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .beontime {
    padding-top: 90px;
  }
}
.beontime__block__offset {
  position: relative;
}
.beontime__block {
  position: relative;
}
@media (max-width: 991px) {
  .beontime__block {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .beontime__block__slide {
    width: 306px !important;
  }
}

.beontime__block-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  aspect-ratio: 387/250;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .beontime__block-item {
    width: 100%;
    aspect-ratio: 306/197;
  }
}
.beontime__block-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.beontime__block-item:hover h4 {
  color: #FE0000;
}
.beontime__block-item p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
  font-size: 12px;
  color: #fff;
}
.beontime__block-item span {
  display: block;
  position: absolute;
  width: 77px;
  padding: 10px 13px 19px 13px;
  border-bottom-left-radius: 77px;
  border-bottom-right-radius: 77px;
  background-color: #FE0000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  top: 0;
  right: 30px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .beontime__block-item span {
    width: 71px;
    padding: 15px 10px 15px 11px;
    border-bottom-left-radius: 71px;
    border-bottom-right-radius: 71px;
    right: 10px;
    font-size: 16px;
  }
}
.beontime__block-item h4 {
  display: block;
  position: absolute;
  color: #fff;
  top: 10px;
  left: 20px;
  text-align: left;
  max-width: 60%;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .beontime__block-item h4 {
    font-size: 16px;
  }
}
.beontime__block-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
  justify-content: center;
  align-items: center;
}

.modal.active {
  display: flex;
  opacity: 1;
  max-height: 4000px;
}

.modal_content {
  background: #fff;
  padding: 20px;
  padding: 40px;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal_close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
}

.modal_close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8A8A8A;
  position: absolute;
  left: 0;
  transform: rotate(135deg);
}

.modal_call {
  cursor: pointer;
}

.modal_city_title {
  margin-bottom: 30px;
}

.city-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  grid-template-rows: repeat(12, 1fr);
  gap: 10px;
}

.city-list li {
  cursor: pointer;
}

.search_city {
  width: 100%;
  margin-bottom: 30px;
}

input.search_city:focus,
input.search_city:focus-visible {
  outline: none;
  border: 1px solid #E2DDD9 !important;
  box-shadow: 0 0 5px rgba(226, 221, 217, 0.5);
}

.catalog_button {
  background-color: #FE0000;
  width: 149;
  height: 52;
  border-radius: 4px;
  align-content: center;
}

.catalog_button:hover {
  background-color: #D30000;
}

.catalog_button_disabled {
  background-color: #FFA3A3;
}

.catalog_item_button {
  width: 149;
  border-radius: 4px;
  padding: 10.5px 0px;
  text-align: center;
  align-content: center;
}
@media (max-width: 768px) {
  .catalog_item_button {
    width: 105;
  }
}

.red_button {
  color: #fff;
  background-color: #FE0000;
  border-radius: 4px;
  align-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none !important;
}

.red_button:hover {
  background-color: #D30000;
  color: #fff;
}

.red_button a {
  color: #fff;
}

.gray_button {
  background-color: #F2EFEC;
  border-radius: 4px;
  align-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.2s ease-in-out;
  text-decoration: none !important;
  color: #101010;
}

.gray_button:hover {
  background-color: #E2DDD9;
  color: #101010;
}

.modal_button {
  padding: 16px 36px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  align-content: center;
  background-color: #FE0000;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_button:hover {
  background-color: #D30000;
}
@media (max-width: 768px) {
  .modal_button {
    padding: 16px 20px;
  }
}

.product-card__price-current p {
  font-weight: 400;
  font-size: 10px;
  color: #8A8A8A;
  margin-bottom: 0;
}

.bottom_seo {
  padding-top: 120px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .bottom_seo {
    padding-top: 90px;
    font-size: 14px;
  }
}

.bottom_seo p {
  margin: 20px 0;

}
.bottom_seo p:last-child {
  margin-bottom: 0;
}
.bottom_seo p:first-child {
  margin-top: 0;
}

.bottom_seo h1,
.bottom_seo h2, 
.bottom_seo h3,
.bottom_seo h4 {
  margin: 30px 0 20px 0;
  font-weight: 600;
  line-height: 1.1;
}
.bottom_seo h1:first-child,
.bottom_seo h2:first-child, 
.bottom_seo h3:first-child,
.bottom_seo h4:first-child {
  margin-top: 0;
}
.bottom_seo h1:last-child,
.bottom_seo h2:last-child, 
.bottom_seo h3:last-child,
.bottom_seo h4:last-child {
  margin-bottom: 0;
}

.bottom_seo_item {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bottom_seo_item {
    margin-bottom: 30px;
  }
}
.bottom_seo_item:last-child {
  margin-bottom: 0;
}

.bottom_seo_item li {
  padding-left: 20px;
  position: relative;
}

.bottom_seo_item li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #FE0000;
  left: 5px;
  top: 8px;
  position: absolute;
}

.catalog_title_block {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog_title_block {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.catalog_title_block__title {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .catalog_title_block__title {
    font-size: 23px;
  }
}
.catalog_title_block__total {
  font-weight: 400;
  font-size: 15px;
  color: #8A8A8A;
}
@media (max-width: 767px) {
  .catalog_title_block__total {
    font-size: 14px;
  }
}

.catalog_main {
  display: flex;
}

.catalog_result {
  padding-left: 30px;
  width: 80%;
}
@media (max-width: 992px) {
  .catalog_result {
    padding: 0px;
    width: 100%;
  }
}

.catalog_popular_collections {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 40px;
}
.catalog_popular_collections p {
  color: #8A8A8A;
  line-height: 1.5;
}
.catalog_popular_collections > ul {
  display: contents;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog_popular_collections > ul {
    overflow-x: scroll;
    order: 2;
    display: flex;
    gap: 10px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.catalog_popular_collections > ul a {
  line-height: 1.5;
  border-bottom: solid 1px;
  color: #010101;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
@media (max-width: 767px) {
  .catalog_popular_collections > ul a {
    width: max-content;
  }
}
.catalog_popular_collections > ul a:hover {
  color: #FE0000;
  border-bottom-color: #FE0000;
}
.catalog_popular_collections .popular_collections_all {
  color: #FE0000;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.catalog_popular_collections .popular_collections_all:hover {
  color: #D30000;
}

.catalog_tab_sort {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .catalog_tab_sort {
    flex-direction: column;
  }
}

.catalog_tab {
  display: flex;
  gap: 30px;
  color: #8A8A8A;
  cursor: pointer;
}
@media (max-width: 992px) {
  .catalog_tab {
    margin-bottom: 15px;
    width: 100%;
  }
  .catalog_tab .catalog_tab {
    width: auto;
  }
}
.catalog_tab h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .catalog_tab h3 {
    font-size: 20px;
  }
}

.catalog_tab.active {
  color: red;
}
.catalog_tab.active a {
  color: red;
  cursor: default;
}

.catalog_tab a {
  color: #8A8A8A;
  text-decoration: none;
}
.catalog_tab a:hover {
  color: red;
}

.catalog_sort {
  position: relative;
  width: 250px;
  font-size: 14px;
  z-index: 10;
}

@media (max-width: 992px) {
  .catalog_sort {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.catalog_sort .gray_button {
  display: none;
  padding: 8px 10px;
}
@media (max-width: 992px) {
  .catalog_sort .gray_button {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

.catalog_select {
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .catalog_select {
    width: 100%;
  }
}

.catalog_select .selected {
  display: block;
  padding: 10px 30px 10px 10px;
  border: 1px solid #C1BCB8;
  border-radius: 6px;
  background: #fff;
}

.catalog_select ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  /* скрыт по умолчанию */
  z-index: 10;
}

.catalog_select.open ul {
  display: block;
}

.catalog_select ul li {
  padding: 10px;
  transition: background 0.2s;
}

.catalog_select ul li:hover {
  background: #f0f0f0;
}
.catalog_select ul li:hover a {
  color: #ff0000;
}

.catalog_select a {
  color: #101010;
  text-decoration: none;
}

.catalog_select::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/Arrow_down.svg);
  background-size: contain;
  width: 9px;
  height: 6px;
  right: 12px;
  top: 17px;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.catalog_select.open::before {
  transform: scaleY(-1);
}

.catalog_active_filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog_active_filters {
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.catalog_active_filters.onpage {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .catalog_active_filters {
    flex-direction: column;
    gap: 10px;
  }
}
.catalog_active_filters > div {
  line-height: 1.5;
  color: #8A8A8A;
}
.catalog_active_filters ul {
  display: contents;
}

.catalog_active_filters ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 992px) {
  .catalog_active_filters ul {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    order: 2;
    margin: 5px 0;
  }
}

.catalog_active_filters span {
  color: #FE0000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.catalog_active_filters span:hover {
  color: #D30000;
}

.catalog_active_filters ul li {
  text-wrap: nowrap;
  display: inline-block;
  background-color: #F2EFEC;
  cursor: pointer;
  padding: 3px 34px 3px 14px;
  line-height: 1.5;
  border-radius: 30px;
  position: relative;
}

.catalog_active_filters ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-position: center;
  right: 15px;
  top: 9px;
  background-image: url("../img/close_cat.svg");
}

.catalog_poducts_list {
  display: grid;
  gap: 40px 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .catalog_poducts_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .catalog_poducts_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog_poducts_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}

.catalog_poducts_ready_link {
  padding: 10px;
}
@media (max-width: 575px) {
  .catalog_poducts_ready_link {
    padding: 0;
  }
}

.catalog_poducts_ready_img {
  height: 100%;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-position: right;
  transition: 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .catalog_poducts_ready_img {
    padding: 10px;
  }
}

.catalog_poducts_ready_img:hover {
  z-index: 10;
  box-shadow: 0 0 23.1px 6px rgba(0, 0, 0, 0.1803921569);
}
@media (max-width: 767px) {
  .catalog_poducts_ready_img:hover {
    box-shadow: none;
  }
}

.catalog_poducts_ready {
  height: 100%;
}

.catalog_poducts_ready_top {
  top: 20px;
  left: 20px;
  color: #fff;
}
.catalog_poducts_ready_top h4 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .catalog_poducts_ready_top h4 {
    font-size: 16px;
  }
}
.catalog_poducts_ready_top p {
  font-size: 12px;
}
@media (max-width: 575px) {
  .catalog_poducts_ready_top p {
    font-size: 10px;
  }
}

.modal.active .filter {
  opacity: 1;
}

.main_catalog_arrow {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}

.atalog_poducts_ready {
  padding: 20px;
}

.atalog_poducts_ready h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;
  color: #fff;
}

.catalog_products .manufacturer {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .catalog_products .manufacturer {
    padding-top: 90px;
  }
}

.catalog_products .manufacturer h1 {
  margin-bottom: 30px;
}

.catalog_products .main_manufacturer_slider .manufacturer_slider-next {
  display: flex;
  top: auto;
  bottom: 34px;
  left: calc(50% - 40px);
}
.catalog_products .main_manufacturer_slider .manufacturer_slider-prev {
  display: flex;
  top: auto;
  bottom: 34px;
  left: calc(50% + 40px);
}

.catalog_result .main_manufacturer_slider {
  margin-top: 30px;
}

.catalog_filter {
  width:220px;
}

@media (max-width: 992px) {
  .catalog_filter {
    width: 100%;
  }
}
.catalog_filter .modal.active {
  display: flex;
  max-height: max-content;
}

.filter {
  padding: 0px;
  display: block;
  position: relative;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 992px) {
  .filter {
    opacity: 0;
    position: fixed;
    max-height: 0px;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    justify-content: flex-start;
    overflow-y: scroll;
    z-index: 15;
    transition: 1s ease-in-out;
  }

  .smartfilter {
    display: block;
    width: 100%;
  }
}
.filter .top_tltle {
  display: none;
}
@media (max-width: 992px) {
  .filter .top_tltle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .filter .top_tltle .modal_close {
    right: 10px;
  }
}
.filter .hidden {
  display: none;
}
.filter .filter_section {
  margin-bottom: 30px;
  position: relative;
}
.filter .filter_section.hide_section * :nth-child(n+2) {
  display: none;
}
.filter .filter_section .handle_hide_section {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 7px;
  transform: scaleY(-1);
  transition: 0.3s ease-in-out;
}
.filter .filter_section .handle_hide_section svg {
  width: 100%;
  height: 100%;
}
.filter .filter_section .show_section_btn {
  transform: scaleY(1);
}
.filter .filter_section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .filter .filter_section {
    width: 100%;
  }
}
.filter .filter_section h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
.filter .filter_section label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
}
.filter .filter_section label .filter-checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.filter .filter_section label .filter-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #333;
  flex-shrink: 0;
}
.filter .filter_section label .filter-count {
  color: #999;
}
.filter .filter_section input[type=checkbox]:checked + label .filter-checkmark {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.filter .filter_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.filter .filter_section ul li:nth-child(n+5) {
  display: none;
}
.filter .filter_section ul.expanded li:nth-child(n+5) {
  display: flex;
}
.filter .filter_section ul li:hover .filter-checkmark {
  border-color: #FE0000;
}
.filter_special label {
  justify-content: space-between;
}
.filter_special__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
.filter .price .price-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.filter .price .price-inputs:before {
  position: absolute;
  content: "От";
  top: 8px;
  left: 5px;
  z-index: 20;
  color: #8A8A8A;
  font-size: 12px;
}
.filter .price .price-inputs::after {
  position: absolute;
  content: "До";
  top: 8px;
  right: 80px;
  color: #8A8A8A;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .filter .price .price-inputs::after {
    right: 65px;
  }
}
@media (max-width: 992px) {
  .filter .price .price-inputs::after {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .filter .price .price-inputs::after {
    right: 80px;
  }
}
.filter .price .price-inputs input {
  border-radius: 4px;
  border: 1px solid #E2DDD9;
  width: 105px;
  padding: 5px 10px 5px 32px;
  margin: 0px;
  position: relative;
}
.filter .price .price-inputs input::-webkit-inner-spin-button, .filter .price .price-inputs input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 992px) {
  .filter .price .price-inputs input {
    padding: 5px 0px 5px 20px;
  }
}
@media (max-width: 768px) {
  .filter .price .price-inputs input {
    padding: 5px 10px 5px 32px;
  }
}
.filter .price .price-inputs span {
  color: #999;
}
.filter .price .slider-container {
  position: relative;
  height: 1px;
  background: #D0D0D0;
  border-radius: 5px;
}
.filter .price .slider-container .progress {
  position: absolute;
  height: 100%;
  left: 0%;
  right: 0%;
  background-color: #333;
}
.filter .price .slider-container input[type=number]::-webkit-inner-spin-button,
.filter .price .slider-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter .price .slider-container input[type=range] {
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-appearance: none;
  background: rgba(153, 153, 153, 0);
  z-index: 4;
  top: 5px;
  border: 1px solid rgba(221, 221, 221, 0);
  margin: 0;
  padding: 0px;
  border: none;
  pointer-events: none;
}
.filter .price .slider-container input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: #010101;
  border-radius: 50%;
  cursor: pointer;
  top: -5px;
  position: relative;
}
.filter .price .slider-container input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
  border-radius: 50%;
  /* Круглый */
}
.filter input[type=range]::-webkit-inner-spin-button,
.filter input[type=range]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter .show-more {
  background: none;
  border: none;
  color: #f00;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}
.filter .show-more:hover {
  text-decoration: underline;
}
.filter button.clear {
  width: 100%;
  padding: 16px;
  display: block;
  margin: 20px auto 0;
  font-size: 15px;
}

.in-stock_radio {
  background-color: #E2DDD9;
  width: 43px;
  height: 24px;
  border-radius: 14px;
  align-content: center;
  padding: 0px 3px;
  transition: 0.2s ease-in-out;
}
.in-stock_radio span {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  display: block;
  transition: 0.2s ease-in-out;
}

.filter_special input[type=checkbox]:checked + label .in-stock_radio span {
  margin-left: 20px;
}

.filter_special input[type=checkbox]:checked + label .in-stock_radio {
  background-color: #FE0000;
}

.product_page .hit_sales_title h2 {
  margin-bottom: 0;
}
.product_page__main {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .product_page__main {
    flex-direction: column;
  }
}
.product_page__main > .product_page__main--info--title {
  display: none;
}
@media (max-width: 575px) {
  .product_page__main > .product_page__main--info--title {
    display: block !important;
    margin-bottom: 0;
  }
}
.product_page__main--sliders {
  position: sticky;
  top: 20px;
  flex: 0 1 700px;
  max-width: 700px;
  max-height: 595px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1279px) {
  .product_page__main--sliders {
    flex: 0 1 595px;
    max-width: 595px;
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .product_page__main--sliders {
    flex: 0 1 480px;
    max-width: 480px;
    /* height: max-content; */
  }
}
.product_page__main--slider--nav {
  height: 100%;
}
@media (max-width: 1279px) {
  .product_page__main--slider--nav {
    display: none;
  }
}
.product_page__main--slider--nav--wrapper {
  flex: 0 1 74px;
  max-width: 74px;
}
@media (max-width: 1279px) {
  .product_page__main--slider--nav--wrapper {
    display: none;
  }
}
.product_page__main--slider--nav--item {
  width: 74px;
  height: 74px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_page__main--slider--nav--item.swiper-slide-thumb-active {
  border-color: #C1BCB8;
}
.product_page__main--slider--nav--item:hover {
  border-color: #FE0000;
}
.product_page__main--slider--nav--item img {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_page__main--slider--main {
  max-width: 595px;
  position: relative;
}
@media (max-width: 991px) {
  .product_page__main--sliders {
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    max-height: none;
    top: 0;
  }
  .product_page__main--sliders img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product_page__main--slider--main {
    max-width: 100%;
    width: 100%;
  }
}
.product_page__main--slider--main--wrapper {
  flex: 1;
}
.product_page__main--slider--main--item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.product_page__main--slider--main--item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_page__main--slider--main--item--tag {
  background-color: #5482BD;
  padding: 6px 10px 8px;
  font-size: 15px;
  line-height: 1;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  color: #fff;
}
@media (max-width: 575px) {
  .product_page__main--slider--main--item--tag {
    left: 10px;
    top: 10px;
    font-size: 13px;
  }
}
.product_page__main--slider--main--item--discount {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .product_page__main--slider--main--item--discount {
    top: 10px;
    right: 10px;
  }
}
.product_page__main--slider--main--item--discount p {
  position: absolute;
  color: #fff;
  margin-left: 14px;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 575px) {
  .product_page__main--slider--main--item--discount p {
    font-size: 13px;
  }
}
.product_page__main--slider--main--nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  margin-top: -28px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .product_page__main--slider--main--nav {
    display: none;
  }
}
.product_page__main--slider--main--nav div {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #E2DDD9;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.product_page__main--slider--main--nav div svg {
  width: 19px;
  height: 16px;
  fill: #101010;
}
.product_page__main--slider--main--nav div:hover svg {
  fill: #FE0000;
}
.product_page__main--slider--main--nav--next svg {
  transform: rotate(180deg);
}
.product_page__main--slider--main--pagination {
  display: none;
}
@media (max-width: 1279px) {
  .product_page__main--slider--main--pagination {
    display: flex;
    gap: 6px;
    padding-top: 10px;
  }
}
.product_page__main--slider--main--pagination span {
  background-color: #C1BCB8;
  height: 2px;
  flex: 1;
}
.product_page__main--slider--main--pagination span.swiper-pagination-bullet-active {
  background-color: #101010;
}
.product_page__main--info {
  flex: 1;
}
@media (max-width: 575px) {
  .product_page__main--info {
    font-size: 14px;
  }
}
.product_page__main--info--start {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.product_page__main--info--reviews {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.product_page__main--info--reviews--stars {
  display: flex;
  gap: 3px;
  margin-right: 10px;
}
.product_page__main--info--reviews a {
  text-decoration: underline;
}
.product_page__main--info--title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 575px) {
  .product_page__main--info--title {
    display: none;
  }
}
.product_page__main--info--manufacture {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .product_page__main--info--manufacture {
    margin-bottom: 12px;
  }
}
.product_page__main--info--manufacture--anchor {
  text-decoration: underline;
}
.product_page__main--info--colors {
  margin-bottom: 30px;
}
.product_page__main--info--colors p {
  margin-bottom: 10px;
}
.product_page__main--info--colors--items {
  display: flex;
  gap: 6px;
}
.product_page__main--info--colors--items--item {
  position: relative;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.product_page__main--info--colors--items--item.active {
  border-color: #C1BCB8;
}
.product_page__main--info--colors--items--item span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: calc(100% + 10px);
  opacity: 0;
  pointer-events: none;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 21.4px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #E2DDD9;
  color: #000;
  width: max-content;
}
.product_page__main--info--colors--items--item:hover span {
  opacity: 1;
}
.product_page__main--info--quantity {
  color: #36A242;
  margin-bottom: 12px;
}
.product_page__main--info--block {
  background-color: #F2EFEC;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .product_page__main--info--block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .product_page__main--info--block {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
.product_page__main--info--block--sizes {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--sizes {
    align-items: flex-start;
    gap: 10px;
  }
}
.product_page__main--info--block--sizes--btns {
  display: flex;
  gap: 10px;
}
.product_page__main--info--block--sizes--btns--btn {
  color: #FE0000;
  background-color: #fff;
  border-radius: 4px;
  padding: 1px 10px;
  cursor: pointer;
}
.product_page__main--info--block--sizes--btns--btn.active {
  color: #fff;
  background-color: #FE0000;
}
.product_page__main--info--block--prices {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--prices {
    flex-direction: column;
    gap: 10px;
  }
}
.product_page__main--info--block--prices--opt {
  flex: 1;
}
.product_page__main--info--block--prices--opt--price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product_page__main--info--block--prices--opt--price--new {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 600;
  line-height: 1;
}
.product_page__main--info--block--prices--opt--price--new p {
  font-size: 24px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--prices--opt--price--new p {
    font-size: 20px;
  }
}
.product_page__main--info--block--prices--opt--price--new span {
  font-size: 14px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--prices--opt--price--new span {
    font-size: 12px;
  }
}
.product_page__main--info--block--prices--opt--price--old {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #8A8A8A;
}
@media (max-width: 575px) {
  .product_page__main--info--block--prices--opt--price--old {
    font-size: 12px;
  }
}
.product_page__main--info--block--prices--opt--name {
  font-size: 12px;
  color: #8A8A8A;
}
.product_page__main--info--block--prices--retail {
  flex: 1;
}
.product_page__main--info--block--prices--retail--price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product_page__main--info--block--prices--retail--price--new {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 600;
  line-height: 1;
  color: #8A8A8A;
}
.product_page__main--info--block--prices--retail--price--new p {
  font-size: 24px;
}
.product_page__main--info--block--prices--retail--price--new span {
  font-size: 14px;
}
.product_page__main--info--block--prices--retail--price--old {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #8A8A8A;
}
.product_page__main--info--block--prices--retail--name {
  font-size: 12px;
  color: #8A8A8A;
}
.product_page__main--info--block--result {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--result {
    flex-direction: column;
  }
}
.product_page__main--info--block--calc {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .product_page__main--info--block--calc {
    justify-content: space-between;
  }
}
.product_page__main--info--block--calc--num {
  padding: 0 30px;
  font-weight: 600;
  max-width: 120px;
}
.product_page__main--info--block--calc--minus {
  cursor: pointer;
}
.product_page__main--info--block--calc--plus {
  cursor: pointer;
}
.product_page__main--info--block--total {
  flex: 1;
}
@media (max-width: 575px) {
  .product_page__main--info--block--total {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
}
.product_page__main--info--block--total--price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.product_page__main--info--block--total--price span {
  font-size: 34px;
}
@media (max-width: 575px) {
  .product_page__main--info--block--total--price span {
    font-size: 16px;
  }
}
.product_page__main--info--block--buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.product_page__main--info--block--buttons--btn {
  flex: 0 1 300px;
  max-width: 300px;
  height: 52px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background-color: #FE0000;
  cursor: pointer;
}
.product_page__main--info--block--buttons--btn:hover {
  background-color: #D30000;
}
.product_page__main--info--block--buttons--compare {
  padding: 13px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.product_page__main--info--block--buttons--favorite {
  padding: 13px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.product_page__main--info--block--oneclick {
  font-weight: 600;
  text-decoration: underline;
  color: #FE0000;
  cursor: pointer;
}
.product_page__main--info--other {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .product_page__main--info--other {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .product_page__main--info--other--item {
    display: flex;
    gap: 10px;
  }
}
.product_page__main--info--other--item--top {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 575px) {
  .product_page__main--info--other--item--top {
    margin-bottom: 0;
  }
}
.product_page__main--info--other--item--top p {
  font-size: 12px;
  font-weight: 600;
}
.product_page__main--info--other--item--bottom {
  font-size: 12px;
}
.product_page__main--info--about--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .product_page__main--info--about--title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.product_page__main--info--about--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product_page__main--info--about--list--item {
  display: flex;
  gap: 20px;
}
.product_page__main--info--about--list--item--name {
  flex: 0 1 190px;
  color: #8A8A8A;
}
@media (max-width: 575px) {
  .product_page__main--info--about--list--item--name {
    flex: 0 1 130px;
  }
}
.product_page__main--info--about--list--item--value {
  flex: 1;
}
.product_page__reviews {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .product_page__reviews {
    padding-top: 90px;
  }
}
.product_page__reviews--title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 575px) {
  .product_page__reviews--title {
    font-size: 22px;
  }
}
.product_page__reviews--title span {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #8A8A8A;
}
.product_page__reviews--block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product_page__reviews--block {
    flex-direction: column;
    gap: 60px;
  }
}
.product_page__reviews--stars {
  display: flex;
  gap: 6px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .product_page__reviews--stars {
    margin-bottom: 30px;
  }
}
.product_page__reviews--stars img {
  width: 31px;
  height: 31px;
}
.product_page__reviews--items {
  max-width: 595px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .product_page__reviews--items--item {
    font-size: 14px;
  }
}
.product_page__reviews--items--item--info {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}
.product_page__reviews--items--item--info--name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .product_page__reviews--items--item--info--name {
    font-size: 16px;
  }
}
.product_page__reviews--items--item--info--date {
  color: #8A8A8A;
}
.product_page__reviews--items--item--text {
  line-height: 1.5;
}
.product_page__reviews--form {
  background-color: #F2EFEC;
  padding: 30px;
  border-radius: 8px;
  max-width: 387px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .product_page__reviews--form {
      max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product_page__reviews--form {
    padding: 20px;
  }
}
.product_page__reviews--form::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 25px;
  top: -25px;
  width: 148px;
  height: 148px;
  background-color: #E2DDD9;
  border-radius: 100%;
  pointer-events: none;
}
.product_page__reviews--form::after {
  content: "";
  position: absolute;
  bottom: -77px;
  left: 50%;
  margin-left: -230px;
  width: 214px;
  height: 214px;
  background-color: #E2DDD9;
  border-radius: 100%;
  pointer-events: none;
}
.product_page__reviews--form:has(.product_page__reviews--form--reg)::before, .product_page__reviews--form:has(.product_page__reviews--form--reg)::after {
  content: none;
}
.product_page__reviews--form > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .product_page__reviews--form > * {
    font-size: 14px;
  }
}
.product_page__reviews--form--title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .product_page__reviews--form--title {
    font-size: 16px;
  }
}
.product_page__reviews--form--subtitle {
  margin-bottom: 10px;
}
.product_page__reviews--form--text {
  margin-bottom: 30px;
}
.product_page__reviews--form--stars {
  display: flex;
  gap: 4px;
  margin-bottom: 30px;
}
.product_page__reviews--form--stars img {
  cursor: pointer;
}
.product_page__reviews--form textarea {
  background-color: #fff;
  padding: 15px;
  resize: none;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  width: 100%;
  min-height: 162px;
  margin-bottom: 30px;
}
.product_page__reviews--form textarea::placeholder {
  color: #8A8A8A;
}
.product_page__reviews--form button {
  cursor: pointer;
  background-color: #FE0000;
  color: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 15px;
}
.product_page__reviews--form--reg a {
  text-decoration: underline;
}

.rev-radio-group input {
  display: none;
}

.product_page__reviews--form .subscribe_block__form--left {
  margin-top: 20px;
}

.collection_page .hit_sales_title h2 {
  margin-bottom: 0;
}
.collection_page__main {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .collection_page__main {
    flex-direction: column;
  }
}
.collection_page__main--sliders {
  position: sticky;
  top: 20px;
  flex: 0 1 700px;
  max-width: 700px;
  max-height: 595px;
  display: flex;
  gap: 30px;
}
.collection_page__main--sliders img {
  display: inline-block;
  width: auto;
  height: auto;
  object-fit: inherit;
}
.collection_page__main--slider--nav--wrapper {
  flex: 0 1 74px;
  max-width: 74px;
}
.collection_page__main--slider--nav--item {
  width: 74px;
  max-height: 74px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.collection_page__main--slider--nav--item.swiper-slide-thumb-active {
  border-color: #C1BCB8;
}
.collection_page__main--slider--nav--item:hover {
  border-color: #FE0000;
}
.collection_page__main--slider--nav--item img {
  border-radius: 6px;
}
.collection_page__main--slider--main {
  max-width: 595px;
  position: relative;
}
.collection_page__main--slider--main--wrapper {
  flex: 1;
}
.collection_page__main--slider--main--item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.collection_page__main--slider--main--item--tag {
  background-color: #5482BD;
  padding: 6px 10px 8px;
  font-size: 15px;
  line-height: 1;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  color: #fff;
}
.collection_page__main--slider--main--item--discount {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection_page__main--slider--main--item--discount p {
  position: absolute;
  color: #fff;
  margin-left: 14px;
  font-weight: 600;
  font-size: 15px;
}
.collection_page__main--slider--main--nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  mask-type: -28px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.collection_page__main--slider--main--nav div {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #E2DDD9;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.collection_page__main--slider--main--nav div svg {
  width: 19px;
  height: 16px;
  fill: #101010;
}
.collection_page__main--slider--main--nav div:hover svg {
  fill: #FE0000;
}
.collection_page__main--slider--main--nav--next svg {
  transform: rotate(180deg);
}
.collection_page__main--slider--main--pagination {
  display: none;
}
.collection_page__main--info {
  flex: 1;
}
@media (max-width: 575px) {
  .collection_page__main--info {
    font-size: 14px;
  }
}
.collection_page__main--info--start {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.collection_page__main--info--reviews {
  display: flex;
  gap: 10px;
}
.collection_page__main--info--reviews--stars {
  display: flex;
  gap: 3px;
}
.collection_page__main--info--reviews a {
  text-decoration: underline;
}
.collection_page__main--info--title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.collection_page__main--info--manufacture {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.collection_page__main--info--manufacture--anchor {
  text-decoration: underline;
}
.collection_page__main--info--colors {
  margin-bottom: 30px;
}
.collection_page__main--info--colors p {
  margin-bottom: 10px;
}
.collection_page__main--info--colors--items {
  display: flex;
  gap: 6px;
}
.collection_page__main--info--colors--items--item {
  position: relative;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.collection_page__main--info--colors--items--item.active {
  border-color: #C1BCB8;
}
.collection_page__main--info--colors--items--item span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: calc(100% + 10px);
  opacity: 0;
  pointer-events: none;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 21.4px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #E2DDD9;
  color: #000;
  width: max-content;
}
.collection_page__main--info--colors--items--item:hover span {
  opacity: 1;
}
.collection_page__main--info--quantity {
  color: #36A242;
  margin-bottom: 65px;
}
.collection_page__main--info--block {
  background-color: #F2EFEC;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 10px;
}
.collection_page__main--info--block--sizes {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.collection_page__main--info--block--sizes--btns {
  display: flex;
  gap: 10px;
}
.collection_page__main--info--block--sizes--btns--btn {
  color: #FE0000;
  background-color: #fff;
  border-radius: 4px;
  padding: 1px 10px;
  cursor: pointer;
}
.collection_page__main--info--block--sizes--btns--btn.active {
  color: #fff;
  background-color: #FE0000;
}
.collection_page__main--info--block--prices {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.collection_page__main--info--block--prices--opt {
  flex: 1;
}
.collection_page__main--info--block--prices--opt--price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.collection_page__main--info--block--prices--opt--price--new {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 600;
  line-height: 1;
}
.collection_page__main--info--block--prices--opt--price--new p {
  font-size: 24px;
}
.collection_page__main--info--block--prices--opt--price--new span {
  font-size: 14px;
}
.collection_page__main--info--block--prices--opt--price--old {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #8A8A8A;
}
.collection_page__main--info--block--prices--opt--name {
  font-size: 12px;
  color: #8A8A8A;
}
.collection_page__main--info--block--prices--retail {
  flex: 1;
}
.collection_page__main--info--block--prices--retail--price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.collection_page__main--info--block--prices--retail--price--new {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 600;
  line-height: 1;
  color: #8A8A8A;
}
.collection_page__main--info--block--prices--retail--price--new p {
  font-size: 24px;
}
.collection_page__main--info--block--prices--retail--price--new span {
  font-size: 14px;
}
.collection_page__main--info--block--prices--retail--price--old {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #8A8A8A;
}
.collection_page__main--info--block--prices--retail--name {
  font-size: 12px;
  color: #8A8A8A;
}
.collection_page__main--info--block--result {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.collection_page__main--info--block--calc {
  flex: 1;
  display: flex;
  align-items: center;
}
.collection_page__main--info--block--calc--num {
  padding: 0 30px;
  font-weight: 600;
  max-width: 120px;
}
.collection_page__main--info--block--calc--minus {
  cursor: pointer;
}
.collection_page__main--info--block--calc--plus {
  cursor: pointer;
}
.collection_page__main--info--block--total {
  flex: 1;
}
.collection_page__main--info--block--total--price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.collection_page__main--info--block--total--price span {
  font-size: 34px;
}
.collection_page__main--info--block--buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.collection_page__main--info--block--buttons--btn {
  flex: 0 1 300px;
  max-width: 300px;
  height: 52px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background-color: #FE0000;
  cursor: pointer;
}
.collection_page__main--info--block--buttons--btn:hover {
  background-color: #D30000;
}
.collection_page__main--info--block--buttons--compare {
  padding: 13px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2EFEC;
  cursor: pointer;
}
.collection_page__main--info--block--buttons--favorite {
  padding: 13px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2EFEC;
  cursor: pointer;
}
.collection_page__main--info--block--oneclick {
  font-weight: 600;
  text-decoration: underline;
  color: #FE0000;
  cursor: pointer;
}
.collection_page__main--info--other {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.collection_page__main--info--other--item--top {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.collection_page__main--info--other--item--top p {
  font-size: 12px;
  font-weight: 600;
}
.collection_page__main--info--other--item--bottom {
  font-size: 12px;
}
.collection_page__main--info--about--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.collection_page__main--info--about--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collection_page__main--info--about--list--item {
  display: flex;
  gap: 20px;
}
.collection_page__main--info--about--list--item--name {
  flex: 0 1 190px;
  color: #8A8A8A;
}
@media (max-width: 575px) {
  .collection_page__main--info--about--list--item--name {
    flex: 0 1 130px;
  }
}
.collection_page__main--info--about--list--item--value {
  flex: 1;
}
.collection_page__reviews--title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
}
.collection_page__reviews--title span {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #8A8A8A;
}
.collection_page__reviews--block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.collection_page__reviews--stars {
  display: flex;
  gap: 6px;
  margin-bottom: 60px;
}
.collection_page__reviews--stars img {
  width: 31px;
  height: 31px;
}
.collection_page__reviews--items {
  max-width: 595px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.collection_page__reviews--items--item--info {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}
.collection_page__reviews--items--item--info--name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.collection_page__reviews--items--item--info--date {
  color: #8A8A8A;
}
.collection_page__reviews--form {
  background-color: #F2EFEC;
  padding: 30px;
  border-radius: 8px;
  max-width: 387px;
  position: relative;
  overflow: hidden;
}
.collection_page__reviews--form::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 25px;
  top: -25px;
  width: 148px;
  height: 148px;
  background-color: #E2DDD9;
  border-radius: 100%;
  pointer-events: none;
}
.collection_page__reviews--form::after {
  content: "";
  position: absolute;
  bottom: -77px;
  left: 50%;
  margin-left: -230px;
  width: 214px;
  height: 214px;
  background-color: #E2DDD9;
  border-radius: 100%;
  pointer-events: none;
}
.collection_page__reviews--form:has(.product_page__reviews--form--reg)::before, .collection_page__reviews--form:has(.product_page__reviews--form--reg)::after {
  content: none;
}
.collection_page__reviews--form > * {
  position: relative;
  z-index: 1;
}
.collection_page__reviews--form--title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.collection_page__reviews--form--subtitle {
  margin-bottom: 10px;
}
.collection_page__reviews--form--text {
  margin-bottom: 30px;
}
.collection_page__reviews--form--stars {
  display: flex;
  gap: 4px;
  margin-bottom: 30px;
}
.collection_page__reviews--form--stars img {
  cursor: pointer;
}
.collection_page__reviews--form textarea {
  background-color: #fff;
  padding: 15px;
  resize: none;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  width: 100%;
  min-height: 162px;
  margin-bottom: 30px;
}
.collection_page__reviews--form textarea::placeholder {
  color: #8A8A8A;
}
.collection_page__reviews--form button {
  cursor: pointer;
  background-color: #FE0000;
  color: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 15px;
}
.collection_page__reviews--form--reg a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .collection_page .catalog_poducts_list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ready_made_block {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 992px) {
  .ready_made_block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .ready_made_block {
    grid-template-columns: repeat(1, 1fr);
  }
  .ready_made_block .ready-made__title {
    opacity: 1;
  }
}
.ready_made_selets_filter {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .ready_made_selets_filter {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .ready_made_selets_filter {
    flex-direction: column;
    background-color: #fff;
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
.ready_made_selets_filter .catalog_select {
  text-wrap: nowrap;
  width: 100%;
}
@media (max-height: 768px) {
  .ready_made_selets_filter .catalog_select {
    max-width: 100% !important;
  }
}
.ready_made_selets_filter .catalog_select ul {
  width: 100% !important;
}

.ready_made_selets_filter.active {
  max-height: 1000px;
  overflow: visible;
  margin-bottom: 30px;
}

.ready_filter_open {
  padding: 10px 16px;
  margin-bottom: 30px;
  display: none;
  width: max-content;
  color: #010101 !important;
}
@media (max-width: 768px) {
  .ready_filter_open {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.sales_block {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .sales_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sales_block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.beontime__block-item h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  font-size: 18px;
}
@media (max-width: 575px) {
  .beontime__block-item h4 {
    top: 15px;
    left: 15px;
  }
}
.beontime__block-item span {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .beontime__block-item span {
    width: 58px;
    margin-right: 15px;
    height: 71px;
  }
}
@media (max-width: 1199px) {
  .beontime__block-item span {
    font-size: 14px;
  }
}
.beontime__block-item .beontime__block-item__bottom {
  font-weight: 400;
  font-size: 12px;
  text-wrap: nowrap;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #fff;
}

.actionarticle {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .actionarticle {
    margin-bottom: 90px;
  }
}
.actionarticle__welcome {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -15px -30px;
}
@media (max-width: 991px) {
  .actionarticle__welcome {
    flex-direction: column;
  }
}
.actionarticle__welcome__body {
  width: 50%;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .actionarticle__welcome__body {
    width: 100%;
  }
}
.actionarticle__welcome__side {
  width: 50%;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .actionarticle__welcome__side {
    width: 100%;
  }
}
.actionarticle__welcome__img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #D9D9D9;
  height: 384px;
}
@media (max-width: 991px) {
  .actionarticle__welcome__img {
    height: auto;
    aspect-ratio: 335/216;
  }
}
.actionarticle__welcome__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actionarticle__welcome__img__sale {
  position: absolute;
  right: 46px;
  top: 0;
  width: 120px;
  height: 116px;
  background-color: #FE0000;
  border-radius: 0 0 60px 60px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 1280px) {
  .actionarticle__welcome__img__sale {
    width: 58px;
    height: 71px;
    border-radius: 0 0 24px 24px;
    font-size: 16px;
  }
}
.actionarticle__welcome__btns {
  margin-bottom: 30px;
}
.actionarticle__welcome__content {
  max-width: 491px;
}
@media (max-width: 991px) {
  .actionarticle__welcome__content {
    max-width: 100%;
  }
}
.actionarticle__welcome__date {
  color: #8A8A8A;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .actionarticle__welcome__date {
    font-size: 14px;
  }
}

.sales-catalog__sort {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sales-catalog__sort {
    margin-bottom: 30px;
  }
}
.sales-catalog__sort__offset {
  position: relative;
}
.sales-catalog__sort__list {
  position: relative;
  margin: 0;
  gap: 10px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sales-catalog__sort__list {
    flex-wrap: nowrap;
    margin: 0;
    gap: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    scrollbar-width: none;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .sales-catalog__sort__list::-webkit-scrollbar {
    display: none;
  }
}
.sales-catalog__sort__list__item {
  flex: 0 0 auto;
  width: auto;
}
@media (max-width: 991px) {
  .sales-catalog__sort__list__item {
    padding: 0;
    margin-left: 10px;
  }
  .sales-catalog__sort__list__item:first-child {
    margin-left: 0;
  }
}
.sales-catalog__sort__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 15px;
  color: #8A8A8A;
  font-weight: 600;
  font-size: 16px;
  background-color: #F2EFEC;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .sales-catalog__sort__card {
    font-size: 13px;
    padding: 7px 12px;
  }
}
.sales-catalog__sort__card:hover {
  color: #FE0000;
}
.sales-catalog__sort__card.active {
  color: #FE0000;
  cursor: default;
}
.sales-catalog__sort__card i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  .sales-catalog__sort__card i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}
.sales-catalog__sort__card i svg, .sales-catalog__sort__card i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sales-catalog__sort__card span {
  overflow: hidden;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.sales-catalog .catalog_poducts_list.collections_list {
  grid-template-columns: repeat(5, 1fr);
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1280px) {
  .sales-catalog .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .sales-catalog .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .sales-catalog .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .sales-catalog .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }
}

.cart_title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 35px;
}
.cart_block {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cart_block {
    flex-direction: column;
  }
}
.cart_block__main {
  flex: 0 1 907px;
  max-width: 907px;
  display: flex;
}
@media (max-width: 1281px) {
  .cart_block__main {
    flex: 0 1 860px;
    max-width: 860px;
  }
}
@media (max-width: 1199px) {
  .cart_block__main {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.cart_block__main--products {
  display: none;
}
.cart_block__main--products.active {
  display: block;
  width: 100%;
}
.cart_block__main--order {
  display: none;
}
.cart_block__main--order.active {
  display: block;
}
.cart_block__main--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cart_block__main--top {
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
  }
}
.cart_block__main--top--left input {
  display: none;
}
.cart_block__main--top--left input:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.cart_block__main--top--left label {
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.cart_block__main--top--left label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cart_block__main--top--right {
  text-decoration: underline;
  cursor: pointer;
}
.cart_block__main--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart_block__main--list--item {
  background-color: #F2EFEC;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cart_block__main--list--item {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .cart_block__main--list--item {
    position: relative;
    padding: 10px;
    gap: 15px;
  }
}
.cart_block__main--list--item--checkbox {
  margin-right: 20px;
  align-self: center;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--checkbox {
    position: absolute;
    left: 13px;
    top: 13px;
  }
}
.cart_block__main--list--item--checkbox input {
  display: none;
}
.cart_block__main--list--item--checkbox input:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.cart_block__main--list--item--checkbox label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
}
.cart_block__main--list--item--checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cart_block__main--list--item--img {
  margin-right: 31px;
  width: 110px;
}
@media (max-width: 991px) {
  .cart_block__main--list--item--img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cart_block__main--list--item--img {
    width: 92px;
  }
}
.cart_block__main--list--item--img .cart_block__main--list--item--last--bottom {
  display: none;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--img .cart_block__main--list--item--last--bottom {
    display: flex;
    padding-top: 10px;
  }
}
.cart_block__main--list--item--right {
  display: flex;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--right {
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }
}
.cart_block__main--list--item--info {
  margin-right: 65px;
  align-self: center;
}
@media (max-width: 991px) {
  .cart_block__main--list--item--info {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cart_block__main--list--item--info {
    align-self: flex-start;
  }
}
.cart_block__main--list--item--info--article {
  color: #8A8A8A;
}
.cart_block__main--list--item--info--name {
  max-width: 283px;
}
.cart_block__main--list--item--calc {
  margin-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 1281px) {
  .cart_block__main--list--item--calc {
    margin-right: 22px;
  }
}
@media (max-width: 991px) {
  .cart_block__main--list--item--calc {
    margin-right: 0;
  }
}
.cart_block__main--list--item--calc--top {
  display: flex;
  gap: 10px;
}
.cart_block__main--list--item--calc--top--type {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  padding: 1px 10px;
  color: #FE0000;
  font-weight: 500;
}
.cart_block__main--list--item--calc--top--type.active {
  background-color: #FE0000;
  color: #fff;
}
.cart_block__main--list--item--calc--bottom {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cart_block__main--list--item--calc--bottom--plus {
  cursor: pointer;
}
.cart_block__main--list--item--calc--bottom--minus {
  cursor: pointer;
}
.cart_block__main--list--item--calc--bottom img {
  width: 25px;
  height: 25px;
}
.cart_block__main--list--item--calc--bottom--value {
  font-weight: 600;
}
.cart_block__main--list--item--last {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--last {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
.cart_block__main--list--item--last--old {
  color: #8A8A8A;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--last--old {
    order: 2;
    font-size: 14px;
  }
}
.cart_block__main--list--item--last--price {
  font-size: 34px;
  font-weight: 600;
  min-width: 160px;
  text-align: right;
}
@media (max-width: 991px) {
  .cart_block__main--list--item--last--price {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cart_block__main--list--item--last--price {
    font-size: 20px;
  }
}
.cart_block__main--list--item--last--price span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--last--price span {
    font-style: 12px;
  }
}
.cart_block__main--list--item--last--bottom {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .cart_block__main--list--item--last--bottom {
    display: none;
  }
}
.cart_block__main--list--item--last--bottom svg {
  cursor: pointer;
  transition: 0.2s ease-in-out;
  width: 20px;
  height: 20px;
}
.cart_block__main--list--item--last--bottom svg:hover {
  fill: #FE0000;
}
.cart_block__total {
  height: max-content;
  position: sticky;
  top: 20px;
  flex: 1;
}
@media (max-width: 991px) {
  .cart_block__total.fixed {
    position: fixed;
    left: 0;
    bottom: 55px;
    background-color: #fff;
    top: auto;
    padding: 10px 15px;
    width: 100%;
    z-index: 4;
  }
  .cart_block__total.fixed .cart_block__total--btn {
    font-weight: bold;
    padding: 10px;
  }
  .cart_block__total.fixed .cart_block__total--btn p {
    font-size: 14px;
  }
  .cart_block__total.fixed .cart_block__total--btn span {
    font-weight: normal;
    display: block;
    font-size: 12px;
  }
}
.cart_block__total--top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 30px;
}
.cart_block__total--top--title {
  font-size: 20px;
  font-weight: 600;
}
.cart_block__total--top--price {
  font-size: 34px;
  font-weight: 600;
  text-align: right;
  flex: 1;
}
@media (max-width: 991px) {
  .cart_block__total--top--price {
    font-size: 22px;
  }
}
.cart_block__total--top--price span {
  font-size: 20px;
}
.cart_block__total--top--sep {
  flex: 0 1 100%;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}
.cart_block__total--top--sep span {
  color: #15960C;
}
.cart_block__total--list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart_block__total--list--item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.cart_block__total--list--item span {
  color: #FE0000;
}
.cart_block__total--btn {
  font-weight: 500;
  color: #fff;
  padding: 16px;
  width: 100%;
  background-color: #FE0000;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.cart_block__total--btn:hover {
  background-color: #D30000;
}
.cart_block__total--btn span {
  display: none;
}
.cart_back {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #FE0000;
  transition: 0.2s ease-in-out;
  margin-bottom: 30px;
  cursor: pointer;
}
.cart_back:hover {
  color: #D30000;
}
.cart_back:hover span {
  background-color: #D30000;
}
.cart_back span {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FE0000;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.cart_back span svg {
  fill: #fff;
  width: 12px;
}
.cart_order__title {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart_order__title {
    font-size: 24px;
  }
}
.cart_order__item {
  background-color: #F2EFEC;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart_order__item {
    padding: 20px 15px;
  }
}
.cart_order__item:last-of-type {
  margin-bottom: 0;
}
.cart_order__item--info {
  margin-bottom: 30px;
}
.cart_order__item--title {
  font-weight: 600;
  font-size: 24px;
}
.cart_order__item--text {
  padding-top: 10px;
  line-height: 1.5;
}
.cart_order__item--form {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.cart_order__item--form input {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #C1BCB8;
}
.cart_order__item--form input::placeholder {
  color: #8A8A8A;
}
.cart_order__item--form input:focus::placeholder {
  font-size: 0;
}
.cart_order__item--form input.cart_order__item--form--half {
  flex: 0 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .cart_order__item--form input.cart_order__item--form--half {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.cart_order__item--form textarea {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #C1BCB8;
  resize: none;
  height: 108px;
}
.cart_order__item--form textarea::placeholder {
  color: #8A8A8A;
}
.cart_order__item--form textarea:focus::placeholder {
  font-size: 0;
}
.cart_order__item--radios {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart_order__item--radio input {
  display: none;
}
.cart_order__item--radio input:checked ~ label::before {
  border-color: #FE0000;
  border-width: 7px;
}
.cart_order__item--radio label {
  cursor: pointer;
  padding-left: 37px;
  position: relative;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cart_order__item--radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #C1BCB8;
  transition: 0.2s ease-in-out;
}
.cart_order__item--radio label p span {
  display: block;
  color: #8A8A8A;
  font-size: 12px;
}
.cart_order__item--radio--point {
  display: block;
}
.cart_order__item--radio--point p:nth-of-type(1) {
  font-weight: 600;
  width: max-content;
}
.cart_order__item--radio--point p:nth-of-type(2) {
  margin-bottom: 10px;
}
.cart_order__item--radio--point span {
  display: inline-block !important;
}
.cart_order__item--radio--point span:nth-of-type(1) {
  margin-right: 5px;
}
.cart_order__item--hidden {
  display: none;
}
.cart_order__item--active {
  display: block;
}

.cart_page_empty h1 {
  margin-bottom: 60px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cart_page_empty h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.cart_page_empty span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart_page_empty span {
    font-size: 16px;
  }
}
.cart_page_empty .red_button {
  width: 224px;
  padding: 16px 30px;
}

.cart_block__main--list--item--calc--bottom--result {
  display: none;
}

.partners {
  margin-top: 40px;
}
.partners .breadcrumbs {
  margin: 0 0 5px;
}
.partners__top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px 40px;
}
@media (max-width: 1200px) {
  .partners__top {
    gap: 10px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .partners__top {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    gap: 0 32px;
    scrollbar-width: none;
  }
  .partners__top::-webkit-scrollbar {
    display: none;
  }
}
.partners__top__offset {
  position: relative;
}
.partners__top__tab {
  text-wrap: nowrap;
  color: #8A8A8A;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .partners__top__tab {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .partners__top__tab {
    font-size: 22px;
  }
}
.partners__top__tab:hover {
  color: #101010;
}
@media (max-width: 768px) {
  .partners__top__tab {
    margin-right: 32px;
  }
}
.partners__top__tab.active {
  color: #FE0000;
}
.partners__top__tab.active:hover {
  color: #FE0000;
}
.partners__top__block {
  background-color: #F2EFEC;
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  justify-content: space-between;
  display: none;
}
@media (max-width: 992px) {
  .partners__top__block {
    padding: 30px 0 253px 0;
    border-radius: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 90px;
  }
}

.partners__top__block__centermobile {
  margin: 0 auto;
  width: 100%;
  min-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .partners__top__block__centermobile {
    max-width: 536px;
  }
}
@media (min-width: 768px) {
  .partners__top__block__centermobile {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .partners__top__block__centermobile {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .partners__top__block__centermobile {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}


.partners__top__block::before {
  content: "";
  position: absolute;
  right: 430px;
  top: 25px;
  width: 75px;
  height: 75px;
  background-color: #E2DDD9;
  border-radius: 75px;
}
@media (max-width: 768px) {
  .partners__top__block::before {
    bottom: 150px;
    left: 65px;
    top: auto;
    right: auto;
    width: 47px;
    height: 47px;
  }
}
.partners__top__block::after {
  content: "";
  position: absolute;
  right: 560px;
  top: 95px;
  width: 36px;
  height: 36px;
  background-color: #E2DDD9;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .partners__top__block::after {
    bottom: 136px;
    top: auto;
    right: auto;
    left: 20px;
    width: 23px;
    height: 23px;
  }
}
.partners__top__block.active {
  display: flex;
}
@media (max-width: 992px) {
  .partners__top__block.active {
    display: block;
  }
}
.partners__top__block__flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.partners__top__block__left {
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  padding: 40px 0px 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .partners__top__block__left {
    max-width: 640px;
  }
}
@media (max-width: 1200px) {
  .partners__top__block__left {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .partners__top__block__left {
    margin-bottom: 30px;
    padding: 0px;
  }
}
.partners__top__block__left--title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .partners__top__block__left--title {
    font-size: 22px;
  }
  .partners__top__block__left {
    padding: 0;
    max-width: 100%;
  }
}
.partners__top__block__left > p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.partners__top__block__left__bottom {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .partners__top__block__left__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.partners__top__block__left__bottom .red_button {
  padding: 16px 30px;
  font-weight: 500;
  margin-right: 30px;
}
.partners__top__block__left__bottom--download {
  font-weight: 600;
  font-size: 14px;
  color: #FE0000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease-in-out;
}
.partners__top__block__left__bottom--download span {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE0000;
  border-radius: 66px;
  flex-shrink: 0;
  transition: 0.2s ease-in-out;
}
.partners__top__block__left__bottom--download span svg {
  fill: #fff;
  width: 14px;
  height: 18px;
}
.partners__top__block__left__bottom--download:hover {
  color: #D30000;
}
.partners__top__block__left__bottom--download:hover span {
  background-color: #D30000;
}
.partners__top__block__right {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 1 0 0;
  /* height: 100%; */
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .partners__top__block__right {

  }
}
@media (max-width: 992px) {
  .partners__top__block__right {
    display: none;
  }
}
@media (min-width: 991px) {
  .partners__top__block__right img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
  }
}
.partners__top__block__right--mob {
  display: none;
}
@media (max-width: 992px) {
  .partners__top__block__right--mob {
    display: block;
    width: auto;
    height: 223px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.partners__top__block__right--mob img {
  width: auto;
  height: 100%;
}

.partners__advantages__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .partners__advantages__title {
    font-size: 22px;
  }
}
.partners__advantages__text {
  max-width: 908px;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .partners__advantages__text {
    font-size: 14px;
  }
}
.partners__advantages__content {
  max-width: 908px;
  margin-bottom: 120px;
  font-weight: 600;
  font-size: 20px;
}
.partners__advantages__block {
  display: flex;
  gap: 31px;
  margin-bottom: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .partners__advantages__block {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .partners__advantages__block {
    flex-direction: column;
    align-items: center;
  }
}
.partners__advantages__block__item {
  padding: 24px;
  border: solid 1px #FE0000;
  border-radius: 8px;
  overflow: hidden;
  width: 33%;
}
@media (max-width: 992px) {
  .partners__advantages__block__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .partners__advantages__block__item {
    width: 100%;
  }
}
.partners__advantages__block__item > p {
  line-height: 1.5;
}
.partners__advantages__block__item__top {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 13px;
}
.partners__advantages__block__item__top__title {
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .partners__advantages__block__item__top__title {
    font-size: 14px;
  }
}

.partners__form {
  padding: 40px;
  width: 100%;
  background-color: #F2EFEC;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .partners__form {
    padding: 30px 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 90px;
  }
}
.partners__form:first-child {
  margin-top: 0;
}
.partners__form__circles {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.partners__form__circles span {
  position: absolute;
  border-radius: 50%;
  background-color: #E2DDD9;
}
.partners__form__circles span.style-0 {
  top: -53px;
  left: 50%;
  width: 125px;
  height: 125px;
}
.partners__form__circles span.style-1 {
  top: 27px;
  right: 95px;
  width: 71px;
  height: 71px;
}
@media (max-width: 991px) {
  .partners__form__circles span.style-1 {
    top: 50%;
    right: -10px;
  }
}
.partners__form__circles span.style-2 {
  right: -27px;
  bottom: -215px;
  width: 295px;
  height: 295px;
}
.partners__form__container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .partners__form__container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 375px;
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .partners__form__container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .partners__form__container {
    max-width: 100%;
  }
}
.partners__form__title {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .partners__form__title {
    font-size: 22px;
  }
}
.partners__form__text {
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 868px;
}
@media (max-width: 991px) {
  .partners__form__text {
    font-size: 14px;
  }
}
.partners__form__block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .partners__form__block {
    grid-template-columns: 1fr;
  }
}
.partners__form__block input {
  border: 1px solid #C1BCB8;
  padding: 15px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 15px;
  flex: 0 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.partners__form__block input::placeholder {
  color: #8A8A8A;
}
.partners__form__block input:focus::placeholder {
  font-size: 0;
}
@media (max-width: 768px) {
  .partners__form__block input {
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.partners__form__block textarea {
  resize: none;
  width: 100%;
  height: 160px;
  border: 1px solid #C1BCB8;
  padding: 15px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .partners__form__block textarea {
    font-size: 14px;
  }
}
.partners__form__block textarea::placeholder {
  color: #8A8A8A;
}
.partners__form__block textarea:focus::placeholder {
  font-size: 0;
}
.partners__form__button {
  max-width: max-content;
  padding: 16px 30px;
  font-weight: 500;
}
.partners__form .styled_checkbox_block {
  margin-bottom: 10px;
  position: relative;
}
.partners__form .styled_checkbox_block input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
.partners__form .styled_checkbox_block input:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.partners__form .styled_checkbox_block label {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
  color: #8A8A8A;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.partners__form .styled_checkbox_block label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.partners__form .styled_checkbox_block label a {
  text-decoration: underline;
}
.partners__form .styled_checkbox_block label a:hover {
  color: #FE0000;
}

.map_block {
  padding-top: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .map_block {
    flex-direction: column;
    padding-top: 90px;
  }
}
.map_block__left {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 34px;
  font-weight: 600;
}
.map_block__right {
  width: 805px;
  flex: 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .map_block__left {
    flex: 0 0 auto;
    font-size: 22px;
  }
  .map_block__right {
    width: 100%;
  }
  .map_block .map {
    height: 350px;
  }
}
.map_block .map {
  width: 100%;
  height: 472px;
  position: relative;
}

.custom-balloon__title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.custom-balloon__desc {
  color: #555;
  line-height: 1.4;
}

.map-tooltip {
  display: none;
  flex-direction: column;
  position: absolute;
  height: auto;
  width: max-content;
  max-width: 410px;
  color: #000;
  background: white;
  border-radius: 8px;
  padding: 30px;
  font-family: 'Montserrat', sans-serif, arial;
  font-size: 15px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
  line-height: 1.5;
  top: 15px;
  right: 15px;
  z-index: 2;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .map-tooltip {
    gap: 0px;
    max-width: 276px;
    font-size: 14px;
    left: calc(50% - 133px);
    line-height: 1.5;
  }
}

.custom-balloon__city {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.map-tooltip--close {
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 20px;
  z-index: 3;
}

.partners__requisites {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .partners__requisites {
    padding-top: 90px;
  }

  .map-tooltip {
    padding: 10px;
    font-size: 14px;
  }
  .custom-balloon__city {
    font-size: 14px;
    margin-bottom: 5px;
  }

}
.partners__requisites__title {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .partners__requisites__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.partners__requisites__block ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners__requisites__block ul li {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .partners__requisites__block ul li {
    flex-direction: column;
    gap: 10px;
  }
}
.partners__requisites__block ul li span {
  display: block;
}
.partners__requisites__block ul li span:nth-of-type(1) {
  min-width: 313px;
  color: #8A8A8A;
}
@media (max-width: 768px) {
  .partners__requisites__block ul li span:nth-of-type(1) {
    min-width: auto;
    width: 100%;
  }
}

.partners_file_label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.partners_file_label .partners_file_label_img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E2DDD9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners_file_label .partners_file_right span {
  display: block;
  color: #919191;
  font-size: 12px;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery::after {
  content: '';
  display: block;
  clear: both;
}
.gallery_sizer, .gallery_item {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery_item img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .gallery_sizer, .gallery_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .gallery_sizer, .gallery_item {
    width: 100%;
  }
}
.gallery_item {
  padding-bottom: 30px;
}
.subscribe {
  background-color: #F2EFEC;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .subscribe {
    margin-top: 90px;
  }
}
.subscribe_block {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subscribe_block {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .subscribe_block {
    align-items: flex-end;
  }
}
.subscribe_block__left {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media (max-width: 767px) {
  .subscribe_block__left {
    flex: 0 1 88px;
    max-width: 88px;
  }
}
.subscribe_block__left p {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .subscribe_block__left p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .subscribe_block__left p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .subscribe_block__left p {
    display: none;
  }
}
.subscribe_block__left img {
  margin-top: -29px;
}
@media (max-width: 991px) {
  .subscribe_block__left img {
    margin-top: 0;
    margin-bottom: -20px;
  }
}
.subscribe_block__form {
  display: flex;
  align-items: center;
  gap: 125px;
}
@media (max-width: 767px) {
  .subscribe_block__form {
    flex: 1;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.subscribe_block__form--left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribe_block__form--left input {
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #101010;
}
.subscribe_block__form--left input::placeholder {
  font-size: 14px;
}
.subscribe_block__form--left input:focus::placeholder {
  font-size: 0;
}
.subscribe_block__form--left input[type=checkbox] {
  display: none;
}
.subscribe_block__form--left input[type=checkbox]:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.subscribe_block__form--left label {
  font-size: 12px;
  line-height: 1.5;
  color: #8A8A8A;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.subscribe_block__form--left label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.subscribe_block__form button {
  border: 1px solid #FE0000;
  color: #FE0000;
  padding: 10px 41px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .subscribe_block__form button {
    width: 100%;
  }
}
.subscribe_block__form button:hover {
  color: #D30000;
  border-color: #D30000;
}

.footer {
  background-color: #E2DDD9;
  padding: 30px 0 20px;
}
@media (max-width: 991px) {
  .footer {
    padding: 30px 0 70px;
  }
}
.footer_top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #101010;
}
@media (max-width: 991px) {
  .footer_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .footer_top {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer_top__left {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.footer_top__logo {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer_top__info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .footer_top__info {
    flex-wrap: wrap;
  }
}
.footer_top__info--left {
  display: flex;
  flex-direction: column;
}
.footer_top__phone {
  font-weight: 500;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .footer_top__phone {
    font-size: 16px;
  }
}
.footer_top__phone:hover {
  color: #FE0000;
}
.footer_top__email {
  transition: 0.2s ease-in-out;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .footer_top__email {
    margin-bottom: 0;
    font-size: 13px;
  }
}
.footer_top__email:hover {
  color: #FE0000;
}
.footer_top__item {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 575px) {
  .footer_top__item {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.footer_top__item a {
  width: max-content;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer_top__item a svg {
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
}
.footer_top__item a:hover {
  color: #FE0000;
}
.footer_top__item--bold {
  font-weight: bold;
}
.footer_bottom {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer_bottom {
    flex-direction: column;
  }
}
.footer_bottom ul {
  display: flex;
  gap: 60px;
}
@media (max-width: 575px) {
  .footer_bottom ul {
    flex-direction: column;
    gap: 10px;
  }
}
.footer_bottom ul a {
  font-size: 14px;
  color: #797979;
  transition: 0.2s ease-in-out;
}
.footer_bottom ul a:hover {
  color: #101010;
}
.footer_bottom .developer {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mm-navbar {
  border: none;
}

.mm-navbars--top {
  border: none;
}

.mm-menu--offcanvas {
  position: fixed;
  z-index: 0;
  display: none;
}

.mm-menu--opened {
  z-index: 15;
  width: 100%;
  display: flex;
}

.mm-navbar__title {
  font-weight: 600;
  font-size: 22px;
  color: #010101 !important;
}

.menu-top {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.menu-top .search-form {
  display: flex;
}
.menu-top .search-form input {
  flex: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
}
.menu-top .search-form button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-left: none;
  background: #333;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.menu-bottom {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.menu-bottom .login-btn {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

a.mm-btn.mm-btn--close.mm-navbar__btn {
  position: absolute;
  top: -95px;
  right: 0;
}

.mm-btn--close:before {
  content: "×";
  font-size: 44px;
  color: #8A8A8A;
}

.mm-btn--prev {
  background-color: #F2EFEC;
  border-radius: 4px;
}

.mm-listitem {
  border: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
}

.mm-listitem:after {
  border: none;
}

.mm-panels #mm-1 .mm-navbar__title {
  opacity: 0;
}

.mob_menu_top {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 15px;
  gap: 15px;
  background: #fff;
}

.mob_menu_top__city {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.mob_menu_top__city svg {
  width: 16px;
  height: 16px;
  fill: #8A8A8A;
}

.mob_menu_top__city p {
  margin: 0;
  font-size: 14px;
  color: #8A8A8A;
}

.mob_menu_top__search_mob {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.mob_menu_top__search_mob input[type=text] {
  padding: 15px 35px 15px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.mob_menu_top__search_mob button {
  display: none;
}

.mob_menu_top__search_mob .icon_search {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  fill: #8A8A8A;
}

.mm-navbars--top .mm-navbar:nth-of-type(2) {
  height: 0px;
  min-height: 0px;
}

.mm-panel .mm-navbar {
  padding: 0px 20px;
}

.hit_sales_content {
  display: none;
  position: relative;
}
.hit_sales_content.active {
  display: block;
}

.hit_sales {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 992px) {
  .hit_sales {
    padding-top: 90px;
  }
}
.hit_sales_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hit_sales_tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    gap: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .hit_sales_tabs {
    width: 100vw;
    margin-left: -24px;
  }
}
@media (max-width: 575px) {
  .hit_sales_tabs {
    width: 100vw;
    margin-left: -15px;
  }
}
.hit_sales_tabs_item {
  display: flex;
  gap: 7px;
  background-color: #F2EFEC;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #8A8A8A;
  padding: 8px 15px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .hit_sales_tabs_item {
    padding: 7px 40px;
    width: fit-content;
  }
}
.hit_sales_tabs_item svg {
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
}
.hit_sales_tabs_item:hover {
  color: #FE0000;
}
.hit_sales_tabs_item:hover svg {
  fill: #FE0000;
}
.hit_sales_tabs_item.active {
  color: #FE0000;
}
.hit_sales_tabs_item.active svg {
  fill: #FE0000;
}
.hit_sales_tab {
  margin: 0 -40px;
  width: calc(100% + 60px);
  padding: 30px;
}
.hit_sales .catalog_poducts_list.collections_list {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1199px) {
  .hit_sales_tab {
    margin-left: 0px;
    width: 100%;
    padding: 30px 0px;
    overflow: visible;
  }
  
  .hit_sales .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .hit_sales_tab {
    width: 100vw;
    margin-left: -24px;
  }
  .hit_sales .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {  
  .hit_sales .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .hit_sales_tab {
    width: 100vw;
    margin-left: -15px;
  }
}
.hit_sales_slide {
  height: fit-content;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .hit_sales_slide {
    width: 160px;
  }
}


.hit_sales_slide {
  opacity: 0;
}
@media (max-width: 575px) {
  .hit_sales_slide {
    opacity: 1;
  }
}

.hit_sales_slide.swiper-slide-active {
  opacity: 1;
}

.hit_sales_slide.swiper-slide-active,
.hit_sales_slide.swiper-slide-active + .hit_sales_slide,
.hit_sales_slide.swiper-slide-active + .hit_sales_slide + .hit_sales_slide,
.hit_sales_slide.swiper-slide-active + .hit_sales_slide + .hit_sales_slide + .hit_sales_slide,
.hit_sales_slide.swiper-slide-active + .hit_sales_slide + .hit_sales_slide + .hit_sales_slide + .hit_sales_slide {
  opacity: 1;
}

.hit_sales_tab_swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: solid 1px #E2DDD9;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -86px;
  top: 50%;
  margin-top: -28px;
  z-index: 3;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .hit_sales_tab_swiper-button-next {
    display: none;
  }
}
.hit_sales_tab_swiper-button-next svg {
  width: 19px;
  height: 16px;
}

.hit_sales_tab_swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: solid 1px #E2DDD9;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -86px;
  top: 50%;
  margin-top: -28px;
  z-index: 3;
}
@media (max-width: 991px) {
  .hit_sales_tab_swiper-button-prev {
    display: none;
  }
}
.hit_sales_tab_swiper-button-prev svg {
  width: 19px;
  height: 16px;
}

.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease-in-out;
  padding: 10px;
  z-index: 2;
}
@media (max-width: 992px) {
  .product-card {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .product-card:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.18);
  }
}
.product-card__image {
  position: relative;
}
.product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.product-card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2E64A1;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 1;
  color: #fff;
}
@media (max-width: 991px) {
  .product-card__badge {
    top: 5px;
    left: 5px;
    font-size: 11px;
  }
}
.product-card__info {
  padding: 15px 0px 10px;
}
@media (max-width: 767px) {
  .product-card__info {
    padding: 10px 0px;
  }
}
.product-card__art {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .product-card__art {
    font-size: 11px;
  }
}
.product-card__title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}
.product-card__stock {
  font-size: 12px;
  font-weight: 500;
  color: #4CAF50;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .product-card__stock {
    font-size: 11px;
  }
}
.product-card__prices {
  margin-bottom: 10px;
}
.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}
.product-card__price-wholesale {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.product-card__price-current {
  font-size: 20px;
  font-weight: 600;
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .product-card__price-current {
    font-size: 18px;
  }
}
.product-card__price-current span {
  font-size: 12px;
}
@media (max-width: 991px) {
  .product-card__price-current span {
    font-size: 11px;
  }
}
.product-card__price-old {
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .product-card__price-old {
    font-size: 11px;
  }
}
.product-card__discount {
  background: url('data:image/svg+xml,<svg width="46" height="23" viewBox="0 0 46 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43.1904 0C43.9412 2.6143e-05 44.6471 0.292806 45.1777 0.824219C45.7083 1.35571 46.0003 2.06267 46 2.81445V19.9688C46.0003 20.7203 45.7083 21.4275 45.1777 21.959C44.6472 22.4904 43.9412 22.7832 43.1904 22.7832H11.1104C10.3598 22.7832 9.65372 22.4905 9.12305 21.959L1.55762 13.3818C1.02669 12.8501 0.733955 12.1432 0.734376 11.3916C0.733828 10.6411 1.02667 9.93414 1.55762 9.40234L9.12305 0.824219C9.65372 0.292737 10.3598 4.29108e-05 11.1104 0H43.1904ZM8.33399 8.77637C6.95327 8.77637 5.83399 9.89566 5.83399 11.2764C5.83399 12.6571 6.95327 13.7764 8.33399 13.7764C9.7147 13.7764 10.834 12.6571 10.834 11.2764C10.834 9.89566 9.7147 8.77637 8.33399 8.77637Z" fill="%23FE0000"/></svg>');
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  border-radius: 4px;
  width: 46px;
  height: 23px;
  font-weight: 600;
  color: #fff;
  margin-left: auto;
}
@media (max-width: 991px) {
  .product-card__discount {
    right: 5px;
    top: 5px;
    position: absolute;
    font-size: 11px;
  }
}
.product-card__label {
  font-size: 12px;
  color: #8A8A8A;
}
.product-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.product-card__btn {
  background: #E30613;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.product-card__icons {
  display: flex;
  gap: 8px;
}
.product-card__icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.product-card__product-card__image {
  width: 220px;
  height: 220px;
}
.product-card__bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__red_button {
  padding: 10px 15px;
  text-wrap: nowrap;
}
@media (max-width: 991px) {
  .product-card__red_button {
    padding: 10px 17px;
    text-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .product-card__red_button {
    font-size: 13px;
  }
}
.product-card__compare_button {
  width: 29px;
  height: 29px;
}
@media (max-width: 991px) {
  .product-card__compare_button {
    width: 19px;
    height: 19px;
  }
}
.product-card__compare_button svg {
  width: 29px;
  height: 29px;
  transition: 0.2s ease-in-out;
}
.product-card__compare_button svg:hover {
  fill: #FE0000;
}
@media (max-width: 991px) {
  .product-card__compare_button svg {
    width: 19px;
    height: 19px;
  }
}
.product-card__compare_button.active svg {
  fill: #FE0000;
}
.product-card__like_button {
  position: relative;
}
.product-card__like_button svg {
  width: 29px;
  height: 29px;
  transition: 0.2s ease-in-out;
}
.product-card__like_button svg:hover {
  fill: #FE0000;
}
@media (max-width: 991px) {
  .product-card__like_button svg {
    width: 19px;
    height: 19px;
  }
}
.product-card__like_button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../img/icons/ic-heart-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 2;
}
.product-card__like_button.active::after {
  opacity: 1;
  visibility: visible;
}

.product-card-image_slider {
  width: 100%;
  height: 100%;
}

.swiper-pagination-product-card {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  top: 0px;
  display: flex;
  gap: 2px;
}

.swiper-pagination-product-card .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  border: none;
  background-color: none;
  border-bottom: solid 2px gray;
  border-radius: 3px;
  z-index: 4;
}

.swiper-pagination-product-card .swiper-pagination-bullet-active {
  border-bottom: solid 2px rgb(56, 56, 56);
}

.product-card-image_slider img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wholesale_price .product-card__price-current {
  color: #101010;
}

.wholesale_price .product-card__price-old {
  color: #8A8A8A;
}

.tabs_images_block {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tabs_images_block {
    width: 160px;
    height: 160px;
  }
}

.product-card_hover_tabs {
  position: absolute;
  width: 100%;
  height: calc(100% + 5px);
  display: flex;
  gap: 3px;
  top: 0;
  justify-content: space-between;
}
.product-card_hover_tabs:hover .hover-tab {
  border-bottom: solid 2px #C1BCB8;
}
.product-card_hover_tabs .hover-tab:hover {
  border-bottom: solid 2px #000000;
}

.hover-tab {
  width: 100%;
}

.product-card__image {
  display: none;
}

.product-card__image.active_image {
  display: inline-block;
  width: 100%;
}

.product_page__main--info--manufacture--logo img {
  object-fit: contain;
  width: 100px;
  height: 25px;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0 8px;
  align-items: center;
  margin: 30px 0 0 0;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.pagination ul li {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.pagination ul li:hover {
  color: #FE0000;
}
.pagination ul a {
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  padding: 10px 5px;
  color: #101010;
  text-decoration: none;
  border-radius: 50%;
}
.pagination ul a:hover {
  background-color: #F2EFEC;
}
.pagination ul li.active {
  display: block;
  text-align: center;
  align-content: center;
  width: 39px;
  height: 39px;
  background-color: #F2EFEC;
  border-radius: 50%;
  color: #101010 !important;
}
.pagination_prev, .pagination_next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
}
.pagination_prev svg, .pagination_next svg {
  max-width: 19px;
  max-height: 19px;
  object-fit: contain;
  transition: 0.2s ease-in-out;
}
.pagination_prev:hover svg, .pagination_next:hover svg {
  fill: #FE0000;
}
.pagination_prev svg {
  transform: rotate(180deg);
}
.pagination_more {
  width: max-content;
  padding: 16px 30px;
  margin: 60px auto 30px;
  background-color: #F2EFEC;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.pagination_more:hover {
  background-color: #E2DDD9;
}

.modals .modals_button {
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.modals .modal_content {
  width: 500px;
}
@media (max-width: 768px) {
  .modals .modal_content {
    width: 100%;
  }
}
.modals .modal_call {
  width: 320px;
  margin: 0px auto;
  padding: 16px;
  height: 50px;
  align-content: center;
  text-align: center;
}

.modal_content {
  background-color: #FFFFFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100vh;
  scrollbar-width: none;

  &::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .modal_content {
    padding: 18px;
    position: absolute;
    bottom: 0;
    border-radius: 0px;
  }
}
.modal_content__tabs {
  display: flex;
  gap: 30px;
}
.modal_content__tabs--tab {
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  color: #8A8A8A;
}
@media (max-width: 768px) {
  .modal_content__tabs--tab {
    font-size: 20px;
  }
}
.modal_content__tabs--tab.active {
  color: red;
}
.modal_content__inner {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 30px;
}
.modal_content__inner--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal_content__inner--list--item {
  padding: 0px 0px;
  margin-bottom: -20px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.modal_content__inner--list--item--checkbox {
  margin-right: 20px;
  align-self: center;
  display: flex;
}
.modal_content__inner--list--item--checkbox a {
  font-weight: 400;
  font-size: 12px;
  color: #8A8A8A;
  width: max-content;
  margin-left: 10px;
  align-content: center;
}
@media (max-width: 768px) {
  .modal_content__inner--list--item--checkbox a {
    font-size: 10px;
  }
}
.modal_content__inner--list--item--checkbox input {
  display: none;
}
.modal_content__inner--list--item--checkbox input:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.modal_content__inner--list--item--checkbox label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
}
.modal_content__inner--list--item--checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.modal_content__inner--list--item--img {
  margin-right: 31px;
  width: 110px;
}
.modal_content__inner--tabs {
  display: flex;
  gap: 10px;
  align-items: center;
}
.modal_content__inner--tabs--tab {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8A8A;
  background-color: #F2EFEC;
  width: 145px;
  height: 36px;
  text-align: center;
  align-content: center;
  border-radius: 4px;
  text-wrap: nowrap;
  cursor: pointer;
  font-weight: 600;
}
.modal_content__inner--tabs--tab.active {
  display: flex;
  color: #FE0000;
}
.modal_content__inner--client {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}
.modal_content__inner--client input {
  width: 100%;
}
.modal_content__inner--client.active {
  display: flex;
}
.modal_content__inner.active {
  display: flex;
}
.modal_content__title {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 768px) {
  .modal_content__title {
    font-size: 20px;
  }
}
.modal_content__up__password {
  width: 100%;
  font-weight: 600;
  color: #FE0000;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.modal_content input {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #C1BCB8;
}
@media (max-width: 768px) {
  .modal_content input {
    font-size: 14px;
  }
}
.modal_content--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal_content--list--item {
  padding: 0px 0px;
  margin-bottom: -20px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.modal_content--list--item--checkbox {
  margin-right: 20px;
  align-self: center;
  display: flex;
}
.modal_content--list--item--checkbox a {
  font-weight: 400;
  font-size: 12px;
  color: #8A8A8A;
  width: max-content;
  margin-left: 0px;
  align-content: center;
}
@media (max-width: 768px) {
  .modal_content--list--item--checkbox a {
    font-size: 10px;
  }
}
.modal_content--list--item--checkbox a:hover {
  color: #FE0000;
}
.modal_content--list--item--checkbox input {
  display: none;
}
.modal_content--list--item--checkbox input:checked ~ label::before {
  background-color: #FE0000;
  border-color: #FE0000;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" fill="white"/></svg>');
}
.modal_content--list--item--checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  width: max-content;
  height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #8A8A8A;
  width: max-content;
  margin-left: 10px;
  padding-left: 25px;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .modal_content--list--item--checkbox label {
    font-size: 10px;
  }
}
.modal_content--list--item--checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #C1BCB8;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59502 9.4828C4.48047 9.59802 4.32419 9.6623 4.16185 9.6623C3.99951 9.6623 3.84322 9.59802 3.72868 9.4828L0.269259 6.02282C-0.089753 5.66381 -0.089753 5.08165 0.269259 4.72331L0.702429 4.29002C1.06155 3.93101 1.64304 3.93101 2.00205 4.29002L4.16185 6.44993L9.99792 0.613741C10.357 0.254729 10.9391 0.254729 11.2975 0.613741L11.7307 1.04702C12.0897 1.40604 12.0897 1.98808 11.7307 2.34654L4.59502 9.4828Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.modal_content--list--item--img {
  margin-right: 31px;
  width: 110px;
}
.modal_content .red_button {
  padding: 10px;
  width: 100%;
  text-align: center;
  align-content: center;
  height: 50px;
}
.modal_content .modal_close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal_content .modal_close {
    top: 20px;
    right: 10px;
  }
}
.modal_content .opt_client {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.modal_content .opt_client input {
  display: none;
}

.modal_content__delete {
  width: 100%;
  display: flex;
  gap: 30px;
}
.modal_content__delete .red_button {
  width: calc(50% - 20px);
}
.modal_content__delete .gray_button {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#rewew-no_auth a {
  display: inline;
  text-decoration: underline;
}
#rewew-no_auth a:hover {
  cursor: pointer;
}

.emty_input {
  border-color: #FE0000 !important;
}

input.emty_input ~ label::before {
  border-color: #FE0000 !important;
  box-shadow: 0px 0px 2px 2px #FE0000;
}

.modal_content__hidden {
  display: none;
  color: #FE0000;
  text-align: center;
  width: 100%;
}

input.emty_input ~ .modal_content__hidden {
  display: block;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  /* чтобы не скроллилось даже на мобильных */
}

html {
  scrollbar-width: none;
  /* Firefox */
}

html::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.page404 {
  min-height: 588px;
  padding: 43px 0;
}
@media (max-width: 991px) {
  .page404 {
    min-height: none;
  }
}
@media (max-width: 575px) {
  .page404 {
    padding: 9px 0;
  }
}
.page404 .page_title {
  margin-bottom: 30px;
}
.page404__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -15px;
}
@media (max-width: 991px) {
  .page404__row {
    flex-direction: column;
  }
}
.page404__row__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
.page404__row__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: calc(41.67% + 30px);
  padding: 15px;
}
@media (max-width: 991px) {
  .page404__row__img {
    width: 335px;
  }
}
.page404__row__img img {
  display: block;
  max-width: 100%;
}
.page404__btns {
  padding-top: 10px;
}
@media (max-width: 575px) {
  .page404__btns .red_button {
    display: block;
    width: 100%;
  }
}

.nblog {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .nblog {
    margin-bottom: 90px;
  }
}
.nblog:last-child {
  margin-bottom: 0;
}
.nblog__sort {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .nblog__sort {
    margin-bottom: 30px;
  }
}
.nblog__sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nblog__sort ul li {
  flex: 0 0 auto;
  width: auto;
  margin-left: 40px;
}
.nblog__sort ul li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .nblog__sort ul li {
    margin-left: 30px;
  }
}
.nblog__sort ul a {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #8A8A8A;
}
@media (max-width: 767px) {
  .nblog__sort ul a {
    font-size: 20px;
  }
}
.nblog__sort ul a:hover {
  color: #FE0000;
}
.nblog__sort ul a.active {
  cursor: default;
  color: #FE0000;
}
.nblog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 60px 29px;
}
@media (max-width: 1199px) {
  .nblog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .nblog__list {
    gap: 60px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.nblog__list__item {
  position: relative;
}
.nblog__list__card {
  position: relative;
  height: 100%;
  z-index: 2;
}
.nblog__list__card::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (max-width: 1199px) {
  .nblog__list__card::after {
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
  }
}
.nblog__list__card:hover .nblog__list__card__title {
  color: #FE0000;
}
.nblog__list__card:hover::after {
  opacity: 1;
}
.nblog__list__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.nblog__list__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  height: 250px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .nblog__list__card__img {
    height: 216px;
  }
}
.nblog__list__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nblog__list__card__info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .nblog__list__card__info {
    font-size: 14px;
  }
}
.nblog__list__card__info__tag {
  color: #FE0000;
}
.nblog__list__card__title {
  font-weight: 600;
  font-size: 20px;
  color: #101010;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: color ease 0.3s;
}
@media (max-width: 1199px) {
  .nblog__list__card__title {
    font-size: 16px;
    height: auto;
  }
}
.nblog__article {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.nblog__article__body {
  flex: 0 0 auto;
  width: calc(100% - 342px);
}
@media (max-width: 1280px) {
  .nblog__article__body {
    width: calc(100% - 312px);
  }
}
@media (max-width: 1199px) {
  .nblog__article__body {
    width: 100%;
  }
}
.nblog__article__body__maxwidth {
  max-width: 807px;
}
@media (max-width: 1199px) {
  .nblog__article__body__maxwidth {
    max-width: 100%;
  }
}
.nblog__article__side {
  flex: 0 0 auto;
  width: 282px;
  margin-left: 60px;
}
@media (max-width: 1280px) {
  .nblog__article__side {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .nblog__article__side {
    display: none;
  }
}
.nblog__article__side__fixed {
  position: sticky;
  top: 0;
}
.nblog__article__header {
  margin-bottom: 30px;
}
.nblog__article__header__img {
  margin-bottom: 30px;
}
.nblog__article__header__img:last-child {
  margin-bottom: 0;
}
.nblog__article__header__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.nblog__article__header__info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .nblog__article__header__info {
    font-size: 14px;
    gap: 10px;
  }
}
.nblog__article__header__info__tag {
  color: #FE0000;
}
.nblog__article__banner {
  margin-bottom: 60px;
  padding: 30px 30px 238px 30px;
  overflow: hidden;
  position: relative;
}
.nblog__article__banner::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 192px;
  height: 192px;
  top: -60px;
  background-color: #E2DDD9;
  border-radius: 50%;
  z-index: 2;
}
.nblog__article__banner::before {
  content: "";
  position: absolute;
  left: -8px;
  width: 75px;
  height: 75px;
  top: 187px;
  background-color: #E2DDD9;
  border-radius: 50%;
  z-index: 2;
}
.nblog__article__banner:last-child {
  margin-bottom: 0;
}
.nblog__article__banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 8px;
  background-color: #F2EFEC;
  bottom: 30px;
  z-index: 1;
}
.nblog__article__banner__body {
  position: relative;
  z-index: 3;
}
.nblog__article__banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .nblog__article__banner__title {
    font-size: 20px;
  }
}
.nblog__article__banner__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.nblog__article__banner__img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 218px;
  height: 218px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.nblog__article__banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nblog__article__banner__btns .red_button {
  padding-left: 17px;
  padding-right: 17px;
  display: block;
  width: 100%;
}
.nblog__article__listactions {
  position: relative;
}
.nblog__article__listactions__item {
  margin-top: 30px;
}
.nblog__article__listactions__item:first-child {
  margin-top: 0;
}
.nblog__article__listactions__card {
  position: relative;
  height: 182px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nblog__article__listactions__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(171deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transform: rotate(-180deg);
  z-index: 2;
}
.nblog__article__listactions__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nblog__article__listactions__card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.nblog__article__listactions__card__title {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 99px);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nblog__article__listactions__card__sale {
  position: absolute;
  right: 14px;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #FE0000;
  border-radius: 0 0 56px 56px;
  padding: 5px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  z-index: 3;
}
.nblog__article__listactions__card__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  z-index: 3;
}
.nblog__gallery {
  background-color: #F2EFEC;
  padding: 30px;
  margin: 30px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nblog__gallery {
    padding: 30px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nblog__gallery:first-child {
  margin-top: 0;
}
.nblog__gallery:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .nblog__gallery__container {
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .nblog__gallery__container {
    max-width: 100%;
  }
}
.nblog__gallery__title {
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 1199px) {
  .nblog__gallery__title {
    font-size: 16px;
  }
}
.nblog__gallery__wrap {
  margin-left: -43px;
  margin-right: -43px;
  margin-top: -22px;
}
@media (max-width: 991px) {
  .nblog__gallery__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .nblog__gallery__wrap {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .nblog__gallery__slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 575px) {
  .nblog__gallery__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.nblog__gallery__slider__item {
  padding: 12px 3px 16px 3px;
  width: 246px !important;
}
@media (max-width: 991px) {
  .nblog__gallery__slider__item {
    width: 200px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .nblog__gallery__slider__item {
    width: 200px !important;
  }
}
@media (max-width: 575px) {
  .nblog__gallery__slider__item {
    width: 166px !important;
    padding: 0;
  }
}

.nblog-else {
  overflow: hidden;
}
.nblog-else__title {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .nblog-else__title {
    font-size: 22px;
  }
}
.nblog-else__slider {
  width: 100%;
}
.nblog-else__slider__wrap {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -29px;
  position: relative;
}
@media (max-width: 991px) {
  .nblog-else__slider__wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -8px;
  }
}
.nblog-else__slider__item {
  padding: 14px 15px 15px 15px;
}
@media (max-width: 991px) {
  .nblog-else__slider__item {
    padding: 9px 8px 10px 8px;
    width: 322px !important;
  }
}
.nblog-else__slider__item .nblog__list__card {
  height: 341px;
}
@media (max-width: 991px) {
  .nblog-else__slider__item .nblog__list__card {
    height: 295px;
  }
}
@media (max-width: 767px) {
  .nblog-else__slider .nblog__list__card__title {
    height: 38px;
  }
}
.nblog-else__slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -86px;
  right: -86px;
  z-index: 6;
}
@media (max-width: 1460px) {
  .nblog-else__slider__nav {
    left: -8px;
    right: -8px;
  }
}
@media (max-width: 991px) {
  .nblog-else__slider__nav {
    display: none;
  }
}
.nblog-else__slider__nav__btn {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  display: flex;
  padding: 0;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #E2DDD9;
  align-items: center;
  justify-content: center;
  color: #101010;
  background-color: #fff;
  transition: all ease 0.3s;
}
.nblog-else__slider__nav__btn.disabled {
  opacity: 0.5;
  cursor: default;
}
.nblog-else__slider__nav__btn:not(.disabled):hover {
  color: #FE0000;
}
.nblog-else__slider__nav__btn svg {
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.nblog-else__slider__nav__btn.prev {
  left: 0;
}
.nblog-else__slider__nav__btn.next {
  right: 0;
  transform: rotate(180deg);
}

.video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 30px 0;
}
.video:first-child {
  margin-top: 0;
}
.video:last-child {
  margin-bottom: 0;
}
.video__playbtn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (hover: hover) {
  .video__playbtn:hover::after {
    transform: scale(1.3, 1.3);
  }
}
@media (hover: none) and (pointer: coarse) {
  .video__playbtn:hover::after {
    transform: scale(1.3, 1.3);
  }
}
.video__playbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  background-image: url("./../../img/blog/play.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .video__playbtn::after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
.video__playbtn.active {
  display: none;
}
.video__player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.ndelivery {
  position: relative;
  margin-bottom: 120px;
}

.ndelivery .page_title {
  margin-top: 120px;
}
.ndelivery .breadcrumbs + .page_title {
  margin-top: 0;
}
@media (max-width: 992px) {
  .ndelivery {
    margin-bottom: 90px;
  }
  .ndelivery .page_title {
    margin-top: 60px;
  }
}
.ndelivery:last-child {
  margin-bottom: 0;
}
.ndelivery__header {
  margin-bottom: 30px;
  max-width: 908px;
}
@media (max-width: 992px) {
  .ndelivery__header {
    margin-bottom: 60px;
  }
}
.ndelivery__list__item {
  margin-top: 60px;
}
.ndelivery__list__item:first-child {
  margin-top: 0;
}
.ndelivery__list__card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -15px;
  position: relative;
}
@media (max-width: 991px) {
  .ndelivery__list__card {
    flex-direction: column;
  }
}
.ndelivery__list__card__side {
  width: 33.33333333%;
  padding: 15px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .ndelivery__list__card__side {
    width: 100%;
  }
}
.ndelivery__list__card__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
@media (max-width: 991px) {
  .ndelivery__list__card__body {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ndelivery__list__card__title {
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .ndelivery__list__card__title {
    font-size: 20px;
  }
}
.ndelivery__list__card__contacts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -15px;
  flex-wrap: wrap;
  padding: 10px 0 30px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .ndelivery__list__card__contacts {
    font-size: 14px;
  }
}
.ndelivery__list__card__contacts:first-child {
  padding-top: 0;
}
.ndelivery__list__card__contacts:last-child {
  padding-bottom: 0;
}
.ndelivery__list__card__contacts + .ndelivery__list__card__btns {
  padding-top: 0;
}
.ndelivery__list__card__contacts__item {
  padding: 15px;
  flex: 0 0 auto;
  width: auto;
  min-width: 200px;
}
@media (max-width: 991px) {
  .ndelivery__list__card__contacts__item {
    width: 50%;
    min-width: auto;
  }
}
.ndelivery__list__card__contacts__item span {
  display: block;
  margin-bottom: 5px;
}
.ndelivery__list__card__contacts__item b {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.ndelivery__list__card__contacts__item a {
  font-weight: 600;
  display: inline-block;
  color: #101010;
  text-decoration: none;
}
.ndelivery__list__card__btns {
  padding-top: 30px;
}
.ndelivery__list__card__btns:first-child {
  padding-top: 0;
}

.npayment {
  position: relative;
}
@media (max-width: 991px) {
  .npayment {
    overflow: hidden;
  }
  .npayment:last-child {
    margin-bottom: -117px;
  }
  .npayment::after {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F2EFEC;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .npayment:last-child {
    margin-bottom: -87px;
  }
}
.npayment__wrap {
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F2EFEC;
  position: relative;
}
@media (max-width: 991px) {
  .npayment__wrap {
    padding: 30px 0;
    overflow: inherit;
  }
}
.npayment__wrap::after {
  content: "";
  position: absolute;
  right: -97px;
  top: -201px;
  width: 312px;
  height: 312px;
  border-radius: 50%;
  background-color: #E2DDD9;
  z-index: 1;
}
.npayment__wrap::before {
  content: "";
  position: absolute;
  right: 228px;
  top: 28px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #E2DDD9;
  z-index: 1;
}
.npayment__wrap__body {
  position: relative;
  z-index: 2;
}
.npayment__title {
  font-weight: 600;
  font-size: 34px;
  padding: 0;
  margin: 0 0 54px 0;
}
@media (max-width: 991px) {
  .npayment__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.npayment__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px -15px;
}
.npayment__list__item {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .npayment__list__item {
    width: 100%;
  }
}
.npayment__list__card__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .npayment__list__card__title {
    font-size: 20px;
  }
}
.npayment__list__card__title:last-child {
  margin-bottom: 0;
}
.npayment__list__card__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .npayment__list__card__text {
    font-size: 14px;
  }
}
.npayment__list__card__images {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .npayment__list__card__images {
    margin-bottom: 10px;
  }
}
.npayment__list__card__images img {
  display: block;
  max-width: 100%;
  max-height: 43px;
}
@media (max-width: 991px) {
  .npayment__list__card__images img {
    max-height: 30px;
  }
}

.nabout {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .nabout {
    margin-bottom: 90px;
  }
}
.nabout__welcome {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nabout__welcome__side {
  flex: 0 0 auto;
  width: 41.67%;
  margin-left: 60px;
}
@media (max-width: 1280px) {
  .nabout__welcome__side {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .nabout__welcome__side {
    width: 100%;
    margin-left: 0;
  }
}
.nabout__welcome__content {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nabout__welcome__content {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 60px;
  }
}
.nabout__welcome__content__body {
  max-width: 595px;
}
.nabout__welcome__content__text {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .nabout__welcome__content__text {
    margin-bottom: 30px;
  }
}
.nabout__welcome__content__list {
  list-style: none;
  margin: -15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
.nabout__welcome__content__list li {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991px) {
  .nabout__welcome__content__list li {
    flex-direction: column;
  }
}
.nabout__welcome__content__list li span {
  flex: 0 0 auto;
  margin-right: 10px;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
}
@media (max-width: 991px) {
  .nabout__welcome__content__list li span {
    width: 100%;
    margin: 0;
    font-size: 48px;
  }
}
.nabout__welcome__content__list li div {
  overflow: hidden;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
}
@media (max-width: 991px) {
  .nabout__welcome__content__list li div {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
  }
}
.nabout__welcome__banner {
  padding: 30px 30px 308px 30px;
  overflow: hidden;
  position: relative;
  min-height: 368px;
}
@media (max-width: 991px) {
  .nabout__welcome__banner {
    padding: 20px 20px 227px 20px;
    min-height: 247px;
  }
}
.nabout__welcome__banner::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 192px;
  height: 192px;
  top: -60px;
  background-color: #E2DDD9;
  border-radius: 50%;
  z-index: 2;
}
.nabout__welcome__banner::before {
  content: "";
  position: absolute;
  left: -8px;
  width: 75px;
  height: 75px;
  top: 187px;
  background-color: #E2DDD9;
  border-radius: 50%;
  z-index: 2;
}
.nabout__welcome__banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 8px;
  background-color: #F2EFEC;
  bottom: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .nabout__welcome__banner__bg {
    bottom: 30px;
  }
}
.nabout__welcome__banner__body {
  position: relative;
  z-index: 3;
}
.nabout__welcome__banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 1280px) {
  .nabout__welcome__banner__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .nabout__welcome__banner__title {
    font-size: 20px;
  }
}
.nabout__welcome__banner__img {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 308px;
  height: 308px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 991px) {
  .nabout__welcome__banner__img {
    width: 197px;
    height: 197px;
  }
}
.nabout__welcome__banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nabout-certificates__header {
  margin-bottom: 30px;
}
.nabout-certificates__header__title {
  font-weight: 600;
  font-size: 34px;
  padding: 0;
  margin: 0 0 60px 0;
}
@media (max-width: 991px) {
  .nabout-certificates__header__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.nabout-certificates__header__text {
  max-width: 908px;
}
.nabout-certificates__slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .nabout-certificates__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.nabout-certificates__slider__wrap {
  position: relative;
  margin-top: -11px;
  margin-bottom: -19px;
}
@media (max-width: 991px) {
  .nabout-certificates__slider__wrap {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
    margin-bottom: -9px;
  }
}
.nabout-certificates__slider__item {
  padding: 11px 15px 19px 15px;
}
@media (max-width: 991px) {
  .nabout-certificates__slider__item {
    width: 130px !important;
    padding: 5px 7px 9px 7px;
  }
}
.nabout-certificates__slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2DDD9;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 178/252;
  background-color: #fff;
}
@media (max-width: 991px) {
  .nabout-certificates__slider__card {
    aspect-ratio: 131/185;
  }
}
.nabout-certificates__slider__card:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
  .nabout-certificates__slider__card:hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18);
  }
}
.nabout-certificates__slider__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nabout-certificates__slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -86px;
  right: -86px;
  z-index: 6;
}
@media (max-width: 1460px) {
  .nabout-certificates__slider__nav {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 1315px) {
  .nabout-certificates__slider__nav {
    left: -23px;
    right: -23px;
  }
}
@media (max-width: 991px) {
  .nabout-certificates__slider__nav {
    display: none;
  }
}
.nabout-certificates__slider__nav__btn {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  display: flex;
  padding: 0;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #E2DDD9;
  align-items: center;
  justify-content: center;
  color: #101010;
  background-color: #fff;
  transition: all ease 0.3s;
}
.nabout-certificates__slider__nav__btn.disabled {
  opacity: 0.5;
  cursor: default;
}
.nabout-certificates__slider__nav__btn:not(.disabled):hover {
  color: #FE0000;
}
.nabout-certificates__slider__nav__btn svg {
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.nabout-certificates__slider__nav__btn.prev {
  left: 0;
}
.nabout-certificates__slider__nav__btn.next {
  right: 0;
  transform: rotate(180deg);
}

.nabout-advantages {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .nabout-advantages {
    margin-bottom: 90px;
  }
}
.nabout-advantages:last-child {
  margin-bottom: 0;
}
.nabout-advantages__header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .nabout-advantages__header {
    margin-bottom: 30px;
  }
}
.nabout-advantages__header__title {
  font-weight: 600;
  font-size: 34px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .nabout-advantages__header__title {
    font-size: 22px;
  }
}
.nabout-advantages__header__text {
  max-width: 908px;
}
.nabout-advantages__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.nabout-advantages__list__item {
  padding: 15px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .nabout-advantages__list__item {
    width: 100%;
  }
}
.nabout-advantages__card {
  position: relative;
  line-height: 1.5;
}
.nabout-advantages__card__header {
  border-bottom: 1px solid #FE0000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .nabout-advantages__card__header {
    min-height: 66px;
  }
}
@media (max-width: 991px) {
  .nabout-advantages__card__header {
    min-height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.nabout-advantages__card__header__img {
  flex: 0 0 auto;
  width: 38px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.nabout-advantages__card__header__img.size-2 {
  width: 70px;
  height: 53px;
}
.nabout-advantages__card__header__img img, .nabout-advantages__card__header__img svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nabout-advantages__card__header__body {
  overflow: hidden;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .nabout-advantages__card__header__body {
    font-size: 14px;
  }
}

.ncontacts__welcome {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ncontacts__welcome__side {
  flex: 0 0 auto;
  width: 58.33%;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .ncontacts__welcome__side {
    width: 50%;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .ncontacts__welcome__side {
    width: 100%;
    margin-left: 0;
  }
}
.ncontacts__welcome__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ncontacts__welcome__body {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
.ncontacts__welcome__contacts {
  margin-bottom: 30px;
}
.ncontacts__welcome__contacts:last-child {
  margin-bottom: 0;
}
.ncontacts__welcome__contacts ul {
  list-style: none;
  margin: -15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 991px) {
  .ncontacts__welcome__contacts ul {
    font-size: 14px;
  }
}
.ncontacts__welcome__contacts ul li {
  display: block;
  padding: 15px;
  flex: 0 0 auto;
  width: 50%;
}
.ncontacts__welcome__contacts ul li span {
  display: block;
  margin-bottom: 5px;
}
.ncontacts__welcome__contacts ul li div {
  font-weight: 600;
}
.ncontacts__welcome__contacts ul li a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ncontacts__welcome__contacts ul li a:hover {
  color: #FE0000;
}
.ncontacts__welcome__offices {
  margin-bottom: 30px;
}
.ncontacts__welcome__offices:last-child {
  margin-bottom: 0;
}
.ncontacts__welcome__offices__item {
  margin-top: 30px;
}
.ncontacts__welcome__offices__item:first-child {
  margin-top: 0;
}
.ncontacts__welcome__offices__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ncontacts__welcome__offices__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.ncontacts__welcome__offices__row__item {
  flex: 0 0 auto;
  padding: 15px;
  width: 50%;
}
.ncontacts__welcome__offices__row__item > span {
  display: block;
  margin-bottom: 5px;
}
.ncontacts__welcome__offices ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 991px) {
  .ncontacts__welcome__offices ul {
    font-size: 14px;
  }
}
.ncontacts__welcome__offices ul li {
  display: block;
  margin-top: 5px;
}
.ncontacts__welcome__offices ul li:first-child {
  margin-top: 0;
}
.ncontacts__welcome__offices ul li div {
  font-weight: 600;
}
.ncontacts__welcome__offices ul li a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ncontacts__welcome__offices ul li a:hover {
  color: #FE0000;
}
.ncontacts__welcome__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 419px;
  background-color: #F2EFEC;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .ncontacts__welcome__map {
    height: 300px;
  }
}
.ncontacts__welcome__map > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nvacancy__welcome {
  padding: 40px;
  background-color: #F2EFEC;
  border-radius: 8px;
  margin-top: 40px;
  position: relative;
  margin-bottom: 147px;
}
@media (max-width: 991px) {
  .nvacancy__welcome {
    margin-bottom: 120px;
    background: none;
    padding: 30px 0 258px 0;
  }
  .nvacancy__welcome::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F2EFEC;
  }
}
.nvacancy__welcome .breadcrumbs {
  margin-top: 0;
  margin-bottom: 8px;
}
.nvacancy__welcome__body {
  position: relative;
  z-index: 3;
}
.nvacancy__welcome__content {
  max-width: 55.85%;
}
@media (max-width: 991px) {
  .nvacancy__welcome__content {
    max-width: 100%;
  }
}
.nvacancy__welcome__title {
  font-weight: 600;
  font-size: 35px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .nvacancy__welcome__title {
    font-size: 23px;
  }
}
.nvacancy__welcome__text {
  margin-bottom: 30px;
}
.nvacancy__welcome__img {
  position: absolute;
  width: 38.03%;
  height: 358px;
  bottom: -27px;
  right: 23px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .nvacancy__welcome__img {
    width: 335px;
    height: 260px;
    bottom: -30px;
    right: 0;
  }
}
.nvacancy__welcome__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nvacancy__welcome__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -15px;
  flex-wrap: wrap;
}
.nvacancy__welcome__btns > div {
  padding: 15px;
  width: auto;
}
@media (max-width: 991px) {
  .nvacancy__welcome__btns > div {
    width: 100%;
  }
  .nvacancy__welcome__btns > div .btn__default.red_button {
    display: block;
    width: 100%;
  }
}

.btn__wicon {
  display: inline-block;
  position: relative;
  padding: 5px 43px 5px 0;
  font-weight: 600;
  font-size: 14px;
  color: #FE0000;
}
@media (max-width: 991px) {
  .btn__wicon {
    font-size: 13px;
  }
}
.btn__wicon:hover {
  color: #D30000;
}
.btn__wicon:hover span.icon {
  background-color: #D30000;
}
.btn__wicon span.text {
  display: inline-block;
}
.btn__wicon span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FE0000;
  color: #fff;
  transition: background-color ease 0.3s;
}
.btn__wicon span.icon svg {
  max-width: 14px;
  max-height: 14px;
  object-fit: contain;
}

.nvacancy-content {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .nvacancy-content {
    margin-bottom: 90px;
  }
}
.nvacancy-content:last-child {
  margin-bottom: 0;
}
.nvacancy-content__list {
  position: relative;
  border-bottom: 1px solid #C1BCB8;
}
.nvacancy-content__list__item {
  border-top: 1px solid #C1BCB8;
}
.nvacancy-content__card {
  position: relative;
}
.nvacancy-content__card.active .nvacancy-content__card__title {
  color: #FE0000;
}
.nvacancy-content__card.active .nvacancy-content__card__title i::before {
  opacity: 0;
}
.nvacancy-content__card__title {
  padding: 30px 105px 30px 20px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  transition: color ease 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .nvacancy-content__card__title {
    padding: 20px 30px 20px 0;
    font-size: 14px;
  }
}
.nvacancy-content__card__title:hover {
  color: #FE0000;
}
.nvacancy-content__card__title span {
  display: block;
}
.nvacancy-content__card__title i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .nvacancy-content__card__title i {
    right: 0;
  }
}
.nvacancy-content__card__title i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  border-radius: 2px;
  margin-top: -1px;
  background-color: #FE0000;
}
.nvacancy-content__card__title i::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  border-radius: 2px;
  margin-left: -1px;
  background-color: #FE0000;
  transition: opacity ease 0.3s;
}
.nvacancy-content__card__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.3s;
}
.nvacancy-content__card__content__body {
  padding: 8px 105px 30px 20px;
}
@media (max-width: 991px) {
  .nvacancy-content__card__content__body {
    padding: 10px 0 30px 0;
  }
}
.nvacancy-content__card__footer {
  margin-top: 21px;
}
.nvacancy-content__card__contacts {
  position: relative;
  margin-bottom: 30px;
}
.nvacancy-content__card__contacts:last-child {
  margin-bottom: 0;
}
.nvacancy-content__card__contacts ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 991px) {
  .nvacancy-content__card__contacts ul {
    font-size: 14px;
    gap: 20px;
  }
}
.nvacancy-content__card__contacts ul li {
  flex: 0 0 auto;
  width: auto;
  min-width: 200px;
  display: block;
}
@media (max-width: 991px) {
  .nvacancy-content__card__contacts ul li {
    min-width: 157px;
  }
}
.nvacancy-content__card__contacts ul li span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .nvacancy-content__card__contacts ul li span {
    font-size: 10px;
  }
}
.nvacancy-content__card__contacts ul li div {
  font-weight: 600;
}
.nvacancy-content__card__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.nvacancy-content__card__btns > div {
  padding: 15px;
}
@media (max-width: 991px) {
  .nvacancy-content__card__btns > div {
    width: 100%;
  }
  .nvacancy-content__card__btns > div .btn__default {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nvacancy-sectionform {
    margin-bottom: -87px;
  }
}

.ncatigories {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ncatigories {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ncatigories__slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
@media (max-width: 991px) {
  .ncatigories__slider__item {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  .ncatigories__slider__item {
    width: 160px !important;
  }
}
.ncatigories__slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -86px;
  right: -86px;
  z-index: 6;
}
@media (max-width: 1460px) {
  .ncatigories__slider__nav {
    left: -28px;
    right: -28px;
  }
}
@media (max-width: 991px) {
  .ncatigories__slider__nav {
    display: none;
  }
}
.ncatigories__slider__nav__btn {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  display: flex;
  padding: 0;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #E2DDD9;
  align-items: center;
  justify-content: center;
  color: #101010;
  background-color: #fff;
  transition: all ease 0.3s;
}
.ncatigories__slider__nav__btn.disabled {
  opacity: 0.5;
  cursor: default;
}
.ncatigories__slider__nav__btn:not(.disabled):hover {
  color: #FE0000;
}
.ncatigories__slider__nav__btn svg {
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.ncatigories__slider__nav__btn.prev {
  left: 0;
}
.ncatigories__slider__nav__btn.next {
  right: 0;
  transform: rotate(180deg);
}
.ncatigories__card {
  aspect-ratio: 283/230;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background-color: #F2EFEC;
}
@media (max-width: 991px) {
  .ncatigories__card {
    aspect-ratio: 283/230;
  }
}
@media (max-width: 575px) {
  .ncatigories__card {
    aspect-ratio: auto;
    width: 160px;
    height: 130px;
  }
}
.ncatigories__card:hover::after, .ncatigories__card:hover::before {
  transform: scale(5, 5);
}
.ncatigories__card::after, .ncatigories__card::before {
  content: "";
  position: absolute;
  background-color: #E2DDD9;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.5s;
}
.ncatigories__card.ncatigories__card__style-0::after {
  width: 241px;
  height: 241px;
  border-radius: 50%;
  right: -56px;
  bottom: -50px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-0::after {
    width: 135px;
    height: 135px;
    right: -27px;
    bottom: -27px;
  }
}
.ncatigories__card.ncatigories__card__style-1::after {
  width: 241px;
  height: 241px;
  right: -12px;
  bottom: -79px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-1::after {
    width: 135px;
    height: 135px;
    right: -5px;
    bottom: -43px;
  }
}
.ncatigories__card.ncatigories__card__style-1::before {
  width: 124px;
  height: 124px;
  right: -20px;
  top: -65px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-1::before {
    width: 70px;
    height: 70px;
    right: -9px;
    top: -37px;
  }
}
.ncatigories__card.ncatigories__card__style-2::after {
  width: 214px;
  height: 214px;
  right: -65px;
  top: -26px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-2::after {
    width: 120px;
    height: 120px;
    right: -32px;
    top: -15px;
  }
}
.ncatigories__card.ncatigories__card__style-2::before {
  width: 108px;
  height: 108px;
  right: 91px;
  bottom: -66px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-2::before {
    width: 70px;
    height: 70px;
    right: 45px;
    bottom: -45px;
  }
}
.ncatigories__card.ncatigories__card__style-3::after {
  width: 177px;
  height: 177px;
  right: 53px;
  top: 11px;
}
@media (max-width: 991px) {
  .ncatigories__card.ncatigories__card__style-3::after {
    width: 100px;
    height: 100px;
    right: 32px;
    bottom: 24px;
  }
}
.ncatigories__card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.ncatigories__card__title {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .ncatigories__card__title {
    font-size: 16px;
    left: 15px;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .ncatigories__card__title {
    font-size: 12px;
    left: 10px;
    top: 10px;
    right: 10px;
  }
}
.ncatigories__card__img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 66.78%;
  height: 72.17%;
  z-index: 2;
}
.ncatigories__card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ncatigories__card__arrow {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  color: #FE0000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .ncatigories__card__arrow {
    width: 30px;
    height: 30px;
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 575px) {
  .ncatigories__card__arrow {
    left: 10px;
    bottom: 10px;
  }
}
.ncatigories__card__arrow svg {
  max-width: 19px;
  max-height: 19px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .ncatigories__card__arrow svg {
    max-width: 14px;
    max-height: 14px;
  }
}
.ncatigories__subs {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ncatigories__subs {
    margin-bottom: 20px;
  }
}
.ncatigories__subs__offset {
  position: relative;
}
.ncatigories__subs__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px -15px;
}
@media (max-width: 991px) {
  .ncatigories__subs__list {
    margin: 0;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    scrollbar-width: none;
  }
  .ncatigories__subs__list::-webkit-scrollbar {
    display: none;
  }
}
.ncatigories__subs__list li {
  flex: 0 0 auto;
  width: 20%;
  padding: 5px 15px;
}
@media (max-width: 1280px) {
  .ncatigories__subs__list li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ncatigories__subs__list li {
    width: auto;
    padding: 0;
    margin-left: 10px;
  }
  .ncatigories__subs__list li:first-child {
    margin-left: 0;
  }
}
.ncatigories__subs__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px 10px 10px;
  background-color: #F2EFEC;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .ncatigories__subs__card {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
  }
}
.ncatigories__subs__card:hover::after {
  width: 101%;
}
.ncatigories__subs__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0;
  background-color: #E2DDD9;
  transition: width ease 0.3s;
  z-index: 1;
}
.ncatigories__subs__card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ncatigories__subs__card i {
    width: 35px;
    height: 35px;
  }
}
.ncatigories__subs__card i img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.ncatigories__subs__card span {
  overflow: hidden;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.favorites .catalog_poducts_list.collections_list {
  grid-template-columns: repeat(5, 1fr);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
@media (max-width: 1280px) {
  .favorites .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .favorites .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .favorites .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .favorites .catalog_poducts_list.collections_list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }
}

.catalog-chapters {
  margin-bottom: 30px;
}
.catalog-chapters__list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catalog-chapters__list li {
  flex: 0 0 auto;
  width: auto;
  padding: 0 15px;
}
.catalog-chapters__list a {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .catalog-chapters__list a {
    font-size: 20px;
  }
}
.catalog-chapters__list a:hover {
  color: #FE0000;
}
.catalog-chapters__list a.active {
  color: #FE0000;
  cursor: default;
}

.nppage__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nppage__content__side {
  flex: 0 0 auto;
  width: 283px;
  margin-right: 30px;
}
@media (max-width: 1280px) {
  .nppage__content__side {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .nppage__content__side {
    display: none;
  }
}
.nppage__content__body {
  flex: 0 0 auto;
  width: calc(100% - 313px);
}
@media (max-width: 1280px) {
  .nppage__content__body {
    width: calc(100% - 270px);
  }
}
@media (max-width: 991px) {
  .nppage__content__body {
    width: 100%;
  }
}
.nppage__content__body__sizehulf {
  max-width: 491px;
}
@media (max-width: 991px) {
  .nppage__content__body__sizehulf {
    max-width: 100%;
  }
}
.nppage__nav {
  padding: 30px;
  border-radius: 8px;
  background-color: #F2EFEC;
}
.nppage__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
.nppage__nav ul li {
  display: block;
  margin-top: 20px;
}
.nppage__nav ul li:first-child {
  margin-top: 0;
}
.nppage__nav ul a {
  display: block;
}
.nppage__nav ul a:hover {
  color: #FE0000;
}
.nppage__nav ul a.active {
  cursor: default;
  color: #FE0000;
}
.nppage__item {
  margin-top: 60px;
}
.nppage__item:first-child {
  margin-top: 0;
}
.nppage__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .nppage__title {
    font-size: 14px;
  }
}
.nppage__listprofile {
  position: relative;
}
.nppage__listprofile__item {
  margin-top: 20px;
}
.nppage__listprofile__item:first-child {
  margin-top: 0;
}
.nppage__listprofile__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .nppage__listprofile__card {
    gap: 15px;
    font-size: 14px;
  }
}
.nppage__listprofile__card__label {
  color: #8A8A8A;
  flex: 0 0 auto;
  width: 282px;
}
@media (max-width: 991px) {
  .nppage__listprofile__card__label {
    width: 40%;
  }
}
.nppage__listprofile__card__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.nppage__listprofile__card__line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.nppage__listprofile__card__line:hover .nppage__listprofile__card__line__edit {
  opacity: 1;
}
.nppage__listprofile__card__line__text {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 25px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .nppage__listprofile__card__line__text {
    width: calc(100% - 25px);
  }
}
.nppage__listprofile__card__line__edit {
  flex: 0 0 auto;
  margin-left: 10px;
  width: 15px;
  padding-top: 4px;
  opacity: 0;
  transition: opacity ease 0.3s;
}
@media (max-width: 991px) {
  .nppage__listprofile__card__line__edit {
    opacity: 1;
    padding-top: 3px;
  }
}
.nppage__listprofile__card__line__edit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: #8A8A8A;
  text-decoration: none;
}
.nppage__listprofile__card__line__edit a:hover {
  color: #FE0000;
}
.nppage__listprofile__card__line__edit a svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nppage__pricelist {
  position: relative;
}
.nppage__pricelist__item {
  margin-top: 10px;
}
.nppage__pricelist__card {
  border: 1px solid #C1BCB8;
  border-radius: 8px;
  padding: 20px;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: border-color ease 0.3s;
  position: relative;
}
@media (max-width: 991px) {
  .nppage__pricelist__card {
    padding: 12px 10px;
  }
}
.nppage__pricelist__card:hover {
  border-color: #FE0000;
}
.nppage__pricelist__card:hover .nppage__pricelist__card__body__title {
  color: #FE0000;
}
.nppage__pricelist__card__iconfile {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
@media (max-width: 991px) {
  .nppage__pricelist__card__iconfile {
    width: 33px;
    height: 33px;
  }
}
.nppage__pricelist__card__iconfile img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nppage__pricelist__card__icondownload {
  flex: 0 0 auto;
  width: 33px;
  align-self: center;
}
@media (max-width: 991px) {
  .nppage__pricelist__card__icondownload {
    align-self: flex-start;
  }
}
.nppage__pricelist__card__icondownload span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FE0000;
  color: #fff;
}
.nppage__pricelist__card__icondownload span svg {
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
}
.nppage__pricelist__card__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .nppage__pricelist__card__body {
    font-size: 14px;
  }
}
.nppage__pricelist__card__body__title {
  margin-bottom: 5px;
  transition: color ease 0.3s;
}
.nppage__pricelist__card__body__title:last-child {
  margin-bottom: 0;
}
.nppage__pricelist__card__body__size {
  font-size: 12px;
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .nppage__pricelist__card__body__size {
    font-size: 10px;
  }
}
.nppage__pricelist__card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.nppage__tabs {
  margin-bottom: 30px;
}
.nppage__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px 40px;
}
@media (max-width: 991px) {
  .nppage__tabs ul {
    gap: 10px 30px;
  }
}
.nppage__tabs ul li {
  flex: 0 0 auto;
  width: auto;
}
.nppage__tabs ul a {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #8A8A8A;
  text-decoration: none;
}
@media (max-width: 991px) {
  .nppage__tabs ul a {
    font-size: 20px;
  }
}
.nppage__tabs ul a.active {
  cursor: default;
  color: #FE0000;
}
.nppage__tabs ul a:hover {
  color: #FE0000;
}
.nppage__orders {
  position: relative;
}
.nppage__orders__item {
  margin-top: 10px;
}
.nppage__orders__item:first-child {
  margin-top: 0;
}
.nppage__orders__card {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #F2EFEC;
}
@media (max-width: 991px) {
  .nppage__orders__card {
    padding: 10px;
  }
}
.nppage__orders__card__header {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}
.nppage__orders__card__header .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.nppage__orders__card__header .status.style-green {
  background-color: #0CB220;
}
.nppage__orders__card__header .status.style-blue {
  background-color: #0095C2;
}
.nppage__orders__card__header span {
  margin-right: 30px;
}
.nppage__orders__card__header span:last-child {
  margin-right: 0;
}
.nppage__orders__card__info {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .nppage__orders__card__info {
    font-size: 16px;
  }
}
.nppage__orders__card__goods {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.nppage__orders__card__goods__list {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.nppage__orders__card__goods__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991px) {
  .nppage__orders__card__goods__list ul {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .nppage__orders__card__goods__list ul::-webkit-scrollbar {
    display: none;
  }
}
.nppage__orders__card__goods__list ul li {
  flex: 0 0 auto;
  width: auto;
}
.nppage__orders__card__goods__list ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 4px;
}
.nppage__orders__card__goods__list ul span img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nppage__orders__card__goods__link {
  flex: 0 0 auto;
  width: auto;
}
.nppage__orders__card__slide {
  overflow: hidden;
  max-height: 0;
  transition: max-height ease 0.3s;
}
.nppage__orders__card__slide__body {
  padding-top: 30px;
}
.nppage__orders__card__more {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #FE0000;
  text-decoration: none;
}
.nppage__orders__card__more:hover {
  color: #D30000;
}
.nppage__orders__card__more span.default {
  display: inline-block;
}
.nppage__orders__card__more span.active {
  display: none;
}
.nppage__orders__card__more.active span.default {
  display: none;
}
.nppage__orders__card__more.active span.active {
  display: inline-block;
}
.nppage__orders__card__glist {
  position: relative;
}
.nppage__orders__card__glist__item {
  margin-top: 30px;
}
.nppage__orders__card__glist__item:first-child {
  margin-top: 0;
}
.nppage__orders__good {
  display: grid;
  grid-template-columns: 110px 1fr 165px 128px;
  align-items: center;
  grid-template-areas: "a b c d";
  gap: 30px;
}
@media (max-width: 1280px) {
  .nppage__orders__good {
    gap: 20px;
    grid-template-columns: 90px 1fr 165px 100px;
  }
}
@media (max-width: 991px) {
  .nppage__orders__good {
    grid-template-columns: 92px 1fr;
    align-items: start;
    grid-template-areas: "a b" "a c" "a d";
    gap: 10px 15px;
  }
}
.nppage__orders__good__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  grid-area: a;
}
.nppage__orders__good__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nppage__orders__good__body {
  grid-area: b;
  overflow: hidden;
}
.nppage__orders__good__article {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #8A8A8A;
}
.nppage__orders__good__title {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  color: #101010;
}
.nppage__orders__good__title:hover {
  color: #FE0000;
}
.nppage__orders__good__side {
  grid-area: c;
}
.nppage__orders__good__prices {
  grid-area: d;
}
.nppage__orders__good__price {
  text-align: right;
  font-weight: 600;
}
@media (max-width: 991px) {
  .nppage__orders__good__price {
    text-align: left;
  }
}
.nppage__orders__good__price span {
  font-size: 24px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .nppage__orders__good__price span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .nppage__orders__good__price span {
    font-size: 20px;
  }
}
.nppage__orders__good__price b {
  font-weight: 600;
  vertical-align: middle;
}
.nppage__orders__good__price i {
  font-style: normal;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .nppage__orders__good__price i {
    font-size: 12px;
    margin-left: 3px;
  }
}
.nppage__orders__good__tabs__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
.nppage__orders__good__tabs__nav button {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #FE0000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  height: 25px;
  position: relative;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .nppage__orders__good__tabs__nav button {
    font-size: 14px;
  }
}
.nppage__orders__good__tabs__nav button:hover {
  background-color: #FE0000;
  color: #fff;
}
.nppage__orders__good__tabs__nav button sub {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
}
.nppage__orders__good__tabs__nav button.active {
  cursor: default;
  background-color: #FE0000;
  color: #fff;
}
.nppage__orders__good__tabs__content__item {
  display: none;
}
.nppage__orders__good__tabs__content__item.active {
  display: block;
}
.nppage__orders__good__tabs__price {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .nppage__orders__good__tabs__price {
    margin-bottom: 1px;
  }
}
@media (max-width: 991px) {
  .nppage__orders__good__tabs__price {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.nppage__orders__good__tabs__price sub {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
}
.nppage__orders__good__tabs__count {
  font-size: 15px;
}
@media (max-width: 991px) {
  .nppage__orders__good__tabs__count {
    font-size: 14px;
  }
}
.nppage__orders__good__tabs__count span {
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
}
.nppage__orders__good__tabs__count b {
  font-weight: 600;
}
.nppage__orders__good__tabs__count b sub {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
}
@media (max-width: 991px) {
  .nppage__orders__good__tabs__count b sub {
    font-size: 8px;
  }
}

.ncompare {
  position: relative;
}
.ncompare__section {
  overflow: hidden;
}
.ncompare__side {
  z-index: 5;
}
@media (min-width: 992px) {
  .ncompare__side {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    padding-right: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .ncompare__side {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ncompare__side::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  right: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 4;
}
@media (max-width: 991px) {
  .ncompare__side::after {
    display: none;
  }
}
.ncompare__side__top {
  height: 474px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ncompare__side__top {
    height: auto;
  }
}
.ncompare__side__content .ncompare__card__info__label {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ncompare__side__content {
    display: none;
  }
}
.ncompare__togglecheck {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.ncompare__togglecheck__body {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.ncompare__togglecheck__side {
  flex: 0 0 auto;
  width: auto;
}
.ncompare__togglecheck__check {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.ncompare__togglecheck__check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -9999px;
}
.ncompare__togglecheck__check input:checked + span {
  background-color: #FE0000;
}
.ncompare__togglecheck__check input:checked + span::after {
  left: 22px;
}
.ncompare__togglecheck__check input:disabled + span {
  opacity: 0.5;
  cursor: default;
}
.ncompare__togglecheck__check span {
  display: block;
  width: 43px;
  height: 24px;
  border-radius: 12px;
  background-color: #E2DDD9;
  position: relative;
  transition: background-color ease 0.3s;
  cursor: pointer;
}
.ncompare__togglecheck__check span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}
.ncompare__content {
  width: 100%;
  position: relative;
  z-index: 3;
}
.ncompare__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.ncompare__slider__item {
  width: 220px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .ncompare__slider__item {
    width: 160px;
  }
}
.ncompare__slider__offset {
  position: relative;
}
.ncompare__card__top {
  margin-bottom: 30px;
  height: 474px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ncompare__card__top {
    height: 400px;
  }
}
.ncompare__card__top__delete {
  margin-bottom: 10px;
}
.ncompare__card__top__delete button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #8A8A8A;
  transition: color ease 0.3s;
}
.ncompare__card__top__delete button:hover {
  color: #FE0000;
}
.ncompare__card__top__delete button svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ncompare__card__top__product .product-card {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.ncompare__card__top__product .product-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}
.ncompare__card__top__product .product-card__badge {
  left: 10px;
  top: 10px;
}
@media (max-width: 991px) {
  .ncompare__card__top__product .product-card__badge {
    left: 5px;
    top: 5px;
  }
}
.ncompare__card__info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.ncompare__card__info__list li {
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .ncompare__card__info__list li {
    margin-top: 20px;
  }
}
.ncompare__card__info__list li:first-child {
  margin-top: 0;
}
.ncompare__card__info__list li.line-tohidden.active {
  display: none;
}
.ncompare__card__info__list li sup {
  font-size: 10px;
  vertical-align: top;
}
.ncompare__card__info__label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  display: none;
}
@media (max-width: 991px) {
  .ncompare__card__info__label {
    display: block;
    font-size: 14px;
  }
}
.ncompare__card__info__text {
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 991px) {
  .ncompare__card__info__text {
    font-size: 14px;
  }
}

/* new 17.09.2025 */
.header_fixed__popup {
  position: absolute;
  left: -30px;
  bottom: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  width: 236px;
}
.header_fixed__popup__body {
  box-shadow: 0px 4px 8.7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.header_fixed__popup__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_fixed__popup__body ul li {
  margin-top: 15px;
}
.header_fixed__popup__body ul li:first-child {
  margin-top: 0;
}
.header_fixed__popup__body ul a {
  display: inline-block;
  color: #101010;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.header_fixed__popup__body ul a:hover {
  color: #FE0000;
}
.header_fixed__popup__body ul a.active {
  color: #FE0000;
  cursor: default;
}
.header_fixed__item.header_fixed__item-wpopup {
  position: relative;
}
.header_fixed__item.header_fixed__item-wpopup.active .header_fixed__popup {
  visibility: visible;
  opacity: 1;
}


.mobilemenu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100dvw;
  height: 100dvh;
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 90;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .mobilemenu.mobilemenu__opened {
    left: 0;
  }
}
.mobilemenu__header {
  background-color: #fff;
  padding: 20px 0 20px 0;
  flex: 0 0 auto;
  height: auto;
}
.mobilemenu__header__center {
  margin-top: 20px;
}
.mobilemenu__footer {
  padding: 20px 0;
  background-color: #fff;
  flex: 0 0 auto;
  height: auto;
}
.mobilemenu__body {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 0 0;
  height: 100%;
  max-height: 100%;
}
.mobilemenu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobilemenu__socio ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobilemenu__socio ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #747474;
}
.mobilemenu__socio ul a:hover {
  color: #FE0000;
}
.mobilemenu__socio ul a svg, .mobilemenu__socio ul a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mobilemenu__contacts {
  position: relative;
  line-height: 1;
}
.mobilemenu__contacts > div {
  margin-top: 6px;
}
.mobilemenu__contacts > div:first-child {
  margin-top: 0;
}
.mobilemenu__contacts a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #101010;
}
.mobilemenu__contacts span {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  color: #101010;
}
.mobilemenu__city {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.mobilemenu__city i {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #747474;
}
.mobilemenu__city i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mobilemenu__city span {
  font-weight: 400;
  font-size: 13px;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mobilemenu__btnclose {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 15px;
  height: 15px;
  color: #8A8A8A;
}
.mobilemenu__btnclose svg, .mobilemenu__btnclose img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mobilemenu__search input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #E2DDD9;
  border-radius: 4px;
  padding: 14px 14px 14px 31px;
  background-image: url("./../img/icons/ic-search.svg");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.mobilemenu__nav {
  padding-top: 10px;
}
.mobilemenu__nav__item {
  margin-top: 10px;
}
.mobilemenu__nav__item:first-child {
  margin-top: 0;
}
.mobilemenu__nav__item.active > .mobilemenu__nav__submenu {
  left: 0;
}
.mobilemenu__nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 10px 30px 10px 0;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
}
.mobilemenu__nav__link.activepage {
  color: #FE0000;
}
.mobilemenu__nav__link i {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.mobilemenu__nav__link i svg, .mobilemenu__nav__link i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mobilemenu__nav__link b {
  flex: 0 0 auto;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}
.mobilemenu__nav__link b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobilemenu__nav__link span {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mobilemenu__nav__link.mobilemenu__nav__link__wsubmenu::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url("./../img/icons/mini-arrow-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobilemenu__nav__submenu {
  position: fixed;
  left: 100%;
  top: 122px;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all ease 0.3s;
  z-index: 10;
}
.mobilemenu__nav__submenu__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.mobilemenu__nav__submenu__header__icon {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #F2EFEC;
  color: #8A8A8A;
}
.mobilemenu__nav__submenu__header__icon svg {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
}
.mobilemenu__nav__submenu__header__text {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.mobilemenu__nav__submenu__list__item {
  margin-top: 10px;
}
.mobilemenu__nav__submenu__list__item:first-child {
  margin-top: 0;
}
.mobilemenu__nav__submenu__list__item.active > .mobilemenu__nav__submenu {
  left: 0;
}

.modal_city_error {
  color: #FE0000;
  display: block;
}
.modal_city_error.active {
  display: block;
}

.nmaincatalog__offset {
  position: relative;
}
.nmaincatalog__body {
  margin-left: -20px;
  margin-right: -20px;
}
.nmaincatalog__slider {
  position: relative;
  margin-top: -6px;
}
.nmaincatalog__slider__item {
  padding: 6px 10px 14px 10px;
}
@media (max-width: 992px) {
  .nmaincatalog__slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .nmaincatalog__slider__item {
    width: 216px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nmaincatalog__slider__item {
    width: 160px !important;
    padding: 0;
  }
  .nmaincatalog__body {
    margin-left: 0;
    margin-right: 0;
  }
}

.bx-breadcrumb {
  font-family: 'Montserrat', sans-serif, arial;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .bx-breadcrumb {
    margin-top: 9px;
    margin-bottom: 5px;
  }
}

.active_filters_list__offset {
  position: relative;
}

.product-item-amount-field-c {
  -moz-appearance: textfield;
}
.product-item-amount-field-c::-webkit-outer-spin-button, 
.product-item-amount-field-c::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.infoline {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 50;
  transition: all ease .3s;
}
.infoline.infoline__closed {
  transform: translateY(150%);
}
.infoline__body {
  background-color: #fff;
  padding: 30px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  margin: 0 20px 20px 20px;
  max-width: 520px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .infoline__body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .infoline {
    bottom: 50px;
  }
}
.infoline__body a {
  color: #ff0000;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.infoline__body a:hover {
  text-decoration-color: #ff0000;
}
.infoline__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8A8A;
  padding: 0;
  z-index: 3;
  transition: color ease .3s;
}
.infoline__close svg {
  max-width: 12px;
  max-height: 12px;
  object-fit: contain;
}
.infoline__close:hover {
  color: #ff0000;
}

.ready_made__welcome {
  margin-bottom: 60px;
}
.ready_made__welcome__body {
  position: relative;
}
.ready_made__welcome__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .ready_made__welcome__list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .ready_made__welcome__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ready_made__welcome__list a {
  display: inline-block;
  color: #101010;
  text-decoration: underline;
}
.ready_made__welcome__list a:hover {
  color: #FE0000;
  text-decoration-color: transparent;
}
.ready_made__welcome__footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .ready_made__welcome__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ncatalog__slider {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.ncatalog__slider__item {
  width: 240px;
  padding-top: 6px;
  padding-bottom: 14px;
}
.ncatalog__slider__body {
  position: relative;
  margin-top: -6px;
  /* margin-bottom: -14px; */
}
.ncatalog__slider__offset {
  position: relative;
}

.ncatalog__slider__nav {
  position: absolute;
  left: -76px;
  top: 50%;
  transform: translateY(-50%);
  right: -76px;
  z-index: 3;
}
.ncatalog__slider__nav__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #E2DDD9;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  color: #101010;
  cursor: pointer;
  padding: 0;
}
.ncatalog__slider__nav__btn svg {
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
}
.ncatalog__slider__nav__btn.prev {
  left: 0;
}
.ncatalog__slider__nav__btn.next {
  right: 0;
}
.ncatalog__slider__nav__btn:not(.disabled):hover,
.ncatalog__slider__nav__btn:not(:disabled):hover {
  color: #FE0000;
}
.ncatalog__slider__nav__btn:disabled,
.ncatalog__slider__nav__btn.disabled {
  opacity: 0.3;
  cursor: default;
}

.product_page .hit_sales {
  overflow: hidden;
}

@media (max-width: 1400px) {
  .ncatalog__slider__nav {
    left: -28px;
    right: -28px;
  }
}
@media (max-width: 991px) {
  .ncatalog__slider__nav {
    display: none;
  }
  .ncatalog__slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
  }
  .ncatalog__slider__item {
    width: 160px;
  }
}

.ncatalog__slider__overflow {
  overflow: hidden;
}


.nppinfo {
  position: relative;
  min-height: 170px;
  margin-bottom: 20px;
}
.nppinfo__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  z-index: 3;
}
.nppinfo__nav button {
  display: inline-block;
  padding: 4px 10px 6px 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #FE0000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  height: 25px;
  position: relative;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .nppinfo__nav button {
    font-size: 14px;
  }
}
.nppinfo__nav button:hover {
  background-color: #FE0000;
  color: #fff;
}
.nppinfo__nav button sub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}
.nppinfo__nav button.active {
  cursor: default;
  background-color: #FE0000;
  color: #fff;
}
.nppinfo__content__item {
  display: none;
}
.nppinfo__content__item.active {
  display: block;
}
.nppinfo__card {
  position: relative;
}
.nppinfo__card__header {
  padding-left: 193px;
  min-height: 25px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .nppinfo__card__header {
    font-size: 14px;
    padding-left: 175px;
  }
}
.nppinfo__card__header sub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}
@media (max-width: 991px) {
  .nppinfo__card__header sub {
    font-size: 8px;
  }
}
.nppinfo__card__prices {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 18px));
  gap: 10px 36px;
  white-space: nowrap;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .nppinfo__card__prices {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 10px 20px;
  }
}
@media (max-width: 991px) {
  .nppinfo__card__prices {
    grid-template-columns: repeat(1, 100%);
  }
}
.nppinfo__card__prices__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #8A8A8A;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .nppinfo__card__prices__label {
    font-size: 10px;
  }
}
.nppinfo__card__prices__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.nppinfo__card__prices .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  color: #101010;
}
.nppinfo__card__prices .price span {
  flex: 0 0 auto;
  width: auto;
  font-size: 24px;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .price span {
    font-size: 20px;
  }
}
.nppinfo__card__prices .price i {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  padding-bottom: 3px;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .price i {
    font-size: 12px;
    padding-bottom: 1px;
  }
}
.nppinfo__card__prices .price sub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}
.nppinfo__card__prices .price.price__grey {
  color: #8A8A8A;
}
.nppinfo__card__prices .priceold {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  color: #8A8A8A;
  padding-bottom: 3px;
  position: relative;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .priceold {
    padding-bottom: 1px;
  }
}
.nppinfo__card__prices .priceold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
  height: 1px;
  background-color: #8A8A8A;
  z-index: 2;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .priceold::after {
    top: calc(50% - 1px);
  }
}
.nppinfo__card__prices .priceold span {
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .priceold span {
    font-size: 12px;
  }
}
.nppinfo__card__prices .priceold i {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .priceold i {
    font-size: 12px;
  }
}
.nppinfo__card__prices .priceold sub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}
@media (max-width: 991px) {
  .nppinfo__card__prices .priceold sub {
    font-size: 7px;
  }
}
.nppinfo__card__bottom {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 18px));
  align-items: end;
  gap: 10px 36px;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1300px) {
  .nppinfo__card__bottom {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 10px 20px;
  }
}
@media (max-width: 991px) {
  .nppinfo__card__bottom {
    grid-template-columns: repeat(1, 100%);
  }
}
.nppinfo__card__linkmore {
  display: inline-block;
  font-size: 12px;
  color: #8A8A8A;
  text-decoration: underline;
  align-self: center;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .nppinfo__card__linkmore {
    font-size: 10px;
  }
}
.nppinfo__card__linkmore:hover {
  color: #101010;
  text-decoration-color: transparent;
}
@media (max-width: 991px) {
  .nppinfo__card__summ {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
  }
}
.nppinfo__card__summ__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #101010;
}
@media (max-width: 991px) {
  .nppinfo__card__summ__label {
    font-size: 14px;
  }
}
.nppinfo__card__summ__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 38px;
}
@media (max-width: 991px) {
  .nppinfo__card__summ__price {
    height: auto;
  }
}
.nppinfo__card__summ__price > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  color: #101010;
}
.nppinfo__card__summ__price > div span {
  flex: 0 0 auto;
  width: auto;
  font-size: 34px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .nppinfo__card__summ__price > div span {
    font-size: 22px;
  }
}
.nppinfo__card__summ__price > div i {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 3px;
}
@media (max-width: 991px) {
  .nppinfo__card__summ__price > div i {
    font-size: 16px;
    padding-bottom: 1px;
  }
}
.nppinfo__counter {
  height: 38px;
  position: relative;
}
.nppinfo__counter__btn {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background-color: #E2DDD9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all ease 0.3s;
}
.nppinfo__counter__btn svg {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}
.nppinfo__counter__btn:hover {
  color: #fff;
  background-color: #FE0000;
}
.nppinfo__counter__btn.prev {
  left: 0;
}
.nppinfo__counter__btn.next {
  right: 0;
}
.nppinfo__counter__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.nppinfo__counter__text {
  display: block;
  position: relative;
  padding: 11px 48px 12px 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  z-index: 2;
}
.nppinfo__counter__text sub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}
@media (max-width: 991px) {
  .nppinfo__counter__text sub {
    font-size: 8px;
  }
}