@charset "UTF-8";
body .wrapper_inner, body .maxwidth-theme {
  width: 100%;
  max-width: 1280px;
}

html {
  scroll-behavior: smooth;
}

.hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.age-control {
  background: #23323a;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1008;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.age-control .agecontrol--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.age-control .agecontrol--bg img {
  position: absolute;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.age-control .area {
  width: 100%;
  max-width: 420px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
  position: relative;
  z-index: 8;
}
@media (max-width: 420px) {
  .age-control .area {
    width: calc(100% - 30px);
    overflow-x: auto;
  }
}
.age-control .area .x-close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.age-control .area .x-close img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.age-control .area .x-close:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.age-control .area .img {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 16px;
}
.age-control .area .img img {
  display: inline-block;
}
.age-control .area .text {
  margin-bottom: 20px;
}
.age-control .area .text p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #23323A;
  margin-bottom: 1rem;
}
.age-control .area .text p:last-child {
  margin-bottom: 0;
}
.age-control .area .buttons .b-button {
  border-radius: 2px;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.age-control .area .buttons .b-button.agree {
  background: #FF82A8;
  color: #fff;
  margin-bottom: 8px;
}
.age-control .area .buttons .b-button.agree:hover {
  background: #fff;
  border: 2px solid #F26792;
  color: #ff82a8;
}
.age-control .area .buttons .b-button.disagree {
  color: #F26792;
  border: 2px solid #F26792;
  border-radius: 2px;
}
.age-control .area .buttons .b-button.disagree:hover {
  color: #fff;
  background: #f26792;
}

.darkness {
  background: rgba(35, 50, 58, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}

.header-level_2 {
  border-top: 1px solid #E4EFF3;
  position: relative;
}
.header-level_2 .col-md-12 {
  position: inherit;
}
.header-level_2 ul.menu-level_2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level_2 ul.menu-level_2 > li {
  list-style: none;
  padding: 0;
  position: relative;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich {
  position: inherit;
  width: 50px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich > a {
  position: relative;
  width: 24px;
  height: 12px;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich > a .line {
  background: #f26792;
  height: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich > a .line:nth-child(1) {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich > a .line:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.header-level_2 ul.menu-level_2 > li.dr-sandwich > a .line:nth-child(3) {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
.header-level_2 ul.menu-level_2 > li:before {
  display: none;
}
.header-level_2 ul.menu-level_2 > li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #23323A;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level_2 ul.menu-level_2 > li > a:hover {
  color: #f26792;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-area {
  width: 100%;
  background: #fff;
  height: calc(100vh - 247px);
  z-index: 88;
  position: absolute;
  overflow-x: auto;
  left: 0;
  top: 58px;
  padding: 60px 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-ul-menu {
  padding: 0;
  margin: 0;
  margin-left: -50px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  list-style: none;
  position: absolute;
  max-height: 50vh;
  overflow-x: auto;
  display: none;
  z-index: 66;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-ul-menu li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-ul-menu li a {
  display: block;
  color: #23323A;
  font-size: 16px;
  font-family: Gilroy;
  font-weight: 500;
  padding: 24px;
  white-space: nowrap;
  padding-bottom: 16px;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-ul-menu li:before {
  display: none;
}
.header-level_2 ul.menu-level_2 > li > .dropdown-ul-menu li:hover a {
  color: #f26792;
}
.header-level_2 ul.menu-level_2 > li:hover > a {
  color: #f26792;
}
.header-level_2 ul.menu-level_2 > li:hover.dr-sandwich > a {
  position: relative;
}
.header-level_2 ul.menu-level_2 > li:hover.dr-sandwich > a .line {
  background: #f26792;
  height: 1px;
}
.header-level_2 ul.menu-level_2 > li:hover.dr-sandwich > a .line:nth-child(1) {
  width: 0;
}
.header-level_2 ul.menu-level_2 > li:hover.dr-sandwich > a .line:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 40px;
  left: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-level_2 ul.menu-level_2 > li:hover.dr-sandwich > a .line:nth-child(3) {
  position: absolute;
  top: 50%;
  width: 40px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-level_2 ul.menu-level_2 > li:hover > .dropdown-area {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.header-level_2 ul.menu-level_2 > li:hover > .dropdown-ul-menu {
  display: block;
}
.header-level_2 ul.menu-level_2 > li.closed > .dropdown-area {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.header-level_2 ul.menu-level_2 > li.active > a {
  color: #f26792;
}
.header-level_2 ul.menu-level_2 > li.has-child > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-level_2 ul.menu-level_2 > li.has-child > a:after {
  content: "";
  display: block;
  background-image: url("/bitrix/images/icons/menu-ar-down.svg");
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.header-level_2 ul.menu-level_2 > li.has-child > a:hover:after {
  background-image: url("/bitrix/images/icons/menu-ar-up.svg");
}
.header-level_2 .sub-dropdown-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}
.header-level_2 .sub-dropdown-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.header-level_2 .sub-dropdown-menu ul li:before {
  display: none;
}
.header-level_2 .sub-dropdown-menu ul li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #23323A;
}

.sub-dropdown-menu__left,
.sub-dropdown-menu__right {
    height: calc(100vh - 340px);
    overflow-y: scroll;
}

.sub-dropdown-menu__right::-webkit-scrollbar,
.sub-dropdown-menu__left::-webkit-scrollbar {
  width: 3px;
}
.sub-dropdown-menu__right::-webkit-scrollbar-thumb,
.sub-dropdown-menu__left::-webkit-scrollbar-thumb {
  background-color: #F26792;
}
.sub-dropdown-menu__right::-webkit-scrollbar-track,
.sub-dropdown-menu__left::-webkit-scrollbar-track {
  background-color: #fff;
}

.sub-dropdown-menu__item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-dropdown-menu__item-icon {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.header-level_2 .sub-dropdown-menu ul li a img {
  margin-right: 10px;
}
.header-level_2 .sub-dropdown-menu ul li a.active, .header-level_2 .sub-dropdown-menu ul li a:hover {
  background: #FFFFFF;
  border: 1px solid #E4EFF3;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
.header-level_2 .sub-dropdown-menu ul li a.active .sub-dropdown-menu__item-icon, .header-level_2 .sub-dropdown-menu ul li a:hover .sub-dropdown-menu__item-icon {
    opacity: 1;
    visibility: visible;
}
.header-level_2 .sub-sub-menu {
  width: 100%;
}
.header-level_2 .sub-sub-menu > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.header-level_2 .sub-sub-menu > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
}
.header-level_2 .sub-sub-menu > ul > li:before {
  display: none;
}
.header-level_2 .sub-sub-menu > ul > li > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #23323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}
.header-level_2 .sub-sub-menu > ul > li > a img {
  margin-right: 8px;
}
.header-level_2 .sub-sub-menu > ul > li > a:hover {
  color: #f26792;
}
.header-level_2 .sub-sub-menu > ul > li > ul {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 24px;
}
.header-level_2 .sub-sub-menu > ul > li > ul > li {
  padding: 0;
  margin: 0;
  display: block;
}
.header-level_2 .sub-sub-menu > ul > li > ul > li:before {
  display: none;
}
.header-level_2 .sub-sub-menu > ul > li > ul > li > a {
  padding-left: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #23323A;
  display: block;
  margin-bottom: 24px;
}
.header-level_2 .sub-sub-menu > ul > li > ul > li > a:hover {
  color: #f26792;
}

.js--main-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0px 0 108px;
  border-radius: 20px;
  height: 420px;
}
@media (max-width: 900px) {
  .js--main-slider .item {
    padding-left: 40px;
  }
}
@media (max-width: 700px) {
  .js--main-slider .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.js--main-slider .item h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #23323A;
  margin-bottom: 16px;
}
@media (max-width: 700px) {
  .js--main-slider .item h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.js--main-slider .item p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #23323A;
}
@media (max-width: 700px) {
  .js--main-slider .item p {
    text-align: center;
    padding: 0 30px;
  }
}
.js--main-slider .item .adaptive-image {
  display: none;
}
@media (max-width: 700px) {
  .js--main-slider .item .adaptive-image {
    display: block;
    text-align: center;
  }
}
.js--main-slider .item .adaptive-image img {
  max-width: 100%;
}
@media (max-width: 700px) {
  .js--main-slider .item .adaptive-image img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.js--main-slider .item .btn-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 700px) {
  .js--main-slider .item .btn-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.js--main-slider .item .btn-links a {
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 13px 16px;
  margin: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  white-space: nowrap;
}
.js--main-slider .item .btn-links a:hover {
  background: #23323A;
  color: #fff;
}
.js--main-slider .item .area {
  max-width: 552px;
}
@media (max-width: 700px) {
  .js--main-slider .item .image {
    display: none;
  }
}
.js--main-slider .item .image img {
  max-width: 100%;
}
.js--main-slider .item.color-1 {
  background: linear-gradient(263.85deg, #D53964 0%, #FF82A8 100%);
}
.js--main-slider .item.color-1 h2 {
  color: #fff;
}
.js--main-slider .item.color-2 {
  background: linear-gradient(263.85deg, #D2DBF5 0%, #E4F0F9 100%);
}
.js--main-slider .item.color-3 {
  background: linear-gradient(263.85deg, #F9D7DF 0%, #FFF5E7 100%);
}
.js--main-slider .item.color-4 {
  background: linear-gradient(263.85deg, #C3C3CA 0%, #ECEFF1 100%);
}
.js--main-slider .item.color-5 {
  background: linear-gradient(263.85deg, #BBE8DD 0%, #D5EAEB 100%);
}
.js--main-slider .item.color-6 {
  background: linear-gradient(263.85deg, #F8E6CA 0%, #FBFCDA 100%);
}

.main-slider .js--main-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto !important;
  z-index: 2;
}
.main-slider .js--main-slider .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #fff;
  margin: 0 3px;
}
.main-slider .js--main-slider .owl-dots .owl-dot:hover span, .main-slider .js--main-slider .owl-dots .owl-dot.active span {
  background: #fff;
}

.top_block {
  margin-bottom: 60px;
}
.top_block > a {
  display: none;
}

.title_block {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #23323A;
  display: block;
  text-align: center;
}
.title_block:after {
  display: none;
}

.frame-4-block .maxwidth-theme {
  padding: 0;
}
.frame-4-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.frame-4-block .list .item {
  width: calc(100% / 4 - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.208s;
  transition: 0.208s;
}
@media (max-width: 1100px) {
  .frame-4-block .list .item {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .frame-4-block .list .item:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media (max-width: 900px) {
  .frame-4-block .list .item {
    width: calc(100% / 1 - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
.frame-4-block .list .item .img {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .frame-4-block .list .item .img {
    min-width: 64px;
    max-width: 64px;
    margin-right: 16px;
  }
}
.frame-4-block .list .item .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.frame-4-block .list .item .area {
  margin-left: 0;
}
@media (max-width: 900px) {
  .frame-4-block .list .item .area {
    width: calc(100% - 80px);
  }
}
.frame-4-block .list .item .area h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .frame-4-block .list .item .area h3 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
.frame-4-block .list .item .area p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  min-height: 80px;
}
@media (max-width: 900px) {
  .frame-4-block .list .item .area p {
    min-height: auto;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}
.frame-4-block .list .item .area .b-button {
  text-align: center;
}
@media (max-width: 900px) {
  .frame-4-block .list .item .area .b-button {
    display: none;
  }
}
.frame-4-block .list .item .area .b-button span {
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 13px 16px;
  display: inline-block;
}
.frame-4-block .list .item.color-1 {
  background: #A55293;
}
.frame-4-block .list .item.color-2 {
  background: #FF9900;
}
.frame-4-block .list .item.color-3 {
  background: #E74872;
}
.frame-4-block .list .item.color-4 {
  background: #4698A4;
}

.provodnic-udovolstviy {
  padding: 60px 0;
}
.provodnic-udovolstviy .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.provodnic-udovolstviy .list .item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .provodnic-udovolstviy .list .item {
    width: calc(100% / 1 - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }
}
.provodnic-udovolstviy .list .item img {
  margin: 0 auto;
  margin-bottom: 16px;
  display: block;
}
.provodnic-udovolstviy .list .item .a {
  color: #23323A;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.provodnic-udovolstviy .list .item .b {
  color: #23323A;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

#headerfixed .logo_and_menu-row {
  display: none;
}

.area-button-showmore {
  text-align: center;
  margin-bottom: 1rem;
}
.area-button-showmore a {
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  color: #FFF;
  font-size: 14px;
  font-family: Gilroy;
  font-weight: 500;
  padding: 13px;
}

.catalog_item .item-title a, .catalog_item .item-title a span, .view-item .item-title a span {
  /* ` */
}

.cost.prices .strike_block .price, .cost.prices .strike_block.offers_price {
  color: #23323A;
  font-size: 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
}
.offers_price_old {
  color: #F26792 !important;
  font-size: 12px !important;
  font-family: Gilroy !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-decoration-line: strikethrough !important;
}

.bx_filter .bx_filter_select_arrow:before, .common_select .common_select-link .trigger:before {
  background-image: url(/images/fi_chevron-right.svg);
  width: 16px;
  height: 16px;
}

.bx_filter .bx_filter_select_block, .common_select .common_select-link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin: 0 0 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background: #fff;
  border: 1.5px solid #e4eff3;
  cursor: pointer;
}

.bx_filter .bx_filter_select_block, .common_select .common_select-link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin: 0 0 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
  border-radius: 2px;
  background: #fff;
  border: 1.5px solid #e4eff3;
  cursor: pointer;
}

.bx_filter .bx_filter_select_text, .common_select .common_select-link .ik_select_link_text {
  color: #A9A9A9;
  font-size: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  height: auto;
  line-height: normal;
}

.sort_header .sort_filter {
  margin-top: 0;
}

.common_select-link.opened {
  border-radius: 2px;
  border: 1px solid var(--main-pink, #F26792);
  background: #FFF;
  background-repeat: 0;
}

.ik_select_list .ik_select_list_inner ul li {
  padding: 8px;
}

.ik_select_dropdown.common_select-dd .ik_select_list {
  border: 1px solid var(--main-pink, #F26792);
  margin-top: -7px;
}
.ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner ul li {
  border: 0;
}
.ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner ul li:after {
  display: none;
}

.ik_select_list_inner.scroller {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  scrollbar-track-color: #fff;
}

/* Для веб-кит браузеров (Chrome, Safari) */
.ik_select_list_inner.scroller::-webkit-scrollbar {
  width: 3px;
}

.ik_select_list_inner.scroller::-webkit-scrollbar-thumb {
  background-color: #F26792;
}

.ik_select_list_inner.scroller::-webkit-scrollbar-track {
  background-color: #fff;
}

.ik_select_option_label {
  white-space: nowrap;
}

.dropdown-ul-menu {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  scrollbar-track-color: #fff;
}

/* Для веб-кит браузеров (Chrome, Safari) */
.dropdown-ul-menu::-webkit-scrollbar {
  width: 3px;
}

.dropdown-ul-menu::-webkit-scrollbar-thumb {
  background-color: #F26792;
}

.dropdown-ul-menu::-webkit-scrollbar-track {
  background-color: #fff;
}

.dropdown-area {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  scrollbar-track-color: #fff;
}

/* Для веб-кит браузеров (Chrome, Safari) */
.dropdown-area::-webkit-scrollbar {
  width: 3px;
}

.dropdown-area::-webkit-scrollbar-thumb {
  background-color: #F26792;
}

.dropdown-area::-webkit-scrollbar-track {
  background-color: #fff;
}

body {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  scrollbar-track-color: #fff;
}

/* Для веб-кит браузеров (Chrome, Safari) */
body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  background-color: #F26792;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

.ik_select_option_label {
  white-space: nowrap;
}

.bx_filter .bx_filter_select_arrow, .common_select .common_select-link .trigger {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 6px;
}

.common_select {
  width: auto !important;
  height: auto !important;
}

.maxwidth-theme {
  background: transparent !important;
}

#header {
  background: #fff;
}

body {
  background: #fff;
}

.header-info-area {
  background: var(--main-txt, #23323A);
  color: #FFF;
  font-size: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .header-info-area {
    font-size: 11px;
  }
}
.header-info-area > * {
  -webkit-transition: 0;
  transition: 0;
}
.header-info-area.invisible {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.header-info-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 8px 0;
}
.header-info-area .flex .area-icon {
  margin-right: 16px;
  -webkit-transition: 0;
  transition: 0;
}
.header-info-area .flex span {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 991px) {
  .header-info-area .flex span {
    padding-right: 100px;
  }
}
.header-info-area .flex .close-area {
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-info-area .flex .close-area:hover {
  opacity: 0.7;
}

.mobile-main-logo {
  margin: 0 auto;
  max-width: 120px;
  width: 100%;
}

.flex-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 16px;
}
.flex-mobile-header .sandwich-menu {
  margin-left: 0 !important;
  cursor: pointer !important;
  height: auto !important;
  width: auto !important;
}
.flex-mobile-header .mainlogo {
  margin: 0 auto;
}
.flex-mobile-header .searchbtn {
  margin-right: 0;
  margin-left: inherit;
}

.new-mobile-menu .close-menu-area {
  color: var(--main-pink, #F26792);
  font-size: 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 16px;
  position: relative;
}
.new-mobile-menu .close-menu-area .back-menu, .new-mobile-menu .close-menu-area .back-menu-2 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-pink, #F26792);
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.new-mobile-menu .close-menu-area .back-menu img, .new-mobile-menu .close-menu-area .back-menu-2 img {
  margin-right: 24px;
}
.new-mobile-menu .close-menu-area .back-menu.opened, .new-mobile-menu .close-menu-area .back-menu-2.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-mobile-menu .close-menu-area .close-mobile {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 16px;
  cursor: pointer;
}
.new-mobile-menu .menu-new-mobile > ul > li {
  display: block;
  padding: 0;
}
.new-mobile-menu .menu-new-mobile > ul > li:before, .new-mobile-menu .menu-new-mobile > ul > li:after {
  display: none;
}
.new-mobile-menu .menu-new-mobile > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 16px;
  position: relative;
  color: var(--main-txt, #23323A);
  font-size: 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-mobile-menu .menu-new-mobile > ul > li.has-child > a:after {
  content: "";
  display: block;
  background-image: url(/bitrix/templates/aspro_next/images/dropdown-ico.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.new-mobile-menu .menu-new-mobile > ul > li.actions > a:after {
  content: "";
  display: block;
  background-image: url(/bitrix/templates/aspro_next/images/percent-outline-mobile.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.new-mobile-menu .menu-new-mobile > ul > li > ul {
  display: none;
}
.new-mobile-menu .menu-new-mobile > ul > li > ul li {
  display: block;
  padding: 0;
}
.new-mobile-menu .menu-new-mobile > ul > li > ul li > ul {
  display: none;
}
.new-mobile-menu .menu-new-mobile > ul > li > ul li > ul li {
  display: block;
  padding: 0;
}
.new-mobile-menu .menu-new-mobile.open > ul > li {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.new-mobile-menu .menu-new-mobile.open > ul > li > ul li {
  display: block;
  padding: 0;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > a {
  background: var(--grey, #F3F9FB);
  color: var(--main-pink, #F26792);
  font-size: 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul {
  display: block;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li:before, .new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li:after {
  display: none;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 16px;
  position: relative;
  color: var(--main-txt, #23323A);
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li > a img {
  margin-right: 8px;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li > a:after {
  content: "";
  display: block;
  background-image: url(/bitrix/templates/aspro_next/images/dropdown-ico.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul {
  display: block;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li:before, .new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li:after {
  display: none;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 16px;
  position: relative;
  color: var(--main-txt, #23323A);
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > a img {
  margin-right: 8px;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > ul {
  display: block;
  margin-top: -24px;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > ul > li {
  padding: 0;
  margin: 0;
  display: block;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > ul > li:before, .new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > ul > li:after {
  display: none;
}
.new-mobile-menu .menu-new-mobile.open > ul > li.opened > ul > li.opened > ul > li > ul > li > a {
  display: block;
  color: var(--main-txt, #23323A);
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  padding-left: 72px;
}

.menu.middle {
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: var(--grey, #F3F9FB);
}

#mobilemenu.leftside {
  width: 100% !important;
  max-width: 375px !important;
}

.catalo_item_disc_label {
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  color: #FFF;
  font-size: 12px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 10px;
}
.catalo_item_disc_label:before {
  content: "";
  display: block;
  display: none;
}

.inner_wrapper .catalog_block .catalog_item_wrapp .catalog_item .footer_button .counter_wrapp .button_block .to-cart, .wrapper_inner .catalog_block .catalog_item_wrapp .catalog_item .footer_button .counter_wrapp .button_block .to-cart {
  padding-right: 14px;
  font-size: 16px;
  border-radius: 2px;
  font-weight: bold;
  font-weight: 500;
  padding: 13px 16px;
}

.smain_block {
  margin-bottom: 60px;
  margin-top: 20px;
}
.smain_block h1 {
  color: var(--main-txt, #23323A);
  font-size: 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-align: left !important;
}
.smain_block .top_block {
  margin-bottom: 0;
}
.smain_block p {
  color: var(--main-txt, #23323A);
  font-size: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.subscribe-form-lizard-edition {
  border-radius: 20px;
  background: var(--light-pink, #FF82A8);
  padding: 32px 30px;
  margin: 60px 0 0px !important;
}
.subscribe-form-lizard-edition .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.subscribe-form-lizard-edition .flex .text-area {
  color: #FFF;
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 0;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex .text-area {
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
  }
}
.subscribe-form-lizard-edition .flex .email_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex .email_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.subscribe-form-lizard-edition .flex form {
  margin-right: 0;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex form {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.subscribe-form-lizard-edition .flex form input[type=email] {
  height: auto !important;
  padding: 13px 16px !important;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex form input[type=email] {
    width: 100%;
    margin-bottom: 16px;
  }
}
.subscribe-form-lizard-edition .flex form input[type=submit] {
  border-radius: 2px;
  background: var(--main-pink, #F26792);
  padding: 15px 0px 15px !important;
  width: auto !important;
  height: auto !important;
  position: relative;
  color: #FFF !important;
  font-size: 14px !important;
  font-family: Gilroy !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-indent: inherit;
  width: calc(100% - 390px) !important;
}
@media (max-width: 600px) {
  .subscribe-form-lizard-edition .flex form input[type=submit] {
    width: auto !important;
    padding: 16px 30px !important;
    display: block;
  }
}
.subscribe-form-lizard-edition .flex form input[type=submit]:before {
  content: "";
  display: block;
  display: none !important;
}

.page-sale {
  padding-top: 20px;
}
.page-sale .sale-big-banner {
  margin-bottom: 50px;
}
.page-sale .sale-big-banner .area {
  border-radius: 20px;
  background: linear-gradient(225deg, #D53964 0%, #FF82A8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 108px;
  padding-right: 60px;
}
@media (max-width: 800px) {
  .page-sale .sale-big-banner .area {
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-sale .sale-big-banner .area .slogan {
  color: #FFF;
  font-size: 40px;
  font-family: Gilroy;
  font-style: normal;
  width: auto;
  max-width: 100%;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .page-sale .sale-big-banner .area .slogan {
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }
}
.page-sale .sale-big-banner .area .image {
  max-width: 100%;
}

.slide-menu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  padding-bottom: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide-menu-actions * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 600px) {
  .slide-menu-actions {
    padding: 0;
  }
}
.slide-menu-actions .sl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  border-radius: 20px;
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  max-height: 80px;
}
@media (max-width: 600px) {
  .slide-menu-actions .sl-btn {
    display: none;
  }
}
.slide-menu-actions .sl-btn.prev {
  margin-right: 16px;
}
.slide-menu-actions .sl-btn.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slide-menu-actions .sl-btn.next {
  margin-left: 16px;
}
.slide-menu-actions .area {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin-top: -30px;
}
@media (max-width: 600px) {
  .slide-menu-actions .area {
    overflow-x: auto;
  }
}
.slide-menu-actions .area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.slide-menu-actions .area ul li {
  padding: 0;
  margin: 0;
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  .slide-menu-actions .area ul li {
    width: 25%;
  }
}
@media (max-width: 850px) {
  .slide-menu-actions .area ul li {
    width: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .slide-menu-actions .area ul li {
    width: 50%;
  }
}
.slide-menu-actions .area ul li.inv {
  display: none;
}
@media (max-width: 600px) {
  .slide-menu-actions .area ul li.inv {
    display: block;
  }
}
.slide-menu-actions .area ul li:before {
  display: none;
}
.slide-menu-actions .area ul li a {
  color: var(--main-txt, #23323A);
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: #FFF;
  padding: 15px 15px;
  border: 1px solid #E4EFF3;
  margin: 30px 0;
}
.slide-menu-actions .area ul li a.active, .slide-menu-actions .area ul li a:hover {
  border-radius: 20px;
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
}
.slide-menu-actions .area ul li a.active {
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 25px 0px #FF82A8;
          box-shadow: 0px 4px 25px 0px #FF82A8;
  color: #FF82A8;
}
.slide-menu-actions .area ul li a img {
  margin-right: 16px;
}

@media (max-width: 991px) {
  body {
    padding-top: 160px;
  }
  body.headerInfoIS_closed {
    padding-top: 100px;
  }
}

#mobileheader {
  overflow: visible;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

#darkness {
  background: rgba(35, 50, 58, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
#darkness.visible {
  opacity: 1;
}

.adaptive--go-to-prev {
  display: none;
}
.adaptive--go-to-prev a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F7F9;
  padding: 16px;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .adaptive--go-to-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-product {
  margin-top: -24px;
}
@media (max-width: 900px) {
  .page-product {
    margin-top: 0;
    background: #fff;
  }
}
.page-product--h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .page-product--head {
    display: none;
  }
}
.page-product--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 747px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.page-product--content.size-crutch {
  min-height: 1050px;
}
.page-product--adapt-slider {
  display: none;
  position: relative;
}
.page-product--adapt-slider .adapt-slider--discount {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  padding: 4px 6px;
}
.page-product--adapt-slider .adapt-slider--buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-product--adapt-slider .adapt-slider--buttons .b-button {
  margin-left: 10px;
}
.page-product--adapt-slider .adapt-slider--buttons .b-button.active svg path {
  fill: #FF82A8;
}
@media (max-width: 900px) {
  .page-product--adapt-slider {
    display: block;
  }
}
.page-product--adapt-slider .adapt-slider .owl-dots {
  margin-top: 15px;
}
.page-product--adapt-slider .adapt-slider .owl-nav {
  display: none;
}
.page-product--adapt-slider .adapt-slider .item img {
  max-width: inherit;
  width: inherit;
  height: 300px;
}
.page-product--photo_area {
  width: 100%;
  max-width: 413px;
  margin-right: 40px;
}
@media (max-width: 900px) {
  .page-product--photo_area {
    display: none;
  }
}
.page-product--photo_area .main-photo {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.page-product--photo_area .main-photo .plus-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 2px;
  background: rgba(35, 50, 58, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  pointer-events: none;
}
.page-product--photo_area .main-photo img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  display: block;
}
.page-product--photo_area .small-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.page-product--photo_area .small-photo-list > a {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px 8px;
  background: #fff;
}
.page-product--photo_area .small-photo-list > a.current {
  border: 1px solid #FF82A8;
}
.page-product--photo_area .small-photo-list > a.invisible {
  display: none;
}
.page-product--photo_area .small-photo-list > a img {
  max-width: 100%;
  max-height: 100%;
}
.page-product--photo_area .small-photo-list .show-more-small-photo {
  height: 60px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.page-product--photo_area .small-photo-list .show-more-small-photo span {
  white-space: nowrap;
  color: var(--main-pink, #F26792);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.page-product--photo_area .small-photo-list .show-more-small-photo:hover span {
  border-bottom: 1px dotted #fff;
}
.page-product--photo_and_info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 935px;
}
@media (max-width: 1280px) {
  .page-product--photo_and_info_area {
    max-width: 555px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .page-product--photo_and_info_area {
    max-width: 100%;
    margin-bottom: 0;
    padding: 16px;
  }
}
.page-product--maininfo_area {
  width: 100%;
  max-width: 482px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 900px) {
  .page-product--maininfo_area {
    max-width: 100%;
  }
}
.page-product--maininfo_area .s-title {
  color: #23323A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.page-product--maininfo_area .maininfo_area--adapt-header {
  display: none;
}
@media (max-width: 900px) {
  .page-product--maininfo_area .maininfo_area--adapt-header {
    display: block;
  }
}
.page-product--maininfo_area .maininfo_area--adapt-header h1 {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-align: left !important;
}
@media (max-width: 900px) {
  .page-product--maininfo_area .maininfo_area--adapt-header .product_rating .product_rating--count {
    display: none;
  }
  .page-product--maininfo_area .maininfo_area--adapt-header .product_rating .product_rating--reviews {
    display: none;
  }
}
.page-product--maininfo_area .maininfo_area--size {
  margin-bottom: 16px;
}
.page-product--maininfo_area .maininfo_area--size .size-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-product--maininfo_area .maininfo_area--size .size-switcher span {
  color: #23323A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  background: #fff;
  margin: 0 4px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #E4F0F3;
}
.page-product--maininfo_area .maininfo_area--size .size-switcher span.active {
  background: #23323A;
  color: #fff;
}
.page-product--maininfo_area .maininfo_area--chars .char-color {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
}
.page-product--maininfo_area .maininfo_area--chars .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 16px;
}
.page-product--maininfo_area .maininfo_area--chars .item div {
  z-index: 2;
}
.page-product--maininfo_area .maininfo_area--chars .item div:nth-child(1) {
  color: #99B0BD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 4px 0 2px;
  width: 160px;
}
.page-product--maininfo_area .maininfo_area--chars .item div:nth-child(2) {
  color: #23323A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 2px 0 4px;
  width: calc(100% - 168px);
}
.page-product--maininfo_area .maininfo_area--text-description {
  overflow: hidden;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  height: 98px;
  margin-bottom: 12px;
}
.page-product--maininfo_area .maininfo_area--text-description.opened {
  height: auto;
}
.page-product--maininfo_area .show-more-text-description {
  cursor: pointer;
}
.page-product--maininfo_area .show-more-text-description span {
  white-space: nowrap;
  color: #F26792;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.page-product--maininfo_area .show-more-text-description:hover span {
  border-bottom: 1px dotted #fff;
}
.page-product--buy_area {
  border-radius: 20px;
  background: #FFF;
  display: block;
  width: 305px;
  padding: 24px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 900px) {
  .page-product--buy_area {
    width: 100%;
    margin-top: 15px;
    padding: 0 16px;
  }
}
.page-product--buy_area .buy_area--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.page-product--buy_area .buy_area--price .actual-price {
  color: #23323A;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 16px;
}
.page-product--buy_area .buy_area--price .percent {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 100px;
  margin-right: 10px;
  background: var(--light-pink, #FF82A8);
}
.page-product--buy_area .buy_area--price .old-price {
  color: var(--main-pink, #F26792);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.page-product--buy_area .buy_area--cheaper {
  cursor: pointer;
  margin-bottom: 24px;
}
.page-product--buy_area .buy_area--cheaper span {
  white-space: nowrap;
  color: #F26792;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.page-product--buy_area .buy_area--cheaper:hover span {
  border-bottom: 1px dotted #fff;
}
.page-product--buy_area .buy_area--buttons {
  margin-bottom: 12px;
}
.page-product--buy_area .buy_area--buttons .buttons--add_to_cart {
  height: 42px;
  width: 100%;
  text-align: center;
  color: #FFF;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  background: #FF82A8;
  cursor: pointer;
  margin-bottom: 8px;
}
.page-product--buy_area .buy_area--buttons .buttons--add_to_cart:hover {
  opacity: 0.9;
}
.page-product--buy_area .buy_area--buttons .buttons--one_click {
  height: 42px;
  width: 100%;
  text-align: center;
  color: #F26792;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  margin-bottom: 8px;
  border: 1px solid #FF82A8;
}
.page-product--buy_area .buy_area--buttons .buttons--one_click:hover {
  opacity: 0.9;
  background: #ff82a8;
  color: #fff;
}
@media (max-width: 900px) {
  .page-product--buy_area .buy_area--over_buttons {
    display: none;
  }
}
.page-product--buy_area .buy_area--over_buttons .over_buttons--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  cursor: pointer;
}
.page-product--buy_area .buy_area--over_buttons .over_buttons--btn svg {
  margin-right: 8px;
}
.page-product--buy_area .buy_area--over_buttons .over_buttons--btn:hover {
  color: #ff82a8;
}
.page-product--buy_area .buy_area--over_buttons .over_buttons--btn:hover svg path {
  fill: #FF82A8;
}
.page-product--buy_area .buy_area--over_buttons .over_buttons--btn:last-child {
  margin-bottom: 0;
}
.page-product--tabs_area {
  margin-top: 40px;
  width: 100%;
  max-width: 935px;
}
@media (max-width: 900px) {
  .page-product--tabs_area {
    margin-top: 0;
  }
}
.page-product--tabs_area .tabs_area--switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (max-width: 900px) {
  .page-product--tabs_area .tabs_area--switcher {
    display: none;
  }
}
.page-product--tabs_area .tabs_area--switcher li {
  list-style: none;
  padding: 13px 24px;
  color: #23323A;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin: 0;
}
.page-product--tabs_area .tabs_area--switcher li.current {
  border-radius: 20px 20px 0px 0px;
  background: #fff;
  color: #F26792;
}
.page-product--tabs_area .tabs_area--switcher li:hover {
  border-radius: 20px 20px 0px 0px;
  background: #fff;
}
.page-product--tabs_area .tabs_area--switcher li:before {
  display: none;
}
.page-product--tabs_area .tabs_area--switch_area {
  padding: 40px;
  background: #fff;
  border-radius: 0px 20px 20px 20px;
  display: none;
  width: 100%;
}
@media (max-width: 900px) {
  .page-product--tabs_area .tabs_area--switch_area {
    display: block;
    background: #f5f7f9;
    padding: 16px 0 0;
    border-radius: 0;
  }
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--adapt-title {
  display: none;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .page-product--tabs_area .tabs_area--switch_area .switch_area--adapt-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 15px;
  }
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--adapt-title span {
  margin-right: auto;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--adapt-title svg {
  margin-left: auto;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--description {
  color: #23323A;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--content {
  padding-top: 16px;
  background: #fff;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--content .title-tab-heading {
  display: none !important;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--content.row {
  margin: 0 !important;
}
.page-product--tabs_area .tabs_area--switch_area .switch_area--content.row .text_block {
  font-size: 14px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .page-product--tabs_area .tabs_area--switch_area .switch_area--content {
    display: none;
    padding: 15px;
  }
}
.page-product--tabs_area .tabs_area--switch_area.active {
  display: block;
}
@media (max-width: 900px) {
  .page-product--tabs_area .tabs_area--switch_area.active .switch_area--adapt-title svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-product--tabs_area .tabs_area--switch_area.active .switch_area--adapt-title svg path {
    stroke: #99B0BD;
  }
  .page-product--tabs_area .tabs_area--switch_area.active .switch_area--content {
    display: block;
  }
}
.page-product--still-buying {
  position: absolute;
  right: 0;
  top: 380px;
  width: 305px;
  padding: 24px;
  padding-bottom: 8px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .page-product--still-buying {
    right: inherit;
    top: inherit;
    position: relative;
    width: 100%;
    padding: 32px 16px 0;
    background: #f5f7f9;
    border-radius: 0;
    display: none;
  }
}
.page-product--still-buying .still-buying--title {
  color: #23323A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .page-product--still-buying .still-buying--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-product--still-buying .still-buying--list .still-buying--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .page-product--still-buying .still-buying--list .still-buying--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
    background: #fff;
    margin-bottom: 0;
  }
}
.page-product--still-buying .still-buying--list .still-buying--item.invisible {
  display: none;
}
@media (max-width: 900px) {
  .page-product--still-buying .still-buying--list .still-buying--item.invisible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
.page-product--still-buying .still-buying--list .still-buying--item .img {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media (max-width: 900px) {
  .page-product--still-buying .still-buying--list .still-buying--item .img {
    width: 90px;
    height: 90px;
  }
}
.page-product--still-buying .still-buying--list .still-buying--item .img img {
  height: calc(100% - 16px);
  width: auto;
}
.page-product--still-buying .still-buying--list .still-buying--item .area {
  width: calc(100% - 72px);
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--price .actual-price {
  color: #23323A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--price .old-price {
  color: #F26792;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--stars {
  position: relative;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--stars .still-buying--stars-full {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--stars .still-buying--stars-full img {
  max-width: 68px;
  min-width: 68px;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--stars .still-buying--stars-empty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--stars .still-buying--stars-empty img {
  max-width: 68px;
  min-width: 68px;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--description {
  color: var(--main-txt, #23323A);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--button {
  display: none;
}
@media (max-width: 900px) {
  .page-product--still-buying .still-buying--list .still-buying--item .still-buying--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-product--still-buying .still-buying--list .still-buying--item .still-buying--button span {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  height: 42px;
  cursor: pointer;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
}
.page-product--still-buying .still-buying--show_more {
  margin-bottom: 16px;
}
.page-product--still-buying .still-buying--show_more span {
  text-decoration: none;
  white-space: nowrap;
  color: #F26792;
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.page-product--still-buying .still-buying--show_more:hover {
  border-bottom: 1px dotted #fff;
}

.product_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.product_rating--count {
  color: #23323A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 16px;
}
.product_rating--stars {
  position: relative;
  margin-right: 16px;
}
.product_rating--stars .product_rating--stars-full {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product_rating--stars .product_rating--stars-full img {
  min-width: 126px;
}
.product_rating--stars .product_rating--stars-empty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.product_rating--stars .product_rating--stars-empty img {
  min-width: 126px;
}
.product_rating .product_rating--reviews a {
  text-decoration: none;
  white-space: nowrap;
  color: #F26792;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.product_rating .product_rating--reviews a:hover {
  border-bottom: 1px dotted #fff;
}

.global_products--title {
  color: #23323A;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 900px) {
  .global_products--title {
    color: var(--main-txt, #23323A);
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 16px;
  }
}
.global_products--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global_products--item {
  width: 20%;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  position: relative;
}
@media (max-width: 1280px) {
  .global_products--item {
    width: 25%;
  }
}
@media (max-width: 900px) {
  .global_products--item {
    width: 33.3333333333%;
  }
}
@media (max-width: 650px) {
  .global_products--item {
    width: 50%;
  }
}
.global_products--item .gb--discount {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f26792;
  padding: 6px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  padding: 4px 6px;
}
.global_products--item .gp--buttons {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
  opacity: 0;
  -webkit-transition: 0.108s;
  transition: 0.108s;
}
.global_products--item .gp--buttons .gb--btn {
  margin-left: 10px;
}
.global_products--item .gp--buttons .gb--btn.active svg path {
  fill: #F26792;
}
.global_products--item .gp--buttons .gb--btn:hover svg path {
  fill: #F26792;
}
.global_products--item .gp--img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 202px;
  width: 100%;
  padding-top: 30px;
}
.global_products--item .gp--img img {
  width: auto;
  height: 90%;
  max-width: 100%;
}
.global_products--item:hover {
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
}
.global_products--item:hover .gp--buttons {
  opacity: 1;
}
.global_products--item .gp--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
}
@media (max-width: 600px) {
  .global_products--item .gp--price {
    min-height: 30px;
  }
}
.global_products--item .gp--price .actual {
  color: #23323A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .global_products--item .gp--price .actual {
    font-size: 14px;
  }
}
.global_products--item .gp--price .old-price {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
  text-decoration-line: line-through;
}
@media (max-width: 600px) {
  .global_products--item .gp--price .old-price {
    font-size: 10px;
  }
}
.global_products--item .gp--price .discount {
  background: #f26792;
  padding: 6px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  padding: 4px 6px;
  margin-right: 16px;
}
.global_products--item .gp--stars_and_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.global_products--item .gp--stars_and_status .gp--stars {
  margin-right: 10px;
}
@media (max-width: 650px) {
  .global_products--item .gp--stars_and_status .gp--status {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .global_products--item .gp--stars_and_status .gp--status {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .global_products--item .gp--stars_and_status {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.global_products--item .gp--stars {
  position: relative;
  width: 88px;
}
.global_products--item .gp--stars .gp--stars-full {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 88px;
}
.global_products--item .gp--stars .gp--stars-full img {
  width: 88px;
  max-width: 88px;
}
.global_products--item .gp--stars .gp--stars-empty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  max-width: 88px;
}
.global_products--item .gp--stars .gp--stars-empty img {
  width: 100%;
  max-width: 88px;
}
.global_products--item .gp--status {
  color: #23323A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global_products--item .gp--status svg {
  margin-right: 4px;
}
.global_products--item .gp--description {
  color: var(--main-txt, #23323A);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 60px;
  max-height: 60px;
  display: block;
}
@media (max-width: 600px) {
  .global_products--item .gp--description {
    font-size: 14px;
    min-height: 80px;
    max-height: 80px;
  }
}
.global_products--item .gp--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .global_products--item .gp--button {
    width: 100%;
  }
}
.global_products--item .gp--button span {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  height: 42px;
  cursor: pointer;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
}
@media (max-width: 600px) {
  .global_products--item .gp--button.to-cart span {
    width: 100%;
  }
}
.global_products--item .gp--button.on-cart span {
  border-radius: 2px;
  background: var(--main-txt, #23323A);
  color: #fff;
}
.global_products--item .gp--button.on-request span {
  border-radius: 2px;
  color: #fff;
  background: var(--grey-txt, #99B0BD);
}
.global_products.on_catalog .global_products--list .global_products--item {
  width: 25%;
}
@media (max-width: 650px) {
  .global_products.on_catalog .global_products--list .global_products--item .gp--buttons {
    opacity: 1;
  }
}
@media (max-width: 1280px) {
  .global_products.on_catalog .global_products--list .global_products--item {
    width: 25%;
  }
}
@media (max-width: 900px) {
  .global_products.on_catalog .global_products--list .global_products--item {
    width: 33.3333333333%;
  }
}
@media (max-width: 650px) {
  .global_products.on_catalog .global_products--list .global_products--item {
    width: 50%;
  }
}
.global_products.on_basket .global_products--list .global_products--item {
  width: 25%;
}
@media (max-width: 1300px) {
  .global_products.on_basket .global_products--list .global_products--item {
    width: 33.3333333333%;
  }
}
@media (max-width: 1280px) {
  .global_products.on_basket .global_products--list .global_products--item {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .global_products.on_basket .global_products--list .global_products--item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .global_products.on_basket .global_products--list .global_products--item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .global_products.on_basket .global_products--list .global_products--item .gp--stars_and_status {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .global_products.on_basket .global_products--list .global_products--item .gp--description {
    font-size: 10px;
  }
}
.global_products.type-2 .global_products--list .global_products--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.global_products.type-2 .global_products--list .global_products--item .gp--img {
  width: 114px;
  height: 90px;
  padding-top: 0;
}
.global_products.type-2 .global_products--list .global_products--item .gp-area_2 {
  border-left: 1px solid #E4EFF3;
  padding-left: 10px;
  margin-left: 30px;
}
.global_products.type-2 .global_products--list .global_products--item .gp--price {
  margin-bottom: 15px;
}
.global_products.type-2 .global_products--list .global_products--item .gp--buttons {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global_products.type-3 .global_products--list .global_products--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  padding-right: 50px;
}
.global_products.type-3 .global_products--list .global_products--item .gp--img {
  width: 114px;
  height: 90px;
  padding-top: 0;
}
.global_products.type-3 .global_products--list .global_products--item .gp-area_2 {
  border-left: 1px solid #E4EFF3;
  padding-left: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.global_products.type-3 .global_products--list .global_products--item .gp--price {
  margin-bottom: 15px;
}
.global_products.type-3 .global_products--list .global_products--item .gp--buttons {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global_products--pagination {
  width: 100%;
  padding: 60px 0 0px;
}
@media (max-width: 650px) {
  .global_products--pagination {
    display: none;
  }
}
.global_products--pagination ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global_products--pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.global_products--pagination ul li:before {
  display: none;
}
.global_products--pagination ul li a {
  height: 42px;
  width: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.global_products--pagination ul li a.current {
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  color: #fff;
}
.global_products.on-catalog ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#take-a-look {
  padding-top: 50px;
}

#still-buying {
  padding-top: 50px;
}

@media (max-width: 1280px) {
  .global_products--list-slider {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 800px) {
  .global_products--list-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.global_products--list-slider .owl-nav {
  position: absolute;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: calc(100% + 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 1280px) {
  .global_products--list-slider .owl-nav {
    width: 100%;
  }
}
.global_products--list-slider .owl-nav button {
  margin: 0;
  background: #FF82A8 !important;
  width: 38px;
  height: 38px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global_products--list-slider .owl-nav button span {
  color: #fff;
}
.global_products--list-slider .global_products--item.item {
  width: 100%;
}
@media (max-width: 650px) {
  .global_products--list-slider .gp--status {
    margin-top: 0 !important;
  }
}
@media (max-width: 400px) {
  .global_products--list-slider .gp--status {
    margin-top: 0px !important;
  }
}

.adapt--blind {
  display: none;
  padding: 20px 16px 16px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid rgba(35, 50, 58, 0.102);
}
@media (max-width: 900px) {
  .adapt--blind {
    display: block;
  }
}
.adapt--blind .line {
  position: absolute;
  top: 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adapt--blind .actual-price {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 6px;
  white-space: nowrap;
}
.adapt--blind .old-price {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
  text-decoration-line: line-through;
  margin-right: 4px;
}
.adapt--blind .percent {
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
}
.adapt--blind .onview .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adapt--blind .onview .flex .p-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adapt--blind .onview .flex .button {
  color: #FFF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 16px;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
}
.adapt--blind .blind--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  width: 100%;
}
.adapt--blind .blind--img img {
  height: 90%;
  width: auto;
}
.adapt--blind .otp-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adapt--blind .otp-place .actual-price {
  margin-right: 8px;
  margin-right: 8px;
  width: auto;
  margin-bottom: 0;
}
.adapt--blind .otp-place .percent {
  margin-bottom: 0;
  margin-right: 8px;
}
.adapt--blind .otp-place .old-price {
  margin-bottom: 0;
  margin-right: 0;
}
.adapt--blind .cheaper span {
  white-space: nowrap;
  color: #F26792;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.adapt--blind .cheaper:hover span {
  border-bottom: 1px dotted #fff;
}
.adapt--blind .on-toggle {
  display: none;
}
.adapt--blind.opened .on-toggle {
  display: block;
}
.adapt--blind.opened .onview {
  display: none;
}
.adapt--blind .blind--buttons {
  margin-top: 22px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adapt--blind .blind--buttons .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adapt--blind .blind--buttons .counter .c-btn {
  width: 48px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px 0px 0px 2px;
  background: var(--light-pink, #FF82A8);
  color: #fff;
}
.adapt--blind .blind--buttons .counter input {
  height: 42px;
  background: #fff;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border: 0;
  text-align: center;
  line-height: normal;
  max-width: 42px;
}
.adapt--blind .blind--buttons .button-cart {
  color: #FFF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 150px);
}
.adapt--blind .blind--buttons_2 .button-tr {
  height: 42px;
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--light-pink, #FF82A8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.adapt--blind .blind--over_buttons .blind--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  cursor: pointer;
}
.adapt--blind .blind--over_buttons .blind--btn svg {
  margin-right: 8px;
}
.adapt--blind .blind--over_buttons .blind--btn.active svg path {
  fill: #FF82A8;
}
.adapt--blind .blind--over_buttons .blind--btn.sravn {
  position: relative;
  color: #ff82a8;
}
.adapt--blind .blind--over_buttons .blind--btn.sravn span {
  border-radius: 100px;
  border: 1px solid #FFF;
  background: var(--light-pink, #FF82A8);
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 17px;
  top: -4px;
}
.adapt--blind .blind--over_buttons .blind--btn:hover {
  color: #ff82a8;
}
.adapt--blind .blind--over_buttons .blind--btn:hover svg path {
  fill: #FF82A8;
}
.adapt--blind .blind--over_buttons .blind--btn:last-child {
  margin-bottom: 0;
}

.title-v1 h1 {
  color: var(--main-txt, #23323A) !important;
  font-family: Gilroy !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 0 !important;
  margin-bottom: 16px;
}

.category-switcher {
  margin-bottom: 32px;
}
.category-switcher .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-left: -8px;
  margin-right: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .category-switcher .list {
    width: 100%;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.category-switcher .list a {
  margin: 8px 4px;
  margin-top: 0;
  padding: 8px 16px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #E4F0F3;
  background: #FFF;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.category-switcher .list a span {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 4px;
  margin-right: 0;
}
.category-switcher .list a.current {
  border-radius: 2px;
  border: 1px solid var(--main-txt, #23323A);
  background: var(--main-txt, #23323A);
  color: #fff;
}
.category-switcher .list a.current:after {
  content: "";
  display: block;
  background-image: url(/images/icon-daw.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.5px;
  height: 5.66px;
  margin-left: 4px;
}
.category-switcher .list a.show-more-items {
  color: var(--main-pink, #F26792);
}
.category-switcher .list a.invisible {
  display: none;
}

.category-sort_type-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .category-sort_type-switcher {
    display: none;
  }
}
.category-sort_type-switcher .type-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-sort_type-switcher .type-switcher a.button {
  border-radius: 2px;
  border: 1px solid #E4F0F3;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.category-sort_type-switcher .type-switcher a.button.current svg path {
  stroke: #99B0BD;
}
.category-sort_type-switcher .sort-switcher .common_select-link {
  height: 32px;
}
.category-sort_type-switcher .sort-switcher .common_select .common_select-link .trigger:before {
  margin-top: 5px;
}

.filter-- {
  background: #fff;
}
.filter-- .bx_filter_section {
  background: #fff;
}
.filter-- .bx_filter_section .bx_filter_parameters_box {
  padding: 27px 20px;
}
.filter-- .bx_filter_section .bx_filter_parameters_box .bx_filter_parameters_box_title {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bx_filter_href__item, .filter--checkbox-link .bx_filter_href a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  cursor: pointer;
}
.bx_filter_href__item:after, .filter--checkbox-link .bx_filter_href a:after {
  content: "";
  display: block;
  background-image: url(/images/checkbox-inactive.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.bx_filter_href__item.active:after, .filter--checkbox-link .bx_filter_href a:hover:after, .filter--checkbox-link .bx_filter_href a.active:after {
  content: "";
  display: block;
  background-image: url(/images/checkbox-active.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.filter--checkbox-link .bx_filter_href:last-child a {
  margin-bottom: 0;
}

.bx_filter_parameters_box_container.numbers .bx_ui_slider_part span {
  display: none;
}
.bx_filter_parameters_box_container.numbers .smartfilter .bx_ui_slider_track .bx_ui_slider_handle {
  top: -4px;
  width: 12px;
  height: 12px;
}
.bx_filter_parameters_box_container.numbers .smartfilter .bx_ui_slider_track {
  height: 4px;
}

.bx_filter_block.limited_block::-webkit-scrollbar {
  width: 8px;
}
.bx_filter_block.limited_block::-webkit-scrollbar-thumb {
  background-color: #99B0BD;
  border-radius: 4px;
}
.bx_filter_block.limited_block::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.bx_filter_block.limited_block::-webkit-scrollbar-track {
  background-color: #fff;
}

.bx_filter .bx_filter_parameters_box_title + .bx_filter_block .bx_filter_parameters_box_container {
  margin-top: 0;
}

.bx_filter_parameters_box_title {
  margin-bottom: 6px;
}

.bx_filter_vertical .bx_filter_block.limited_block {
  margin-top: 16px;
}

.filter-- .bx_filter_vertical input[type=checkbox] + label:after {
  position: relative;
  left: inherit;
  top: inherit;
}

.bx_filter_button_box {
  padding: 0 !important;
  padding-top: 15px !important;
  border: 1px solid #fff !important;
  background: #f3f9fb;
}
.bx_filter_button_box .bx_filter_block .bx_filter_parameters_box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bx_filter_button_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_search_reset {
  margin-left: 0;
  margin-top: 6px;
  border: 1px solid #f3f9fb;
}

.left_block .subscribe_wrap {
  display: none !important;
}

.adaptive-catalog-menu {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .adaptive-catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.adaptive-catalog-menu .common_select {
 -moz-appearance: none; 
 -webkit-appearance: none; 
appearance: none;
  width: 100% !important;
  margin-bottom: 0 !important;
  top: 0 !important;
  height: 35px;
}
.adaptive-catalog-menu .sort-switcher {
  width: 49%;
  margin-right: auto;
}
.adaptive-catalog-menu .sort-switcher .common_select-link {
  min-height: 35px;
  height: 35px;
}

.sort-switcher {
    
}

.sort-switcher__inner {
  display: flex;
  width: 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid var(--main-pink, #F26792);
  height: 34px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  cursor: pointer;
  position: relative;
}

.sort-switcher__inner:hover .sort-switcher__list {
  display: block;
}

.sort-switcher__inner:hover .sort-switcher__list-inner {
  opacity: 1;
  visibility: visible;
}

.sort-switcher__text {
  color: #A9A9A9;
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  height: auto;
  line-height: normal;
}
.sort-switcher__list {
  position: absolute;
  top: 34px;
  border-radius: 2px;
  border: 1px solid var(--main-pink, #F26792);
  background: #FFF;
  width: 100%;
  left: 0;
  display: none;
  z-index: 7;
}

.sort-switcher__list_active {
  display: block;
}

.sort-switcher__list_active .sort-switcher__list-inner {
  opacity: 1;
  visibility: visible;
}

.sort-switcher__list-inner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
}

.sort-switcher__list-item {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease-in, background 0.3s ease-in;
  font-size: 16px;
}

.sort-switcher__list-item:hover {
  color: #ffffff;
  background: var(--main-pink, #F26792);
}

.sort-switcher__list-item_active::after {
  content: "";
  display: block;
  background-image: url(/images/icon-daw.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
}

@media (max-width: 650px) {
    .sort-switcher__inner {
      width: 100%;
    }
}

.adaptive-catalog-menu .sort-switcher .common_select .common_select-link .trigger:before {
  margin-top: 5px;
}
.adaptive-catalog-menu .filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  height: 34px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  cursor: pointer;
}
.adaptive-catalog-menu .filter-button .b-title {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0;
  margin-right: auto;
}
.adaptive-catalog-menu .filter-button .b-count {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 3px 5px;
  border-radius: 100px;
  background: var(--main-txt, #23323A);
  margin-right: 8px;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
}

.adaptive-catalog-menu .filter-button .b-count--hide {
    opacity: 0;
    visibility: hidden;
}
.adaptive-catalog-menu .filter-button svg {
  margin-right: 0;
  margin-left: 0;
}

.no-relative {
  position: inherit !important;
}

.js_filter.adaptive-opened .bx_filter.bx_filter_vertical {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
}
@media (max-width: 900px) {
  .js_filter.adaptive-opened .wrapp_all_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .js_filter.adaptive-opened .wrapp_all_inputs .wrapp_change_inputs {
    width: 100% !important;
  }
  .js_filter.adaptive-opened .wrapp_all_inputs .wrapp_change_inputs.wrap_md .wrapp_slider {
    width: 100% !important;
    padding: 0;
    padding-bottom: 70px;
  }
  .js_filter.adaptive-opened .wrapp_all_inputs .wrapp_slider {
    width: 100% !important;
    padding: 0;
  }
}
.js_filter .bx_filter .bx_filter_parameters_box_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_basket--wrapper {
  position: relative;
}

.page_basket {
  width: 100%;
  max-width: 983px;
}
@media (max-width: 1300px) {
  .page_basket {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .page_basket {
    max-width: 600px;
  }
}
@media (max-width: 1100px) {
  .page_basket {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .page_basket .pokup-t {
    color: var(--main-txt, #23323A);
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    line-height: normal;
  }
}
.page_basket--product_list .item {
  margin-bottom: 16px;
}
.page_basket--product_list .item .desctop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .page_basket--product_list .item .desctop-area {
    display: none;
  }
}
.page_basket--product_list .item .desctop-area .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 202px;
  width: 100%;
  max-width: 216px;
  margin-right: 40px;
  margin-left: 0;
}
.page_basket--product_list .item .desctop-area .img img {
  width: auto;
  height: 90%;
}
.page_basket--product_list .item .desctop-area .area {
  position: relative;
}
.page_basket--product_list .item .desctop-area .area .delete {
  position: absolute;
  right: 0;
  top: 16px;
}
.page_basket--product_list .item .desctop-area .area h2 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding-right: 60px;
}
.page_basket--product_list .item .desctop-area .area .gp--stars {
  position: relative;
  margin-bottom: 24px;
}
.page_basket--product_list .item .desctop-area .area .gp--stars .gp--stars-full {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page_basket--product_list .item .desctop-area .area .gp--stars .gp--stars-full img {
  min-width: 126px;
}
.page_basket--product_list .item .desctop-area .area .gp--stars .gp--stars-empty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page_basket--product_list .item .desctop-area .area .gp--stars .gp--stars-empty img {
  min-width: 126px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .i-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .i-list .item .a {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .i-list .item .b {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .i-list .item .b.i-price {
  color: var(--main-pink, #F26792);
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .i-list .item .b .i-color {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #F1B3A6;
  margin-left: 4px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .price-area .actual-price {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .price-area .old-price {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  text-decoration-line: line-through;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .znak {
  margin: 0 8px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  min-height: 48px;
  border-radius: 2px 0px 0px 2px;
  background: var(--light-pink, #FF82A8);
  cursor: pointer;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .but:hover {
  opacity: 0.9;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .inp {
  width: auto;
  max-width: 60px;
}
.page_basket--product_list .item .desctop-area .area .info-and-count-area .count-calc .inp input {
  width: 100%;
  background: #fff;
  text-align: center;
  border: 0;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--product_list .item .desctop-area .area .dotted-link {
  margin-bottom: 24px;
  cursor: pointer;
}
.page_basket--product_list .item .desctop-area .area .dotted-link span {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dotted #F26792;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn {
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn svg {
  margin-right: 8px;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn span {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn.active span, .page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn:hover span {
  color: #F26792;
}
.page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn.active svg path, .page_basket--product_list .item .desctop-area .area .gp--buttons .gb--btn:hover svg path {
  fill: #F26792;
}
.page_basket--product_list .item .mobile-area {
  display: none;
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  padding: 16px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_basket--product_list .item .mobile-area .daw {
  position: absolute;
  top: 16px;
  left: 10px;
}
@media (max-width: 1100px) {
  .page_basket--product_list .item .mobile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_basket--product_list .item .mobile-area .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 65px;
  margin-right: 10px;
  margin-left: 36px;
}
.page_basket--product_list .item .mobile-area .img img {
  width: auto;
  height: 90%;
}
.page_basket--product_list .item .mobile-area .area .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .mobile-area .area .gp--stars {
  position: relative;
  margin-right: 10px;
}
.page_basket--product_list .item .mobile-area .area .gp--stars .gp--stars-full {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page_basket--product_list .item .mobile-area .area .gp--stars .gp--stars-full img {
  min-width: 126px;
}
.page_basket--product_list .item .mobile-area .area .gp--stars .gp--stars-empty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page_basket--product_list .item .mobile-area .area .gp--stars .gp--stars-empty img {
  min-width: 126px;
}
.page_basket--product_list .item .mobile-area .area .status {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .mobile-area .area .status svg {
  margin-right: 4px;
}
.page_basket--product_list .item .mobile-area .area h2 {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 8px 0 12px;
  width: 100%;
  text-align: left;
}
.page_basket--product_list .item .mobile-area .area .gp--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .mobile-area .area .gp--price .actual {
  color: #23323A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
  white-space: nowrap;
}
.page_basket--product_list .item .mobile-area .area .gp--price .old-price {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
  text-decoration-line: line-through;
}
.page_basket--product_list .item .mobile-area .area .gp--price .discount {
  background: #f26792;
  padding: 6px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  padding: 4px 6px;
  margin-right: 16px;
}
.page_basket--product_list .item .mobile-area .b-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #E4EFF3;
  padding-top: 18px;
  width: 100%;
  margin-top: 18px;
}
.page_basket--product_list .item .mobile-area .b-area .butons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--product_list .item .mobile-area .b-area .butons .but {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  margin-right: 10px;
  cursor: pointer;
}
.page_basket--product_list .item .mobile-area .b-area .butons .but svg {
  margin-right: 8px;
}
.page_basket--product_list .item .mobile-area .b-area .butons .but.active {
  color: #ff82a8;
}
.page_basket--product_list .item .mobile-area .b-area .butons .but.active svg path {
  fill: #ff82a8;
}
.page_basket--product_list .item .mobile-area .b-area .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page_basket--product_list .item .mobile-area .b-area .counter span {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 8px;
}
.page_basket .or--products {
  padding: 0 20px 20px;
}
.page_basket .or--products.adapt {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.page_basket .or--products .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px #E4EFF3 solid;
  padding-top: 16px;
}
.page_basket .or--products .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.page_basket .or--products .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_basket .or--products .list .item a {
  height: 24px;
  width: 24px;
  border-radius: 2px;
  border: 1px solid var(--grey-stroke, #E4EFF3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px 10px;
}
.page_basket .or--products .list .item a img {
  height: 95%;
}
.page_basket .or--products .s-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket .or--products .s-link span {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}
.page_basket .or--products .adapt-link {
  font-size: 10px;
}
.page_basket--your_order {
  position: absolute;
  right: 0;
  top: 0px;
  width: 256px;
}
@media (max-width: 1100px) {
  .page_basket--your_order {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
  }
}
.page_basket--your_order .your_order--area {
  border: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  width: 100%;
  margin-bottom: 16px;
}
.page_basket--your_order .or-title {
  padding: 24px 20px;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_basket--your_order .p-link {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--your_order .or-inf0 {
  padding: 24px 20px;
  border-top: 1px solid var(--grey-stroke, #E4EFF3);
  border-bottom: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
}
.page_basket--your_order .i-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.page_basket--your_order .i-list .item .a {
  color: var(--grey-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--your_order .i-list .item .b {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--your_order .i-list .item .b.i-price {
  color: var(--main-pink, #F26792);
}
.page_basket--your_order .i-list .item .b .i-color {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #F1B3A6;
  margin-left: 4px;
}
.page_basket--your_order .i-list .item .b .s-discount {
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--light-pink, #FF82A8);
  padding: 4px 6px;
}
.page_basket--your_order .free-shipping-area {
  border-radius: 2px;
  background: #C8FE55;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_basket--your_order .free-shipping-area svg {
  min-width: 24px;
  min-height: 24px;
}
.page_basket--your_order .free-shipping-area span {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 12px;
}
.page_basket--your_order .or-itogo {
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_basket--your_order .or-itogo .a {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page_basket--your_order .or-itogo .b {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .page_basket--ordering {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    background: #fff;
  }
}
.page_basket--ordering .ordering-section {
  padding: 40px;
  padding-left: 126px;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page_basket--ordering .ordering-section.adaptive {
  display: none;
}
@media (max-width: 900px) {
  .page_basket--ordering .ordering-section.adaptive {
    display: block;
  }
}
.page_basket--ordering .ordering-section .o-icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.page_basket--ordering .ordering-section .area {
  width: 100%;
}
.page_basket--ordering .ordering-section .area .o-title {
  margin-bottom: 0;
}
.page_basket--ordering .ordering-section .area .o-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -12px;
}
.page_basket--ordering .ordering-section .ordering-section--content {
  display: none;
}
.page_basket--ordering .ordering-section.open {
  display: block;
}
.page_basket--ordering .ordering-section.open .o-icon {
  top: 28px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.page_basket--ordering .ordering-section.open .area .o-title {
  margin-bottom: 24px;
}
.page_basket--ordering .ordering-section.open .area .o-title svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page_basket--ordering .ordering-section.open .ordering-section--content {
  display: block;
}
@media (max-width: 1100px) {
  .page_basket--ordering .ordering-section {
    padding: 20px 0 24px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .page_basket--ordering .ordering-section:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--grey-stroke, #E4EFF3);
    width: calc(100% + 32px);
    position: absolute;
    bottom: 0;
    left: -16px;
  }
}
@media (max-width: 1100px) {
  .page_basket--ordering .ordering-section .o-icon {
    display: none;
  }
}
.page_basket--ordering.product-on-cart {
  margin-top: 16px;
}
@media (max-width: 900px) {
  .page_basket--ordering.product-on-cart {
    margin-bottom: 16px;
  }
}
.page_basket--ordering.product-on-cart .page_basket--product_list .desctop-area {
  padding: 0px 0;
}
.page_basket--ordering.product-on-cart .page_basket--product_list .desctop-area .img {
  margin-right: 0;
}
.page_basket--ordering .o-icon {
  position: absolute;
  left: 40px;
  top: 40px;
}
.page_basket--ordering .area .o-title {
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
}
.page_basket--ordering .area .o-title span {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .page_basket--ordering .area .o-title span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.page_basket--ordering .area .o-title svg {
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 900px) {
  .page_basket--ordering .area .o-title svg {
    width: 16px;
  }
}
.page_basket--ordering .area .o-input {
  margin-bottom: 8px;
}
.page_basket--ordering .area .o-input:last-child {
  margin-bottom: 0;
}
.page_basket--ordering .area .o-input .o-input-title {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.page_basket--ordering .area .o-input.buyer {
  margin-bottom: 16px;
}
.page_basket--ordering .area .o-input .input-textarea textarea {
  height: 140px;
}
.page_basket--ordering .area .o-input .input-location {
  margin-bottom: 8px;
}
.page_basket--ordering .area .o-input .input-location input {
  border-radius: 2px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #E4F0F3;
  background: #F3F9FB;
  color: var(--grey-txt, #99B0BD);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-location input.error {
  border: 1px solid var(--main-pink, #F26792);
  background: #F3F9FB;
}
.page_basket--ordering .area .o-input .input-location input::-webkit-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-location input::-moz-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-location input:-ms-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-location input::-ms-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-location input::placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .area .o-input .input-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_basket--ordering .area .o-input .input-phone input:nth-child(1) {
  width: 50px;
  margin-right: 8px;
}
.page_basket--ordering .area .o-input .input-phone input:nth-child(2) {
  width: calc(100% - 60px);
}
.page_basket--ordering .area .o-input .input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
}
.page_basket--ordering .area .o-input .input-flex input {
  margin-bottom: 8px;
}
.page_basket--ordering .area .o-input .input-flex .w-1 {
  width: 100%;
}
.page_basket--ordering .area .o-input .input-flex .w-2 {
  width: calc(50% - 8px);
}
@media (max-width: 600px) {
  .page_basket--ordering .area .o-input .input-flex .w-2 {
    width: 100%;
  }
}
.page_basket--ordering .area .o-input .input-flex .w-3 {
  width: calc(33.3333333333% - 4px);
}
@media (max-width: 600px) {
  .page_basket--ordering .area .o-input .input-flex .w-3 {
    width: 100%;
  }
}
.page_basket--ordering .area .o-input .o-alert {
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .page_basket--ordering .area .o-input .o-alert {
    font-size: 10px;
  }
}
.page_basket--ordering .area .o-input .o-info {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .page_basket--ordering .area .o-input .o-info {
    font-size: 10px;
  }
}
.page_basket--ordering .area .o-input .o-button {
  color: #FFF;
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 16px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 900px) {
  .page_basket--ordering .area .o-input .o-button {
    width: 100%;
    text-align: center;
  }
}
.page_basket--ordering .area .o-input .o-button:hover {
  opacity: 0.9;
}
.page_basket--ordering .area .comphort-area {
  border-radius: 12px;
  background: var(--main-txt, #23323A);
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.page_basket--ordering .area .comphort-area img {
  margin-right: 12px;
}
@media (max-width: 900px) {
  .page_basket--ordering .area .comphort-area {
    font-size: 10px;
  }
}
.page_basket--ordering .delivery-list .d-item {
  cursor: pointer;
}
.page_basket--ordering .delivery-list .d-item:hover {
  opacity: 0.6;
}
.page_basket--ordering .delivery-list .d-item .d-area .checkbox {
  border-radius: 2px;
  background: var(--grey-stroke, #E4EFF3);
  width: 16px;
  height: 16px;
}
.page_basket--ordering .delivery-list .d-item .d-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 8px;
}
.page_basket--ordering .delivery-list .d-item .d-area:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #99B0BD;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
}
.page_basket--ordering .delivery-list .d-item .d-area .checkbox {
  background-image: url(/images/cart-checkbox-noactive.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0;
}
.page_basket--ordering .delivery-list .d-item .d-area .a {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding-right: 4px;
}
.page_basket--ordering .delivery-list .d-item .d-area .a span {
  margin-left: 8px;
}
.page_basket--ordering .delivery-list .d-item .d-area .a .tooltype {
  margin-left: 4px;
  cursor: pointer;
}
.page_basket--ordering .delivery-list .d-item .d-area .b {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  margin-left: 4px;
  position: relative;
  z-index: 2;
  padding: 12px 4px;
}
.page_basket--ordering .delivery-list .d-item .d-area .c {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  margin-left: 0px;
  margin-right: 0;
  position: relative;
  padding: 12px 0;
  padding-left: 4px;
  z-index: 2;
}
.page_basket--ordering .delivery-list .d-item .i-area {
  border-radius: 12px;
  background: var(--grey, #F3F9FB);
  padding: 16px;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1100px) {
  .page_basket--ordering .delivery-list .d-item .i-area {
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .page_basket--ordering .delivery-list .d-item .i-area {
    font-size: 10px;
  }
}
.page_basket--ordering .delivery-list .d-item .i-area ul {
  padding-left: 20px;
}
@media (max-width: 900px) {
  .page_basket--ordering .delivery-list .d-item .i-area ul {
    padding-left: 12px;
  }
}
.page_basket--ordering .delivery-list .d-item .i-area ul li {
  margin-bottom: 8px;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style: disc;
  padding-left: 6px;
}
@media (max-width: 900px) {
  .page_basket--ordering .delivery-list .d-item .i-area ul li {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .page_basket--ordering .delivery-list .d-item .i-area ul li {
    padding-left: 0;
  }
}
.page_basket--ordering .delivery-list .d-item .i-area ul li:before {
  display: none;
}
.page_basket--ordering .delivery-list .d-item .i-area ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .page_basket--ordering .delivery-list .d-item .i-area ul:last-child {
    margin-bottom: 0;
  }
}
.page_basket--ordering .delivery-list .d-item.active .checkbox {
  background-image: url(/images/cart-checkbox.svg);
}
.page_basket--ordering .delivery-list .d-item.noborder .d-area:after {
  display: none;
}
.page_basket--ordering .delivery-list .d-item .tooltype {
  position: relative;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content {
  display: none;
  position: absolute;
  right: -148px;
  top: -6px;
  border-radius: 2px;
  background: var(--main-txt, #23323A);
  padding: 32px 8px 8px;
  color: #fff;
  width: 144px;
  opacity: 0;
  z-index: 66;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content .close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content img {
  width: 100%;
  margin-bottom: 8px;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content .text {
  color: #FFF;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content .text p {
  margin-bottom: 8px;
}
.page_basket--ordering .delivery-list .d-item .tooltype .tooltype-content .text p:last-child {
  margin-bottom: 0;
}
.page_basket .input-location {
  position: relative;
}
.page_basket .input-location .i-ico {
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 8px;
  z-index: 2;
  margin-top: 2px;
}
.page_basket .button-chechout {
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
}
.page_basket .button-chechout:hover {
  background: rgba(255, 130, 168, 0.8);
}
@media (max-width: 1100px) {
  .page_basket .btn-checkout2 {
    display: none;
  }
}

.tooltype-container {
  position: absolute;
  right: -148px;
  top: -6px;
  border-radius: 2px;
  background: var(--main-txt, #23323A);
  padding: 32px 8px 8px;
  color: #fff;
  width: 144px;
  opacity: 1;
  z-index: 66;
  display: none;
}
.tooltype-container .close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.tooltype-container img {
  width: 100%;
  margin-bottom: 8px;
}
.tooltype-container .text {
  color: #FFF;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tooltype-container .text p {
  margin-bottom: 8px;
}
.tooltype-container .text p:last-child {
  margin-bottom: 0;
}
.ordering--buttons-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .ordering--buttons-area {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ordering--buttons-area .button-prev {
  height: 42px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-pink, #F26792);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--light-pink, #FF82A8);
  cursor: pointer;
  width: calc(50% - 8px);
}
@media (max-width: 1100px) {
  .ordering--buttons-area .button-prev {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ordering--buttons-area .button-final {
  height: 42px;
  background: #FF82A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-pink, #fff);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--light-pink, #FF82A8);
  cursor: pointer;
  width: calc(50% - 8px);
}
.ordering--buttons-area .button-final:hover {
  opacity: 0.9;
}
@media (max-width: 1100px) {
  .ordering--buttons-area .button-final {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8px;
  }
}

.color-pink {
  color: #f26792;
}

.pop_up-counter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background: #fff;
  z-index: 9999;
  display: none;
}
.pop_up-counter .c-title {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop_up-counter .c-title .c-cancel {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
}
.pop_up-counter .count-list > div {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 24px 16px;
  border-bottom: 1px solid var(--grey-stroke, #E4EFF3);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pop_up-counter .count-list > div svg {
  margin-left: auto;
  display: none;
}
.pop_up-counter .count-list > div.active svg {
  display: block;
}
.pop_up-counter .my-count {
  padding: 24px 16px 16px;
}
.pop_up-counter .my-count .mc-t {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.pop_up-counter .my-count input {
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #E4F0F3;
  background: #FFF;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0;
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  height: 32px;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .my-count input::-webkit-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .my-count input::-moz-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .my-count input:-ms-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .my-count input::-ms-input-placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .my-count input::placeholder {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pop_up-counter .b-area {
  background: #fff;
  padding: 16px;
}
.pop_up-counter .b-area .button {
  border-radius: 2px;
  background: var(--light-pink, #FF82A8);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
}
.pop_up-counter .b-area .button:hover {
  background: rgba(255, 130, 168, 0.8);
}

.category-adapt-categories {
  display: none;
  margin-bottom: 15px;
  margin-left: -4px;
  margin-right: -4px;
  padding-bottom: 15px;
}
@media (max-width: 650px) {
  .category-adapt-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
}
.category-adapt-categories a {
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #E4F0F3;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  margin: 0 4px;
}
.category-adapt-categories a span {
  color: var(--grey-txt, #99B0BD);
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 6px;
}
.category-adapt-categories a.active {
  color: #fff;
  border-radius: 2px;
  border: 1px solid var(--main-txt, #23323A);
  background: var(--main-txt, #23323A);
}

.category-adaptive-title {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: none;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .category-adaptive-title {
    display: block;
  }
}

@media (max-width: 900px) {
  .bx_filter_parameters_box_title.t-adaptive {
    position: relative;
    text-align: center;
  }
  .bx_filter_parameters_box_title.t-adaptive .js--filter-close {
    color: var(--grey-txt, #99B0BD);
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}

.adaptive-catalog-breadcrumb {
  padding-bottom: 16px;
}
.adaptive-catalog-breadcrumb a {
  color: var(--main-txt, #23323A);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adaptive-catalog-breadcrumb a svg {
  margin-right: 6px;
}

@media (max-width: 650px) {
  body .bx_filter_vertical .bx_filter_section .bx_filter_button_box.active .bx_filter_block .bx_filter_parameters_box_container {
    padding: 0 15px 15px;
  }
}

.adaptive-catalog-menu.fixed {
  position: fixed;
  background: #fff;
  left: 0;
  top: 80px;
  padding: 15px;
  right: 0;
  z-index: 99;
}

.catalog_detail .item_main_info {
  margin: 0;
  padding: 0;
  border: 0;
  position: inherit;
}

.top_inner_block_wrapper {
  padding: 0;
}

.free_delivery_block {
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF));
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: auto;
  border: 0;
}
@media (max-width: 600px) {
  .free_delivery_block {
    bottom: 100px;
  }
}
.free_delivery_block .free_delivery_close {
  background: none;
  width: 24px;
  height: 24px;
}
.free_delivery_block .free_delivery_close:after {
  width: 24px;
  height: 24px;
  background-image: url(/bitrix/templates/aspro_next/images/free-delivery-close.svg);
}
.free_delivery_block .free_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.free_delivery_block .free_delivery:before {
  width: 75px;
  height: 75px;
  background-image: url(/bitrix/templates/aspro_next/images/free-delivery.svg);
  position: relative;
  left: inherit;
  top: inherit;
  margin-right: 18px;
}
.free_delivery_block .free_delivery .free_delivery_true .free_delivery_head {
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.free_delivery_block .free_delivery .free_delivery_true p {
  color: #616161;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.free_delivery_block .free_delivery .free_delivery_true p b {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.adaptive-fixed-menu-area {
  display: none;
  padding: 8px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
@media (max-width: 900px) {
  .adaptive-fixed-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.adaptive-fixed-menu-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clac(100%/5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-txt, #23323A);
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.adaptive-fixed-menu-area a svg {
  margin-bottom: 4px;
}
.adaptive-fixed-menu-area a span.count {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: var(--main-pink, #F26792);
  z-index: 2;
  padding: 4px;
  min-width: 16px;
  min-height: 16px;
  margin-left: 10px;
  margin-top: -12px;
}