@import url(./normalize.css);

/* переопределение стилей Megashop 3.0 start */
/* стили темы разработчик рекомендует переопределять в файле user.css (подробнее https://bodysite.ru/hub/2674/kak-individualno-izmenit-stil-kakogo-libo-elementa/) */
.container {
  background-color: inherit;
}

.content-decorator th {
  color: inherit;
  font-weight: bold;
}

.content-decorator ul, 
.content-decorator ol,
.content-decorator ul li,
.content-decorator ol li {
  color: inherit;
}

.content-decorator li+li {
  margin-top: 0;
}

.ui-widget-overlay {
  background: #000000;
  opacity: .75;
}
.ui-widget-content {
    border: none;
}
.ui-widget-header {
    border: none;
}

.header-middle-bar__container-logo {
    max-width: 220px;
}
.header-middle-bar__container {
    justify-content: space-between;
}
.input-search {
    margin-bottom: auto;
}
.list-rows_monochrome .list-rows__item {
    height: 30px;
}
.header-bottom-bar__container-shop-catalog {
    width: 135px;
    min-width: 135px;
}
.sidebar-catalog .catalog-list__item::before {
  content: none;
}
@media (min-width: 1200px) {
    .header-bottom-bar__container-shop-catalog {
        width: 135px;
        min-width: 135px;
    }
    .header-middle-bar-shop__links-container {
        padding-left: 35px;
    }
}
@media (max-width: 1023px) {
    .slide__background {
        margin-bottom: 20px;
    }
    .slide__text {
    	display: none;
    }
}
@media (max-width: 768px) {
	.slide__background img {
	    object-fit: contain;
	    height: auto !important;
	}
}
@media (max-width: 700px) {
    .home-slider__banners_row {
        display: grid;
        grid-auto-flow: column;
    }
    .home-slider__banners_row .home-slider__banner:nth-child(3) {
        display: block;
    }
    .home-slider__banners_row .home-slider__banner:nth-child(1) {
	    grid-row: span 2;
	    grid-column-start: 2;
	}
  /* megashop slider - end */
}
/* переопределение стилей Megashop 3.0 end */


/* COMMON STYLES start */
:root {
  --red: #ff0000;
  --red-2: #F17B7B;
  --green: #7db827;
  --green-2: #6EB408;
  --green-3: #5C9903;
  --orange-1: #FF7E14;
  --orange-2: #E36700;
  --gray-1: #5a5a5a;
  --gray-dark: #5a5a5a; /* заменить на gray-1 */
  --gray-2: #d6d6d6; 
  --gray: #d6d6d6;  /* заменить на gray-2 */
  --gray-3: #fafafa;
  --gray-light: #fafafa;  /* заменить на gray-3 */
  --black: #000000;
  --font-family-text: 'Roboto', Arial, Helvetica, sans-serif;
  --font-size-s: 16px;
  --font-size-m: 18px;
  --font-size-l: 22px;
  --font-size-xl: 26px;
  --border-radius: 8px;
  --horizontal-padding-page: 45px;  
  --content-page-width: calc(var(--container-width) - (2 * var(--horizontal-padding-page)));
  --mobile-horizontal-padding-page: 15px;

  --mobile-padding-width: 15px; /* old 1rem */

  
  --brand-color: var(--orange-1); /* заменить на --primary-color */
  --primary-color: var(--orange-1);
  --primary-color-active: var(--orange-2);

  --success-color: var(--green-2);

  --background-color-addit: var(--green-2); /* заменить на --accent-color */
  --accent-color: var(--green-2);
  --accent-color-active: var(--green-3);

  --button-color-primary: var(--orange-1);
  --button-color-primary-active: var(--orange-2);
  --button-color-accent: var(--green-2);
  --button-color-accent-active: var(--green-3);
  --button-color-light: var(--gray-3);
  --button-color-light-dark: var(--gray-2);
  --button-color-dark: var(--gray-1);

  --error-color: var(--red-2);
  --font-family-main: var(--font-family-text);

  --color-text: var(--black);

  --font-size-text: var(--font-size-s);
  --font-size-title-section: var(--font-size-xl);
  --font-size-title-section-mobile: var(--font-size-l);

  /* --font-size-button: var(--font-size-m); */
  --border-radius-button: var(--border-radius);

  /* --background-color-button-basic: var(--orange-1);
  --color-button-basic: #ffffff;
  --color-button-basic-hover: var(--orange-1);
  --background-color-button-basic-active: var(--orange-2);

  --background-color-button-hover: var(--gray-3);
  
  --background-color-button-contrast: var(--green-2);
  --color-button-contrast: #ffffff;

  --background-color-button-disabled: var(--gray);
  --color-button-disabled: #ffffff; */

  /* 
  такой подход? Не подойдет, если один цвет для одной кнопки - шрифт, для другой - фон. Придется менять переменную у кнопки, если изменится не брендовый цвет, а только стиль кнопки
  Можно создавать переменные по мере необходимости.
  --color-button-1: #green;
  --color-button-2: #orange;
  --color-button-3: #dark-orange;
  --color-button-4: #gray;
  --color-button-5: #dark-gray; */
}

body,
button,
input,
select,
textarea {
  color: var(--color-text);
}

a {
  color: #333333;
  outline: 0 none;
}
a:focus {
  outline: none;
}
a:not(.kp-button, .feedback__link, .orangebtn):hover {
  color: #f68b1f !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.notshow {
  display: none !important;
}

/* BUTTONS start */

/* типы кнопок */
.kp-button--basic {
  /* + оранжевая кнопка */
  /* .kp-button--basic */
}
.kp-button--contrast {
  /* + зеленая кнопка */
  /* .kp-button--contrast */
}
.kp-button--neutral-1 {
  /* + cерая с серым кнопка */
  /* .kp-button--neutral-1 */
}
.kp-button--neutral-2 {
  /* + белая с серой рамкой кнопка */
}
.kp-button--neutral-3 {
  /* + серая кнопка с белым текстом */
}
.kp-button--link-1 {
  /* кнопка как ссылка с подчеркиванием */
  /* .kp-button--white  */
}
.kp-button--link-2 {
  /* кнопка как ссылка без подчеркивания */
}

/* модификаторы кнопок (можно просто добавлять модификатор элемент, в связке с родителем) - start */
.kp-button--border {
  /* добавление рамки, цвет должен определяться типом кнопки */
}
.kp-button--font-size-bigger {
  /* по умолчанию у кнопки размер 18px */
}
/* модификаторы кнопок - end */

.kp-button,
.ui-widget-content .ui-button.kp-button,
.datacall .default-theme .multiform-submit .mf-button, 
.default-theme .multiform-submit .mf-button {
  display: inline-block;
  min-width: 152px;
  padding: 16px 18px;
  border-radius: 8px!important;
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-family-main);
  background-color: transparent;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;

  text-align: center;
  box-sizing: border-box;
}

.kp-button p {
  margin: 0;
  text-align: center;
}

.ui-dialog .kp-button .ui-button-text {
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  font-family: var(--font-family-main);
}
.kp-button.disabled,
.kp-button.disabled,
.kp-button:disabled,
.datacall .default-theme .multiform-submit .mf-button:disabled, .default-theme .multiform-submit .mf-button:disabled {
  background-color: var(--gray);
  color: #ffffff;
  pointer-events: none;
}
.kp-button--basic,
.datacall .default-theme .multiform-submit .mf-button, .default-theme .multiform-submit .mf-button {
  /* оранжевая кнопка */
  background-color: var(--button-color-primary);
  color: #ffffff !important;
  text-wrap: nowrap;
  font-weight: 500;

  border: none;
}
.kp-button--basic:hover,
.kp-button--basic:active,
.datacall .default-theme .multiform-submit .mf-button:hover, .default-theme .multiform-submit .mf-button:hover,
.datacall .default-theme .multiform-submit .mf-button:active, .default-theme .multiform-submit .mf-button:active {
  background-color: transparent;
  color: var(--button-color-primary) !important;
  outline: 1px solid var(--button-color-primary);
}
.kp-button--basic.disabled {
  background-color: var(--button-color-dark);
  color: #ffffff;
}
/* убрать эти стили как вид кнопки */
/* .kp-button--basic-dark:hover,
.kp-button--basic-dark:active {
  color: #000000;
  outline: 1px solid #000000;
} */

.kp-button--contrast,
.kp-button--green,
.ui-widget-content .ui-button.kp-button--green {
  background-color: var(--button-color-accent);
  color: #ffffff !important;
  border: none;
  font-weight: 500;
}

.kp-button--contrast:hover,
.kp-button--green:hover,
.ui-widget-content .ui-button.kp-button--green:hover {
  background-color: transparent;
  color: var(--button-color-accent) !important;
  outline: 1px solid var(--button-color-accent);
}

.kp-button--neutral-1 {
  color: var(--button-color-dark);
  background-color: var(--button-color-light);
  outline: 1px solid #c4c4c4;
}
.kp-button--neutral-1:hover {
  font-weight: 500;
  outline-color: var(--button-color-dark);
}
.kp-button--neutral-1:active {
  color: #ffffff;
  background-color: var(--button-color-dark);
}

.kp-button--neutral-2 {
  color: #5a5a5a !important;
  font-weight: 400;
  border: 1px solid #5a5a5a;
}
.kp-button--neutral-2:hover {
  font-weight: 500;
}
.kp-button--neutral-2:active {
  font-weight: 700;
  border-width: 2px;
}

/* убрать эти стили как вид кнопки */
/* .kp-button--light-gray {
  background-color: #fafafa;
  color: #d6d6d6;
}
.kp-button--light-gray:hover {
  background-color: transparent;
  outline: 1px solid #d6d6d6;
} */

/* убрать эти стили как вид кнопки */
/* .kp-button--dark {
  background-color: #5a5a5a;
  color: #ffffff;
  border: none;
}
.kp-button--dark.disabled {
  background-color: #D6D6D6;
  color: #fff;
} */

/* + убрать эти стили как вид кнопки */
/* 
.kp-button--orange {
  border-color: var(--primary-color);
  color: #333333 !important;
}

.kp-button--orange:hover {
  color: #ffffff !important;
  background: #f68b1f;
}

.kp-button--orange svg {
  fill: #333333;
}

.kp-button--orange:hover svg {
  fill: #ffffff;
} */

/* убрать эти стили как вид кнопки */
/* .kp-button--total-orange {
  min-width: auto;
  padding: 16px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: 600;
  width: fit-content;
  font-family: var(--font-family-main);
  border: none;
}
.kp-button--total-orange:hover {
  color: #ffffff !important;
  background-color: #ff7402;
} */

.kp-button--neutral-3 {
  /* + серая кнопка с белым текстом */
  font-weight: 500;
  color: #ffffff;
  background-color: #C4C4C4;
}
.kp-button--neutral-3:hover {
  color: #C4C4C4;
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
}

.kp-button--white {
  background-color: #ffffff;
  border: none;
  padding: 15px 24px;
  font-size: 14px;
  font-family: var(--font-family-main);
  font-weight: 400;
  text-decoration: underline;
  color: #333333;
}
.kp-button--white:hover {
  color: #000000;
}
.kp-button--white:active {
  opacity: 0.8;
}

/* убрать эти стили как вид кнопки */
/* .kp-button--neutral {
  background-color: #D6D6D6;
  color: #ffffff;
  border: none;
  font-weight: 500;
}

.kp-button--neutral:hover {
  background-color: transparent;
  color: #b2b2b2;
  outline: 1px solid #b2b2b2;
} */

@media (max-width: 768px) {
  .kp-button,
  .ui-widget-content .ui-button.kp-button,
  .datacall .default-theme .multiform-submit .mf-button, 
  .default-theme .multiform-submit .mf-button {
    min-width: auto;
    padding: 14px 16px;
    font-size: 16px;
  }
}
/* BUTTONS end */

/* INPUTS start */
.kp-input {
  padding: 11px 15px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: var(--color-text) !important;
  border: 1px solid #C4C4C4 !important;
  border-radius: var(--border-radius) !important;
}
.kp-input::placeholder {
  color: #C9C9C9 !important;
}
/* INPUTS end */

/* RADIO, CHECKBOX start */
.radio,
.checkbox-container .checkbox,
.kp-checkbox .checkbox {
  width: 25px;
  height: 25px;
  margin-right: 11px;
}
.radioitem__label {
  display: flex;
  align-items: flex-start;
}
.radio__mark,
.checkbox-container .checkbox__mark,
.kp-checkbox .checkbox__mark {
  display: none;
}
.radio__control,
.checkbox-container .checkbox__control,
.kp-checkbox .checkbox__control {
  opacity: 1;
}

.no-change .checkbox {
  display: none;
}

.wa-service .checkbox,
.wa-service .checkbox input {
  width: 21px !important;
  height: 19px !important;
}
.wa-service .checkbox input::before {
  mask-size: 10px !important;
  -webkit-mask-size: 10px !important;
}

.wa-service .checkbox {
  margin-right: 5px;
}

  /* CHECKBOX start */    
.checkbox-container {
  display: flex;
}

.kp-checkbox input:before,
.checkbox input:before,
.checkbox-container input[type="checkbox"]::before,
.default-theme .multiform-gap-value input[type='checkbox']::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  mask-image: url(/wa-content/img/icons/minus.svg);
  -webkit-mask-image: url(/wa-content/img/icons/minus.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #ffffff;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 14px;
  -webkit-mask-size: 14px;
}                    
.kp-checkbox input:checked,
.checkbox input:checked,
.checkbox-container input[type="checkbox"]:checked,
.default-theme .multiform-gap-value input[type='checkbox']:checked {
  background-color: var(--primary-color) !important;
}
.kp-checkbox input:checked::before,
.checkbox input:checked::before,
.checkbox-container input[type="checkbox"]:checked::before,
.default-theme .multiform-gap-value input[type='checkbox']:checked::before {
  mask-image: url(/wa-content/img/icons/check.svg);
  -webkit-mask-image: url(/wa-content/img/icons/check.svg);
}
.kp-checkbox:has(input:checked) .label__title,
.kp-checkbox input:checked+label .label__title,
.checkbox:has(input:checked) .label__title,
.checkbox input:checked+label .label__title {
  color: var(--primary-color);
}
.kp-checkbox input,
.checkbox input,
.checkbox-container input[type="checkbox"],
.default-theme .multiform-gap-value input[type='checkbox'] {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: #d6d6d6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; 
  cursor: pointer;
}
.kp-checkbox input,
.checkbox input {
  margin-right: 0;
}
  /* CHECKBOX end */
/*  RADIO, CHECKBOX end */

/* TEXT start */
.title-section, 
#content-city-main .title-section {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 42px !important;
  text-align: center;
  font-size: var(--font-size-title-section) !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 768px) {
  .title-section, 
  #content-city-main .title-section {
    margin-bottom: 32px !important;
    font-size: var(--font-size-title-section-mobile) !important;
  }
}
/* TEXT end */


/* TYPICAL ELEMENT start */
.scrollbar {
  overflow-y: scroll;
  height: 320px;
}

.fullwidth-background {
  position: relative;
}
.fullwidth-background::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 99vw;
  height: 100%;
  top: 0;
  left: calc((-100vw + 100%) / 2);
  background-color: inherit;
  z-index: -1;
}

.cross-btn {
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 16px);
  right: 0;
  padding: 10px;
  box-sizing: content-box;
  cursor: pointer;
}
.cross-btn:before,
.cross-btn:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: var(--gray);
}
.cross-btn:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-btn:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* read-more-box start */
.read-more-box .limiter {
  max-height: 185px;
  overflow: hidden;
  position: relative;
}
.read-more-box .limiter .shadow {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: linear-gradient(
    rgb(255 255 255 / 0%) 70%, 
    rgb(255 255 255) 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  box-shadow: none;
  transition: 0.3s;
}
.read-more-box .read-more-checker {
  display: none;
  opacity: 0;
  position: absolute;
}
.read-more-box .read-more-checker:checked ~ .limiter {
  max-height: none;
}
.read-more-box .read-more-checker:checked ~ .limiter .shadow {
  opacity: 0;
  transition: 0.3s;
}
.read-more-box .read-more-checker ~ .read-more-button:after {
  content: "Далее";
  position: relative;
  right: 0;
  background-image: url(/wa-data/public/site/img/icons/arrow_down.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right calc(50%);
  padding: 10px 25px 10px 16px;
  font-weight: 600;
}
.read-more-box .read-more-checker:checked ~ .read-more-button:after {
  content: "Свернуть";
  background-image: url(/wa-data/public/site/img/icons/arrow_up.svg);
}
.read-more-box .read-more-button:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #5a5a5a;
}
.read-more-box .read-more-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  color: #5A5A5A;
}

.scroll-table {
  max-width: 100%;
  overflow-x: scroll;
  margin: 0 10px 20px 10px;
  -webkit-overflow-scrolling: touch;

  /* width: 100vw; */
  /* max-width: 100vw; */
  overflow-x: auto;
  overflow-y: hidden;
}
/* read-more-box end */

@media screen and (max-width: 640px) {
  .mobhide {
    display: none !important;
  }
}

/* TYPICAL ELEMENT end */
/* COMMON STYLES end */

/* HEADER start */
.header-middle-bar-shop__search-container {
  max-width: 450px;
}
.header-middle-bar-shop__contacts-container {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 50px;
}
.header-middle-bar-shop-contacts {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.header-middle-bar-shop-contacts__item.header-middle-bar-shop-contacts__item--phone {
  font-size: 26px;
  font-weight: 300;
}
.header-middle-bar-shop-contacts__item--phone .header-middle-bar-shop-contacts__item--phone-link {
  text-decoration: none;
}
.header-middle-bar-shop-contacts__item.header-middle-bar-shop-contacts__item--email a, 
.order-mail {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.header-middle-bar-shop-contacts::after {
  content: '24/7';
  padding: 2px 5px;
  position: absolute;
  top: 0;
  right: -33px;
  font-weight: 600;
  font-size: 10px;
  background: #4caf50;
  border-radius: 2px;
  color: #fff;
}
.header-middle-bar-shop-check-order {
  display: block;
  margin: 1px 0 0 30px;
  text-decoration: none;
  font-weight: 600;
}

.geoplugin-main__city {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .header-middle-bar-shop-check-order {
    display: none;
  }
  .geoplugin-main__city {
    margin-right: 0;
  }
}
/* HEADER end */

/* MAIN CONTENT start */
.block__header_text.block__header_text--offices {
  color: var(--brand-color);
}

.content-decorator ul,
.index__content ul {
  padding-left: 8px;
}
.content-decorator ul li,
.index__content ul li {
  position: relative;
  padding: 0 0 0 calc(1em / 2);
  list-style: outside none none;
}
.content-decorator ul li::before,
.index__content ul li::before {
  content: "•";
  width: 0;
  font-size: inherit;
  top: calc(1em / 4);
  left: calc(-1em / 2);
  color: var(--color-text);
}

#content-city-main {
  padding: 20px;
}

#content-city-main h2 {
  display: block;
  width: auto;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

.content__nav-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .content-container {
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .content-container {
    padding: 68px 0 0 0;
  }
}

@media (max-width: 640px) {  
  #content-city-main h2 {
    font-size: var(--font-size-title-section-mobile);
  }
}
/* MAIN CONTENT end */

/* FOOTER start */
footer #vk_community_messages {
  bottom: 220px !important;
  right: 45px !important;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
  bottom: 167px;
  right: 42px;
}
.mgo-mcw-widget.mgo-mcw-widget_position-right {
  bottom: 105px;
  right: 50px;
}

.b24-form-field-layout-section {
  margin: 0 !important;
  color: red !important;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.2;
}

#footer {
  position: relative;
  display: flex;
  column-gap: 5px;
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.2;
  color: #777;
}

.fblock {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
}

.fhead {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}

.fblock ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fblock ul li {
  display: block;
  max-width: 200px;
  line-height: normal;
  margin-bottom: 7px;
  margin-left: 2px;
}

.fblock a {
  color: #777;
  text-decoration: none;
}

.fblock a:hover {
  color: #f58121;
  text-decoration: none;
}

.fblock .dblock {
  display: block;
  margin-bottom: 7px;
}

footer .socials {
  display: flex;
  column-gap: 5px;
  font-size: 30px;
  line-height: 1;
}
footer .socials .socials__item {
  display: flex;
  align-self: center;
}

@media (max-width: 768px) {
  footer {
    padding:0;
    padding-left: var(--mobile-padding-width);
    padding-right: var(--mobile-padding-width);
    background-color: #404040;
    color: #ffffff;
    z-index:0;
  }
  .footer__content {
    padding: 30px 0 0 0;
  }
  footer .social-media{
    flex:0 0 100%;max-width:100%;padding-top:16px;padding-bottom:1.5rem;
  }
  footer .social-media h4 {
    text-align:center;margin-bottom:1rem
  }
  footer .social-media .icons {
    display:flex;flex-wrap:wrap;flex:0 0 100%;max-width:100%;margin:0;padding:0;column-gap:24px
  }
  footer .footer-menu {
    padding-bottom: 16px;
    font-family: var(--font-family-text);
  }
  footer .footer-menu .footer-menu-block {
    padding: 12px 0 12px 0;
    margin-right: 13px;
    border-bottom: 1px solid #dadada;
  }
  footer .footer-menu .footer-menu-block__head {
    position: relative;
    list-style-type: none;
    text-transform: uppercase;
  }
  footer .footer-menu .footer-menu-block__head::before {
    content: '┓';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    transform: rotate(45deg);
  }
  footer .footer-menu-block[open] > .footer-menu-block__head::before {  
    transform: rotate(135deg);
  }
  .footer-menu-block .footer-menu-block__details {
    padding-top: 10px;
  }
  footer .footer-contacts {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .footer-contacts .footer-contacts__wrapper {
    display: grid;
    row-gap: 8px;
  }
  .footer-contacts .contacts-feedback {
    display: grid;
  }
  .footer-contacts .contacts-feedback__main {
    font-size: 22px;
  }
  .footer-contacts .contacts-feedback__secondary {
    font-size: 14px;
  }
  .footer-contacts .contacts-address {
    font-size: 15px;
  }
  footer .social-media .icons .icon {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
  }
  .social-media .icon.icon--vk::before,
  .social-media .icon.icon--telegram::before,
  .social-media .icon.icon--whatsapp::before,
  .social-media .icon.icon--youtube::before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f2f2f2;
  }
  .social-media .icon.icon--vk::before {
    -webkit-mask: url(/wa-data/public/site/themes/xk/img/icons/vk.svg) no-repeat 50% 50%;
    mask: url(/wa-data/public/site/themes/xk/img/icons/vk.svg) no-repeat 50% 50%;
  }
  .social-media .icon.icon--whatsapp::before {
    -webkit-mask: url(/wa-data/public/site/themes/xk/img/icons/whatsapp.svg) no-repeat 50% 50%;
    mask: url(/wa-data/public/site/themes/xk/img/icons/whatsapp.svg) no-repeat 50% 50%;
  }
  .social-media .icon.icon--youtube::before {
    -webkit-mask: url(/wa-data/public/site/themes/xk/img/icons/youtube.svg) no-repeat 50% 50%;
    mask: url(/wa-data/public/site/themes/xk/img/icons/youtube.svg) no-repeat 50% 50%;
  }
  .social-media .icon.icon--telegram::before {
    -webkit-mask: url(/wa-data/public/site/themes/xk/img/icons/telegram.svg) no-repeat 50% 50%;
    mask: url(/wa-data/public/site/themes/xk/img/icons/telegram.svg) no-repeat 50% 50%;
  }
  .social-media .icons .icon {
    background-color: inherit;
  }
  footer .social-media .icons .icon:hover::before {
    background-color: var(--brand-color);
  }
  .footer-menu-block .footer-menu-block__details,
  .footer-menu-block .footer-menu-block__details a,
  footer .footer-contacts,
  footer .footer-contacts span,
  .footer-contacts a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .copyright{position: relative;flex:0 0 100%;max-width:100%;padding:40px 0 74px 0;background-color:#161616;color: #ffffff;    font-weight: 600;}
  footer .copyright::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background-color: #161616;
    z-index: -1;
  }
  footer .copyright a{color: #ffffff;text-transform: none;text-decoration:none;}
  footer .copyright a,footer .copyright p{font-size:15px;line-height:1.2}
  .copyright__text {
    display: flex;
    column-gap: 7px;
    color: #ffffff;
  }
  footer .copyright .copyright__links {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 8px 0 24px;
  }
  footer .footer-form {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  footer .social-media .icons .icon{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
  }
  footer .copyright{
    flex:0 0 100%;
    max-width:100%;
  }
}
/* FOOTER end */

/* SEARCH SMART start  */
.ssearch-wrapper form {
  display: flex;
}
.ssearch-wrapper .ssearch-box {
  flex: auto;
  min-width: 0;
  border: none !important;
}
.ssearch-wrapper .ssearch-box .ssearch-key-box {
  margin: 0 60px 0 0 !important;
}
.ssearch-wrapper .ssearch-box .ssearch-key-box input {
  height: 40px !important;
  padding: 11px 14px !important;
  border: 1px solid !important;
  border-radius: var(--inputs-buttons-border-radius) !important;
  border-color: var(--primary-color) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

  width: 100%;
  max-width: 100%;
  line-height: 1.2;
  font-size: 14px;
  vertical-align: top;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.ssearch-wrapper .ssearch-box .ssearch-right {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border-radius: var(--inputs-buttons-border-radius);
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  height: 100%;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ssearch-wrapper .ssearch-box .ssearch-submit {
  display: inline-flex !important;
  align-items: center;
  padding: 0 20px !important;
}

.result-page .ssearch-item {
  display: flex;
  line-height: 72px;
  height: 72px;
  align-items: center;
  column-gap: 15px; line-height:72px; height:72px; text-decoration: none;}
.result-page .ssearch-item .image img { max-height:72px}
.result-page .ssearch-item .image, .ssearch-item .title { display: inline-block; }
.result-categories .ssearch-item  { display: block; line-height:48px;}

@media (max-width: 768px) {
  .ssearch-wrapper {
    width: 90%;
  }
  .ssearch-wrapper .ssearch-box .ssearch-key-box {
    width: 100%;
    margin: 0 !important;
  }
  .ssearch-wrapper .ssearch-box .ssearch-right {
    display: none;
  }
  .ssearch-wrapper .ssearch-box .ssearch-key-box input#search_query {
    padding-left: 43px !important;
    border-radius: 30px !important;
    border-color: rgba(112, 112, 112, 0.3) !important;
  }
  .ssearch-wrapper .ssearch-box .ssearch-key-box .svg-icon {
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* SEARCH SMART end  */

/* FANCYBOX start */
/* FANCYBOX end */

/* POPUPS start */
/* @media (max-width: 745px) { */
  /* custom-dialog start */  
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable{
    width: 96%!important;
    margin: 7px;
  }
  .ui-dialog.custom-photo-dialog,
  .ui-dialog.custom-dialog {
    border-radius: 24px !important;
    padding: 32px 48px 32px;
    text-align: center;
  }
  .ui-widget-overlay+.custom-dialog+.ui-widget-overlay,
  .ui-widget-overlay + .ui-dialog + .ui-widget-overlay {
    display: none;
  }
  .custom-photo-dialog .ui-dialog-titlebar,
  .custom-dialog .ui-dialog-titlebar {
    display: flex;
    justify-content: center;
  }
  .ui-dialog.delete-confirm-dialog {
    padding: 27px 40px 16px;
  }
  .custom-photo-dialog .ui-dialog-title,
  .custom-dialog .ui-dialog-title {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Helvetica, sans-serif;
    font-size: 24px !important;
    line-height: 32px;
  }
  .custom-photo-dialog.delete-confirm-dialog .ui-dialog-title,
  .custom-dialog.delete-confirm-dialog .ui-dialog-title,
  .limit-albums-dialog .ui-dialog-title {
    margin-bottom: 0;
  }  
  .custom-photo-dialog .ui-icon-closethick,
  .custom-dialog .ui-icon-closethick {
    visibility: hidden;
  }
  .custom-photo-dialog .ui-dialog-titlebar-close,
  .custom-dialog .ui-dialog-titlebar-close {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -28px !important;
    top: 4px !important;
    border: none !important;
    background-color: transparent !important;
    background-image: url(/wa-data/public/site/img/icons/icon_close.svg) !important;
    background-repeat: no-repeat !important;
    filter: invert(0.8);
  }  
  .custom-photo-dialog .ui-dialog-titlebar-close:focus-visible,
  .custom-dialog .ui-dialog-titlebar-close:focus-visible,
  .custom-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
  }
  .custom-dialog .ui-dialog-titlebar-close .ui-button-text {
    display: none;
  }
  .custom-dialog.notice-dialog {
    font-size: 14px;
    line-height: 1.3em;
  }
  .custom-dialog.notice-dialog {
    /* max-width: 288px; */
    padding: 30px 34px 21px;
  }
  .error-dialog.custom-dialog .ui-dialog-titlebar {
    padding: 0;
    font-size: 20px;
  }
  .error-dialog.custom-dialog .ui-dialog-title {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px !important;
    line-height: 1.3;
    white-space: initial;
  }

  /* custom-dialog end */
/* } */

/* ui-widget-content-custom redefining styles */
/* main class template_product  */
.page .ui-widget-content-custom {
  border-radius: 16px !important;
  padding: 0 32px 39px !important;
  background-color: #333333;
  opacity: 0.9;
  border: 2px solid var(--brand-color);
  box-sizing: content-box;
}

.ui-widget-content-custom .ui-dialog-text {
  min-height: auto !important;
  color: #fafafa;
  font-family: var(--font-family-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}

.ui-widget-content-custom .ui-dialog-text .ui-text-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}

.ui-widget-content-custom .ui-dialog-titlebar-close { /* , .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default */
  right: -14px !important;
  top: 27px !important;
  border: none !important;
  background-color: transparent !important;
  background-image: url(/wa-data/public/site/img/icons/icon_close.svg) !important;
  background-repeat: no-repeat !important;
}

.ui-widget-content-custom .ui-dialog-titlebar-close.ui-state-hover {
  background-color: transparent !important;
  border: none !important;
}

.ui-widget-content-custom .ui-icon-closethick {
  background-image: url(/wa-data/public/site/img/icons/icon_close.svg) !important;
}

.ui-widget-content-custom .ui-dialog-text {
  padding: 0 !important;
}

.ui-widget-content-custom #ui-id-4 { /* .ui-dialog .ui-dialog-content */
  overflow: initial;
}

.ui-widget-content-custom .ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

/* POPUPS end */

/* SELECT start */
.services select {
  border: 1px solid rgba(215, 215, 215, 1);
  height: 30px;
  border-radius: 3px;
  padding: 0 45px 0 10px;
  -webkit-appearance: none;
  background-image: url(/wa-data/public/site/img/icons/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  color: #333333;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
}
.services select::-ms-expand {
  display: none;
}
.sevices select option {
  color: #333333;
  padding: 5px 25px 5px 10px;
  border: none;
}
.services input[type='checkbox'] {
  display: none;
}

.select-unavailable select,
.stype1 select {
  height: auto;
  font-weight: 500;
  pointer-events: none;
  background-color: transparent;
  background: none;
  font-size: 14px;
  padding: 0 0 0 0px;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dashed;
  border-left-style: none;
  border-bottom-color: #f68b1f;
}
.select-unavailable select::-ms-expand,
.stype1 select::-ms-expand {
  display: none;
}
.is-required-option input[type='checkbox'],
.stype1 input[type='checkbox'] {
  display: none;
}
.cart .select-unavailable select,
.cart .stype1 select {
  border: none;
}

@media (max-width: 480px) {
  .services select {
    margin-left: 0;
  }
}
/* SELECT end */


/* COUNTER start */
.kp-counter {
  position: relative;
}
.kp-counter .kp-counter__dec,
.kp-counter .kp-counter__inc {
  width: 27px;
  height: 27px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}
.kp-counter .kp-counter__count {
  max-width: 40px;
  height: 27px;
  text-align: center;
  font-size: 18px;
  border: none;
  background: transparent;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.kp-counter .kp-counter__count::-webkit-outer-spin-button, 
.kp-counter .kp-counter__count::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

.kp-counter.kp-counter--only-input .kp-counter__count {
  width: 55px;
  max-width: 65px;
  background-color: #ffffff;
  border: 1px solid gray;
  border-radius: 3px;
}
.kp-counter.kp-counter--only-input .kp-counter__dec,
.kp-counter.kp-counter--only-input .kp-counter__inc {
  display: none;
}
/* COUNTER end */


/* ICONS start */
.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
}
.icon16.loading {
  background-image: url('/wa-data/public/site/img/icons/loading16.gif');
  background-position: 0 0;
  vertical-align: baseline;
  margin-left: 10px;
}

.fa {
  vertical-align: text-top;
}
/* .fa::before { */
.fa:not(.flipbook-bookLayer .fa)::before { /* скрыть стрелки файла на Широкоформатной печати */
  content: '';
  display: inline-block;
}
.fa-arrow-up::before {
  mask: url(/wa-data/public/site/img/icons/arrow-up.svg) no-repeat center;
}
.error .fa-arrow-up::before {
  width: 16px;
  height: 16px;
  background-color: #eb5757;
}
.fa-play::before {
  mask: url(/wa-data/public/site/img/icons/play.svg) no-repeat center;
}
.fa-plus::before {
  mask: url(/wa-data/public/site/img/icons/plus.svg) no-repeat center;
}
.fa-minus::before {
  mask: url(/wa-data/public/site/img/icons/minus.svg) no-repeat center;
}
.fa-th-large::before {
  mask: url(/wa-data/public/site/img/icons/th-large.svg) no-repeat center;
}
.fa-volume-up::before {
  mask: url(/wa-data/public/site/img/icons/volume-up.svg) no-repeat center;
}
.fa-volume-off::before {
  mask: url(/wa-data/public/site/img/icons/volume-off.svg) no-repeat center;
}
.fa-expand::before {
  mask: url(/wa-data/public/site/img/icons/expand.svg) no-repeat center;
}
.fa-list-ol::before {
  mask: url(/wa-data/public/site/img/icons/list-ol.svg) no-repeat center;
}
.fa-times::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/times.svg) no-repeat center;
}
.fa-exclamation-triangle::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/exclamation-triangle.svg) no-repeat center;
  background-color: var(--primary-color);
}
.fa-vk::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/vk.svg) no-repeat center;
  background-color: #4b4b4b;
}
.fa-odnoklassniki::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/odnoklassniki.svg) no-repeat center;
  background-color: #4b4b4b;
}
.fa-whatsapp::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/whatsapp.svg) no-repeat center;
  background-color: #4b4b4b;
}
.fa-telegram::before {
  width: 16px;
  height: 16px;
  mask: url(/wa-data/public/site/img/icons/telegram.svg) no-repeat center;
  background-color: #4b4b4b;
}
/* ICONS end */

/* БонусПлюс */
/* DIALOG MODAL start  */
dialog[open] {
  animation: show 0.5s;
  display: block;
}
dialog[open]::backdrop {
  background: rgb(0 0 0 / 60%);
}
.dialog-modal {
  width: clamp(320px, 390px, 390px);
  min-height: clamp(350px, 350px, 500px);
  /* min-height: clamp(250px, 250px, 500px); */
  padding: 32px 32px;
  border-radius: 12px;
  border: none;
  box-sizing: border-box;
}
.dialog-modal.dialog-modal--change-phone {
  min-height: clamp(260px, 260px, 500px); 
}
.dialog-modal__content {
  display: grid;
  height: 100%;
}
.dialog-modal .kp-checkbox label {
  color: #5a5a5a;
}
.dialog-modal input {    
  font-family: var(--font-family-text);
  font-weight: 300;
}
.dialog-modal__close {
  position: absolute;
  top: 20px;
  right: 21px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.dialog-modal__close:before,
.dialog-modal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 15px;
  height: 1px;
  background-color: #000000;
}
.dialog-modal__close:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dialog-modal__close:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dialog-modal__close:hover:after,
.dialog-modal__close:hover:before {
  background-color: var(--brand-color);
}
.dialog-modal__back {
  position: absolute;
  width: 30px;
  height: 25px;
  left: 14px;
  top: 12px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.dialog-modal__back svg {
  fill: #000000;
}
.dialog-modal__back svg:hover {
  fill: var(--brand-color);
}
.dialog-modal__heading {
  width: 86%;
  margin: 0 auto 32px auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.dialog-modal--colored .dialog-modal__heading {
  color: #FD8119;
}
.dialog-modal__text {
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
}
.dialog-modal__subtext {
  color: #5a5a5a;
}
.dialog-modal__text p {
  margin-bottom: 12px;
}
.dialog-modal__text p:last-child {
  margin-bottom: 0;
}
.dialog-modal__subtext {
  color: #5a5a5a;
}
.dialog-modal__button {
  margin: auto auto 0;
  /* margin-top: 32px; */
  cursor: pointer;
}
/* DIALOG MODAL end */


/* OFFICES start */
.offices-list {
  margin: 30px 0;
}

.offices,
.home-description .offices {
  position:relative;
  padding: 0;
  padding-left: 0 !important;
  margin: 0 0 40px 5px;
  -moz-column-count: 4;
  -moz-column-width: 220px;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-width: 220px;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-width: 220px;
  column-gap: 10px;
}

.offices li {
  width: 95%;
  max-width: 250px;
  
  display: grid;
  grid-template-columns: 20px auto auto;
  height: auto;
  align-items: center;
  margin-bottom: 5px;
}
/* .offices li {
  display: block;
  height: 16px;
} */

.content-decorator .offices li::before {
  content: none;
}

.offices li::before {
  content: none !important;
}

.offices li a {
  color: #333333;
  text-decoration: none;
  float: left;
  font-size: 13px;

  margin-left: 5px;
}

.offices .soon,
.offices .newoffice,
.offices .remont,
.offices .moving {
    margin-left: auto;
}

.offices li:nth-of-type(1) {
  margin-top: 18px;
}
.offices li:nth-of-type(3),
.offices li:nth-of-type(1) { 
  position:relative;
}
.offices li:nth-of-type(1),
.offices li:nth-of-type(2),
.offices li:nth-of-type(3) { 
  position:relative; 
  z-index:2; 
}

.soon {
  color: #fff;
  background-color: red;
  float: right;
  font-size: 0.8em;
  padding: 0 5px;
  font-weight: 700;
}
.moving{
  color: #fff;
  background-color: #fba500;
  float: right;
  font-size: 0.8em;
  padding: 0 5px;
  font-weight: 700;
}
.newoffice {
  color: #ffffff;
  background-color: #ff9900;
  float: right;
  font-size: 0.8em;
  padding: 0 5px;
  font-weight: 700;
}
.remont {
  color: #fff;
  background-color: #fba500;
  float: right;
  font-size: 0.8em;
  /* padding: 0 5px; */
  font-weight: 700;

  padding: 1px 4px;
}
.remont i::before {
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.zakrito {
  color: #fff;
  background-color: #ff9494;
  float: right;
  font-size: 0.6em;
  padding: 0 3px;
  font-weight: 700;
}
.samovivoz {
  color: #fff;
  background-color: #52c779;
  float: right;
  font-size: 0.6em;
  padding: 0 5px;
  font-weight: 700;
}
.ico {
  background-image: url(/wa-data/public/site/img/icons/ico.png);
  display: inline-block;
}
.w24h7 {
  height: 19px;
  width: 30px;
  background-position: -30px -66px;
  float: left;
  margin-left: 5px;
}

.metro16-msk {
  display: inline-block;
  margin-right: 5px;
  float: left;
  /* background-image: url(img/metro_ico_white.png); */
  background-image: url(/wa-data/public/site/img/icons/metro_ico_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 19px;
  height: 15px;
}

.metro16-spb {
  background-image: url(/wa-data/public/site/img/icons/ico.png);
  background-size: 80px 160px;
  height: 16px;
  width: 18px;
  background-position: 127px 0;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

.lineid-1 {
  background-color: red;
}
.lineid-2 {
  background-color: #6c6;
}
.lineid-3 {
  background-color: #66c;
}
.lineid-4 {
  background-color: #6cf;
}
.lineid-5 {
  background-color: #633;
}
.lineid-6 {
  background-color: #c63;
}
.lineid-7 {
  background-color: #909;
}
.lineid-8 {
  background-color: #fc6;
}
.lineid-9 {
  background-color: #999;
}
.lineid-10 {
  background-color: #b6d15d;
}
.lineid-11 {
  background-color: #9cc;
}
.lineid-12 {
  background-color: #9cf;
}
.lineid-13 {
  background-color: #fcdf02;
}
.lineid-15 {
  background-color: #df64a2;
}
.lineid-16 {
  background-color: #03795f;
}
.lineid-21 {
  background-color: #f33;
}
.lineid-22 {
  background-color: #09c;
}
.lineid-23 {
  background-color: #096;
}
.lineid-24 {
  background-color: #f93;
}
.lineid-25 {
  background-color: #c39;
}
.lineid-14 {
  background-color: #ffb1b7;
}
.lineid-26,
.lineid-27,
.lineid-28,
.lineid-29,
.lineid-30,
.lineid-31,
.lineid-32,
.lineid-33,
.lineid-34,
.lineid-35,
.lineid-36,
.lineid-37,
.lineid-38,
.lineid-39 {
  background-image: url(/wa-data/public/site/img/icons/district.png);
  width: 20px;
  height: 16px;
  margin-left: -2px;
  background-color: #f07e26;
}
.lineid-27 {
  background-color: #a5a5a5;
}
.lineid-28 {
  background-image: url(/wa-data/public/site/img/icons/station.png);
  background-color: #c6c6c6;
  background-size: 118%;
}
.lineid-29 {
  background-color: #6cceff;
}
.lineid-30 {
  background-color: #ffcc66;
}
.lineid-31 {
  background-color: #c1d876;
}
.lineid-32 {
  background-color: #9dcece;
}
.lineid-33 {
  background-color: #ffb2b8;
}
.lineid-34 {
  background-color: #3fb485;
}
.lineid-35 {
  background-color: #9bcdcd;
}
.lineid-36 {
  background-color: #6767cc;
}
.lineid-37 {
  background-color: #9cf;
}
.lineid-38 {
  background-color: #909;
}
.lineid-39 {
  background-color: rgb(255, 0, 0);
}

[class*="lineid-d"] {
  width: 30px;
  height: 15px;
  margin-left: -9px;
}

.lineid-d1 {
  background-image: url(/wa-data/public/site/img/icons/metro_d1.svg);
}
.lineid-d2 {
  background-image: url(/wa-data/public/site/img/icons/metro_d2.svg);
}
.lineid-d3 {
  background-image: url(/wa-data/public/site/img/icons/metro_d3.svg);
}
.lineid-d4 {
  background-image: url(/wa-data/public/site/img/icons/metro_d4.svg);
}
.lineid-d4a {
  background-image: url(/wa-data/public/site/img/icons/metro_d4a.svg);
}
.lineid-d5 {
  background-image: url(/wa-data/public/site/img/icons/metro_d5.svg);
}
/* OFFICES end */

/* OFFICES PAGES start */
/* for offices pages Spb and block "office_card" */
/* переопределение стилей темы - start */
.index.index--office-page .content-decorator {
  color: var(--color-text);
}
.index.index--office-page .content-decorator h2,
.index.index--office-page .content-decorator h3 {
  margin: 20px 0;
}
.index.index--office-page .content-decorator strong,
.index.index--office-page .content-decorator b {
  font-weight: 600;
}
.index.index--office-page .content-decorator a {
  color: var(--color-text);
  text-decoration: underline;
}
/* переопределение стилей темы - end */

.kp-map {
  margin-bottom: 25px;
}

.plag-map--panorama {
  display: none;
  height: 480px;
}
.plag-map--container {
    position: relative
}
.plag-map--button,
.souvenir-grid li {
  display: inline-block;
  border-radius: 4px
}
.plag-map--button {
  position: absolute;
  z-index: 999;
  right: 6px;
  font-size: 15px;
  top: 6px;
  box-shadow: 1px 1px 9px -2px #3333338f;
  color: #4a4a4a;
  padding: 13px;
  background-color: #f7f7f7;
  cursor: pointer
}

.qrcode {
  float: right;
  width: 120px;
}
.qrcode span {
  font-size: 11px;
}
.qrcode-spb {
  text-align: center;
}

.timebreak {
  font-size: 12px;
  padding: 13px 0;
  color: #797979;
  display: block;
}

.index.index--office-page .content-decorator .telhref,
.index.index--office-page .content-decorator a.telhref {
  text-decoration: none;
  color: var(--color-text);
}

.how-to-get {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;
}
.how-to-get__description {
  flex-basis: 50%;
  flex-grow: 1;
}
.how-to-get__video-section {
  flex-basis: 50%;
  /*margin-left: auto;*/
}

.content-points-gallery {
  margin-bottom: 30px;
  text-align: center;
}

.servicescolumns {
  height: auto;
  overflow: hidden;
}
.servicescolumns div {
  float: left;
  margin: 30px;
}

.double-toch-finger {
  padding-top:40px;
  display:block;
  position:absolute;
  text-decoration:none;
  z-index:999999999;
  line-height:17px;
  color:#fff;
  background-color:#f4821fba;
  text-align:center;
  line-height:59px;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  display:none
}

#map[data-hidden=true] .double-toch-finger {
  display:none;
}

#map[data-hidden=false] .double-toch-finger {
  display:block
}

#map[data-hidden=true] .double-toch-finger,
.getroute {
  display: none;
}

.getroute {
  margin-top:10px;
  box-sizing:border-box;
}

.show-me-button,
.getroute-button {
  padding:20px 20px;
  text-decoration:none;
  text-align:center;
  width:28%;
  color:#fff;
  border-radius:99px;
  box-sizing:border-box
}

.show-me-button {
  background:#fcb367
}

.getroute-button {
  background:#fcb367;
  width:100%;
  display:inline-block
}

@media (min-width: 768px) {
  .content-points-gallery {
    display: flex;
    column-gap: 20px;
  }
  .content-points-gallery a {
    flex: 1;
  }
  .content-points-gallery img {
    width: 100%;
  }
}
@media (max-width: 768px) {  
  .index.index--office-page .content-container {
    padding-top: 0;
  }
  
  .fa-male:before {
    content:none;
  }

  .how-to-get {
    flex-direction: column;
  }
  .show-me-button,
  .getroute-button {
    display:inline-block;
    width:100%;
    padding:20px 20px;
    text-decoration:none !important;
    text-align:center;
    color:#ffffff !important;
    border-radius:99px;
    background:#fcb367;
    box-sizing:border-box
  }

  .getroute {
    margin-top:10px;
    box-sizing:border-box;
    display: block;
  }

  .qrcode {
    display: none;
  }
}
/* OFFICES PAGES end */

/* METRO MAP start */ /* home page, contacts */
.container-map {
  width: 1240px;
  margin: 100px auto 0 auto;
}

.maps {
  height: 480px;
}

.w_map > #map {
  position: relative;
  width: 100%; /* 920px; */
  height: 480px;
}

/* Фикс карты на странице offices */
.content-decorator {
  & .w_map #map {
    position: relative;
    width: 100%;
    height: 480px;
  }
  
  & .w_map > #offices-m {
    flex: 1 1 auto;
    min-width: 0;
  }
}
/* конец фикса карты на странице offices */

#overlay-map {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

#scheme {
  position: relative;

  width: 320px;
  height: 480px;

  background-color: #fff;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.w_map {
  display: flex;
}

.control {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #f4821f;
  cursor: pointer;
  z-index: 3;
}

.controlArrows {
  width: 30px;
  height: 30px;
  background-color: #f4821f;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}

.controlArrows > .arrows {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wa-apps/shop/img/metro/arrows.png');
  background-repeat: no-repeat;
  background-position: center center;
}

#scheme > .wrapper {
  position: relative;
  max-width: 920px;
  height: 480px;

  overflow: hidden;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-left: 5px;

  color: #fff;
  font-size: 18px;

  width: 100%;
  height: 100%;

  vertical-align: middle;
  cursor: pointer;
}

#overlay .text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 35%;
  text-align: center;
  /*vertical-align: middle;*/
  opacity: 1;
  z-index: 3;
}

#overlay-map .text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  /*vertical-align: middle;*/
  /*transform: translateY(-50%);*/
}

.overlay-bg {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.table-base {
  display: table;
}

.table-ceil {
  display: table-cell;
}

.ymaps-2-1-48-map {
  width: 100% !important;
}

/* scheme metro */

.scheme-map {
  position: relative;
  z-index: 2;
}

.scheme-map-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.scheme-img {
  position: relative;
  cursor: move;
  background-repeat: no-repeat !important;
}

/* markers */

.marker {
  position: absolute;
  width: 38px;
  cursor: pointer;
  /*z-index: 11;*/
}

.marker > a {
  display: block;
  width: 38px;
  height: 39px;
  cursor: pointer;
}

.metro-point {
  display: block;
  width: 26px;
  height: 26px;
  background: url('/wa-apps/shop/img/metro/sprite_marker_bg.png');
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 11;
}

.metro-point:hover {
  background-position: -26px;
}

.tooltip {
  border-radius: 7px;
  z-index: 300;
  min-width: 180px;
  background: #ff893b;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -80px;
  margin-bottom: 8px;
  opacity: 0;
  padding: 13px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.wrapper-tooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 500;
}

.wrapper-tooltip .tooltip:before {
  bottom: -20px;
  content: ' ';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.wrapper-tooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ff893b 10px;
  bottom: -10px;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip span a {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.tooltip span a strong {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, sans-serif;
  padding: 2px;
  background-color: #d35143;
}

.amount {
  display: block;
  color: #fff;
  width: 10px;
  height: 11px;
  background-color: #d35143;
  font-size: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  line-height: 12px;
  top: -3px;
  right: 11px;
  z-index: 12;
}

.clock {
  background-color: #d35143;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  padding: 3px;
  position: absolute;
  bottom: -10px;
  right: -4px;
  z-index: 10;
}

.tooltip a:hover {
  color: #fadcbe !important;
}

/* 24 hours */
.marker > a + span {
  color: #fff;
  font-size: 8px;
  font-weight: normal;
  font-family: tahoma, sans-serif;
  padding: 2px;
  background-color: #d35143;
  cursor: move;
  white-space: nowrap;
  position: relative;
  top: -12px;
}

.amount + div {
  margin-top: 29px;
}

.amount + div > span {
  color: #fff;
  font-size: 8px;
  font-weight: normal;
  font-family: tahoma, sans-serif;
  padding: 2px;
  background-color: #d35143;
  cursor: move;
  white-space: nowrap;
  /* top: 0px; */
  position: relative;
  top: -12px;
}

/*** Скоро! ***/
.marker > a + span.opening {
  font-size: 11px;
  padding: 1px 2px;
  margin-left: 1px;
}

.tooltip strong.opening {
  padding: 2px 4px;
}

/*** New! ***/
.marker > a + span.newoffice {
  font-size: 11px;
  padding: 2px;
  margin-left: 1px;
  background-color: #fba500;
}

.tooltip strong.newoffice {
  padding: 2px 4px;
  background-color: #fba500;
}

/*** Ремонт ***/
.marker > a + span.repair {
  font-size: 11px;
  padding: 2px;
  margin-left: -1px;
  background-color: #fba500;
}

.tooltip strong.repair {
  padding: 2px 4px;
  background-color: #fba500;
}
/* METRO MAP end */


/* LOCAL start (разобрать) */
/* попап каталога фотокниг - start */
.xf select {
  border: 1px solid rgba(215, 215, 215, 1);
  height: 30px;
  border-radius: 3px;
  padding: 0 30px 0 5px;
  background-image: url(/wa-data/public/site/img/icons/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  text-indent: 0.01px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333333;
  cursor: pointer;
  outline: none;
}
.plink2 {
  color: #247bbd;
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
/* попап каталога фотокниг - end */

/* LOCAL end (разобрать) */