.d-flex{
	display: flex;
}
header.new__page-header {
  display: block;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.10);
  padding: 18px 0;
}

.category__main-section {
  border: 1px solid #F5F5F5;
  background: #FAFAFA;
}

.category__main__slide-title {
  color: #2D2D2D;
  text-align: center;
  font-family: "Averta CY";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  transition: .2s all ease;
}

.category__main__slide-img {
  transition: .2s all ease;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-catalog-size-drop .select2-container {
  width: 100% !important;
}

.category__main-slide:hover .category__main__slide-img img {
  transform: scale(1.15);
  transition: .2s all linear;
}

.category__main-slide:hover .category__main__slide-title {
  color: #02b9bf;
}

.category__main-section .swiper {
  padding: 30px 0;
}

.category__main-next,
.category__main-prev {
  border-radius: 4px;
  opacity: 0.5;
  background: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
  width: 41px !important;
  height: 41px !important;
}

.category__main-next::after,
.category__main-prev::after {
  font-size: 0 !important;
  width: 10px;
  height: 20px;
}


.new__page__header-row {
  justify-content: space-between;
}

.d-flex {
  align-items: center;
}

.new__page__header__row-start {
  gap: 70px;
}

.btn-store {
  gap: 10px;
  color: #6D6D6D;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3.359px;
  border: 0.84px solid #DEDEDE;
  background: #FFF;
  height: 42px;
  width: 130px;
  justify-content: center;
  transition: .2s all ease;
}

.new__page-header .d-flex {
  align-items: center;
}

.btn-store:hover {
  background: #12acb4;
  color: #fff;
}

.btn-store:hover img {
  filter: brightness(10);
}

.btn-store img {
  transition: .2s all ease;
}

.new__page__header__row__end-reviews {
  gap: 11px;
}

.new__page__header__row__end__reviews__txt-top p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 6px;
  padding-top: 5px;
  margin-bottom: 0;
}

.new__page__header__row__end__reviews__txt-bottom {
  color: #474747;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.087px;
}

.new__page__header__row-end {
  gap: 45px;
}

.new__page__header__row__end-phone {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: #00B9BF;
  min-width: 165px;
  min-height: 42px;
  justify-content: center;
  gap: 9px;
  padding: 5px 10px;
}

.new__page__header__row__end__phone__txt-top {
  color: #FFF;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding-top: 3px;
}

.new__page__header__row__end__phone__txt-bottom {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.new__page__hero-txt {
  padding-bottom: 20px;
}

.new__page__hero-txt h2 {
  color: #FFE186;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.new__page__hero-txt h1 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -0.955px;
  text-transform: uppercase;
  margin: 0 0 19px;
}

.new__page__hero-txt p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}

.new__page-nav {
  border: 0;
  background: #fff;
  padding: 115px 0 15px;
}

.new__page-category {
  background: #F9F9F9;
  padding: 65px 0;
}

.new__page__category-title {
  text-align: center;
}

.new__page__category-title h5 {
  color: #424242;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.new__page__category-title h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.8px;
  margin: 0 0 45px;
}


.new__page-nav .category__main-slider {
  display: none;
}

.clock.flip-clock-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-clock-wrapper ul li {
  list-style: none;
}

.new__page__hero-timer {
  position: absolute;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.10);
  max-width: max-content;
  margin: 0 auto;
  padding: 30px 30px 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  bottom: -100px;
}

.flip-clock-wrapper ul li {
  list-style: none;
}

.flip-clock-wrapper ul {
  background: #0597A2;
}

.flip-clock-wrapper a {
  color: #fff;
}

.flip-clock-wrapper ul li a div div.inn {
  color: #F2F2F2;
  text-align: center;
  font-size: 74px;
  font-weight: 400;
  font-family: "Share Tech", sans-serif;
}

.flip-clock-wrapper ul li a div.up:after {
  background: #fff;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0597A2), color-stop(100%, rgba(0, 0, 0, 0.1))) !important;
}

.flip-clock-wrapper ul li a div div.inn {
  background: #0597A2;
  text-shadow: 0 1px 2px #0597A2;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0597A2), color-stop(100%, rgba(0, 0, 0, 0.1))) !important;
}

.flip-clock-dot {
  background: #0597A2;
  box-shadow: 0;
}

.flip-clock-wrapper .flip {
  box-shadow: none;
  width: 56px;
  margin: 0;
  border-radius: 0;
  text-align: left;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  display: none;
}

#special-herobanner.special-mob .flip-clock-divider .flip-clock-label {
  color: #2A2A2A;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  bottom: -18px;
  top: initial;
}

.flip-clock-wrapper .flip {
  border-radius: 6px 0 0 6px;
}

.flip-clock-wrapper .flip+.flip {
  border-radius: 0 6px 6px 0;
}

.flip-clock-wrapper {
  font-family: circle, Arial, sans-serif;
}

.flip-clock-dot.bottom {
  bottom: 40px;
}

.flip-clock-dot.top {
  top: 40px;
}

.flip-clock-dot {
  width: 5px;
  height: 5px;
  left: 8px;
}

.flip-clock-wrapper ul li a div .inn::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: -4px;
  z-index: 123123123123123;
}

.flip-clock-wrapper ul+ul li a div .inn::before {
  right: -4px;
  left: initial;
}

.flip-clock-divider .flip-clock-label {
  right: -82px;
  text-transform: uppercase;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -87px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -87px;
}

.flip-clock-divider.days .flip-clock-label {
  right: -75px;
}

.new__page-category .main-catalog-box {
  width: 25%;
}

.new__page__hero__txt-one {
  text-align: center;
}

.new__page__hero__txt-one h5 {
  color: #1B1B1B;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  /* 105.88% */
  letter-spacing: 2.843px;
}

.new__page__hero__txt-one h5 span {
  color: #F06;
}

.new__page__hero__txt-one h1 {
  color: #0C0C0C;
  text-align: center;
  font-size: 47px;
  font-weight: 800;
  line-height: 47px;
  /* 100% */
  letter-spacing: 0.469px;
  text-transform: uppercase;
}

.new__page__hero-timer>p {
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  /* 250% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.catalog-banner.main-catalog-box.no-hover>a img {
  object-fit: cover !important;
}

.new__page__hero__txt-two {
  text-align: center;
}

.new__page__hero__txt-two h2 {
  color: #F06;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 47px;
  font-weight: 800;
  line-height: 47px;
  margin-bottom: 40px;
}

.new__page__hero__txt-two h5 {
  margin: 0;
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.new__page__hero__txt-two h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -0.955px;
  text-transform: uppercase;
}

.mattresses-for-summer-cottages {
  padding: 72px 0 378px;
}

.liquidation-of-old-collection {
  padding: 87px 0 136px;
}

.liquidation-of-old-collection .new__page__hero-timer>p {
  color: #0597a2;
}


.page-world-of-childrens-dreams .new__page-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-world-of-childrens-dreams #special-herobanner {
  padding: 235px 0 390px;
  background: url(/local/components/5rlv/special.catalog/templates/.default/img/dreams-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.page-world-of-childrens-dreams .new__page__hero__txt-one h5 {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 25px;
  letter-spacing: 0;
}

.page-world-of-childrens-dreams .new__page__hero__txt-one h1 {
  color: #828282;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-world-of-childrens-dreams .new__page-nav {
  display: none;
}

.page-world-of-childrens-dreams .special__banner-sp {
  display: block !important;
  padding: 75px 0;
}

.special__banner__sp__row-box {
  width: calc(100% / 4);
  gap: 30px;
  align-items: center;
}

.special__banner__sp-row {
  align-items: center;
}

.special__banner__sp__row__box-img {
  align-items: center;
}

.special__banner__sp__row__box-txt p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 30px;
}

.special__banner__sp__row__box-txt {
  max-width: 200px;
}

.page-world-of-childrens-dreams .new__page-category {
  background: linear-gradient(180deg, #A3E0E0 0%, #E0F4E9 19.23%, #FEFFF1 41.83%, #FEFFF6 60.58%, #E6F0E5 82.69%, #B5E3E0 100%);
}

.new__page__hero__txt-one button, .new__page__hero__txt-one a.button {
  padding: 25px 45px 21px;
  border-radius: 4px;
  background: #F06;
  color: #FFF;
  font-family: circle, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: .2s all ease;
  display: inline-block;
}

.new__page__hero__txt-one button:hover, .new__page__hero__txt-one a.button:hover {
  background: #fff;
  color: #F06;
}

@media screen and (min-width: 720px) {
  .clock {
    min-width: 508px;
    min-height: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .new__page-category .main-catalog-box {
    width: 33.333333333333%;
  }
}

@media screen and (max-width: 1024px) {
  .new__page__header-row {
    padding: 0 10px;
  }

  .new__page__header__row-start {
    gap: 15px;
  }

  .new__page__header__row-end {
    gap: 15px;
  }

  #special-herobanner.special-mob {
    padding: 90px 0 85px;
  }

  #special-herobanner.special-mob .new__page__hero-timer {
    padding: 20px 25px 40px;
  }

  .page-world-of-childrens-dreams .special__banner-sp {
    padding: 25px 0;
  }

  .special__banner__sp-row {
    flex-wrap: wrap;
  }

  .special__banner__sp__row-box {
    gap: 15px;
  }

  .special__banner__sp__row__box-txt p {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .special__banner__sp__row__box-img {
    max-width: 50px;
  }

  .special__banner__sp__row__box-img img {
    width: 100%;
  }

  .special__banner__sp__row__box-txt {
    max-width: 140px;
  }

  .page-world-of-childrens-dreams .new__page__hero__txt-one h5 {
    font-size: 49px;
    line-height: 1;
  }

  .page-world-of-childrens-dreams .new__page__hero__txt-one h1 {
    font-size: 20px;
    line-height: 1;
  }

  .new__page__hero__txt-one button, .new__page__hero__txt-one a.button {
    padding: 15px 25px 11px;
  }

  .page-world-of-childrens-dreams #special-herobanner {
    padding: 130px 0 135px;
  }
}

@media screen and (max-width: 767px) {
  .new__page-header .new__page__header__row__end-reviews {
    display: none;
  }

  .new__page-category .main-catalog-price-row .new-price {
    font-size: 20px;
  }

  .new__page-header .btn-store {
    width: 110px;
    height: 35px;
    line-height: 6px;
  }

  #special-herobanner.special-mob .new__page__hero-timer {
    max-width: calc(100% - 15px);
    width: 100%;
    padding: 15px 14px 26px;
    border-radius: 10px;
  }

  .new__page-category {
    padding: 35px 0;
  }

  .new__page__category-title h5 {
    font-size: 18px;
  }

  .new__page__category-title h2 {
    font-size: 25px;
    line-height: 1;
  }

  .flip-clock-dot {
    left: 5px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 59px;
    line-height: 74px;
  }

  .flip-clock-wrapper .flip {
    width: 50px;
    height: 70px;
  }

  .flip-clock-wrapper ul li a div .inn::before {
    top: 31px;
  }

  .flip-clock-divider.seconds .flip-clock-label {
    right: -75px;
  }

  .flip-clock-divider.minutes .flip-clock-label {
    right: -75px;
  }

  .flip-clock-divider .flip-clock-label {
    right: -66px;
    bottom: -10px;
  }

  .flip-clock-divider.days .flip-clock-label {
    right: -58px;
  }

  #special-herobanner.special-mob {
    padding: 80px 0 65px;
  }

  .new__page__hero-txt h1 {
    font-size: 35px;
    line-height: 1;
  }

  .new__page__hero-txt p {
    font-size: 18px;
    line-height: 1;
  }

  .new__page__hero-txt h2 {
    font-size: 20px;
    line-height: 1;
  }

  .new__page-category .main-catalog-box {
    width: 100%;
  }

  .special__banner__sp__row-box {
    width: calc(50% - 5px);
    justify-content: center;
  }

  .special__banner__sp-row {
    gap: 20px 10px;
  }

  .page-world-of-childrens-dreams .new__page__hero__txt-one h5 {
    font-size: 30px;
  }

  .page-world-of-childrens-dreams .new__page__hero__txt-one h1 {
    font-size: 16px;
  }

  .new__page__hero__txt-one button, .new__page__hero__txt-one a.button {
    font-size: 16px;
  }

  .new__page-header .btn-store {
    font-size: 0;
    width: auto;
    padding: 10px;
    padding-right: 1px;
  }

  .wrap-main{
    padding: 0;
  }
}