@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

/*:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}*/

/* nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
} */

/*a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}*/

/*ul li {
  list-style: none;
}

img {
  vertical-align: top;
}*/

/*h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}*/

/*--------------------*/
/*body {
  font-family: ALSSector, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #78727d;
  background-color: #FFF;
}*/

body.hidden-scroll { 
  overflow: hidden; 
  padding-right: 17px;
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
}

header.header .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  width: unset;
}
@media only screen and (max-width: 660px) {
  .container {
    padding: 0 20px;
  }
}

main {
  margin: 16px 40px;
}
@media (max-width: 1060px) {
  .index {
    margin-top: 25px;
}
  main { 
        padding-top: 130px !important; 
     }  
  .prizes-page .text-block:first-child,
  .container-wide .text-block:first-child
  {
      margin-top: unset!important;
  }
  .new_about_us,
  .partners-page__heading
  {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 660px) {
  main {
    margin: 0px 20px;
  }
}

/* =============================== Стили каталога =============================== */
.catalog-page__title {
  font-size: 48px;
  line-height: 58px;
  color: #000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  .catalog-page__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.catalog-page__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.catalog-page__menu {
  width: 340px;
  padding: 16px;
}
@media only screen and (max-width: 1023px) {
  .catalog-page__menu {
    display: none;
  }
}
.catalog-page__menu-title {
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.catalog-page__menu-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.catalog-page__menu-item {
  color: #999999;
  font-size: 19px;
  line-height: 23px;
}
.catalog-page__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 36px;
  width: 100%;
}
.catalog-page__item {
  width: 25%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .catalog-page__item {
    width: 33%;
  }
}
@media only screen and (max-width: 800px) {
  .catalog-page__item {
    padding: 8px;
  }
}
@media only screen and (max-width: 660px) {
  .catalog-page__item {
    width: 50%;
  }
}
.catalog-page__item.w-33 {
  width: 33%;
}
@media only screen and (max-width: 660px) {
  .catalog-page__item.w-33 {
    width: 50%;
  }
}
.catalog-page__item.w-50 {
  width: 50%;
}
.catalog-page__item.w-50 .catalog-item__bottom {
  max-width: 308px;
}

.catalog-item__top {
  position: relative;
}
.catalog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-item__favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background-image: url("./../img/favorite.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.catalog-item__favorite.active {
  background-image: url("./../img/in_fav.svg");
}
.catalog-item__bottom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.catalog-item__price {
  height: 32px;
  color: #781ECD;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .catalog-item__price {
    font-size: 24px;
    line-height: 28px;
    height: 28px;
  }
}
.catalog-item__title {
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin-bottom: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  display: -webkit-box;
  height: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 800px) {
  .catalog-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.catalog-item__block {
  margin-top: 8px;
}
.catalog-item__feedback {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999999;
  font-size: 14px;
  line-height: 17px;
  gap: 6px;
  height: 17px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media only screen and (max-width: 800px) {
  .catalog-item__feedback {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    gap: 4px;
  }
}
.catalog-item__feedback .catalog-item__feedback-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog-item__feedback .catalog-item__feedback-rating svg {
  margin-bottom: 3px;
}
@media only screen and (max-width: 800px) {
  .catalog-item__feedback .catalog-item__feedback-rating svg {
    width: 15px;
    height: 15px;
  }
}
.catalog-item__btn-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto; /* Прижимаем этот блок к низу карточки */
  flex-shrink: 0;
}
.catalog-item__sale {
  background: #F6E8FF;
  margin-bottom: 4px;
  width: 100%;
  height: 27px;
  color: #781ECD;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.catalog-item__sale.disabled {
  background: #FAFAFA;
  color: #999999;
}
.catalog-item__sale.empty {
  background: transparent;
}
@media only screen and (max-width: 800px) {
  .catalog-item__sale {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .catalog-item__sale {
    height: 31px;
  }
}
.catalog-item__btn {
  width: 100%;
  height: 54px;
  background: #781ECD;
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 19px;
  line-height: 19px;
  opacity: 1;
  transition: all 0.2s;
}
@media only screen and (max-width: 800px) {
  .catalog-item__btn {
    font-size: 16px;
    line-height: 16px;
    height: 40px;
  }
}
.catalog-item__btn:hover {
  opacity: 0.8;
}
.catalog-item__btn:disabled {
  background: #FAFAFA;
  color: #999999;
  cursor: default;
}
.catalog-item__btn:disabled:hover {
  opacity: 1;
}
.catalog-item__btn.active {
  background: #F6E8FF;
  color: #781ECD;
}
.catalog-item__btn.active svg {
  transition: all 0.2s;
  position: relative;
  right: 0;
}
.catalog-item__btn.active:hover {
  opacity: 1;
}
.catalog-item__btn.active:hover svg {
  right: -10px;
}
.catalog-item__btn.learn {
  background: #FFFFFF;
  color: #781ECD;
  border: 2px solid #781ECD;
  opacity: 1;
  transition: all 0.2s;
}
.catalog-item__btn.learn:hover {
  opacity: 1;
  background: #781ECD;
  color: #FFFFFF;
}

/* ================================= Шапка ================================ */
@media (max-width: 1060px) {
  .header {
    background: #781ECD;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
  }
}
body.hidden-scroll header {
  /* width: calc(100% + 20px); */
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  height: 56px;
}

@media (max-width: 1060px) {
  .header__top {
    display: none;
  }
}
.header__top-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__top-link {
  font-size: 14px;
  line-height: 15px;
  color: #999999;
  transition: all 0.2s;
}
.header__top-link:hover {
  color: #781ECD;
}
.header__top-socials {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__top-socials a svg {
  margin-bottom: -4px;
  fill: #999999;
  transition: all 0.2s;
}
.header__top-socials .dzen svg {
  margin-bottom: -2px;
}
.header__top-socials a:hover svg {
  fill: #781ECD;
}
.header__top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__right-link.city .desctop {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__right-link.city .desctop svg {
  stroke: #999999;
  transition: all 0.2s;
  margin-bottom: -2px;
}
.header__right-link.city .desctop:hover svg {
  stroke: #AF64FA;
}
.header__right-link .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__right-link .mobile {
    display: block;
  }
}
.header__right-link .desctop {
  color: #999999;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.2s;
  white-space: nowrap;
}
.header__right-link .desctop:hover {
  color: var(--purple);
}
@media (max-width: 1200px) {
  .header__right-link .desctop {
    display: none !important;
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 16px 0;
  gap: 24px;
}
.header__bottom .left {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1060px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom-search {
  position: relative;
  width: 100%;
}
.header__bottom-search input {
  display: flex;
  align-items: center;
  height: 54px;
  position: relative;
  background: #F3F2F4;
  width: 100%;
  padding: 18px 32px;
  font-size: 17px;
  line-height: 18px;
  color: #000;
}
.header__bottom-search input::-moz-placeholder {
  color: #999999;
  font-size: 17px;
  line-height: 18px;
}
.header__bottom-search input::placeholder {
  color: #999999;
  font-size: 17px;
  line-height: 18px;
}
.header__bottom-search .search__button {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
  border: none;
  background: transparent;
}
.header__bottom-links {
  display: flex;
  align-items: end;
  gap: 2px;
}
.header__bottom-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  min-width: 91px;
}
.header__bottom-link.non-link .text {
  color: var(--purple);
}
.header__top-link.non-link {
  color: #000;
}
@media (max-width: 1200px) {
  .header__bottom-link {
    min-width: 66px;
  }
}
.header__bottom-link span {
  position: absolute;
  padding: 2px 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
  background: #781ECD;
  border: 2px solid #FFFFFF;
  right: 13px;
  top: -4px;
  border-radius: 0 0 0 12px;
}
.header__bottom-link .text {
  font-size: 17px;
  line-height: 18px;
  color: #999999;
}
@media (max-width: 1200px) {
  .header__bottom-link .text {
    display: none;
  }
}

.header__container {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 340px;
}

/* Логотип */
.header__bottom-logo {
  /* width: 170px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
  /*margin-left: 32px;*/
  width: 106px;
  height: 29px;
  z-index: 100;
  background: url('/local/templates/kitfort_new/img/logo-n.svg') no-repeat;
  background-size: 100%;
  transition: .3s;
}
.header__bottom-logo.active {
  margin-left: 32px;
}
/* .header__bottom-logo::before {
  content: '';
  opacity: 1;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 28px;
  z-index: 100;
  background: url('/local/templates/kitfort_new/img/logo-n.svg');
} */

.header__bottom-logo::after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 29px;
  z-index: 101;
  background: url('/local/templates/kitfort_new/img/logo_w2.svg') no-repeat;
  background-size: 100%;
}

.header__bottom-logo.active::after {
  opacity: 1;
  z-index: 101;
}
/* .header__bottom-logo.active::before {
  opacity: 0;
  z-index: 100;
} */

.header__bottom-logo img {
  max-width: 100%;
  transition: opacity 0.3s;
}

.logo-default {
  opacity: 1;
  transition: opacity 0.3s;
}

.logo-alt {
  display: none;
}

/* Кнопка */
.header__bottom-button {
  width: 170px;
  height: 56px;
  background: #781ECD;
  border-radius: 0 0 0 24px;
  transition: all 0.3s;
  position: absolute; /* Абсолютное позиционирование */
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.header__bottom-button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 18px;
  position: absolute;
  top: 19px;
  right: 35px;
}
.header__bottom-button .text svg {
  transition: transform 0.3s;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 16px;
}

.button-logo {
  position: absolute;
  left: 32px;
  top: 13px;
  height: 28px;
  opacity: 0;
  transition: opacity 0.3s;
}

.header__bottom-button.active {
  width: 340px;
}
.header__bottom-button.active .text svg {
  transform: rotate(180deg);
}

.header__bottom-button.active .button-logo {
  opacity: 1;
}

.header__bottom-logo.active .logo-default {
  opacity: 0;
}

.header__catalog {
  position: fixed;
  width: 100%;
  top: 158px;
  /* left: 0; */
  z-index: -1;
  opacity: 0;
  height: calc(100% - 126px);
  background: #FFFFFF;
  /* padding: 0 40px; */
  transition: all 0.3s;
}
.header__catalog.active {
  opacity: 1;
  z-index: 100;
}
@media (max-width: 1060px) {
  .header__catalog {
    padding: 0;
    top: -100%;
    height: calc(100% - 99px);
    opacity: 1;
  }
  .header__catalog.active {
    top: 55px;
  }
  .header__catalog.top.active {
    top: 109px;
    height: calc(100% - 109px - 44px);
  }
  .header__catalog.top.top-sale.active {
    height: calc(100% - 109px - 44px - 32px);
    top: 141px;
  }
}
.header__catalog-row {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: var(--container-wide);
  max-width: 1280px;
  margin-left: -10px;
}
@media (max-width: 1060px) {
  .header__catalog-row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.header__catalog-menu {
  width: 340px;
  min-width: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 45px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header__catalog-menu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1060px) {
  .header__catalog-menu {
    width: 100%;
    min-width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 8px;
  }
  
  .header__catalog-menu.none-mobile {
    display: none;
  }
}
.header__catalog-back {
  height: 54px;
  /* background: #F6E8FF; */
  align-items: center;
  gap: 16px;
  display: none;
  justify-content: space-between;
  padding: 0 16px;
}
@media (max-width: 1060px) {
  .header__catalog-back {
    display: flex;
  }
}
.header__catalog-back .left {
  color: #781ECD;
  font-size: 17px;
  line-height: 20px;
}
.header__catalog-back .left svg {
  margin-bottom: -2px;
}
.header__catalog-back .name__category {
  color: #781ECD;
  font-size: 17px;
  line-height: 20px;
}
.header__menu-item {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 16px;
  /* background: #781ECD; */
  background: #F3F2F4;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 2px;
}
.header__menu-item svg {
  margin-bottom: 0px;
}
.header__menu-item .left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}
.header__menu-item .left svg {
  fill: #000;
  transition: all 0.2s;
  width: 28px;
}
.header__menu-item .left img {
  display: none;
}
.header__menu-item .arrow svg {
  stroke: #000;
  transition: all 0.2s;
  margin-bottom: -4px;
}
@media (max-width: 1060px) {
  .header__menu-item .arrow {
    display: none;
  }
  .header__menu-item .arrow svg {
    display: none;
  }
  .header__menu-item .left svg {
    display: none;
  }
  .header__menu-item .left img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    object-fit: cover;
  }
    .header__menu-item .left {
        flex-direction: column;
        width: 100%;
        text-align: center;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: auto;
        justify-content: space-between;
        height: 100%;
        gap: 4px;
    }
  .header__menu-item {
    padding: 4px;
    min-height: 140px;
  }
}
.header__menu-item.active {
  background: #781ECD;
}
.header__menu-item.active .left {
  color: #FFF;
}
.header__menu-item.active .left svg {
  fill: #FFF;
}
.header__menu-item.active .arrow svg {
  stroke: #FFF;
}
.header__menu-item:hover {
  background: #781ECD;
}
.header__menu-item:hover .left {
  color: #FFF;
}
.header__menu-item:hover .left svg {
  fill: #FFF;
}
.header__menu-item:hover .arrow svg {
  stroke: #FFF;
}
.header__catalog-list-wrapper {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 45px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header__catalog-list-wrapper::-webkit-scrollbar {
  display: none;
  
}
.header__catalog-list-wrapper.active {
  display: block;
  width: 100%;
  position: sticky;
  top: 0px;
}
.header__catalog-list-wrapper.active .header__catalog-list {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap; */
  max-height: max-content;
  width: 100%;
  padding: 0 32px;
  /* -moz-column-count: 3;
       column-count: 3; */
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;

}
.header__catalog-list-wrapper.active .header__catalog-list.new {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .header__catalog-list-wrapper.active .header__catalog-list {
    /* max-height: 1300px;
    width: 50%; */
  }
}
@media (max-width: 1060px) {
  .header__catalog-list-wrapper.active .header__catalog-list {
    /* width: 50%;
    padding: 16px; */
    grid-template-columns: 1fr;
  }
}
/* @media (max-width: 600px) {
  .header__catalog-list-wrapper.active .header__catalog-list {
    width: 100%;
    max-height: 100%;
  }
} */
/* @media (max-width: 1200px) {
  .header__catalog-list-wrapper.active .header__catalog-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 600px) {
  .header__catalog-list-wrapper.active .header__catalog-list {
    -moz-column-count: 1;
         column-count: 1;
  }
} */
.header__catalog-list-wrapper.active .header__catalog-list.new {
  width: 100%;
}
.header__catalog-list-wrapper.active .header__catalog-list.new .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 20px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .header__catalog-list-wrapper.active .header__catalog-list.new .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .header__catalog-list-wrapper.active .header__catalog-list.new .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.header__catalog-list-wrapper.active .header__catalog-list.new .button {
  width: 275px;
  margin: 0 auto;
}
.header__list-block {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header__catalog-title {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  height: 46px;
  background: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.header__catalog-arrow {
  display: none;
}
.header__catalog-title.accordion .header__catalog-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.header__catalog-title.accordion .header__catalog-arrow svg {
  stroke: black;
  margin-top: 6px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.header__catalog-title.accordion:hover .header__catalog-arrow svg {
  fill: #FFF !important;
}

.header__catalog-title.accordion.active .header__catalog-arrow svg {
  transform: rotate(270deg);
}
/* .header__catalog-title.accordion.active .header__catalog-arrow svg {
  stroke: #FFFFFF;
}
.header__catalog-title.accordion.active {
  color: #FFFFFF;
  background: #781ECD;
} */
.header__catalog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  /* background: #F3F2F4; */
  margin-right: 16px;
}

.header__catalog-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}


/* .header__catalog-title + .header__catalog-subtitle {
  margin-top: 8px;
}
.header__catalog-title.active {
  color: #781ECD;
} */
.header__catalog-sublist {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__catalog-sublist.active {
  margin-top: 4px;
  max-height: 1000px;
  overflow: visible;
  padding-bottom: 12px;
  border-bottom: 1px solid #DADADA;
}

.header__catalog-sublist.active > *:not(:last-child) {
  margin-bottom: 8px;
}
.header__catalog-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  padding-left: 61px;
}
.header__catalog-subtitle.active {
  color: #781ECD;
}
.header__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.header__list-item .img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__list-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__list-item .title {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  height: 38px;
}

.header__mobile {
  display: none;
}
@media (max-width: 1060px) {
  .header__mobile {
    display: block;
  }
}
.header__mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header__mobile-button-menu svg {
  margin-bottom: -4px;
  width: 26px;
}
.header__mobile-button-menu .active {
  display: none;
}
.header__mobile-button-menu.active .active {
  display: block;
}
.header__mobile-button-menu.active .active svg {
  margin-bottom: -2px;
}
.header__mobile-button-menu.active .no-active {
  display: none;
}
.header__mobile-sale {
  height: 32px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  background: #AF64FA;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  width: calc(100% + 80px);
  margin-left: -40px;
}
.header__mobile-sale.active {
  display: flex;
}
/* @media (max-width: 600px) {
  .header__mobile-sale {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
} */
.header__mobile-sale .close {
  position: absolute;
  top: 9px;
  right: 40px;
}
@media (max-width: 600px) {
  .header__mobile-sale .close {
    right: 26px;
  }
}
.header__mobile-sale .close svg {
  width: 14px;
  height: 14px;
}
.header__mobile-search-button svg {
  margin-bottom: -6px;
  width: 21px;
}
.header__mobile-search-button .active {
  display: none;
}
.header__mobile-search-button.active .active {
  display: block;
}
.header__mobile-search-button.active .active svg {
  margin-bottom: -2px;
}
.header__mobile-search-button.active .no-active {
  display: none;
}
.header__mobile-search {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: none;
}
.header__mobile-search.active {
  display: block;
}
.header__mobile-search input {
  height: 54px;
  width: 100%;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 17px;
  background: #FAFAFA;
  -webkit-appearance: none;
  border-radius: 0 0 0 0;
}
.header__mobile-search .search__button {
  background: transparent;
  border: none;
  position: absolute;
  right: 5px;
  top: 15px;
}

.menu__bottom {
  display: none;
}
@media (max-width: 1060px) {
  .menu__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    background: #FFFFFF;
    border-top: 1px solid #E8E8E8;
    padding: 0 40px 15px;
  }
}
@media (max-width: 600px) {
  .menu__bottom {
    padding: 0 16px 0px;
  }
}
.menu__bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.menu__bottom-link svg {
  fill: #999999;
}
.menu__bottom-link span {
  position: absolute;
  left: 50%;
  top: -4px;
  padding: 2px 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
  background: #781ECD;
  border: 2px solid #FFFFFF;
  border-radius: 0 0 0 12px;
}
.menu__bottom-link.active svg {
  fill: #781ECD;
}
.menu__bottom-link.active .menu__bottom-text {
  color: #781ECD;
}
.menu__bottom-text {
  font-size: 11px;
  line-height: 13px;
  color: #999999;
}

.mobile__menu {
  display: none;
}
.mobile__menu.active {
  left: 0;
}
@media (max-width: 1060px) {
  .mobile__menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 126px;
    left: 100%;
    background: #FFFFFF;
    z-index: 100;
    padding: 32px;
    transition: all 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    top: 55px;
    height: calc(100% - 126px);
  }
  .mobile__menu.top {
    top: 109px;
    height: calc(100% - 109px - 53px);
  }
  .mobile__menu.top.top-sale {
    height: calc(100% - 109px - 53px - 32px);
    top: 141px;
  }
}
.mobile__menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.mobile__menu-row .city {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #781ECD;
    font-size: 16px;
    line-height: 19px;
    visibility: hidden;
    opacity: 0;
}
.mobile__menu-row .icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile__menu-row .icons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #F6E8FF;
  border-radius: 50%;
}
.mobile__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}
.mobile__menu-list > * {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
.mobile__menu-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile__menu-socials > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #F6E8FF;
  border-radius: 50%;
}
.mobile__menu-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #F3F2F4;
  border-bottom: 1px solid #F3F2F4;
}
.mobile__menu-contacts > * {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 140;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__body {
  transform: translateY(-50%);
}
.modal__body {
  background: #fff;
  padding: 40px;
  width: 478px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .modal__body {
    width: 100%;
    padding: 16px;
    height: 100%;
  }
}
.modal .modal__close {
  position: absolute;
  right: 0px;
  top: 0px;
}
.modal .modal__title {
  color: #000000;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 13px;
}
.modal .field__input {
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
}
.modal .field__input input {
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 20px;
  background: transparent;
  border: 2px solid #E8E8E8;
}
.modal .field__input input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  line-height: 15px;
}
.modal .field__input input::placeholder {
  color: #999999;
  font-size: 14px;
  line-height: 15px;
}
.modal__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-height: 252px;
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 600px) {
  .modal__list {
    max-height: 100%;
  }
}
.modal__list::-webkit-scrollbar {
  display: none;
}
.modal__list > * {
  font-size: 17px;
  line-height: 18px;
  color: #999999;
}
.modal__list > *.active {
  color: #000000;
}

.search__result {
  position: fixed;
  width: 100%;
  top: 126px;
  left: 100%;
  height: calc(100% - 126px);
  background: #FFFFFF;
  z-index: 100;
  padding: 0 40px;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.search__result.active {
  left: 0;
}
@media (max-width: 1060px) {
  body.hidden-scroll header .container {
      padding-right: 60px
   }
  .populars {
    margin-top: 110px;
  }
  .container-wide.cart_page {
    padding-top: 110px;
  }
  div#bx-soa-order {
    padding-top: 110px;
  }
  .page-new-full {
    padding-top: 95px;
    margin-top: unset;
  }
  .header__mobile-logo {
      height: 25px;
      width: 84px;
      background: url(/local/templates/kitfort_new/img/logo-white-new.svg) no-repeat;
      background-size: 100%;
      /* position: relative; */
      position: absolute;
      left: 80px;
      top: 15px;
  }
  .header__mobile-logo .link_tomain {
    position: absolute;
    width:100%;
    height:100%;
  }
  .header__mobile-logo img {
    display: none;
  }
  .search__result {
    display: block;
    padding: 0;
    top: 55px;
    height: calc(100% - 99px);
  }
  .search__result.top {
    top: 109px;
    height: calc(100% - 109px - 44px);
  }
  .search__result.top.top-sale {
    height: calc(100% - 109px - 44px - 32px);
    top: 141px;
  }
  .search__result .search__result-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 11px 32px;
  }
  .search__result .search__result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 56px;
  }
  .search__result .search__result-img {
    width: 32px;
    height: 32px;
  }
  .search__result .search__result-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .search__result .search__result-title {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
  }
  .search__result .search__result-title span {
    color: #781ECD;
  }
}
@media (max-width: 768px) {
  .header__mobile-logo {
    top: 14px;
    left: 57px;
  }
}
.header__right-link.city {
  display: none;
}

.js-popup-feedback.popup {
    width: 518px;
    margin-left: -259px;
  }
  
  @media only screen and (max-width: 767px) {
    .js-popup-feedback.popup {
      width: 320px;
      margin-left: -160px;
    }
  }
  .js-popup-feedback .rating-area {
    overflow: hidden;
    max-width: 150px;
    margin-bottom: 8px;
  }
  
  .js-popup-feedback .rating-area:not(:checked) > input {
    display: none;
  }
  
  .js-popup-feedback .rating-area:not(:checked) > label {
    float: right;
    width: 30px;
    padding: 0;
    cursor: pointer;
    font-size: 33px;
    color: #d7d7d7;
  }
  
  .js-popup-feedback .rating-area > label svg {
    fill: #DADADA;
  }
  
  .js-popup-feedback .rating-area > input:checked ~ label svg {
    fill: #FFCC14;
  }
  
  .js-popup-feedback .rating-area:not(:checked) > label:hover svg,
  .js-popup-feedback .rating-area:not(:checked) > label:hover ~ label svg {
    fill: #FFCC14;
  }
  
  .js-popup-feedback .rating-area > input:checked + label:hover,
  .js-popup-feedback .rating-area > input:checked + label:hover ~ label,
  .js-popup-feedback .rating-area > input:checked ~ label:hover,
  .js-popup-feedback .rating-area > input:checked ~ label:hover ~ label,
  .js-popup-feedback .rating-area > label:hover ~ input:checked ~ label {
    color: #d1a200;
  }
  
  .js-popup-feedback .rate-area > label:active {
    position: relative;
  }
  
  .js-popup-feedback .feedback-form__img {
    width: 144px;
    height: 144px;
    min-width: 144px;
  }
  
  .js-popup-feedback .feedback-form__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .js-popup-feedback .feedback-form__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-bottom: 32px;
  }
  
  .js-popup-feedback .feedback-form__rating-text {
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  
  .js-popup-feedback .feedback-form__description {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
  }
  
  .js-popup-feedback .feedback-form__inputs-title {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px;
  }
  
  .js-popup-feedback .input__label {
    color: #999999;
    font-size: 14px;
    line-height: 17px;
  }
  
  .js-popup-feedback .feedback-form__input {
    padding-right: 0;
  }
  
  .js-popup-feedback .feedback-form__button {
    width: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .js-popup-feedback .feedback-form__row {
      flex-direction: column;
      margin-bottom: 16px;
    }
    .js-popup-feedback .feedback-form__img {
      width: 100px;
      min-width: 100px;
      height: 100px;
      margin: 0 auto 8px;
    }
  }
  .js-popup-feedback-small.popup {
    width: 518px;
    margin-left: -259px;
    padding: 32px 16px 16px;
  }
  
  @media only screen and (max-width: 767px) {
    .js-popup-feedback-small.popup {
      width: 320px;
      margin-left: -160px;
    }
  }
  .js-popup-feedback-small .feedback-popup__body {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  
  .js-popup-feedback-small .feedback-form__img {
    width: 144px;
    height: 144px;
    min-width: 144px;
  }
  
  .js-popup-feedback-small .feedback-form__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .js-popup-feedback-small .feedback-popup__title {
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
  }
  
  .js-popup-feedback-small .feedback-popup__name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    display: inline-block;
  }
  
  .js-popup-feedback-small .feedback-popup__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
  }
  
  .js-popup-feedback-small .feedback-popup__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .js-popup-feedback-small .feedback-popup__button {
    width: 179px;
    height: 36px;
    font-size: 17px;
    line-height: 20px;
    padding: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .js-popup-feedback-small .feedback-popup__body {
      flex-direction: column;
      margin-bottom: 16px;
    }
    .js-popup-feedback-small .feedback-form__img {
      width: 100px;
      min-width: 100px;
      height: 100px;
      margin: 0 auto 8px;
    }
    .js-popup-feedback-small .feedback-popup__row {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }
    .js-popup-feedback-small .feedback-popup__button {
      width: 100%;
    }
  }

  .js-popup-feedback .mistake {
    width: 100%;
    display: inline-block;
    color: red;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .thx-feedback {}
  .thx-feedback .thx_popup_txt {}
  .thx-feedback .thx_popup_txt .zag {}
  .thx-feedback .thx_popup_txt p {}

  /* ====================== Стили под 1280 ======================= */
  .header__top-wrapper {
    background: #F3F2F4;
    margin-bottom: 32px;
  }
  

  body.hidden-scroll main {
    /* padding-left: 20px; */
  }
  body.hidden-scroll header .header__top-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  @media (max-width: 1490px) {
    body.hidden-scroll header .header__bottom {
      width: calc(100% + 20px);
      margin-left: -10px;
    }
  }
  

  .header__catalog {
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }
  main.catalog {
    max-width: 1280px;
    margin: 0 auto;
    width: var(--container-wide);
  }
  .action_detail {
    max-width: 1280px;
    
  }

  .catalog-section {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }

  @media (max-width: 1060px) {
    .header__top-wrapper {
      display: none;
    }
    .header__catalog-list-wrapper.active .header__catalog-list {
      padding: 0 16px;
    }
    main.catalog {
      width: 100% !important;
      padding: 0 40px;
    }
    .container-wide {
      width: 100% !important;
      padding: 0 40px;
    }
    .header__catalog {
      width: 100%;
      margin-left: 0;
      /* padding: 0 40px; */
    }
    .header__catalog-subtitle {
      /*padding-left: 10px;*/
    }
    .bl_about_action {
      padding: 30px 0 0;
    }
    .bx-soa-customer [data-property-id-row="2"],
    .bx-soa-customer [data-property-id-row="3"]
    {
      grid-column: span 2;
    }
  }
  @media (max-width: 767px) {
    .container-wide {
        width: var(--container-mobile)!important;
        padding: inherit;
    }
    main.catalog {
        width: var(--container-mobile)!important;
        padding: 0;
    }
    .item--medium {
      padding: 10px 2px;
    }
    .item__info {
      width: 95%;
    }
    .item--extra-small {
      padding: 10px 2px;
    }
    .catalog-section {
      padding: 0 0;
    }
    .product-page__content-main {
      padding: 0;
    }
  }
  /* ================== Конец стилей под 1280 ==================== */

  @media (min-width: 1060px) {
    .header__catalog-title {
      padding-right: 50px;
    }
  }

  .action_detail .container-wide {
    width: 100%!important;
    padding: 0;
  }
  
  .action_detail .catalog-section {
    padding: 0;
  }
  .catalog__main .catalog-section {
    padding: 0;
  }
  .catalog__main .item--extra-small {
    /*padding: calc((100vw - 120px)/5) 2px 15px;*/
    width: 25%;
  }
  .item--small {
    /*padding: calc((100vw - 120px)/4) 2px 17px;*/
  }
  .main-footer__nav-catalog .nav-catalog {
    display: none;
  }
  .product-page__content-main {
    /*flex: 0 0 826px;*/
    padding-right: 35px;
    padding-left: 0px;
  }
  @media (max-width: 1060px) {
    .container-product {
      padding-left: 0;
    }
    .item--extra-small {
      padding: calc((100vw - 120px)/5) 2px 15px;
    }
  }
  @media (max-width: 767px) {
     .catalog__main .item--extra-small {
      width: 33.3%;
    }
    .product-page__content-main {
      padding-right: 0;
    }
    .main-footer__bottom {
      padding-bottom: 80px;
    }
    .bx-soa-section,
    .bx-regdel
    {
      padding: 15px 10px;
    }
    .user_ontent_page.container-wide {
      padding-top: 40px;
    }
    .user_ontent_page.container-wide .text-block .heading--main {
      margin: 260px 0 0 0;
    }
    .container-wide.page-new-full {
        padding-top: 110px;
    }
    .index.container-wide {
      padding-top: 40px!important;
    }
    .container-wide.page_order {
      padding-top: 30px!important;
    }
  }
  @media (max-width: 560px) {
     .catalog__main .item--extra-small {
      width: 50%;
    }
  }
  .item__link_basket.color_indigo {
    background: var(--r-indigo)!important;
  }
  .item__link_basket.color_red {
    background: var(--r-red)!important;
  }
  .item__link_basket.color_orange {
    background: var(--r-orange)!important;
  }
  .item__link_basket.color_yellow {
    background: var(--r-yellow)!important;
  }
  .item__link_basket.color_green {
    background: var(--r-green)!important;
  }
  .item__link_basket.color_blue {
    background: var(--r-blue)!important;
  }
  .item__link_basket.color_purple {
    background: var(--purple)!important;
  }
  .item__link_basket.color_black {
    background: #000!important;
  }
  .item__link_basket.color_white {
    background: #fff!important;
    color: var(--purple)!important;
    border: 1px solid var(--purple)!important;
  }
  .item__link_basket.color_indigo.in_cart .for_in_c, 
  .item__link_basket.color_red.in_cart .for_in_c, 
  .item__link_basket.color_orange.in_cart .for_in_c, 
  .item__link_basket.color_yellow.in_cart .for_in_c, 
  .item__link_basket.color_green.in_cart .for_in_c, 
  .item__link_basket.color_blue.in_cart .for_in_c, 
  .item__link_basket.color_purple.in_cart .for_in_c, 
  .item__link_basket.color_black.in_cart .for_in_c
  {
    color: #fff!important;
  }
  .item__link_basket.color_indigo.in_cart .for_in_c:after, 
  .item__link_basket.color_red.in_cart .for_in_c:after, 
  .item__link_basket.color_orange.in_cart .for_in_c:after, 
  .item__link_basket.color_yellow.in_cart .for_in_c:after, 
  .item__link_basket.color_green.in_cart .for_in_c:after, 
  .item__link_basket.color_blue.in_cart .for_in_c:after, 
  .item__link_basket.color_purple.in_cart .for_in_c:after, 
  .item__link_basket.color_black.in_cart .for_in_c:after {
    background: url(/local/templates/kitfort_new/img/in-cart-arrow-w.svg) no-repeat!important;
  }
.catalog__main .item--medium {
  padding-top: 38%;
}
.catalog__main .item__gallery {
    height: fit-content;
    padding-top: 25px;
}

.catalog__main .item--big {
  padding-top: 51%!important;;
}
.catalog__main .item--big .item__gallery {
  height: fit-content!important;
}
.catalog__main .item--extra-small {
    padding: 28% 0 15px;
}
@media (max-width: 767px) {
  .catalog__main .item--medium,
  .catalog__main .item--big,
  .catalog__main .item--extra-small
  {
    padding-top: 10px!important;
  }
  .item__gallery-link {
    height: fit-content!important;
  }

}
/*баннеры о времени работы на праздники*/
/*.banner_ny {
    width: 100%;
    background: #ccc;
    margin: 10px 0 15px 0;
    background: url(/local/templates/kitfort_new/img/banner-june-right.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.banner_ny:after {
  position: relative;
    content: "";
    padding-top: 100%;
    display: block;
}
.bx-section__sub_ny {
    font-size: 0;
    width: 100%;
    position: relative;
    background: url(/local/templates/kitfort_new/img/banner-june-left.jpg) no-repeat;
    background-size: 100%;
}
.bx-section__sub_ny:after {
    position: relative;
    content: '';
    padding-top: 37.15%;
    display: block;
}*/
/*баннеры о времени работы на праздники*/
.banner_note_ny {
    padding: 12px 40px;
    text-align: center;
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: rgb(173, 99, 244);
    font-size: 15px;
    line-height: 1.1;
}
.banner_note_ny a {
  color: #fff;
}
.banner_note_ny .close {
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
    background: url(/local/templates/kitfort_new/img/close-note.svg) no-repeat;
    background-size: 100%;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
}
.banner_note_ny .close-str {
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
    background: url(/local/templates/kitfort_new/img/close-note-white.svg) no-repeat;
    background-size: 100%;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
  }
.basket_right {
  height: unset!important;
}
.basket-checkout-container {
  flex-direction: column-reverse;
    display: flex

}

/*ЛОГО НОВОГОДНЕЕ*/
/*.header__bottom-logo::before {
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    background: url(/local/templates/kitfort_new/img/ny-tree.svg) no-repeat;
    right: -50px;
    top: -4px;
    position: absolute;
    background-size: 100%;
}
.header__mobile-logo {
    position: relative;
    margin-left: -20px;
}
.header__mobile-logo::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/local/templates/kitfort_new/img/ny-tree.svg) no-repeat;
    right: -42px;
    top: -4px;
    position: absolute;
    background-size: 100%;
}
/*ЛОГО НОВОГОДНЕЕ END*/

@media only screen and (max-width: 1060px) {
  .banner_note_ny {
      bottom: 70px;
      font-size: 11px;
  }
  .banner_note_ny .close {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}*/
/*Новогоднее end*/

/* Фиксированная шапка */
.header.fixed  {
  margin-bottom: 64px;
}
.header.fixed .header__catalog.active {
  margin-left: unset!important;
}
/*.header.fixed .header__bottom {
  position: fixed;
  top: 0;
  width: calc(100% - 190px);
  max-width: 1280px;
  background: #FFF;
  z-index: 1000;
  height: auto;
}
*/
.header.fixed .header__catalog {
  top: 74px;
  height: calc(100% - 74px);
}
.header.fixed .header-btm_wrapper {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 10px 0;
    z-index: 12;
    transition: .5s;
}
/* Фиксированная шапка end */
.header__catalog {
  display: none;
}
.header__catalog.active {
  display: block;
}
.product-menu {
  padding-top: 105px;
}
.product-aside {
  padding-top: 100px;
}

.sale_confirm .title {
    color: rgb(0, 0, 0);
    font-size: 36.54px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 26px;
}
.sale_confirm .text {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 26px;
}
.sale_confirm .text a {
    font-weight: 700;
    color: rgb(120, 30, 205);
    position: relative;
}
.text .icon_go {
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-block;
    top: -5px;
    background: url(/local/templates/kitfort/img/icons/yago-icon.svg) no-repeat;
    right: -29px;
}

/*ЧТОБ КАРТИНКИ БЫЛИ КВАДРАТНЫЕ*/
.catalog .item__image{
    position: relative;
    width: 100%;
    /* height: fit-content; */
}
.catalog .item__image::after {
  content: '';
  display: block;
  padding-top:100%;
  width:100%;
}
.catalog .item__image img {
    position: absolute;
}

/*ЧТОБ КАРТИНКИ БЫЛИ КВАДРАТНЫЕ END*/

span.note_text_holidays {
    color: #000;
    font-size: 19px;
}
.product-aside {
    /* overflow: auto; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 100vh;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}
.product-aside__variations {
  padding: 0 8px;
}
.product-aside::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-aside { -ms-overflow-style: none; }
.product-aside { overflow: -moz-scrollbars-none; }
@media (max-width: 767px) {
  .product-aside {
    max-height: fit-content;
  }

}

/*МОБ ВЕРСИЯ - БОЛЬШИЕ ЭЛЕМЕНТЫ == МЕЛКИМ*/
@media (max-width: 560px) {
  .catalog__main .item--big {
    width: 50%;
    padding: 10px 0;
    margin-bottom: unset;
  }
  .catalog__main .item--big .item__info {
    width: 95%;
}
  .catalog__main .item__info.new_design .item__heading {
    font-size: 15px;
    line-height: 20px;
  }
  .catalog__main .item--big .item__gallery-link {
    padding-bottom: unset;
    margin-bottom: unset;
  }
  .catalog__main .item--big .item__gallery {
    margin-bottom: unset;
  }
  .catalog__main .item--big,
  .catalog__main .item--medium,
  .catalog__main .item--small,
  .catalog__main .item--extra-small {
    padding-bottom: 10px !important;
        margin-bottom: 0;
  }
}
/*МОБ ВЕРСИЯ - БОЛЬШИЕ ЭЛЕМЕНТЫ == МЕЛКИМ END*/

.orders_info.company_response {
    background: #F6E8FF;
}
.orders_info.company_response .orders_info_subtitle {
    font-size: 18px;
    color: #781ECD;
}
.text_privacy {
    /* color: #000; */
    font-size: 15px;
    margin: 10px 0 0 0;
    line-height: 1.1;
}
.text_privacy a {
  color: var(--purple);
}
.review__source {
  height: unset!important;
}
.review__date {
  line-height: 1.1!important;
  height: unset!important;
}
.container_split {
    background: url(/local/templates/kitfort_test/img/split_icon_mini.svg) no-repeat center left 16px, #F9F9F9;
    padding: 17px 20px 17px 55px;
    margin: 10px 0 0 0;
}
.container_split .top_text {
    font-size: 14px;
    line-height: 1.2;
}
.container_split .btm_text {
    font-size: 12px;
    color: #727474;
    line-height: 1.1;
}

/* Размер шрифта у форм */
@media (max-width: 767px) {
  #bx-soa-properties input, #bx-soa-properties textarea {
    font-size: 16px !important;
    padding: 8px 15px 4px;
  }
}

.header__list-block .open_modal_aks {
    color: var(--purple);
    position: relative;
}
.header__list-block .open_modal_aks::after {
    display: block;
    content: '→';
    width: 10px;
    height: 10px;
    left: 5px;
    position: relative;
    top: -2px;
}
  .header__menu-item .left .active_link {
    display: none;
  }
@media (min-width: 1061px) {
  .header__menu-item.active {
    position: relative;
  }

  .header__menu-item.active .left .active_link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }
}
/*.container_ya_plus {
    margin: 10px 0 0 0;
}*/
.product-yama-line {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-family: alssector;
}
.product-yama-line span {
    line-height: 1;
    position: relative;
    top: 1px;
}
.yama-plus {
    background: linear-gradient(90deg, #FF5C4D, #EB469F, #8341EF);
    color: #fff;
    display: flex;
    border-radius: 15px 3px 3px 15px;
    padding: 3px 5px 3px 3px;
    position: relative;
    line-height: 15px;
    font-size: 18px;
    align-items: center;
    gap: 5px;
}
.item__info.new_design .product-yama-line {
    color: #000;
    margin: 0;
    font-size: 12px;
}
.item__info.new_design .product-yama-line span {}
.item__info.new_design .yama-split {
    padding: 1px 3px 1px 2px;
    font-size: 15px;
    position: relative;
    top: -1px;
}
.item__info.new_design .product-yama {
    margin: 3px 0 5px 0;
}
.item__info.new_design .yama-plus {
    padding: 1px 3px 1px 2px;
    font-size: 15px;
    position: relative;
    top: -1px;
}
.product-page__content-aside .product-yama-line {
    margin: 10px 0 0 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-page__content-aside .product-yama-line:hover {
  color: var(--purple);
}
.product-page__content-aside .product-yama-line::after {
    position: relative;
    content: '→';
    display: block;
}
.product-page__content-aside .product-yama-line:hover::after {
  /*left: 4px;*/
}

/* Страница конкурсов */

.competitions__page .competitions__block {
  margin-bottom: 64px;
}
.competitions__page .competitions__title {
  color: #000000;
  font-size: 50px;
  font-weight: 400;
  margin: 64px 0 32px;
}

.competitions__page .competitions-headliner {
  background: #F6E8FF;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.competitions__page .competitions-headliner__title {
  font-size: 50px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
  line-height: 50px;
}

.competitions__page .competitions-headliner__text {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 32px;
  color: #000000;
}

.competitions__page .competitions-headliner__button {
  width: 292px;
  height: 55px;
  margin-bottom: 16px;
}

.competitions__page .competitions-headliner__winners a {
  font-size: 19px;
}

.competitions__page .competitions-headliner__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.competitions__page .competitions-headliner__infoblock {
  margin-top: 32px;
}

.competitions__page .competitions-headliner__info {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
}
.competitions__page .competitions-headliner__info.bottom {
  margin-bottom: 0;
}

.competitions__page .competitions-prize {
  margin-bottom: 32px;
}

.competitions__page .competitions-prize__title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  line-height: 40px;
  text-align: center;
}

.competitions__page .competitions-prize__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.competitions__page .competitions-prize__list.around {
  justify-content: space-around;
}

.competitions__page .competitions-prize__item {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 16px;
}

.competitions__page .competitions-prize__item.wide {
  width: 256px;
}

.competitions__page .item-gallery__link {
  max-width: 194px;
  max-height: 194px;
}

.competitions__page .item-gallery__link img {
  width: 100%;
  height: 100%;
  max-width: 194px;
  max-height: 194px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.competitions__page .item-gallery__position {
  background-color: #F6E8FF;
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #781ECD;
  font-size: 17px;
  line-height: 21px;
  white-space: nowrap;
}
.competitions__page .item-gallery__position.button--main {
  background-color: #781ECD;
  color: #fff;
  width: 100%;
  max-width: 224px;
  height: 36px;
}

.competitions__page .item-gallery__name {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.competitions__page .item-gallery__feedback {
  color: #999999;
  font-size: 11px;
  line-height: 13px;
}

.competitions__page .competitions-member__title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 32px;
  line-height: 40px;
}

.competitions__page .competitions-member__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.competitions__page .competitions-member__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #F6E8FF;
  padding: 32px;
}

.competitions__page .competitions-member__number {
  color: #781ECD;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

.competitions__page .competitions-member__text {
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

.competitions__page .competitions-member__text ul {
  margin-left: 16px;
}

.competitions__page .competitions-member__text li {
  color: #000000;
}

.competitions__page .competitions-member__info {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
@media (max-width: 1200px) {
  .competitions__page .competitions-member__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .competitions__page .competitions-member__item:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 900px) {
  .competitions__page .competitions__title {
    font-size: 30px; 
    margin: 32px 0 16px;
  }
  .competitions__page .competitions-headliner {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .competitions__page .competitions-headliner__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .competitions__page .competitions-headliner__title,
  .competitions__page .competitions-prize__title,
  .competitions__page .competitions-member__title {
    font-size: 27px;
    line-height: 30px;
  }
  .competitions__page .competitions-prize__item {
    width: 150px;
  }
  .competitions__page .competitions-prize__item.wide {
    width: 150px;
  }
  .competitions__page .competitions-prize__list {
    align-items: stretch;
  }
  .competitions__page .competitions-prize__list.around {
    justify-content: center;
  }
  .competitions__page .item-gallery__position.button--main {
    height: 36px;
    font-size: 12px;
    line-height: 120%;
    white-space: normal;
  }
  .competitions__page .competitions-member__item {
    padding: 16px;
  }
}
@media (max-width: 550px) {
  .competitions__page .competitions-headliner__button {
    width: 100%;
  }
  
  .competitions__page .competitions-headliner__winners a {
    font-size: 17px;
  }
  .competitions__page .competitions-member__list {
    grid-template-columns: 1fr;
  }
  .competitions__page .competitions-member__item:last-child {
    grid-column: span 1;
  }
}

.js-popup-question .feedback-form__input,
.js-popup-part .feedback-form__input
{
  padding-right: 0;
}
.aks-form-content .feedback-form__heading.quest_zag {
    float: left;
    width: 100%;
    font-size: 19px;
    text-align: center;
    color: var(--purple);
    border-bottom: 2px solid var(--purple);
    padding-bottom: 5px;
}
.aks-form-content .quest_link {
    margin: 5px 0 30px 0;
    /*display: inline-block;*/
    text-align: center;
    width: 50%;
    font-size: 19px;
    color: #000;
    display: none;
}
.js-popup-question .feedback-form__heading.quest_zag {
  float: left;
  width: 100%;
    font-size: 19px;
    text-align: center;
    color: var(--purple);
    border-bottom: 2px solid var(--purple);
    padding-bottom: 5px;
}
.js-popup-question .quest_link {
  margin: 5px 0 30px 0;
    /*display: inline-block;*/
    text-align: center;
    width: 50%;
    font-size: 19px;
    color: #000;
    display: none;
}

@media (max-width: 767px) {
  .aks-form-content .feedback-form__heading.quest_zag,
  .aks-form-content .quest_link,
  .js-popup-question .feedback-form__heading.quest_zag,
  .js-popup-question .quest_link {
    line-height: 1;
    margin: 0 0 15px 0;
    padding-top: 2px;
  }
  .js-popup-question,
  .js-popup-part {
        width: 80%;
        margin-left: unset;
        left: 10%;
  }
.aks-form-content .quest_link, .js-popup-question .feedback-form__heading.quest_zag {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.product-aside .product-yama {
  display: block;
}
.catalog-section__list.js-section-container .product-yama {
  display: block;
}
.catalog-section .product-yama {
  /*display: none;*/
}
.product-yama {
   /*display: none;*/
}
.catalog-section .item--extra-small .item__gallery-link,
.catalog-section .item--big .item__gallery-link,
.catalog-section .item--medium .item__gallery-link,
.catalog-section .item--small .item__gallery-link
{
  /*height: unset;*/
}
.basket_right .yama-plus,
.basket_right .yama-split {
    align-items: center;
    justify-content: center;
    height: 20px;
    
    margin-top: -2px;
    font-size: 15px;
}
.basket_right .product-yama-line {
  color: #000;
}
.basket_right .yama-plus svg {
    width: 14px;
    height: 14px;
}
.basket_right .yama-split svg {
    width: 15px;
    height: 15px;
}
.basket_right .yama-plus {
    padding: 0px 3px 0px 3px;
}
.basket_right .yama-split {
    padding: 0px 3px 0px 1px;
}


.bx-soa-cart-total .yama-plus,
.bx-soa-cart-total .yama-split {
    align-items: center;
    justify-content: center;
    height: 20px;
    
    margin-top: -2px;
    font-size: 15px;
}
.bx-soa-cart-total .product-yama-line {
  color: #000;
}
.bx-soa-cart-total .yama-plus svg {
    width: 14px;
    height: 14px;
}
.bx-soa-cart-total .yama-split svg {
    width: 15px;
    height: 15px;
}
.bx-soa-cart-total .yama-plus {
    padding: 0px 3px 0px 3px;
}
.bx-soa-cart-total .yama-split {
    padding: 0px 3px 0px 1px;
}
.js-popup-yaplus {
    max-width: 540px;
    margin-left: -270px;
}
.js-popup-yaplus .yaplus_container_text {
    display: flex
;
    flex-direction: column;
    align-items: center;
    color: #000;
}
.js-popup-yaplus .yaplus_container_text img {
    max-width: 100px;
}
.js-popup-yaplus .zag {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin: 10px 0 10px;
}
.js-popup-yaplus .text_btm {
    text-align: center;
    line-height: 1.2;
    font-size: 17px;
}
.js-popup-yaplus .close_modal_yap {
    width: 100%;
    text-align: center;
    background: var(--purple);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: 15px 0 0 0;
    font-size: 19px;
}
@media (max-width: 767px) {
  .js-popup-yaplus {
    width: 90%;
    margin-left: unset;
    left: 5%;
    max-width: unset;
}
}
.product-yama-line.open_modal_yaplus {
    cursor: pointer;
}
.product-yama-line.open_modal_yaplus:hover {
    color: var(--purple);
}
.catalog-section__list .item--extra-small {
  width: 25%;
}
@media (max-width: 767px) {
  .catalog-section__list .item--extra-small {
  width: 50%;
}

}

.populars.action_detail.w_switch {}
.populars.action_detail.w_switch .switch_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px 0;
}
.populars.action_detail.w_switch .switch_container a {
    width: 50%;
    display: inline-block;
    margin: 0;
    max-width: 220px;
    border-bottom: 2px solid transparent;
    padding: 0 0 5px 0;
    font-size: 19px;
    color: #000;
}
.populars.action_detail.w_switch .switch_container a.active {
    border-bottom: 2px solid var(--purple);
    color: var(--purple);
}
.populars.action_detail.w_switch .catalog__heading {
    margin-right: 0px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
.populars.action_detail.w_switch .switch_container {
  justify-content: left;

}
.populars.action_detail.w_switch .switch_container a {
  text-align: center;
}
}

/* Страница "Где купить" */
.where-buy__page .where-buy__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 64px;
}

.where-buy__page .where-buy__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.where-buy__page .where-buy__tab-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
  position: relative;
}



.where-buy__page .where-buy__tab-title:hover {
  color: #781ECD;
}

.where-buy__page .where-buy__tab-title.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #781ECD;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 640px) {
  .where-buy__page .where-buy__tabs {
     margin-bottom: 20px; 
    /*margin-bottom: 0;*/
  }

  .where-buy__page .where-buy__tab-title {
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .where-buy__page .where-buy__tab-title.active::after {
    bottom: 0px;
  }
}

.where-buy__page .where-buy__tab-title.active {
  color: #781ECD;
}

.where-buy__page .where-buy__tab-title svg,
.where-buy__page .where-buy__tab-title img
{
  margin-bottom: 3px;
}

.where-buy__page .where-buy__tab-content {
  display: none;
  grid-template-columns: repeat(5, 1fr);
}

.where-buy__page .where-buy__tab-content__item {
  width: 100%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.where-buy__page .where-buy__tab-content__item svg,
.where-buy__page .where-buy__tab-content__item img
{
  transition: all 0.3s ease-in-out;
  max-height: 64px;
  max-width: 176px;
  width: 100%;
}

.where-buy__page .where-buy__tab-content__item:hover svg,
.where-buy__page .where-buy__tab-content__item:hover img
{
  transform: scale(1.1);
}
.where-buy__page .where-buy__tab-content__item:hover {
  background: #F9F9F9;
}

.where-buy__page .where-buy__tab-content.active {
  display: grid;
}

@media (max-width: 1300px) {
  .where-buy__page .where-buy__tab-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .where-buy__page .where-buy__tab-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .where-buy__page .where-buy__title {
    font-size: 24px;
    line-height: 28px;
  }
  .where-buy__page .where-buy__tab-title {
    font-size: 17px;
    line-height: 17px;
  }
  .where-buy__page .where-buy__tab-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .where-buy__page .where-buy__tab-content__item {
    height: 64px;
  }
  .where-buy__page .where-buy__tab-content__item svg,
  .where-buy__page .where-buy__tab-content__item img
  {
    max-width: 115px;
    max-height: 45px;
  }
  .where-buy__page .where-buy__tabs {
    padding-bottom: 14px;
  }
}

.product-page.top {
  margin-top: 110px;
}

/*картинки оплат оформление*/
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(1) .bx-soa-pp-company-graf-container,
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(2) .bx-soa-pp-company-graf-container,
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(3) .bx-soa-pp-company-graf-container,
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(4) .bx-soa-pp-company-graf-container
{
    position: relative;
    gap: 5px;
    flex-direction: column;
}
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(1) .bx-soa-pp-company-graf-container:before {
    display: block;
    /* opacity: 0; */
    content: '';
    width: 100%;
    height: 24px;
    position: relative;
    left: 0;
    background: url(/local/templates/kitfort_new/img/checkout-image-cards3.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(2) .bx-soa-pp-company-graf-container:before {
    display: block;
    /* opacity: 0; */
    content: '';
    width: 100%;
    height: 24px;
    position: relative;
    left: 0;
    background: url(/local/templates/kitfort_new/img/checkout-image-pay.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
#bx-soa-paysystem .row .bx-soa-pp-company:nth-child(3) .bx-soa-pp-company-graf-container:before {
    display: block;
    /* opacity: 0; */
    content: '';
    width: 100%;
    height: 24px;
    position: relative;
    left: 0;
    background: url(/local/templates/kitfort_new/img/checkout-image-split.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
#bx-soa-paysystem .bx-soa-pp-company-graf-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#bx-soa-paysystem .bx-selected .bx-soa-pp-company-stitle {
  color: var(--purple);
}
#bx-soa-paysystem .row .bx-soa-pp-company {
  width: 100%!important;
}
@media (max-width: 1023px) {
  #bx-soa-paysystem .bx-soa-pp-item-container > .row {
      grid-template-columns: auto;
  }
}
/*картинки оплат оформление end*/

/* Шапка и подвал обновленные */
.header__top-nav-open {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.header__top-nav-open .text {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  transition: all 0.2s ease-in-out;
}

.header__top-nav-open svg {
  stroke: #999999;
  transition: all 0.2s ease-in-out;
  transform: rotate(0);
}

.header__top-nav-list {
  position: absolute;
  top: 100%;
  left: -17px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #00000026;
  opacity: 0;
  z-index: -1;
}
.header__top-nav-list > * {
  color: #000;
  white-space: nowrap;
  display: inline-block;
}

.header__top-nav-list > *:not(:last-child) {
  margin-bottom: 16px;
}

.header__top-nav-open:hover .header__top-nav-list {
  opacity: 1;
  z-index: 200;
  transition: all 0.2s ease-in-out;
}
.header__top-nav-list a:hover {
  color: var(--purple);
}
.header__top-nav-open:hover svg {
  transform: rotate(180deg);
  stroke: #781ECD;
}

.header__top-nav-open:hover .text {
  color: #781ECD;
}

.header__tags {
  padding: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.header__tags::-webkit-scrollbar {
  display: none;
}

.header__tags a .text {
  line-height: 20px;
}

@media (max-width: 1060px) {
  .header__tags {
    padding: 8px 26px;
    width: calc(100% + 80px);
    margin-left: -40px;
    background: #FFF;
  }

  .mobile__menu {
    z-index: 120;
  }
}

@media (max-width: 767px) {
  .header__tags {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 8px 20px;
  }
}

.header__tags a {
  font-size: 17px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000000;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  height: 36px;
  padding: 3px 0 0;
  /*background: #F3F2F4;*/
  border-radius: 20px;
}

.header__tags a svg {
  fill: #000000;
  transition: all 0.2s ease-in-out;
  margin-top: -3px;
}

.header__tags a:hover {
  color: #781ECD;
}

.header__tags a:hover svg,
.header__top-socials a:hover svg
{
  fill: #781ECD!important;
}

.header.fixed .header__tags {
  /* display: none; */
}

.mobile__menu-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #F3F2F4;
  border-bottom: 1px solid #F3F2F4;
  width: 100%;
}

.mobile__menu-block > * {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.mobile__menu-list {
  margin-bottom: 0;
}


.main-footer {
  padding-bottom: 40px;
}

.main-footer__bottom .container-wide-footer {
  border-top: none;
  border-bottom: 1px solid hsla(0,0%,100%,.7);
  padding: 0 0 32px;
  margin-bottom: 32px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.main-footer__links-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main-footer__links-title .text {
  font-size: 30px;
  line-height: 32px;
}

.main-footer__links-title svg {
  display: none;
}

.main-footer__links-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-footer__link {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 19px;
}

.main-footer__phone-block {
  flex-direction: column;
  align-items: flex-start;
  min-width: 293px;
}

.main-footer__phone {
  width: auto;
}

.main-footer__phone p {
  opacity: 1;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 8px;
}

.main-footer__link.js-popup-question-button {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 32px;
}

.main-footer__download-app-title {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.main-footer__download-app-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  footer .js-popup-question-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 1150px) {
  .main-footer__bottom .container-wide-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-footer__logo,
  .main-footer__phone-block {
    grid-column: span 2;
  }
}

@media screen and (max-width: 1060px) {
  .main-footer__bottom .container-wide-footer {
    padding: 0 40px 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-footer__phone {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
  .main-footer__link.js-popup-question-button {
    -ms-flex-order: 2;
    order: 2;
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 32px !important;
  }
  .main-footer__download-app {
    -ms-flex-order: 4;
    order: 4;
  }
  .main-footer__links-title .text {
    font-size: 22px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer__bottom .container-wide-footer {
    padding: 0 0px 32px;
  }
}

@media only screen and (max-width: 650px) {
  .main-footer__bottom .container-wide-footer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main-footer__logo,
  .main-footer__phone-block {
    grid-column: span 1;
  }
  .main-footer__logo {
    margin-bottom: 16px;
  }
  .main-footer__phone-block {
    margin-top: 16px;
  }
  .main-footer__links {
    padding-bottom: 16px;
    border-bottom: 1px solid hsla(0,0%,100%,.7);
  }
  .main-footer__links-title {
    margin-bottom: 0;
  }
  .main-footer__links-title svg {
    display: block;
    transition: all 0.3s;
  }
  .main-footer__links-list {
    max-height: 0;
    overflow: hidden;
  }
  .main-footer__links-title.active + .main-footer__links-list {
    max-height: 160px;
    overflow: visible;
  }
  .main-footer__links-title.active svg {
    transform: rotate(180deg);
    
  }
  .main-footer__links-title.active {
    margin-bottom: 24px;
  }
  .main-footer {
    padding-bottom: 70px;
  }
}
/* Шапка и подвал обновленные end*/

.orders_i_top .edit_review {
  font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    line-height: 1.2;
    width: unset;
}
@media only screen and (max-width: 767px) {
.orders_i_top .edit_review {
  line-height: 1;
}
}

.action_detail .catalog-section-head {
    position: relative;
}
.action_detail {
  position: relative;
}
.action_detail .catalogTree {
    margin: 0;
    padding: 120px 0 0 0;
    width: 100%;
    float: none;
    position: absolute;
    z-index: 10;
    display: none;
    background: #fff;
    max-width: 1280px;
    box-shadow: 0px 0px 20px 0px #00000026;
    padding: 35px 1% 1%;
    max-width: 100%;
    max-height: 90vh;
    overflow: scroll;
}
.action_detail .catalogTree.active {
  display: block;
}
.action_detail .catalogTree .catTree {
    line-height: 1.1;
    margin: 0 0 3px 0;
    display: inline-block;
    color: #999999;
    width: 24%;
    font-size: 14px;
}
.action_detail .open_sections_list {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 36px;
    height: 30px;
    background-image: url(../img/catalog/catalog-button.svg);
    background-position-x: 4px;
    background-repeat: no-repeat;
}
.action_detail .catalogTree.active .open_sections_list {
    left: unset;
    right: 20px;
    top: 10px;
    background: url(/local/templates/kitfort/img/icons/close2.svg) no-repeat center;
}
@media only screen and (max-width: 1390px) {
.action_detail .catalogTree .catTree {
    width: 32%;
}  
}
@media only screen and (max-width: 1140px) {
.action_detail .catalogTree .catTree {
    width: 49%;
}  
}
@media only screen and (max-width: 1060px) {
.action_detail .catalogTree {
  width: 92%;
  left: 4%;
}
}
@media only screen and (max-width: 767px) {
.action_detail .open_sections_list {
    left: unset;
    right: 0;
}
    .action_detail .catalogTree {
        width: 100%;
        left: 0%;
    }
}
@media only screen and (max-width: 479px) {
.action_detail .open_sections_list {
  top: 0;
}
.action_detail .catalogTree .catTree {
    width: 100%;
} 
}
.basket_items_nis {
    margin: 20px 0 0 0;
    color: #000;
}
.basket_items_nis ~ .basket_i {}
.basket_items_nis ~ .basket_i .basket_i_img,
.basket_items_nis ~ .basket_i .basket_info,
.basket_items_nis ~ .basket_i .basket_price {
  opacity: 0.5;
}
.basket_items_nis ~ .basket_i .basket_count {
  display: none;
}
.tiktok_video h1 {
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.tiktok_video h1 {
  margin-top: unset;
}  
.catalog-section-head.flex_bl .catalog__heading {
  margin-bottom: 25px;
}
.catalog-section-head.flex_bl {
  padding: 0 0 5px 0;
}
}
/*для переноса в карточку (задача про двойные хар-ки)*/
.product-page__content-main .otherproducts__list .item--extra-small {
    width: 33%;
    display: block;
}
.product-page__content-main .tabs_chars_l {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #DADADA;
}
.product-page__content-main .tabs_chars_l .link_tab_i {
    display: inline-block;
    color: #000;
    max-width: calc(50% - 15px);
    margin: 0 12px 0 0;
    border-bottom: 3px solid transparent;
    padding: 0 0 4px 0;
    cursor: pointer;
}
.product-page__content-main .tabs_chars_l .link_tab_i.active {
    color: var(--purple);
    border-bottom: 3px solid var(--purple);
    cursor: default;
}
.product-page__content-main .tabs_chars_i {}
.product-page__content-main .tabs_chars_i .char_i {
    display: none;
}
.product-page__content-main .tabs_chars_i .char_i.active {
    display: block;
}
@media (max-width: 1199px) {
.product-page__content-main .tabs_chars_l .link_tab_i {
  font-size: 13px;
  line-height: 1.2;
}
}
/*для переноса в карточку (задача про двойные хар-ки)*/


/*доработки детальной акции (с каталогом)*/
.action_detail main.catalog {
width: unset;
}
.action_detail .catalog .nav-category-list__item a {
    color: rgba(120, 114, 125, .7);
}
.action_detail .catalog .nav-category-list__item--active a {
  color: #000;
}
@media (max-width: 1023px) {
    .action_detail .catalog-button {
        margin: 0;
    }
    .action_detail .populars {
        margin-top: 10px;
    }
    .action_detail .catalog .catalog-section-head {
      margin-top: 0;
    }
    .action_detail main.catalog {
        padding-top: 0px !important;
    }
    .action_detail .catalog .nav-category-list__item {}


    .action_detail .catalog .nav-category__heading {}
    .action_detail .catalog .nav-category__heading a {}
}
/*доработки детальной акции (с каталогом)*/
@media (min-width: 768px) {
  .action_detail .item--extra-small .item__gallery-link {
    /*height: 100%!important;*/
  }
}

/* Слайдер на главной */
.containder_slider_new {
  position: relative;
  padding-top: 12px;
}

.containder_slider_new .headliner__swiper .swiper-slide {
  height: 520px;
  overflow: hidden;
}

.containder_slider_new .headliner__swiper .swiper-slide.light {
  background: #F6E8FF;
}
.containder_slider_new .headliner__swiper .swiper-slide.dark {
  background: #781ECD;
}
.containder_slider_new .headliner__swiper .swiper-slide.background {
  /* background-image: url("/local/templates/kitfort_new/img/main-swiper/slider-bg.jpg"); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; */
}

.containder_slider_new .headliner__swiper .swiper-slide.background .bg-desctop,
.containder_slider_new .headliner__swiper .swiper-slide.background .bg-mobile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1920px) {
  .containder_slider_new .headliner__swiper .swiper-slide.background .bg-desctop,
  .containder_slider_new .headliner__swiper .swiper-slide.background .bg-mobile {
    background-size: auto 100%;
  }
}

.containder_slider_new .headliner__swiper .swiper-slide.background .bg-desctop {
  height: 520px;
}

.containder_slider_new .headliner__swiper .swiper-slide.background .bg-mobile {
  display: none;
}

@media (max-width: 780px) {
  .containder_slider_new .headliner__swiper .swiper-slide.background .bg-desctop {
    height: 320px;
  }
  .containder_slider_new .headliner__swiper .swiper-slide.img-one .bg-mobile {
    display: block;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .containder_slider_new .headliner__swiper .swiper-slide.background .bg-desctop {
    display: none;
  }
  .containder_slider_new .headliner__swiper .swiper-slide.background .bg-mobile {
    display: block;
    height: 320px;
    background-size: cover;
    background-position: center;
  }
}


@media (max-width: 1920px) {
  .containder_slider_new .headliner__swiper .swiper-slide.background {
    background-size: auto 100%;
  }
}

.containder_slider_new .headliner__swiper .headliner__swiper-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.containder_slider_new .headliner__swiper .headliner__swiper-left {
  width: 50%;
  height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.containder_slider_new .headliner__swiper .headliner__swiper-title {
  padding-top: 115px;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.containder_slider_new .headliner__swiper .headliner__swiper-title.pt-135 {
  padding-top: 135px;
}

.containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-title {
  color: #781ECD;
}

.containder_slider_new .headliner__swiper .headliner__swiper-text {
  font-size: 19px;
  line-height: 100%;
  font-weight: 400;
  color: #FFFFFF;
}

.containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-text {
  color: #781ECD;
}

.containder_slider_new .headliner__swiper .headliner__swiper-btn {
  height: 48px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  color: #781ECD;
  position: absolute;
  left: 0;
  bottom: 64px;
  cursor: pointer;
  opacity: 1;
  transition: .3s;
}

.containder_slider_new .headliner__swiper .headliner__swiper-btn:hover {
  background: #781ECD;
  color: #FFFFFF;
}

.containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-btn {
    color: #FFFFFF;
    background: #781ECD;
}

.containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-btn:hover {
  opacity: .7;
}

.containder_slider_new .headliner__swiper .headliner__swiper-right {
  width: 50%;
  height: 520px;
  position: relative;
}

.containder_slider_new .headliner__swiper .headliner__swiper-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 460px;
  margin: 30px auto;
}

.containder_slider_new .headliner__swiper .headliner__swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.containder_slider_new .headliner__swiper .headliner__swiper-heart-one,
.containder_slider_new .headliner__swiper .headliner__swiper-heart-two,
.containder_slider_new .headliner__swiper .headliner__swiper-heart-three {
  transition: transform 0.3s ease-out;
  will-change: transform;
  position: absolute;
  z-index: 10;
}

.containder_slider_new .headliner__swiper .headliner__swiper-heart-one {
  left: 0;
  top: 90px;
}

.containder_slider_new .headliner__swiper .headliner__swiper-heart-two {
  left: 0;
  top: 211px;
}

.containder_slider_new .headliner__swiper .headliner__swiper-heart-three {
  right: 0;
  bottom: 90px;
}

.containder_slider_new .headliner__swiper .headliner__swiper-right figure {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 50%;
  background: #AD63F4;
  cursor: pointer;
}

.containder_slider_new .headliner__swiper .headliner__swiper-right figure .banner__video-button {
  left: 55%;
  width: 100%;
  height: 100%;
}

.containder_slider_new .headliner__swiper .headliner__swiper-right figure svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.containder_slider_new .headliner__swiper .headliner__swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

.containder_slider_new .headliner__swiper .headliner__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 4px;
  border-radius: 0;
  background: #DADADA;
}

.containder_slider_new .headliner__swiper .headliner__swiper-pagination .swiper-pagination-bullet-active {
  background: #781ECD;
  opacity: 1;
  height: 4px;
  border-radius: 0;
  width: 50px;
}

.containder_slider_new .headliner__swiper-button-prev,
.containder_slider_new .headliner__swiper-button-next {
  position: absolute;
  top: 20px;
  height: 520px;
  width: calc((100% - 1280px) / 2);
  z-index: 10;
  cursor: pointer;
}

.containder_slider_new .headliner__swiper-button-prev {
  left: 0;
}

.containder_slider_new .headliner__swiper-button-next {
  right: 0;
}

.containder_slider_new .headliner__swiper-button-prev svg,
.containder_slider_new .headliner__swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  stroke: #FFFFFF;
}

.containder_slider_new .headliner__swiper-button-prev.light svg,
.containder_slider_new .headliner__swiper-button-next.light svg {
  stroke: #781ECD;
}

@media (max-width: 1280px) {
  .containder_slider_new .headliner__swiper-button-prev,
  .containder_slider_new .headliner__swiper-button-next {
    display: none;
  }
}

@media (max-width: 1060px) {
  .containder_slider_new {
    padding-top: 107px;
  }
}

@media (max-width: 900px) {
  .containder_slider_new .headliner__swiper .headliner__swiper-heart-one,
  .containder_slider_new .headliner__swiper .headliner__swiper-heart-two,
  .containder_slider_new .headliner__swiper .headliner__swiper-heart-three {
    display: none;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-title,
  .containder_slider_new .headliner__swiper .headliner__swiper-title.pt-135 {
    padding-top: 50px;
  }
}

@media (max-width: 780px) {
  .containder_slider_new .headliner__swiper .swiper-slide {
    height: 320px;
  }
  .containder_slider_new .headliner__swiper .headliner__swiper-title,
  .containder_slider_new .headliner__swiper .headliner__swiper-title.pt-135 {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 8px;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-text {
    font-size: 14px;
  }

  .containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-title, .containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-text {
      color: #781ECD;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-btn {
    height: 40px;
    font-size: 16px;
    bottom: 20px;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-left {
    width: 70%;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-right {
    display: none;
  }

  .containder_slider_new .headliner__swiper .swiper-slide.video .headliner__swiper-right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-right figure {
    width: 50px;
    height: 50px;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    clip-path: border-box;
  }

    .containder_slider_new .headliner__swiper .headliner__swiper-right figure .banner__video-button {
      top: 0;
      left: 3px;
  }

  .containder_slider_new .headliner__swiper .headliner__swiper-right figure svg {
    width: 18px;
    height: 25px;
  }

  .containder_slider_new .headliner__swiper .swiper-slide.img-one {
    /* background-image: url("/local/templates/kitfort_new/img/main-swiper/slider-img.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }

  

    .containder_slider_new .headliner__swiper .swiper-slide.light .headliner__swiper-btn {
        
        color: #FFFFFF;
        background: #781ECD;
    }

  .containder_slider_new .headliner__swiper .headliner__swiper-left {
    height: 320px;
  }
}

@media (max-width: 450px) {
  .containder_slider_new .headliner__swiper .headliner__swiper-left {
    width: 100%;
  }

  .containder_slider_new .headliner__swiper .swiper-slide.img-one {
    background-position: left bottom;
  }
}
.videoreviews__item-top {
  width: 100%;
}
.videoreviews__item-top:before {
  width: 100%;
  padding-top: 100%;
  content: '';
  /*display: block;*/
}
.videoreviews__item-thumb-src {
  max-height: 250px;
}
.page_order .bx-total-coupon .bx-soa-coupon-input input[type=text].form-control {
    display: none;
}
.page_order .bx-soa-coupon-input:after {
  display: none;
}
.header__top-nav-list .header__right-link .desctop {
    color: #000;
    font-size: 17px;
}

.container-wide.index .populars {
  margin-top: 0px;
}
@media (max-width: 600px) {
  .text-info.text-info--left-img.index__about {
    display: none;
  }
  .index.container-wide {
    padding-top: 20px !important;
}
  .container-wide.index .populars .item--large {
    padding: 10px 0!important;
    width: 50%;
  }
  .container-wide.index .love .item--big:nth-child(n+2) {
    width: 50%;
    padding: 10px 2px;
  }
  .container-wide.index .love .item--small {
    padding: 10px 2px;
  }
  .container-wide.index .love .item--big:nth-child(n+2) {}
  .container-wide.index .populars .item--small {
    padding: 10px 0;
  }
  .container-wide.index .populars .price_block_wd100 {
    max-width: 100%;
  }
  .container-wide.index .populars .item--large .item__heading, 
  .container-wide.index .love .item--big:nth-child(n+2) .item__heading 
  {
    font-size: 15px;
    line-height: 20px;
  }
  .container-wide.index .love .item--big:nth-child(n+2) .item__bubble {
    display: none;
  }
  .container-wide.index .love .item--big:nth-child(n+2) .item__info {
    width: 95%;
  }
  .container-wide.index .populars .item--large .item__gallery-link,
  .container-wide.index .love .item--big:nth-child(n+2) .item__gallery-link
  {
    -webkit-transform: none;
        transform: none;
        position: static;
        height: fit-content!important;
  }
  .container-wide.index .love .item--big:nth-child(n+2) .item__gallery-link {
    margin-bottom: 0;
  }
    .container-wide.index .populars .item--large .item__gallery, 
    .container-wide.index .love .item--big:nth-child(n+2) .item__gallery 
    {
        height: 100% !important;
        margin-bottom: unset;
    }
  .container-wide.index .populars .item--large .hearts {
    display: none;
  }
  .container-wide.index .populars__list .item:nth-child(n+8) {
    display: block;
  }

}

/* Страница "доставка" */
.delivery__page {
  padding-top: 36px;
}

.delivery__title {
  color: #000;
  font-size: 50px;
  margin-bottom: 32px;
  font-weight: 400;
}

.delivery__textblock {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}

.delivery__textblock p {
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}

.delivery-point {
  margin-bottom: 32px;
}

.delivery-point__title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 32px;
}

.delivery-point__row {
  display: flex;
  align-items: center;
  gap: 32px;
}

.delivery-point__left {
  width: 100%;
  max-width: 360px;
}

.delivery-point__filter {
  margin-bottom: 16px;
}

.delivery-point__filter  > *:not(:last-child) {
  margin-bottom: 16px;
}

.delivery-point__filter .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.delivery-point__filter .checkbox input {
  opacity: 0;
}

.delivery-point__filter .checkbox label::before {
  border-color: #DADADA;
}
.delivery-point__filter .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #781ecd;
}

.delivery-point__filter .checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.delivery-point__filter .checkbox label svg {
  margin-top: -2px;
}

.delivery-point__adress {
  margin-bottom: 16px;
}

.delivery-point__adress input {
  width: 100%;
  padding-top: 10px;
}

.delivery-point__list {
  max-height: 396px;
  overflow-y: auto;
}

.delivery-point__list .delivery-point__item {
  padding: 20px 0;
  border-bottom: 1px solid #DADADA;
  max-width: 330px;
}

.delivery-point__list .delivery-point__item:first-child {
  padding-top: 0;
}

.delivery-point__list .delivery-point__item:last-child {
  border-bottom: none;
}

.delivery-point__list .delivery-point__item-title {
  font-weight: 700;
  line-height: 100%;
  color: #000;
  margin-bottom: 10px;
}

.delivery-point__list .delivery-point__item-adress {
  font-size: 14px;
  line-height: 100%;
  color: #000;
  margin-bottom: 10px;
}

.delivery-point__list .delivery-point__item-time {
  font-size: 14px;
  line-height: 100%;
  color: #000;
}

.delivery-point__right {
  width: 100%;
}

.delivery-point__right .delivery-point__map {
  width: 100%;
  height: 542px;
}

.delivery-point__right .delivery-point__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.delivery-faq__list .delivery-faq__item {
  padding: 17px 0;
  border-top: 1px solid #DADADA;
}

.delivery-faq__list .delivery-faq__item:last-child {
  border-bottom: 1px solid #DADADA;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__title {
  font-size: 24px;
  line-height: 120%;
  color: #000;
  font-weight: 400;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__text p {
  color: #000;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__text ul {
  padding-left: 24px;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__text ul li {
  color: #000;
  font-weight: 400;
  line-height: 120%;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__item-top + .delivery-faq__text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__item-top svg {
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__item-top.active + .delivery-faq__text {
  max-height: 300px;
  overflow: visible;
  padding-top: 16px;
}

.delivery-faq__list .delivery-faq__item .delivery-faq__item-top.active svg {
  transform: rotate(180deg);
}

@media (max-width: 700px) {
  .delivery__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .delivery__textblock p {
    font-size: 14px;
  }

  .delivery-point__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .delivery-point__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-point__left {
    max-width: 100%;
  }

  .delivery-point__filter {
    margin-bottom: 20px;
  }

  .delivery-point__adress {
    margin-bottom: 20px;
  }

  .delivery-point__list {
    max-height: 200px;
  }

  .delivery-point__list .delivery-point__item {
    max-width: calc(100% - 30px);
  }

  .delivery-point__right .delivery-point__map {
    height: 250px;
  }

  .delivery-faq__list .delivery-faq__item .delivery-faq__title {
    font-size: 19px;
  }

  .delivery-faq__list .delivery-faq__item .delivery-faq__text p,
  .delivery-faq__list .delivery-faq__item .delivery-faq__text ul li {
    font-size: 14px;
  }


}
/* конец страницы "доставка" */



/* Модалка cookies */
.modal__coockies {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 12px 0;
  box-shadow: 4px 4px 25px 0px #00000026;
  background: #FFF;
  z-index: 110;
  display: none;
}

.modal__coockies.active {
  display: block;
}

.modal__coockies.b-0 {
  bottom: 0;
}

.modal__coockies-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.modal__coockies-text {
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: #000;
}

.modal__coockies-btn {
  min-width: 135px;
  width: 135px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
}
/* Конец модалки cookies */

@media (max-width: 1060px) {
  .modal__coockies {
    bottom: 106px;
  }

  .modal__coockies.b-0 {
    bottom: 70px;
  }
}

@media (max-width: 700px) {
  .modal__coockies .container-wide {
    padding: 0;
  }
  .modal__coockies-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .modal__coockies-text {
    font-size: 14px;
  }

  .modal__coockies-btn {
    min-width: 100%;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 468px) {
  .modal__coockies {
    bottom: 119px;
  }
}

.appkitfort header {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.appkitfort .page-bottom {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.appkitfort .product-page__content-aside .container_buy {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.appkitfort .product-page__content-aside .detail_top_btns {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.appkitfort .add_fav {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.appkitfort .banner_note_ny,
.appkitfort .breadcrumb,
.appkitfort .otherproducts,
.appkitfort .menu__bottom,
.appkitfort .container_buy_mobile/*,
.appkitfort .product-menu__item--shorts,
.appkitfort .product-page__shorts*/
{
  display: none!important;
}
.appkitfort .product-aside {
  padding-top: 0;
}
.appkitfort main {
  padding-top: 0!important;
}
.appkitfort .containder_slider_new {
  padding-top: 0px;
}
/*баннер в СЦ на праздники*/
.block_banner_holidays {
  width: 100%;
  height: fit-content;
  margin: 0 0 20px 0;
  display: none;
}
.block_banner_holidays img {
  width: 100%;
  max-width: 100%;
  display: none;
}
/*баннер в СЦ на праздники*/

/* Страница доставки */
.return__page {
  padding-top: 52px;
  padding-bottom: 32px;
}

.return__page .return__title {
  font-size: 50px;
  line-height: 120%;
  color: #000;
  margin-bottom: 32px;
}

.return__page .return__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.return__page .return__left, 
.return__page .return__right {
  width: 100%;
  max-width: 608px;
}

.return__page .return-right__block {
  margin-bottom: 32px;
}

.return__page .return-form__block-title {
  font-size: 30px;
  line-height: 120%;
  color: #000;
  margin-bottom: 32px;
}

.return__page .return-right__title {
  font-size: 30px;
  line-height: 120%;
  color: #000;
  margin-bottom: 16px;
}

.return__page .return-form__input {
  margin-bottom: 32px;
}

.return__page .return-form__row-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.return__page .radio-input {
  margin-bottom: 32px;
  padding-bottom: 0;
}

.return__page .radio-input .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.return__page .radio-input .checkbox input {
  opacity: 0;
}

.return__page .radio-input .checkbox label::before {
  border-color: #781ECD;
}
.return__page .radio-input .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #781ecd;
}

.return__page .radio-input .checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.return__page .radio-input .checkbox label svg {
  margin-top: -2px;
}

/* Radiobutton start */
.return__page .return-form__row-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.return__page .return-form__row-radio .return-form__input input {
  display: none;
}

.return__page .return-form__row-radio .return-form__input label {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  position: relative;
  cursor: pointer;
}

@media (max-width: 600px) {
  .return__page .return-form__row-radio {
    gap: 10px;
  }
  .return__page .return-form__row-radio .return-form__input label {
    gap: 4px;
  }
}

.return__page .return-form__row-radio .return-form__input label::before {
  content: '';
  width: 17px;
  height: 17px;
  border: 2px solid #ddd;
  border-radius: 50%;
  pointer-events: none;
  margin-bottom: 2px;
}

.return__page .return-form__row-radio .return-form__input input:checked + label::before {
  border-color: #781ECD;
}

.return__page .return-form__row-radio .return-form__input input:checked + label::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #781ECD;
  position: absolute;
  top: 5px;
  left: 4px;
}
/* Radiobutton end */



.return__page .return-form__result-block .return-form__result-block-title {
  font-size: 17px;
  line-height: 100%;
  color: #000;
  margin-bottom: 8px;
}

.return__page .return-form__result-block .return-form__result-block-summ {
  line-height: 100%;
  color: #000;
  font-size: 30px;
  margin-bottom: 32px;
}

.return__page .return-form__submit {
  width: 212px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #781ECD;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 120%;
  transition: all 0.2s;
}

.return__page .return-form__submit:hover {
  opacity: 0.7;
}

.return__page .return-form__input input[type="file"] {
  display: none;
}

.return__page .return-form__input-file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #F3F2F4;
  transition: all 0.2s;
  cursor: pointer;
}

.return__page .return-form__input-file:hover {
  opacity: 0.7;
}

.return__page .file-previews .file-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  transition: all 0.2s;
  margin-right: 16px;
  position: relative;
}

.return__page .file-previews .file-preview img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.return__page .file-previews .file-preview .delete-file {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.2s;
}

.return__page .file-previews .file-preview .file-content {
  width: 56px;
  height: 56px;
}

.return__page .file-previews .file-preview .delete-file:hover {
  opacity: 0.7;
}

.return__page .file-previews .file-preview .delete-file svg {
  width: 8px;
  height: 8px;
}

.return__page .file-previews {
  display: flex;
  align-items: center;
  row-gap: 16px;
  flex-wrap: wrap;
}

.return__page .file-previews:hover {
  opacity: 0.7;
}

.return__page .return-form__input-file-row {
  display: flex;
  align-items: center;
  /* flex-direction: row; */
  justify-content: flex-start;
}

.return__page .return-form__row-product {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.return__page .return-form__row-product .return-form__input {
  margin-bottom: 8px;
}

.return__page .return-form__row-product .return-form__input input {
  height: 50px;
  
}

.return__page .return-form__row-product .return-form__input:nth-child(1) {
  width: 222px;
  min-width: 222px;
  max-width: 222px;
}

.return__page .return-form__row-product .return-form__input:nth-child(2) {
  width: 193px;
  min-width: 193px;
  max-width: 193px;
}
.return__page .return-form__row-product .return-form__input:nth-child(3) {
  width: 95px;
  min-width: 95px;
  max-width: 95px;
}

.return__page .return-form__row-product .return-form__input .input__field {
  padding: 11px 8px;
}

.return__page .return-form__row-product .return-form__row-product-delete {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F2F4;
  margin-bottom: 8px;
}
.return__page .return-form__row-product-button {
  text-decoration: none;
  background: transparent;
  margin-top: 24px;
  margin-bottom: 32px;
  color: #781ECD;
  font-size: 17px;
  line-height: 120%;
  transition: all 0.2s;
  cursor: pointer;
}

.return__page .return-form__row-product-button:hover {
  opacity: 0.7;
}

.return__page .return-form__select {
  display: none;
}

.return__page .return-form__select-dropdown {
  position: relative;
  margin-bottom: 32px;
}

.return__page .return-form__select-dropdown-button {
  position: relative;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 2px solid #ddd;
  padding-left: 16px;
  padding-top: 2px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  line-height: 100%;
  color: #000000;
  height: 46px;
  cursor: pointer;
}

.return__page .return-form__select-dropdown-button::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  top: 17px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M2 1.5L9.5 8.5L17 1.5' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.return__page .return-form__select-dropdown-list {
  position: absolute;
  top: 46px;
  z-index: 1;
  width: 100%;
  left: 0;
  display: none;
  border: 1px solid #DADADA;
  background: #FFF;
  list-style-type:none
}
.return__page .return-form__select-dropdown-list.dropdown__list-visible {
  display: block;
}
.return__page .return-form__select-dropdown-item {
  width: 100%;
  height: 50px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  line-height: 100%;
  color: #000;
  background: #FFF;
  transition: all 0.2s;
  padding-right: 40px;
  cursor: pointer;
}
.return__page .return-form__select-dropdown-item:hover {
  background: #F3F2F4;
}

.return__page .return-right__text p {
  margin-bottom: 16px;
}

.return__page .return-right__text p,
.return__page .return-right__text li {
  font-size: 17px;
  line-height: 100%;
  color: #000;
}
.return__page .return-right__text li {
  margin-left: 24px;
}

.return__page .return-form__select-title {
  color: #000000;
  font-size: 17px;
  line-height: 100%;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .return__page .return__left {
    max-width: 430px;
  }

  .return__page .return-form__row-input {
    grid-template-columns: 207px 207px;
  }

  .return__page .return-form__row-product .return-form__input:nth-child(1) {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  .return__page .return-form__row-product .return-form__input:nth-child(2) {
    width: 97px;
    min-width: 97px;
    max-width: 97px;
  }
}

@media (max-width: 870px) {
  .return__page .return__row {
    flex-direction: column-reverse;
  }

  .return__page .return__left, .return__page .return__right {
    max-width: 100%;
  }

  .return__page .return-form__row-input {
    grid-template-columns: 48.5% 48%;
  }

  .return__page .return-form__row-product .return-form__input:nth-child(1) {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
  .return__page .return-form__row-product .return-form__input:nth-child(2) {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .return__page .return-form__row-product .return-form__input:nth-child(3) {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  .return__page {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .return__page .return__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .return__page .return__row {
    gap: 20px;
  }

  .return__page .return-right__title,
  .return__page .return-form__block-title {
    font-size: 28px;
  }

  .return__page .return-form__block-title {
    margin-bottom: 20px;
  }

  .return__page .return-right__text p, .return__page .return-right__text li {
    font-size: 14px;
  }

  .return__page .return-form__block .input__label {
    line-height: 100%;
  }

  .return__page .return-form__input,
  .return__page .return-form__block .return-form__row-product-button {
    margin-bottom: 20px;
  }

  .return__page .return-form__input .input__label,
  .return__page .return-form__select-title {
    font-size: 14px;
  }

  .return__page .radio-input .checkbox label {
    font-size: 14px;
  }
  .return__page .radio-input .checkbox label .text {
    font-size: 14px;
    line-height: 100%;
  }

  .return__page .return-form__row-product {
    gap: 8px;
  }

  .return__page .return-form__row-product .return-form__input:nth-child(1) {
    width: calc(30% - 8px);
    min-width: calc(30% - 8px);
    max-width: calc(30% - 8px);
    margin-bottom: 8px;
  }

  .return__page .return-form__row-product .return-form__input:nth-child(2) {
    width: calc(30% - 8px);
    min-width: calc(30% - 8px);
    max-width: calc(30% - 8px);
    margin-bottom: 8px;
  }
  .return__page .return-form__row-product .return-form__input:nth-child(3) {
    width: calc(23% - 8px);
    min-width: calc(23% - 8px);
    max-width: calc(23% - 8px);
    margin-bottom: 8px;
  }

  .return__page .return-form__row-input {
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  }

  .return__page .radio-input {
    margin-bottom: 20px;
  }

  .return__page .return-right__text li {
    margin-left: 17px;
  }

  .return__page .return-right__block {
    margin-bottom: 20px;
  }

  .return__page .return__right .return-right__block:last-child {
    margin-bottom: 0;
  }

  .return__page .return-form__select-dropdown {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .return__page .return-form__file-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .return__page .return-form__file-grid .return-form__input:first-child {
    margin-bottom: 0px;
  }
}
/* Конец страницы доставки */

/* Страница Спин */ 
@media only screen and (max-width: 660px) {
  main {
    margin: 0px ;
    overflow: hidden;
  }
}
.roulette-wrapper {
    position: relative;
    width: calc(100% + 80px); 
    margin-left: -40px;
    height: 644px;
    background: linear-gradient(180deg, #781ECD 0%, #AD63F4 100%);
    padding: 52px 0;
}

.roulette-wrapper .roulette-name {
    margin-bottom: 16px;
    text-align: center;
}

.roulette-wrapper .roulette-title-img {
  text-align: center;
  margin-bottom: 26px;
}

.roulette-wrapper .roulette-text {
    font-size: 17px;
    color: #FFF;
    margin-bottom: 16px;
    text-align: center;
    line-height: 100%;
}

.roulette-wrapper .roulette-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 7px;
}

.roulette-wrapper .roulette-btns > * {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 118px;
    height: 48px;
    background: #AD63F4;
    border-radius: 16px;
    cursor: pointer; 
}

.roulette-wrapper .roulette-btns > * .text {
    font-size: 17px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: -2px;
}
.roulette-wrapper .roulette-btns > * img {
    width: 24px;
    height: 24px;
}
.roulette-wrapper .arrow {
    text-align: center;
    position: relative;
    z-index: 2;
}
.roulette-wrapper .roulette-container {
    overflow: hidden;
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    margin-top: -25px;
}
.roulette-wrapper .items {
    display: flex;
    gap: 8px;
    transform: translateX(0);
    margin-left: 0px;
}
.roulette-wrapper .item {
    position: relative;
    width: 240px;
    height: 240px;
    min-height: 240px;
    min-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    border-radius: 16px;
    padding: 10px;
}

.roulette-wrapper .item.common {
  background: #4191FF;
}
.roulette-wrapper .item.medium {
  background: #AD63F4;
}
.roulette-wrapper .item.rare {
  background: #EB3264;
}
.roulette-wrapper .item.ultra_rare {
  background: #FB7718;
}

.roulette-wrapper .item::after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.23%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.roulette-wrapper .item-image {
    position: relative;
    z-index: 2;
}
.roulette-wrapper .item-name {
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 100%;
}
.roulette-wrapper .item img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.roulette-wrapper button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
.roulette-wrapper .roulette-start-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.roulette-wrapper .roulette-start {
    background: #FFFFFF;
    border-radius: 16px;
    height: 60px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.roulette-wrapper .roulette-start.active {
    opacity: 0.3;
    cursor: default;
}

.roulette-wrapper .roulette-start .text {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin-bottom: -4px;
}

.roulette-wrapper .roulette-start img {
    width: 32px;
    height: 32px;
}

.roulette-wrapper .roulette-info {
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    color: #FFFFFF80;
}

@media (max-width: 800px) {
  .roulette-wrapper {
    height: 472px;
    padding: 20px 0;
  }
  .roulette-wrapper .roulette-name {
    margin-bottom: 8px;
  }
  .roulette-wrapper .roulette-name img {
      width: 130px;
      height: 32px;
  }
  .roulette-wrapper .roulette-text {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .roulette-wrapper .roulette-info {
    font-size: 12px;
  }
  .roulette-wrapper .roulette-container {
    height: 173px;
    margin-bottom: 0;
  }
  .roulette-wrapper button {
    margin-top: 18px;
  }
  .roulette-wrapper .item {
    width: 173px;
    height: 173px;
    min-height: 173px;
    min-width: 173px;
  }
  .roulette-wrapper .item img {
    width: 117px;
    height: 117px;
  }
  .roulette-wrapper .item-name {
    font-size: 12px;
  }
}

.modal-roulette {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal-roulette.active {
    visibility: visible;
    opacity: 1;
}

.modal-roulette__body {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-10%);
    position: relative;
    width: 390px;
    height: 480px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 32px;
    padding: 20px;
    overflow: hidden;
}

/* .modal-roulette__body::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 10px;
  top: 316px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
} */

.modal-roulette.active .modal-roulette__body {
    transform: translateY(-50%);
}

#modal-roulette-victory .modal-roulette__body {
    height: 497px;
}

@media (max-width: 390px) {
    .modal-roulette__body {
        top: auto;
        bottom: -100%;
        transform: none;
        border-radius: 32px 32px 0 0;
        margin: 0;
        position: absolute;
    }
    .modal-roulette.active .modal-roulette__body {
        bottom: 70px;
        transform: none;
    }
}

.modal-roulette__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

#modal-roulette-enter .modal-roulette__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 440px;
}

.modal-roulette__title {
    text-align: center;
    font-size: 30px;
    line-height: 135%;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.modal-roulette__subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 135%;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.modal-roulette__enter-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.modal-roulette__enter-item {
    width: 84px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
    background: #F3F2F4;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 390px) {
    .modal-roulette__enter-item {
        width: calc(25% - 4px);
        height: 96px;
    }
    .modal-roulette__body {
      width: 100%;
    }
}


.modal-roulette__enter-item.active {
    background: #8FFF1F;
}
.modal-roulette__enter-item.today {
    background: transparent;
    border: 2px solid #781ECD;
}
.modal-roulette__enter-item.sale {
  background: #CD97FF;
}
.modal-roulette__enter-item.active::after,
.modal-roulette__enter-item.sale::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.modal-roulette__enter-item.sale .modal-roulette__enter-item-img img {
  width: 50px;
}

.modal-roulette__enter-item .modal-roulette__enter-item-coin {
    position: relative;
    z-index: 3;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    line-height: 14px;
}
.modal-roulette__enter-item .modal-roulette__enter-item-day {
    position: relative;
    z-index: 3;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: 700;
}
.modal-roulette__enter-item .modal-roulette__enter-item-img {
    position: relative;
    z-index: 3;
    height: 32px;
}

.modal-roulette__enter-item .modal-roulette__enter-item-img img {
    width: 32px;
    height: 32px;
}

.modal-roulette__bottom {
    width: 100%;
}

.modal-roulette__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #781ECD;
    border-radius: 16px;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.modal-roulette__btn:hover {
    opacity: 0.7;
}

.modal-roulette__tab {
    display: none;
}

.modal-roulette__tab.active {
    display: block;
}

.modal-roulette__tab-titles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 12px;
  margin-top: -8px;
}

.modal-roulette__tab-title {
  background: #F3F2F4;
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding-top: 2px;
}

.modal-roulette__tab-title.active {
  background: #781ECD;
  color: #FFF;
}
.modal-roulette__list-prizes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  /* height: calc(100% - 117px); */
  overflow-y: auto;
  scrollbar-width: none;
  height: 364px;
}
.modal-roulette__list-won {
  height: 364px;
  overflow-y: auto;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.modal-roulette__list-prizes::-webkit-scrollbar,
.modal-roulette__list-won::-webkit-scrollbar {
  display: none;
}

.modal-roulette__list-prizes .item {
  border-radius: 16px 16px 0 0;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  height: 173px;
}

.modal-roulette__list-prizes .item.common {
  background: #4191FF;
}
.modal-roulette__list-prizes .item.medium {
  background: #AD63F4;
}
.modal-roulette__list-prizes .item.rare {
  background: #EB3264;
}
.modal-roulette__list-prizes .item.ultra_rare {
  background: #FB7718;
}

.modal-roulette__list-prizes .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.23%);
  z-index: 2;
}
.modal-roulette__list-prizes .item-image {
  position: relative;
  z-index: 3;
}
.modal-roulette__list-prizes .item-image img {
  max-width: 117px;
  max-height: 117px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal-roulette__list-prizes .item-name {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #000;
}
#modal-roulette-prizes .modal-roulette__body {
  padding-bottom: 0;
}

.modal-roulette__list-won > *:not(:last-child) {
  margin-bottom: 8px;
}
.modal-roulette__list-won .modal-roulette__won-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 12px;
}
.modal-roulette__list-won .modal-roulette__won-item.common {
  background: #4191FF;
}
.modal-roulette__list-won .modal-roulette__won-item.medium {
  background: #AD63F4;
}
.modal-roulette__list-won .modal-roulette__won-item.rare {
  background: #EB3264;
}
.modal-roulette__list-won .modal-roulette__won-item.ultra_rare {
  background: #FB7718;
}
.modal-roulette__list-won .modal-roulette__won-item-img {
  max-height: 85px;
}
.modal-roulette__list-won .modal-roulette__won-item-img img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal-roulette__list-won .modal-roulette__won-item-title {
  font-size: 14px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.modal-roulette__list-won .modal-roulette__won-item-text {
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}
.modal-roulette__list-won .modal-roulette__won-item-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #FFF;
  height: 20px;
  margin-bottom: 4px;
}
.modal-roulette__list-won .modal-roulette__won-item-time span {
  font-size: 11px;
  line-height: 135%;
  color: #fff;
  padding-top: 2px;
}
.modal-roulette__list-won .modal-roulette__won-item-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.modal-roulette__list-won .modal-roulette__won-item-row > * {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.modal-roulette__list-won .modal-roulette__won-copy {
  border: 1px solid #FFF;
  gap: 8px;
  cursor: pointer;
  position: relative;
}
.modal-roulette__list-won .modal-roulette__won-copy .text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: -2px;
}
@media (max-width: 390px) {
  .modal-roulette__list-won .modal-roulette__won-copy svg  {
    display: none;
  }
}
.modal-roulette__list-won .modal-roulette__won-item-row > *:last-child {
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
  background: #FFF !important;
  padding-top: 2px;
}

.modal-roulette__victory-card {
  width: 240px;
  height: 240px;
  border-radius: 16px 16px 0 0;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin: 0 auto 20px;
  background: #FFF;
}
.modal-roulette__victory-card.common {
  background: linear-gradient(180deg, #4191FF 0%, #FFFFFF 80.23%);
}
.modal-roulette__victory-card.medium {
  background: linear-gradient(180deg, #AD63F4 0%, #FFFFFF 80.23%);
}
.modal-roulette__victory-card.rare {
  background: linear-gradient(180deg, #EB3264 0%, #FFFFFF 80.23%);
}
.modal-roulette__victory-card.ultra_rare {
  background: linear-gradient(180deg, #FB7718 0%, #FFFFFF 80.23%);
}
/* .modal-roulette__victory-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.23%);
  z-index: 2;
} */
.modal-roulette__victory-card .item-image {
  position: relative;
  z-index: 3;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-roulette__victory-card .item-image img {
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal-roulette__victory-card .item-name {
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #000;
  max-width: 224px;
  margin: 0 auto;
}
.modal-roulette__victory-info {
  text-align: center;
  max-width: 340px;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-roulette__victory-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 16px;
  border: 1px solid #781ECD;
  height: 36px;
  margin-bottom: 8px;
}
.modal-roulette__victory-time span {
  font-size: 17px;
  line-height: 135%;
  color: #781ECD;
  padding-top: 2px;
}
.modal-roulette__victory-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.modal-roulette__victory-row > * {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 19px;
  line-height: 135%;
  padding-top: 2px;
  font-weight: 700;
}

.modal-roulette__victory-copy {
  border: 1px solid #781ECD;
  color: #781ECD;
  position: relative;
  cursor: pointer;
}

.modal-roulette__victory-copy svg {
  margin-right: 8px;
}

.modal-roulette__victory-row > *:last-child {
  background: #781ECD;
  color: #fff;
}
/* Конец страницы Спин */ 

.tiktok_winners_main .tittok_container .videoreviews__item-thumb-src {
  max-height: unset;
}
@media only screen and (max-width: 767px) {
  .insta-choice__link_mobile {
    margin: 120px 0 0 0 !important;
  }
}


.header__kitspin-desctop .icon img {
  width: 24px;
  height: 24px;
}

.header__kitspin-desctop .icon {
  height: 24px;
}

.header__kitspin-desctop .coin {
  margin-bottom: -2px;
  color: #781ECD !important;
}
.header__kitspin-desctop:hover .coin {
  color: #AD63F4 !important;
}
.header__kitspin-desctop .header__kitspin-top {
  padding: 4px 8px 4px 4px;
  border: 2px solid #781ECD;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
}
.header__kitspin-mobile {
  display: none;
}
@media (max-width: 1060px) {
  .header__kitspin-desctop {
    display: none;
  }
  .header__kitspin-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    padding: 4px 8px 4px 4px;
    position: absolute;
    right: 70px;
    top: 12px;
    border-radius: 60px;
    background: #FFFFFF;
  }

  .header__kitspin-mobile .icon img {
    width: 24px;
    height: 24px;
  }
  .header__kitspin-mobile .icon {
    height: 24px;
  }
  .header__kitspin-mobile .coin {
    margin-bottom: -2px;
    color: #781ECD !important;
  }
}
@media (max-width: 670px) {
  .header__kitspin-mobile {
    right: 50px;
    top: 11px;
  }
}

.modal-roulette__won-item .modal-roulette__won-copy .result,
.modal-roulette__victory-row .modal-roulette__victory-copy .result {
  position: absolute;
  background-color: #F6E8FF;
  color: var(--purple);
  font-size: 14px;
  padding: 8px 12px;
  white-space: nowrap;
  bottom: -36px;
  display: none;
  right: -15px;
  line-height: 1;
}

.modal-roulette__victory-row .modal-roulette__victory-copy .result {
  bottom: -18px;
}

/* Бэйджики для карточек товаров */
.item__info .item__tags-wrapper {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.item__info .item__tags-wrapper .item__tag-first {
  display: flex;
  align-items: center;
  gap: 4px;
}

.item__info .item__tags-wrapper .item__tag,
.product-page__content .product-page__tag {
  height: 24px;
  padding: 2px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.item__info .item__tags-wrapper .item__tag-first .item__tag-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F2F4;
  cursor: pointer;
}

.item__info .item__tags-wrapper .item__tag-first .item__tag-arrow svg {
  transform: rotate(0);
  transition: transform 0.1s ease;
}

.item__info .item__tags-wrapper .item__tag-first .item__tag-arrow.active svg {
  transform: rotate(180deg);
}

.item__info .item__tags-wrapper .item__tag.sale,
.product-page__content .product-page__tag.sale {
  color: #FF0000;
  background: #FF00001A;
}
.item__info .item__tags-wrapper .item__tag.exclusive,
.product-page__content .product-page__tag.exclusive {
  color: #4191FF;
  background: #4191FF1A;
}
.item__info .item__tags-wrapper .item__tag.hit,
.product-page__content .product-page__tag.hit {
  color: #FB7718;
  background: #FB77181A;
}
.item__info .item__tags-wrapper .item__tag.benefit,
.product-page__content .product-page__tag.benefit {
  color: #AD63F4;
  background: #AD63F41A;
}
.item__info .item__tags-wrapper .item__tag.choice,
.product-page__content .product-page__tag.choice {
  color: #FF1686;
  background: #FF16861A;
}
.item__info .item__tags-wrapper .item__tag.new,
.product-page__content .product-page__tag.new {
  color: #27D527;
  background: #27D5271A;
}

.item__tags-wrapper.open + .item__gallery-link .item__gallery img {
  opacity: 0.5;
}

.product-page__content {
  position: relative;
}

.product-page__content .product-page__tags {
  position: absolute;
  top: 45px;
  left: 70px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
}

@media (max-width: 990px) {
  .product-page__content .product-page__tags {
    max-width: 60%;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .product-page__content .product-page__tags {
    max-width: 90%;
    left: 0;
    top: -26px;
  }

  .product-aside {
    padding-top: 10px;
  }
}

@media (max-width: 700px) {
  .item__info .item__tags-wrapper {
    left: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .item__info .item__tags-wrapper .item__tag-first .item__tag-arrow {
    display: none;
  }

  .item__info .item__tags-wrapper .item__tag.hidden {
    display: block !important;
    visibility: visible !important;
  }

  .product-page__content .product-page__tags {
    
  }
}
/* Конец бэйджиков для карточек товаров */