@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,300;1,400&family=Poppins:wght@100&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: black;
}

.center {
  display: flex !important;
  justify-content: center !important;
}

.splide__arrow svg {
  fill: #BF1E77 !important;
}

.btn-tablet {
  background: unset;
  border: 1px solid #BF1E77;
  border-radius: 5px;
}

.mounthSwiper a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #112E4C !important;
}
.mounthSwiper a:hover {
  font-weight: 600;
}
.mounthSwiper .swiper-button-next {
  width: unset;
  color: #BF1E77;
}

button {
  background: unset;
  border-radius: 5px;
  border: unset;
  overflow: hidden;
}

.btn-white-border-pink {
  background: white;
  border: 1px solid #BF1E77;
  border-radius: 4px;
}
.btn-white-border-pink span {
  color: #BF1E77;
}

main .contact-map {
  height: 300px;
}
main .pagination-btn a {
  border-radius: 4px;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  background: #FBF7F4;
  margin: 0 6px;
}
main .pagination-btn a:hover {
  border-radius: 4px;
  background: #BF1E77 !important;
  color: white !important;
}
main .pagination-btn a.active {
  border-radius: 4px;
  background: #BF1E77;
  color: white;
}
main .pagination-btn a:hover:not(.active) {
  background-color: #ddd;
}
main .pagination-btn-mob a {
  border-radius: 4px;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  background: #FBF7F4;
  margin: 0 6px;
}
main .pagination-btn-mob a:hover {
  border-radius: 4px;
  background: #BF1E77 !important;
  color: white !important;
}
main .pagination-btn-mob a.active {
  border-radius: 4px;
  background: #BF1E77;
  color: white;
}
main .pagination-btn-mob a:hover:not(.active) {
  background-color: #ddd;
}


.sliderWatcher {
  padding: 0;
}
.sliderWatcher .splide__arrows {
  fill: #BF1E77;
}
.sliderWatcher .like {
  background: unset;
  border: unset;
  position: absolute;
  top: 5%;
  left: 80%;
}
.sliderWatcher .like :hover {
  fill: white;
}
@media (max-width: 992px) {
  .sliderWatcher .splide__arrows {
    display: none;
  }
}

a {
  text-decoration: none;
}

.bg-white {
  border-radius: 10px;
}

.bg-white-lite {
  background: #FBF7F4;
}

.bg-opac-border-purp {
  border-radius: 10px;
  border: 1px solid rgba(191, 30, 119, 0.5);
}

.bg-white-border-purp {
  border-radius: 10px;
  background: white;
  border: 1px solid rgba(191, 30, 119, 0.5);
}

.mega-link-drop {
  padding: 10px 0;
  position:relative;
}
.mega-link-drop .container {
  margin: auto;
}
.mega-link-drop ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.mega-link-drop nav {
  background: #0ca0d6;
  font-size: 0;
  position: relative;
}
.mega-link-drop nav > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
.mega-link-drop nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.mega-link-drop nav > ul > li:hover > a {
  color: #444;
}
.mega-link-drop .mega-menu {
  padding-top: 25px;
  background: #FFFFFF;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear, 0.2s ease-in-out;
  position: absolute;
  z-index: 100;
  /*left: 0;*/
  width: 100%;
  /*width:1320px;*/
  left:50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
  max-height:500px;
  overflow: auto;
}
.mega-link-drop .mega-menu a::after {
  background: unset;
}
.mega-link-drop .mega-menu h3 {
  color: #444;
}
.mega-link-drop .mega-menu .container {
  display: flex;
}
.mega-link-drop .mega-menu .item {
  flex-grow: 1;
  margin: 0 10px;
  width:100%;
}
.mega-link-drop .mega-menu .item img {
  width: 100%;
}
.mega-link-drop .mega-menu a {
  background: unset;
  color: #545155;
  display: block;
  padding: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-link-drop .mega-menu a:hover {
  /*color: #BF1E77;*/
  color:#fff;
  background: #BF1E77;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  border-bottom: none !important;
}
/*.mega-link-drop .mega-menu a:hover::after {*/
/*  content: url("../img/arrow-right-purp.svg");*/
/*  top: 20%;*/
/*  left: 60%;*/
/*  position: absolute;*/
/*}*/
.mega-link-drop .dropdown {
  position: static;
}
.mega-link-drop .dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}

.multi-menu {
  font-size: 16px !important;
}
.multi-menu .nav-title {
  width: 100%;
}
.multi-menu .non-border a {
  border-bottom: unset !important;
}
.multi-menu .container {
  position: relative;
}
.multi-menu ul {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.multi-menu a {
  font-size: 16px !important;
  text-decoration: none;
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #545155;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1px solid #BF1E77;
padding-right: 50px;
}
.multi-menu ul li {
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  background: white;
}
.multi-menu ul li a:hover {
  color: #BF1E77;
}
.multi-menu li span {
  font-size: 16px !important;
  line-height: 0.25em;
cursor:pointer;
}
.multi-menu .hide {
  margin-left: -400px;
  transition: all 0.8s ease;
  display: none;
}
.multi-menu .side-menu {
  position: absolute;
  top: 0px;
  background: #FFFFFF;
  color: white;
  width: 100%;
  height: 100%;
}
.multi-menu .side-menu ul {
  border-top: 1px solid #FFFFFF;
}
.multi-menu .side-menu ul li a {
  background-color: #FFFFFF;
}
.multi-menu .side-menu:last-child ul li a {
  background-color: #FFFFFF;
}
.multi-menu .show-menu {
  padding-right: 30px;
  margin-left: 0 !important;
}

.header__map-mob {
  display: flex;
  align-items: center;
}

header {
  width: 100%;
}
header .number a {
  font-weight: bold;
  color: #545155;
}
header .header__tablet {
  border-color: rgba(0, 0, 0, 0) !important;
}
header .header-mob .offcanvas-end {
  width: 300px !important;
}
@media (max-width: 1200px) {
  header .container {
    max-width: unset;
  }
}
header .header__input-tablet input {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background: #FBF7F4;
  border-radius: 4px;
  border: unset;
}
header .header-mob button {
  border-color: rgba(0, 0, 0, 0) !important;
}
header .header-mob .offcanvas-end {
  width: 250px;
}
header .header__map span {
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
header .header__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 150%;
}
header .header__input input {
  padding-left: 10px;
  padding-right: 10px;
  width: 309px;
  background: #FBF7F4;
  border-radius: 4px;
  border: unset;
}
#title-search-input{
  border-radius: 4px;
}
header .header__input input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #545155;
}
header .header__input input:focus {
  outline: unset;
}
header .header__number-time {
  color: #545155;
}
/*тут*/
@media (max-width: 1042px){
  header .header__number-time a{
    font-size: 16px;
  }
}

header .header__number-time .number {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
header .header__number-time .time {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
header .search-left {
  background: #FBF7F4;
  border-radius: 10px 0px 0px 10px;
}
header .like-center {
  background: #FBF7F4;
  border-radius: 0px 0px 0px 0px;
}
header .like-left {
  background: #FBF7F4;
  border-radius: 10px 0px 0px 10px;
}
header .like-left:hover {
  background: #BF1E77;
}
header .like-left:hover svg {
  fill: white;
}
header .profile-center {
  background: #FBF7F4;
}
header .profile-center:hover {
  background: #BF1E77;
}
header .profile-center:hover svg {
  fill: white;
}
header .basket-right {
  border-radius: 0px 10px 10px 0px;
  background: #FBF7F4;
}
header .basket-right span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77;
}
header .basket-right:hover {
  background: #BF1E77;
}
header .basket-right:hover span {
  color: white;
}
header .basket-right:hover svg {
  fill: white;
}
header .header__link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-underline: none;
}
header .header__link a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #BF1E77;
  opacity: 0.3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header .header__link a:hover {
  color: #BF1E77;
}
header .header__link a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header .border-right {
  border-right: 1px solid rgba(191, 30, 119, 0.19);
}

.breadCrumb {
  width: 100%;
  background: #FBF7F4;
  border-radius: 0px 0px 20px 0px;
}
.breadCrumb span {
  color: #545155;
}
.breadCrumb a {
  color: #545155;
}
.breadCrumb a.actived {
  color: #545155 !important;
  opacity: 0.3;
}

.mobCrumb {
  width: 100%;
  background: #FBF7F4;
  border-radius: 0px 0px 20px 0px;
}
.mobCrumb span {
  color: #545155;
}
.mobCrumb a {
  color: #545155;
}
.mobCrumb a.actived {
  color: #545155 !important;
  opacity: 0.3;
}

.main__slider .category__slider-img {
  height: 200px;
  object-fit: cover;
}
.main__slider .category__slider-item {
  overflow: hidden;
  height: 250px;
}
.main__slider .category__slider-title {
  max-width: 550px;
  font-weight: 500;
  /*font-size: 70px;*/
  /*line-height: 150%;*/
  font-size:40px;
  color: #fff;
  background: rgba(191, 30, 119, 0.45);
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  padding: 10px 20px;
  border-radius: 30px;
}
.main__slider .category__slider-text {
  color: white;
}
.main__slider .category__slider-caption {
  position: absolute;
  left: 15%;
  height: 100%;
}
.main__slider .category__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-bottom-pink {
  border-bottom: 1px solid rgba(191, 30, 119, 0.22);
}

@media (max-width: 576px) {
  .col-12.square img {
    height: 100% !important;
  }
}
.disc .swiper-scrollbar {
  overflow: hidden;
  bottom: 10px !important;
}

.bg-popular {
  margin-top: 80px;
  background-image: url("../img/bg-category.svg");
  background-repeat: no-repeat;
}

h1 {
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  color: #545155;
}

.bg-viewed {
  padding-top: 55px;
  background-image: url("../img/bg-viewed.svg");
  background-repeat: no-repeat;
}
.bg-viewed h1 {
  padding-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #545155;
}

.bg-viewed1 {
  padding-top: 55px;
  background-image: url("../img/bg-viewed1.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.bg-viewed1 h1 {
  padding-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #545155;
}

.popular-inner-title {
  background-image: url("../img/bg-category-head.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: contain;
}
.popular-inner-title h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
}

.popular-card {
  height: 100%;
  width: 100%;
  border: none;
  position: relative;
  line-height: 0;
  border-radius: 5px;
  z-index: 10;
}
.popular-card .card-img-top {
  width: 100%;
  height: 100%;
}
.popular-card h5 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.popular-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(0deg, rgb(111, 57, 58) 9.6%, rgba(111, 57, 58, 0) 74.6%);
  opacity: 0.8;
  border-radius: 5px;
}

.popular-card-body {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
}

.popular-card:hover::after {
  background-image: unset;
  background-color: #BF1E77;
  transition-duration: 0.5s;
  cursor: pointer;
}

.bg-benefit {
  padding: 40px 0 !important;
  background-image: url("../img/bg-benefit.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bg-benefit .border-r {
    border-right: 1px solid rgba(191, 30, 119, 0.15);
  }
  .bg-benefit .item-ben {
    flex-direction: column;
    text-align: center;
  }
}

.section__popular-category .category__slider-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.section__popular-category .category__slider-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(111, 57, 58, 0.75));
}
.section__popular-category .category__slider-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: white;
}
.section__popular-category .category__slider-caption {
  top: 80% !important;
  position: absolute;
  left: 5% !important;
  height: 100%;
}
.section__popular-category .category__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__watched {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section__watched .cat1 {
  border-radius: 4px;
  color: white;
  background-image: url("../img/cat1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched .filter-mob {
  display: none;
}
.section__watched .form-select {
  border: unset !important;
  background-color: #FBF7F4 !important;
  padding: 10px 50px 10px 30px !important;
  background-image: url("../img/arrow-down-ico.svg");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section__watched .filter-mob {
    display: block;
  }
  .section__watched .filter-desk {
    display: none;
  }
  .section__watched .catalog-item-filter {
    flex-direction: column;
  }
  .section__watched .pagination-mob {
    flex-direction: column;
  }
  .section__watched .pagination-mob div {
    padding-bottom: 30px;
  }
}
.section__watched .btn-white-border-pink {
  background: white;
  border: 1px solid #BF1E77;
  border-radius: 4px;
}
.section__watched .btn-white-border-pink span {
  color: #BF1E77;
}
.section__watched .btn-purp {
  padding: 15px 0;
  border: unset;
  background: #BF1E77;
  border-radius: 4px;
  color: white;
}
.section__watched .btn-white-p {
  padding: 15px 0;
  border: unset;
  background: #FBF7F4;
  border-radius: 4px;
  color: #BF1E77;
}
.section__watched .like {
  background: unset;
  border: unset;
  position: absolute;
  top: 5%;
  left: 80%;
}
.section__watched .like :hover {
  fill: white;
}
.section__watched .title-catalog {
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  color: #545155;
}
.section__watched-category-list a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.section__watched-category-list a:hover {
  color: #d0d0d0;
}
.section__watched-category-list .cat1 {
  border-radius: 4px;
  background-image: url("../img/cat1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat2 {
  border-radius: 4px;
  background-image: url("../img/catalog2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat3 {
  border-radius: 4px;
  background-image: url("../img/catalog3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat4 {
  border-radius: 4px;
  background-image: url("../img/catalog4.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat5 {
  border-radius: 4px;
  background-image: url("../img/catalog5.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat6 {
  border-radius: 4px;
  background-image: url("../img/catalog6.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-category-list .cat7 {
  border-radius: 4px;
  background-image: url("../img/catalog3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__watched-filter {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__watched-filter a {
  color: black;
}
.section__watched-filter .title-filter {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: black !important;
  opacity: unset !important;
}
.section__watched-filter .filter-scroll {
  height: 200px;
  width: 100%;
  overflow: auto;
}
.section__watched-filter .filter-scroll .form-check .form-check-input {
  width: 25px;
  height: 25px;
}
.section__watched-filter .filter-scroll .form-check .form-check-input:checked {
  background-image: url("../img/checkbox-filter.svg");
  border: unset;
  color: white;
}
.section__watched-filter .filter-scroll .form-check .form-check-input:checked + label {
  color: #BF1E77;
}
.section__watched-filter .filter-scroll::-webkit-scrollbar {
  width: 4px;
}
.section__watched-filter .filter-scroll::-webkit-scrollbar-track {
  box-shadow: unset;
  border-radius: 10px;
}
.section__watched-filter .filter-scroll::-webkit-scrollbar-thumb {
  background: #BF1E77;
  border-radius: 10px;
}
.section__watched-filter .filter-scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.section__watched-filter .range-slider .wrapper {
  position: relative;
  width: unset;
  background-color: #ffffff;
  border-radius: 10px;
}
.section__watched-filter .range-slider .container {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}
.section__watched-filter .range-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.section__watched-filter .range-slider .slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.section__watched-filter .range-slider input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.section__watched-filter .range-slider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.section__watched-filter .range-slider input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
.section__watched-filter .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background-color: #BF1E77;
  cursor: pointer;
  margin-top: -4px;
  pointer-events: auto;
  border-radius: 50%;
}
.section__watched-filter .range-slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #BF1E77;
  pointer-events: auto;
}
.section__watched-filter .range-slider input[type=range]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #BF1E77;
  pointer-events: auto;
}
.section__watched-filter .range-slider input[type=range]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 3px solid #BF1E77;
}
.section__watched-filter .slider--1 {
  position: relative;
}
.section__watched-filter .slider--1 .ui-slider-handle {
  background: black;
  padding: 10px 0;
}
.section__watched-filter .slider--1 .value {
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  /* optional */
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.section__watched-filter .slider--1 .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}
.section__watched-filter .slider--1 .price-range-both {
  display: none;
}
.section__watched-filter .slider--1 .value i {
  font-style: normal;
}
.section__watched-title-main {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #BF1E77;
  height: 34px;
}
.section__watched-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77;
  width: 100%;
  overflow: hidden;

}

.section__watched-title a span:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 50%, white 100%);

}
.section__watched-title span{
  display: inline-block;
  width: 100%;
  overflow:hidden;
}
.section__watched-title span *{
  display: inline-block;
  width: 100%;
  overflow:hidden;
  text-overflow: ellipsis;
}
.section__watched-title a span{
  width: 100%;
  position:relative;
}
.section__watched-title a{



  width: 100%;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/

  /*!* префиксы для лучшей поддержки многоточия *!*/
  /*-ms-text-overflow: ellipsis;*/
  /*-o-text-overflow: ellipsis;*/

}
.section__watched-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__watched-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #545155;
}
.section__watched-price-dis {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.3;
}
.section__watched-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77 !important;
}
.section__watched .sliderWatcher {
  padding: 0;
}
.section__watched .sliderWatcher .like {
  background: unset;
  border: unset;
  position: absolute;
  top: 5%;
  left: 85%;
}
.section__watched .sliderWatcher .like :hover {
  fill: white;
}
.section__watched .sliderWatcher .splide__arrow--prev {
  left: -60px;
}
.section__watched .sliderWatcher .splide__arrow--next {
  right: -60px;
}
.section__feedback {
  z-index: 1;
}
.section__feedback-bg {
  padding: 15px 50px 15px 50px;
  height: 250px;
  width: 100%;
  border-radius: 10px !important;
  background-image: url("../img/feedback.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section__feedback-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: white !important;
}
.section__feedback-title-s {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white !important;
}
.section__feedback-input input {
  padding-left: 15px;
  border: unset;
  width: 500px;
  height: 50px;
  border-radius: 7px;
}
.section__feedback-input input ::placeholder {
  color: #BF1E77;
}
.section__feedback-input input:hover {
  outline: unset;
}
.section__feedback-input .feedback-btn {
  background-color: #545155;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}
.section__feedback-input .feedback-btn span {
  color: white;
}
.section__feedback-input .text-conf {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: white;
}
.section__feedback-input .text-conf a {
  color: white;
  text-decoration: underline;
}
.section__product-review {
  padding-top: 50px;
}
.section__product-review .uniq {
  display: flex;
  align-items: center;
  height: 100%;
}
.section__product-review .uniq span {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #BF1E77;
}
.section__product-review .productInfo .btn-color-link {
  transition: 0.2s ease-in-out;
  border: unset;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.section__product-review .productInfo .btn-color-link.red {
  background: #EB5757;
}
.section__product-review .productInfo .btn-color-link.orange {
  background: #F2994A;
}
.section__product-review .productInfo .btn-color-link.yellow {
  background: #F2C94C;
}
.section__product-review .productInfo .btn-color-link:hover {
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
.section__product-review .review-video-input {
  width: 100%;
}
.section__product-review .review-video-input button {
  background: unset;
  border: unset;
}
.section__product-review .review-video-input .play {
  position: absolute;
  top: 0;
  height: 100%;
}
.section__product-review .bg-white-border-purp {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #BF1E77;
}
.section__product-review .collapsible {
  background-color: unset;
  color: #BF1E77;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}
.section__product-review .active, .section__product-review .collapsible:hover {
  font-weight: 600;
}
.section__product-review .content {
  padding: 0 18px;
  /*display: none;*/
  overflow: hidden;
}
.section__product-review button.review-like {
  padding: 19px 0;
  border: unset !important;
}
.section__product-review .review-like:hover svg {
  fill: #BF1E77;
}
.section__product-review .btn-purp {
  padding: 15px 0;
  border: unset;
  background: #BF1E77;
  border-radius: 4px;
  color: white;
  font-size: 18px;
}
.section__product-review .price-bold {
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  color: #BF1E77;
}
.section__product-review .price-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: line-through;
  color: rgba(191, 30, 119, 0.41);
}
.section__product-review .bg-white-lite {
  border-radius: 5px;
}
.section__product-review .bg-white-lite label {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.section__product-review .bg-white-lite button {
  border: unset !important;
  background: #FBF7F4;
}
.section__product-review .swiper {
  width: 100%;
  height: 100%;
}
.section__product-review .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__product-review .swiper-slide img, .custom-a-gal {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__product-review .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section__product-review .swiper-slide {
  background-size: cover;
  background-position: center;
}
.section__product-review .productSwiper {
  height: 100%;
  width: 100%;
}
.section__product-review .productSwiper-down {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.section__product-review .productSwiper-down .productSwiper-down-tablet .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.section__product-review .productSwiper-down .productSwiper-down-tablet .swiper-slide-thumb-active {
  opacity: 1;
}
.section__product-review .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section__product-review .product-tablet {
    display: none;
  }
  .section__product-review .product-desk {
    display: block;
  }
  header .header__link {
    position: relative;
    z-index: 20;
  }
  .mega-link-drop .mega-menu{
    top:100%;
  }
}
@media (max-width: 992px) {
  .section__product-review .productSwiper-down-tablet.swiper-initialized {
    display: none !important;
  }
  .section__product-review .product-desk {
    display: none;
  }
  .section__product-review .product-tablet {
    display: block;
  }
}
.section__fittings-items {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section__fittings-items a {
  transition: 0.2s ease-in-out;
  border: 1px solid #FBF7F4;
  border-radius: 10px;
  color: black;
}
.section__fittings-items a:hover {
  border: 1px solid rgba(191, 30, 119, 0.4);
  border-radius: 10px;
  background: white;
  color: #BF1E77;
}
@media (max-width: 768px) {
  .section__fittings-items {
    display: none !important;
  }
}
.section__review .clr-purp span {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .section__review .clr-purp {
    width: 60%;
  }
}
.section__review .border-bottom-pink .bg-white-lite {
  border-radius: 10px;
}
.section__review #reviewlink {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #545155;
}
.section__review #questionlink {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #545155;
}
.section__review .body-collapse .collapse-under-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #545155;
}
.section__review .body-collapse a[aria-expanded=true] {
  color: #BF1E77 !important;
}
.section__review .body-collapse a[aria-expanded=false] {
  color: #545155 !important;
}
.section__review .body-collapse .bg-white-lite {
  border-radius: 5px;
}
.section__review .body-collapse .review-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__review .body-collapse .review-data {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(84, 81, 85, 0.44);
}
.section__review .body-collapse .review-inline {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #545155;
}
.section__review .body-collapse .raiting-btn .star {
  padding-right: 5px;
}
.section__purchase-history .swiper {
  width: 100%;
  height: 100%;
}
.section__purchase-history .swiper-button-next, .section__purchase-history .swiper-rtl {
  right: 0 !important;
  left: 0px !important;
}
.section__purchase-history .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section__basket .btn-purp {
  padding: 15px 0;
  border: unset;
  background: #BF1E77;
  border-radius: 4px;
  color: white;
}
.section__basket-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #BF1E77;
}
.section__basket-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #BF1E77;
}
.section__basket-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77;
}
.section__basket-name a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77;
}
.section__basket-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #545155;
}
.section__basket-price-inline {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: rgba(84, 81, 85, 0.24);
}
.section__basket .bg-white-lite {
  border-radius: 5px;
}
.section__basket button {
  background: unset;
}
@media (max-width: 992px) {
  .section__basket .prices-revers {
    flex-direction: column;
    align-items: end !important;
  }
  .section__basket .prices-revers .d-flex {
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .section__basket .prices-revers {
    padding-top: 10px;
    justify-content: center !important;
  }
  .section__basket .prices-revers .d-flex {
    padding: 6px 0;
  }
  .section__basket .pay-title-list {
    flex-direction: column;
  }
  .section__basket .pay-title-list .pay-title {
    text-align: center;
    width: 100% !important;
  }
  .section__basket .pay-title-list .pay-cards {
    margin-top: 10px;
  }
  .section__basket .pay-title-list .btn-sub {
    margin-top: 10px;
  }
  .section__basket .pay-list {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .section__basket .prices-revers {
    flex-direction: unset;
    align-items: center !important;
    justify-content: space-between!important;
  }
  .section__basket-price.ms-5.me-3
  {
    font-size: 18px;
    white-space: nowrap;
  }
}
.section__order .back a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #545155;
}
.section__order .link-purp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 12px;
  background: #BF1E77;
  border-radius: 4px;
  color: white;
}
.section__order .submit-section .bg-white-lite {
  border-right: 10px;
}
.section__order .submit-section input {
  background: white !important;
}
.section__order .bg-black-btn {
  display: flex;
  justify-content: center;
  padding: 10px 30px 12px;
  background: #545155;
  border-radius: 4px;
  color: white;
  width: 100%;
}
.section__order h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #BF1E77;
}
.section__order .title-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #545155;
}
.section__order .min-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  /* С1 */
  color: #545155;
}
.section__order .price {
  font-weight: 500;
  font-size: 42px;
  line-height: 150%;
  text-transform: uppercase;
  color: #BF1E77;
}
.section__order .order-card input[type=text] {
  width: 100%;
  background: #FBF7F4;
  border-radius: 4px;
  border: unset;
  padding: 12px 16px;
}
.section__order .order-card input[type=text]:focus {
  outline: none;
}
@media (min-width: 993px) {
  .section__order .current-price-desk {
    display: block;
  }
  .section__order .current-price-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .section__order .current-price-desk {
    display: none;
  }
}
@media (max-width: 576px) {
  .section__order .button-order {
    flex-direction: column-reverse;
  }
  .section__order h1 {
    font-size: 5vw;
  }
}
.section__cabinet .history-mob .row {
  height: 365px;
  overflow: scroll;
}
.section__cabinet .link-purp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 12px;
  background: #BF1E77;
  border-radius: 4px;
  color: white;
}
.section__cabinet .vk-conn {
  padding: 12px 16px;
  border-radius: 4px;
}
.section__cabinet .vk-conn .vk-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7294C7 !important;
}
.section__cabinet .facebk-conn {
  padding: 12px 16px;
  border-radius: 4px;
}
.section__cabinet .facebk-conn .fb-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4E6297;
}
.section__cabinet .twit-conn {
  padding: 12px 16px;
  border-radius: 4px;
}
.section__cabinet .twit-conn .tw-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #55ACE3;
}
.section__cabinet .price-history {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #545155;
}
.section__cabinet .take-review {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #BF1E77;
}
.section__cabinet .history-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #545155;
}
.section__cabinet .bg-white-lite {
  border-radius: 7px;
}
.section__cabinet .order-card input[type=text] {
  width: 100%;
  background: #FBF7F4;
  border-radius: 4px;
  border: unset;
  padding: 12px 16px;
}
.section__cabinet .order-card input[type=text]:focus {
  outline: none;
}
.section__cabinet .bonus {
  font-weight: 500;
  font-size: 42px;
  line-height: 150%;
  text-transform: uppercase;
  color: #BF1E77;
}
.section__cabinet .bonus {
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  text-transform: uppercase;
  color: #BF1E77;
}
.section__cabinet .count-ball {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__cabinet .ballruble {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__cabinet .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0;
  background: rgba(58, 108, 237, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}
.section__cabinet .overlay .title {
  padding-bottom: 0px !important;
}
.section__cabinet .overlay:hover {
  opacity: 1;
}
.section__cabinet .pink-btn {
  background: rgba(191, 30, 119, 0.09);
  border-radius: 4px;
  color: #BF1E77;
}
.section__cabinet .close-btn {
  position: absolute;
  top: 5%;
  left: 450px;
}
.section__cabinet .close-btn button {
  background: unset;
}
@media (width: 768px) {
  .section__cabinet .social-net-mob {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .section__cabinet .history-mob {
    display: none;
  }
  .section__cabinet .social-net-mob {
    display: none !important;
  }
  .fixedFooter{
    display:none;
  }
}
@media (max-width: 768px) {
  .section__cabinet .history-desk {
    display: none;
  }
  .footer-info{
    margin-bottom: 78px!important;
  }
}
@media (max-width: 767px) {
  .section__cabinet .social-net-desk {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .section__cabinet h1 {
    font-size: 5vw;
  }
}
.section__payment .payment-body {
  border-radius: 10px;
}
.section__payment .payment-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #BF1E77;
}
.section__payment .payment-title-sdek {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #BF1E77;
}
.section__payment .payment-title-rus {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #BF1E77;
}
.section__payment .payment-inline-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
.section__payment ul {
  padding-left: 0;
}
.section__payment ul > li {
  list-style-type: none;
  padding-bottom: 10px;
}
.section__payment ul > li::before {
  content: url("../img/point-list.svg");
  padding-right: 5px;
}
@media (max-width: 576px) {
  .section__payment .payment-title-sdek {
    flex-direction: column-reverse;
    align-items: start !important;
  }
  .section__payment .payment-title-rus {
    flex-direction: column-reverse;
    align-items: start !important;
  }
  .section__payment .bg-opac-border-purp {
    flex-direction: column;
    align-items: start !important;
    padding: 20px !important;
  }
}

.discount .category__slider-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 250px;
}
.discount .category__slider-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(191, 30, 119, 0.67));
}
.discount .category__slider-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 90%;
  color: #FFFFFF;
}
.discount .category__slider-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: white;
}
.discount .category__slider-caption {
  top: 55%;
  position: absolute;
  /*left: 15%;*/
  left: 5px;
  width: 100%; /*Тоже мое*/
  /*height: 100%;*/
}

@media(max-width: 992px){
  .discount .category__slider-caption{
    left: 0!important;
  }
  .w-100.category__slider-caption-flex{
    text-align: center;
  }
  .discount .category__slider-caption .category__slider-title{
    font-size: clamp(36px, 1.5vw, 64px) !important;
  }
  .discount .category__slider-caption .category__slider-text{
    font-size: clamp(25px, 1.5vw, 30px) !important;
  }
}

@media (max-width: 576px) {
  .discount .category__slider-caption {
    font-size: 20px;
    /*top: 35%;*/
    left: 5%;
  }
  .discount .category__slider-caption span {
    line-height: 80px !important;
  }
  .discount .category__slider-caption .category__slider-title {
    /*font-size: 40px;*/
    font-size: 64px;
    line-height: 1!important;

  }
  .discount .category__slider-caption .category__slider-text {
    font-size: 30px;
    line-height: 1!important;
  }
}
@media (min-width: 1200px){
  .category__slider-caption-flex{
    justify-content: center;
    align-items:center;
  }
}
@media (max-width: 1200px) {
  .discount .category__slider-caption {
    top: 25%;
    /*bottom:50%;*/
    /*left: 5%;*/
  }
  .category__slider-caption-flex{
    align-items: start;
    padding-left:30px;
  }
  @media(max-width: 992px){
    .category__slider-caption-flex{
      padding-left:0px;
    }

  }
  .discount .category__slider-caption .align-items-center {
    align-items: unset !important;

  }
  .discount .category__slider-caption .d-flex {
    flex-direction: column;

  }
  .discount .category__slider-caption .d-flex * {
    text-align:center!important;

  }
}
@media (max-width: 768px) {
  .discount .category__slider-caption .d-flex span {
    line-height: 50px;
    top: calc(100% - 15px)!important;
  }
  .discount .category__slider-caption{
    top: 100px;
  }
}
.discount .category__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__slider .swiper {
  width: 100%;
  height: 100%;
}
.main__slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .main__slider .swiper-slide img {
    height: 60vh !important;
  }
  .main__slider .swiper-slide .category__slider-caption {
    left: 5%;
  }
  .main__slider .swiper-slide .category__slider-caption .category__slider-title {
    line-height: 50px;
    font-size: 40px;
  }
}
.main__slider .swiper__position {
  bottom: 50% !important;
}
.main__slider .swiper-pagination {
  max-width: 400px;
  position: absolute;
  bottom: 20%;
  /*left: 15%;*/
}
.main__slider .swiper-scrollbar {
  /*left: 15% !important;*/
  opacity: 1 !important;
  bottom: 15% !important;
  max-width: 200px !important;
  background: white;
}
.main__slider .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 4px;
  background: #BF1E77;
}
.main__slider .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  height: 60vh !important;
  object-fit: contain;
}
.main__slider .swiper-pagination {
  color: #BF1E77;
  display: flex;
  align-items: end;
  left: 15%;
  width: unset;
  text-align: left !important;
}
.main__slider .swiper-pagination .swiper-pagination-current {
  font-size: 48px;
  margin-bottom: -14px;
  padding-right: 5px;
}
.main__slider .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  margin-bottom: -5px;
  padding-left: 5px;
}
.main__slider .swiper__position .swiper-button-next {
  width: 50px;
}
.main__slider .swiper__position .swiper-button-next .blur {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
  backdrop-filter: unset;
}
.main__slider .swiper__position .swiper-button-next .blur svg path {
  stroke: red;
}
.main__slider .swiper__position .swiper-button-prev {
  width: 50px;
}
.main__slider .swiper__position .swiper-button-prev .blur {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
  backdrop-filter: unset;
}
.main__slider .swiper__position .swiper-button-prev .blur svg path {
  stroke: #000000;
}
.main__slider .swiper-button-prev {
  top: unset;
  bottom: 15%;
  /*left: calc(75% - 5px) !important;*/
}
.main__slider .swiper-button-prev .blur {
  padding: 10px;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .main__slider .swiper-button-prev {
    display: none;
  }
}
.main__slider .swiper-button-next {
  top: unset;
  bottom: 15%;
  /*left: calc(45px + 75%);*/
}
.main__slider .swiper-button-next .arrow-right {
  rotate: 180deg;
}
.main__slider .swiper-button-next .blur {
  padding: 10px;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .main__slider .swiper-button-next {
    display: none;
  }
}
.main__slider .swiper-button-prev:after, .main__slider .swiper-rtl {
  content: none !important;
}
.main__slider .swiper-button-next:after, .main__slider .swiper-rtl {
  content: none !important;
}

.border-top-1 {
  border-top: 1px solid rgba(191, 30, 119, 0.27);
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(191, 30, 119, 0.27);
}

.border-right-1 {
  border-right: 1px solid rgba(191, 30, 119, 0.27);
}

.border-right-purp {
  border-right: 1px solid rgba(191, 30, 119, 0.36);
}

.form-container {
  position: relative;
  z-index: 5;
  background-image: url("../img/feedback.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .form-container {
    max-width: unset;
  }
}

.form-content {
  display: flex;
  justify-content: space-around;
  align-items: end;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-mail {
  padding: 10px;
}

.form-text span {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.form-text .form-text-small {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 992px) {
  .form-input input {
    margin-bottom: 15px;
  }
  .row.popular-row-content.g-3 *{
    flex-grow: 1;
  }
}

.form-input .form-text-tiny {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 16px;
}

.form-input .form-link-tiny {
  color: #fff;
}

.form-mail input[type=email] {
  max-width: 350px;
  min-width: 300px;
  height: 50px;
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .form-mail input[type=email] {
    max-width: 350px;
    min-width: 600px;
  }
}
@media (max-width: 992px) {
  .form-mail input[type=email] {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .form-mail input[type=email] {
    min-width: 55vw;
  }
}
@media (max-width: 576px) {
  .form-mail input[type=email] {
    min-width: 95vw;
  }
}

.form-mail input::placeholder {
  color: #BF1E77;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.form-mail input[type=submit] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #545155;
  max-width: 200px;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  border: none;
  margin-left: 10px;
  padding-left: 20px;
  background-image: url("../img/icon-arrow-right-popular.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media (max-width: 768px) {
  .form-mail input[type=submit] {
    margin-left: unset;
  }
}
@media (max-width: 576px) {
  .form-mail input[type=submit] {
    min-width: 95vw;
  }
}

.last-purchase {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #BF1E77;
  width: 300px;
  display: block;
}
@media (max-width: 1200px) {
  .last-purchase {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .last-purchase {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .last-purchase {
    width: 80%;
  }
}

.footer-info {
  z-index: 1;
  background-image: url("../img/footer-bg.svg");
  background-repeat: no-repeat;
  margin-top: -60px;
  position: relative;
}

footer .politic-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(84, 81, 85, 0.36);
}
footer a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #545155;
}
footer a:hover {
  font-weight: 600;
  color: #545155;
}
footer .footer-mg-main {
  margin: 100px 0;
}
footer .footer-mg {
  margin: 100px 0 25px 0;
}
@media (min-width: 992px) {
  footer .footer-info-main {
    display: none;
  }
  footer .footer-info-non-map {
    display: block;
  }
}
@media (max-width: 992px) {
  footer .footer-mg-main {
    margin: 80px 0;
  }
  footer .footer-info-main {
    display: block;
  }
  footer .footer-info-non-map {
    display: none;
  }
}

.clr-purp {
  color: #BF1E77;
}

@media (min-width: 993px) {
  .header-mob {
    display: none;
  }
  .header__tablet {
    display: none;
  }
  .breadCrumb {
    display: block;
  }
  .mobCrumb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header__desk {
    display: none;
  }
  .header-mob {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadCrumb {
    display: block;
  }
  .mobCrumb {
    display: none;
  }
  .pagination-mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadCrumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__desk {
    display: none;
  }
  .pagination-desk {
    display: none;
  }
}
@media (min-width: 577px) {
  .btn-load-more {
    display: none;
  }
}
@media (max-width: 576px) {
  .pagination-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  header .header__link {
    display: none !important;
  }
  .section__feedback .section__feedback-input input {
    width: 40vw;
  }
  .section__watched .splide__arrow.splide__arrow--prev {
    display: none;
  }
  .section__watched .splide__arrow.splide__arrow--next {
    display: none;
  }
  footer .contact-map {
    height: 300px;
  }
  footer .container {
    max-width: unset !important;
  }
  footer .border-right-1 {
    border-right: unset !important;
  }
  footer .footer-contact {
    text-align: start;
    flex-direction:row;
  }
  footer .footer-contact .col-lg-4{
    width: 50%;
    /*position:relative;*/
  }
  footer .footer-contact .col-lg-4:not(:last-child){
    border-right: 1px solid rgba(191, 30, 119, 0.27)!important;
  }
  footer .footer-contact .col-lg-4:first-child{
    padding-left: 3rem!important;
  }
  footer .footer-contact .col-lg-4.sections{
    display:none!important;
  }
  footer .footer-contact .footer-link {
    justify-content: start;
  }
  .politic-item_rights span{
    position:absolute;
    top:-22px;
  }
}
@media (max-width: 768px) {
  .section__feedback .section__feedback-bg {
    height: 60vh;
  }
  .section__feedback .section__feedback-bg .section__feedback-input .d-flex {
    flex-direction: column !important;
  }
  footer .footer-contact .col-lg-4:first-child{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }
  footer .footer-contact {
    text-align: center;
    flex-direction:column;
  }
  footer .footer-contact .col-lg-4{
    width: 100%;
    /*position:relative;*/
  }
  footer .footer-contact .col-lg-4:not(:last-child){
    border-right:none;
    border-bottom: 1px solid rgba(191, 30, 119, 0.27)!important;
  }
  footer .footer-contact .footer-link {
    justify-content: center;
  }
  .politic-item_rights span{
    position:static;
  }
  .politic-item_politic{
    margin-bottom:30px;
  }
  .col-lg-4_payment{
    padding-top:30px!important;
    padding-right: 3rem!important;
  }
}
@media (max-width: 576px) {
  .popular-card .card-img-top {
    object-fit: cover;
    height: 100px;
    border-radius: 10px;
  }
  .popular-heading {
    font-size: 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__desk {
    display: none;
  }
  .header__tablet {
    display: none;
  }
}


@media(max-width: 992px){
  .pagination-desk{
    display: block!important;
  }
}

.text-uppercase.title-catalog{
  @media(max-width: 992px){
    font-size: 6vw;
  }
  .show_number.d-flex{
    margin: 0 0 15px;
    .me-3{
      display: none;
    }
  }
  .search-page input{
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */