@charset "UTF-8";
@import 'css/reset.css';
@import 'css/vars.css';
/*Щрифты*/
/*$title_font_size: clamp(1.25rem, 2.45vw, 2.5rem);*/
/*Цветовая схема*/
/*Сетка*/
@import 'css/layers.css';
@import 'fonts/fontAwesome/font-awesome.css';
@import 'fonts/Circe/style.css';
@import 'fonts/openSans/stylesheet.css';
@import 'fonts/Ubuntu/style.css';
/*--------------------Header-------------------------------*/
/*-----------------header_top--------------------------*/
@import 'css/components/banner_top.css';
@import 'css/components/main_banner.css';
@import 'css/components/card.css';
@import 'css/components/catalog_top.css';
@import 'css/components/banner_offer.css';
@import 'css/components/catalog_category.css';
@import 'css/components/advantages.css';
@import 'css/components/subscribe.css';
@import 'js/owl_carousel/owl.carousel.min.css';
@import 'js/owl_carousel/owl_carousel_custom.css';
@import 'js/keengo.more/keengo.morenav.css';

html {
  font-size: 16px !important;
}

.header {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu Medium", sans-serif;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 3rem;
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

h4, .h4 {
  font-size: 1.625rem;
  line-height: 2.125rem;
}

.page > header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  transition: .3s ease;
  /* position: sticky;
  top: 0; */
  background-color: white;
}

.page > header.active {
  box-shadow: 0 10px 10px rgba(39, 96, 96, .2);
  position: fixed;
  top: 0;
  z-index: 101;
  left:0;
  width: 100%;
}

@media(max-width:625px) {
  .page > header {
    padding-bottom: 2em;
  }
}

.header_top {
  color: var(--header_color);
  font-size: 1rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
}

.header_top__container {
  flex: 1 0 auto;
  align-items: center;
  gap: 1rem;
}

.header_top__region {
  display: flex;
  align-items: center;
  flex: 0 0 252px;
}

@media(max-width:1650px) {
  .header_top__region {
    flex: 0 0 152px;
  }
}

.header_top__region_gps {
  width: 1.5rem;
  height: 1.5rem;
}

.header_top__region_text {
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
}

.header_top__delivery {
  flex: 1 0 auto;
  max-width: 160px;
}

.header_top__delivery_text {
  font-weight: 400;
  line-height: normal;
}

.header_top__nav {
  flex-wrap: wrap;
}

.header_top__nav .nav__list {
  display: flex;
  flex-wrap: wrap;
}

.main  ul, .main ul li {
  list-style: disc;
  list-style-position: inside;
}

/* .main ul {
  margin: 1em 0;
  padding-left: 1em;
} */

@media(width <= 25rem) {
  .header_top__nav .nav__list {
    margin-bottom: 0;
  }
  .catalog-block-header {
    padding: 0 10px;
  }
  .col-xs-6.col-md-3.slick-slide {
    padding: 0;
  }
}

.header_top__nav .nav__item {
  margin-right: 2rem;
}

.header_top__nav .nav__link {
  color: var(--header_color);
  font-weight: 400;
  line-height: normal;
}

.header_top__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.header_top__phone .phone__link {
  display: flex;
  align-items: center;
  /*color: var(--header_color);*/
}

.header_top__phone .phone__ico {
  width: 1.5rem;
  height: 1.5rem;
}

.header_top__phone .phone__number {
  font-weight: 500;
}

/*----------------//header_top-----------------------*/
/*-----------------header_bottom---------------------*/
.header_bottom {
  display: flex;
}

.header_bottom__container {
  justify-content: space-between;
  gap:1em;
}

.header_bottom__logo {
  margin-right: 1.56rem;
  flex: 1 0 auto;
  max-height: 3rem;
  align-items: center;
}

.header_bottom__logo {
  display: flex;
  gap: 1rem;
}

.header_bottom__logo_img {
  max-width: 10.625rem;
}

.header_bottom__logo_mobile_img {
  height: 100%;
  display: none;
}

.header_bottom .catalog__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 12.0625rem;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: normal;
  flex: 1 0 auto;
  padding: 0.75rem;
}

.catalog__button .button__text {
  margin-left: 0.81rem;
  color:#fff;
}

.header_bottom .catalog__ico {
  stroke: var(--color_white);
  stroke-width: 2;
  width: 1.5625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.header_bottom .search {
  display: flex;
  width: 100%;
  max-width: 54.375rem;
  margin-left: 1.19%;
}

@media(max-width:625px) {
  .header_bottom .search {
    margin-right: 1.19%;
  }
}

.header_bottom .search__form {
  display: flex;
  width: 100%;
}

.header_bottom .search__input {
  width: 100%;
  max-width: 49.295rem;
  height: 3rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border: 2px solid var(--button_bg);
  background: var(--color_white);
  position: relative;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_bottom .search__input::-moz-placeholder {
  color: rgb(126, 192, 199);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_bottom .search__input::placeholder {
  color: rgb(126, 192, 199);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_bottom .search__button {
  width: 6.08rem;
  height: 3rem;
  position: relative;
  left: -1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_bottom .search__ico {
  width: 2.00694rem;
  height: 2rem;
  margin-left: 1rem;
  fill: var(--color_white);
}

.header_bottom .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  flex: 1 1 auto;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
}

.header_bottom .icons__item {
  height: 100%;
  flex: 1 1 auto;
}
.header_bottom .icons__item.catalog, .header_bottom .icons__item.home {
  display: none;
}

.header_bottom .icons__item--basket {
  position: relative;
}

.header_bottom .icons__item--basket .basket__count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.2rem;
  right: 25%;
  width: 1rem;
  height: 1rem;
  background-color: var(--color_red);
  color: var(--color_white);
  border-radius: 50%;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8125rem;
  letter-spacing: -0.01625rem;
  text-align: center;
  vertical-align: center;
}

.header_bottom .icons__link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  text-transform: lowercase;
  color: var(--button_bg);
}

.header_bottom .icons .ico {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--button_bg);
}

.header_bottom .icons .ico.favourites__ico {
  fill: none;
  stroke: var(--button_bg);
  stroke-width: 2;
}

.header_bottom .icons .ico.actions__ico {
  fill: var(--red);
}

.header_bottom .icons__text {
  margin-top: 0.1rem;
  font-size: 12px;
}

.header_bottom .icons__text--red {
  color: var(--red);
}

img.main_banner__img {
  width: 1600px;
  aspect-ratio: 1600/338;
}

.main_banner__container {
  overflow: hidden;
}

@media(max-width:1200px) {
  .main_banner__container {
    padding: 0;
  }
}

ul.main_banner__list {
  width: 100%;
  position: relative;
}

button.prev.slick-arrow {
  width: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  left: 0;
  z-index: 2;
  top: 50%;
}

button.next.slick-arrow {
  width: 1.5rem;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
}

.main_banner__container button.prev.slick-arrow {
  left: 10px;
}

.main_banner__container button.next.slick-arrow {
  right: 10px;
}

span.catalog_top__text {
  line-height: 1;
}

ul.catalog_top__slider {
  position: relative;
  flex: 0 0 65rem;
  width:72rem;
}

.catalog-products-viewed ul.catalog_top__slider {
  flex: 100%;
}



/*----------------//header_bottom---------------------*/
/*---------------------//Header----------------------------*/
/*------------------ main -------------------------------*/
/*--------------- //main --------------------------------*/
/*---------------- footer -------------------------------*/
.footer {
  min-height: 27.625rem;
  background-image: url("img/content/footer_bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
}

.footer .container__footer {
  gap: 3.5rem;
  flex-wrap: wrap;
}

.footer__contacts {
  margin-left: auto;
}

.footer__menu_about {
  max-width: 7.625rem;
}

.footer__title {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1.31rem;
}

.footer__menu_block {
  display: flex;
  gap: 1rem;
}

.footer__menu_item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__menu_link, .footer__menu_link:visited, .footer__menu_item {
  color: #b9e6eb;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  vertical-align: middle;
  font-family: var(--body_font_light);
}

a.footer__menu_link--phone {
  color: white;
  font-family: var(--body_font_medium);
}

.footer__menu_link--phone {
  color: #fff;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.3125rem;
}

li.footer__menu_item.email_item {
  display: flex;
  align-items: center;
  gap:.6rem;
}

.footer__menu_link--mail, .footer__menu_addres {
  color: #fff;
  line-height: 1.1;
}

.footer__menu_button {
  display: flex;
  width: 13.9375rem;
  padding: 0.8125rem 1.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #ffa80a;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 1.81rem;
  margin-top: 2rem;
}

.footer__social_list {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 13.9375rem;
  justify-content: space-between;
}

.footer__social_img {
  width: 2rem;
  height: 2rem;
}

.accepted {
  color: #eee;
  font-size: 18px;
}

.container .footer-achtung {
  color: #b9e6eb;
  font-family: var(--body_font_light);
  font-size: .875rem;
}

/*-------------------- //footer -----------------------------*/
@media (width <= 60rem) {
  .catalog__button .button__text {
    display: none;
  }
  .header_bottom__logo_mobile_img {
    display: block;
  }
  .header_bottom__logo_img {
    display: none;
  }
}
@media (width <= 43.625rem) {
  .footer__menu_block {
    flex-direction: column;
  }
  .footer__contacts {
    margin-left: initial;
  }
}
@media (width <= 39rem) {
  .header {
    padding-bottom: 3rem;
  }
  .header_top__delivery {
    display: none;
  }
  .header_top__nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-left: 1rem;
  }
  .catalog__button {
    order: 1;
  }
  .header_bottom .icons {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem;
    background: rgb(6, 143, 156);
    width: 100vw;
    margin-bottom: 0;
  }
  .header_bottom .icons .icons__item.catalog, .header_bottom .icons .icons__item.home {
    display: flex;
  }
  .header_bottom .icons .icons__item.actions {
    display: none;
  }
  .header_bottom .icons .icons__item.basket {
    order: 1;
  }
  .header_bottom .icons .icons__item.user {
    order: 2;
  }
  .header_bottom .icons .icons__item.favourites {
    order: 3;
  }
  .header_bottom .icons .icons__text {
    color: #fff;
  }
  .header_bottom .icons .ico {
    fill: #fff;
  }
  .header_bottom .icons .ico.favourites__ico {
    fill: none;
    stroke: #fff;
  }
}
@media (width <= 30rem) {
  .header_bottom__logo {
    margin-right: 0.6rem;
  }
  .header_bottom .search__form {
    position: relative;
  }
  .header_bottom .search__input {
    padding-left: 3rem;
    margin-right: 1rem;
  }
  .header_bottom .search__button {
    width: 3rem;
    height: 3rem;
    background: transparent;
    position: absolute;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
  }
  .header_bottom .search__ico {
    fill: rgb(126, 192, 199);
    margin-left: 0;
  }
}

.favourites .favourites__count {
  display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.2rem;
    right: 25%;
    width: 1rem;
    height: 1rem;
    background-color: var(--color_red);
    color: var(--color_white);
    border-radius: 50%;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.8125rem;
    letter-spacing: -0.01625rem;
    text-align: center;
}

.favourites .icons__link {
  position: relative;
}

.favourites .favourites__count:empty {
  display:none;
}

/** for all pages */

@media(max-width:1000px) {
  .hidden-xs {
    display: none;
  }
}

.card__count_btns.count_btns {
  display: flex;
  margin: 0 auto 1em;
  min-height: 2.625rem;
  height: 2.625rem;
}

.card .imgs__item {
  transition: none;
  list-style: none;
}

.card__name a {
  hyphens: auto;
}


.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: rgba(6, 143, 156, 1)!important;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-active span:hover {
  background: rgba(0, 169, 186, 1);
}


.bx-filter-parameters-box-container {
  flex-wrap: wrap;
}

.bx-filter-popup-result  {
    flex: 0 0 100%;
}

.bx-filter-popup-result a, #set_filter, #del_filter {
  padding: 12px 20px;
}

.bx-blue .btn.btn-default {
  outline: none;
  background-color: rgb(6 143 156);
  border-color: rgb(6 143 156);
  color: #FFF;
}

.bx-blue .btn.btn-default:hover {
  outline: none;
  background-color: var(--button_bg_hover);
  border-color: var(--button_bg_hover);
  color: #FFF;
}

.product-item-detail-tab-link:after {
  background: rgb(6 143 156);
}

/** header form fix */
.header_bottom .search__button {
  left: 0rem;
  z-index: 1;
}

form.search__form {
  background: #068f9c;
  border-radius: 8px;
}

form.search__form:hover {
  background: var(--button_bg_hover);
}

.header_bottom .search__ico {
  margin-left: 0;
}
/** header form fix */

.header_bottom .catalog__button {
  height: 3rem;
}

@media (max-width:1550px) {
  .header_bottom .catalog__button {
    padding: 0.25rem;
    width: 3rem;
  }
}

.header_bottom .search__form {
  height: 3rem;
}


a.footer__menu_link.footer__menu_link--mail {
  line-height: 1;
}

div.search-page input.search-button {
  font-size: 1.2em;
  background: #068f9c;
  height: 42px;
  padding: 0 48px;
  border-radius: 8px;
  color: #fff;
}

div.search-page input.search-button:hover {
  background: var(--button_bg_hover);
}

.in_section_file:before,
.in_section_file:after {
  content:unset;
}

.row.in_section_file {
  display: flex;
  gap: 1em;
}

.card__price .favourites__ico.infavor {
  stroke: var(--stroke_favourites_active);
  fill: var(--stroke_favourites_active);
  margin-left: auto;
}

.all_product_buy_btn {
  cursor:pointer;
  max-width: 310px;
  margin: auto;
}


img[src*=no_photo] {
  /*min-width: 240px;*/
}

.card:hover {
  border:none;
}

.card__name a {
  min-height: 50px;
  display: block;
}

[class*="magazin"] ul.catalog_top__slider.in_shop {
  width: 100%;
}



/** quick view */

.quick-view-element .product-item-detail-tabs-list,
.container-two-side-blocks {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}

@media(min-width:568px) {
  .quick-view-element .catalog_element > div:first-child {
    flex: 0 0 40%;
  }
  .quick-view-element .catalog_element > div:first-child {
    flex: 0 0 45%;
  }
}
@media(max-width:567px) {
  .quick-view-element .catalog_element {
    flex-wrap: wrap;
  }
}

.quick-view-element [id*=_tab_containers] .col-xs-12 > div {
  display: none;
}

.quick-view-element [id*=_tab_containers] .col-xs-12 > div.active {
  display: initial;
}
.quick-view-element .product-item-detail-tab-content ul {
  list-style-type: circle;
}
.quick-view-element .product-item-detail-short-card-content-container {
  display: none;
}

.quick-view-element .hidden-xs {
  display: none;
}

.quick-view-element .product-item-detail-info-container.rating-container {
  display: flex;
  gap: 1em;
  align-items: center;
}
.quick-view-element h1.bx-title {
  font-size: 46px;
  line-height: 58px;
}
.quick-view-element .product-item-detail-info-container.rating-container {
  display: flex;
  gap: 1em;
  align-items: center;
}
.quick-view-element .rating-container .bx_item_detail_rating {
  margin-bottom: 0;
}
.quick-view-element .bx_item_detail_rating .bx_item_rating {
  text-align: right;
}
.quick-view-element .bx_item_detail_rating .bx_stars_container {
  position: relative;
  width: 68px;
  height: 30px;
  background: #dadada;
  background-size: 100% 100%;
}
.quick-view-element .bx_item_detail_rating .bx_stars_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: url(/local/templates/dryclean_shop/img/stars.png) no-repeat center;
}
.quick-view-element .bx_item_detail_rating .bx_stars_progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e76110;
}
.quick-view-element .bx_item_detail_rating td {
  vertical-align: middle;
  text-align: right;
}
.quick-view-element .bx_item_detail_rating .bx_stars_rating_votes {
  color: #8d8d8d;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
}

[id*=_tab_containers] ul,
[id*=_tab_containers] ul li {
  list-style: disc !important;
  padding-left: 1em;
}

.quick-view-element .product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.quick-view-element .product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-view-element .product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
  line-height: 45px;
  transition: all 250ms ease;
}
.quick-view-element .product-item-detail-tab {
  float: left;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.quick-view-element .product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}
.quick-view-element .product-item-detail-tab-link:after {
  background: rgb(6 143 156);
}
.quick-view-element .product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: rgb(6 143 156);
  content: "";
  transition: all 250ms ease;
}
.quick-view-element .product-item-detail-info-container {
  margin-bottom: 20px;
}
.quick-view-element .product-item-detail-price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
  line-height: 17px;
}
.quick-view-element .product-item-detail-price-current {
  color: #205A5A;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 30px;
  line-height: 33px;
  transition: font-size 200ms ease;
}
/* .quick-view-element dl.product-item-detail-properties {
  display: flex;
  gap: 3px;
}
.quick-view-element dt.underlined {
  flex: 0 0 50px;
  border-bottom: 1px dotted #ccc;
} */
.quick-view-element .product-item-detail-tab-content {
  padding: 25px 0;
}
.quick-view-element .product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  max-width: 560px;
  color: #a5a5a5;
  font-size: 12px;
}
.quick-view-element .product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}
.quick-view-element .product-item-detail-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}
.row.catalog_element.line_211 {
  flex: 0 0 35%;
}
@media (width <= 25rem) {
  .row.catalog_element.line_211 {
    flex: 0 0 100%;
  }
  .container-two-side-blocks {
    flex-wrap: wrap;
  }
}
.quick-view-element .all_product_buy_btn.button.button__card {
  margin: inherit;
}
div[id*="_dsc_pict"] span {
  background-color: var(--sale_bg);
  border-radius: 1rem;
  height: 2rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.26rem 1.75rem;
}
.quick-view-element .catalog_element {
  width: 50%;
  flex: 0 0 50%;
}

.quick-view-element .catalog_element > div:first-child {
  flex: 0 0 100%;
}

/** end quick view */


input[readonly] {
  color: #ccc;
}

@media (width <= 40rem) {
  
  .catalog_top__slide {
    padding: 12px;
  }
  ul.catalog_top__slider {
    flex: 0;
  }
  .catalog_top .banner__btn {
    margin-right: 7px;
  }
}
@media (width <= 35rem) {
  .catalog_top__slide {
    padding: 0;
    margin-top: 1em;
  }
}
@media (width <= 25rem) {
  .header_bottom .search__input {
    margin-right: 0rem;
  }
  .catalog_top__slide {
    padding: 0;
    margin-top: 1em;
  }
}



/** reg and auth */
[class*=registration] main.main,
[class*=personal] main.main {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 3em;
}

[class*=personal] .user-page-cont.inner-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 112px;
  margin-top: 35px;
}

[class*=personal] .user-page-block {
  width: 100%;
}
[class*=personal] h1 {
  font-size: 48px;
  line-height: 58px;
}
[class*=personal] h2.user-page-header {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 24px;
}
[class*=personal] .profile-table.data-table > div,
[class*=personal] .birth-and-email-wrap > div,
[class*=personal] .user-page-data-elem {
  gap: 1em;
  border-radius: 8px;
  padding: 12px 24px;
  box-shadow: 0px 0px 15px 0px #0000001A;
  margin-bottom: 20px;
}
[class*=personal] .user-page-data-elem {
  display: flex;
}
[class*=personal] .personal-name-wrap {
  font-size: 17px;
  line-height: 20px;
  color: #7EC0C7;
  text-align: center;
  border-bottom: 1px solid #EBF1FA;
  padding: 32px 24px 20px;
}
[class*=personal] .personal-name-wrap span {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #205A5A;
}
[class*=personal] .user-page-menu {
  box-shadow: 0px 0px 5px 0px #0000001A;
  border-radius: 16px;
}
[class*=personal] .user-page-menu ul {
  padding: 32px 24px;
}
[class*=personal] .user-page-menu ul li {
  padding-left: 40px;
  margin-bottom: 16px;
  white-space: nowrap;
  background-repeat: no-repeat;
  list-style: none;
}
[class*=personal] li.my.personal.active,
[class*=personal] li.my.personal:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_personal_data_active.svg)!important;
}
[class*=personal] li.my.history.active,
[class*=personal] li.my.history:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_orders_active.svg)!important;
}
[class*=personal] li.my.favpurites.active,
[class*=personal] li.my.favpurites:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_favpurites_active.svg)!important;
}
[class*=personal] li.my.address.active,
[class*=personal] li.my.address:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_places_active.svg)!important;
}
[class*=personal] li.my.discount.active,
[class*=personal] li.my.discount:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_discount_card_active.svg)!important;
}
[class*=personal] li.my.favourites.active,
[class*=personal] li.my.favourites:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_favourites_active.svg)!important;
}
[class*=personal] li.my.edit.active,
[class*=personal] li.my.edit:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_personal_data_active.svg)!important;
}
[class*=personal] li.my.exit.active,
[class*=personal] li.my.exit:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_exit_active.svg)!important;
}
[class*=personal] .user-page-data-elem-head {
  color: #7EC0C7;
}
[class*=personal] .profile-table.data-table label {
  color: #7EC0C7;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
[class*=personal] .profile-table {
  max-width: 800px;
}
[class*=personal] .birth-and-email-wrap {
  display: flex;
  box-shadow: unset !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
[class*=personal] .email {
  width: 100%;
}
[class*=personal] .birthdate > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

[class*=personal] .for_submit,
[class*=personal] .agree {
  box-shadow: unset !important;
  padding-left: 0 !important;
}
[class*=personal] .registration-subscription {
  display: flex;
  gap: 1em;
}
[class*=personal] .profile-table.data-table label[for=reg1] {
  font-size: 20px;
  line-height: 23px;
  color: #205A5A;
}
[class*=personal] input.button-main[name=save]:hover,
[name=form_auth] input.btn.btn-primary:hover {
  background-color: var(--button_bg_hover);
}
[class*=personal] input.button-main[name=save] {
  border-radius: 8px;
  padding: 16px 48px;
  background-color: #068F9C;
  color: #fff;
}
[class*=personal] .is-success.mb-10:not(:empty) {
  margin-bottom: 2em;
  color: #7ecce0;
}
[class*=personal] .is-errors.mb-10:not(:empty) {
  margin-bottom: 2em;
  color: #ff470f;
}
[name=bform] input[name=Register],
[name=form_auth] input.btn.btn-primary {
  background: #068F9C;
  color: white;
  font-size: 18px;
  line-height: 21px;
  padding: 16px 48px;
  border-radius: 8px;
}
[name=bform] input.bx-auth-input,
[name=form_auth] input.form-control {
  box-shadow: 0px 0px 15px 0px #0000001A;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 18px;
  margin-bottom: 1em;
  color: #205A5A;
}
.reg_links_wrap {
  display: flex;
  gap: 1em;
}
.reg_links_wrap a {
  font-weight: 600;
}
table.bx-auth-table {
  margin-bottom: 1em;
}
.bx-registration-table b {
  font-size: 46px;
  line-height: 58px;
  padding-bottom: 1em;
  font-weight: normal;
}
.bx-auth p {
  margin-top: 1em;
}
[name=bform] table tr td:first-of-type {
  flex: 0 0 40%;
}
[name=bform] table tr {
  display: flex;
  gap: 1em;
}
@media(width <=35rem) {
  [class*=personal] .user-page-cont.inner-block {
    flex-wrap: wrap;
    gap: 1em;
    padding: 10px;
  }
  .user-page-menu-wrap {
    width: 100%;
  }

}
/** end reg and auth */

@media (max-width:1620px) {
  .page > main {
    padding: 1em;
  }
}
@media (width <= 25rem) {
  .in_shop picture img {
    width: 10rem;
    height: 10rem;
  }
}

.page > main p {
  margin-bottom: 1em;
}


.slick-track:before, .slick-track:after {
  display:none!important;
}
span.starrequired {
  color: #ff470f;
  margin-left: 3px;
}
svg.hidden {
  display: none;
}

/* new */
[class*=new] main.main {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 3em;
}
/* end new */


/* have a request popup form */
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
}

[name=have_a_question] textarea {
  max-width: 330px;
  width: 100%;
}
[name=have_a_question] input.inputtext,
[name=have_a_question] textarea {
	padding: 12px 24px 12px 24px;
	gap: 6px;
  width: 330px;
	border-radius: 8px;
  box-shadow: 0px 0px 15px 0px #0000001A;
  font-size: 18px;
  color: var(--body_color);
  outline:none;
  background-color: #eee;
  color: var(--body_color);
}
[name=have_a_question] p {
    color: #eee;
    font-size: small;
}
[name=have_a_question] h3 {
    font-size: 42px;
    line-height: 54px;
		color: white;
}
[name=have_a_question] tbody {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

[name=have_a_question] table.form-table tr td:first-child {
  flex: 0 0 190px;
}
[name=have_a_question] table.form-table tr {
  display: flex;
  gap: 1em;
  color:white;
}
@media(width <= 30rem) {
  [name=have_a_question] table.form-table tr {
    flex-wrap: wrap;
    gap: 8px;
  }
}
[name=have_a_question] [name="web_form_apply"],
[name=have_a_question] [type="reset"] {
  display:none;
}
[name=have_a_question] [name="web_form_submit"]:hover {
  background: var(--button_bg_hover);
}
[name=have_a_question] [name="web_form_submit"] {
  padding: 16px 48px 16px 48px;
  gap: 10px;
  border-radius: 8px;
  background: var(--button_bg);
  color: white;
}
[name=have_a_question] {
  box-shadow: 0 23px 54px rgba(166, 206, 214, .3);
  border-radius: 10px!important;
  background:#4f787f url(https://dryclean.ru/bitrix/components/cleaning/modal_block/templates/.default/img/bgw.png) 0 0 / cover!important;
}
.catalog_category__title {
  margin: 0rem auto 2rem 0!important;
}

/* end have a request popup form */

@media(width<=40rem){
  .container.container__footer:before {
    content: none;
  }
}

.owl-on-main-page > button.next.slick-arrow {
  right: 5px;
}
.owl-on-main-page > button.prev.slick-arrow {
  left: 5px;
}
section.section.section_in_detail {
  margin-bottom: 0;
}
.page.more_page_block {
  padding: 3rem 0;
  background-color: #efefef;
  min-height: unset;
}
.more_page_block .main_divider {
  padding-bottom: 3rem;
}
main + .banner_offer {
  height: auto;
}
.catalog-block-header {
	font-size: 40px;
	line-height: 54px;
  margin-bottom: 2rem;
}
.detail_show_popular ul.catalog_top__slider.in_shop_sections {
	display: inline-block;
}
.main ul.main_banner__list {
  padding-left: 0;
}
 
.main .bx_sitemap ul li {
  list-style: none;
}
.main .product-item-detail-tabs-list li,
.main ul.main_banner__list li,
.main ul li.catalog_top__item,
.main ul.catalog_top__slider,
.main ul.catalog_top__slider li {
  list-style: none;
  padding-left: 0;
}
.more_page_block [data-entity="parent-container"] {
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 4px 15px 0px #00000033;
}
.more_page_block .slick-list.draggable {
  padding: 25px;
}
.bx-soa-pp-company-graf-container {
  border-radius: 6px;
}

.section_in_detail + .page.more_page_block {
  padding: 3rem 0 0;
}

.fancybox__container .container-two-side-blocks {
  max-width: 1260px;
}

.some-containers-wrap {
  flex-wrap: wrap;
  margin-top: 2em;
}
.detail-outer {
  display: flex;
  flex: 0 0 100%;
  gap: 1em;
  align-items: center;
}
.some-containers-wrap .card__count_btns.count_btns {
  flex: 0 0 100%;
  max-width: 220px;
  margin-right: auto;
  margin-left: 0;
}
.product-item-detail-pay-block > .row {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media(max-width:1550px){
  .button.catalog__button .button__text {
    display: none;
  }
}
.banner_top__text,
.banner_top__text--close {
  margin-bottom: 0;
}
img.footer__social_img,
svg.footer__social_img {
  transition: .3s linear;
}
img.footer__social_img:hover,
svg.footer__social_img:hover {
  filter: brightness(1.1);
}

div#alertModalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; 
  justify-content: center;
  background: #068f9c8f;
  z-index: 1200;
}
div#alertBox {
  background: white;
  padding: 2em;
}
#alertModalContainer a#closeBtn {
  position: absolute;
  top: 1em;
  right: 1em;
  color: white;
  font-size: 4em;
  outline: none;
}
.oben-vorsicht {
  background-color: #ff609d; 
  color: white; 
  text-align: center;
}
.oben-vorsicht > div {
  margin:0 auto; 
  padding:1rem 0
}
ul.bx-soa-pp-list li {
  list-style: none;
}

.birth-and-email-wrap {
  flex-wrap: wrap;
}

.slick-arrow img,
.quick_view svg,
.quick_view .imgs__text {
  position: relative;
  z-index: -1;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-shadow: none;
}