@font-face {
  font-family: "SFUIText";
  font-weight: 400;
  src: url("../fonts/SFUIText-Regular.woff2");
}
@font-face {
  font-family: "SFUIText";
  font-weight: 600;
  src: url("../fonts/SFUIText-Semibold.woff2");
}
@font-face {
  font-family: "SFUIText";
  font-weight: 700;
  src: url("../fonts/SFUIText-Bold.woff2");
}
@font-face {
  font-family: "SFUIDisplay";
  font-weight: 300;
  src: url("../fonts/SFUIDisplay-Light.woff2");
}
@font-face {
  font-family: "SFUIDisplay";
  font-weight: 400;
  src: url("../fonts/SFUIDisplay-Regular.woff2");
}
@font-face {
  font-family: "SFUIDisplay";
  font-weight: 500;
  src: url("../fonts/SFUIDisplay-Medium.woff2");
}
@font-face {
  font-family: "SFUIDisplay";
  font-weight: 600;
  src: url("../fonts/SFUIDisplay-Semibold.woff2");
}
@font-face {
  font-family: "SFUIDisplay";
  font-weight: 700;
  src: url("../fonts/SFUIDisplay-Bold.woff2");
}
input, button, textarea, select {
  font-family: "SFUIText", sans-serif;
}

body {
  font-family: "SFUIText", sans-serif;
  color: #222224;
}

html, body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  width: 1140px;
}

.modal {
  height: 100%;
  opacity: 1;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.h1 {
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.page-map__item {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D5D6DC;
}
.page-map__item:first-child {
  padding-top: 0;
  border: none;
}
.page-map__item-bold {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 24px;
}
.page-map__item-link {
  margin-top: 12px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.4s;
}
a.page-map__item-link:hover {
  color: #C456A2;
  text-decoration: none;
}
.page-map__item-link.active {
  color: #C456A2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.page-map__item-link:first-child {
  margin-top: 0;
}
.page-map__item-block {
  margin-top: 24px;
  width: 25%;
}
.page-map__item-block.w100 {
  width: 100%;
}
.page-map__item-list {
  margin-top: -24px;
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-radius: 12px;
  background: #C456A2;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 56px;
}
.btn:hover {
  background: #B75298;
}
.btn:active {
  background: #AB4E8F;
}
.btn.btn-border {
  border: 1px solid #C456A2;
  color: #C456A2;
  background: transparent;
}
.btn.btn-border:hover {
  background: #C456A2;
  color: #fff;
}
.btn.btn-border:active {
  background: #C456A2;
  color: #fff;
}
.btn.w100 {
  width: 100%;
  padding: 0;
}
.btn.btn-small {
  height: 48px;
}
.btn.btn-white {
  border: none;
  background: #fff;
  color: #222224;
}
.btn.btn-white:hover {
  background: #fff;
  color: #C456A2;
}

.blog-cats {
  padding-top: 32px;
  margin-right: -8px;
}
.blog-cat {
  margin-right: 8px;
  margin-top: 8px;
  white-space: nowrap;
  border-radius: 99px;
  background: #F2F3F5;
  padding: 0 20px;
  height: 40px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 99px;
}
.blog-cat:hover {
  background: #EAEBED;
}
.blog-cat:active {
  background: #DADBDD;
}
.blog-cat.active {
  background: #C456A2;
  color: #fff;
}
.blog-cat.active:hover {
  background: #B75298;
}
.blog-cat.active:active {
  background: #AB4E8F;
}
.blog-list {
  margin-top: -24px;
}
.blog-block {
  width: 33.333%;
  margin-top: 24px;
}
.blog-item {
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.blog-item__img {
  width: 100%;
  padding-top: 55%;
  border-radius: 16px;
  overflow: hidden;
}
.blog-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
}
.blog-item:hover img {
  transform: scale(1.03);
}
.blog-item__wrapper {
  padding: 20px 24px;
}
.blog-item__title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.4s;
}
.blog-item:hover .blog-item__title {
  color: #C456A2;
}
.blog-item__btn.btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  z-index: 4;
}
.blog-item__text {
  margin-top: 4px;
  color: #222224;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog-item__btn {
  margin-top: 16px;
  position: relative;
  z-index: 5;
}
.blog-list,
.catalog-list {
  margin-bottom: 40px;
}

.blog .blog-list {
  margin-top: 0;
}

.h2 {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 8px;
  color: #898991;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pagination a.prev, .pagination a.next {
  position: relative;
}
.pagination a.prev::before, .pagination a.next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
.pagination a.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .active span {
  background: #C456A2;
  color: #fff;
}
.pagination a:hover {
  background: #C456A2;
  color: #fff;
}
.pagination a:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}

.other-blog__title {
  margin-bottom: 40px;
}
.other-blog__btn {
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: #5D42C0;
}
.other-blog .blog-list {
  margin-top: -24px;
}

.faq-items {
  padding-top: 24px;
}
.faq-item {
  margin-top: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #F2F3F5;
}
.faq-item__title {
  margin-bottom: 12px;
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.faq-item__text {
  margin-top: 12px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.faq-item__text a {
  text-decoration: underline;
  color: #222224;
}

.contact-map {
  height: 453px;
  border-radius: 24px;
  margin-top: 16px;
  overflow: hidden;
}
.contact-item {
  margin-top: 40px;
}
.contact-item__title {
  margin-bottom: 16px;
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.contact-item__text {
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-item__text p {
  margin-top: 4px;
}
.contact-item__text p:first-child {
  margin-top: 0;
}
.contact-item__link {
  margin-top: 16px;
}
.contact-item__link:first-child {
  margin-top: 0;
}
.contact-item__link a {
  text-decoration: underline;
  color: #222224;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-item__link a:hover {
  color: #C456A2;
}
.contact-item__soc-item {
  margin-right: 12px;
}
.contact-item__soc-item svg {
  width: 40px;
  height: 40px;
  fill: #B8B9C0;
}
.contact-item__soc-item:nth-child(1):hover svg {
  fill: #59AFED;
}
/*.contact-item__soc-item:nth-child(2):hover svg {
  fill: #6EC066;
}*/
.contact-item__soc-item:nth-child(2):hover svg {
  fill: #D74545;
}

.article-wrapper {
  width: 752px;
  max-width: 100%;
  margin: 0 auto;
}
.article-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-top: 24px;
}
.article-back {
  min-height: 32px;
  padding-left: 40px;
  color: #222224;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.article-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/back.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article-back:hover::before {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.article-date {
  margin: 40px 0 12px;
  color: #75757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.article-content {
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: -24px;
}
.article-content iframe {
  width: 100% !important;
  border: none;
  border-radius: 16px;
}
.article-content a {
  color: #2A77EF;
  text-decoration: none;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-content p {
  margin-bottom: 24px;
}
.article-content h2 {
  margin-bottom: 16px;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-bottom: 12px;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 16px;
}
.article-content blockquote {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: #E5E1F5;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.article-content blockquote::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../img/quote.svg");
  margin-bottom: 6px;
}
.article-content ul, .article-content ol {
  margin-bottom: 32px;
  display: block;
  padding-left: 22px;
  list-style-type: disc !important;
}
.article-content ul li, .article-content ol li {
  margin-top: 12px;
}
.article-content ul li:first-child, .article-content ol li:first-child {
  margin-top: 0;
}
.article-content ol {
  list-style-type: decimal !important;
}
.article-video {
  margin-bottom: 40px;
  position: relative;
  display: block;
  text-decoration: none;
}
.article-video::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article-video:hover::before {
  opacity: 0.7;
}
.article-video img {
  margin: 0 !important;
}

.alert {
  padding: 16px 16px 16px 48px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #FFEBEB;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.alert::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/alert-1.svg");
}
.alert-gray {
  background: #F2F3F5;
}
.alert-gray::before {
  background-image: url("../img/alert-2.svg");
}

.result-title {
  margin-bottom: 40px;
}
.result-title strong {
  color: #C456A2;
  font-weight: 700;
}
.result-title span {
  margin-left: 16px;
  color: #A0A1A9;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catalog-list {
  margin-top: -24px;
}
.catalog-block {
  width: 33.333%;
  margin-top: 24px;
}
.catalog-item__img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.catalog-item__stock {
  padding: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #C456A2;
}
.catalog-item__name {
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-weight: 600;
  margin: 16px 0 4px;
  font-size: 22px;
  line-height: 26px;
}
.catalog-item__name:hover {
  color: #C456A2;
}
.catalog-item__info {
  color: #75757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: auto;
}
.catalog-item__info span {
  margin-right: 8px;
}
.catalog-item__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 3;
  opacity: 0;
}
.catalog-item {
  position: relative;
  overflow: hidden;
  padding: 0 16px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-item__price {
  margin: 8px 0 0;
}
.catalog-item__top {
  margin: 0 -16px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.catalog-item__price-current {
  color: #C456A2;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.catalog-item__price-old {
  margin-left: 8px;
  color: #898991;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}
.catalog-item__price-old span {
  color: #898991 !important;
}
.catalog-item__top-items {
  left: 0;
  bottom: 0;
  padding: 16px;
}
.catalog-item__top-item {
  padding: 0 12px;
  height: 32px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #C456A2;
  margin-right: 8px;
  pointer-events: auto;
}
.catalog-btn {
  display: none;
  margin-top: 32px;
}
.catalog-item:hover .catalog-item__name {
  color: #C456A2;
}
.catalog-item__top img {
  transition: all 0.4s;
}
.catalog-item:hover .catalog-item__top img {
  transform: scale(1.03);
}

.catalog-stock {
  background: linear-gradient(90deg, #c456a2 0%, #d36c7b 100%);
  color: #fff;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 24px;
  border-radius: 12px;
}
.catalog-stock svg {
  display: none;
}

.catalog .result-title {
  margin-bottom: 24px;
}
.catalog-content {
  width: 752px;
  max-width: 100%;
  margin-bottom: 40px;
}
.catalog-content__text-hide {
  margin-top: 40px;
}
.catalog-content__toggle {
  margin-top: 12px;
  color: #222224;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-content__toggle span, .catalog-content__toggle strong {
  font-weight: 600;
}
.catalog-content__toggle strong {
  display: none;
}
.catalog-content__toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/btn-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-content__toggle.active strong {
  display: block;
}
.catalog-content__toggle.active span {
  display: none;
}
.catalog-content__toggle.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-content .article-content {
  font-size: 16px;
}

.catalog-stock small {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.categories-subtitle {
  margin: 16px 0 -8px;
  color: #222224;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.categories-bold {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.categories-box {
  margin-top: 48px;
}
.categories .catalog-stock {
  margin: 48px 0 0 0;
}
.categories-block {
  width: 25%;
  margin-top: 24px;
}
.categories-item {
  min-height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 0 16px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.categories-item__img {
  margin: 0 -16px 0;
}
.categories-item__img img {
  height: auto;
  width: 100%;
  border-radius: 0;
}
.categories-item__title {
  margin: 16px 0 4px;
  color: #222224;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.categories-item:hover .categories-item__title {
  color: #C456A2;
}
.categories-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: auto;
  overflow-wrap: break-word;
}
.categories-item__price {
  margin-top: 8px;
  color: #C456A2;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.categories-item__btn {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.home-categories__btn {
  margin-top: 56px;
  padding: 0 24px;
  background: #5D42C0;
}

.subtitle {
  margin: 12px 0 40px;
  width: 742px;
  max-width: 100%;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.why-item {
  padding: 24px;
  min-height: 100%;
  border-radius: 16px;
  background: #F2F3F5;
}
.why-item__icon {
  background: #fff;
  border-radius: 16px;
  width: 80px;
  height: 80px;
}
.why-item__icon svg {
  width: 36px;
  height: 36px;
}
.why-item__title {
  margin: 24px 0 8px;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.why-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.why-item__btn {
  margin-top: 16px;
}
.why-block {
  width: 33.333%;
  margin-top: 24px;
}
.why-list {
  padding-top: 16px;
}

.home-community .categories-list {
  margin-top: -24px;
}
.home-community .categories-block {
  width: 33.333%;
}

.home-banner {
  padding: 32px;
  border-radius: 24px;
  background: rgba(188, 163, 216, 0.38);
}
.home-banner__wrapper {
  width: 480px;
  max-width: 100%;
}
.home-banner__mobile {
  display: none;
}
.home-banner__mobile.home-banner__img {
  display: block;
  width: 545px;
}
.home-banner__img {
  right: 0;
  bottom: 0;
}
.home-banner__title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.home-banner__text {
  margin: 12px 0 68px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.home-banner__text p {
  margin-top: 12px;
}
.home-banner__text p:first-child {
  margin-top: 0;
}

.franchise {
  color: #fff;
  background-image: url("../img/bg-banner.png");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 32px;
}
.franchise .home-banner__img {
  height: 100%;
  width: auto;
}
.franchise-title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.franchise-subtitle {
  margin: 12px 0 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-contact__block {
  width: 33.333%;
}
.home-contact__list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-contact .contact-map {
  margin: 0;
}
.home-contact__item-icon {
  border-radius: 12px;
  background: #F2F3F5;
  width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 16px;
}
.home-contact__item-icon svg {
  width: 32px;
  height: 32px;
}
.home-contact__item-text {
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.home-contact__item-text a {
  text-decoration: underline;
  color: #222224;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-contact__item-text a:hover {
  color: #C456A2;
}
.home-contact__item-text a:last-child {
  margin-top: 8px;
}
.home-contact__item-text a:first-child {
  margin: 0 !important;
}

.work-item {
  border-radius: 16px;
  background: #F2F3F5;
  padding: 24px;
}
.work-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.work .why-item__icon {
  margin: 0 20px 0 0;
  min-width: 80px;
}
.work .why-item__title {
  margin: 0;
}
.work .why-item__text {
  margin: 8px 0 0 0;
}
.work-list {
  padding-top: 16px;
}
.work-block {
  width: 50%;
  margin-top: 24px;
}
.work-block:nth-child(3) {
  width: 100%;
}
.work-block:nth-child(3) .work-item {
  background: #F6E4F0;
}
.work-btn {
  margin-left: 20px;
}

.home-video__title {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.home-video__item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.home-video__item img {
  width: 100%;
  height: auto;
}
.home-video__item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;

}
.home-video__item span::before, .home-video__item span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("../img/play-2.svg");
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.home-video__item span::after {
  opacity: 0;
  background-image: url("../img/play-hover.svg");
}
.home-video__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background:  rgba(34, 34, 36, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-video__item:hover::after {
  background:  rgba(34, 34, 36, 0.2);
}
.home-video__item:hover span::before {
  opacity: 0;
}
.home-video__item:hover span::after {
  opacity: 1;
}

.home-info__block {
  width: 33.333%;
  margin-top: 24px;
}
.home-info__list {
  margin-top: -24px;
}
.home-info__item img {
  height: auto;
  width: 100%;
  transition: all 0.4s;
}
.home-info__item-img {
  border-radius: 16px;
  overflow: hidden;
  display: block;
  margin: 0 !important;
}
.home-info__item:hover img {
  transform: scale(1.02);
}
.home-info__item span.db, .home-info__item strong {
  margin-top: 16px;
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  background-image: url("../img/info-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.home-info__item:hover span {
  color: #C456A2;
}

.brand-block {
  width: 16.6666666667%;
  margin-top: 24px;
}
.brand-list {
  margin-top: -24px;
}
.brand-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.brand-item__img {
  height: 90px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #222224;
}
.brand-item__img img {
  margin: 0 auto;
}
.brand-item__img svg {
  margin: 0 auto;
  width: 138px;
  height: 58px;
}
.brand-item__text {
  margin-top: 12px;
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.brand-item:hover .brand-item__text {
  color: #C456A2;
}

.main-item {
  height: 576px;
  background: #212121;
  border-top: 1px solid #3F3F3F;
}
.main-item__wrapper {
  width: 526px;
}
.main-item__title {
  color: #fff;
}
.main-item__subtitle {
  margin: 16px 0 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.main-item__img {
  right: 0;
  bottom: 0;
}

.main .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 0 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin: 0 6px;
  background: #F2F3F5;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main .swiper-pagination-bullet-active {
  background: #C456A2;
}

.footer {
  border-radius: 24px 24px 0 0;
  background: #222224;
  padding: 0 0 40px;
}
.footer-block {
  width: 33.333%;
}
.footer-block:first-child {
  width: 66.666%;
}
.footer-form {
  width: 364px;
  max-width: 100%;
  margin-left: auto;
}
.footer-input {
  padding: 0 11px;
  border-radius: 8px;
  background: #F2F3F5;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  border: none;
  width: 100%;
  border: 1px solid #F2F3F5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-input:focus {
  border-color: #C456A2;
}
.footer-input::-webkit-input-placeholder {
  color: #75757D;
}
.footer-input::-moz-placeholder {
  color: #75757D;
}
.footer-input:-ms-input-placeholder {
  color: #75757D;
}
.footer-input::-ms-input-placeholder {
  color: #75757D;
}
.footer-input::placeholder {
  color: #75757D;
}
.footer-links {
  padding: 0;
  margin: 0;
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-links ul li {
  display: block;
  margin-top: 12px;
}
.footer-links ul li:first-child {
  margin-top: 0;
}
.footer-links ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-bold {
  color: #C456A2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.footer-nav__ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-nav__ul li {
  display: block;
  margin-top: 8px;
}
.footer-nav__ul li:first-child {
  margin-top: 0;
}
.footer-nav__ul li a {
  text-decoration: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer-nav__ul li a:hover {
  text-decoration: underline;
}
.footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  margin-top: 8px;
}
.footer-link:first-child {
  margin: 0;
}
.footer-link:hover {
  text-decoration: none;
}
.footer-soc__item {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  position: relative;
}
.footer-soc__item::before, .footer-soc__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s;
}
.footer-soc__item::after {
  opacity: 0;
  z-index: 3;
}
.footer-soc__item.icon-tg::before {
  background-image: url("../img/footer-1.svg");
}
.footer-soc__item.icon-wa::before {
  background-image: url("../img/footer-2.svg");
}
.footer-soc__item.icon-youtube::before{
  background-image: url("../img/footer-3.svg");
}
.footer-soc__item.icon-tg::after {
  background-image: url("../img/soc-hover-1.svg");
}
.footer-soc__item.icon-wa::after {
  background-image: url("../img/soc-hover-2.svg");
}
.footer-soc__item.icon-youtube::after {
  background-image: url("../img/soc-hover-3.svg");
}
.footer-soc__item:hover::after {
  opacity: 1;
}
.footer-soc__item:hover::before {
  opacity: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #222224;
}
.header-test {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: #C456A2;
}
.header-test__wrapper {
  height: 40px;
}
.header-test__close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 8px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/header-close.svg");
}
.header-logo {
  width: 180px;
}
.header .footer-soc {
  margin: 0;
}
.header .footer-soc__item {
  margin-right: 0;
  margin-left: 12px;
}
.header-wrapper {
  padding: 24px 0 16px;
}
.header-top {
  margin-bottom: 20px;
}
.header-nav {
  padding: 0;
  margin: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-nav ul li {
  margin-left: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-nav ul li:first-child {
  margin-left: 0;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-nav ul li a:hover {
  color: #B75298;
}
.header-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  background: #C456A2;
  height: 40px;
}
.header-btn:hover {
  background: #B75298;
}
.header-btn:active {
  background: #AB4E8F;
}
.header-btn strong {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
}
.header-btn.active strong {
  background-image: url("../img/cancel.svg");
}
.header-search {
  width: 600px;
  max-width: 100%;
}
.header .footer-input {
  margin: 0;
  width: 100%;
}

li.icon-stock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  padding-left: 32px;
  position: relative;
}
li.icon-stock::before {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/icon-stock.svg");
  filter: brightness(0) invert(1);
}
li.icon-stock:hover::before, .li.icon-stock:active::before {
  filter: none;
}
li.icon-stock:hover a {
      color: #B75298;
}

.menu-catalog {
  position: fixed;
  left: 0;
  top: 148px;
  z-index: 20;
  background: #222224;
  padding: 16px 0 40px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateY(-20px);
}
.menu-catalog.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.menu-catalog__title {
  color: #C456A2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.menu-catalog__ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu-catalog__ul li {
  display: block;
  margin-top: 8px;
}
.menu-catalog__ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.menu-catalog__ul li a:hover {
  color: #B75298;
}
.menu-catalog__block {
  width: 25%;
}

.page-wrapper {
  padding-top: 148px;
}
.page-wrapper .header-test {
  display: none;
}

/* .page-wrapper__big {
  padding-top: 188px;
}
.page-wrapper__big .menu-catalog {
  top: 188px;
}
.page-wrapper__big .header-test {
  display: block;
} */
#gotop {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 70px;
    bottom: 67px;
    cursor: pointer;
	display: none;
	z-index: 1000;
}
#gotop svg {
	color: #D44DA5;
}
#gotop svg:hover {
	color: #3c2e46;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  padding: 64px 0;
  background: #222224;
  overflow-y: auto;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu__wrapper {
  padding: 0 16px;
}
.mobile-menu__top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 16px;
  width: 100%;
  height: 64px;
  background: #222224;
}
.mobile-menu__logo {
  width: 144px;
}
.mobile-menu__close {
  width: 24px;
  height: 24px;
  background-image: url("../img/cancel.svg");
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-menu__bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 16px;
  z-index: 2;
  width: 100%;
  height: 64px;
  background: #222224;
}
.mobile-menu__bottom .footer-soc {
  margin: 0;
}
.mobile-menu__bottom .footer-soc__item {
  margin: 0 12px 0 0;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.mobile-menu__nav {
  padding: 0;
  margin: 0;
}
.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__nav ul ul {
  padding-left: 16px;
  display: none;
}
.mobile-menu__nav ul li {
  display: block;
}
.mobile-menu__nav ul li a, .mobile-menu__nav ul li span {
  padding: 12px 0;
  display: block;
  color: #fff;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}
.mobile-menu__nav ul li.menu-item-has-children > a, .mobile-menu__nav ul li.menu-item-has-children > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__nav ul li.menu-item-has-children > a::after, .mobile-menu__nav ul li.menu-item-has-children > span::after {
  content: "";
  display: block;
  width: 24px;
  margin-left: 6px;
  height: 24px;
  background-image: url("../img/nav-arrow-1.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu__nav ul li.menu-item-has-children.open > a::after, .mobile-menu__nav ul li.menu-item-has-children.open > span::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../img/nav-arrow-2.svg");
}

.mobile-menu__nav > ul > li.menu-item-has-children > a, .mobile-menu__nav > ul > li.menu-item-has-children > span {
  color: #C456A2;
}
.mobile-menu__nav > ul > li.menu-item-has-children > a::after, .mobile-menu__nav > ul > li.menu-item-has-children > span::after {
  background-image: url("../img/nav-arrow-2.svg");
}

.header-search__buttons {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.header-search__btn {
  width: 64px;
  min-width: 64px;
  height: 40px;
  border-radius: 8px;
  background-color: #C456A2;
  border: none;
  background-image: url("../img/header-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-search__btn:hover {
    background-color: #b94394;
}
.header-search__clear {
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 12px;
  background-image: url("../img/gray-cancel.svg");
}
.header-search__wrapper {
  border-radius: 0 0 8px 8px;
  background: #fff;
  position: absolute;
  top: calc(100% - 16px);
  padding: 32px 0 0 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
.header-search__item {
  margin-bottom: 12px;
  padding: 0 16px;
}
.header-search__item-img {
  width: 67px;
  height: 100px;
  min-width: 67px;
  margin-right: 16px;
  border-radius: 8px;
  object-fit: cover;
}
.header-search__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.header-search__item-title {
  color: #222224;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-search__item-subtitle {
  color: #A0A1A9;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header-search__item-subtitle span {
  margin-right: 8px;
  margin-top: 4px;
}
.header-search__item-price {
  color: #C456A2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}
.header-search__item-price::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url(../img/info-arrow.svg);
}
.header-search__item:hover .header-search__item-title {
  color: #C456A2;
}
.header-search__send {
  width: 100%;
  padding: 0;
}
.header-search__items {
  overflow-y: auto;
  max-height: 446px;
}
.header-search__items::-webkit-scrollbar {
  width: 4px;
}
.header-search__items::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
.header-search__items::-webkit-scrollbar-thumb {
  background: #B8B9C0;
  border-radius: 20px;
}
.header-search__bottom {
  padding: 16px;
  border-top: 1px solid #D5D6DC;
}
.header-search.active .header-search__buttons, .header-search.active .header-search__wrapper {
  opacity: 1;
  pointer-events: auto;
}

.year-title {
  color: #222224;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.year-subtitle {
  margin: 12px 0 24px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.year-cancel {
  margin-right: 12px;
}

.modal-list {
  padding: 16px;
}
.modal-container {
  width: 500px;
  border-radius: 24px;
  padding: 40px;
  background: #fff;
  text-align: left;
}
.modal-close {
  position: static;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("../img/gray-cancel.svg");
}
.modal-title {
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.modal-top {
  margin-bottom: 24px;
}
.modal-policy {
  color: #75757D;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.modal-policy a {
  text-decoration: underline;
  color: #75757D;
}
.modal-btn {
  padding: 0;
  width: 100%;
  margin: 32px 0 12px;
}
.modal-item {
  margin-bottom: 16px;
}
.modal-item .footer-input {
  margin: 0;
}
.modal-item:last-child {
  margin-bottom: 0;
}
.modal-item__title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.modal-item__radio {
  margin-right: 8px;
  margin-bottom: 8px;
}
.modal-item__radio input {
  display: none;
}
.modal-item__radio span {
  height: 40px;
  border-radius: 99px;
  background: #F2F3F5;
  padding: 0 19px;
  border: 1px solid #F2F3F5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-item__radio span svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 4px;
}
.modal-item__radio span strong {
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modal-item__radio input:checked + span {
  border-color: #C456A2;
}

.card-why .why-title {
  width: 752px;
  max-width: 100%;
}
.card-why .why-title span, .card-why .why-title a {
  text-decoration: none;
  color: #C456A2;
}

.card-banner .home-banner {
  background: #222224;
}
.card-banner .home-banner__title {
  color: #fff;
}
.card-banner .home-banner__title span {
  color: #C456A2;
}
.card-banner .home-banner__text {
  margin-bottom: 92px;
  color: #fff;
}

.card-order__subtitle {
  margin: 12px 0 40px;
  width: 752px;
  max-width: 100%;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.card-order .home-video__item {
  margin: 0 0 40px;
}
.card-order__item {
  margin-top: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #F2F3F5;
}
.card-order__item:first-child {
  margin-top: 0;
}
.card-order__item-title span {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 8px;
  background: #C456A2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.card-order__item-title p {
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card-order__item-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.card-order__item-text ol {
  list-style-type: decimal !important;
  padding-left: 20px;
  margin: 0;
}
.card-order__item-btn {
  margin-right: 8px;
  margin-top: 24px;
}
.card-order__item-slider {
  margin-top: 24px;
}
.card-order__item-photo {
  padding-top: 150%;
  position: relative;
}
.card-order__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.card-order__item-number {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.card-order__item-mobile {
  margin-top: 12px;
}
.card-order__item-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-left: 8px;
  border-radius: 100%;
  position: relative;
  background: #fff;
}
.card-order__item-arrow::before, .card-order__item-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.card-order__item-arrow::after {
  z-index: 3;
  background-image: url("../img/slider-arrow-hover.svg");
  opacity: 0;
}
.card-order__item-arrow:hover::before {
  opacity: 0;
}
.card-order__item-arrow:hover::after {
  opacity: 1;
}
.card-order__item-arrow.swiper-button-disabled::before {
  opacity: 0.4;
}
.card-order__item-prev::before, .card-order__item-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-order__item-show {
  padding-top: 16px;
}
.card-order__item-show img {
  width: calc(50% - 4px);
  margin-top: 8px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-order__item-chat {
  display: none;
  margin: 16px 0 0;
  border-radius: 8px;
}

.card-photos__img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
    aspect-ratio: 0.667;
}
.card-photos__slider {
  margin-top: 40px;
}
.card-photos .card-order__item-arrow {
  background: #F2F3F5;
}
.card-photos .card-order__item-arrow.swiper-button-disabled {
  background: rgba(242, 243, 245, 0.5);
  pointer-events: none;
}
.card-photos .card-order__item-mobile {
  display: block;
  position: absolute;
  right: 0;
  top: -8px;
}
.card-photos .card-order__item-number {
  display: none;
}
.card-photos .swiper-slide {
  width: 256px;
  min-width: 256px;
}

.custom-subtitle {
  margin: 12px 0 24px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.custom-item {
  margin-top: 32px;
}
.custom-item:first-child {
  margin-top: 24px;
}
.custom-content {
  background: #F2F3F5;
  border-radius: 16px;
}
.custom-bold {
  margin-bottom: 16px;
  color: #222224;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.custom-block {
  margin-top: 8px;
}
.custom-block:first-child {
  margin-top: 0;
}
.custom-top {
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-top__img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.custom-top__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.custom-top__info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.custom-top__info-title span {
  color: #A0A1A9;
}
.custom-top__info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.custom-top__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: auto;
  min-width: 24px;
}
.custom-top__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-bottom {
  padding: 4px 16px 16px;
  display: none;
}
.custom-bottom__list {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.custom-bottom__block {
  width: 10%;
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.custom-radio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-radio strong {
  display: block;
  margin-top: 8px;
  color: #222224;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.custom-radio img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio span::before {
  content: "";
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  border: 4px solid #C456A2;
  border-radius: 10px;
  position: absolute;
  left: -5px;
  top: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.custom-radio input {
  display: none;
}
.custom-radio input:checked + span::before {
  opacity: 1;
}

.custom-top.active .custom-top__arrow::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card-credit {
  margin-left: 8px;
  background: #5D42C0;
}
.card-credit:hover {
  background: #563EAD;
}
.card-credit:hover {
  background: #503B9D;
}
.card-title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.card-top {
  padding: 0 12px;
  height: 32px;
  border-radius: 8px;
  color: #222224;
  text-decoration: none;
  background: #f2f3f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
  transition: all 0.4s;
  text-decoration: none;
}
.card-top:hover {
  background: #EAEBED;
}
.card-top:active {
  background: #DADBDD;
}
.card-left__slider .swiper-wrapper {
  align-items: center;
}
.card-price {
  margin: 12px 0 16px;
}
.card-price__current {
  color: #C456A2;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.card-price__old {
  margin: 0 8px;
  color: #A0A1A9;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}
.card-price__old span {
  color: #A0A1A9 !important;
}
.card-price__stock {
  height: 32px;
  border-radius: 8px;
  background: #C456A2;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.card-list {
  margin-top: 40px;
}
.card-left {
  width: 50%;
}
.card-right {
  width: 50%;
}
.card-gray {
  margin: 16px 0;
  border-radius: 12px;
  background: #F6E4F0;
  padding: 24px;
}
.card-gray__title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card-gray__text {
  margin: 6px 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.card-dark {
  padding: 24px;
  border-radius: 12px;
  background: #D4ECFE;
  min-height: 136px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.card-dark::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 194px;
  height: 136px;
  background-image: url('../img/tg-bg.png');
  background-size: 194px 136px;
  background-repeat: no-repeat;
  pointer-events: none;
}
.card-dark__title {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #222224;
  transition: all 0.4s;
}
.card-dark:hover .card-dark__title {
  color: #2A8DBA;
}
.card-dark__left {
  width: 300px;
  max-width: 100%;
}
.card-dark__text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #222224;
}
.card-dark__arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("../img/dark-arrow.svg");
  background-repeat: no-repeat;
  display: none;
}
.card-dark__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.card-char {
  margin-top: 16px;
}
.card-char__item {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
.card-char__item:first-child {
  margin-top: 0;
}
.card-char__item span {
  display: block;
  color: #75757D;
  margin-right: 4px;
}
.card-char__item:nth-child(-n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-char__toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 8px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.card-char__toggle strong {
  font-weight: 600;
}
.card-char__toggle::after {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url("../img/toggle-arrow.svg");
  background-repeat: no-repeat;
  margin-left: 4px;
}
.card-char.open .card-char__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-char.open .card-char__toggle::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-char.open .card-char__toggle span {
  display: none;
}
.card-char.open .card-char__toggle strong {
  display: block;
}
.card-thumb {
  width: 73px;
  position: relative;
  padding: 32px 0;
}
.card-thumb__slider {
  height: 639px !important;
  width: 73px !important;
  position: static;
}
.card-thumb .swiper-slide {
  width: 73px !important;
  height: 99px !important;
    display: flex;
    align-items: stretch;
}
.card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.card-thumb__arrow {
  width: 73px;
  height: 24px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  background: #F2F3F5;
}
.card-thumb__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/thumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card-thumb__arrow:hover {
  background: #e3e5e9;
}
.card-thumb__arrow.swiper-button-disabled {
  background: #F2F3F5;
  pointer-events: none;
}
.card-thumb__arrow.swiper-button-disabled::before {
  opacity: 0.4;
}
.card-thumb__prev {
  top: 0;
  bottom: auto;
}
.card-thumb__prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-left__slider {
  width: calc(100% - 73px - 16px);
}
.card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}

.page-error {
  padding: 200px 0;
}
.page-error__wrapper {
  width: 680px;
}
.page-error__subtitle {
  margin: 16px 0 32px;
}
.page-error__icon {
  width: 120px;
  height: 120px;
  background-image: url('../img/success-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 24px;
}

.card-thumb__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid #C456A2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.swiper-slide-thumb-active .card-thumb__slide::before {
  opacity: 1;
}

.card-slider {
  position: static;
}
.card .card-order__item-prev {
  left: 16px;
  position: absolute;
  margin: 0;
  top: calc(50% - 20px);
  z-index: 3;
}
.card .card-order__item-next {
  right: 16px;
  position: absolute;
  margin: 0;
  top: calc(50% - 20px);
  z-index: 3;
}
.card-favorite {
  width: 40px;
  height: 40px;
  z-index: 3;
  right: 16px;
  top: 16px;
  border-radius: 100%;
  background: #fff;
  display: none !important;
}
.card-favorite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/favorite.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card-favorite.active {
  background: #C456A2;
}
.card-favorite.active::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.card-back {
  display: none;
}
#load-more-blogs:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.catalog-content .article-content {
  margin-top: 24px;
}
.rdf-loader {
  margin-top: 0;
}

.checkout-page .catalog-stock {
  margin-bottom: 40px;
  margin-top: -24px;
}

/* Noir start */
.category-filter-wrap {
    width: 100%;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    z-index: 10;
    margin-top: 24px;
}
.category-filter-wrap::-webkit-scrollbar {
  display: none;
}
.category-filter {
    display: flex;
	gap: 8px;
}
.select-button {
	display: inline-flex;
	align-items: center;
	padding: 0 36px 0 16px;
	height: 40px;
	background: #F2F3F5;
	border-radius: 8px;
	position: relative;
}
.sort-select.select-button {
  margin-right: 0;
}
.select-button span {
	white-space: nowrap;
}
.sort-icon {
	width: 15px;
    height: 14px;
    margin-right: 4px;
}
.caret {
    width: 9px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    color: #898991;
}
.select-button.open .caret {
    transform: rotate(180deg);
    color: #222224;
}
.select-dropdown {
    position: absolute;
     z-index: 2;
    top: 40px;
	left: 0;
	padding-top: 8px;
    display: none;
}
.select-dropdown_inner {
	background: #FFFFFF;
    border: 1px solid #D5D6DC;
    border-radius: 8px;
    width: 320px;
    padding: 8px 0;
}
.select-dropdown-item {
    display: block;
    color: #222224;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 40px 12px 12px;
    position: relative;
}
.select-dropdown-item.active:after {
    content: '';
    display: flex;
    position: absolute;
    width: 17px;
    height: 12px;
    background-image: url('../img/filter-active.svg');
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
input[type="checkbox"] {
    display: none !important;
}
label.select-dropdown-item {
	padding: 12px 12px 12px 41px;
	
}
label.select-dropdown-item:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #D5D6DC;
    position: absolute;
    left: 12px;
    top: 50%;
    transition: all .2s;
    transform: translateY(-50%);
	border-radius: 1px;
}
label.select-dropdown-item:after {
	content: '';
    display: block;
	width: 18px;
    height: 18px;
	position: absolute;
    left: 12px;
    top: 50%;
    transition: all .2s;
    transform: translateY(-50%);
	background-image: url('../img/filter-checked.svg');
	opacity: 0;
}
label.select-dropdown-item:hover:before {
	border-color: #C456A2;
}
input[type="checkbox"]:checked + label.select-dropdown-item:before {
	border-color: #C456A2;
}
input[type="checkbox"]:checked + label.select-dropdown-item:after {
	opacity: 1;
}

.select-dropdown_inner .slider-track .tooltip {
	display: none;
}
.filter-dropdown__price-block {
    padding: 8px 12px;
}
.filter-dropdown__price-inputs {
    display: flex;
    justify-content: space-between;
	margin-bottom: 16px;
}
.filter-dropdown__price {
    width: calc(50% - 4px);
}
.filter-dropdown__input-label {
    font-size: 14px;
    color: #0404138C;
    line-height: 20px;
}
.filter-dropdown__price input {
	width: 100%;
    height: 40px;
    background: #F2F3F5;
    border: none;
    border-radius: 8px;
    color: #030306E0;
    padding: 0 12px;
    font-size: 16px;
}
.filter-dropdown__price-block .price-slider {
    padding: 0 6px 0 10px;
}
.price-slider .tooltip {
	display: none;
}
.filter-dropdown__buttons {
    display: flex;
    padding: 16px 0;
    gap: 10px;
}
.filter-dropdown__buttons.padding {
	padding: 16px 12px;
}
.filter-dropdown__btn {
    height: 40px;
    border-radius: 12px;
    padding: 0 15px;
    border: 1px solid #C456A2;
	width: 100%;
}
.filter-dropdown__btn.btn-reset {
	color: #C456A2;
	background: white;
}
.hidden, .select-button.is-checked .caret {
    display: none;
}
.select-button.is-checked {
	background: #C456A229;
}
.select-button .clear-small {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    z-index: 1;
    height: 40px;
    width: 34px;
    cursor: pointer;
}
.select-button.is-checked .clear-small {
	display: flex;
}
.select-button .clear-small svg {
    width: 10px;
    height: 12px;
    display: block;
    margin-bottom: 2px;
}
.select-button .checked-items {
    display: none;
    background: #C456A2;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 4px;
}
.select-button.is-checked .checked-items {
    display: flex;
	justify-content: center;
}
.filter-checkboxes-wrap {
  max-height: 238px;
	overflow-y: auto;
}
.filter-checkboxes-wrap.long-list {
	height: 238px;
	overflow-y: auto;
}
/* Noir end */






.body-modal > .page-wrapper > *:not(.modal) {
  filter: blur(1px);
}
.header-logo-icon {
    width: 166px;
    height: 32px;
}
.footer-logo-icon {
  width: 266px;
  height: 64px;
}












.blog-item.empty-image .blog-item__img {
  background: #222224;
}
.blog-logo-icon {
  background: #222224;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  object-fit: contain;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.blog-item {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}
.blog-item__wrapper {
  flex-grow: 1;
}
.blog-item__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.dream-filter input.form-control {
  border-radius: 8px;
  background: #F2F3F5;
  padding: 0;
  padding-left: 11px;
  border: 1px solid #F2F3F5;
  transition: all 0.4s;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
}
.dream-filter input.form-control:focus {
  border-color: #C456A2;
  background: #fff;
}
.filter-dropdown__input-label {
  margin: 0 0 2px 0;
  color: #A0A1A9;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dream-filter .irs-handle {
  background: #C456A2 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100% !important;
  border: none !important;
}
.dream-filter .irs-line {
  background: #F2F3F5 !important;
  box-shadow: none !important;
}
.dream-filter .irs-bar, .dream-filter .irs-bar-edge {
  box-shadow: none !important;
  background: #C456A2 !important;
}
.filter-dropdown__buttons {
  padding-bottom: 0 !important;
}
.filter-checkbox {
  cursor: pointer;
}
label.select-dropdown-item:after, label.select-dropdown-item:before {
  border-radius: 3px;
}
.filter-dropdown__buttons.padding {
  padding-top: 8px !important;
}
.dream-filter .btn {
  font-size: 14px !important;
}


.page-brand__box {
  margin-top: 40px;
}

.page-brand__box:first-child {
  margin-top: 40px;
}
.page-brand__subtitle {
  color: #222224;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px; 
}
.page-brand__text {
  margin: 8px 0 24px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-brand__block {
  width: 33.333%;
  margin-top: 24px;
}
.page-brand__list {
  margin-top: -24px;
}
.page-brand__item {
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 0 24px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  min-height: 100%;
}
.page-brand__item-top {
  margin: 0 -24px auto;
  background: #F2F3F5;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  border-radius: 16px;
  overflow: visible;
}
.page-brand__item-img {
  border-radius: 16px;
}
.page-brand__item-img {
  height: 192px;
  width: 100%;
  padding: 40px;
  background: #222224;
  flex-grow: 1;
}
.page-brand__item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.page-brand__item-top {
  position: relative;
}
.page-brand__item-stock {
  padding: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #5D42C0;
  border-radius: 0 0 8px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-brand__item-title {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; 
}
  .page-brand__wrapper .page-brand__item-title {
    margin-top: 20px;
  }
.page-brand__item-price {
  margin: 8px 0 16px;
  color: #C456A2;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.page-brand__item-border {
  margin-left: 12px;
}
.page-brand__item-cats {
  margin-right: -8px;
  margin-top: -4px;
}
/*.page-brand__item-cats span + span {*/
.page-brand__item-cats span {
  margin-right: 8px;
  margin-top: 4px;
  color: #75757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
}
.checkout .page-brand__item-price span span {
  color: #75757D !important;
}

.page-gallery__block {
  margin: 16px 0 0 0;
  padding: 0 8px;
  width: 25%;
}
.page-gallery__item {
  width: 100%;
  padding-top: 177.7%;
}
.page-gallery__item img {
  border-radius: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.page-gallery__list {
  margin: -16px -8px 0;
}
.page-gallery__tab {
  margin-right: 8px;
  user-select: none;
  height: 40px;
  padding: 0 20px;
  background: #F2F3F5;
  border-radius: 99px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-gallery__tab:hover {
  background: #e0e1e4;
}
.page-gallery__tab.active {
  background: #C456A2;
  color: #fff;
}

.page-gallery__tabs {
  margin: 40px 0 24px;
}

.page-gallery__content {
  display: none;
}
.page-gallery__content:first-child {
  display: block;
}

.page-gallery__item.play-icon {
  position: relative;
}
.page-gallery__item.play-icon::after, .home-video__item::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background-image: url('../img/video-play-1.svg');
  z-index: 3;
  transition: all 0.4s;
}
.home-video__item::before {
  z-index: 5;
}
.page-gallery__item.play-icon:hover::after, .home-video__item:hover::before {
  background-image: url('../img/video-play-2.svg');
}
.page-gallery__item.play-icon::before {
  content: "";
  position: absolute;
  background: rgba(34, 34, 36, 0.40);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.4s;
  z-index: 1;
}
.page-gallery__item.play-icon:hover::before {
  background: rgba(34, 34, 36, 0.20);
}

.page-gallery__brand-block {
  width: 20%;
  padding-right: 16px;
}
.page-gallery__brand {
  margin-right: -16px;
}
.page-gallery__brand-img {
  min-height: 100%;
  position: relative;
  padding-top: 150%;
}
.page-gallery__brand-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.page-gallery__brand-item {
  padding: 43px 16px;
  border-radius: 16px;
  background: #F2F3F5;
  min-height: 100%;
}
.page-gallery__brand-logo {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.page-gallery__brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.page-gallery__brand-name {
  margin: 16px 0 24px;
  color: #222224;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px; 
}
.page-gallery__brand {
  margin-top: 40px;
}
.page-gallery__brand:first-child {
  margin-top: 40px;
}

.checkout-btn {
  padding: 0;
  width: 100%;
  margin: 16px 0 12px;
}
.checkout-policy {
  color: #75757D;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; 
}
.checkout-policy a {
  text-decoration: none;
  color: #C456A2;
}
.checkout-policy a:hover {
  text-decoration: underline;
}
.checkout .page-brand__item-price span + span {
  display: inline-flex;
  margin-left: 8px;
  text-decoration: line-through;
  color: #898991;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.checkout .page-brand__item-price span {
  margin-left: 8px;
}
.checkout .page-brand__item-price span span {
  margin: 0;
  padding-left: 4px;
}
.checkout .page-brand__item-price {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.checkout-img {
  width: 100%;
  border-radius: 8px;
}
.checkout-right {
  order: 1;
  width: 461px;
}
.checkout-subtitle, .simplecheckout .form-group .col-sm-12 legend {
  margin: 0 0 24px;
  color: #222224;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.checkout-subtitle {
  margin-bottom: 24px;
}
.checkout-block {
  width: calc(50% - 8px);
}
.checkout-left {
  width: 558px;
}
.checkout .modal-item {
  margin-bottom: 16px;
}
.checkout-bold, .simplecheckout .form-group .col-sm-12 h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 26px;
}
.checkout-radio {
  user-select: none;
  margin-top: 16px;
  border-radius: 8px;
  padding: 16px 16px 16px 48px;
  display: block;
  width: 100%;
  position: relative;
}
.checkout-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D5D6DC;
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.checkout-radio input {
  display: none;
}
.checkout-radio:first-child {
  margin-top: 0;
}
.checkout-radio strong.db {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-radio strong.db::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #D5D6DC;
  transition: all 0.4s;
}
.checkout-radio strong.db::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #C456A2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}
.checkout-radio input:checked + strong.db::after, .checkout-radio:hover strong.db::after {
  border-color: #C456A2;
}
.checkout-radio input:checked + strong.db::before, .checkout-radio:hover strong.db::before {
  opacity: 1;
}
.checkout-radio:hover span::before {
  border-color: #C456A2;
}
.checkout-radio input:checked + strong + span::before {
  border-color: #C456A2;
  background: #F6E4F0;
}
.checkout-radio span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.checkout-radio small {
  margin-top: 8px;
  color: #222224;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.modal-item [data-valid="false"] {
  border: 1px solid #FF5431;
}
.modal-item [data-valid="false"] + .simplecheckout-rule-group {
  margin-top: 4px;
  overflow: hidden;
  color: #FF5431;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}


.page-wrapper__checkout {
  margin: 0 !important;
  padding: 0 !important;
}

.simplecheckout-warning-block {
  margin: 20px 0 !important;
  padding: 10px 10px 10px 56px !important;
}
.alert::before {
  top: calc(50% - 12px) !important;
}
.header-nav ul li a, .footer-nav__ul li a, .footer-links ul li a, .menu-catalog__ul li a {
  transition: all 0.4s;
}
.footer-nav__ul li a:hover, .footer-links ul li a:hover {
      color: #B75298;
      text-decoration: none;
}
.home-contact__item-text a:hover {
      color: #B75298;
}
.mobile-menu__nav > ul > li.menu-item-has-children > ul > li:first-child > ul > li:first-child a {
  color: #7A6AB8;
}
.menu-catalog__block:first-child > .menu-catalog__ul > li:first-child > a {
  color: #7A6AB8;
}
.menu-catalog__block:first-child > .menu-catalog__ul > li:first-child > a:hover {
  color: #563EAD;
}
.footer-link {
  transition: all 0.4s;
}
.footer-link:hover {
      color: #B75298;
}

.body-menu > .page-wrapper > *:not(.header,.menu-catalog,.mobile-menu) {
    filter: blur(1px);
}
.categories-item__img {
  overflow: hidden;
  border-radius: 12px;
}
.blog-item__img {
  overflow: hidden;
  border-radius: 0 !important;
}
.blog-item__img img {
  transition: all 0.4s;
}
.categories-item:hover img {
  transform: scale(1.03);
}
.brand-item__img img {
  transition: all 0.4s;
}
.brand-item:hover img {
  transform: scale(1.05);
}
.blog-item:hover img {
  transform: scale(1.05);
}
.categories-item:hover img {
  transition: all 0.4s;
}
.blog-item__title {
  transition: all 0.4s;
}
.blog-item:hover .blog-item__title {
      color: #C456A2;
}

.block-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.60);
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.body-menu .block-overlay {
  opacity: 1;
  pointer-events: none;
}
.catalog-item__box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.catalog-item__link {
  position: relative;
  padding-top: 150%;
}
.catalog-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog .blog-list {
  margin-bottom: 0 !important;
}

.row-shipping_address_field20 {
  padding-top: 8px;
}
.checkout-blockBox {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}
.page-blockBox__wrapper {
  padding: 16px;
}

.blog-cat {
  cursor: pointer;
  user-select: none;
}



.dream-filter .panel-body {
  margin-top: -12px;
}

.dream-filter .panel-body .select-button {
  margin-top: 12px;
}
.catalog-content.mb0 .article-content {
  margin-bottom: 0 !important;
}

.photo-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.photo-banner .home-banner__wrapper {
  width: 400px;
}
.photo-banner .home-banner__title, .photo-banner .home-banner__text {
  color: #fff;
  position: relative;
  z-index: 3;
}
.photo-banner .home-banner__title {
  width: 240px;
  max-width: 100%;
}
.photo-banner .home-banner__text {
  margin: 16px 0 40px;
}
.photo-banner .home-banner__btn {
  color: #222224;
  background: #fff;
  position: relative;
  z-index: 3;
}
.photo-banner .home-banner__btn:hover {
  color: #B75298;
  background: #fff;
}
.photo-banner .home-banner__btn:hover {
  color: #AB4E8F;
  background: #fff;
}
.photo-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-90deg, rgba(43, 39, 39, 0) 0%, #2b2727 100%); 
}

.panel-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dream-filter .panel-body .select-button {
  margin-right: 12px;
}
.dream-filter .panel-body .select-button {
  font-size: 14px;
}

.home-categories__btn {
  background: #5D42C0;
}
.home-categories__btn:hover {
  background: #563EAD;
}
.home-categories__btn:active {
  background: #503B9D;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.breadcrumbs > li {
    margin-bottom: 8px;
}
.breadcrumbs > li > a,
.breadcrumbs > li > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #222224;
    text-decoration: none;
    transition: all 0.4s;
}
.breadcrumbs > li > span {
  color: #75757D;
}
.breadcrumbs > li > a:hover {
  color: #C456A2;
}
.breadcrumb-divider {
  margin: 0 6px;
}
.breadcrumb-divider svg {
  width: 6px;
  min-width: 6px;
  height: 10px;
  color: #B8B9C0;
}
.work-item {
  min-height: 100%;
}
.card-left .card-order__item-arrow.swiper-button-disabled::before {
  opacity: 1 !important; 
}
.simplecheckout .form-group .col-sm-12 h2 {
  margin-top: 40px;
}
.simplecheckout-block .col-sm-12 h2 {
  margin-top: 0;
}
[data-form-ajax] [data-invalid] {
  border: 1px solid #FF5431
}
.field-error-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FF5431;
}



@media (min-width: 1500px) {
  .main-item__img {
    right: auto;
    left: calc(50% - 50px);
  }
}

@media (min-width: 1200px) {
  #simplecheckout_cart {
      position: sticky;
      top: 188px;
  }
  .simplecheckout-button-right {
    float: none !important;
  }
  .category-filter {
    gap: 12px;
  }
  .select-button {
    margin-right: 10px;
  }
  .catalog .result-title + .category-filter-wrap {
    margin-top: 40px;
  }
  .category-filter-wrap {
    margin-top: 40px;
  }
  .main+.pt-120.pt-mobile-48 {
    padding-top: 80px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .categories-item__price {
    font-size: 16px;
    color: #C456A2;
    font-weight: 600;
    background-image: url("../img/price-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    padding-right: 24px;
    margin: 0;
    margin-top: 10px;
  }
  .categories-item {
    padding: 0 12px 12px;
  }
  .categories-item__img {
    margin: 0 -12px 0
  }
  .categories-item__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
  .categories-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .categories-item__btn {
    height: 100% !important;
  }
  .categories-item__btn.btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .home-banner__img {
    width: 500px;
  }
  .home-contact__block {
    width: auto;
  }
  .home-contact__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categories-item__img  {
    margin: 0 -16px;
  }
  .categories-item {
    padding: 0 16px 16px;
  }
  .categories-block {
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .categories-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .categories-item__title {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 4px;
  }
  .main-item__img {
    width: 500px;
  }
  .header-search {
    width: 500px;
  }
  .header-nav ul li {
    margin-left: 21px;
  }
  .header-search__items {
    max-height: 330px;
  }
  .custom-bottom__block {
    width: 12.5%;
  }
  .header-logo-icon {
    width: 133px;
    height: 32px;
  }
  .footer-logo-icon {
    width: 199px;
    height: 48px;
  }
  .checkout-right {
    width: 340px;
  }
  .checkout-left {
    width: calc(100% - 364px);
  }
  .select-button {
    padding-right: 28px;
    padding-left: 10px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .dream-filter {
    width: 100%;
  }
  .panel-body {
    flex-wrap: wrap;
  }
  .select-button {
    margin: 8px 8px 0;
  }
  .dream-filter .panel-body .select-button {
    margin-right: 8px;
    margin-left: 0;
  }
  .select-dropdown {
    width: 280px;
  }
  .rdf-filters .select-dropdown {
    left: 0;
    right: auto;
  }
  .rdf-filters .select-button:nth-child(7) .select-dropdown, .rdf-filters .select-button:nth-child(8) .select-dropdown, .rdf-filters .select-button:nth-child(9) .select-dropdown {
    right: 0;
    left: auto;
  }
  .select-dropdown_inner {
    width: 100%;
  }
  .card-dark::before {
    right: -30px;
  }
  .dream-filter .panel-body {
    margin-top: -8px;
  }
  .dream-filter .panel-body .select-button {
    margin-top: 8px;
  }
  .select-button .clear-small {
    width: 32px;
    height: 32px;
  }
  .sort-select.select-button {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }
  .main-item__img {
    display: none;
  }
  .mt-mobile-64 {
    margin-top: 64px;
  }
  .mt-mobile-48 {
    margin-top: 48px;
  }
  .mt-mobile-40 {
    margin-top: 40px;
  }
  .mt-mobile-32 {
    margin-top: 32px;
  }
  .mt-mobile-24 {
    margin-top: 24px;
  }
  .mt-mobile-16 {
    margin-top: 16px;
  }
  .mt-mobile-8 {
    margin-top: 8px;
  }
  .mb-mobile-64 {
    margin-bottom: 64px;
  }
  .mb-mobile-48 {
    margin-bottom: 48px;
  }
  .mb-mobile-40 {
    margin-bottom: 40px;
  }
  .mb-mobile-32 {
    margin-bottom: 32px;
  }
  .mb-mobile-24 {
    margin-bottom: 24px;
  }
  .mb-mobile-16 {
    margin-bottom: 16px;
  }
  .mb-mobile-8 {
    margin-bottom: 8px;
  }
  .pt-mobile-64 {
    padding-top: 64px;
  }
  .pt-mobile-48 {
    padding-top: 48px;
  }
  .pt-mobile-40 {
    padding-top: 40px;
  }
  .pt-mobile-32 {
    padding-top: 32px;
  }
  .pt-mobile-24 {
    padding-top: 24px;
  }
  .pt-mobile-16 {
    padding-top: 16px;
  }
  .pt-mobile-8 {
    padding-top: 8px;
  }
  .pb-mobile-64 {
    padding-bottom: 64px;
  }
  .pb-mobile-48 {
    padding-bottom: 48px;
  }
  .pb-mobile-40 {
    padding-bottom: 40px;
  }
  .pb-mobile-32 {
    padding-bottom: 32px;
  }
  .pb-mobile-24 {
    padding-bottom: 24px;
  }
  .pb-mobile-16 {
    padding-bottom: 16px;
  }
  .pb-mobile-8 {
    padding-bottom: 8px;
  }
  .h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
  }
  .page-map__item-bold {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .page-map__item-link {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-map__item-block {
    width: 100%;
  }
  .page-map__item {
    padding-top: 24px;
    margin-top: 24px;
  }
  .blog-cats {
    padding-top: 8px;
    margin-right: -8px;
  }
  .blog-cat {
    margin-right: 8px;
    margin-top: 8px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .btn {
    height: 48px;
  }
  .blog-block {
    width: 50%;
  }
  .blog-item__img {
    border-radius: 16px;
  }
  .blog-item__wrapper {
    padding: 16px;
  }
  .blog-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-item__btn {
    width: 100%;
  }
  .blog-list,
  .catalog-list {
    margin-bottom: 24px;
  }
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .other-blog__title {
    margin-bottom: 8px;
  }
  .other-blog__btn {
    position: static;
    margin-top: 24px;
    width: 100%;
    padding: 0;
  }
  
  .faq-items {
    padding-top: 8px;
  }
  .faq-item {
    padding: 16px;
    border-radius: 12px;
    margin-top: 16px;
  }
  .faq-item__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .faq-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-item {
    margin-top: 24px;
  }
  .contact-item__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .contact-item__text {
    margin-top: 8px;
  }
  .contact-item__link {
    margin-top: 12px;
  }
  .contact-item__map {
    height: 370px;
    border-radius: 16px;
  }
  .article-wrapper {
    width: 100%;
  }
  .article-date {
    margin-top: 24px;
  }
  .article-content h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .result-title {
    margin-bottom: 16px;
  }
  .catalog-item__name {
    font-size: 20px;
    line-height: 28px;
  }
  .categories-item__price {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    background-image: url(../img/info-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px;
    padding-top: 2px;
  }
  .catalog-item__price-current {
    font-size: 20px;
    line-height: 28px;
  }
  .result-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-stock {
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .catalog-stock svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: #fff;
  }
  .catalog-stock__btn:not(.card-banner-wrapper .catalog-stock__btn) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .card-banner-wrapper .catalog-stock {
    display: block;
  }
  .card-banner-wrapper .catalog-stock svg {
    display: none;
  }
  .card-banner-wrapper .catalog-stock .catalog-stock__btn {
    margin-top: 16px;
    width: 100%;
    height: 48px !important;
  }
  .catalog .result-title {
    margin-bottom: 8px;
  }
  .catalog-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-stock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 16px 0;
  }
  .categories-subtitle {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .categories-bold {
    font-size: 20px;
    line-height: 28px;
  }
  .categories-box {
    margin-top: 32px;
  }
  .categories .catalog-stock {
    margin: 32px 0 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom .catalog-stock {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .categories-block {
    width: 50%;
  }
  .categories-item__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .home-categories__btn {
    margin-top: 32px;
    padding: 0;
    width: 100%;
    background: #C456A2;
  }
  .why-block {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .why-list {
    padding: 0;
  }
  .why-item {
    padding: 16px;
  }
  .why-item__title {
    margin: 16px 0 4px;
    font-size: 20px;
    line-height: 28px;
  }
  .why-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .why-item__btn {
    display: none;
  }
  .home-community .categories-block {
    width: 50%;
  }
  .home-community .categories-item__btn {
    padding: 0;
    width: 100%;
  }
  .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 32px;
  }
  .home-banner {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .home-banner__wrapper {
    width: 100%;
  }
  .home-banner__img {
    display: none;
  }
  .home-banner__title {
    font-size: 30px;
    line-height: 36px;
  }
  .home-banner__text {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .home-banner__btn.btn {
    color: #fff;
    background: #C456A2;
    padding: 0;
    width: 100%;
  }
  .home-banner__btn.btn:hover {
    background: #C456A2;
    color: #fff;
  }
  .home-banner__mobile.home-banner__img {
    position: static;
  }
  .home-banner__mobile {
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    display: block;
    margin: 24px 0;
  }
  .franchise {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .franchise-btn.btn {
    border: 1px solid #C456A2;
    color: #C456A2;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 16px 0 0 0;
  }
  .franchise-btn.btn:hover {
    background: #C456A2;
    color: #fff;
  }
  .franchise-title {
    font-size: 30px;
    line-height: 36px;
    color: #222224;
  }
  .franchise-subtitle {
    color: #222224;
    margin: 8px 0 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .franchise .home-banner__mobile {
    margin: 0;
  }
  .home-contact__list {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .home-contact__block {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .home-contact__item-text a:last-child {
    margin-top: 12px;
  }
  .work-item {
    padding: 16px;
  }
  .home-video__title {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  .home-video__item {
    border-radius: 16px;
  }
  .home-info__item span.db, .home-info__item strong {
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
  }
  .brand-block {
    width: 33.333%;
    margin-top: 16px;
  }
  .brand-list {
    padding-top: 8px;
  }
  .brand-item__img {
    padding: 15px;
  }
  .brand-item__text {
    padding: 8px 0 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .brand-list + .other-blog__btn.btn {
    margin-top: 24px;
    background: #C456A2;
  }
  .main-item {
    display: block;
    border-radius: 0;
    height: auto;
    padding: 8px 0 0 0;
  }
  .main-item__img {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 100%;
    height: auto;
  }
  .main-item__wrapper {
    text-align: center;
    width: 100%;
    padding: 8px 0 32px;
  }
  .main-item__img-wrapper {
    position: relative;
  }
  .main-item__img-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(34, 34, 36, 0.00) 54.98%, #222224 100%);
    width: 100%;
    height: 101%;
  }
  .main-item__title {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
  }
  .main-item__subtitle {
    margin: 12px 0 16px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .main-item__btn {
    margin: 0;
  }
  .main .swiper-pagination {
    margin-top: 16px;
  }
  .footer-block {
    width: 100%;
  }
  .footer-block:nth-child(1) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .footer-block:nth-child(2) {
    display: none;
  }
  .footer-block:nth-child(8) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer-block:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-block:nth-child(7) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-block:nth-child(6) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-nav__ul {
    display: none;
    margin-top: 12px;
  }
  .footer {
    padding: 8px 0 32px;
  }
  .footer-nav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .footer-nav__title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: 4px;
    background-image: url("../img/footer-arrow.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .footer-nav__title.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-wrapper {
    padding: 16px 0;
  }
  .header-burger {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url("../img/burger.svg");
    background-repeat: no-repeat;
  }
  .header-search__icon {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: url("../img/header-search.svg");
    background-repeat: no-repeat;
  }
  .header-logo {
    width: auto;
  }
  .header-logo img {
    height: 32px;
    width: auto;
  }
  .header-top {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-top .footer-soc {
    display: none;
  }
  .header-list {
    display: none;
  }
  .header-test__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-test__text {
    font-size: 14px;
    line-height: 20px;
  }
  .header-test__close {
    position: static;
  }
  .menu-catalog {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-search__items {
    max-height: none;
  }
  .header-search__bottom {
    display: none;
  }
  .active .header-search__bottom {
    display: block;
  }
  .header-search__wrapper {
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static !important;
  }
  .header-search__wrapper {
    display: none !important;
  }
  .active .header-search__wrapper {
    display: block !important;
  }
  .header-search {
    position: fixed;
    top: 64px;
    width: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 16px;
    max-height: calc(100% - 64px);
    height: auto;
    padding: 16px 0 0;
    overflow-y: auto;
  }
  .header .footer-input {
    margin-left: 16px;
    width: calc(100% - 32px);
    border-color: #C456A2;
    background: #fff;
  }
  .page-wrapper {
    padding-top: 64px;
  }
  /* .page-wrapper__big {
    padding-top: 96px;
  }
  .page-wrapper__big .header-search {
    top: 96px;
    max-height: calc(100% - 96px);
    height: auto;
  } */
  .header-test__wrapper {
    height: 32px;
  }
  .header-search__buttons {
    top: 20px;
    right: 20px;
  }
  .header-search {
    display: none;
  }
  .header-search.open {
    display: block;
  }
  .header-search__icon.active {
    background-image: url("../img/cancel.svg");
  }
  .card-banner .home-banner {
    padding: 24px;
    border-radius: 24px;
  }
  .card-banner .home-banner__text {
    margin-bottom: 0;
  }
  .card-banner .home-banner__btn.btn {
    background: #C456A2;
    color: #fff;
  }
  .card-banner .home-banner__btn.btn:hover {
    background: #C456A2;
    color: #fff;
  }
  .card-order__subtitle {
    margin: 8px 0 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .card-order .home-video__item {
    margin: 0 0 24px;
  }
  .card-order__item {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
  }
  .card-order__item-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .card-order__item-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .card-order__item-btn {
    margin: 16px 0 0 0;
    width: 100%;
    padding: 0;
  }
  .card-order__item-btn:nth-child(2) {
    margin-top: 8px;
  }
  .card-order__item-slider {
    margin-top: 16px;
  }
  .card-order__item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-order__item-hide {
    display: block;
  }
  .card-order__item-show {
    display: none;
  }
  .card-order__item-chat {
    display: block;
  }
  .card-photos__slider {
    margin-top: 24px;
  }
  .card-photos {
    padding-bottom: 0 !important;
  }
  .card-photos .card-order__item-mobile {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-photos .card-order__item-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-subtitle {
    margin: 8px 0 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .custom-bottom__block {
    width: 16.6666666667%;
  }
  .custom-item:first-child, .custom-item {
    margin-top: 16px;
  }
  .custom-bold {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .card-gray {
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
  }
  .card-gray__title {
    font-size: 16px;
    line-height: 24px;
  }
  .card-gray__text {
    margin: 6px 0 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .card-gray__btn {
    padding: 0;
    width: 100%;
  }
  .card-dark {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    border-radius: 12px;
    margin: 0;
  }
  .card-dark__title {
    font-size: 16px;
    line-height: 24px;
  }
  .card-dark__text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .card-title {
    font-size: 30px;
    line-height: 36px;
  }
  .card-top {
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .card-price {
    margin: 8px 0 16px;
  }
  .card-price__current {
    font-size: 30px;
    line-height: 36px;
  }
  .card-price__old {
    margin: 0 8px;
    font-size: 26px;
    line-height: 32px;
  }
  .card-price__stock {
    padding: 0 12px;
  }
  .card-left {
    width: 100%;
  }
  .card-right {
    width: 100%;
    margin-top: 24px;
  }
  .card-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-btn {
    width: calc(50% - 4px);
    padding: 0;
  }
  .card-credit {
    margin: 0;
    width: calc(50% - 4px);
    padding: 0;
  }
  .page-error {
    padding: 100px 0;
  }
  .page-error__wrapper {
    width: 100%;
  }
  .page-error__subtitle {
    margin: 12px 0 24px;
  }
  .page-brand__block {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 16px;
  }
  .page-brand__list {
    margin: -16px -4px 0;
  }
  .page-brand__item-img {
    padding: 16px;
    height: 96px;
  }
  .page-brand__item-stock {
    padding: 8px 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  /*.page-brand__item-mobile {
    display: block;
    padding: 8px 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #5D42C0;
    line-height: 16px;
    border-radius: 0 0 8px 8px;
  }*/
  .page-brand__item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .page-brand__wrapper .page-brand__item-title {
    margin-top: 16px;
  }
  .page-brand__item-price {
    font-size: 20px;
    line-height: 28px;
  }
  .page-brand__item-cats span {
    font-size: 14px;
    line-height: 20px;
  }
  .page-brand__item-price {
    margin: 8px 0 16px;
  }
  .page-brand__item-btn {
    width: auto;
    flex-grow: 1;
    margin-right: 8px;
    padding: 0;
    max-width: 56%;
  }
  .page-brand__item-border.btn {
    width: auto;
    margin-right: 8px;
    margin-top: 0;
    flex-grow: 1;
    border: 1px solid #C456A2
  }
  .page-brand__item-buttons {
    margin-right: -8px;
  }
  .page-brand__item {
    padding: 0 16px 16px;
  }
  .page-brand__item-top {
    margin: 0 -16px;
  }
  .page-brand__item-border {
    width: 100%;
    padding: 0;
    margin-top: 8px;
    margin-left: 0;
  }
  .page-brand__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .page-brand__box {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .page-brand__box:first-child {
    margin-top: 24px;
  }
  .page-brand__text {
    margin: 8px 0 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-gallery__block {
    width: 50%;
  }
  .page-gallery__tabs {
    margin: 24px 0;
  }
  .page-gallery__tab {
    margin-right: 8px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-gallery__brand {
    margin-top: 16px;
    width: calc(50% - 8px);
    padding: 16px;
    background: #F2F3F5;
    border-radius: 16px;
    margin-right: 0;
  }
  .page-gallery__brand-block {
    width: 100%;
    display: none;
    padding-right: 0;
  }
  .page-gallery__brand-item {
    padding: 0;
  }
  .page-gallery__brand-block:first-child {
    display: block;
  }
  .page-gallery__brand-logo {
    height: 86px;
  }
  .page-gallery__brand-btn {
    position: relative;
  }
  .page-gallery__brand-name {
    margin: 16px 0 24px;
    font-size: 20px;
    line-height: 28px;
  }
  .page-gallery__brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
  }
  .page-gallery__brand:first-child {
    margin-top: 16px;
  }
  .checkout-right {
    width: 100%;
    margin-bottom: 18px;
  }
  .checkout-left {
    width: 100%;
  }
  .checkout {
    display: block;
    padding-bottom: 132px;
  }
  .checkout-img {
    width: auto;
    max-width: 100%;
  }
  .checkout-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .checkout-btn {
    margin: 0;
  }
  .checkout-policy {
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .checkout-radio {
    margin-top: 8px;
  }
  .checkout-bold, .simplecheckout .form-group .col-sm-12 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .checkout-subtitle, .simplecheckout .form-group .col-sm-12 legend {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-block {
    width: 100%;
  }
  .checkout-page .catalog-content {
    display: block;
    margin-bottom: 24px;
  }
  .checkout-page .article-content {
    margin-top: 0;
  }
  .page-error__icon {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  .header-search__item-img {
    width: 67px;
    min-width: 67px;
  }
  .body-search .block-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .header-search {
    padding-bottom: 16px;
  }
  .header-search__icon.open {
    background-image: url(../img/cancel.svg);
  }
  .card-thumb__slide {
    width: 100%;
  }
  .card-banner .home-banner__title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }
  .card-banner .home-banner__text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .other-blog__title {
    padding-bottom: 24px;
  }
  .blog-block {
    margin-top: 16px;
  }
  .checkout-subtitle {
    margin-bottom: 16px;
  }
  .checkout-right {
    order: -1;
  }
  .checkout {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
  }
  .catalog-stock {
    margin-bottom: 24px;
  }
  .card-dark::before {
    display: none;
  }
  .card-dark__arrow {
    display: block;
    background-image: url('../img/dark-arrow-2.svg');
  }
  .card-dark {
    min-height: auto;
  }
  .home-banner__text p {
    margin-top: 8px;
  }
  .form-horizontal {
    display: flex;
    flex-direction: column;
  }
  .checkout .modal-item {
    margin-bottom: 24px;
  }
  #simplecheckout_cart_order {
    height: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
  }
  .checkout-right {
    margin-bottom: 24px;
  }
  .checkout .page-brand__item-price span {
    margin-left: 4px;
  }
  .blog .blog-list {
    padding-top: 8px;
  }
  .catalog-content .article-content {
    margin-top: 8px;
  }
  .catalog-stock {
    margin: 24px 0;
  }
  .catalog-content {
    margin-bottom: 0;
  }
  .card-order h2, .card-why .why-title .cardBlog h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .main-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
  .main-slider .swiper-slide {
    height: auto;
  }
  .main-item {
    min-height: 100%;
  }
  .photo-banner .home-banner__wrapper {
    width: 100%;
  }
  .photo-banner .home-banner__title, .photo-banner .home-banner__text {
    color: #222224;
  }
  .photo-banner .home-banner__text {
    margin: 8px 0 24px;
  }
  .photo-banner .home-banner__btn {
    margin: 0 auto;
  }
  .photo-banner::before {
    display: none; 
  }
  .photo-banner__bg {
    position: static;
    border-radius: 24px;
    width: 100%;
    height: 200px;
    margin-bottom: 24px;
  }
  .brand-block {
    padding: 0 8px;
  }
  .home-brand__section .other-blog__title {
    margin: 0;
  }
  .brand-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .checkout-page .catalog-stock {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  #product-search .catalog-list {
    margin-top: -16px;
  }
  .catalog .result-title + .category-filter-wrap {
    margin-top: 24px;
  }
  .card-photos .h2, .card-why .h2, .card-why + .home-blog .h2, .cardBlog .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .catalog-content.mb0 {
    margin-bottom: -24px;
  }
  .catalog-flex .catalog-stock {
    margin-bottom: 0;
  }
  .categories-item {
    padding: 0 12px 12px;
  }
  .categories-item__img {
    margin: 0 -12px;
  }
  .home-info__block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-info__list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-video__title {
    margin-bottom: 24px;
  }
  .home-community .subtitle {
    margin-bottom: 24px;
  }
  .subtitle {
    margin-bottom: 24px;
  }
  .home-categories__wrapper .categories .catalog-stock {
    margin-top: 24px;
  }
  .home-categories__wrapper .categories-box {
    margin-bottom: 24px;
  }
  .home-categories__btn {
    margin-top: 24px;
  }
  .main-item {
    display: flex;
    flex-direction: column;
  }
  .main-item .container {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
  }
  .main-item__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .home-categories__btn {
    margin-top: 0;
    background: #5D42C0;
  }
  .cardBlog .other-blog__btn {
    margin-top: 0;
  }
  .home-categories__wrapper .categories-box {
    margin-top: 24px;
  }
  .home-categories__wrapper .catalog-stock {
    margin-top: 24px !important;
  }
  .main + .pt-120.pt-mobile-48 {
    padding-top: 40px;
  }
  .home-categories__wrapper .categories-item__title {
    margin-top: 12px;
  }
  .catalog-stock {
    margin-top: 0;
  }
  .card-photos + .pb-mobile-24 .catalog-stock {
    margin-top: 24px;
  }
  .page-brand__item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-categories__wrapper .categories-box:first-child {
    margin-top: 32px;
  }
  .breadcrumbs {
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 24px;
  }
  .breadcrumbs > li {
    margin-bottom: 0;
  }
  .breadcrumbs span {
    white-space: nowrap;
  }
  #product-product .breadcrumbs {
    padding: 0 16px;
    padding-top: 16px;
    margin: 0 -16px;
    margin-bottom: 16px;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .catalog-stock .catalog-stock__btn {
    height: 100% !important;
  }
  .catalog-content.mb0 + .catalog-flex .catalog-stock {
    margin-top: 24px;
  }
  .catalog-content.mb24 {
    margin-bottom: 42px;
  }
  .checkout .modal-item {
    margin-bottom: 16px;
  }
  .modal-item__title {
    color: #222 !important;
  }
  .simplecheckout .form-group .col-sm-12 h2 {
    margin-top: 8px;
  }
  .simplecheckout-block .col-sm-12 h2 {
    margin-top: 0;
  }
  .simplecheckout .form-group .col-sm-12 legend {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .custom-bottom__block {
    width: 25%;
  }
  .work-block {
    width: 100%;
  }
  .work-item {
    display: block;
  }
  .work-btn {
    padding: 0;
    width: 100%;
    margin: 16px 0 0 0;
  }
  .work .why-item__icon {
    margin: 0 0 16px;
  }
  /*.home-info__item span.db {
    display: none;
  }
  .home-info__item strong {
    display: block;
    font-weight: 600;
  }*/
  .home-info__block {
    width: 50%;
  }
  .home-info__block:first-child {
    width: 100%;
  }
  .page-brand__block {
    width: 100%;
    margin-top: 16px;
  }
  .page-brand__item-img {
    height: 160px;
  }

	#gotop {
		right: 16px;
		bottom: 16px;
	}
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .catalog-flex .catalog-stock {
    margin-bottom: 24px;
  }
  .card-thumb .swiper-slide {
    opacity: 1;
    transform: opacity 0.2s;
  }
  .card-thumb .swiper-slide-prev {
    opacity: 0;
  }
  .dream-filter .panel-body::after {
    content: "";
    display: block;
    width: 16px;
    min-width: 16px;
    height: 100%;
  }
  .dream-filter .panel-body {
    width: max-content;
  }
  .dream-filter .panel-group {
    margin-bottom: 27px !important;
  }
  .page-gallery__block {
    width: 100%;
  }
  .card-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 16px;
    top: 16px;
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .card-order__item-chat {
    width: 100%;
  }
  .blog-block {
    width: 100%;
  }
  .catalog-block {
    width: 100%;
    margin-top: 16px;
  }
  .why-block {
    width: 100%;
  }
  .home-community .categories-block {
    width: 100%;
  }
  .home-contact .contact-map {
    height: 405px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .card-photos__slider {
    margin-right: -16px;
    width: auto;
  }
  .card-banner .home-banner {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
  .brand-block {
    width: 50%;
  }
  .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .modal-top {
    margin-bottom: 16px;
  }
  .modal-item {
    margin-bottom: 16px;
  }
  .modal-item__title {
    font-size: 14px;
    line-height: 20px;
    color: #75757D;
    margin-bottom: 4px;
  }
  .modal-btn {
    margin-top: 24px;
  }
  .modal-container {
    padding: 40px 16px;
    border-radius: 16px;
  }
  .year-title {
    font-size: 26px;
    line-height: 32px;
  }
  .year-subtitle {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .year-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .year-cancel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    width: 100%;
    margin: 12px 0 0 0;
  }
  .year-success {
    width: 100%;
  }
  #form .modal-container {
    padding: 20px 16px;
  }
  .card-order__item-slider {
    width: calc(100% + 16px);
  }
  .card-order__item-arrows {
    padding-right: 16px;
  }
  .custom-bottom__block {
    width: 33.3333333333%;
  }
  .card {
    padding-top: 0;
  }
  .card-left__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .card-thumb__arrow {
    display: none;
  }
  .card-left__slider {
    margin-left: -16px;
    width: calc(100% + 32px);
    border-radius: 0;
  }
  .card .article-back {
    display: none;
  }
  .card .card-list {
    margin-top: 0;
  }
  .card-back {
    display: block !important;
    width: 40px;
    height: 40px;
  }
  .card-back::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .card-img {
    border-radius: 0;
    height: auto;
    aspect-ratio: 0.666;
  }
  .card-thumb__slider {
    width: calc(100% + 32px) !important;
    margin: 12px 0 0 -16px !important;
    height: 96px !important;
    padding-left: 16px !important;
  }
  .card-thumb .swiper-slide {
    width: 72px !important;
    min-width: 72px !important;
    height: 96px !important;
  }
  .category-filter {
    overflow-x: scroll;
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px);
    flex-wrap: nowrap;
    pointer-events: auto;
    margin-bottom: -24px;
  }
  .category-filter.active-parent {
    padding-bottom: 350px;
    margin-bottom: -374px;
  }
  .category-filter::-webkit-scrollbar {
    display: none;
  }
  .category-filter-wrap {
    pointer-events: none;
    margin: 0;
  }
  .dream-filter {
    width: auto;
  }
  .dream-filter .panel-body {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .dream-filter .panel-group {
    margin: 0;
  }
  .select-button:first-child {
    margin-left: 0;
  }
  .select-button {
    pointer-events: auto;
  }
  .main-item__img-wrapper img {
    width: 100%;
  }
  .why-block, .work-block {
    margin-top: 16px;
  }
  .work-list, .why-list {
    padding-top: 8px;
  }
  .dream-filter .panel-body {
    margin-top: 0;
  }
  .dream-filter .panel-body .select-button {
    margin-top: 0;
  }
  .card-order__item-slider .swiper-slide {
    width: 267px;
    min-width: 267px;
  }
}
@media (max-width: 360px) {
  .categories-block {
    width: 100%;
  }
  .home-info__block {
    width: 100%;
  }
  .header-test__text {
    font-size: 12px;
  }
  .modal-item__radio span {
    padding: 0 11px;
  }
  .custom-bottom__block {
    width: 33.3333333333%;
  }
  .card-price__current {
    font-size: 24px;
    line-height: 30px;
  }
  .card-price__old {
    font-size: 22px;
    line-height: 26px;
  }
  .page-brand__block {
    width: 100%;
  }
  .page-gallery__brand {
    width: 100%;
  }
  .page-gallery__brand-btn {
    padding: 0;
    width: 100%;
  }
}