

/* Start:/local/templates/meetropol/assets/css/personal.css?174488851013774*/
.basket-card {
  margin-bottom: 176px;
}

/*basket*/
.product-order {
  grid-template-columns: 175px auto max-content;
  column-gap: 33px;
  border-bottom: 1px solid #d3d7de;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.product-order__image {
  position: relative;
}

.product-order__image img {
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  height: 150px !important;
  object-fit: cover;
  overflow: hidden;
  object-position: center center;
}

.product-order__description {
  padding: 13px 60px 13px 0;
}

.product-order__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}

a.product-order__link {
  color: #28282c;
}

.product-order__characteristics {
  grid-template-columns: max-content max-content;
  column-gap: 32px;
  row-gap: 32px;
}

.product-order__size {
  border: 1px solid #dde1e8;
  position: relative;
}

.product-order__size-button {
  min-width: 104px;
  align-items: center;
  display: flex;
  gap: 6px;
  padding: 16px 16px 0 17px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  /*line-height: 34px;*/
  color: var(--color-black);
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  flex-wrap: wrap;
}

select.product-order__size-button {
  appearance: none;
  background-image: url(/local/templates/meetropol/assets/css/../images/personal/check-basket.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.product-order__size-dropdown-menu .dropdown-item {
  padding-left: 43%;
}

.product-order__quantity {
  border: 1px solid #dde1e8;
  padding: 16px 0 10px;
  /*margin-left: 32px;*/
}

.product-order__quantity-minus,
.product-order__quantity-plus {
  width: 41px;
  text-align: center;
  cursor: pointer;
}

.product-order__quantity-input {
  width: 74px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
  padding-left: 10px;
}

.product-order__input-title {
  position: absolute;
  top: 0;
  transform: translate(8px, -13px);
  background: #efefef;
  padding: 2px 8px 2px 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #9a9fa7;
}

.product-order__offer {
  text-align: right;
  padding: 13px 0px;
}

.product-order__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-brown);
}

.product-order__price span {
  margin-right: 9px;
  font-weight: 500;
}

.product-order__price-sum {
  color: var(--color-black);
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.product-order__price-sum-title {
  font-size: 12px;
  margin-top: 10px;
}

a.product-order__favorites {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8c8d99;
}

a.product-order__delete {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8c8d99;
}

.product-order__icon {
  margin-right: 12px;
  padding-bottom: 3px;
}

.basket-order {
  background: #ffffff;
  border: 1px solid #f4f5f7;
  box-shadow: 0px 12px 19px 1px rgba(0, 0, 0, 0.02);
  padding: 25px 20px;
  margin-bottom: 40px;
}

.basket-order__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-black);
  margin-bottom: 16px;
}

.basket-order__items {
  margin: 16px 0 0 0;
}

.basket-order__item {
  grid-template-columns: auto auto;
  margin-bottom: 8px;
}

.basket-order__items-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8c8d99;
}

.basket-order__items-title-strong {
  color: #1a1b20;
}

.basket-order__items-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.basket-order__items-price span {
  margin-left: 4px;
}

.basket-order__sale {
  grid-template-columns: auto auto;
  margin-bottom: 8px;
}

.basket-order__data {
  border-top: 1px solid #e5e6e9;
  padding-top: 20px;
  margin-top: 20px;
}

.basket-order__data-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1c;
  margin-bottom: 16px;
}

.basket-order__data-row-col-2 {
  grid-template-columns: auto auto;
  gap: 16px;
}

.basket-order__data-row:last-child {
  margin-bottom: 0;
}

.basket-order__data-input {
  padding: 7px 13px;
  border: 1px solid #dee3ee;
  font-weight: 300;
  font-size: 14px;
  color: #77777e;
  width: 100%;
  margin-bottom: 8px;
}

.basket-order__data-textarea {
  padding: 7px 13px;
  border: 1px solid #dee3ee;
  font-weight: 300;
  font-size: 14px;
  color: #77777e;
  width: 100%;
  margin-bottom: 8px;
  min-height: 147px;
}

.basket-order__button {
  line-height: 24px;
  margin: 20px 0;
}

.basket-order__register .input-group-text {
  background: inherit;
  border: 0px;
  padding: 0;
  padding-right: 1px;
}

.basket-order__register input.form-check-input {
  width: 14px;
  height: 14px;
  border: 1px solid #9a9fa3;
  border-radius: 2px;
}

.basket-order__register input.form-check-input:checked[type="checkbox"] {
  background-image: url("/local/templates/meetropol/assets/css/../images/order/check.svg");
  background-color: inherit;
}

.basket-order__register .form-control {
  border: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #9a9fa3;
  margin: 0;
  padding: 0 0 0 17px;
}

/*order success page*/
.order-card {
  margin-bottom: 176px;
}

.order-card__detail-value a,
.sale-order-detail-more-info-more,
.sale-order-detail-more-info-less,
.sale-order-detail-show-link,
.sale-order-detail-hide-link {
  color: var(--color-brown);
}

.order-card .product-order__offer {
  padding: 35px 0;
}

.order-card__info {
  grid-template-columns: auto auto;
  margin-bottom: 84px;
  column-gap: 10px;
}

.order-card__number {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: var(--color-black);
}

.order-card__status {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
}

a.order-card__status-link {
  color: var(--color-brown);
}

.order-card__details-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: var(--color-black);
  margin-bottom: 23px;
}

.order-card__details {
  margin-bottom: 84px;
}

.order-card__detail {
  grid-template-columns: auto auto;
  margin-bottom: 18px;
  position: relative;
}

.order-card__detail:after {
  border-bottom: 1px dashed #d2d3e3;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.order-card__detail-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1f2329;
  background: var(--color-background);
  z-index: 10;
  padding-right: 3px;
}

.order-card__detail-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #221b1b;
  background: var(--color-background);
  z-index: 10;
  padding-left: 3px;
}

.basket-card__items-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #28282c;
  margin-bottom: 42px;
}

.product-order__characteristic {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 17px;
}

.product-order__characteristic-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #868991;
}

.product-order__characteristic-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
}

.product-order__gap {
  column-gap: 70px;
}

/*order status page*/
.basket-order__status {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #10933d;
  border-top: 1px solid #e5e6e9;
  padding-top: 20px;
  margin-top: 20px;
}

/*personal orders*/
.personal-card {
  margin-bottom: 176px;
}

.personal-order {
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #d3d7de;
  padding-bottom: 24px;
  margin-bottom: 24px;
  column-gap: 25px;
}

.personal-order:last-child {
  margin-bottom: 0;
}

.personal-order__top {
  grid-template-columns: max-content max-content;
  column-gap: 47px;
  margin-bottom: 24px;
}

.personal-order__number {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.personal-order__data {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5d5d64;
}

.personal-order__images {
  column-gap: 21px;
  grid-template-columns: repeat(3, max-content);
}

.personal-order__image {
  position: relative;
}

.personal-order__image-plus {
  content: "21";
  background: linear-gradient(
    0deg,
    rgba(101, 101, 122, 0.73),
    rgba(101, 101, 122, 0.73)
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  /* filter: blur(7px); */
  color: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 22px;
}

.personal-order__lineup {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

a.personal-order__lineup-link {
  color: var(--color-brown);
  text-decoration-line: underline !important;
  margin-left: 20px;
}

.personal-order__characteristics {
  align-self: end;
}

.personal-order__characteristic {
  grid-template-columns: auto auto;
  margin-bottom: 24px;
  position: relative;
}

.personal-order__characteristic:last-child {
  margin-bottom: 0;
}

.personal-order__characteristic:after {
  border-bottom: 1px dashed #d2d3e3;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.personal-order__characteristic-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #535762;
  background: var(--color-background);
  z-index: 10;
  padding-right: 3px;
}

.personal-order__characteristic-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: var(--color-black);
  background: var(--color-background);
  z-index: 10;
  padding-left: 3px;
}

.personal-card__navigation {
  grid-template-columns: repeat(3, max-content);
  column-gap: 16px;
  margin-bottom: 48px;
}

.personal-card__navigation-item {
  background: rgba(255, 255, 255, 0.23);
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}

a.personal-card__navigation-link {
  padding: 8px 16px;
  display: block;
  color: #8a8c93;
}

.personal-card__navigation-item.active {
  background: var(--color-brown);
}

.personal-card__navigation-item.active a.personal-card__navigation-link {
  color: #fff !important;
}

a.personal-card__navigation-link:hover {
  background: var(--color-brown);
  color: #fff !important;
}

.personal-card__menu-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.personal-card__menu-link {
  color: #6e7174;
}

.personal-card__menu-link.active {
  font-weight: 600;
  color: var(--color-brown);
}

/*personal info page*/
.personal-info {
  margin-bottom: 176px;
}

.personal-info__data {
  margin-bottom: 20px;
}

.personal-info__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1c;
  margin-bottom: 12px;
}

.personal-info__row {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}

.personal-info__row-2-col {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

.personal-info__button {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}

/*delivery and pay page*/
.delivery-card {
  margin-bottom: 176px;
}

.delivery-card__icon {
  margin: 20px 0 60px 0;
}

.delivery-card__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 133.4%;
  color: var(--color-black);
  margin-bottom: 38px;
}

.delivery-card__terms {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 10px;
}

.delivery-card__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

/*contacts page*/
.contacts-card {
  margin-bottom: 176px;
}

.contacts-card__form .personal-info__data {
  margin-bottom: 15px;
}

.contacts-card__form .personal-info__title {
  font-weight: 400;
}

.contacts-card__info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1c;
  margin-bottom: 18px;
}

.contacts-card__info-title.email {
  margin-top: 45px;
}

.contacts-card__info-row {
  grid-template-columns: repeat(3, max-content);
  column-gap: 22px;
  margin-bottom: 10px;
}

.contacts-card__info-row:last-child {
  margin-bottom: 0;
}

.contacts-card__info-text-phone {
  grid-template-columns: auto auto;
  column-gap: 27px;
}

.contacts-card__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #464e55;
}

.contacts-card__info-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.contacts-card__info-email {
  padding-left: 0;
}

.contacts-card__info-link {
  color: #1b1b1c;
}

.contacts-card .contacts-card__form .personal-info__data:nth-child(2) {
  display: none;
}

/*measuring page*/
.measuring-card {
  margin-bottom: 176px;
}

.measuring-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: var(--color-black);
  width: 42%;
  margin: 45px 0 100px 32%;
}

.measuring-card__form {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

.measuring-card__form input,
.measuring-card__form select {
  border: 1px solid #a6a5b1;
  font-weight: 500;
}

.measuring-card__form select {
  background-image: url(/local/templates/meetropol/assets/css/../images/personal/check-measuring.svg);
}

.measuring-card__form .product-order__input-title {
  color: var(--color-black);
  font-weight: 400;
}

.measuring-card__form .product-order__size {
  margin-bottom: 34px;
}

.measuring-card__form .product-order__size-button {
  line-height: 31px;
}

/*make order page*/
.order-make {
  margin-bottom: 176px;
}

.order-make a {
  color: var(--color-brown);
}

/*personal cabinet main page*/
.personal-main {
  margin-bottom: 176px;
}
/* End */


/* Start:/local/components/decode/main.section.preview/templates/.default/style.css?174488850135309*/
header {
  margin: 0 15px;
  margin-bottom: 10px; }
  header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    header .header-wrapper .logo-mobile {
      display: none; }
    header .header-wrapper .header-text {
      font-weight: 400;
      line-height: 1.33rem;
      margin-left: .75rem;
      margin-right: .75rem;
      color: black; }
    header .header-wrapper a {
      margin-left: .75rem;
      margin-right: .75rem;
      text-decoration: none;
      transition: all .15s;
      color: black;
      font-family: "Acherus Grotesque", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem; }
      header .header-wrapper a:hover {
        opacity: .6; }
    header .header-wrapper .lk-btn {
      cursor: pointer;
      margin-left: 15px;
      transition: all .5s;
      width: 28px;
      height: 28px;
      padding: 8px 20px !important; }
      header .header-wrapper .lk-btn svg {
        width: 28px;
        height: 28px;
        fill: #01FFA7; }
      header .header-wrapper .lk-btn:hover {
        opacity: .6; }

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .3s;
  z-index: 2000; }
  .top-menu .menu-wrapper {
    background-color: white;
    margin: 0 1rem;
    padding: 8px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 2px solid #0073FF; }
    .top-menu .menu-wrapper .search-block .search-btn {
      transition: all .3s; }
    .top-menu .menu-wrapper .lk-btn .btn-icon svg {
      fill: var(--color-green); }
  .top-menu.active {
    transform: translateY(0%);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .top-menu .menu-items {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .top-menu .menu-items .menu-item {
      color: #000;
      text-decoration: none;
      font-weight: 700;
      transition: all .3s;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .top-menu .menu-items .menu-item .menu-text {
        font-family: "Acherus Grotesque", sans-serif;
        font-weight: bold;
        color: black; }
      .top-menu .menu-items .menu-item .menu-icon {
        color: black; }
      .top-menu .menu-items .menu-item:hover {
        opacity: .7; }
      .top-menu .menu-items .menu-item.active {
        opacity: .5; }

.menu-item {
  text-decoration: none; }

.socials {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .socials .social-item {
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
    opacity: 1; }
    .socials .social-item svg {
      transition: all .3s; }
  .socials .item-WHATSAPP svg {
    fill: #01FFA7; }
  .socials .item-WHATSAPP:hover {
    opacity: .6; }
  .socials .item-TELEGRAM {
    margin-top: 6px; }
    .socials .item-TELEGRAM svg {
      fill: #00E6FE; }
    .socials .item-TELEGRAM:hover {
      opacity: .6; }
  .socials .item-VKONTAKTE svg {
    fill: #0071FE; }
  .socials .item-VKONTAKTE:hover {
    opacity: .6; }

.search-block {
  margin-left: auto;
  cursor: pointer;
  height: 22px; }
  .search-block .search-btn {
    width: 22px;
    height: 22px;
    transition: all .5s; }
    .search-block .search-btn:hover {
      opacity: .6; }

@media screen and (min-width: 1240px) {
  .mobile-menu, .mobile-menu-btn {
    display: none; }

  header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 25px;
    padding-left: 55px;
    padding-right: 55px; }
    header .header-wrapper .header-text {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem;
      margin-left: .75rem;
      margin-right: .75rem; }
    header .header-wrapper a {
      margin-left: 10px;
      margin-right: 10px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem; }
      header .header-wrapper a:hover {
        opacity: .6; }

  .top-menu .menu-wrapper {
    border-radius: 50px; }
    .top-menu .menu-wrapper .logo {
      height: 35px; }
      .top-menu .menu-wrapper .logo img {
        height: 35px; }
    .top-menu .menu-wrapper .menu-items {
      margin: 0 15px; }
      .top-menu .menu-wrapper .menu-items .menu-item {
        margin: 0 10px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-text {
          font-size: 16px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-icon {
          width: 22px;
          height: 22px;
          margin-right: 10px; }
          .top-menu .menu-wrapper .menu-items .menu-item .menu-icon svg {
            width: 22px;
            height: 22px; }
    .top-menu .menu-wrapper .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .top-menu .menu-wrapper .lk-btn .btn-icon {
        display: none; }
      .top-menu .menu-wrapper .lk-btn .btn-text {
        display: block; }
    .top-menu .menu-wrapper .search-block .search-btn {
      margin-right: 22px; } }
@media screen and (min-width: 1100px) and (max-width: 1239px) {
  .mobile-menu, .mobile-menu-btn {
    display: none; }

  header .header-wrapper {
    padding-top: 25px;
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 0; }
    header .header-wrapper a {
      margin-left: .3rem;
      margin-right: .3rem; }
  header .header-text {
    font-size: 15px; }
  header .btn-callback {
    padding: 8px 15px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    header .btn-callback .btn-icon {
      display: none;
      width: 25px;
      height: 25px;
      margin-right: 5px; }
      header .btn-callback .btn-icon svg {
        fill: var(--color-blue); }
    header .btn-callback:hover .btn-icon svg {
      fill: white; }

  .top-menu .logo {
    margin-right: 1.5rem !important;
    height: 35px; }
    .top-menu .logo img {
      height: 35px; }
  .top-menu .mobile-menu-btn {
    width: 24px; }

  .top-menu .menu-wrapper {
    border-radius: 50px; }
    .top-menu .menu-wrapper .menu-items {
      margin: 0 25px; }
      .top-menu .menu-wrapper .menu-items .menu-item {
        margin: 0.75px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-text {
          font-size: 16px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-icon {
          width: 22px;
          height: 22px;
          margin-right: 10px; }
          .top-menu .menu-wrapper .menu-items .menu-item .menu-icon svg {
            width: 22px;
            height: 22px; }
    .top-menu .menu-wrapper .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .menu-wrapper .lk-btn .btn-icon {
        display: block;
        width: 22px;
        height: 22px; }
        .top-menu .menu-wrapper .lk-btn .btn-icon svg {
          width: 22px;
          height: 22px;
          fill: var(--color-green); }
        .top-menu .menu-wrapper .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .menu-wrapper .lk-btn .btn-text {
        display: none; }
    .top-menu .menu-wrapper .search-block .search-btn {
      margin-right: 0; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      background: white;
      width: 100%;
      z-index: 3000; }
      .mobile-menu.active .mobile-menu-wrapper {
        margin: 3.5rem;
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
            width: 160px;
            margin-bottom: 2rem; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
            border: 2px solid black;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
              width: 26px;
              height: 26px; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items {
          display: flex;
          flex-direction: column;
          margin-bottom: 2rem; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
            color: black;
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: .6rem;
            text-decoration: none; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
              max-height: 18px;
              width: 26px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: .6rem; }
              .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
                max-height: 24px; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
              text-decoration: none; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer {
          display: flex;
          flex-direction: column; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
            border-radius: 30px;
            background: rgb(var(--color-blue));
            padding: 0.5rem 1.5rem;
            transition: all .3s;
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            width: fit-content; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
              background: rgb(var(--color-blue), 0.6); }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            margin: 2rem 0; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
              width: 24px;
              height: 24px;
              position: relative;
              display: block;
              opacity: 1;
              margin-left: 1rem; }
              .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item svg {
                fill: rgba(1, 1, 1, 0.6);
                transition: all .3s; }
              .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item:hover svg {
                fill: #010101; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
            font-size: 1rem;
            color: black;
            text-decoration: none;
            transition: .3s; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
              color: rgba(1, 1, 1, 0.6); } }
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header {
    margin-top: 15px; }
    header .header-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding-left: 25px;
      padding-right: 25px; }
      header .header-wrapper .address {
        display: none !important; }
      header .header-wrapper .header-text {
        color: black;
        opacity: .6;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.33rem;
        margin-left: .75rem;
        margin-right: .75rem; }
      header .header-wrapper a {
        margin-left: .75rem;
        margin-right: .75rem;
        text-decoration: none;
        transition: all .15s;
        color: black;
        opacity: .6;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.33rem; }
        header .header-wrapper a:hover {
          opacity: 1; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        cursor: pointer;
        margin-left: 15px;
        width: 30px;
        height: 20px; }
        header .header-wrapper .mobile-menu-btn svg {
          width: 30px;
          height: 20px;
          fill: black; }
      header .header-wrapper .phone {
        order: 2; }
      header .header-wrapper .btn-callback {
        order: 3;
        padding: 8px; }
        header .header-wrapper .btn-callback .btn-icon {
          display: block;
          width: 20px;
          height: 20px; }
        header .header-wrapper .btn-callback .btn-text {
          display: none; }
      header .header-wrapper .socials {
        order: 4; }
        header .header-wrapper .socials .social-item {
          margin-left: 10px;
          margin-right: 10px; }
      header .header-wrapper .search-block {
        order: 5;
        display: flex;
        align-items: center; }
        header .header-wrapper .search-block .search-btn {
          width: 22px;
          height: 22px; }
          header .header-wrapper .search-block .search-btn svg {
            width: 22px;
            height: 22px; }
      header .header-wrapper .lk-btn {
        order: 6;
        padding: 8px !important; }

  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .3s;
    z-index: 2000; }
    .top-menu.active {
      transform: translateY(0%);
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
      .top-menu.active .logo {
        height: 30px; }
        .top-menu.active .logo svg {
          height: 30px; }
    .top-menu .menu-wrapper {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: #ffffff;
      height: 45px;
      padding: 0 14px;
      border-radius: 25px; }
      .top-menu .menu-wrapper .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 22px; }
        .top-menu .menu-wrapper .logo img {
          height: 22px; }
      .top-menu .menu-wrapper .menu-items, .top-menu .menu-wrapper .tour-btn {
        display: none !important; }
      .top-menu .menu-wrapper .lk-btn {
        order: 3; }
      .top-menu .menu-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 22px; }
      .top-menu .menu-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-menu .menu-wrapper .search-block .search-btn {
          width: 20px;
          height: 20px;
          transition: all .3s; }
          .top-menu .menu-wrapper .search-block .search-btn svg {
            width: 20px;
            height: 20px;
            fill: black; }
          .top-menu .menu-wrapper .search-block .search-btn:hover svg, .top-menu .menu-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }
    .top-menu .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .lk-btn .btn-icon {
        display: block;
        width: 25px;
        height: 25px; }
        .top-menu .lk-btn .btn-icon svg {
          width: 25px;
          height: 25px;
          fill: var(--color-green); }
        .top-menu .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .lk-btn .btn-text {
        display: none; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      top: 0;
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      width: 100%;
      background: white;
      z-index: 3000; }
      .mobile-menu.active .bg-wrapper {
        display: block;
        background: url("/local/images/gallery-bg.png") top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1; }
      .mobile-menu.active .menu-top {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .mobile-menu.active .menu-top .top-menu-wrapper {
          height: 44px;
          padding: 0 20px 0 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          border: 2px solid var(--color-blue);
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          width: calc(100% - 44px);
          border-left: 0;
          background: #ffffff87; }
          .mobile-menu.active .menu-top .top-menu-wrapper .logo {
            height: 22px;
            cursor: pointer; }
            .mobile-menu.active .menu-top .top-menu-wrapper .logo img {
              height: 22px; }
          .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
            background: 0;
            border: 0;
            order: 4;
            margin-right: 0;
            margin-left: 15px; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon {
              display: block;
              width: 25px;
              height: 25px; }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon svg {
                width: 25px;
                height: 25px;
                fill: var(--color-green); }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon.hover svg {
                fill: var(--color-green);
                opacity: .6; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-text {
              display: none; }
        .mobile-menu.active .menu-top .btn-close {
          width: 30px;
          margin: 0 25px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .menu-top .btn-close svg {
            width: 20px;
            height: 20px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-top {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
          width: 160px;
          margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
          border: 2px solid black;
          border-radius: 50%;
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
            width: 26px;
            height: 26px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
          color: black;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 600;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: .6rem;
          text-decoration: none; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
            max-height: 18px;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: .6rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
              max-height: 24px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
            text-decoration: none; }
      .mobile-menu.active .mobile-menu-wrapper .menu-footer {
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
          border-radius: 30px;
          background: rgb(var(--color-blue));
          padding: 0.5rem 1.5rem;
          transition: all .3s;
          color: #fff;
          cursor: pointer;
          font-size: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          width: fit-content; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
            background: rgb(var(--color-blue), 0.6); }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin: 2rem 0; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
            width: 24px;
            height: 24px;
            position: relative;
            display: block;
            opacity: 1;
            margin-left: 1rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item svg {
              fill: rgba(1, 1, 1, 0.6);
              transition: all .3s; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item:hover svg {
              fill: #010101; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
          font-size: 1rem;
          color: black;
          text-decoration: none;
          transition: .3s; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
            color: rgba(1, 1, 1, 0.6); } }
@media screen and (max-width: 767px) {
  header {
    margin-top: 10px; }
    header .header-wrapper {
      border: 2px solid var(--color-blue);
      border-radius: 25px;
      padding: 8px 14px; }
      header .header-wrapper .address, header .header-wrapper .socials, header .header-wrapper .phone, header .header-wrapper .btn-callback {
        display: none !important; }
      header .header-wrapper .logo-mobile {
        display: block !important;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        margin: 0 auto;
        height: 21px; }
        header .header-wrapper .logo-mobile img {
          height: 21px; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        cursor: pointer;
        width: 25px;
        margin-left: 0px;
        height: 18px; }
        header .header-wrapper .mobile-menu-btn svg {
          fill: black; }
      header .header-wrapper .lk-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        background: 0;
        border: 0;
        order: 4;
        margin-right: 0;
        margin-left: 15px; }
        header .header-wrapper .lk-btn .btn-icon {
          display: block;
          width: 18px !important;
          height: 18px !important; }
          header .header-wrapper .lk-btn .btn-icon svg {
            width: 18px !important;
            height: 18px !important;
            fill: var(--color-green); }
          header .header-wrapper .lk-btn .btn-icon.hover svg {
            fill: var(--color-green);
            opacity: .6; }
        header .header-wrapper .lk-btn .btn-text {
          display: none; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 18px; }
      header .header-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .header-wrapper .search-block .search-btn {
          width: 16px;
          height: 16px;
          transition: all .3s;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .header-wrapper .search-block .search-btn svg {
            width: 16px;
            height: 16px;
            fill: black; }
          header .header-wrapper .search-block .search-btn:hover svg, header .header-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }

  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .3s;
    z-index: 2000; }
    .top-menu.active {
      transform: translateY(0%);
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
      .top-menu.active .logo {
        height: 30px; }
        .top-menu.active .logo svg {
          height: 30px; }
    .top-menu .menu-wrapper {
      margin-left: 10px;
      margin-right: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: #ffffff;
      height: 45px;
      padding: 0 14px;
      border-radius: 25px; }
      .top-menu .menu-wrapper .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 20px; }
        .top-menu .menu-wrapper .logo img {
          height: 20px; }
      .top-menu .menu-wrapper .menu-items, .top-menu .menu-wrapper .tour-btn {
        display: none !important; }
      .top-menu .menu-wrapper .lk-btn {
        order: 3; }
      .top-menu .menu-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 18px; }
      .top-menu .menu-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-menu .menu-wrapper .search-block .search-btn {
          width: 16px;
          height: 16px;
          transition: all .3s;
          display: flex;
          align-items: center;
          justify-content: center; }
          .top-menu .menu-wrapper .search-block .search-btn svg {
            width: 16px;
            height: 16px;
            fill: black; }
          .top-menu .menu-wrapper .search-block .search-btn:hover svg, .top-menu .menu-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }
    .top-menu .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .lk-btn .btn-icon {
        display: block;
        width: 18px;
        height: 18px; }
        .top-menu .lk-btn .btn-icon svg {
          width: 18px;
          height: 18px;
          fill: var(--color-green); }
        .top-menu .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .lk-btn .btn-text {
        display: none; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      top: 0;
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      width: 100%;
      background: white;
      z-index: 3000; }
      .mobile-menu.active .bg-wrapper {
        display: block;
        background: url("/local/images/gallery-bg.png") top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1; }
      .mobile-menu.active .menu-top {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .mobile-menu.active .menu-top .top-menu-wrapper {
          height: 44px;
          padding: 0 20px 0 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          border: 2px solid var(--color-blue);
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          width: calc(100% - 44px);
          border-left: 0;
          background: #ffffff87; }
          .mobile-menu.active .menu-top .top-menu-wrapper .logo {
            height: 22px;
            cursor: pointer; }
            .mobile-menu.active .menu-top .top-menu-wrapper .logo img {
              height: 22px; }
          .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
            background: 0;
            border: 0;
            order: 4;
            margin-right: 0;
            margin-left: 15px; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon {
              display: block;
              width: 25px;
              height: 25px; }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon svg {
                width: 25px;
                height: 25px;
                fill: var(--color-green); }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon.hover svg {
                fill: var(--color-green);
                opacity: .6; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-text {
              display: none; }
        .mobile-menu.active .menu-top .btn-close {
          width: 30px;
          margin: 0 25px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .menu-top .btn-close svg {
            width: 20px;
            height: 20px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-top {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
          width: 160px;
          margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
          border: 2px solid black;
          border-radius: 50%;
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
            width: 26px;
            height: 26px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
          color: black;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 600;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: .6rem;
          text-decoration: none; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
            max-height: 18px;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: .6rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
              max-height: 24px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
            text-decoration: none; }
      .mobile-menu.active .mobile-menu-wrapper .menu-footer {
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
          border-radius: 30px;
          background: rgb(var(--color-blue));
          padding: 0.5rem 1.5rem;
          transition: all .3s;
          color: #fff;
          cursor: pointer;
          font-size: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          width: fit-content; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
            background: rgb(var(--color-blue), 0.6); }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin: 2rem 0; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
            margin-right: 10px;
            cursor: pointer; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
          font-size: 1rem;
          color: black;
          text-decoration: none;
          transition: .3s;
          padding-bottom: 30px;
          margin-top: 15px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
            color: rgba(1, 1, 1, 0.6); } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/meetropol/components/decode/main.catalogs/china/style.css?17448885092245*/
.main-block__catalogs {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.main-block__catalogs--item.item-new.catalog-preview__forher .main-block__catalogs--links h2 {
    font-size: 3em;
    color: #c88c555e;
}
.main-block__catalogs--links h2 {
    font-size: 34px;
    line-height: 239%;
    padding: 0 12px;
    margin: auto;
    margin-bottom: 5px;
    max-width: 100% !important;
}
.main-block__catalogs--item.item-new.catalog-preview__forher .main-block__catalogs--links p {
    width: 46%;
    margin-left: 28px;
    color: #000;
}

@media screen and (min-width: 1023px) {
	.main-block__catalogs--item.item-new.catalog-preview__forher.china:first-child .main-block__catalogs--links h2 {
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.main-block__catalogs--item.item-new.catalog-preview__forher.china .main-block__catalogs--links h2 {
		margin-left: 15px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 561px) {
.main-block__catalogs--links {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    flex: 50%;
}

.main-block__catalogs--item.item-new.catalog-preview__forher .main-block__catalogs--links p {
    margin-top: 50px;
}
.main-block__catalogs--item:first-child .main-block__catalogs--links {
    height: 100%;
    width: 100%;
    padding: 0 0 20px !important;
    flex: 50%;
}
  .main-block__catalogs--image {
    height: 100% !important; }
    .main-block__catalogs--image img {
      height: 100% !important; }

  .main-block__catalogs--links {
    flex-direction: column !important; }
    .main-block__catalogs--links ul h2 {
      font-size: 22px !important; }
    .main-block__catalogs--links ul li a {
      font-size: 15px !important;
      line-height: 2 !important; }

  .catalog-preview__forher .main-block__catalogs--links h2, .catalog-preview__forher .main-block__catalogs--links ul {
    margin-left: 10px !important;
    font-size: 2.0em !important; }

  .catalog-preview__forhe .main-block__catalogs--links {
    flex-direction: column !important; }
    .catalog-preview__forhe .main-block__catalogs--links h2, .catalog-preview__forhe .main-block__catalogs--links ul {
      margin: auto !important;
      margin-right: 10px !important; } }

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

/* End */


/* Start:/local/components/decode/main.catalogs/templates/.default/style.css?1744888501948*/
@media screen and (max-width: 561px) {
  .main-block__catalogs--image {
    height: 100% !important; }
    .main-block__catalogs--image img {
      height: 100% !important; }

  .main-block__catalogs--links {
    flex-direction: column !important; }
    .main-block__catalogs--links ul h2 {
      font-size: 22px !important; }
    .main-block__catalogs--links ul li a {
      font-size: 15px !important;
      line-height: 2 !important; }

  .catalog-preview__forher .main-block__catalogs--links h2, .catalog-preview__forher .main-block__catalogs--links ul {
    margin-left: 10px !important; }

  .catalog-preview__forhe .main-block__catalogs--links {
    flex-direction: column !important; }
    .catalog-preview__forhe .main-block__catalogs--links h2, .catalog-preview__forhe .main-block__catalogs--links ul {
      margin: auto !important;
      margin-right: 10px !important; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17448884762530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/components/decode/main.brands/templates/.default/style.css?17448885014296*/
@media screen and (min-width: 1024px) {
  .brands-list--section {
    padding: 0 30px;
    position: relative;
    width: 100%; }
    .brands-list--section .swiper-slide {
      margin-top: 0 !important; }
    .brands-list--section .section-title {
      position: relative; }
      .brands-list--section .section-title .slider-btns {
        position: absolute;
        top: 50%;
        right: 120px;
        transform: translateY(-50%); }
        .brands-list--section .section-title .slider-btns .swiper-button-prev {
          order: 2;
          right: 60px;
          left: auto; }
        .brands-list--section .section-title .slider-btns .swiper-btn {
          font-size: 26px;
          color: #545454;
          transition: all .3s; }
          .brands-list--section .section-title .slider-btns .swiper-btn:hover {
            color: rgba(84, 84, 84, 0.67); }
    .brands-list--section .brands-list {
      position: relative;
      width: 100%;
      margin-bottom: 0 !important; }
      .brands-list--section .brands-list .swiper-wrapper {
        flex-direction: row !important; }
      .brands-list--section .brands-list .swiper-slide {
        padding: 40px; }
    .brands-list--section .brands-all {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brands-list--section .brands-all a {
        border: 1px solid #000;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: white; }
        .brands-list--section .brands-all a:hover {
          background: rgba(255, 255, 255, 0.21);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 1023px) {
  .brands-list--section {
    padding: 0 30px;
    position: relative;
    width: 100%; }
    .brands-list--section .swiper-slide {
      margin-top: 0 !important;
      padding: 20px !important; }
    .brands-list--section .section-title {
      position: relative; }
      .brands-list--section .section-title .slider-btns {
        position: absolute;
        top: 50%;
        right: 120px;
        transform: translateY(-50%); }
        .brands-list--section .section-title .slider-btns .swiper-button-prev {
          order: 2;
          right: 60px;
          left: auto; }
          .brands-list--section .section-title .slider-btns .swiper-button-prev:after {
            content: 'prev';
            font-family: swiper-icons;
            text-transform: none !important;
            letter-spacing: 0;
            font-variant: initial;
            line-height: 1;
            font-size: 14px; }
        .brands-list--section .section-title .slider-btns .swiper-btn {
          font-size: 26px;
          color: #545454;
          transition: all .3s; }
          .brands-list--section .section-title .slider-btns .swiper-btn:hover {
            color: rgba(84, 84, 84, 0.67); }
    .brands-list--section .brands-list {
      position: relative;
      width: 100%;
      margin-bottom: 0 !important; }
      .brands-list--section .brands-list .swiper-wrapper {
        flex-direction: row !important; }
      .brands-list--section .brands-list .swiper-slide {
        padding: 40px; }
    .brands-list--section .brands-all {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brands-list--section .brands-all a {
        border: 1px solid #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: white; }
        .brands-list--section .brands-all a:hover {
          background: rgba(255, 255, 255, 0.21);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/meetropol/components/custom/main.feedback/fio-form/style.min.css?174540063832*/
.mf-control-required{color:#f00}
/* End */
/* /local/templates/meetropol/assets/css/personal.css?174488851013774 */
/* /local/components/decode/main.section.preview/templates/.default/style.css?174488850135309 */
/* /local/templates/meetropol/components/decode/main.catalogs/china/style.css?17448885092245 */
/* /local/components/decode/main.catalogs/templates/.default/style.css?1744888501948 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17448884762530 */
/* /local/components/decode/main.brands/templates/.default/style.css?17448885014296 */
/* /local/templates/meetropol/components/custom/main.feedback/fio-form/style.min.css?174540063832 */
