

/* Start:/local/templates/main2024/styles/index.css?1747815717255254*/
.drawer.astro-hxtyo74s {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  max-width: 520px;
  overflow-y: auto;
  z-index: 1000;
}

.drawer--active.astro-hxtyo74s {
  display: block;
}

.drawer__wrapper.astro-hxtyo74s {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  gap: 24px;
  padding: 24px;
  z-index: 1;
  background: #f5f5f5;
}

.drawer--active.astro-hxtyo74s .drawer__backdrop.astro-hxtyo74s {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(61, 63, 69, 0.4);
  z-index: -1;
}

.drawer__header.astro-hxtyo74s {
  display: flex;
  align-items: center;
}

.drawer__header.astro-hxtyo74s svg:hover {
  cursor: pointer;
}

.drawer__header-title.astro-hxtyo74s {
  flex: 1;
  text-align: center;
  color: #21242c;
  font-size: 15px;
  line-height: 135%;
  font-weight: 700;
}

.drawer__body.astro-hxtyo74s {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .drawer.astro-hxtyo74s {
    top: 0;
    bottom: auto;
    height: 100%;
  }

  .drawer__wrapper.astro-hxtyo74s {
    padding: 40px;
    gap: 32px;
  }

  .drawer__header.astro-hxtyo74s {
    justify-content: space-between;
  }

  .drawer__header-title.astro-hxtyo74s {
    flex: auto;
    text-align: left;
    font-size: 30px;
    line-height: 120%;
  }

  .drawer__body.astro-hxtyo74s {
    gap: 16px;
  }
}

.select.astro-t7bvf3dj {
  width: 100%;
  position: relative;
}

.select.astro-t7bvf3dj select.astro-t7bvf3dj {
  display: none;
}

.select-selected {
  height: 46px;
  background-color: #ffffff;
  color: #21242c;
}

.select-selected .select-selected-icon {
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/Select/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.select-selected.select-arrow-active .select-selected-icon {
  background-image: url(/images/icons/Select/caret-up.svg);
}

.select-selected.select-selected--active .select-selected-icon {
  background-image: url(/images/icons/Select/cancel.svg);
}

.select-items div,
.select-selected {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  cursor: pointer;
  padding: 0 12px;
}

.select-items div {
  height: 36px;
  color: #6a6d78;
  display: flex;
  justify-content: space-between;
}

.select-items div svg {
  display: none;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  padding: 8px 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.32);
  max-height: 409px;
  overflow-y: auto;
}

.select-items .select-item-category {
  height: 33px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.25px;
  color: #21242c;
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: rgba(192, 34, 34, 0.07);
  color: #a61d1d;
}

.select-items div:hover svg {
  stroke: #a61d1d;
}

.select-items div.same-as-selected svg {
  display: block;
}

.select-selected--active {
  background-color: #282828;
  color: #ffffff;
}

.radio.astro-gu2kd5zw {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 13px;
  line-height: 150%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark.astro-gu2kd5zw {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #c02222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark.astro-gu2kd5zw:after {
  content: "";
  position: absolute;
  display: none;
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw:checked~.checkmark.astro-gu2kd5zw:after {
  display: block;
}

.radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c02222;
}

@media (min-width: 1440px) {
  .radio.astro-gu2kd5zw {
    font-size: 15px;
  }

  .checkmark.astro-gu2kd5zw {
    height: 20px;
    width: 20px;
  }

  .radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
    width: 8px;
    height: 8px;
  }
}

.button.astro-vnzlvqnm {
  text-align: center;
  border: none;
}

.button.astro-vnzlvqnm:hover {
  cursor: pointer;
}

.button--primary.astro-vnzlvqnm {
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 10px;
  color: #ffffff;
  background: #c02222;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.5px;
}

.button--primary.astro-vnzlvqnm:hover {
  background: #99110f;
}

.button--secondary.astro-vnzlvqnm {
  padding: 14.5px 22.5px;
  border: 1.5px solid #c02222;
  border-radius: 5px;
  font-size: 10px;
  color: #c02222;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.5px;
}

.button--secondary.astro-vnzlvqnm:hover {
  border-color: #99110f;
  color: #99110f;
  cursor: pointer;
}

.button--secondary.astro-vnzlvqnm:active {
  border-color: #8c0f0e;
  color: #8c0f0e;
}

.button--tertiary.astro-vnzlvqnm {
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 10px;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.5px;
}

.button--primary.astro-vnzlvqnm:hover {
  background: #99110f;
}

.button--slider.astro-vnzlvqnm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #dfdfdf;
  border-radius: 5px;
  font-size: 10px;
  color: rgba(61, 63, 69, 0.4);
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.5px;
}

.button--slider.astro-vnzlvqnm.button--slider-dark {
  color: #ffffff;
}

.button--slider.astro-vnzlvqnm:hover {
  border-color: #99110f;
  color: #99110f;
  cursor: pointer;
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover {
  border-color: rgba(61, 63, 69, 0.4);
  color: rgba(61, 63, 69, 0.4);
}

.button--slider.astro-vnzlvqnm:hover svg {
  stroke: #99110f;
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover svg {
  stroke: #ffffff;
}

.button--slider.astro-vnzlvqnm[active] {
  border-color: #c02222;
  color: #c02222;
}

.button--slider.astro-vnzlvqnm.button--slider-dark[active] {
  border-color: #ffffff;
  color: #ffffff;
}

.button--chip.astro-vnzlvqnm {
  padding: 8px;
  border-radius: 5px;
  color: #6a6d78;
  letter-spacing: 1.5px;
  border: 1.5px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
  line-height: 22.5px;
  background: none;
}

.button--chip.astro-vnzlvqnm[active] {
  border-color: #c02222;
  color: #c02222;
}

.button--chip.astro-vnzlvqnm[active] svg {
  fill: #c02222;
}

.button--chip.astro-vnzlvqnm:hover {
  border-color: #99110f;
  color: #99110f;
}

.button--chip.astro-vnzlvqnm:hover svg {
  fill: #99110f;
}

.button--full-width.astro-vnzlvqnm {
  display: flex;
  justify-content: center;
  width: 100%;
}

.input.astro-qyqq6lvs {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 16px;
}

input.astro-qyqq6lvs {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
  line-height: 22.5px;
  color: #21242c;
}

input.astro-qyqq6lvs:focus {
  color: #21242c;
  outline: none;
}

input.astro-qyqq6lvs::placeholder {
  color: rgba(61, 63, 69, 0.4);
}

.input__prefix.astro-qyqq6lvs,
.input__suffix.astro-qyqq6lvs {
  display: flex;
  font-size: 15px;
  line-height: 135%;
  color: #21242c;
}

.input__suffix.astro-qyqq6lvs sup {
  font-size: 10px;
}

.input__suffix.astro-qyqq6lvs {
  padding-bottom: 4px;
}

.input__icon.astro-qyqq6lvs {
  display: flex;
  cursor: pointer;
}

.input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
  stroke: #6a6d78;
}

input.astro-qyqq6lvs:not(:placeholder-shown)+.input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
  stroke: #c02222;
}

.input--primary.astro-qyqq6lvs {
  background: #ffffff;
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs {
  color: #21242c;
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs::placeholder {
  color: rgba(61, 63, 69, 0.4);
}

.input--primary.astro-qyqq6lvs .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
  stroke: #6a6d78;
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs:not(:placeholder-shown)+.input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
  stroke: #000000;
}

input.astro-qyqq6lvs::-webkit-outer-spin-button,
input.astro-qyqq6lvs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.astro-qyqq6lvs[type="number"] {
  -moz-appearance: textfield;
}

.checkbox.astro-b2g5l3xn {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 13px;
  line-height: 150%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark.astro-b2g5l3xn {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #c02222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark.astro-b2g5l3xn:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked~.checkmark.astro-b2g5l3xn:after {
  display: block;
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked~.checkmark.astro-b2g5l3xn {
  background: #c02222;
}

.checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

@media (min-width: 1440px) {
  .checkbox.astro-b2g5l3xn {
    font-size: 15px;
  }

  .checkmark.astro-b2g5l3xn {
    height: 20px;
    width: 20px;
  }

  .checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
    width: 8px;
    height: 8px;
  }
}

footer.astro-sz7xmlte {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  overflow: hidden;
}

.footer__header.astro-sz7xmlte {
  align-items: flex-start;
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.footer__header-wrapper.astro-sz7xmlte {
  flex: 1 1 0;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.footer__work.astro-sz7xmlte {
  height: 54px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: flex;
  width: 306px;
}

.footer__work-wrapper.astro-sz7xmlte {
  display: flex;
  flex-direction: column;
}

.footer__work.astro-sz7xmlte span.astro-sz7xmlte {
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.footer__work.astro-sz7xmlte a.astro-sz7xmlte {
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22.5px;
  cursor: pointer;
}

.footer__work.astro-sz7xmlte a.astro-sz7xmlte:hover {
  cursor: pointer;
  color: #c02222;
}

.footer__contacts.astro-sz7xmlte {
  flex: 1;
  height: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.footer__contacts.astro-sz7xmlte a.astro-sz7xmlte {
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.footer__contacts.astro-sz7xmlte a.astro-sz7xmlte:hover {
  cursor: pointer;
  color: #c02222;
}

.footer__location.astro-sz7xmlte {
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  display: flex;
}

.footer__location.astro-sz7xmlte a.astro-sz7xmlte {
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.footer__location.astro-sz7xmlte a.astro-sz7xmlte:hover {
  cursor: pointer;
  color: #c02222;
}

hr.astro-sz7xmlte {
  width: 100%;
  height: 1.5px;
  background: #c4c4c4;
}

.footer__wrapper.astro-sz7xmlte {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  gap: 24px;
}

.footer__logo.astro-sz7xmlte {
  height: 27px;
  width: 270px;
  background-image: url(/images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__menu.astro-sz7xmlte {
  row-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer__menu-col.astro-sz7xmlte {
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  display: flex;
  flex: 1;
}

.footer__menu-col.astro-sz7xmlte:last-child {
  grid-column: 2 span;
}

.footer__menu-main-item.astro-sz7xmlte {
  color: #21242c;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-decoration: none;
}

.footer__menu-list.astro-sz7xmlte {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.footer__menu-item.astro-sz7xmlte {
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-decoration: none;
}

.footer__menu-social.astro-sz7xmlte {
  width: 128px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
}

.footer__menu-subitem.astro-sz7xmlte {
  color: #21242c;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.25px;
}

.footer__menu-main-item.astro-sz7xmlte:hover,
.footer__menu-item.astro-sz7xmlte:hover {
  color: #c02222;
  cursor: pointer;
}

.footer__copyright.astro-sz7xmlte {
  padding-top: 40px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.footer__copyright-item.astro-sz7xmlte {
  flex: 1;
  color: #6a6d78;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

a.astro-sz7xmlte.footer__copyright-item:hover {
  color: #c02222;
  cursor: pointer;
}

.rental-application.astro-sz7xmlte {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.rental-application.astro-sz7xmlte a.astro-sz7xmlte {
  text-decoration: underline;
}

.rental-application__input.astro-sz7xmlte {
  width: 100%;
}

.rental-application__button.astro-sz7xmlte {
  margin: 12px 0;
}

@media (min-width: 768px) {
  .footer__header-wrapper.astro-sz7xmlte {
    flex-direction: row;
    gap: 20px;
  }

  .footer__work.astro-sz7xmlte {
    width: 270px;
  }

  .footer__menu.astro-sz7xmlte {
    gap: 20px;
    display: flex;
  }

  .footer__contacts.astro-sz7xmlte {
    width: 270px;
  }

  .footer__copyright.astro-sz7xmlte {
    flex-direction: row;
    gap: 20px;
  }

  .rental-application.astro-sz7xmlte {
    gap: 16px;
  }

  .rental-application__button.astro-sz7xmlte {
    margin: 16px 0 8px;
  }
}

@media (min-width: 1440px) {
  .footer__wrapper.astro-sz7xmlte {
    padding: 0;
    gap: 32px;
  }

  .footer__header.astro-sz7xmlte {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .footer__header-wrapper.astro-sz7xmlte {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .footer__work.astro-sz7xmlte,
  .footer__contacts.astro-sz7xmlte,
  .footer__location.astro-sz7xmlte {
    width: auto;
    flex: none;
  }

  .footer__work.astro-sz7xmlte span.astro-sz7xmlte,
  .footer__work.astro-sz7xmlte a.astro-sz7xmlte,
  .footer__contacts.astro-sz7xmlte,
  .footer__location.astro-sz7xmlte a.astro-sz7xmlte {
    font-size: 18px;
    line-height: 27px;
  }

  .footer__menu.astro-sz7xmlte {
    gap: 20px;
    display: flex;
  }

  .footer__menu-col.astro-sz7xmlte {
    gap: 20px;
  }

  .footer__menu-main-item.astro-sz7xmlte {
    font-size: 20px;
    line-height: 27px;
  }

  .footer__menu-item.astro-sz7xmlte {
    font-size: 18px;
    line-height: 27px;
  }

  .footer__menu-social.astro-sz7xmlte {
    margin-bottom: 0;
  }

  .footer__menu-subitem.astro-sz7xmlte {
    font-size: 18px;
    line-height: 24.3px;
  }

  .footer__copyright.astro-sz7xmlte {
    flex-direction: row;
    gap: 20px;
  }

  .footer__copyright-item.astro-sz7xmlte {
    font-size: 18px;
    line-height: 27px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #f5f5f5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  color: #6a6d78;
}

body.locked {
  overflow: hidden;
}

main {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 2px 0;
  text-indent: 0;
  list-style: none;
}

:any-link {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  margin: 0;
  margin-block: 0;
  color: #21242c;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }
}

a.astro-eimmu3lg {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #6a6d78;
  font-size: 15px;
  font-weight: 600;
  line-height: 15.6px;
}

a.astro-eimmu3lg:hover {
  color: #c02222;
  cursor: pointer;
}

.link-group.astro-qhw5f6xy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6d78;
  font-size: 15px;
  font-weight: 600;
  line-height: 15.6px;
  gap: 4px;
  position: relative;
  cursor: pointer;
}

.link-group.astro-qhw5f6xy:after {
  content: "";
  height: 35px;
  position: absolute;
  top: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

.link-group__list.astro-qhw5f6xy {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 160px;
  top: 100%;
  margin-top: 35px;
  z-index: 2;
  background: #ffffff;
  padding: 16px;
  gap: 16px;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease;
}

.link-group.astro-qhw5f6xy:hover {
  color: #c02222;
}

.link-group.astro-qhw5f6xy:hover:after {
  pointer-events: auto;
}

.link-group.astro-qhw5f6xy:hover .link-group__list.astro-qhw5f6xy {
  opacity: 1;
  max-height: 500px;
  pointer-events: auto;
}

.collapsible.astro-hbmamkfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.collapsible__title.astro-hbmamkfo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #21242c;
  font-size: 22px;
  line-height: 27px;
}

.collapsible__body.astro-hbmamkfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.collapsible__icon-down.astro-hbmamkfo,
.collapsible__icon-up.astro-hbmamkfo {
  display: flex;
}

.collapsible.astro-hbmamkfo:is(.collapsible--open) .collapsible__icon-down.astro-hbmamkfo {
  display: none;
}

.collapsible.astro-hbmamkfo:not(.collapsible--open) .collapsible__icon-up.astro-hbmamkfo {
  display: none;
}

.collapsible--open.astro-hbmamkfo .collapsible__body.astro-hbmamkfo {
  max-height: 300px;
  overflow: visible;
}

.collapsible--secondary.astro-hbmamkfo .collapsible__title.astro-hbmamkfo {
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
}

@media (min-width: 768px) {
  .collapsible__title.astro-hbmamkfo {
    font-size: 30px;
    line-height: 36px;
  }
}

.burger--active.astro-barybgjo .burger__backdrop.astro-barybgjo {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 77px;
  left: 0;
  background: rgba(61, 63, 69, 0.4);
  z-index: -1;
}

.burger__button-open.astro-barybgjo {
  display: flex;
}

.burger__button-close.astro-barybgjo {
  display: none;
}

.burger__menu.astro-barybgjo {
  display: none;
  position: fixed;
  top: 77px;
  left: 0;
  width: 100%;
  height: calc(100% - 77px);
  max-width: 592px;
  background: #ffffff;
  flex-direction: column;
  padding: 20px;
  gap: 24px;
  overflow-y: auto;
}

.burger__menu-group.astro-barybgjo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.burger__menu-link.astro-barybgjo {
  display: flex;
  gap: 8px;
  color: #21242c;
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
}

.burger__menu-link.astro-barybgjo svg.astro-barybgjo {
  width: 28px;
  height: 28px;
}

.burger__menu-sublink.astro-barybgjo {
  display: flex;
  gap: 8px;
  color: #6a6d78;
  text-decoration: none;
  font-size: 15px;
  line-height: 20.25px;
}

.burger__menu-group.astro-barybgjo a.astro-barybgjo:hover {
  color: #c02222;
  cursor: pointer;
}

.burger__menu.astro-barybgjo hr.astro-barybgjo {
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}

.burger--active.astro-barybgjo .burger__button-close.astro-barybgjo,
.burger--active.astro-barybgjo .burger__menu.astro-barybgjo {
  display: flex;
}

.burger--active.astro-barybgjo .burger__button-open.astro-barybgjo {
  display: none;
}

@media (min-width: 768px) {
  .burger__menu.astro-barybgjo {
    padding: 40px 36px;
    gap: 40px;
  }

  .burger__menu-link.astro-barybgjo {
    font-size: 30px;
    line-height: 36px;
  }

  .burger__menu-sublink.astro-barybgjo {
    font-size: 18px;
    line-height: 24.3px;
  }

  .burger__menu-link.astro-barybgjo {
    gap: 12px;
  }

  .burger__menu-link.astro-barybgjo svg.astro-barybgjo {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1440px) {
  .burger.astro-barybgjo {
    display: none;
  }
}

header.astro-3ef6ksr2 {
  width: 100%;
  padding: 24px 20px;
  background: #ffffff;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.08);
  border-bottom: 1px #dfdfdf solid;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 1000;
}

header.astro-3ef6ksr2.header--search {
  padding: 7px 20px;
}

.header--search.astro-3ef6ksr2 nav.astro-3ef6ksr2 {
  display: none;
}

nav.astro-3ef6ksr2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger.astro-3ef6ksr2 {
  display: flex;
}

.links.astro-3ef6ksr2 {
  height: 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: none;
}

.menu-mobile.astro-3ef6ksr2 .links.astro-3ef6ksr2 {
  display: flex;
}

.logo.astro-3ef6ksr2 {
  height: 18px;
  width: 135px;
  background-image: url(/images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons.astro-3ef6ksr2 {
  display: flex;
  gap: 16px;
}

.buttons.astro-3ef6ksr2> :last-child.astro-3ef6ksr2 {
  display: none;
}

.buttons__phone.astro-3ef6ksr2 {
  display: flex;
}

.search.astro-3ef6ksr2 {
  width: 100%;
  gap: 20px;
  align-items: center;
  display: none;
}

.search__form.astro-3ef6ksr2 {
  width: 100%;
}

.search--show.astro-3ef6ksr2 {
  display: flex;
}

#cancel-search.astro-3ef6ksr2 {
  cursor: pointer;
}

@media (min-width: 768px) {
  header.astro-3ef6ksr2.header--search {
    padding: 15px 40px;
  }

  .buttons.astro-3ef6ksr2> :last-child.astro-3ef6ksr2 {
    display: block;
  }
}

@media (min-width: 1024px) {
  header.astro-3ef6ksr2.header--search {
    padding: 14.5px 40px;
  }

  .search.astro-3ef6ksr2 {
    max-width: 1040px;
    margin: 0 auto;
    gap: 80px;
  }
}

@media (min-width: 1440px) {
  header.astro-3ef6ksr2 {
    padding: 24px 40px;
  }

  .burger.astro-3ef6ksr2 {
    display: none;
  }

  .links.astro-3ef6ksr2 {
    display: flex;
  }

  .logo.astro-3ef6ksr2 {
    height: 27px;
    width: 200px;
  }

  .buttons.astro-3ef6ksr2 {
    display: none;
  }
}

main.astro-ouamjn2i {
  display: flex;
  flex-direction: column;
  padding: 77px 15px 40px;
}

#scroll-up {
  display: none;
}

@media (min-width: 768px) {
  main.astro-ouamjn2i {
    padding: 77px 20px 40px;
  }
}

@media (min-width: 1440px) {
  main.astro-ouamjn2i {
    padding: 77px 0 60px;
  }

  #scroll-up {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c02222;
    position: absolute;
    bottom: 560px;
    right: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

.breadcrumbs.astro-ilhxcym7 {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-top: 20px;
}

.breadcrumb.astro-ilhxcym7 {
  display: flex;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

.breadcrumb.astro-ilhxcym7 a.astro-ilhxcym7 {
  cursor: pointer;
  text-decoration: none;
  color: #b3b3b3;
}

.breadcrumb--active.astro-ilhxcym7 {
  color: #c02222;
  overflow: hidden;
}

.breadcrumb--active.astro-ilhxcym7 span.astro-ilhxcym7 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product.astro-cuecaxvc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}

.product__banner.astro-cuecaxvc {
  width: 100%;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__banner.astro-cuecaxvc picture.astro-cuecaxvc {
  display: flex;
  max-height: 100%;
}

.product__banner.astro-cuecaxvc img.astro-cuecaxvc {
  object-fit: contain;
  vertical-align: middle;
  height: auto;
}

.product__header.astro-cuecaxvc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.product__about.astro-cuecaxvc {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: #6a6d78;
}

.product__about.astro-cuecaxvc span.astro-cuecaxvc {
  margin: 0;
}

.product__about_hide.astro-cuecaxvc {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.unwrap-btn.astro-cuecaxvc {
  margin-left: -8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: none;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #c02222;
  text-transform: uppercase;
  width: fit-content;
  padding: 8px;
  cursor: pointer;
}

.unwrap-btn.astro-cuecaxvc:hover {
  color: #99110f;
}

.unwrap-btn:hover svg {
  stroke: #99110f;
}

.unwrap-btn__icon.astro-cuecaxvc {
  display: flex;
}

.unwrap-btn__icon_rotate.astro-cuecaxvc {
  transform: rotate(180deg);
}

.shops.astro-cuecaxvc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}

.grid.astro-cuecaxvc {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
}

.grid-item.astro-cuecaxvc {
  grid-column: span 12;
}

.cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
  grid-column: span 6;
}

.astro-cuecaxvc[data-view="cards"] .cards-view.astro-cuecaxvc {
  display: grid;
}

.card.astro-cuecaxvc {
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px #00000029;
  box-sizing: border-box;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.card.astro-cuecaxvc:hover .card__title.astro-cuecaxvc {
  color: #c02222;
}

.card.astro-cuecaxvc:hover {
  border: 1.5px solid #99110f;
}

.card__wrapper.astro-cuecaxvc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
}

.card__image.astro-cuecaxvc {
  width: 100px;
  height: 100px;
}

.card__image.astro-cuecaxvc img.astro-cuecaxvc {
  object-fit: contain;
}

.card__title.astro-cuecaxvc {
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
  color: #21242c;
  text-align: center;
}

@media (min-width: 443px) {
  .cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
    grid-column: span 4;
  }
}

@media (min-width: 768px) {
  .product.astro-cuecaxvc {
    margin-top: 32px;
    gap: 32px;
  }

  .product__header.astro-cuecaxvc {
    gap: 24px;
  }

  .product__heading.astro-cuecaxvc,
  .shops.astro-cuecaxvc h2.astro-cuecaxvc {
    font-size: 30px;
    line-height: 36px;
  }

  .shops.astro-cuecaxvc {
    gap: 32px;
  }

  .product__about.astro-cuecaxvc {
    font-size: 15px;
    line-height: 22.5px;
  }

  #cards-view span {
    display: flex;
  }

  .grid.astro-cuecaxvc {
    gap: 40px;
  }

  .cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
    grid-column: span 3;
  }

  .card.astro-cuecaxvc {
    height: 196px;
  }

  .card__wrapper.astro-cuecaxvc {
    padding: 20px;
  }

  .card__title.astro-cuecaxvc {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .product.astro-cuecaxvc {
    display: inline-flex;
    flex-direction: row;
    gap: 40px;
  }

  .product__banner.astro-cuecaxvc {
    width: 550px;
    height: 256px;
  }

  .product__header.astro-cuecaxvc {
    flex: 1;
    margin-bottom: 0;
  }

  .product__heading.astro-cuecaxvc,
  .shops.astro-cuecaxvc h2.astro-cuecaxvc {
    font-size: 40px;
    line-height: 48px;
  }

  .shops.astro-cuecaxvc {
    margin-top: 120px;
  }

  .product__about_hide.astro-cuecaxvc {
    -webkit-line-clamp: 8;
  }

  .grid.astro-cuecaxvc {
    column-gap: 40px;
    row-gap: 32px;
  }

  .grid-item.astro-cuecaxvc {
    grid-column: span 6;
  }

  .card.astro-cuecaxvc {
    height: 255px;
  }

  .card__image.astro-cuecaxvc {
    width: 180px;
    height: 180px;
  }

  .card__title.astro-cuecaxvc {
    font-size: 20px;
  }
}

.pagination.astro-d776pwuy {
  display: flex;
  gap: 8px;
}

.pagination.astro-d776pwuy a:nth-child(3),
.pagination.astro-d776pwuy a:nth-child(4),
.pagination.astro-d776pwuy a:nth-child(5),
.pagination.astro-d776pwuy a:nth-child(6) {
  display: none;
}

@media (min-width: 372px) {
  .pagination.astro-d776pwuy a:nth-child(3) {
    display: flex;
  }
}

@media (min-width: 424px) {
  .pagination.astro-d776pwuy a:nth-child(4) {
    display: flex;
  }
}

@media (min-width: 476px) {
  .pagination.astro-d776pwuy a:nth-child(5) {
    display: flex;
  }
}

@media (min-width: 528px) {
  .pagination.astro-d776pwuy a:nth-child(6) {
    display: flex;
  }
}

.brands.astro-5n4dglu2 {
  gap: 24px;
  padding-bottom: 40px;
  padding-top: 77px;
}

section.astro-5n4dglu2 {
  width: 100%;
  border-bottom: 1.5px solid #dfdfdf;
  padding-bottom: 16px;
}

.filters.astro-5n4dglu2 {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.filters__search.astro-5n4dglu2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filters__buttons.astro-5n4dglu2 {
  display: flex;
  gap: 8px;
}

.filters__sort-letters.astro-5n4dglu2 {
  display: none;
}

.filters__sort-btn.astro-5n4dglu2 {
  display: flex;
  gap: 8px;
}

.filters__sort-icon.astro-5n4dglu2 {
  display: none;
}

.sort-asc.astro-5n4dglu2,
.sort-desc.astro-5n4dglu2,
#sort-asc-icon.astro-5n4dglu2,
#sort-desc-icon.astro-5n4dglu2 {
  display: none;
}

#sort-asc-icon.astro-5n4dglu2,
#sort-desc-icon.astro-5n4dglu2 {
  cursor: pointer;
}

.filters__sort.astro-5n4dglu2[data-sort="asc"] .sort-asc.astro-5n4dglu2,
.filters__sort.astro-5n4dglu2[data-sort="asc"] #sort-asc-icon.astro-5n4dglu2 {
  display: flex;
}

.filters__sort.astro-5n4dglu2[data-sort="desc"] .sort-desc.astro-5n4dglu2,
.filters__sort.astro-5n4dglu2[data-sort="desc"] #sort-desc-icon.astro-5n4dglu2 {
  display: flex;
}

#list-view span,
#cards-view span {
  display: none;
}

#list-view[active] svg {
  stroke: #c02222;
}

#list-view:hover svg {
  stroke: #99110f;
}

#sort-asc:hover svg,
#sort-desc:hover svg {
  stroke: #99110f;
}

.grid.astro-5n4dglu2 {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
}

.grid-item.astro-5n4dglu2 {
  grid-column: span 12;
}

.cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
  grid-column: span 6;
}

.list-view.astro-5n4dglu2,
.cards-view.astro-5n4dglu2 {
  display: none;
  max-width: 320px;
}

.astro-5n4dglu2[data-view="list"] .list-view.astro-5n4dglu2,
.astro-5n4dglu2[data-view="cards"] .cards-view.astro-5n4dglu2 {
  display: grid;
}

.brand-list.astro-5n4dglu2 {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  border-top: 1.5px solid #dfdfdf;
}

.brand-list.astro-5n4dglu2:first-child,
.brand-list.astro-5n4dglu2:nth-child(2) {
  border: none;
}

.brand-list.astro-5n4dglu2:nth-child(2) {
  display: none;
}

.letter.astro-5n4dglu2 {
  width: 40px;
  font-size: 40px;
  line-height: 117%;
  text-align: left;
  color: #c02222;
}

.brand-list.astro-5n4dglu2:first-child .letter.astro-5n4dglu2 {
  font-size: 20px;
}

.list.astro-5n4dglu2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  flex: 1;
}

.list-item.astro-5n4dglu2 {
  font-size: 13px;
  line-height: 19.5px;
  text-align: left;
  color: #6a6d78;
}

.list-item.astro-5n4dglu2:hover {
  color: #c02222;
  cursor: pointer;
}

.actions.astro-5n4dglu2 {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 16px;
  align-items: center;
  grid-column: span 12;
}

.actions__button.astro-5n4dglu2 {
  width: 100%;
  display: flex;
}

.card.astro-5n4dglu2 {
  background-color: #ffffff;
  box-shadow: 0 8px 16px #00000029;
  box-sizing: border-box;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.card.astro-5n4dglu2:hover .card__title.astro-5n4dglu2 {
  color: #c02222;
}

.card.astro-5n4dglu2:hover {
  border: 1.5px solid #99110f;
}

.card__wrapper.astro-5n4dglu2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
}

.card__image.astro-5n4dglu2 {
  width: 100px;
  height: 100px;
}

.card__image.astro-5n4dglu2 img.astro-5n4dglu2 {
  object-fit: contain;
}

.card__title.astro-5n4dglu2 {
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
  color: #21242c;
  text-align: center;
}

@media (min-width: 443px) {

  .list-view.astro-5n4dglu2,
  .cards-view.astro-5n4dglu2 {
    max-width: 443px;
  }

  .cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
    grid-column: span 4;
  }
}

@media (min-width: 768px) {
  .brands.astro-5n4dglu2 {
    gap: 32px;
  }

  .filters.astro-5n4dglu2 {
    row-gap: 16px;
  }

  .filters__search.astro-5n4dglu2 {
    flex-direction: row;
    gap: 12px;
  }

  #list-view span,
  #cards-view span {
    display: flex;
  }

  .grid.astro-5n4dglu2 {
    gap: 20px;
  }

  .list-view.astro-5n4dglu2,
  .cards-view.astro-5n4dglu2 {
    max-width: 728px;
  }

  .cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
    grid-column: span 3;
  }

  .brand-list.astro-5n4dglu2 {
    padding-top: 32px;
  }

  .brand-list.astro-5n4dglu2:first-child .letter.astro-5n4dglu2,
  .letter.astro-5n4dglu2 {
    width: 110px;
    font-size: 65px;
    line-height: 117%;
  }

  .list-item.astro-5n4dglu2 {
    font-size: 18px;
    line-height: 27px;
  }

  .actions.astro-5n4dglu2 {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-5n4dglu2 {
    width: auto;
  }

  .card__wrapper.astro-5n4dglu2 {
    padding: 20px;
  }

  .card__title.astro-5n4dglu2 {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .brands.astro-5n4dglu2 {
    padding-bottom: 60px;
  }

  section.astro-5n4dglu2 {
    padding-bottom: 20px;
  }

  .filters.astro-5n4dglu2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .filters__search.astro-5n4dglu2 {
    width: 602px;
  }

  .filters__buttons.astro-5n4dglu2 {
    flex: 1;
    justify-content: flex-end;
    gap: 12px;
  }

  .filters__sort.astro-5n4dglu2 {
    display: flex;
    width: 100%;
    gap: 16px;
  }

  .filters__sort-btn.astro-5n4dglu2 {
    display: none;
  }

  .filters__sort-icon.astro-5n4dglu2 {
    display: flex;
    align-items: center;
  }

  .filters__sort-letters.astro-5n4dglu2 {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
  }

  .filters__sort-letters.astro-5n4dglu2 hr.astro-5n4dglu2 {
    width: 1.5px;
    height: 100%;
    background-color: rgba(61, 63, 69, 0.4);
  }

  .filters__sort-letter.astro-5n4dglu2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(61, 63, 69, 0.4);
  }

  .filters__sort-letter.astro-5n4dglu2:hover {
    cursor: pointer;
    color: #c02222;
  }

  .filters__sort-letter--active.astro-5n4dglu2 {
    color: #c02222;
  }

  .filters__sort-letter-list.astro-5n4dglu2 {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }

  .grid.astro-5n4dglu2 {
    column-gap: 40px;
    row-gap: 32px;
  }

  .grid-item.astro-5n4dglu2 {
    grid-column: span 6;
  }

  .list-view.astro-5n4dglu2,
  .cards-view.astro-5n4dglu2 {
    max-width: 1140px;
  }

  .brand-list.astro-5n4dglu2:nth-child(2) {
    display: block;
  }

  .card__image.astro-5n4dglu2 {
    width: 180px;
    height: 180px;
  }

  .card__title.astro-5n4dglu2 {
    font-size: 20px;
  }
}

.main.astro-qwfq4wri {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 100%;
}

.map.astro-qwfq4wri {
  width: 100%;
  height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map.astro-qwfq4wri iframe.astro-qwfq4wri {
  width: 100%;
}

.wrapper.astro-qwfq4wri {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.astro-qwfq4wri h1.astro-qwfq4wri,
h2.astro-qwfq4wri {
  margin-bottom: 32px;
}

.contacts.astro-qwfq4wri {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin: 0 auto 80px;
}

.contacts__card.astro-qwfq4wri {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  grid-column: span 12;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #21242c;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.contacts__card.astro-qwfq4wri h5.astro-qwfq4wri {
  width: 100%;
  font-size: 15px;
  text-align: left;
}

.contacts__item.astro-qwfq4wri {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.contacts__icon.astro-qwfq4wri {
  flex-shrink: 0;
}

.contacts__period.astro-qwfq4wri {
  width: 100%;
  text-align: left;
  margin: 0;
  padding-left: 50px;
  font-size: 13px;
}

.contacts__period-item.astro-qwfq4wri {}

.contacts__period-item.astro-qwfq4wri::before {}

@media (min-width: 768px) {
  .wrapper.astro-qwfq4wri {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.astro-qwfq4wri h2.astro-qwfq4wri {
    font-size: 30px;
    line-height: 36px;
  }

  .contacts__card.astro-qwfq4wri {
    grid-column: span 6;
    justify-content: flex-start;
  }

  .contacts__period.astro-qwfq4wri {
    font-size: 15px;
  }

  .contacts__general.astro-qwfq4wri {
    grid-row-start: 1;
    grid-row-end: 5;
  }
}

@media (min-width: 1440px) {
  .wrapper.astro-qwfq4wri {
    max-width: 1140px;
    margin-top: 60px;
  }

  .wrapper.astro-qwfq4wri h2.astro-qwfq4wri {
    font-size: 40px;
    line-height: 48px;
  }

  .contacts.astro-qwfq4wri {
    grid-auto-flow: column;
    margin-bottom: 120px;
  }

  .contacts__card.astro-qwfq4wri {
    grid-column: span 4;
    font-size: 18px;
    line-height: 27px;
  }

  .contacts__card.astro-qwfq4wri h5.astro-qwfq4wri {
    font-size: 18px;
    line-height: 24px;
  }

  .contacts__general.astro-qwfq4wri {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.list.astro-d4gzbk66 {
  padding: 0;
  max-width: 100%;
  background-color: rgb(24, 26, 35);
}

section.astro-d4gzbk66 {
  width: 100%;
  height: 100%;
  padding: 75px 15px 60px;
}

.list.astro-d4gzbk66 h3.astro-d4gzbk66 {
  color: #ffffff;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .shop-drawer.astro-d4gzbk66 {
    max-width: 630px;
  }
}

@media (min-width: 1024px) {
  .list.astro-d4gzbk66 h3.astro-d4gzbk66 {
    font-size: 40px;
  }

  .shop-drawer.astro-d4gzbk66 {
    max-width: 808px;
  }
}

.grid.astro-d4gzbk66 {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
}

.grid-item.astro-d4gzbk66 {
  grid-column: span 6;
}

.card.astro-d4gzbk66 {
  background-color: #ffffff;
  box-shadow: 0 8px 16px #00000029;
  box-sizing: border-box;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.card.astro-d4gzbk66:hover .card__title.astro-d4gzbk66 {
  color: #c02222;
}

.card.astro-d4gzbk66:hover {
  border: 1.5px solid #99110f;
}

.card__wrapper.astro-d4gzbk66 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
}

.card__image.astro-d4gzbk66 {
  width: 100px;
  height: 100px;
}

.card__image.astro-d4gzbk66 img.astro-d4gzbk66 {
  object-fit: contain;
}

.card__title.astro-d4gzbk66 {
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
  color: #21242c;
  text-align: center;
}

.actions.astro-d4gzbk66 {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 16px;
  align-items: center;
  grid-column: span 12;
}

.actions__button.astro-d4gzbk66 {
  width: 100%;
  display: flex;
}

@media (min-width: 443px) {
  .grid.astro-d4gzbk66 {
    max-width: 443px;
  }

  .grid-item.astro-d4gzbk66 {
    grid-column: span 4;
  }
}

@media (min-width: 768px) {
  .grid.astro-d4gzbk66 {
    gap: 20px;
    max-width: 845px;
  }

  .grid-item.astro-d4gzbk66 {
    grid-column: span 3;
  }

  .actions.astro-d4gzbk66 {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-d4gzbk66 {
    width: auto;
  }

  .card__wrapper.astro-d4gzbk66 {
    padding: 20px;
  }

  .card__title.astro-d4gzbk66 {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  section.astro-d4gzbk66 {
    padding-bottom: 20px;
  }

  .grid.astro-d4gzbk66 {
    column-gap: 40px;
    row-gap: 32px;
  }

  .grid-item.astro-d4gzbk66 {
    grid-column: span 4;
  }

  .card__image.astro-d4gzbk66 {
    width: 180px;
    height: 180px;
  }

  .card__title.astro-d4gzbk66 {
    font-size: 20px;
  }

  .actions.astro-d4gzbk66 {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-d4gzbk66 {
    width: auto;
  }
}

.ty-ajax-loading-box.astro-d4gzbk66 {
  background: #fff;
  border-radius: 10px;
}

.g-mall-schema-container.astro-d4gzbk66 {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: var(--bg-bg, #181a23);
  user-select: none;
}

.g-mall-schema-container--theme-L.astro-d4gzbk66 {
  --bg-bg: #fcfcf8;
  --controls-bg: rgba(255, 255, 255, 0.9);
  --controls-hover: #f7cf3d;
  --controls-divider: #f3f3f3;
  --controls-txt: #0b1f35;
  --card-hover-bg: #fff;
  --card-hover-color: #000;
}

.g-mall-schema-container--list.astro-d4gzbk66 {
  height: auto;
  overflow: inherit;
}

.g-mall-schema-container--list.astro-d4gzbk66 .g-schema-legend.astro-d4gzbk66 {
  position: static;
  margin-top: 30px;
}

.g-mall-schema-container--list.astro-d4gzbk66 .g-mainbox-general.astro-d4gzbk66 {
  margin-top: 30px;
}

.g-mall-schema-container--list.astro-d4gzbk66 .g-shops-grid-card.astro-d4gzbk66 {
  border: 1px solid #cbccce;
}

.g-mall-schema-container--list.astro-d4gzbk66 .g-rent-area-grid-card.astro-d4gzbk66 {
  border: 1px solid #cbccce;
}

.g-mall-schema-container__content.astro-d4gzbk66 {
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
}

.g-mall-schema-container.astro-d4gzbk66 .row.astro-d4gzbk66 {
  position: relative;
}

.g-mall-schema-container.astro-d4gzbk66 .g-breadcrumbs__link.astro-d4gzbk66,
.g-mall-schema-container.astro-d4gzbk66 .g-breadcrumbs__slash.astro-d4gzbk66 {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .ty-no-items.astro-d4gzbk66 {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-mainbox-general__title.astro-d4gzbk66 {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66 {
  border: none;
}

.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:hover,
.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:focus {
  background: var(--card-hover-bg, #282a36);
  box-shadow: none;
  color: var(--card-hover-color, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:hover .g-shops-list-card__contacts-link.astro-d4gzbk66,
.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:hover .g-shops-list-card__title.astro-d4gzbk66,
.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:focus .g-shops-list-card__contacts-link.astro-d4gzbk66,
.g-mall-schema-container.astro-d4gzbk66 .g-shops-list-card.astro-d4gzbk66:focus .g-shops-list-card__title.astro-d4gzbk66 {
  color: var(--card-hover-color, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-pagination__item.astro-d4gzbk66 {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-pagination__item--selected.astro-d4gzbk66 {
  border-color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-d4gzbk66 .g-pagination__button.astro-d4gzbk66 {
  color: var(--controls-txt, #fff);
  box-shadow: inset 0 0 0 1px var(--controls-txt, #fff);
}

@media (max-width: 1023px) {
  .g-mall-schema-container__content.astro-d4gzbk66 {
    margin-left: 0;
    margin-right: 0;
  }

  .g-mall-schema-container--list.astro-d4gzbk66 .g-schema-legend.astro-d4gzbk66 {
    margin-top: 10px;
  }

  .g-mall-schema-container.astro-d4gzbk66 .g-mainbox-general__title.astro-d4gzbk66 {
    display: none;
  }

  .g-mall-schema-container.astro-d4gzbk66 .g-search-found-items.astro-d4gzbk66 {
    margin-top: 40px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
  }
}

.g-mall-schema.astro-d4gzbk66 {
  position: relative;
  width: 100%;
  height: 100%;
}

.g-mall-schema__container.astro-d4gzbk66 {
  cursor: grab;
  line-height: 0;
}

.g-mall-schema__container.astro-d4gzbk66.dragging {
  cursor: grabbing;
}

.g-mall-schema__container.astro-d4gzbk66 * {
  outline: none;
  user-select: none;
}

.g-mall-schema__container.astro-d4gzbk66,
.g-mall-schema__image.astro-d4gzbk66 {
  width: 100%;
  height: 100%;
}

.g-mall-schema__panes.astro-d4gzbk66 {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.g-mall-schema.astro-d4gzbk66 path.astro-d4gzbk66:focus {
  outline: none;
}

.g-mall-schema.astro-d4gzbk66 foreignObject,
.g-mall-schema.astro-d4gzbk66 text {
  pointer-events: none;
  font-size: 10px;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"] {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 10px;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"] .tippy-content.astro-d4gzbk66 {
  padding: 4px 12px;
  text-align: center;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"][data-placement^="top"] .tippy-arrow.astro-d4gzbk66::before {
  bottom: -5px;
  border-width: 5px 6.5px 0 6.5px;
  border-top-color: #fff;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"][data-placement^="bottom"] .tippy-arrow.astro-d4gzbk66::before {
  border-bottom-color: #fff;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"][data-placement^="left"] .tippy-arrow.astro-d4gzbk66::before {
  border-left-color: #fff;
}

.tippy-box.astro-d4gzbk66[data-theme~="schema"][data-placement^="right"] .tippy-arrow.astro-d4gzbk66::before {
  border-right-color: #fff;
}

.g-schema-legend.astro-d4gzbk66 {
  position: absolute;
  top: 107px;
  left: 10px;
  width: 255px;
  max-width: 100%;
  color: var(--controls-txt, #fff);
  z-index: 1;
}

.g-schema-legend--theme-L.astro-d4gzbk66 .g-schema-legend__search-input.astro-d4gzbk66 {
  background: #fff;
  border: 1px solid #ffca00;
}

.g-schema-legend__head.astro-d4gzbk66 {
  display: flex;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-legend__head-button.astro-d4gzbk66 {
  width: 50%;
  padding: 12px;
  text-align: center;
}

.g-schema-legend__head-button.astro-d4gzbk66.active {
  background: var(--controls-hover, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__head-button.astro-d4gzbk66.disabled {
  pointer-events: none;
}

.g-schema-legend__head-button.astro-d4gzbk66.active .g-schema-legend__head-button-icon.astro-d4gzbk66 {
  background: #fff;
  color: #000;
}

.g-schema-legend__head-button-icon.astro-d4gzbk66 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--controls-txt, #fff);
  border-radius: 1000px;
  background: var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__head-button-icon.astro-d4gzbk66 svg.astro-d4gzbk66 {
  width: 20px;
  height: 20px;
}

.g-schema-legend__head-button-text.astro-d4gzbk66 {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
  color: var(--controls-txt, #fff);
}

.g-schema-legend__search.astro-d4gzbk66 {
  margin-top: 12px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-legend__search.astro-d4gzbk66 .g-control-field.astro-d4gzbk66 {
  margin-bottom: 0;
}

.g-schema-legend__list.astro-d4gzbk66 {
  padding: 8px 4px;
  margin-top: 12px;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.g-schema-legend__list-item.astro-d4gzbk66 {
  padding: 8px 12px;
}

.g-schema-legend__list-item.astro-d4gzbk66 .g-radiobutton.astro-d4gzbk66 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.g-schema-legend__list-item.astro-d4gzbk66 .g-radiobutton__content.astro-d4gzbk66 {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  gap: 12px;
}

.g-schema-legend__list-item.astro-d4gzbk66 .g-radiobutton__icon.astro-d4gzbk66 {
  margin: 0;
  color: var(--controls-txt, #fff);
  border-color: var(--controls-txt, #fff);
}

.g-schema-legend__list-item.astro-d4gzbk66 .g-radiobutton__icon-mark.astro-d4gzbk66 {
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
}

.g-schema-legend__list-item-divider.astro-d4gzbk66 {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__list-item-icon.astro-d4gzbk66 {
  width: 20px;
  height: 20px;
}

@media (max-width: 1023px) {
  .g-schema-legend.astro-d4gzbk66 {
    top: 92px;
    left: 15px;
    right: 15px;
    width: auto;
  }

  .g-schema-legend__head-button.astro-d4gzbk66 {
    padding: 5px;
  }

  .g-schema-legend__head-button-text.astro-d4gzbk66 {
    display: none;
  }

  .g-schema-legend__head-button-icon.astro-d4gzbk66 {
    width: 34px;
    height: 34px;
  }

  .g-schema-legend__search.astro-d4gzbk66 {
    margin-top: 8px;
  }

  .g-schema-legend__search.astro-d4gzbk66 .g-schema-legend__input.astro-d4gzbk66 {
    padding: 10px 20px;
  }

  .g-schema-legend__list.astro-d4gzbk66 {
    display: none;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  .g-schema-legend__search.astro-d4gzbk66 {
    display: flex;
    gap: 8px;
  }

  .g-schema-legend__search.astro-d4gzbk66 .g-control-field.astro-d4gzbk66 {
    flex: 1 1 50%;
  }

  .g-schema-legend__search-categories.astro-d4gzbk66 {
    display: inline-flex;
    flex: 1 1 50%;
  }
}

.g-schema-controls__zoom.astro-d4gzbk66,
.g-schema-controls__levels.astro-d4gzbk66,
.g-schema-controls__theme.astro-d4gzbk66 {
  position: absolute;
  right: 10px;
  z-index: 1;
}

.g-schema-controls__zoom.astro-d4gzbk66 {
  top: 194px;
}

.g-schema-controls__levels.astro-d4gzbk66 {
  top: 377px;
}

.g-schema-controls__theme.astro-d4gzbk66 {
  top: 527px;
}

.g-schema-controls__label.astro-d4gzbk66 {
  margin-bottom: 8px;
  color: var(--controls-txt, #fff);
  font-size: 12px;
  text-align: center;
}

.g-schema-controls__buttons.astro-d4gzbk66 {
  display: flex;
  flex-direction: column;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-controls__buttons--reverse.astro-d4gzbk66 {
  flex-direction: column-reverse;
}

.g-schema-controls__button.astro-d4gzbk66 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 60px;
  color: var(--controls-txt, #fff);
  background: transparent;
  border: none;
  box-shadow: none;
}

.g-schema-controls__button.astro-d4gzbk66.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.g-schema-controls__button.astro-d4gzbk66.active {
  background: var(--controls-hover, rgba(217, 217, 217, 0.2));
}

.g-schema-controls__divider.astro-d4gzbk66 {
  display: block;
  width: 32px;
  margin: 0 auto;
  border-bottom: 1px solid var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-controls__button.astro-d4gzbk66.with-arrow .g-schema-controls__button-arrow.astro-d4gzbk66 {
  display: block;
}

.g-schema-controls__button-arrow.astro-d4gzbk66 {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 32px;
  height: 32px;
  color: #ffca00;
  transform: translate(-100%, -50%);
  animation: bounceArrow 1.2s infinite linear;
}

.g-schema-controls__select.astro-d4gzbk66 {
  display: none;
}

@media (max-width: 576px) {
  .g-schema-controls__levels.astro-d4gzbk66 {
    position: fixed;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    gap: 8px;
    z-index: 1;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
    height: 39px;
    padding: 10px;
    background: #ffca00;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
    margin-left: auto;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
    margin-left: 0;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .g-schema-controls__buttons.astro-d4gzbk66 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    grid-gap: 8px;
    gap: 8px;
    background: none;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .g-schema-controls__button.astro-d4gzbk66 {
    width: 64px;
    border: 1px solid var(--tint-yellow-acent, #f7cf3d);
    color: var(--tint-yellow-acent, #f7cf3d);
  }

  .g-schema-controls__levels.astro-d4gzbk66 .g-schema-controls__button.astro-d4gzbk66.active {
    background: none;
  }

  .g-schema-controls__levels.astro-d4gzbk66 .g-schema-controls__button.astro-d4gzbk66.with-arrow {
    display: flex !important;
  }

  .g-schema-controls__button-arrow.astro-d4gzbk66 {
    display: none !important;
  }

  .g-schema-controls__select.astro-d4gzbk66 {
    display: block;
    flex-shrink: 0;
    width: 132px;
  }

  .g-schema-controls__label.astro-d4gzbk66 {
    margin-bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 15px;
    background: #fff;
    color: #0b1f35;
  }
}

.g-schema-transport-tooltip.astro-d4gzbk66 {
  padding: 7px 0;
  text-align: center;
}

.g-schema-transport-tooltip__title.astro-d4gzbk66 {
  font-size: 12px;
  font-weight: 500;
}

.g-schema-transport-tooltip__name.astro-d4gzbk66 {
  margin-top: 8px;
}

.g-schema-transport-tooltip__numbers.astro-d4gzbk66 {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  grid-gap: 5px;
  gap: 5px;
}

.g-schema-transport-tooltip__number.astro-d4gzbk66 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  background: var(--tint-yellow-acent, #f7cf3d);
}

.g-control-field.astro-d4gzbk66 {
  margin-bottom: 15px;
}

.g-control-field--crop.astro-d4gzbk66 {
  overflow: hidden;
}

.g-control-field--not-shrink.astro-d4gzbk66 {
  min-width: 280px;
  flex-shrink: 0;
}

.g-control-field__container.astro-d4gzbk66 {
  position: relative;
}

.g-control-field__container.astro-d4gzbk66.error .g-dropdown-select-button.astro-d4gzbk66 {
  box-shadow: inset 0 0 0 1px #af352b;
}

.g-control-field__button.astro-d4gzbk66 {
  position: absolute;
  top: 50%;
  right: 16.5px;
  transform: translateY(-50%);
}

.g-control-field__files.astro-d4gzbk66 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 10px;
}

.g-control-field__file.astro-d4gzbk66 {
  color: #499ddf;
}

.g-control-field__icon.astro-d4gzbk66 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  height: auto;
  width: auto;
  z-index: 1;
}

.g-control-field__icon.astro-d4gzbk66+.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__label.astro-d4gzbk66,
.g-control-field__icon.astro-d4gzbk66+.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__input.astro-d4gzbk66 {
  padding-left: 50px;
}

.g-control-field__right-icon.astro-d4gzbk66 {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: #fff;
  pointer-events: none;
  z-index: 1;
}

.g-control-field__error.astro-d4gzbk66 {
  color: #af352b;
}

.g-control-field__notice.astro-d4gzbk66 {
  display: block;
  color: #555;
  margin-top: 5px;
}

.g-control-field.astro-d4gzbk66 .g-control-field__input.astro-d4gzbk66,
.g-control-field.astro-d4gzbk66 .g-control-field__textarea.astro-d4gzbk66,
.g-control-field__measurement.astro-d4gzbk66 {
  padding: 22px 20px 10px 20px;
}

.g-control-field__textarea.astro-d4gzbk66~.g-control-field__label.astro-d4gzbk66 {
  padding-top: 20px;
  bottom: auto;
  display: block;
}

.g-control-field__label.astro-d4gzbk66 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8b8e93;
  pointer-events: none;
  font-size: 14px;
  line-height: 1;
  transition: 0.15s ease-out;
}

.g-control-field__label--top.astro-d4gzbk66 {
  transform: translate(0, -10px);
  font-size: 12px;
}

.g-control-field__label--static.astro-d4gzbk66 {
  position: static;
  padding: 0;
  line-height: 18px;
  color: initial;
}

.g-control-field__measurement.astro-d4gzbk66 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  line-height: 1.67;
  pointer-events: none;
}

.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__input.astro-d4gzbk66:focus~.g-control-field__label.astro-d4gzbk66,
.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__input.astro-d4gzbk66:focus-within~.g-control-field__label.astro-d4gzbk66,
.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__input.astro-d4gzbk66:not(:placeholder-shown)~.g-control-field__label.astro-d4gzbk66,
.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__textarea.astro-d4gzbk66:focus~.g-control-field__label.astro-d4gzbk66,
.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__textarea.astro-d4gzbk66:focus-within~.g-control-field__label.astro-d4gzbk66,
.g-control-field__label-wrapper.astro-d4gzbk66 .g-control-field__textarea.astro-d4gzbk66:not(:placeholder-shown)~.g-control-field__label.astro-d4gzbk66,
.g-control-field.astro-d4gzbk66 .g-selectbox--multiple.astro-d4gzbk66~.select2-container--focus.astro-d4gzbk66~.g-control-field__label.astro-d4gzbk66 {
  transform: translate(0, -10px);
  font-size: 12px;
}

.g-control-field.astro-d4gzbk66 .g-dropdown-select-button.astro-d4gzbk66 {
  padding: 26px 20px 14px;
  line-height: 1;
}

.g-control-field.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  padding: 0;
}

.g-control-field.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  margin-right: 20px;
}

.g-control-field.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66,
.g-control-field.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  padding: 22px 20px 10px 20px;
}

.radio.astro-d4gzbk66,
.checkbox.astro-d4gzbk66,
input.astro-d4gzbk66[type="radio"],
input.astro-d4gzbk66[type="checkbox"] {
  margin: -4px 6px 0 0;
  padding: 0;
  vertical-align: middle;
}

.g-checkbox.astro-d4gzbk66,
.g-radiobutton.astro-d4gzbk66 {
  position: relative;
  display: inline-flex;
  outline: none;
  cursor: pointer;
}

.g-checkbox.astro-d4gzbk66 .g-checkbox__input.astro-d4gzbk66,
.g-radiobutton.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66 {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  border: none;
  visibility: hidden;
}

.g-checkbox__input.astro-d4gzbk66:checked+.g-checkbox__icon.astro-d4gzbk66,
.g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-checkbox__input.astro-d4gzbk66:disabled+.g-checkbox__icon.astro-d4gzbk66,
.g-radiobutton__input.astro-d4gzbk66:disabled+.g-radiobutton__icon.astro-d4gzbk66 {
  background: none;
  border-color: #8b8e93;
}

.g-checkbox__icon-mark.astro-d4gzbk66,
.g-radiobutton__icon-mark.astro-d4gzbk66 {
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s;
}

.g-checkbox__icon.astro-d4gzbk66,
.g-radiobutton__icon.astro-d4gzbk66 {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #0b1f35;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.1s;
}

.g-checkbox__content.astro-d4gzbk66,
.g-radiobutton__content.astro-d4gzbk66 {
  margin-top: -3px;
  font-size: 16px;
  line-height: 1.56;
}

.g-checkbox.astro-d4gzbk66.hidden,
.g-radiobutton.astro-d4gzbk66.hidden {
  display: none;
}

.g-checkbox.astro-d4gzbk66 a.astro-d4gzbk66,
.g-radiobutton.astro-d4gzbk66 a.astro-d4gzbk66 {
  color: inherit;
  text-decoration: underline;
}

.g-checkbox.astro-d4gzbk66 a.astro-d4gzbk66:focus,
.g-checkbox.astro-d4gzbk66 a.astro-d4gzbk66:hover,
.g-radiobutton.astro-d4gzbk66 a.astro-d4gzbk66:focus,
.g-radiobutton.astro-d4gzbk66 a.astro-d4gzbk66:hover {
  color: #af352b;
}

.g-checkbox--disabled.astro-d4gzbk66,
.g-radiobutton--disabled.astro-d4gzbk66 {
  color: #8b8e93;
  cursor: default;
}

.g-checkbox--disabled.astro-d4gzbk66:hover,
.g-checkbox--disabled.astro-d4gzbk66:focus,
.g-radiobutton--disabled.astro-d4gzbk66:hover,
.g-radiobutton--disabled.astro-d4gzbk66:focus {
  color: #8b8e93;
}

.g-checkbox__icon.astro-d4gzbk66 {
  width: 18px;
  height: 18px;
}

.g-checkbox__input.astro-d4gzbk66:checked+.g-checkbox__icon.astro-d4gzbk66 .g-checkbox__icon-mark.astro-d4gzbk66 {
  transform: scale(1);
  opacity: 1;
}

.g-checkbox__input.astro-d4gzbk66.half+.g-checkbox__icon.astro-d4gzbk66 {
  background: #ef3124;
  border-color: #b9180e;
}

.g-checkbox__input.astro-d4gzbk66.half+.g-checkbox__icon.astro-d4gzbk66 .g-checkbox__icon-mark.astro-d4gzbk66 {
  transform: scale(1);
  opacity: 1;
}

.g-checkbox__input.astro-d4gzbk66.half+.g-checkbox__icon.astro-d4gzbk66 .g-checkbox__icon-mark.astro-d4gzbk66::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.g-checkbox--disabled.astro-d4gzbk66 .g-checkbox__icon.astro-d4gzbk66 {
  border-color: #8b8e93;
}

.g-checkbox--disabled.astro-d4gzbk66 .g-checkbox__input.astro-d4gzbk66:checked+.g-checkbox__icon.astro-d4gzbk66 {
  background: #f3f3f3;
}

.g-radiobutton__icon.astro-d4gzbk66 {
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  background: transparent;
}

.g-radiobutton__icon-mark.astro-d4gzbk66 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0b1f35;
  border-radius: 1000px;
}

.g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 .g-radiobutton__icon-mark.astro-d4gzbk66 {
  transform: scale(1);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.g-radiobutton__input.astro-d4gzbk66.half+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ef3124;
  border-color: #b9180e;
}

.g-radiobutton__input.astro-d4gzbk66.half+.g-radiobutton__icon.astro-d4gzbk66 .g-radiobutton__icon-mark.astro-d4gzbk66 {
  transform: scale(1);
  opacity: 1;
}

.g-radiobutton__input.astro-d4gzbk66.half+.g-radiobutton__icon.astro-d4gzbk66 .g-radiobutton__icon-mark.astro-d4gzbk66::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.g-radiobutton--disabled.astro-d4gzbk66 .g-radiobutton__icon.astro-d4gzbk66 {
  border-color: #8b8e93;
}

.g-radiobutton--disabled.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #f3f3f3;
}

.ty-btn.astro-d4gzbk66 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 20px;
  outline: 0px;
  border: none;
  background: none;
  background-image: none;
  color: #0b1f35;
  vertical-align: middle;
  text-align: center;
  line-height: 1.32;
  cursor: pointer;
  font-family: "Euclid Circular A", Roboto, Helvetica, Ubuntu, Cantarell,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: lowercase;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ty-btn.astro-d4gzbk66:hover,
.ty-btn.astro-d4gzbk66:focus {
  color: #af352b;
  text-decoration: none;
}

.ui-widget.astro-d4gzbk66 .ty-btn.astro-d4gzbk66 {
  font-size: 16px;
  font-family: "Euclid Circular A", Roboto, Helvetica, Ubuntu, Cantarell,
    sans-serif;
}

.ty-btn__primary.astro-d4gzbk66 {
  background: #000;
  color: #fff;
  border: none;
}

.ty-btn__primary.astro-d4gzbk66:hover,
.ty-btn__primary.astro-d4gzbk66:focus {
  color: #fff;
  background: #333;
}

.ty-btn__primary.astro-d4gzbk66.ty-btn__text {
  color: #0b1f35;
}

.ty-btn__secondary.astro-d4gzbk66 {
  background: transparent;
  color: #0b1f35;
  box-shadow: inset 0 0 0 1px #000;
}

.ty-btn__secondary.astro-d4gzbk66:hover,
.ty-btn__secondary.astro-d4gzbk66:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}

.ty-btn__tertiary.astro-d4gzbk66 {
  background: #fff;
  color: #fff;
  border: none;
}

.ty-btn__tertiary.astro-d4gzbk66:hover,
.ty-btn__tertiary.astro-d4gzbk66:focus {
  background: #123357;
  color: #fff;
}

.ty-btn__yellow.astro-d4gzbk66 {
  background: #f7cf3d;
  color: #0b1f35;
  border: none;
}

.ty-btn__yellow.astro-d4gzbk66:hover,
.ty-btn__yellow.astro-d4gzbk66:focus {
  background: #f8d555;
  color: #0b1f35;
}

.ty-btn__yellow-black.astro-d4gzbk66 {
  color: #f7cf3d;
  border: 1px solid #f7cf3d;
}

.ty-btn__yellow-black.astro-d4gzbk66:hover,
.ty-btn__yellow-black.astro-d4gzbk66:focus {
  color: #f7cf3d;
  border: 1px solid #f7cf3d;
}

.ty-btn__gray.astro-d4gzbk66 {
  background: #f3f3f3;
  color: #0b1f35;
  border: none;
}

.ty-btn__gray.astro-d4gzbk66:hover,
.ty-btn__gray.astro-d4gzbk66:focus {
  background: #f3f3f3;
  color: #0b1f35;
}

.ty-btn__error.astro-d4gzbk66 {
  background: transparent;
  color: #af352b;
  box-shadow: inset 0 0 0 1px #af352b;
}

.ty-btn__error.astro-d4gzbk66:hover,
.ty-btn__error.astro-d4gzbk66:focus {
  background: #af352b;
  color: #fff;
  border-color: #af352b;
}

.ty-btn__add-to-cart.astro-d4gzbk66 {
  background: #af352b;
  color: #fff;
  border: none;
}

.ty-btn__add-to-cart.astro-d4gzbk66:hover,
.ty-btn__add-to-cart.astro-d4gzbk66:focus {
  background: #c33b30;
  color: #fff;
}

.ty-btn__add-to-cart.astro-d4gzbk66 .ty-btn__icon.astro-d4gzbk66 {
  order: 1;
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.ty-btn__add-to-cart.astro-d4gzbk66 .ty-btn__icon.astro-d4gzbk66+span.astro-d4gzbk66 {
  margin-left: 0;
}

.ty-btn__big.astro-d4gzbk66 {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.ui-widget.astro-d4gzbk66 .ty-btn__big.astro-d4gzbk66 {
  font-size: 18px;
}

.ty-btn__big.astro-d4gzbk66 .ty-btn__icon.astro-d4gzbk66+span.astro-d4gzbk66 {
  margin-left: 10px;
}

.ty-btn__text.astro-d4gzbk66 {
  padding: 0;
}

.ty-btn__text.astro-d4gzbk66:hover,
.ty-btn__text.astro-d4gzbk66:focus {
  color: #0b1f35;
}

.ty-btn__text--blue.astro-d4gzbk66 {
  color: #007aff;
}

.ty-btn__text--blue.astro-d4gzbk66:hover,
.ty-btn__text--blue.astro-d4gzbk66:focus {
  color: #499ddf;
}

.ty-btn__text-error.astro-d4gzbk66 {
  padding: 0;
  color: #af352b;
}

.ty-btn__text-error.astro-d4gzbk66:hover,
.ty-btn__text-error.astro-d4gzbk66:focus {
  color: #af352b;
}

.ty-btn__disabled.astro-d4gzbk66 {
  opacity: 0.6;
  pointer-events: none;
}

.ty-btn__count.astro-d4gzbk66 {
  color: #555;
}

.ty-btn__icon.astro-d4gzbk66 {
  font-size: 20px;
  flex-shrink: 0;
}

.ty-btn__icon.astro-d4gzbk66+span.astro-d4gzbk66 {
  margin-left: 8px;
}

.ty-btn__full-width.astro-d4gzbk66 {
  width: 100%;
}

.ty-btn__reverce.astro-d4gzbk66 {
  flex-direction: row-reverse;
}

.ty-btn__reverce.astro-d4gzbk66 .ty-btn__icon.astro-d4gzbk66+span.astro-d4gzbk66 {
  margin-right: 8px;
  margin-left: 0;
}

.ty-btn.astro-d4gzbk66:hover .ty-btn__count.astro-d4gzbk66,
.ty-btn.astro-d4gzbk66:focus .ty-btn__count.astro-d4gzbk66 {
  color: inherit;
}

.ty-btn__align-right.astro-d4gzbk66 {
  margin-left: auto;
}

.select2-container.astro-d4gzbk66 {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container.astro-d4gzbk66[dir="rtl"] .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 {
  float: left;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown.astro-d4gzbk66 {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results.astro-d4gzbk66 {
  display: block;
}

.select2-results__options.astro-d4gzbk66 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option.astro-d4gzbk66 {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option.astro-d4gzbk66[aria-selected] {
  cursor: pointer;
}

.select2-container--open.astro-d4gzbk66 .select2-dropdown.astro-d4gzbk66 {
  left: 0;
}

.select2-container--open.astro-d4gzbk66 .select2-dropdown--above.astro-d4gzbk66 {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open.astro-d4gzbk66 .select2-dropdown--below.astro-d4gzbk66 {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown.astro-d4gzbk66 {
  display: block;
  padding: 4px;
}

.select2-search--dropdown.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.astro-d4gzbk66.select2-search--hide {
  display: none;
}

.select2-close-mask.astro-d4gzbk66 {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible.astro-d4gzbk66 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  color: #444;
  line-height: 28px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__placeholder.astro-d4gzbk66 {
  color: #999;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66 {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--single.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  float: left;
}

.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  left: 1px;
  right: auto;
}

.select2-container--default.astro-d4gzbk66.select2-container--disabled .select2-selection--single.astro-d4gzbk66 {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.astro-d4gzbk66.select2-container--disabled .select2-selection--single.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  display: none;
}

.select2-container--default.astro-d4gzbk66.select2-container--open .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66 {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__placeholder.astro-d4gzbk66 {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66 {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66:hover {
  color: #333;
}

.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__placeholder.astro-d4gzbk66 {
  float: right;
}

.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66 {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.astro-d4gzbk66.select2-container--focus .select2-selection--multiple.astro-d4gzbk66 {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.astro-d4gzbk66.select2-container--disabled .select2-selection--multiple.astro-d4gzbk66 {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.astro-d4gzbk66.select2-container--disabled .select2-selection__choice__remove.astro-d4gzbk66 {
  display: none;
}

.select2-container--default.astro-d4gzbk66.select2-container--open.select2-container--above .select2-selection--single.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66.select2-container--open.select2-container--above .select2-selection--multiple.astro-d4gzbk66 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.astro-d4gzbk66.select2-container--open.select2-container--below .select2-selection--single.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66.select2-container--open.select2-container--below .select2-selection--multiple.astro-d4gzbk66 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-search--dropdown.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  border: 1px solid #aaa;
}

.select2-container--default.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-results.astro-d4gzbk66>.select2-results__options.astro-d4gzbk66 {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[role="group"] {
  padding: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[aria-disabled="true"] {
  color: #999;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  padding-left: 1em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__group.astro-d4gzbk66 {
  padding-left: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66 {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option--highlighted.astro-d4gzbk66[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default.astro-d4gzbk66 .select2-results__group.astro-d4gzbk66 {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  color: #444;
  line-height: 28px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__placeholder.astro-d4gzbk66 {
  color: #999;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66 {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic.astro-d4gzbk66[dir="rtl"] .select2-selection--single.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  float: left;
}

.select2-container--classic.astro-d4gzbk66[dir="rtl"] .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open .select2-selection--single.astro-d4gzbk66 {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  background: transparent;
  border: none;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66 {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open.select2-container--above .select2-selection--single.astro-d4gzbk66 {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.astro-d4gzbk66.select2-container--open.select2-container--below .select2-selection--single.astro-d4gzbk66 {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__clear.astro-d4gzbk66 {
  display: none;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66 {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66:hover {
  color: #555;
}

.select2-container--classic.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  float: right;
}

.select2-container--classic.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic.astro-d4gzbk66[dir="rtl"] .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66 {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open .select2-selection--multiple.astro-d4gzbk66 {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open.select2-container--above .select2-selection--multiple.astro-d4gzbk66 {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open.select2-container--below .select2-selection--multiple.astro-d4gzbk66 {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic.astro-d4gzbk66 .select2-search--dropdown.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  outline: 0;
}

.select2-container--classic.astro-d4gzbk66 .select2-dropdown.astro-d4gzbk66 {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic.astro-d4gzbk66 .select2-dropdown--above.astro-d4gzbk66 {
  border-bottom: none;
}

.select2-container--classic.astro-d4gzbk66 .select2-dropdown--below.astro-d4gzbk66 {
  border-top: none;
}

.select2-container--classic.astro-d4gzbk66 .select2-results.astro-d4gzbk66>.select2-results__options.astro-d4gzbk66 {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[role="group"] {
  padding: 0;
}

.select2-container--classic.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic.astro-d4gzbk66 .select2-results__option--highlighted.astro-d4gzbk66[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic.astro-d4gzbk66 .select2-results__group.astro-d4gzbk66 {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.astro-d4gzbk66.select2-container--open .select2-dropdown.astro-d4gzbk66 {
  border-color: #5897fb;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 {
  padding: 0;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66::after {
  position: absolute;
  content: "";
  background-image: url(/local/templates/main2024/styles/../../../../../../../design/themes/tandem/media/images/icons/arrow-down-small.svg?1722251800);
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s;
}

.select2-container.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66 {
  margin: 0;
  padding: 0;
}

.select2-container--open.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66::after {
  transform: translateY(-50%) scaleY(-1);
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  display: flex;
  align-items: center;
  height: 53px;
  padding: 16px 20px 14px;
  border-color: #ffca00;
  border-radius: 0;
}

.error.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66,
.error.astro-d4gzbk66 .select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 {
  border-color: #af352b;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  display: flex;
  margin-right: auto;
  padding: 0;
  line-height: 1.5;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 {
  position: static;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: url(/local/templates/main2024/styles/../../../../../../../design/themes/tandem/media/images/icons/arrow-down-small.svg?1722251800);
  transition: transform 0.3s;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-selection__arrow.astro-d4gzbk66 b.astro-d4gzbk66 {
  display: none;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66,
.select2-container--default.astro-d4gzbk66 .select2-selection--single.astro-d4gzbk66 .select2-search--inline.astro-d4gzbk66 {
  min-width: 50px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 {
  padding: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__rendered.astro-d4gzbk66 {
  padding: 16px 20px 14px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice__remove.astro-d4gzbk66 {
  display: none;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66:not(:first-child)::before {
  content: ", ";
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66+.select2-search--inline.astro-d4gzbk66 {
  margin-left: 5px;
}

.select2-container--default.astro-d4gzbk66 .select2-selection--multiple.astro-d4gzbk66 .select2-selection__choice.astro-d4gzbk66+.select2-search--inline.astro-d4gzbk66 .select2-search__field.astro-d4gzbk66::before {
  content: ", ";
}

.select2-container--default.astro-d4gzbk66.select2-container--open .select2-selection__arrow.astro-d4gzbk66 {
  transform: scaleY(-1);
}

.select2-container--default.astro-d4gzbk66 .select2-results__option--highlighted.astro-d4gzbk66[aria-selected] {
  background: none;
  color: #af352b;
}

.select2-container--default.astro-d4gzbk66 .select2-results__option.astro-d4gzbk66[aria-selected="true"] {
  background: none;
  font-weight: 500;
  color: #000;
}

.select2-container--default.astro-d4gzbk66.select2-container--default.select2-container--focus .select2-selection--multiple.astro-d4gzbk66 {
  border-color: #ffca00;
}

.select2-dropdown.astro-d4gzbk66 {
  margin: 5px 0 0;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ty-wysiwyg-content.astro-d4gzbk66 .select2-dropdown.astro-d4gzbk66 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.select2-results__option.astro-d4gzbk66 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.64;
}

.select2-results__option.astro-d4gzbk66:not(:last-child) {
  margin-bottom: 5px;
}

.select2-results__option-add.astro-d4gzbk66 {
  color: #000;
}

.select2-search__field.astro-d4gzbk66 {
  outline: none;
}

@media (min-width: 1024px) {
  .ty-btn__mobile-text.astro-d4gzbk66 {
    display: none;
  }

  .g-schema-legend__search-categories.astro-d4gzbk66 {
    display: none;
  }

  .g-mall-schema-container.astro-d4gzbk66 .g-search-found-items.astro-d4gzbk66 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 150%;
  }
}

@media (max-width: 1023px) {
  .ty-btn__mobile-text.astro-d4gzbk66 {
    font-size: 16px;
  }

  .ty-btn__big.astro-d4gzbk66 .ty-btn__mobile-text.astro-d4gzbk66 {
    font-size: 18px;
  }
}

.hidden.astro-d4gzbk66 {
  display: none;
}

.visible-phone.astro-d4gzbk66 {
  display: none !important;
}

.visible-tablet.astro-d4gzbk66 {
  display: none !important;
}

.hidden-desktop.astro-d4gzbk66 {
  display: none !important;
}

.visible-desktop.astro-d4gzbk66 {
  display: inherit !important;
}

@media (min-width: 577px) and (max-width: 1023px) {
  .hidden-desktop.astro-d4gzbk66 {
    display: inherit !important;
  }

  .visible-desktop.astro-d4gzbk66 {
    display: none !important;
  }

  .visible-tablet.astro-d4gzbk66 {
    display: inherit !important;
  }

  .hidden-tablet.astro-d4gzbk66 {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-desktop.astro-d4gzbk66 {
    display: inherit !important;
  }

  .visible-desktop.astro-d4gzbk66 {
    display: none !important;
  }

  .visible-phone.astro-d4gzbk66 {
    display: inherit !important;
  }

  .hidden-phone.astro-d4gzbk66 {
    display: none !important;
  }
}

input.astro-d4gzbk66[type="text"],
input.astro-d4gzbk66[type="password"],
input.astro-d4gzbk66[type="tel"],
input.astro-d4gzbk66[type="number"],
textarea.astro-d4gzbk66,
select.astro-d4gzbk66 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 20px 14px;
  outline: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.64;
  background: #f3f3f3;
  border: none;
  transition: all 0.3s;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

input.astro-d4gzbk66[type="text"]:hover,
input.astro-d4gzbk66[type="text"]:focus,
input.astro-d4gzbk66[type="password"]:hover,
input.astro-d4gzbk66[type="password"]:focus,
input.astro-d4gzbk66[type="tel"]:hover,
input.astro-d4gzbk66[type="tel"]:focus,
input.astro-d4gzbk66[type="number"]:hover,
input.astro-d4gzbk66[type="number"]:focus,
textarea.astro-d4gzbk66:hover,
textarea.astro-d4gzbk66:focus,
select.astro-d4gzbk66:hover,
select.astro-d4gzbk66:focus {
  outline: 0;
}

input.astro-d4gzbk66[type="text"]::placeholder,
input.astro-d4gzbk66[type="password"]::placeholder,
input.astro-d4gzbk66[type="tel"]::placeholder,
input.astro-d4gzbk66[type="number"]::placeholder,
textarea.astro-d4gzbk66::placeholder,
select.astro-d4gzbk66::placeholder {
  color: #555;
  opacity: 1;
}

input.astro-d4gzbk66[type="text"]:-ms-input-placeholder,
input.astro-d4gzbk66[type="password"]:-ms-input-placeholder,
input.astro-d4gzbk66[type="tel"]:-ms-input-placeholder,
input.astro-d4gzbk66[type="number"]:-ms-input-placeholder,
textarea.astro-d4gzbk66:-ms-input-placeholder,
select.astro-d4gzbk66:-ms-input-placeholder {
  color: #555;
}

input.astro-d4gzbk66[type="text"]::-ms-input-placeholder,
input.astro-d4gzbk66[type="password"]::-ms-input-placeholder,
input.astro-d4gzbk66[type="tel"]::-ms-input-placeholder,
input.astro-d4gzbk66[type="number"]::-ms-input-placeholder,
textarea.astro-d4gzbk66::-ms-input-placeholder,
select.astro-d4gzbk66::-ms-input-placeholder {
  color: #555;
}

input.astro-d4gzbk66[type="text"]:disabled,
input.astro-d4gzbk66[type="text"]:read-only,
input.astro-d4gzbk66[type="password"]:disabled,
input.astro-d4gzbk66[type="password"]:read-only,
input.astro-d4gzbk66[type="tel"]:disabled,
input.astro-d4gzbk66[type="tel"]:read-only,
input.astro-d4gzbk66[type="number"]:disabled,
input.astro-d4gzbk66[type="number"]:read-only,
textarea.astro-d4gzbk66:disabled,
textarea.astro-d4gzbk66:read-only,
select.astro-d4gzbk66:disabled,
select.astro-d4gzbk66:read-only {
  color: #8b8e93;
}

input.astro-d4gzbk66[type="text"].cm-failed-field,
input.astro-d4gzbk66[type="password"].cm-failed-field,
input.astro-d4gzbk66[type="tel"].cm-failed-field,
input.astro-d4gzbk66[type="number"].cm-failed-field,
textarea.astro-d4gzbk66.cm-failed-field,
select.astro-d4gzbk66.cm-failed-field {
  box-shadow: inset 0 0 0 1px #af352b;
}

input.astro-d4gzbk66.hidden,
textarea.astro-d4gzbk66.hidden,
select.astro-d4gzbk66.hidden {
  display: none;
}

@keyframes bounceArrow {
  0% {
    transform: translate(-100%, -50%);
  }

  50% {
    transform: translate(-80%, -50%);
  }

  100% {
    transform: translate(-100%, -50%);
  }
}

.row.astro-d4gzbk66 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0;
  min-width: 280px;
  box-sizing: border-box;
}

.row-fluid.astro-d4gzbk66 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.row-full-width.astro-d4gzbk66 {
  margin-right: -16px;
  margin-left: -16px;
}

.row-full-width.astro-d4gzbk66 .row-fluid.astro-d4gzbk66 {
  max-width: 1272px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  .row-full-width.astro-d4gzbk66 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .row-full-width.astro-d4gzbk66 .row-fluid.astro-d4gzbk66 {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.astro-d4gzbk66[class*="span"] {
  position: relative;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .astro-d4gzbk66[class*="span"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .astro-d4gzbk66[class*="span"]:first-child {
    padding-left: 0;
  }

  .astro-d4gzbk66[class*="span"]:last-child {
    padding-right: 0;
  }

  .span1.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333333%;
    flex: 0 0 8.3333333333333%;
    max-width: 8.3333333333333%;
  }

  .span2.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666667%;
    flex: 0 0 16.666666666667%;
    max-width: 16.666666666667%;
  }

  .span3.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .span4.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%;
  }

  .span5.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666666666667%;
    flex: 0 0 41.666666666667%;
    max-width: 41.666666666667%;
  }

  .span6.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .span7.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333%;
    flex: 0 0 58.333333333333%;
    max-width: 58.333333333333%;
  }

  .span8.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666666667%;
    flex: 0 0 66.666666666667%;
    max-width: 66.666666666667%;
  }

  .span9.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .span10.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333333333%;
    flex: 0 0 83.333333333333%;
    max-width: 83.333333333333%;
  }

  .span11.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666666666667%;
    flex: 0 0 91.666666666667%;
    max-width: 91.666666666667%;
  }

  .span12.astro-d4gzbk66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset12.astro-d4gzbk66 {
    margin-left: 100%;
  }

  .offset11.astro-d4gzbk66 {
    margin-left: 91.666666666667%;
  }

  .offset10.astro-d4gzbk66 {
    margin-left: 83.333333333333%;
  }

  .offset9.astro-d4gzbk66 {
    margin-left: 75%;
  }

  .offset8.astro-d4gzbk66 {
    margin-left: 66.666666666667%;
  }

  .offset7.astro-d4gzbk66 {
    margin-left: 58.333333333333%;
  }

  .offset6.astro-d4gzbk66 {
    margin-left: 50%;
  }

  .offset5.astro-d4gzbk66 {
    margin-left: 41.666666666667%;
  }

  .offset4.astro-d4gzbk66 {
    margin-left: 33.333333333333%;
  }

  .offset3.astro-d4gzbk66 {
    margin-left: 25%;
  }

  .offset2.astro-d4gzbk66 {
    margin-left: 16.666666666667%;
  }

  .offset1.astro-d4gzbk66 {
    margin-left: 8.3333333333333%;
  }
}

.g-schema-legend__list-item--category-1.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-3.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-4.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-2.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-7.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-10.astro-d4gzbk66 .g-radiobutton__input.astro-d4gzbk66:checked+.g-radiobutton__icon.astro-d4gzbk66 {
  background: #ffca00;
  border-color: #ffca00;
}

section.astro-sh445jdo {
  --swiper-navigation-sides-offset: -60px;
  --swiper-pagination-bottom: -10px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 320px;
}

.section__header.astro-sh445jdo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}

.section__title.astro-sh445jdo {
  color: #21242c;
  font-size: 25px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
  order: 1;
}

.section__button.astro-sh445jdo {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  order: 3;
}

.section__content.astro-sh445jdo {
  order: 2;
  grid-column: 2 span;
  position: relative;
}

@media (min-width: 475px) {
  section.astro-sh445jdo {
    max-width: 475px;
  }
}

@media (min-width: 630px) {
  section.astro-sh445jdo {
    max-width: 630px;
  }
}

@media (min-width: 768px) {
  section.astro-sh445jdo {
    grid-template-columns: 1fr;
    max-width: 768px;
  }

  .section__title.astro-sh445jdo {
    font-size: 30px;
    order: 1;
    margin-bottom: 32px;
  }

  .section__button.astro-sh445jdo {
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
    order: 2;
  }

  .section__content.astro-sh445jdo {
    order: 3;
    grid-column: 2 span;
  }
}

@media (min-width: 1440px) {
  section.astro-sh445jdo {
    max-width: 1140px;
  }

  .section__title.astro-sh445jdo {
    font-size: 40px;
  }
}

.gallery.astro-ihllb3az {
  padding-bottom: 22px;
}

.gallery.astro-ihllb3az {
  --swiper-navigation-top-offset: calc(50% + 10px);
  --swiper-pagination-bottom: -40px;
}

.gallery.astro-ihllb3az {
  width: 100%;
  padding: 0 15px;
}

.gallery-card.astro-ihllb3az {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  width: 290px;
  height: 345px;
}

.gallery-card.astro-ihllb3az:hover:after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px #99110f solid;
  cursor: pointer;
  z-index: 1;
}

.gallery-card.astro-ihllb3az:hover .gallery-card__txt.astro-ihllb3az {
  color: #99110f;
}

.gallery-card__img.astro-ihllb3az {
  object-fit: cover;
  width: 100%;
  height: 220px;
  vertical-align: middle;
}

.gallery-card__txt.astro-ihllb3az {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #21242c;
  text-align: center;
}

.swiper.astro-ihllb3az {
  height: 345px;
}

.gallery.astro-ihllb3az .swiper-button-prev.astro-ihllb3az {
  //display: flex;
  display: none;
  top: 130px;
  left: -7px;
}

.gallery.astro-ihllb3az .swiper-button-next.astro-ihllb3az {
  //display: flex;
  display: none;
  top: 130px;
  right: -7px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

@media (min-width: 768px) {
  .gallery-card.astro-ihllb3az {
    height: 375px;
  }

  .swiper.astro-ihllb3az {
    height: auto;
  }

  .gallery.astro-ihllb3az .swiper-button-prev.astro-ihllb3az {
    //display: flex;
    top: 140px;
    left: -12px;
  }

  .gallery.astro-ihllb3az .swiper-button-next.astro-ihllb3az {
    //display: flex;
    top: 140px;
    right: -12px;
  }
}

@media (min-width: 1440px) {
  .gallery.astro-ihllb3az {
    padding: 0;
    --swiper-pagination-bottom: -40px;
  }

  .gallery-card.astro-ihllb3az {
    height: 360px;
  }

  .gallery.astro-ihllb3az .swiper-button-prev.astro-ihllb3az {
    display: flex;
    top: 170px;
    left: -60px;
  }

  .gallery.astro-ihllb3az .swiper-button-next.astro-ihllb3az {
    display: flex;
    top: 170px;
    right: -60px;
  }
}

.main.astro-d5aildkg {
  padding-left: 0;
  padding-right: 0;
}

.mall-banner.astro-d5aildkg {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
  background-image: url(/assets/mall-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper.astro-d5aildkg {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid.astro-d5aildkg {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  gap: 16px;
  max-width: 290px;
  margin: auto;
}

.card.astro-d5aildkg {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  word-break: break-word;
}

.mall-service.astro-d5aildkg {
  margin-top: 24px;
}

.card-service.astro-d5aildkg {
  gap: 12px;
  grid-column: span 6;
  height: 152px;
  padding: 24px 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #21242c;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.card-service.astro-d5aildkg img.astro-d5aildkg {
  width: 40px;
  height: 40px;
}

.mall-gallery.astro-d5aildkg {
  margin: 40px 0;
}

.card-gallery.astro-d5aildkg {
  display: flex;
  gap: 16px;
  grid-column: span 6;
  height: 137px;
  overflow: hidden;
  cursor: pointer;
}

.card-gallery.astro-d5aildkg picture.astro-d5aildkg {
  width: 100%;
  height: 100%;
}

.card-gallery__img.astro-d5aildkg {
  object-fit: cover;
}

.mall-gallery__btn.astro-d5aildkg {
  margin-top: 24px;
}

.mall-slider.astro-d5aildkg {
  margin: 40px 0;
}

.gallery-wrapper.astro-d5aildkg {
  padding-left: 0;
  padding-right: 0;
}

.mall-slider__btn.astro-d5aildkg {
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.mall-slider__desc.astro-d5aildkg {
  margin-top: 48px;
  font-size: 13px;
  line-height: 20px;
}

.mall-slabs.astro-d5aildkg {
  margin-top: 40px;
}

.grid-slabs.astro-d5aildkg {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 8px;
  max-width: 290px;
  margin: auto;
  font-size: 13px;
  line-height: 20px;
  color: #21242c;
}

.grid-slabs__item.astro-d5aildkg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-column: span 12;
  padding: 30px 40px;
}

.slabs-item_text.astro-d5aildkg {}

.slabs-item_heading.astro-d5aildkg {}

.grid-slabs.astro-d5aildkg div.astro-d5aildkg:first-child {
  background-color: #fff4db;
}

.grid-slabs.astro-d5aildkg div.astro-d5aildkg:nth-child(2) {
  background-color: #ffcc00;
}

.grid-slabs.astro-d5aildkg div.astro-d5aildkg:nth-child(3) {
  background-color: #ffeaea;
}

.grid-slabs.astro-d5aildkg div.astro-d5aildkg:last-child {
  background-color: #c02222;
  color: #ffffff;
}

.slabs-item_heading.astro-d5aildkg {
  font-weight: 700;
}

.slabs-item_heading.astro-d5aildkg :first-child.astro-d5aildkg {
  font-size: 32px;
  line-height: 43px;
}

.slabs-item_heading.astro-d5aildkg :last-child.astro-d5aildkg {
  font-size: 20px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .mall-banner.astro-d5aildkg {
    max-width: 728px;
    background-position: 50% 45%;
  }

  .wrapper.astro-d5aildkg {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .mall-service.astro-d5aildkg {
    margin-top: 32px;
  }

  .mall-gallery.astro-d5aildkg {
    margin-top: 60px;
  }

  .grid.astro-d5aildkg {
    max-width: 728px;
    grid-template-rows: auto;
  }

  .card-service.astro-d5aildkg {
    grid-column: span 2;
  }

  .grid.astro-d5aildkg.grid-gallery {
    grid-template-rows: auto auto;
    gap: 40px;
  }

  .card-gallery.astro-d5aildkg {
    grid-column: span 4;
    height: 140px;
  }

  .card-gallery__img.astro-d5aildkg {
    object-fit: cover;
    height: auto;
  }

  .mall-gallery__btn.astro-d5aildkg {
    margin-top: 32px;
  }

  .mall-slider__desc.astro-d5aildkg {
    max-width: 640px;
  }

  .mall-slider__btn.astro-d5aildkg {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-slabs.astro-d5aildkg {
    max-width: 1140px;
  }

  .grid-slabs__item.astro-d5aildkg {
    grid-column: span 6;
    min-height: 300px;
    padding: 60px 40px;
  }

  .grid-slabs.astro-d5aildkg div.astro-d5aildkg:nth-child(2) {
    order: -1;
  }
}

@media (min-width: 1440px) {
  .mall-banner.astro-d5aildkg {
    max-width: 1140px;
    height: 515px;
    background-position: 50% 50%;
  }

  .wrapper.astro-d5aildkg {
    max-width: 1140px;
    margin-top: 60px;
  }

  .mall-gallery.astro-d5aildkg {
    margin: 80px 0 60px;
  }

  .mall-slider.astro-d5aildkg {
    margin-top: 60px;
  }

  .mall-slabs.astro-d5aildkg {
    margin-top: 60px;
  }

  .grid.astro-d5aildkg {
    max-width: 1140px;
    gap: 20px;
  }

  .card-service.astro-d5aildkg {
    gap: 20px;
    height: 188px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .card-service.astro-d5aildkg img.astro-d5aildkg {
    width: 80px;
    height: 80px;
  }

  .card-gallery.astro-d5aildkg {
    height: 260px;
  }

  .card-gallery__img.astro-d5aildkg {
    height: 100%;
  }

  .mall-slider__desc.astro-d5aildkg {
    max-width: 800px;
  }

  .grid-slabs__item.astro-d5aildkg {
    font-size: 15px;
    line-height: 22.5px;
  }

  .slabs-item_heading.astro-d5aildkg :first-child.astro-d5aildkg {
    font-size: 48px;
    line-height: 65px;
  }

  .slabs-item_heading.astro-d5aildkg :last-child.astro-d5aildkg {
    font-size: 24px;
    line-height: 32.5px;
  }
}

.fullscreen-slider__wrapper.astro-d5aildkg {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullscreen-slider--vertical.astro-d5aildkg {
  display: flex;
  flex-direction: row-reverse;
}

.fullscreen-slider.astro-d5aildkg {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.fullscreen-slider__backdrop.astro-d5aildkg {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.fullscreen-slider__backdrop--view.astro-d5aildkg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fullscreen-slider__close.astro-d5aildkg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 10;
}

#preview-slider.astro-d5aildkg {
  display: none;
  padding: 0 60px;
  margin-top: 24px;
  --swiper-pagination-bottom: -24px;
}

#preview-slider.astro-d5aildkg img.astro-d5aildkg {
  width: 100%;
  object-fit: cover;
}

.fullscreen-slider--horizontal.astro-d5aildkg #preview-slider.astro-d5aildkg {
  height: 60px;
}

.fullscreen-preview-slider.astro-d5aildkg {
  display: none;
}

#preview-slider.astro-d5aildkg .swiper-slide-thumb-active.astro-d5aildkg {
  border: 1.5px solid #21242c;
}

.fullscreen-preview-slider.astro-d5aildkg {
  width: 100px;
}

.fullscreen-preview-slider.astro-d5aildkg .swiper-slide.astro-d5aildkg {
  max-width: 100%;
}

#preview-slider.astro-d5aildkg picture.astro-d5aildkg,
.fullscreen-preview-slider.astro-d5aildkg picture.astro-d5aildkg {
  display: flex;
  width: 100%;
  height: 100%;
}

.fullscreen-preview-slider.astro-d5aildkg img.astro-d5aildkg {
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.fullscreen-slider__close.astro-d5aildkg svg.astro-d5aildkg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.fullscreen-slider__wrapper.astro-d5aildkg .swiper-pagination {
  --swiper-pagination-bottom: -34px;
}

.fullscreen-slider-container.astro-d5aildkg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  --swiper-navigation-sides-offset: 40px;
  --swiper-pagination-bottom: 40px;
}

.fullscreen-slider-container.astro-d5aildkg .swiper-button-prev,
.fullscreen-slider-container.astro-d5aildkg .swiper-button-next {
  display: none;
}

.fullscreen-preview-slider.astro-d5aildkg .swiper-slide-thumb-active.astro-d5aildkg {
  border: 1.5px solid #21242c;
}

.swiper-slide.astro-d5aildkg {
  cursor: pointer;
}

.swiper-wrapper.astro-d5aildkg {
  align-items: center;
}

@media (min-width: 768px) {
  .fullscreen-slider__wrapper.astro-d5aildkg .swiper-pagination {
    display: none;
  }

  #preview-slider.astro-d5aildkg {
    display: block;
    height: 60px;
  }

  .fullscreen-slider__wrapper.astro-d5aildkg .swiper-button-prev,
  .fullscreen-slider__wrapper.astro-d5aildkg .swiper-button-next {
    display: flex;
    bottom: 10px;
    top: auto;
  }

  .fullscreen-slider--vertical.astro-d5aildkg .swiper-button-prev {
    bottom: auto;
    left: 30px;
    top: 30px;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-d5aildkg .swiper-button-next {
    bottom: 6px;
    left: 30px;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-d5aildkg #preview-slider.astro-d5aildkg {
    width: 100px;
    padding: 60px 0;
    margin-top: 0;
    margin-right: 24px;
    flex-shrink: 0;
    height: auto;
  }

  .fullscreen-slider__close.astro-d5aildkg {
    top: 40px;
    right: 40px;
  }
}

@media (min-width: 1440px) {
  .fullscreen-slider--vertical.astro-d5aildkg #preview-slider.astro-d5aildkg {
    width: 70px;
    padding: 60px 0;
    margin-right: 28px;
  }

  .fullscreen-slider--vertical.astro-d5aildkg .swiper-button-prev {
    left: 15px;
    top: 30px;
  }

  .fullscreen-slider--vertical.astro-d5aildkg .swiper-button-next {
    bottom: 6px;
    left: 15px;
  }

  .fullscreen-slider-container.astro-d5aildkg .swiper-button-prev,
  .fullscreen-slider-container.astro-d5aildkg .swiper-button-next {
    display: flex;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  }

  .fullscreen-preview-slider.astro-d5aildkg {
    display: block;
    padding: 40px 0;
    margin-left: 40px;
    max-height: 100%;
  }

  .fullscreen-slider-container.astro-d5aildkg .swiper-pagination {
    display: none;
  }
}

.tags-line.astro-ryvywtft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: hidden;
}

.tags-line.astro-ryvywtft::-webkit-scrollbar {
  display: none;
}

.tags-line.astro-ryvywtft {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tags-line__item.astro-ryvywtft {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6a6d78;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 36px;
  margin-right: 4px;
  padding: 6px 16px;
  background-color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
}

.tags-line__item_active.astro-ryvywtft {
  background-color: #c02222;
  color: #ffffff;
}

.tags-line__item.astro-ryvywtft:hover {
  background-color: #99110f;
  color: #ffffff;
}

.masonry.astro-x52x2t2r {
  column-count: 1;
}

.masonry__item.astro-x52x2t2r {
  width: 100%;
  cursor: pointer;
  margin-top: 16px;
}

.masonry__item.astro-x52x2t2r:hover {
  opacity: 0.4;
}

.masonry__item.astro-x52x2t2r img.astro-x52x2t2r {
  object-fit: cover;
  vertical-align: middle;
}

.masonry__item.astro-x52x2t2r:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .masonry.astro-x52x2t2r {
    column-count: 2;
    gap: 40px;
  }

  .masonry__item.astro-x52x2t2r {
    margin-top: 40px;
  }
}

@media (min-width: 1440px) {
  .masonry.astro-x52x2t2r {
    column-count: 3;
  }
}

.fullscreen-slider__wrapper.astro-x52x2t2r {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullscreen-slider--vertical.astro-x52x2t2r {
  display: flex;
  flex-direction: row-reverse;
}

.fullscreen-slider.astro-x52x2t2r {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.fullscreen-slider__backdrop.astro-x52x2t2r {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.fullscreen-slider__backdrop--view.astro-x52x2t2r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fullscreen-slider__close.astro-x52x2t2r {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 10;
}

#preview-slider.astro-x52x2t2r {
  display: none;
  padding: 0 60px;
  margin-top: 24px;
  --swiper-pagination-bottom: -24px;
}

#preview-slider.astro-x52x2t2r img.astro-x52x2t2r {
  width: 100%;
  object-fit: cover;
}

.fullscreen-slider--horizontal.astro-x52x2t2r #preview-slider.astro-x52x2t2r {
  height: 60px;
}

.fullscreen-preview-slider.astro-x52x2t2r {
  display: none;
}

#preview-slider.astro-x52x2t2r .swiper-slide-thumb-active.astro-x52x2t2r {
  border: 1.5px solid #21242c;
}

.fullscreen-preview-slider.astro-x52x2t2r {
  width: 100px;
}

.fullscreen-preview-slider.astro-x52x2t2r .swiper-slide.astro-x52x2t2r {
  max-width: 100%;
}

#preview-slider.astro-x52x2t2r picture.astro-x52x2t2r,
.fullscreen-preview-slider.astro-x52x2t2r picture.astro-x52x2t2r {
  display: flex;
  width: 100%;
  height: 100%;
}

.fullscreen-preview-slider.astro-x52x2t2r img.astro-x52x2t2r {
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.fullscreen-slider__close.astro-x52x2t2r svg.astro-x52x2t2r {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.fullscreen-slider__wrapper.astro-x52x2t2r .swiper-pagination {
  --swiper-pagination-bottom: -34px;
}

.fullscreen-slider-container.astro-x52x2t2r {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  --swiper-navigation-sides-offset: 40px;
  --swiper-pagination-bottom: 40px;
}

.fullscreen-slider-container.astro-x52x2t2r .swiper-button-prev,
.fullscreen-slider-container.astro-x52x2t2r .swiper-button-next {
  display: none;
}

.fullscreen-preview-slider.astro-x52x2t2r .swiper-slide-thumb-active.astro-x52x2t2r {
  border: 1.5px solid #21242c;
}

.swiper-slide.astro-x52x2t2r {
  cursor: pointer;
}

.swiper-wrapper.astro-x52x2t2r {
  align-items: center;
}

@media (min-width: 768px) {
  .fullscreen-slider__wrapper.astro-x52x2t2r .swiper-pagination {
    display: none;
  }

  #preview-slider.astro-x52x2t2r {
    display: block;
    height: 60px;
  }

  .fullscreen-slider__wrapper.astro-x52x2t2r .swiper-button-prev,
  .fullscreen-slider__wrapper.astro-x52x2t2r .swiper-button-next {
    display: flex;
    bottom: 10px;
    top: auto;
  }

  .fullscreen-slider--vertical.astro-x52x2t2r .swiper-button-prev {
    bottom: auto;
    left: 30px;
    top: 30px;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-x52x2t2r .swiper-button-next {
    bottom: 6px;
    left: 30px;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-x52x2t2r #preview-slider.astro-x52x2t2r {
    width: 100px;
    padding: 60px 0;
    margin-top: 0;
    margin-right: 24px;
    flex-shrink: 0;
    height: auto;
  }

  .fullscreen-slider__close.astro-x52x2t2r {
    top: 40px;
    right: 40px;
  }
}

@media (min-width: 1440px) {
  .fullscreen-slider--vertical.astro-x52x2t2r #preview-slider.astro-x52x2t2r {
    width: 70px;
    padding: 60px 0;
    margin-right: 28px;
  }

  .fullscreen-slider--vertical.astro-x52x2t2r .swiper-button-prev {
    left: 15px;
    top: 30px;
  }

  .fullscreen-slider--vertical.astro-x52x2t2r .swiper-button-next {
    bottom: 6px;
    left: 15px;
  }

  .fullscreen-slider-container.astro-x52x2t2r .swiper-button-prev,
  .fullscreen-slider-container.astro-x52x2t2r .swiper-button-next {
    display: flex;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  }

  .fullscreen-preview-slider.astro-x52x2t2r {
    display: block;
    padding: 40px 0;
    margin-left: 40px;
    max-height: 100%;
  }

  .fullscreen-slider-container.astro-x52x2t2r .swiper-pagination {
    display: none;
  }
}

.heading.astro-mrvidhbb {
  width: 100%;
  margin-top: 24px;
}

.tags-list.astro-mrvidhbb {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
}

.actions.astro-mrvidhbb,
.mall-gallery.astro-mrvidhbb {
  margin-top: 24px;
}

.mall-gallery.astro-mrvidhbb {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {

  .heading.astro-mrvidhbb,
  .tags-list.astro-mrvidhbb,
  .actions.astro-mrvidhbb,
  .mall-gallery.astro-mrvidhbb {
    margin-top: 32px;
  }
}

@media (min-width: 1440px) {
  .actions.astro-mrvidhbb {
    width: 100%;
  }
}

.heading.astro-t3i4kq3f {
  width: 100%;
  margin-top: 24px;
}

.news.astro-t3i4kq3f {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  max-width: 290px;
  margin: 24px auto 0;
  width: 100%;
}

.card.astro-t3i4kq3f {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  height: auto;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.card.astro-t3i4kq3f picture.astro-t3i4kq3f {
  width: 137px;
  height: 137px;
}

.card.astro-t3i4kq3f img.astro-t3i4kq3f {
  object-fit: cover;
}

.card.astro-t3i4kq3f:hover:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px #99110f solid;
  cursor: pointer;
  z-index: 1;
}

.card__wrapper.astro-t3i4kq3f {
  padding: 8px 12px 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex: 1;
}

.card__title.astro-t3i4kq3f {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #21242c;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  overflow: hidden;
  word-wrap: break-word;
  flex: 1;
}

.card.astro-t3i4kq3f:hover .card__title.astro-t3i4kq3f {
  color: #c02222;
}

.card__period.astro-t3i4kq3f {
  color: #6a6d78;
  font-size: 9px;
  font-weight: 400;
  line-height: 140%;
  word-wrap: break-word;
}

.actions.astro-t3i4kq3f {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 16px;
  align-items: center;
  grid-column: span 12;
}

.actions__button.astro-t3i4kq3f {
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .heading.astro-t3i4kq3f {
    margin-top: 32px;
  }

  .news.astro-t3i4kq3f {
    max-width: 728px;
    gap: 40px;
    margin-top: 32px;
  }

  .card.astro-t3i4kq3f {
    grid-column: span 4;
  }

  .card.astro-t3i4kq3f picture.astro-t3i4kq3f {
    width: 216px;
    height: 216px;
  }

  .card__wrapper.astro-t3i4kq3f {
    padding: 16px 20px 24px;
  }

  .card__title.astro-t3i4kq3f {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 130%;
  }

  .card__period.astro-t3i4kq3f {
    font-size: 13px;
    line-height: 150%;
  }

  .actions.astro-t3i4kq3f {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-t3i4kq3f {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .news.astro-t3i4kq3f {
    max-width: 1140px;
  }

  .card.astro-t3i4kq3f {
    grid-column: span 3;
  }

  .card.astro-t3i4kq3f picture.astro-t3i4kq3f {
    width: 255px;
    height: 255px;
  }

  .card__wrapper.astro-t3i4kq3f {
    padding: 20px 20px 24px;
  }

  .card__title.astro-t3i4kq3f {
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 135%;
  }

  .card__period.astro-t3i4kq3f {
    font-size: 13px;
    line-height: 150%;
  }

  .actions.astro-t3i4kq3f {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-t3i4kq3f {
    width: auto;
  }
}

.news.astro-z4kz2cvi {
  padding-bottom: 22px;
}

.news.astro-z4kz2cvi {
  width: 100%;
}

.news.astro-z4kz2cvi picture.astro-z4kz2cvi {
  width: 135px;
  height: 135px;
}

.news-block.astro-z4kz2cvi {
  width: 255px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
  background: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

.card.astro-z4kz2cvi {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  text-decoration: none;
  height: auto;
}

.card.astro-z4kz2cvi:hover:after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px #99110f solid;
  cursor: pointer;
  z-index: 1;
}

.card__wrapper.astro-z4kz2cvi {
  padding: 8px 12px 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex: 1;
}

.card__title.astro-z4kz2cvi {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #21242c;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  overflow: hidden;
  word-wrap: break-word;
  flex: 1;
}

.card.astro-z4kz2cvi:hover .card__title.astro-z4kz2cvi {
  color: #c02222;
}

.card__period.astro-z4kz2cvi {
  color: #6a6d78;
  font-size: 9px;
  font-weight: 400;
  line-height: 140%;
  word-wrap: break-word;
}

.swiper.astro-z4kz2cvi {
  height: 475px;
  padding-bottom: 20px;
  --swiper-pagination-bottom: 4px;
}

@media (min-width: 768px) {
  .news.astro-z4kz2cvi {
    --swiper-pagination-bottom: -20px;
  }

  .news.astro-z4kz2cvi picture.astro-z4kz2cvi {
    width: 216px;
    height: 216px;
  }

  .swiper.astro-z4kz2cvi {
    height: auto;
  }

  .card__wrapper.astro-z4kz2cvi {
    padding: 16px 20px 24px;
  }

  .card__title.astro-z4kz2cvi {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 130%;
  }

  .card__period.astro-z4kz2cvi {
    font-size: 13px;
    line-height: 150%;
  }
}

@media (min-width: 1440px) {
  .news.astro-z4kz2cvi {
    padding: 0;
    --swiper-pagination-bottom: -20px;
  }

  .news.astro-z4kz2cvi picture.astro-z4kz2cvi {
    width: 255px;
    height: 255px;
  }

  .card__wrapper.astro-z4kz2cvi {
    padding: 20px 20px 24px;
  }

  .card__title.astro-z4kz2cvi {
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 135%;
  }

  .card__period.astro-z4kz2cvi {
    font-size: 13px;
    line-height: 150%;
  }
}

.news-article.astro-l2qlm56e {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  margin-top: 24px;
}

.news-article__cover.astro-l2qlm56e {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.news-article__cover.astro-l2qlm56e picture.astro-l2qlm56e {
  width: 100%;
}

.news-article__cover.astro-l2qlm56e img.astro-l2qlm56e {
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
}

.news-article__rules.astro-l2qlm56e {
  margin-top: 24px;
}

.news-article__period.astro-l2qlm56e {
  font-size: 13px;
  line-height: 19.5px;
}

.news-article__slider.astro-l2qlm56e {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.rules.astro-l2qlm56e {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 16px 0 0;
}

.rules__img.astro-l2qlm56e {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rules__img.astro-l2qlm56e img.astro-l2qlm56e {
  object-fit: contain;
  vertical-align: middle;
}

.rules__list.astro-l2qlm56e h1.astro-l2qlm56e {
  font-size: 20px;
  line-height: 120%;
}

.rules__list.astro-l2qlm56e h4.astro-l2qlm56e {
  font-size: 18px;
  line-height: 24.5px;
}

.rules__list.astro-l2qlm56e p.astro-l2qlm56e {
  font-size: 13px;
  line-height: 150%;
  margin: 16px 0;
}

.rules_mb-0.astro-l2qlm56e {
  margin-bottom: 0 !important;
}

.swiper {
  //height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.news.astro-l2qlm56e {
  max-width: 290px;
}

@media (min-width: 475px) {
  .news.astro-l2qlm56e {
    max-width: 445px;
  }
}

@media (min-width: 768px) {
  .news-article.astro-l2qlm56e {
    max-width: 728px;
    margin-top: 32px;
  }

  .news-article__rules.astro-l2qlm56e {
    margin-top: 32px;
  }

  .rules.astro-l2qlm56e {
    gap: 40px;
  }

  .rules-shops.astro-l2qlm56e {
    font-size: 30px;
  }

  .rules__list.astro-l2qlm56e h1.astro-l2qlm56e {
    font-size: 25px;
  }

  .rules__list.astro-l2qlm56e h1.astro-l2qlm56e,
  h4.astro-l2qlm56e,
  p.astro-l2qlm56e {
    max-width: 640px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .news.astro-l2qlm56e {
    max-width: 728px;
  }
}

@media (min-width: 1140px) {
  .news-article.astro-l2qlm56e {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    max-width: 1140px;
  }

  .news-article__cover.astro-l2qlm56e {
    width: 353px;
  }

  .news-article__rules.astro-l2qlm56e {
    flex: 1;
    margin-top: 0;
  }

  .news-article__slider.astro-l2qlm56e {
    margin-top: 120px;
  }

  .rules__list.astro-l2qlm56e {
    max-width: 1020px;
  }

  .rules-shops.astro-l2qlm56e {
    font-size: 40px;
  }

  .rules__list.astro-l2qlm56e h1.astro-l2qlm56e {
    font-size: 30px;
  }

  .rules__list.astro-l2qlm56e h4.astro-l2qlm56e {
    font-size: 20px;
    line-height: 27px;
  }

  .rules__list.astro-l2qlm56e p.astro-l2qlm56e {
    font-size: 15px;
    line-height: 22px;
  }

  .rules__list.astro-l2qlm56e h1.astro-l2qlm56e,
  h4.astro-l2qlm56e,
  p.astro-l2qlm56e {
    max-width: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .news.astro-l2qlm56e {
    max-width: 1440px;
  }
}

.product.astro-qweobmgg {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}

.product__header.astro-qweobmgg {
  flex: 1;
  margin-bottom: 40px;
}

.product__body.astro-qweobmgg {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  max-width: 640px;
}

.product__time.astro-qweobmgg {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
}

.product__details.astro-qweobmgg {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-basis: 55%;
  max-width: 330px;
}

.product__icon.astro-qweobmgg {
  flex-shrink: 0;
}

.product__data.astro-qweobmgg {
  color: #6a6d78;
}

.product__info.astro-qweobmgg {
  color: #6a6d78;
}

.product__info.astro-qweobmgg p.astro-qweobmgg {
  margin-top: 0;
}

.product__info.astro-qweobmgg :last-child.astro-qweobmgg {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  br.astro-qweobmgg {
    display: none;
  }
}

@media (min-width: 768px) {
  .product.astro-qweobmgg {
    margin-top: 32px;
    gap: 32px;
  }

  .product__body.astro-qweobmgg {
    font-size: 15px;
    line-height: 150%;
    margin-top: 24px;
    gap: 24px;
  }
}

@media (min-width: 1440px) {
  .product.astro-qweobmgg {
    display: inline-flex;
    flex-direction: row;
    gap: 40px;
  }

  .product__offer.astro-qweobmgg {
    flex: 1;
  }

  .product__heading.astro-qweobmgg h1.astro-qweobmgg {
    font-size: 40px;
  }

  .product__details.astro-qweobmgg {
    max-width: 290px;
  }
}

.card-shop__info.astro-7d3x7akg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
  font-size: 13px;
  line-height: 150%;
}

.card-shop__details.astro-7d3x7akg {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}

.card-shop__details.astro-7d3x7akg:nth-child(3) {
  border-bottom: 0;
}

.card-shop__icon.astro-7d3x7akg {
  flex-shrink: 0;
}

.card-shop__txt.astro-7d3x7akg {
  display: flex;
  flex-direction: column;
}

.laptop-view.astro-7d3x7akg {
  display: none;
}

@media (min-width: 768px) {
  .card-shop__info.astro-7d3x7akg {
    flex-direction: row;
    align-items: center;
    order: 3;
    margin-top: 24px;
  }

  .card-shop__details.astro-7d3x7akg {
    flex-basis: 33%;
    padding: 10px 24px 10px 12px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 0;
    //border-right: 1px solid #dfdfdf;
  }

  .card-shop__info.astro-7d3x7akg:first-child {}

  .card-shop__details.astro-7d3x7akg:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .card-shop__details.astro-7d3x7akg:last-child {
    padding-right: 0;
  }

  .card-shop__info_promo.astro-7d3x7akg {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}

@media (min-width: 1440px) {
  .card-shop__info_promo.astro-7d3x7akg {
    justify-content: space-between;
    border-bottom: 0;
  }

  .card-shop__info_promo.astro-7d3x7akg .card-shop__details.astro-7d3x7akg {
    flex-basis: 25%;
    justify-content: center;
  }

  .card-shop__info_promo.astro-7d3x7akg .card-shop__details.astro-7d3x7akg:first-child {
    justify-content: flex-start;
  }

  .card-shop__info_promo.astro-7d3x7akg .card-shop__details.astro-7d3x7akg:last-child,
  .card-shop__details.astro-7d3x7akg:last-child {
    justify-content: flex-end;
  }

  .border-l_none.astro-7d3x7akg {
    border-left: none;
  }

  .laptop-view.astro-7d3x7akg {
    display: flex;
  }

  .fullWidth_none.astro-7d3x7akg {
    width: auto;
    margin: 0;
  }
}

.card-shop.astro-ralf33ae {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  color: #21242c;
}

.card-shop__title.astro-ralf33ae {
  width: 100%;
  order: 0;
  margin-bottom: 16px;
}

.card-shop__header.astro-ralf33ae {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.card-shop__container.astro-ralf33ae {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-shop__logo.astro-ralf33ae {
  width: 80px;
  height: 80px;
  vertical-align: middle;
}

.card-shop__to-promo.astro-ralf33ae {
  font-weight: 700;
  line-height: 120%;
  font-size: 13px;
}

.card-shop__link.astro-ralf33ae {
  text-decoration: none;
  color: #21242c;
}

.card-shop__link.astro-ralf33ae:hover {
  color: #c02222;
}

.card-shop__btn.astro-ralf33ae {
  display: inline-flex;
  margin-top: 20px;
  order: 3;
}

.show-btn_header.astro-ralf33ae {
  display: none;
  margin: 0;
}

.show-btn_mobile.astro-ralf33ae {
  display: inline-flex;
}

.show-btn_tablet.astro-ralf33ae {
  display: inline-flex;
}

@media (min-width: 768px) {
  .card-shop.astro-ralf33ae {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }

  .card-shop__header.astro-ralf33ae {
    flex-direction: row;
    align-items: center;
  }

  .card-shop__container.astro-ralf33ae {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .card-shop__btn.astro-ralf33ae {
    margin-top: 24px;
  }

  .show-btn_header.astro-ralf33ae {
    display: inline-flex;
    margin: 0;
  }

  .show-btn_mobile.astro-ralf33ae {
    display: none;
  }

  .show-btn_tablet.astro-ralf33ae {
    display: inline-flex;
  }
}

@media (min-width: 1440px) {
  .card-shop__title.astro-ralf33ae {
    margin-bottom: 20px;
  }

  .card-shop__logo_large.astro-ralf33ae {
    width: 100px;
    height: 100px;
  }

  .card-shop__btn.astro-ralf33ae {
    order: 3;
  }

  .show-btn_header.astro-ralf33ae {
    display: none;
  }

  .show-btn_tablet.astro-ralf33ae {
    display: none;
  }

  .fullWidth_none.astro-ralf33ae {
    width: auto;
  }
}

.promo-timer__wrapper.astro-gcyrpea5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  background-color: #282828;
  background-image: url(/assets/promo-large.jpg);
  background-repeat: no-repeat;
  background-position: 60% 100%;
  background-size: cover;
  padding: 20px;
}

.promo-timer__title.astro-gcyrpea5 {
  font-size: 18px;
  line-height: 135%;
  color: #ffffff;
}

.promo-timer.astro-gcyrpea5 {
  display: flex;
  gap: 40px;
}

.promo-timer__days.astro-gcyrpea5,
.promo-timer__hours.astro-gcyrpea5,
.promo-timer__minutes.astro-gcyrpea5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.promo-timer__days-count.astro-gcyrpea5,
.promo-timer__hours-count.astro-gcyrpea5,
.promo-timer__minutes-count.astro-gcyrpea5 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}

.promo-timer__days-text.astro-gcyrpea5,
.promo-timer__hours-text.astro-gcyrpea5,
.promo-timer__minutes-text.astro-gcyrpea5 {
  font-size: 13px;
  line-height: 120%;
  color: #ffffff;
  padding-top: 8px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  opacity: 0.2;
}

.shops.astro-gcyrpea5 {
  width: 100%;
  margin-top: 40px;
}

.shops-list.astro-gcyrpea5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.rules.astro-gcyrpea5 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 40px 0;
}

.rules__btn.astro-gcyrpea5 {
  display: none;
  padding: 0 20px;
}

.btn-active.astro-gcyrpea5 {
  display: block;
}

.rules__btn.astro-gcyrpea5 button.astro-gcyrpea5 {
  width: 100%;
}

.rules__list.astro-gcyrpea5 {
  display: none;
}

.rules__list.astro-gcyrpea5 h3.astro-gcyrpea5 {
  font-size: 20px;
  line-height: 120%;
}

.rules__list.astro-gcyrpea5 h4.astro-gcyrpea5 {
  font-size: 18px;
  line-height: 24.5px;
}

.rules__list.astro-gcyrpea5 p.astro-gcyrpea5 {
  font-size: 13px;
  line-height: 150%;
  margin: 16px 0;
}

.list-show.astro-gcyrpea5 {
  display: block;
}

.swiper {
  //height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.news-wrapper.astro-gcyrpea5 {
  margin-top: 40px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .promo-timer__wrapper.astro-gcyrpea5 {
    gap: 16px;
    padding: 40px;
  }

  .promo-timer__days.astro-gcyrpea5,
  .promo-timer__hours.astro-gcyrpea5,
  .promo-timer__minutes.astro-gcyrpea5 {
    gap: 16px;
  }

  .promo-timer__days-count.astro-gcyrpea5,
  .promo-timer__hours-count.astro-gcyrpea5,
  .promo-timer__minutes-count.astro-gcyrpea5 {
    font-size: 65px;
    line-height: 65px;
  }

  .promo-timer__days-text.astro-gcyrpea5,
  .promo-timer__hours-text.astro-gcyrpea5,
  .promo-timer__minutes-text.astro-gcyrpea5 {
    font-size: 15px;
    padding-top: 16px;
  }

  .shops-list.astro-gcyrpea5 {
    gap: 24px;
    margin-top: 32px;
  }

  .rules.astro-gcyrpea5 {
    gap: 40px;
  }

  .rules__btn.astro-gcyrpea5 button.astro-gcyrpea5 {
    width: auto;
  }

  .heading-shops.astro-gcyrpea5,
  .rules-shops.astro-gcyrpea5 {
    font-size: 30px;
  }

  .rules__list.astro-gcyrpea5 {
    max-width: 640px;
  }

  .rules__btn.astro-gcyrpea5 {
    padding: 0;
  }

  .rules__list.astro-gcyrpea5 h3.astro-gcyrpea5 {
    font-size: 25px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 1440px) {
  .promo-timer__wrapper.astro-gcyrpea5 {
    gap: 112px;
    background-position: 50%;
  }

  .promo-timer__title.astro-gcyrpea5 {
    font-size: 20px;
    line-height: 120%;
  }

  .shops.astro-gcyrpea5 {
    margin-top: 120px;
  }

  .shops-list.astro-gcyrpea5 {
    margin-bottom: 60px;
  }

  .rules.astro-gcyrpea5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rules__list.astro-gcyrpea5 {
    max-width: 1020px;
  }

  .heading-shops.astro-gcyrpea5,
  .rules-shops.astro-gcyrpea5 {
    font-size: 40px;
  }

  .rules__list.astro-gcyrpea5 h3.astro-gcyrpea5 {
    font-size: 30px;
  }

  .rules__list.astro-gcyrpea5 h4.astro-gcyrpea5 {
    font-size: 20px;
  }

  .rules__list.astro-gcyrpea5 p.astro-gcyrpea5 {
    font-size: 15px;
    line-height: 27px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  .news-wrapper.astro-gcyrpea5 {
    margin-top: 60px;
    padding-bottom: 10px;
  }
}

section.astro-txmsbymr {
  width: 100%;
  position: relative;
}

.slider.astro-txmsbymr {
  --swiper-navigation-top-offset: calc(50% - 20px);
  --swiper-pagination-bottom: -34px;
  height: 340px;
  width: 100%;
  margin: auto;
}

.slider.astro-txmsbymr picture.astro-txmsbymr {
  width: 100%;
}

.slider.astro-txmsbymr img.astro-txmsbymr {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper {
  //height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

@media (min-width: 768px) {
  .slider.astro-txmsbymr {
    max-width: 768px;
    --swiper-pagination-bottom: -40px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 1440px) {
  .slider.astro-txmsbymr {
    height: 515px;
    max-width: 1140px;
    --swiper-navigation-sides-offset: -60px;
  }

  .slider.astro-txmsbymr img.astro-txmsbymr {
    height: auto;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

.heading.astro-d4r2ifut {
  margin-top: 24px;
}

.wrapper.astro-d4r2ifut {
  margin-top: 24px;
  width: 100%;
}

.wrapper.astro-d4r2ifut .slider-height {
  height: 365px;
}

.promos-swiper.astro-d4r2ifut {
  max-width: 290px;
}

.promos-tags.astro-d4r2ifut {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
}

.promos-items.astro-d4r2ifut {
  margin: 24px auto 0;
}

.actions.astro-d4r2ifut {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 16px;
  align-items: center;
  grid-column: span 12;
}

.actions__button.astro-d4r2ifut {
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .heading.astro-d4r2ifut {
    margin-top: 32px;
  }

  .wrapper.astro-d4r2ifut .slider-height {
    height: 255px;
  }

  .promos-swiper.astro-d4r2ifut {
    max-width: 728px;
  }

  .promos-items.astro-d4r2ifut {
    margin-top: 32px;
  }

  .actions.astro-d4r2ifut {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }

  .actions__button.astro-d4r2ifut {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .wrapper.astro-d4r2ifut {
    margin-top: 32px;
  }

  .wrapper.astro-d4r2ifut .slider-height {
    height: 400px;
  }

  .promos-swiper.astro-d4r2ifut {
    max-width: 1140px;
  }
}

.grid.astro-w5c2rgbc {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
}

.grid-item.astro-w5c2rgbc {
  grid-column: span 6;
}

.card.astro-w5c2rgbc {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
}

.card.astro-w5c2rgbc:hover:after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px #99110f solid;
  cursor: pointer;
  z-index: 1;
}

.card__wrapper.astro-w5c2rgbc {
  padding: 8px 12px 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex: 1;
  width: 100%;
}

.card__title.astro-w5c2rgbc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #21242c;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  overflow: hidden;
  word-wrap: break-word;
  flex: 1;
}

.card.astro-w5c2rgbc:hover .card__title.astro-w5c2rgbc {
  color: #c02222;
}

.card__period.astro-w5c2rgbc {
  color: #6a6d78;
  font-size: 9px;
  font-weight: 400;
  line-height: 140%;
  word-wrap: break-word;
}

@media (min-width: 475px) {
  .grid-item.astro-w5c2rgbc {
    grid-column: span 4;
  }
}

@media (min-width: 630px) {
  .grid-item.astro-w5c2rgbc {
    grid-column: span 3;
  }
}

@media (min-width: 768px) {
  .grid.astro-w5c2rgbc {
    gap: 40px;
  }

  .grid-item.astro-w5c2rgbc {
    grid-column: span 4;
  }

  .card__wrapper.astro-w5c2rgbc {
    padding: 16px 20px 24px;
  }

  .card__title.astro-w5c2rgbc {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 135%;
  }

  .card__period.astro-w5c2rgbc {
    font-size: 13px;
    line-height: 150%;
  }
}

@media (min-width: 1440px) {
  .grid.astro-w5c2rgbc {
    gap: 40px;
  }

  .grid-item.astro-w5c2rgbc {
    grid-column: span 3;
  }

  .card__wrapper.astro-w5c2rgbc {
    padding: 20px 20px 24px;
  }

  .card__title.astro-w5c2rgbc {
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 135%;
  }

  .card__period.astro-w5c2rgbc {
    font-size: 13px;
    line-height: 150%;
  }
}

.fullscreen-slider__wrapper.astro-io7zck7e {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullscreen-slider--vertical.astro-io7zck7e {
  display: flex;
  flex-direction: row-reverse;
  max-height: 500px;
}

.fullscreen-slider.astro-io7zck7e {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.fullscreen-slider__backdrop.astro-io7zck7e {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.fullscreen-slider__backdrop--view.astro-io7zck7e {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fullscreen-slider__close.astro-io7zck7e {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 10;
}

.fullscreen-slider__close.astro-io7zck7e svg {
  touch-action: none;
}

#preview-slider.astro-io7zck7e {
  display: none;
  margin: 24px 60px 0;
  overflow: hidden;
  --swiper-pagination-bottom: -24px;
}

#preview-slider.astro-io7zck7e img.astro-io7zck7e {
  width: 100%;
  object-fit: cover;
}

.fullscreen-slider--horizontal.astro-io7zck7e #preview-slider.astro-io7zck7e {
  height: 60px;
}

.fullscreen-preview-slider.astro-io7zck7e {
  display: none;
}

#preview-slider.astro-io7zck7e .swiper-slide-thumb-active.astro-io7zck7e {
  border: 1.5px solid #21242c;
}

.fullscreen-preview-slider.astro-io7zck7e {
  width: 100px;
}

.fullscreen-preview-slider.astro-io7zck7e .swiper-slide.astro-io7zck7e {
  max-width: 100%;
}

#preview-slider.astro-io7zck7e picture.astro-io7zck7e,
.fullscreen-preview-slider.astro-io7zck7e picture.astro-io7zck7e {
  display: flex;
  width: 100%;
  height: 100%;
}

.fullscreen-preview-slider.astro-io7zck7e img.astro-io7zck7e {
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.fullscreen-slider__close.astro-io7zck7e svg.astro-io7zck7e {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.fullscreen-slider__wrapper.astro-io7zck7e .swiper-pagination {
  --swiper-pagination-bottom: -34px;
}

.fullscreen-slider-container.astro-io7zck7e {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  --swiper-navigation-sides-offset: 40px;
  --swiper-pagination-bottom: 40px;
}

.fullscreen-slider-container.astro-io7zck7e .swiper-button-prev,
.fullscreen-slider-container.astro-io7zck7e .swiper-button-next {
  display: none;
}

.fullscreen-preview-slider.astro-io7zck7e .swiper-slide-thumb-active.astro-io7zck7e {
  border: 1.5px solid #21242c;
}

.swiper-slide.astro-io7zck7e {
  cursor: pointer;
}

@media (min-width: 768px) {
  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-pagination {
    display: none;
  }

  #preview-slider.astro-io7zck7e {
    display: block;
    height: 60px;
  }

  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-button-prev,
  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-button-next {
    display: flex;
    bottom: 10px;
    top: auto;
  }

  .fullscreen-slider--vertical.astro-io7zck7e .swiper-button-prev {
    bottom: auto;
    right: 30px;
    top: 30px;
    left: unset;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-io7zck7e .swiper-button-next {
    bottom: 6px;
    right: 30px;
    transform: rotate(90deg);
  }

  .fullscreen-slider--vertical.astro-io7zck7e #preview-slider.astro-io7zck7e {
    width: 100px;
    margin: 60px 24px 60px 0;
    flex-shrink: 0;
    height: auto;
  }

  .fullscreen-slider__close.astro-io7zck7e {
    top: 40px;
    right: 40px;
  }
}

@media (min-width: 1440px) {
  .fullscreen-slider--vertical.astro-io7zck7e #preview-slider.astro-io7zck7e {
    width: 70px;
    margin: 60px 28px 60px 0;
  }

  .fullscreen-slider--vertical.astro-io7zck7e .swiper-button-prev {
    right: 15px;
    top: 30px;
    left: unset;
  }

  .fullscreen-slider--vertical.astro-io7zck7e .swiper-button-next {
    bottom: 6px;
    right: 15px;
  }

  .fullscreen-slider-container.astro-io7zck7e .swiper-button-prev,
  .fullscreen-slider-container.astro-io7zck7e .swiper-button-next {
    display: flex;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  }

  .fullscreen-preview-slider.astro-io7zck7e {
    display: block;
    padding: 40px 0;
    margin-left: 40px;
    max-height: 100%;
  }

  .fullscreen-slider-container.astro-io7zck7e .swiper-pagination {
    display: none;
  }
}

.product.astro-kuoeviqe {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}

.product__slider.astro-kuoeviqe {
  flex: 1;
  padding-bottom: 24px;
}

.product__header.astro-kuoeviqe {
  flex: 1;
  max-width: 640px;
  margin-bottom: 40px;
}

.product__body.astro-kuoeviqe {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  max-width: 640px;
}

.product__time.astro-kuoeviqe {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
}

.product__details.astro-kuoeviqe {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-basis: 55%;
  max-width: 330px;
}

.product__icon.astro-kuoeviqe {
  flex-shrink: 0;
}

.product__data.astro-kuoeviqe {
  color: #6a6d78;
}

.product__info.astro-kuoeviqe {
  color: #6a6d78;
}

.product__info.astro-kuoeviqe p.astro-kuoeviqe {
  margin-top: 0;
}

.product__info.astro-kuoeviqe :last-child.astro-kuoeviqe {
  margin-bottom: 0;
}

.shop.astro-kuoeviqe {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-shop.astro-kuoeviqe {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.card-shop__header.astro-kuoeviqe {
  width: 100%;
  order: 0;
  margin-bottom: 16px;
}

.card-shop__header.astro-kuoeviqe h5.astro-kuoeviqe {
  font-size: 15px;
  line-height: 135%;
}

.card-shop__logo.astro-kuoeviqe {
  width: 80px;
  height: 80px;
}

.card-shop__info.astro-kuoeviqe {
  display: flex;
  flex-direction: column;
  order: 1;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
  font-size: 13px;
  line-height: 125%;
  color: #21242c;
}

.card-shop__details.astro-kuoeviqe {
  display: flex;
  flex: 1;
  gap: 12px;
  align-items: center;
  height: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}

.card-shop__icon.astro-kuoeviqe {
  flex-shrink: 0;
}

.card-shop__details.astro-kuoeviqe:last-child {
  border-width: 0;
  padding-bottom: 0;
}

.card-shop__details-wrapper.astro-kuoeviqe {
  display: flex;
  flex-direction: column;
}

.card-shop__btn.astro-kuoeviqe {
  display: inline-flex;
  max-width: fit-content;
  margin-top: 32px;
  order: 3;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.news-wrapper.astro-kuoeviqe {
  margin-top: 40px;
  max-width: 290px;
}

@media (min-width: 480px) {
  br.astro-kuoeviqe {
    display: none;
  }
}

@media (min-width: 475px) {
  .news-wrapper.astro-kuoeviqe {
    max-width: 445px;
  }
}

@media (min-width: 768px) {
  .product.astro-kuoeviqe {
    margin-top: 32px;
    gap: 32px;
  }

  .product__slider.astro-kuoeviqe {
    padding: 0;
    overflow: hidden;
  }

  .product__body.astro-kuoeviqe {
    font-size: 15px;
    line-height: 150%;
    margin-top: 24px;
    gap: 24px;
  }

  .heading-shop.astro-kuoeviqe {
    font-size: 30px;
    line-height: 120%;
  }

  .card-shop.astro-kuoeviqe {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }

  .card-shop__btn.astro-kuoeviqe {
    order: 2;
    margin-top: 0;
  }

  .card-shop__info.astro-kuoeviqe {
    flex-direction: row;
    align-items: center;
    order: 3;
    margin-top: 24px;
  }

  .card-shop__details.astro-kuoeviqe {
    padding: 0 12px 0 0;
    border-bottom: 0;
    border-right: 1px solid #dfdfdf;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .news-wrapper.astro-kuoeviqe {
    max-width: 728px;
  }
}

@media (min-width: 1440px) {
  .product.astro-kuoeviqe {
    display: inline-flex;
    flex-direction: row;
    gap: 40px;
  }

  .product__heading.astro-kuoeviqe h2.astro-kuoeviqe {
    font-size: 40px;
    line-height: 120%;
  }

  .product__details.astro-kuoeviqe {
    max-width: 290px;
  }

  .shop.astro-kuoeviqe {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .heading-shop.astro-kuoeviqe {
    font-size: 40px;
    line-height: 120%;
  }

  .card-shop__header.astro-kuoeviqe {
    margin-bottom: 20px;
  }

  .card-shop__header.astro-kuoeviqe h5.astro-kuoeviqe {
    font-size: 18px;
    line-height: 135%;
  }

  .card-shop__logo.astro-kuoeviqe {
    width: 100px;
    height: 100px;
  }

  .card-shop__btn.astro-kuoeviqe {
    order: 3;
  }

  .card-shop__info.astro-kuoeviqe {
    width: initial;
    margin: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  .news-wrapper.astro-kuoeviqe {
    margin-top: 60px;
    padding-bottom: 10px;
    max-width: 1440px;
  }
}

.rent-title.astro-qlrp5phu {
  margin-top: 24px;
  width: 100%;
}

.rent.astro-qlrp5phu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 24px;
}

.rent__view.astro-qlrp5phu {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  overflow: hidden;
}

.rent__info.astro-qlrp5phu {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
}

.rent__desc.astro-qlrp5phu p.astro-qlrp5phu {
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 0;
}

.rent-card.astro-qlrp5phu h2.astro-qlrp5phu {
  font-size: 20px;
  line-height: 27px;
}

.rent-card__list.astro-qlrp5phu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  font-size: 13px;
  line-height: 19.5px;
}

.rent-card__item.astro-qlrp5phu {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}

.rent-card__item.astro-qlrp5phu div.astro-qlrp5phu {
  flex: 1;
}

.item-title.astro-qlrp5phu {
  padding-right: 16px;
  color: #21242c;
}

.rent__btn.astro-qlrp5phu {
  padding: 0 20px;
}

.rent__btn.astro-qlrp5phu button.astro-qlrp5phu {
  width: 100%;
}

.rental-application.astro-qlrp5phu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.rental-application.astro-qlrp5phu a.astro-qlrp5phu {
  text-decoration: underline;
}

.rental-application__input.astro-qlrp5phu {
  width: 100%;
}

.rental-application__button.astro-qlrp5phu {
  margin: 12px 0;
}

.input-error.astro-qlrp5phu {
  display: none;
  padding: 8px 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #c02222;
}

@media (min-width: 768px) {
  .rent.astro-qlrp5phu {
    gap: 15px;
  }

  .rent-title.astro-qlrp5phu {
    margin-top: 32px;
  }

  .rent-card.astro-qlrp5phu h2.astro-qlrp5phu {
    font-size: 30px;
    line-height: 36px;
  }

  .rent__view.astro-qlrp5phu {
    gap: 16px;
  }

  .rent__slider.astro-qlrp5phu {
    height: 400px;
  }

  .rent__info.astro-qlrp5phu {
    gap: 40px;
  }

  .rent-card__list.astro-qlrp5phu {
    gap: 16px;
    font-size: 15px;
    line-height: 22.5px;
  }

  .rent__btn.astro-qlrp5phu {
    padding: 0;
  }

  .rent__btn.astro-qlrp5phu button.astro-qlrp5phu {
    width: auto;
  }

  .rental-application.astro-qlrp5phu {
    gap: 16px;
  }

  .rental-application__button.astro-qlrp5phu {
    margin: 16px 0 8px;
  }
}

@media (min-width: 1440px) {
  .rent-title.astro-qlrp5phu {
    margin-top: 32px;
  }

  .rent.astro-qlrp5phu {
    display: inline-flex;
    flex-direction: row;
    gap: 40px;
  }

  .rent__view.astro-qlrp5phu {
    width: 550px;
    flex: none;
    gap: 26px;
  }

  .rent__slider.astro-qlrp5phu {
    height: 320px;
  }
}

.rent-object-card.astro-vzhdubln {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  padding: 20px 20px 20px 24px;
}

.rent-object-card.astro-vzhdubln:hover {
  transform: scale(1.05);
  box-shadow: 0px 8.39px 16.77px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.rent-object-card.astro-vzhdubln:hover button {
  background: #99110f;
}

.rent-object-card__image.astro-vzhdubln {
  display: flex;
}

.rent-object-card__wrapper.astro-vzhdubln {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
}

.rent-object-card__title.astro-vzhdubln {
  width: 100%;
  color: #21242c;
  font-size: 15px;
  line-height: 135%;
  font-weight: 700;
}

.rent-object-card__details.astro-vzhdubln {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding-bottom: 10px;
}

.rent-object-card__detail.astro-vzhdubln {
  display: flex;
  justify-content: space-between;
}

.rent-object-card__detail-title.astro-vzhdubln {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #21242c;
  font-size: 13px;
  line-height: 150%;
}

.rent-object-card__detail-value.astro-vzhdubln {
  width: 100px;
  font-size: 13px;
  line-height: 150%;
}

.rent-object-card__offer.astro-vzhdubln {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rent-object-card__offer-price.astro-vzhdubln {
  font-size: 13px;
  line-height: 150%;
}

.rent-object-card__offer-price.astro-vzhdubln span.astro-vzhdubln {
  color: #21242c;
}

@media (min-width: 768px) {
  .rent-object-card.astro-vzhdubln {
    flex-direction: row;
    gap: 40px;
    padding: 20px;
    align-items: flex-start;
  }

  .rent-object-card__wrapper.astro-vzhdubln {
    gap: 24px;
  }

  .rent-object-card__title.astro-vzhdubln {
    font-size: 18px;
  }

  .rent-object-card__details.astro-vzhdubln {
    gap: 16px;
    padding-bottom: 16px;
  }

  .rent-object-card__detail-title.astro-vzhdubln,
  .rent-object-card__detail-value.astro-vzhdubln,
  .rent-object-card__offer-price.astro-vzhdubln {
    font-size: 15px;
  }

  .rent-object-card__offer.astro-vzhdubln {
    column-gap: 20px;
  }

  .rent-object-card__offer-price.astro-vzhdubln {
    min-width: 128px;
  }

  .rent-object-card__detail-value.astro-vzhdubln {
    width: 115px;
  }
}

@media (min-width: 1440px) {
  .rent-object-card.astro-vzhdubln {
    padding-right: 40px;
  }

  .rent-object-card__wrapper.astro-vzhdubln {
    gap: 20px;
  }

  .rent-object-card__title.astro-vzhdubln {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .rent-object-card__detail-value.astro-vzhdubln {
    width: 154px;
  }

  .rent-object-card__offer.astro-vzhdubln {
    flex-direction: column;
    gap: 12px;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
  }
}

.textarea.astro-fana4di5 {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 12px 16px;
}

textarea.astro-fana4di5 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
  line-height: 150%;
  color: #21242c;
}

textarea.astro-fana4di5:focus {
  color: #21242c;
  outline: none;
}

textarea.astro-fana4di5::placeholder {
  color: rgba(61, 63, 69, 0.4);
}

.textarea__prefix.astro-fana4di5,
.textarea__suffix.astro-fana4di5 {
  display: flex;
  font-size: 15px;
  line-height: 135%;
  color: #21242c;
}

.textarea__suffix.astro-fana4di5 sup {
  font-size: 10px;
}

.textarea__suffix.astro-fana4di5 {
  padding-bottom: 4px;
}

.textarea__icon.astro-fana4di5 {
  display: flex;
  cursor: pointer;
}

.textarea__icon.astro-fana4di5 svg.astro-fana4di5 {
  stroke: #6a6d78;
}

textarea.astro-fana4di5:not(:placeholder-shown)+.textarea__icon.astro-fana4di5 svg.astro-fana4di5 {
  stroke: #c02222;
}

.textarea--primary.astro-fana4di5 {
  background: #ffffff;
}

.textarea--primary.astro-fana4di5 textarea.astro-fana4di5 {
  color: #21242c;
}

.textarea--primary.astro-fana4di5 textarea.astro-fana4di5::placeholder {
  color: rgba(61, 63, 69, 0.4);
}

.textarea--primary.astro-fana4di5 .textarea__icon.astro-fana4di5 svg.astro-fana4di5 {
  stroke: #6a6d78;
}

.textarea--primary.astro-fana4di5 textarea.astro-fana4di5:not(:placeholder-shown)+.textarea__icon.astro-fana4di5 svg.astro-fana4di5 {
  stroke: #000000;
}

textarea.astro-fana4di5::-webkit-outer-spin-button,
textarea.astro-fana4di5::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea.astro-fana4di5[type="number"] {
  -moz-appearance: textfield;
}

section.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 32px;
}

.rent-objects__wrapper.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.rent-objects__filters.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rent-objects__filters-mobile.astro-so3xpxwu {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.rent-objects__filters-desktop.astro-so3xpxwu {
  display: none;
}

.rent-objects__filter.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rent-objects__filter-inputs.astro-so3xpxwu {
  display: flex;
  gap: 12px;
}

.rent-objects__result.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rent-objects__result-panel.astro-so3xpxwu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.rent-objects__result-list.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rent-objects__result-count.astro-so3xpxwu {
  font-size: 15px;
  line-height: 145%;
}

.rent-objects__result-sort.astro-so3xpxwu {
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 145%;
}

.rent-objects__result-empty.astro-so3xpxwu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.rent-objects__result-empty-text.astro-so3xpxwu {
  width: 100%;
  text-align: center;
  max-width: 406px;
  font-size: 15px;
  line-height: 150%;
  color: #21242c;
}

.rent-objects__result-empty-button.astro-so3xpxwu {
  width: 100%;
  padding: 0 20px;
}

.rent-objects__button.astro-so3xpxwu {
  margin: 24px auto 0;
}

.retail-application.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.retail-application.astro-so3xpxwu a.astro-so3xpxwu {
  text-decoration: underline;
}

.retail-application__input.astro-so3xpxwu {
  width: 100%;
}

.retail-application__button.astro-so3xpxwu {
  margin: 12px 0;
}

.input-error.astro-so3xpxwu {
  display: none;
  padding: 8px 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #c02222;
}

.rental-application.astro-so3xpxwu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.rental-application.astro-so3xpxwu a.astro-so3xpxwu {
  text-decoration: underline;
}

.rental-application__input.astro-so3xpxwu {
  width: 100%;
}

.rental-application__button.astro-so3xpxwu {
  margin: 12px 0;
}

.input-error.astro-so3xpxwu {
  display: none;
  padding: 8px 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #c02222;
}

@media (min-width: 768px) {
  .rent-objects__wrapper.astro-so3xpxwu {
    flex-direction: row;
    gap: 40px;
    margin-top: 24px;
  }

  .rent-objects__filters.astro-so3xpxwu {
    width: 151px;
  }

  .rent-objects__filters-mobile.astro-so3xpxwu {
    display: none;
  }

  .rent-objects__filters-desktop.astro-so3xpxwu {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .rent-objects__result-sort.astro-so3xpxwu {
    display: flex;
  }

  .rent-objects__filter-inputs.astro-so3xpxwu {
    flex-direction: column;
  }

  .rent-objects__result-empty-text.astro-so3xpxwu {
    font-size: 18px;
  }

  .rent-objects__result-empty-button.astro-so3xpxwu {
    width: auto;
  }

  .rent-objects__button.astro-so3xpxwu {
    margin-top: 32px;
  }

  .retail-application.astro-so3xpxwu {
    gap: 16px;
  }

  .retail-application__button.astro-so3xpxwu {
    margin: 16px 0 8px;
  }

  .rental-application.astro-so3xpxwu {
    gap: 16px;
  }

  .rental-application__button.astro-so3xpxwu {
    margin: 16px 0 8px;
  }
}

@media (min-width: 1440px) {
  .rent-objects__wrapper.astro-so3xpxwu {
    margin-top: 32px;
  }

  .rent-objects__filters.astro-so3xpxwu {
    width: 255px;
  }

  .rent-objects__filter-inputs.astro-so3xpxwu {
    flex-direction: row;
  }

  .rent-objects__result-empty.astro-so3xpxwu {
    gap: 24px;
  }

  .rent-objects__result-empty-text.astro-so3xpxwu {
    max-width: 550px;
  }
}

section.astro-ghab5ugl {
  width: 100%;
  padding-top: 32px;
}

.rent-objects__wrapper.astro-ghab5ugl {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.rent-objects__filters.astro-ghab5ugl {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rent-objects__filters-mobile.astro-ghab5ugl {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.rent-objects__filters-desktop.astro-ghab5ugl {
  display: none;
}

.rent-objects__filter.astro-ghab5ugl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rent-objects__filter-inputs.astro-ghab5ugl {
  display: flex;
  gap: 12px;
}

.rent-objects__result.astro-ghab5ugl {
  flex: 1;
}

.rent-objects__result-panel.astro-ghab5ugl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.rent-objects__result-list.astro-ghab5ugl {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rent-objects__result-count.astro-ghab5ugl {
  font-size: 15px;
  line-height: 145%;
}

.rent-objects__result-sort.astro-ghab5ugl {
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 145%;
}

@media (min-width: 768px) {
  .rent-objects__wrapper.astro-ghab5ugl {
    flex-direction: row;
    gap: 40px;
    margin-top: 24px;
  }

  .rent-objects__filters.astro-ghab5ugl {
    width: 151px;
  }

  .rent-objects__filters-mobile.astro-ghab5ugl {
    display: none;
  }

  .rent-objects__filters-desktop.astro-ghab5ugl {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .rent-objects__result-sort.astro-ghab5ugl {
    display: flex;
  }

  .rent-objects__filter-inputs.astro-ghab5ugl {
    flex-direction: column;
  }
}

@media (min-width: 1440px) {
  .rent-objects__wrapper.astro-ghab5ugl {
    margin-top: 32px;
  }

  .rent-objects__filters.astro-ghab5ugl {
    width: 255px;
  }

  .rent-objects__filter-inputs.astro-ghab5ugl {
    flex-direction: row;
  }
}

.shops.astro-vxf326hr {
  padding-bottom: 22px;
}

.shops.astro-vxf326hr {
  --swiper-navigation-top-offset: calc(50% + 10px);
}

.shops.astro-vxf326hr {
  width: 100%;
  padding: 0 15px;
}

.shop-card.astro-vxf326hr:hover {
  cursor: pointer;
}

.shops.astro-vxf326hr img.astro-vxf326hr {
  object-fit: contain;
}

.swiper.astro-vxf326hr {
  height: 204px;
}

@media (min-width: 768px) {
  .shops.astro-vxf326hr {
    padding: 0 20px;
    --swiper-pagination-bottom: -20px;
  }

  .swiper.astro-vxf326hr {
    height: auto;
  }
}

@media (min-width: 1440px) {
  .shops.astro-vxf326hr {
    padding: 0;
    --swiper-pagination-bottom: -40px;
  }

  .shops.astro-vxf326hr .swiper-button-prev,
  .shops.astro-vxf326hr .swiper-button-next {
    display: flex;
  }
}

.main.astro-xyztpeyn {
  padding-left: 0;
  padding-right: 0;
}

.main.astro-xyztpeyn :last-child.astro-xyztpeyn {
  margin-bottom: 0;
}

.rent-banner.astro-xyztpeyn {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: 100%;
  padding: 100px 24px 24px;
  background-color: #282828;
  background-image: url(/assets/rent-large.jpg);
  background-repeat: no-repeat;
  background-position: 53% 100%;
  background-size: cover;
}

.rent-banner__header.astro-xyztpeyn {
  color: #ffffff;
}

.rent-banner__txt.astro-xyztpeyn {
  font-size: 13px;
  line-height: 150%;
}

.wrapper.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.rent-info.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}

.rent-desc.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.rent-desc.astro-xyztpeyn h1.astro-xyztpeyn {
  font-size: 18px;
  line-height: 24.5px;
}

.rent-desc__info.astro-xyztpeyn {
  font-size: 13px;
  line-height: 19.5px;
}

.grid.astro-xyztpeyn {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  gap: 12px;
  margin: auto;
}

.card.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 12px;
  height: 152px;
  padding: 18px;
  grid-column: span 6;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #21242c;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.card__icon.astro-xyztpeyn {
  display: flex;
  width: 40px;
  height: 40px;
}

.card_large.astro-xyztpeyn {
  grid-column: span 12;
  height: 170px;
}

.card__info_sub.astro-xyztpeyn {
  font-size: 9px;
  font-weight: 400;
  line-height: 12.5px;
}

.rent-slider.astro-xyztpeyn {
  width: 100%;
}

.rent-btn.astro-xyztpeyn {
  margin-top: 16px;
  padding: 0 20px;
}

.rent-btn.astro-xyztpeyn button.astro-xyztpeyn {
  width: 100%;
}

.rent-map.astro-xyztpeyn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rent-map.astro-xyztpeyn img.astro-xyztpeyn {
  object-fit: contain;
  vertical-align: middle;
}

.shops-container.astro-xyztpeyn {
  padding-left: 0;
  padding-right: 0;
}

.rent-deal.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #ffffff;
  padding: 20px;
}

.rent-deal__info.astro-xyztpeyn h4.astro-xyztpeyn {
  font-size: 20px;
  line-height: 27px;
}

.rent-deal__info.astro-xyztpeyn h6.astro-xyztpeyn {
  font-size: 13px;
  line-height: 15.5px;
  margin-top: 16px;
}

.rent-deal__info.astro-xyztpeyn div.astro-xyztpeyn {
  font-size: 13px;
  line-height: 19.5px;
  margin-top: 8px;
}

.rent-deal__contacts.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rent-deal__social.astro-xyztpeyn {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.rent-deal__request.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rent-deal__manager.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.manager-avatar.astro-xyztpeyn {
  width: 160px;
  height: 160px;
  background-color: #6a6d78;
  border-radius: 50%;
  background-image: url(/images/rent/Manager.jpg);
  background-position: center;
  background-size: contain;
}

.manager-name.astro-xyztpeyn {
  font-size: 12px;
  line-height: 150%;
  color: #21242c;
}

.rent-deal__btns.astro-xyztpeyn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 250px;
}

.gallery-wrapper.astro-xyztpeyn {
  padding-left: 0;
  padding-right: 0;
}

.gallery-btn.astro-xyztpeyn {
  margin-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-btn.astro-xyztpeyn button.astro-xyztpeyn {
  width: 100%;
}

@media (min-width: 360px) {
  .parking.astro-xyztpeyn {
    display: none;
  }
}

@media (min-width: 500px) {
  .rent-deal.astro-xyztpeyn {
    flex-direction: row;
    justify-content: space-between;
  }

  .rent-deal__contacts.astro-xyztpeyn {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .br-none.astro-xyztpeyn {
    display: none;
  }

  .rent-banner.astro-xyztpeyn {
    max-width: 728px;
    padding: 100px 32px 32px;
  }

  .rent-banner__header.astro-xyztpeyn {
    font-size: 30px;
  }

  .wrapper.astro-xyztpeyn {
    max-width: 728px;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .rent-info.astro-xyztpeyn {
    gap: 32px;
    margin-bottom: 0;
  }

  .rent-desc.astro-xyztpeyn h1.astro-xyztpeyn {
    max-width: 640px;
    font-size: 20px;
    line-height: 27px;
  }

  .rent-desc__info.astro-xyztpeyn {
    display: none;
  }

  .grid.astro-xyztpeyn {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .card.astro-xyztpeyn {
    padding: 20px;
    grid-column: span 4;
  }

  .card_large.astro-xyztpeyn {
    grid-row: span 2;
    padding: 20px;
    height: 316px;
  }

  .commercial.astro-xyztpeyn {
    display: none;
  }

  .rent-btn.astro-xyztpeyn {
    margin-top: 0;
    padding: 0;
  }

  .rent-btn.astro-xyztpeyn button.astro-xyztpeyn {
    width: auto;
  }

  .rent-deal.astro-xyztpeyn {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
  }

  .rent-deal__contacts.astro-xyztpeyn {
    justify-content: space-between;
  }

  .rent-deal__info.astro-xyztpeyn h4.astro-xyztpeyn {
    font-size: 25px;
    line-height: 120%;
  }

  .rent-deal__info.astro-xyztpeyn h6.astro-xyztpeyn {
    font-size: 15px;
    line-height: 20px;
  }

  .rent-deal__info.astro-xyztpeyn div.astro-xyztpeyn {
    font-size: 15px;
    line-height: 22.5px;
  }

  .rent-deal__request.astro-xyztpeyn {
    width: 250px;
    gap: 24px;
  }

  .manager-avatar.astro-xyztpeyn {
    width: 200px;
    height: 200px;
  }

  .manager-name.astro-xyztpeyn {
    font-size: 13px;
  }

  .gallery-btn.astro-xyztpeyn {
    margin-top: 32px;
    padding-right: 0;
    padding-left: 0;
  }

  .gallery-btn.astro-xyztpeyn button.astro-xyztpeyn {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .rent-banner.astro-xyztpeyn {
    max-width: 1140px;
    padding: 340px 40px 40px;
    background-position: 80% 100%;
  }

  .rent-banner__header.astro-xyztpeyn {
    font-size: 40px;
  }

  .rent-banner__txt.astro-xyztpeyn {
    font-size: 15px;
    line-height: 22.5px;
  }

  .wrapper.astro-xyztpeyn {
    max-width: 1140px;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rent-info.astro-xyztpeyn {
    gap: 40px;
  }

  .rent-desc.astro-xyztpeyn {
    width: 550px;
  }

  .rent-desc.astro-xyztpeyn h1.astro-xyztpeyn {
    font-size: 30px;
    line-height: 36px;
  }

  .grid.astro-xyztpeyn {
    width: auto;
  }

  .rent-info.astro-xyztpeyn {
    flex-direction: row;
    align-items: flex-start;
  }

  .square.astro-xyztpeyn {
    display: none;
  }

  .commercial.astro-xyztpeyn {
    display: block;
  }

  .rent-slider.astro-xyztpeyn {
    width: 550px;
  }

  .rent-deal__contacts.astro-xyztpeyn {
    justify-content: space-between;
  }

  .rent-deal__info.astro-xyztpeyn h4.astro-xyztpeyn {
    font-size: 30px;
    line-height: 120%;
  }

  .rent-deal__info.astro-xyztpeyn h6.astro-xyztpeyn {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }

  .rent-deal__info.astro-xyztpeyn div.astro-xyztpeyn {
    font-size: 18px;
    line-height: 27px;
  }

  .rent-deal__request.astro-xyztpeyn {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    gap: 40px;
  }

  .rent-deal__manager.astro-xyztpeyn {
    gap: 20px;
  }

  .manager-avatar.astro-xyztpeyn {
    width: 250px;
    height: 250px;
  }

  .manager-name.astro-xyztpeyn {
    font-size: 15px;
  }

  .rent-deal__btns.astro-xyztpeyn {
    width: 250px;
  }
}

.scheme.astro-cc2n66mt {
  padding: 0;
  max-width: 100%;
  background-color: rgb(24, 26, 35);
}

section.astro-cc2n66mt {
  width: 100%;
  height: 100%;
}

.ty-ajax-loading-box.astro-cc2n66mt {
  background: #fff;
  border-radius: 10px;
}

.g-mall-schema-container.astro-cc2n66mt {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: var(--bg-bg, #181a23);
  user-select: none;
}

.g-mall-schema-container--theme-L.astro-cc2n66mt {
  --bg-bg: #fcfcf8;
  --controls-bg: rgba(255, 255, 255, 0.9);
  --controls-hover: #f7cf3d;
  --controls-divider: #f3f3f3;
  --controls-txt: #0b1f35;
  --card-hover-bg: #fff;
  --card-hover-color: #000;
}

.g-mall-schema-container--list.astro-cc2n66mt {
  height: auto;
  overflow: inherit;
}

.g-mall-schema-container--list.astro-cc2n66mt .g-schema-legend.astro-cc2n66mt {
  position: static;
  margin-top: 30px;
}

.g-mall-schema-container--list.astro-cc2n66mt .g-mainbox-general.astro-cc2n66mt {
  margin-top: 30px;
}

.g-mall-schema-container--list.astro-cc2n66mt .g-shops-grid-card.astro-cc2n66mt {
  border: 1px solid #cbccce;
}

.g-mall-schema-container--list.astro-cc2n66mt .g-rent-area-grid-card.astro-cc2n66mt {
  border: 1px solid #cbccce;
}

.g-mall-schema-container__content.astro-cc2n66mt {
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
  height: 100%;
  overflow: auto;
}
.g-mall-schema-container__content.astro-cc2n66mt::-webkit-scrollbar {
  display: none;
}
.g-mall-schema-container.astro-cc2n66mt .row.astro-cc2n66mt {
  position: relative;
}

.g-mall-schema-container.astro-cc2n66mt .g-breadcrumbs__link.astro-cc2n66mt,
.g-mall-schema-container.astro-cc2n66mt .g-breadcrumbs__slash.astro-cc2n66mt {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .ty-no-items.astro-cc2n66mt {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-mainbox-general__title.astro-cc2n66mt {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt {
  border: none;
}

.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:hover,
.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:focus {
  background: var(--card-hover-bg, #282a36);
  box-shadow: none;
  color: var(--card-hover-color, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:hover .g-shops-list-card__contacts-link.astro-cc2n66mt,
.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:hover .g-shops-list-card__title.astro-cc2n66mt,
.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:focus .g-shops-list-card__contacts-link.astro-cc2n66mt,
.g-mall-schema-container.astro-cc2n66mt .g-shops-list-card.astro-cc2n66mt:focus .g-shops-list-card__title.astro-cc2n66mt {
  color: var(--card-hover-color, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-pagination__item.astro-cc2n66mt {
  color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-pagination__item--selected.astro-cc2n66mt {
  border-color: var(--controls-txt, #fff);
}

.g-mall-schema-container.astro-cc2n66mt .g-pagination__button.astro-cc2n66mt {
  color: var(--controls-txt, #fff);
  box-shadow: inset 0 0 0 1px var(--controls-txt, #fff);
}

@media (max-width: 969px) {
  .g-mall-schema-container__content.astro-cc2n66mt {
    margin-left: 0;
    margin-right: 0;
  }

  .g-mall-schema-container--list.astro-cc2n66mt .g-schema-legend.astro-cc2n66mt {
    margin-top: 10px;
  }

  .g-mall-schema-container.astro-cc2n66mt .g-mainbox-general__title.astro-cc2n66mt {
    display: none;
  }

  .g-mall-schema-container.astro-cc2n66mt .g-search-found-items.astro-cc2n66mt {
    margin-bottom: 18px;
    color: var(--controls-txt, #fff);
    font-size: 12px;
    font-weight: 400;
  }
}

.g-mall-schema.astro-cc2n66mt {
  position: relative;
  width: 100%;
  height: 100%;
}

.g-mall-schema__container.astro-cc2n66mt {
  cursor: grab;
  line-height: 0;
}

.g-mall-schema__container.astro-cc2n66mt.dragging {
  cursor: grabbing;
}

.g-mall-schema__container.astro-cc2n66mt .astro-cc2n66mt {
  outline: none;
  user-select: none;
}

.g-mall-schema__container.astro-cc2n66mt,
.g-mall-schema__image.astro-cc2n66mt {
  width: 100%;
  height: 100%;
}

.g-mall-schema__panes.astro-cc2n66mt {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.g-mall-schema.astro-cc2n66mt path.astro-cc2n66mt:focus {
  outline: none;
}

.g-mall-schema.astro-cc2n66mt foreignObject,
.g-mall-schema.astro-cc2n66mt text {
  pointer-events: none;
  font-size: 10px;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"] {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 10px;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"] .tippy-content.astro-cc2n66mt {
  padding: 4px 12px;
  text-align: center;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"][data-placement^="top"] .tippy-arrow.astro-cc2n66mt::before {
  bottom: -5px;
  border-width: 5px 6.5px 0 6.5px;
  border-top-color: #fff;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"][data-placement^="bottom"] .tippy-arrow.astro-cc2n66mt::before {
  border-bottom-color: #fff;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"][data-placement^="left"] .tippy-arrow.astro-cc2n66mt::before {
  border-left-color: #fff;
}

.tippy-box.astro-cc2n66mt[data-theme~="schema"][data-placement^="right"] .tippy-arrow.astro-cc2n66mt::before {
  border-right-color: #fff;
}

.g-schema-legend.astro-cc2n66mt {
  position: absolute;
  top: 107px;
  left: 10px;
  width: 255px;
  max-width: 100%;
  color: var(--controls-txt, #fff);
  z-index: 1;
}

.g-schema-legend--theme-L.astro-cc2n66mt .g-schema-legend__search-input.astro-cc2n66mt {
  background: #fff;
  border: 1px solid #ffca00;
}

.g-schema-legend__head.astro-cc2n66mt {
  display: flex;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-legend__head-button.astro-cc2n66mt {
  width: 50%;
  padding: 12px;
  text-align: center;
}

.g-schema-legend__head-button.astro-cc2n66mt.active {
  background: var(--controls-hover, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__head-button.astro-cc2n66mt.disabled {
  pointer-events: none;
}

.g-schema-legend__head-button.astro-cc2n66mt.active .g-schema-legend__head-button-icon.astro-cc2n66mt {
  background: #fff;
  color: #000;
}

.g-schema-legend__head-button-icon.astro-cc2n66mt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--controls-txt, #fff);
  border-radius: 1000px;
  background: var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__head-button-icon.astro-cc2n66mt svg.astro-cc2n66mt {
  width: 20px;
  height: 20px;
}

.g-schema-legend__head-button-text.astro-cc2n66mt {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
  color: var(--controls-txt, #fff);
}

.g-schema-legend__search.astro-cc2n66mt {
  margin-top: 12px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-legend__search.astro-cc2n66mt .g-control-field.astro-cc2n66mt {
  margin-bottom: 0;
}

.g-schema-legend__list.astro-cc2n66mt {
  padding: 8px 4px;
  margin-top: 12px;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.g-schema-legend__list-item.astro-cc2n66mt {
  padding: 8px 12px;
}

.g-schema-legend__list-item.astro-cc2n66mt .g-radiobutton.astro-cc2n66mt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  text-transform: lowercase;
  gap: 10px;
}

.g-schema-legend__list-item.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #98fb98;
  border-color: #98fb98;
}

.g-schema-legend__list-item.astro-cc2n66mt .g-radiobutton__content.astro-cc2n66mt {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  gap: 12px;
}

.g-schema-legend__list-item.astro-cc2n66mt .g-radiobutton__icon.astro-cc2n66mt {
  margin: 0;
  color: var(--controls-txt, #fff);
  border-color: var(--controls-txt, #fff);
}

.g-schema-legend__list-item.astro-cc2n66mt .g-radiobutton__icon-mark.astro-cc2n66mt {
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
}

.g-schema-legend__list-item-divider.astro-cc2n66mt {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-legend__list-item-icon.astro-cc2n66mt {
  width: 20px;
  height: 20px;
}

@media (max-width: 1023px) {
  .g-schema-legend.astro-cc2n66mt {
    top: 92px;
    left: 15px;
    right: 15px;
    width: auto;
  }

  .g-schema-legend__head-button.astro-cc2n66mt {
    padding: 5px;
  }

  .g-schema-legend__head-button-text.astro-cc2n66mt {
    display: none;
  }

  .g-schema-legend__head-button-icon.astro-cc2n66mt {
    width: 34px;
    height: 34px;
  }

  .g-schema-legend__search.astro-cc2n66mt {
    margin-top: 8px;
  }

  .g-schema-legend__search.astro-cc2n66mt .g-schema-legend__input.astro-cc2n66mt {
    padding: 10px 20px;
  }

  .g-schema-legend__list.astro-cc2n66mt {
    display: none;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  .g-schema-legend__search.astro-cc2n66mt {
    display: flex;
    gap: 8px;
  }

  .g-schema-legend__search.astro-cc2n66mt .g-control-field.astro-cc2n66mt {
    flex: 1 1 50%;
  }

  .g-schema-legend__search-categories.astro-cc2n66mt {
    display: inline-flex;
    flex: 1 1 50%;
  }
}

.g-schema-controls__zoom.astro-cc2n66mt,
.g-schema-controls__levels.astro-cc2n66mt,
.g-schema-controls__theme.astro-cc2n66mt {
  position: absolute;
  right: 10px;
  z-index: 1;
}

.g-schema-controls__zoom.astro-cc2n66mt {
  top: 194px;
}

.g-schema-controls__levels.astro-cc2n66mt {
  top: 377px;
}

.g-schema-controls__theme.astro-cc2n66mt {
  top: 527px;
}

.g-schema-controls__label.astro-cc2n66mt {
  margin-bottom: 8px;
  color: var(--controls-txt, #fff);
  font-size: 12px;
  text-align: center;
}

.g-schema-controls__buttons.astro-cc2n66mt {
  display: flex;
  flex-direction: column;
  background: var(--controls-bg, rgba(42, 44, 56, 0.9));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.g-schema-controls__buttons--reverse.astro-cc2n66mt {
  flex-direction: column-reverse;
}

.g-schema-controls__button.astro-cc2n66mt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 60px;
  color: var(--controls-txt, #fff);
  background: transparent;
  border: none;
  box-shadow: none;
}

.g-schema-controls__button.astro-cc2n66mt.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.g-schema-controls__button.astro-cc2n66mt.active {
  background: var(--controls-hover, rgba(217, 217, 217, 0.2));
}

.g-schema-controls__divider.astro-cc2n66mt {
  display: block;
  width: 32px;
  margin: 0 auto;
  border-bottom: 1px solid var(--controls-divider, rgba(217, 217, 217, 0.2));
}

.g-schema-controls__button.astro-cc2n66mt.with-arrow .g-schema-controls__button-arrow.astro-cc2n66mt {
  display: block;
}

.g-schema-controls__button-arrow.astro-cc2n66mt {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 32px;
  height: 32px;
  color: #ffca00;
  transform: translate(-100%, -50%);
  animation: bounceArrow 1.2s infinite linear;
}

.g-schema-controls__select.astro-cc2n66mt {
  display: none;
}

@media (max-width: 1023px) {
  .g-schema-controls__levels.astro-cc2n66mt {
    position: fixed;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    gap: 8px;
    z-index: 1;
  }

  .g-schema-controls__levels.astro-cc2n66mt .select2-container--default .select2-selection--single {
    height: 39px;
    padding: 10px;
    background: #ffca00;
  }

  .g-schema-controls__levels.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
    margin-left: auto;
  }

  .g-schema-controls__levels.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
    margin-left: 0;
  }

  .g-schema-controls__levels.astro-cc2n66mt .g-schema-controls__buttons.astro-cc2n66mt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    grid-gap: 8px;
    gap: 8px;
    background: none;
  }

  .g-schema-controls__levels.astro-cc2n66mt .g-schema-controls__button.astro-cc2n66mt {
    width: 64px;
    border: 1px solid var(--tint-yellow-acent, #f7cf3d);
    color: var(--tint-yellow-acent, #f7cf3d);
  }

  .g-schema-controls__levels.astro-cc2n66mt .g-schema-controls__button.astro-cc2n66mt.active {
    background: none;
  }

  .g-schema-controls__levels.astro-cc2n66mt .g-schema-controls__button.astro-cc2n66mt.with-arrow {
    display: flex !important;
  }

  .g-schema-controls__button-arrow.astro-cc2n66mt {
    display: none !important;
  }

  .g-schema-controls__select.astro-cc2n66mt {
    display: block;
    flex-shrink: 0;
    width: 132px;
  }

  .g-schema-controls__label.astro-cc2n66mt {
    margin-bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 15px;
    background: #fff;
    color: #0b1f35;
  }
}

@media (min-width: 1024px) {
    .g-schema-controls__buttons.astro-cc2n66mt {
	margin-bottom: 30px;
    }
}

.g-schema-transport-tooltip.astro-cc2n66mt {
  padding: 7px 0;
  text-align: center;
}

.g-schema-transport-tooltip__title.astro-cc2n66mt {
  font-size: 12px;
  font-weight: 500;
}

.g-schema-transport-tooltip__name.astro-cc2n66mt {
  margin-top: 8px;
}

.g-schema-transport-tooltip__numbers.astro-cc2n66mt {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  grid-gap: 5px;
  gap: 5px;
}

.g-schema-transport-tooltip__number.astro-cc2n66mt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  background: var(--tint-yellow-acent, #f7cf3d);
}

.g-control-field.astro-cc2n66mt {
  margin-bottom: 15px;
}

.g-control-field--crop.astro-cc2n66mt {
  overflow: hidden;
}

.g-control-field--not-shrink.astro-cc2n66mt {
  min-width: 280px;
  flex-shrink: 0;
}

.g-control-field__container.astro-cc2n66mt {
  position: relative;
}

.g-control-field__container.astro-cc2n66mt.error .g-dropdown-select-button.astro-cc2n66mt {
  box-shadow: inset 0 0 0 1px #af352b;
}

.g-control-field__button.astro-cc2n66mt {
  position: absolute;
  top: 50%;
  right: 16.5px;
  transform: translateY(-50%);
}

.g-control-field__files.astro-cc2n66mt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 10px;
}

.g-control-field__file.astro-cc2n66mt {
  color: #499ddf;
}

.g-control-field__icon.astro-cc2n66mt {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  height: auto;
  width: auto;
  z-index: 1;
}

.g-control-field__icon.astro-cc2n66mt+.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__label.astro-cc2n66mt,
.g-control-field__icon.astro-cc2n66mt+.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__input.astro-cc2n66mt {
  padding-left: 50px;
}

.g-control-field__right-icon.astro-cc2n66mt {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: #fff;
  pointer-events: none;
  z-index: 1;
}

.g-control-field__error.astro-cc2n66mt {
  color: #af352b;
}

.g-control-field__notice.astro-cc2n66mt {
  display: block;
  color: #555;
  margin-top: 5px;
}

.g-control-field.astro-cc2n66mt .g-control-field__input.astro-cc2n66mt,
.g-control-field.astro-cc2n66mt .g-control-field__textarea.astro-cc2n66mt,
.g-control-field__measurement.astro-cc2n66mt {
  padding: 22px 20px 10px 20px;
}

.g-control-field__textarea.astro-cc2n66mt~.g-control-field__label.astro-cc2n66mt {
  padding-top: 20px;
  bottom: auto;
  display: block;
}

.g-control-field__label.astro-cc2n66mt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8b8e93;
  pointer-events: none;
  font-size: 14px;
  line-height: 1;
  transition: 0.15s ease-out;
}

.g-control-field__label--top.astro-cc2n66mt {
  transform: translate(0, -10px);
  font-size: 12px;
}

.g-control-field__label--static.astro-cc2n66mt {
  position: static;
  padding: 0;
  line-height: 18px;
  color: initial;
}

.g-control-field__measurement.astro-cc2n66mt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  line-height: 1.67;
  pointer-events: none;
}

.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__input.astro-cc2n66mt:focus~.g-control-field__label.astro-cc2n66mt,
.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__input.astro-cc2n66mt:focus-within~.g-control-field__label.astro-cc2n66mt,
.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__input.astro-cc2n66mt:not(:placeholder-shown)~.g-control-field__label.astro-cc2n66mt,
.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__textarea.astro-cc2n66mt:focus~.g-control-field__label.astro-cc2n66mt,
.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__textarea.astro-cc2n66mt:focus-within~.g-control-field__label.astro-cc2n66mt,
.g-control-field__label-wrapper.astro-cc2n66mt .g-control-field__textarea.astro-cc2n66mt:not(:placeholder-shown)~.g-control-field__label.astro-cc2n66mt,
.g-control-field.astro-cc2n66mt .g-selectbox--multiple.astro-cc2n66mt~.select2-container--focus.astro-cc2n66mt~.g-control-field__label.astro-cc2n66mt {
  transform: translate(0, -10px);
  font-size: 12px;
}

.g-control-field.astro-cc2n66mt .g-dropdown-select-button.astro-cc2n66mt {
  padding: 26px 20px 14px;
  line-height: 1;
}

.g-control-field.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt {
  padding: 0;
}

.g-control-field.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  margin-right: 20px;
}

.g-control-field.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt,
.g-control-field.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  padding: 22px 20px 10px 20px;
}

.radio.astro-cc2n66mt,
.checkbox.astro-cc2n66mt,
input.astro-cc2n66mt[type="radio"],
input.astro-cc2n66mt[type="checkbox"] {
  margin: -4px 6px 0 0;
  padding: 0;
  vertical-align: middle;
}

.g-checkbox.astro-cc2n66mt,
.g-radiobutton.astro-cc2n66mt {
  position: relative;
  display: inline-flex;
  outline: none;
  cursor: pointer;
}

.g-checkbox.astro-cc2n66mt .g-checkbox__input.astro-cc2n66mt,
.g-radiobutton.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  border: none;
  visibility: hidden;
}

.g-checkbox__input.astro-cc2n66mt:checked+.g-checkbox__icon.astro-cc2n66mt,
.g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-checkbox__input.astro-cc2n66mt:disabled+.g-checkbox__icon.astro-cc2n66mt,
.g-radiobutton__input.astro-cc2n66mt:disabled+.g-radiobutton__icon.astro-cc2n66mt {
  background: none;
  border-color: #8b8e93;
}

.g-checkbox__icon-mark.astro-cc2n66mt,
.g-radiobutton__icon-mark.astro-cc2n66mt {
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s;
}

.g-checkbox__icon.astro-cc2n66mt,
.g-radiobutton__icon.astro-cc2n66mt {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #0b1f35;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.1s;
}

.g-checkbox__content.astro-cc2n66mt,
.g-radiobutton__content.astro-cc2n66mt {
  margin-top: -3px;
  font-size: 16px;
  line-height: 1.56;
}

.g-checkbox.astro-cc2n66mt.hidden,
.g-radiobutton.astro-cc2n66mt.hidden {
  display: none;
}

.g-checkbox.astro-cc2n66mt a.astro-cc2n66mt,
.g-radiobutton.astro-cc2n66mt a.astro-cc2n66mt {
  color: inherit;
  text-decoration: underline;
}

.g-checkbox.astro-cc2n66mt a.astro-cc2n66mt:focus,
.g-checkbox.astro-cc2n66mt a.astro-cc2n66mt:hover,
.g-radiobutton.astro-cc2n66mt a.astro-cc2n66mt:focus,
.g-radiobutton.astro-cc2n66mt a.astro-cc2n66mt:hover {
  color: #af352b;
}

.g-checkbox--disabled.astro-cc2n66mt,
.g-radiobutton--disabled.astro-cc2n66mt {
  color: #8b8e93;
  cursor: default;
}

.g-checkbox--disabled.astro-cc2n66mt:hover,
.g-checkbox--disabled.astro-cc2n66mt:focus,
.g-radiobutton--disabled.astro-cc2n66mt:hover,
.g-radiobutton--disabled.astro-cc2n66mt:focus {
  color: #8b8e93;
}

.g-checkbox__icon.astro-cc2n66mt {
  width: 18px;
  height: 18px;
}

.g-checkbox__input.astro-cc2n66mt:checked+.g-checkbox__icon.astro-cc2n66mt .g-checkbox__icon-mark.astro-cc2n66mt {
  transform: scale(1);
  opacity: 1;
}

.g-checkbox__input.astro-cc2n66mt.half+.g-checkbox__icon.astro-cc2n66mt {
  background: #ef3124;
  border-color: #b9180e;
}

.g-checkbox__input.astro-cc2n66mt.half+.g-checkbox__icon.astro-cc2n66mt .g-checkbox__icon-mark.astro-cc2n66mt {
  transform: scale(1);
  opacity: 1;
}

.g-checkbox__input.astro-cc2n66mt.half+.g-checkbox__icon.astro-cc2n66mt .g-checkbox__icon-mark.astro-cc2n66mt::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.g-checkbox--disabled.astro-cc2n66mt .g-checkbox__icon.astro-cc2n66mt {
  border-color: #8b8e93;
}

.g-checkbox--disabled.astro-cc2n66mt .g-checkbox__input.astro-cc2n66mt:checked+.g-checkbox__icon.astro-cc2n66mt {
  background: #f3f3f3;
}

.g-radiobutton__icon.astro-cc2n66mt {
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  background: transparent;
}

.g-radiobutton__icon-mark.astro-cc2n66mt {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0b1f35;
  border-radius: 1000px;
}

.g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt .g-radiobutton__icon-mark.astro-cc2n66mt {
  transform: scale(1);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.g-radiobutton__input.astro-cc2n66mt.half+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ef3124;
  border-color: #b9180e;
}

.g-radiobutton__input.astro-cc2n66mt.half+.g-radiobutton__icon.astro-cc2n66mt .g-radiobutton__icon-mark.astro-cc2n66mt {
  transform: scale(1);
  opacity: 1;
}

.g-radiobutton__input.astro-cc2n66mt.half+.g-radiobutton__icon.astro-cc2n66mt .g-radiobutton__icon-mark.astro-cc2n66mt::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.g-radiobutton--disabled.astro-cc2n66mt .g-radiobutton__icon.astro-cc2n66mt {
  border-color: #8b8e93;
}

.g-radiobutton--disabled.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #f3f3f3;
}

.ty-btn.astro-cc2n66mt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 20px;
  outline: 0px;
  border: none;
  background: none;
  background-image: none;
  color: #0b1f35;
  vertical-align: middle;
  text-align: center;
  line-height: 1.32;
  cursor: pointer;
  font-family: "Euclid Circular A", Roboto, Helvetica, Ubuntu, Cantarell,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: lowercase;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ty-btn.astro-cc2n66mt:hover,
.ty-btn.astro-cc2n66mt:focus {
  color: #af352b;
  text-decoration: none;
}

.ui-widget.astro-cc2n66mt .ty-btn.astro-cc2n66mt {
  font-size: 16px;
  font-family: "Euclid Circular A", Roboto, Helvetica, Ubuntu, Cantarell,
    sans-serif;
}

.ty-btn__primary.astro-cc2n66mt {
  background: #000;
  color: #fff;
  border: none;
}

.ty-btn__primary.astro-cc2n66mt:hover,
.ty-btn__primary.astro-cc2n66mt:focus {
  color: #fff;
  background: #333;
}

.ty-btn__primary.astro-cc2n66mt.ty-btn__text {
  color: #0b1f35;
}

.ty-btn__secondary.astro-cc2n66mt {
  background: transparent;
  color: #0b1f35;
  box-shadow: inset 0 0 0 1px #000;
}

.ty-btn__secondary.astro-cc2n66mt:hover,
.ty-btn__secondary.astro-cc2n66mt:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}

.ty-btn__tertiary.astro-cc2n66mt {
  background: #fff;
  color: #fff;
  border: none;
}

.ty-btn__tertiary.astro-cc2n66mt:hover,
.ty-btn__tertiary.astro-cc2n66mt:focus {
  background: #123357;
  color: #fff;
}

.ty-btn__yellow.astro-cc2n66mt {
  background: #f7cf3d;
  color: #0b1f35;
  border: none;
}

.ty-btn__yellow.astro-cc2n66mt:hover,
.ty-btn__yellow.astro-cc2n66mt:focus {
  background: #f8d555;
  color: #0b1f35;
}

.ty-btn__yellow-black.astro-cc2n66mt {
  color: #f7cf3d;
  border: 1px solid #f7cf3d;
}

.ty-btn__yellow-black.astro-cc2n66mt:hover,
.ty-btn__yellow-black.astro-cc2n66mt:focus {
  color: #f7cf3d;
  border: 1px solid #f7cf3d;
}

.ty-btn__gray.astro-cc2n66mt {
  background: #f3f3f3;
  color: #0b1f35;
  border: none;
}

.ty-btn__gray.astro-cc2n66mt:hover,
.ty-btn__gray.astro-cc2n66mt:focus {
  background: #f3f3f3;
  color: #0b1f35;
}

.ty-btn__error.astro-cc2n66mt {
  background: transparent;
  color: #af352b;
  box-shadow: inset 0 0 0 1px #af352b;
}

.ty-btn__error.astro-cc2n66mt:hover,
.ty-btn__error.astro-cc2n66mt:focus {
  background: #af352b;
  color: #fff;
  border-color: #af352b;
}

.ty-btn__add-to-cart.astro-cc2n66mt {
  background: #af352b;
  color: #fff;
  border: none;
}

.ty-btn__add-to-cart.astro-cc2n66mt:hover,
.ty-btn__add-to-cart.astro-cc2n66mt:focus {
  background: #c33b30;
  color: #fff;
}

.ty-btn__add-to-cart.astro-cc2n66mt .ty-btn__icon.astro-cc2n66mt {
  order: 1;
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.ty-btn__add-to-cart.astro-cc2n66mt .ty-btn__icon.astro-cc2n66mt+span.astro-cc2n66mt {
  margin-left: 0;
}

.ty-btn__big.astro-cc2n66mt {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.ui-widget.astro-cc2n66mt .ty-btn__big.astro-cc2n66mt {
  font-size: 18px;
}

.ty-btn__big.astro-cc2n66mt .ty-btn__icon.astro-cc2n66mt+span.astro-cc2n66mt {
  margin-left: 10px;
}

.ty-btn__text.astro-cc2n66mt {
  padding: 0;
}

.ty-btn__text.astro-cc2n66mt:hover,
.ty-btn__text.astro-cc2n66mt:focus {
  color: #0b1f35;
}

.ty-btn__text--blue.astro-cc2n66mt {
  color: #007aff;
}

.ty-btn__text--blue.astro-cc2n66mt:hover,
.ty-btn__text--blue.astro-cc2n66mt:focus {
  color: #499ddf;
}

.ty-btn__text-error.astro-cc2n66mt {
  padding: 0;
  color: #af352b;
}

.ty-btn__text-error.astro-cc2n66mt:hover,
.ty-btn__text-error.astro-cc2n66mt:focus {
  color: #af352b;
}

.ty-btn__disabled.astro-cc2n66mt {
  opacity: 0.6;
  pointer-events: none;
}

.ty-btn__count.astro-cc2n66mt {
  color: #555;
}

.ty-btn__icon.astro-cc2n66mt {
  font-size: 20px;
  flex-shrink: 0;
}

.ty-btn__icon.astro-cc2n66mt+span.astro-cc2n66mt {
  margin-left: 8px;
}

.ty-btn__full-width.astro-cc2n66mt {
  width: 100%;
}

.ty-btn__reverce.astro-cc2n66mt {
  flex-direction: row-reverse;
}

.ty-btn__reverce.astro-cc2n66mt .ty-btn__icon.astro-cc2n66mt+span.astro-cc2n66mt {
  margin-right: 8px;
  margin-left: 0;
}

.ty-btn.astro-cc2n66mt:hover .ty-btn__count.astro-cc2n66mt,
.ty-btn.astro-cc2n66mt:focus .ty-btn__count.astro-cc2n66mt {
  color: inherit;
}

.ty-btn__align-right.astro-cc2n66mt {
  margin-left: auto;
}

.select2-container.astro-cc2n66mt {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container.astro-cc2n66mt[dir="rtl"] .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt {
  float: left;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown.astro-cc2n66mt {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results.astro-cc2n66mt {
  display: block;
}

.select2-results__options.astro-cc2n66mt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option.astro-cc2n66mt {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option.astro-cc2n66mt[aria-selected] {
  cursor: pointer;
}

.select2-container--open.astro-cc2n66mt .select2-dropdown.astro-cc2n66mt {
  left: 0;
}

.select2-container--open.astro-cc2n66mt .select2-dropdown--above.astro-cc2n66mt {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open.astro-cc2n66mt .select2-dropdown--below.astro-cc2n66mt {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown.astro-cc2n66mt {
  display: block;
  padding: 4px;
}

.select2-search--dropdown.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown.astro-cc2n66mt .select2-search__field.astro-cc2n66mt::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.astro-cc2n66mt.select2-search--hide {
  display: none;
}

.select2-close-mask.astro-cc2n66mt {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible.astro-cc2n66mt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  color: #444;
  line-height: 28px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__placeholder.astro-cc2n66mt {
  color: #999;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--single.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  float: left;
}

.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  left: 1px;
  right: auto;
}

.select2-container--default.astro-cc2n66mt.select2-container--disabled .select2-selection--single.astro-cc2n66mt {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.astro-cc2n66mt.select2-container--disabled .select2-selection--single.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  display: none;
}

.select2-container--default.astro-cc2n66mt.select2-container--open .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__placeholder.astro-cc2n66mt {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt:hover {
  color: #333;
}

.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__placeholder.astro-cc2n66mt {
  float: right;
}

.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.astro-cc2n66mt.select2-container--focus .select2-selection--multiple.astro-cc2n66mt {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.astro-cc2n66mt.select2-container--disabled .select2-selection--multiple.astro-cc2n66mt {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.astro-cc2n66mt.select2-container--disabled .select2-selection__choice__remove.astro-cc2n66mt {
  display: none;
}

.select2-container--default.astro-cc2n66mt.select2-container--open.select2-container--above .select2-selection--single.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt.select2-container--open.select2-container--above .select2-selection--multiple.astro-cc2n66mt {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.astro-cc2n66mt.select2-container--open.select2-container--below .select2-selection--single.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt.select2-container--open.select2-container--below .select2-selection--multiple.astro-cc2n66mt {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.astro-cc2n66mt .select2-search--dropdown.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  border: 1px solid #aaa;
}

.select2-container--default.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default.astro-cc2n66mt .select2-results.astro-cc2n66mt>.select2-results__options.astro-cc2n66mt {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[role="group"] {
  padding: 0;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[aria-disabled="true"] {
  color: #999;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  padding-left: 1em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__group.astro-cc2n66mt {
  padding-left: 0;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt .select2-results__option.astro-cc2n66mt {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default.astro-cc2n66mt .select2-results__option--highlighted.astro-cc2n66mt[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default.astro-cc2n66mt .select2-results__group.astro-cc2n66mt {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  color: #444;
  line-height: 28px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__placeholder.astro-cc2n66mt {
  color: #999;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
}

.select2-container--classic.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic.astro-cc2n66mt[dir="rtl"] .select2-selection--single.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  float: left;
}

.select2-container--classic.astro-cc2n66mt[dir="rtl"] .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open .select2-selection--single.astro-cc2n66mt {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  background: transparent;
  border: none;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open.select2-container--above .select2-selection--single.astro-cc2n66mt {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.astro-cc2n66mt.select2-container--open.select2-container--below .select2-selection--single.astro-cc2n66mt {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__clear.astro-cc2n66mt {
  display: none;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt:hover {
  color: #555;
}

.select2-container--classic.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  float: right;
}

.select2-container--classic.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic.astro-cc2n66mt[dir="rtl"] .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open .select2-selection--multiple.astro-cc2n66mt {
  border: 1px solid #5897fb;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open.select2-container--above .select2-selection--multiple.astro-cc2n66mt {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open.select2-container--below .select2-selection--multiple.astro-cc2n66mt {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic.astro-cc2n66mt .select2-search--dropdown.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  outline: 0;
}

.select2-container--classic.astro-cc2n66mt .select2-dropdown.astro-cc2n66mt {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic.astro-cc2n66mt .select2-dropdown--above.astro-cc2n66mt {
  border-bottom: none;
}

.select2-container--classic.astro-cc2n66mt .select2-dropdown--below.astro-cc2n66mt {
  border-top: none;
}

.select2-container--classic.astro-cc2n66mt .select2-results.astro-cc2n66mt>.select2-results__options.astro-cc2n66mt {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[role="group"] {
  padding: 0;
}

.select2-container--classic.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic.astro-cc2n66mt .select2-results__option--highlighted.astro-cc2n66mt[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic.astro-cc2n66mt .select2-results__group.astro-cc2n66mt {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.astro-cc2n66mt.select2-container--open .select2-dropdown.astro-cc2n66mt {
  border-color: #5897fb;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt {
  padding: 0;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt::after {
  position: absolute;
  content: "";
  background-image: url(/local/templates/main2024/styles/../../../../../../../design/themes/tandem/media/images/icons/arrow-down-small.svg?1722251800);
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s;
}

.select2-container.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt {
  margin: 0;
  padding: 0;
}

.select2-container--open.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt::after {
  transform: translateY(-50%) scaleY(-1);
}

.error.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt,
.error.astro-cc2n66mt .select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt {
  border-color: #af352b;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  display: flex;
  margin-right: auto;
  padding: 0;
  line-height: 1.5;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt {
  position: static;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: url(/local/templates/main2024/styles/../../../../../../../design/themes/tandem/media/images/icons/arrow-down-small.svg?1722251800);
  transition: transform 0.3s;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-selection__arrow.astro-cc2n66mt b.astro-cc2n66mt {
  display: none;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt,
.select2-container--default.astro-cc2n66mt .select2-selection--single.astro-cc2n66mt .select2-search--inline.astro-cc2n66mt {
  min-width: 50px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt {
  padding: 0;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__rendered.astro-cc2n66mt {
  padding: 16px 20px 14px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice__remove.astro-cc2n66mt {
  display: none;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt:not(:first-child)::before {
  content: ", ";
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt+.select2-search--inline.astro-cc2n66mt {
  margin-left: 5px;
}

.select2-container--default.astro-cc2n66mt .select2-selection--multiple.astro-cc2n66mt .select2-selection__choice.astro-cc2n66mt+.select2-search--inline.astro-cc2n66mt .select2-search__field.astro-cc2n66mt::before {
  content: ", ";
}

.select2-container--default.astro-cc2n66mt.select2-container--open .select2-selection__arrow.astro-cc2n66mt {
  transform: scaleY(-1);
}

.select2-container--default.astro-cc2n66mt .select2-results__option--highlighted.astro-cc2n66mt[aria-selected] {
  background: none;
  color: #af352b;
}

.select2-container--default.astro-cc2n66mt .select2-results__option.astro-cc2n66mt[aria-selected="true"] {
  background: none;
  font-weight: 500;
  color: #000;
}

.select2-container--default.astro-cc2n66mt.select2-container--default.select2-container--focus .select2-selection--multiple.astro-cc2n66mt {
  border-color: #ffca00;
}

.select2-dropdown.astro-cc2n66mt {
  margin: 5px 0 0;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ty-wysiwyg-content.astro-cc2n66mt .select2-dropdown.astro-cc2n66mt {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.select2-results__option.astro-cc2n66mt {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.64;
}

.select2-results__option.astro-cc2n66mt:not(:last-child) {
  margin-bottom: 5px;
}

.select2-results__option-add.astro-cc2n66mt {
  color: #000;
}

.select2-search__field.astro-cc2n66mt {
  outline: none;
}

@media (min-width: 970px) {
  .ty-btn__mobile-text.astro-cc2n66mt {
    display: none;
  }
}

@media (max-width: 969px) {
  .ty-btn__mobile-text.astro-cc2n66mt {
    font-size: 16px;
  }

  .ty-btn__big.astro-cc2n66mt .ty-btn__mobile-text.astro-cc2n66mt {
    font-size: 18px;
  }
}

.hidden.astro-cc2n66mt {
  display: none;
}

.visible-phone.astro-cc2n66mt {
  display: none !important;
}

.visible-tablet.astro-cc2n66mt {
  display: none !important;
}

.hidden-desktop.astro-cc2n66mt {
  display: none !important;
}

.visible-desktop.astro-cc2n66mt {
  display: inherit !important;
}

@media (min-width: 577px) and (max-width: 969px) {
  .hidden-desktop.astro-cc2n66mt {
    display: inherit !important;
  }

  .visible-desktop.astro-cc2n66mt {
    display: none !important;
  }

  .visible-tablet.astro-cc2n66mt {
    display: inherit !important;
  }

  .hidden-tablet.astro-cc2n66mt {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-desktop.astro-cc2n66mt {
    display: inherit !important;
  }

  .visible-desktop.astro-cc2n66mt {
    display: none !important;
  }

  .visible-phone.astro-cc2n66mt {
    display: inherit !important;
  }

  .hidden-phone.astro-cc2n66mt {
    display: none !important;
  }
}

input.astro-cc2n66mt[type="text"],
input.astro-cc2n66mt[type="password"],
input.astro-cc2n66mt[type="tel"],
input.astro-cc2n66mt[type="number"],
textarea.astro-cc2n66mt,
select.astro-cc2n66mt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 20px 14px;
  outline: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.64;
  background: #f3f3f3;
  border: none;
  transition: all 0.3s;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

input.astro-cc2n66mt[type="text"]:hover,
input.astro-cc2n66mt[type="text"]:focus,
input.astro-cc2n66mt[type="password"]:hover,
input.astro-cc2n66mt[type="password"]:focus,
input.astro-cc2n66mt[type="tel"]:hover,
input.astro-cc2n66mt[type="tel"]:focus,
input.astro-cc2n66mt[type="number"]:hover,
input.astro-cc2n66mt[type="number"]:focus,
textarea.astro-cc2n66mt:hover,
textarea.astro-cc2n66mt:focus,
select.astro-cc2n66mt:hover,
select.astro-cc2n66mt:focus {
  outline: 0;
}

input.astro-cc2n66mt[type="text"]::placeholder,
input.astro-cc2n66mt[type="password"]::placeholder,
input.astro-cc2n66mt[type="tel"]::placeholder,
input.astro-cc2n66mt[type="number"]::placeholder,
textarea.astro-cc2n66mt::placeholder,
select.astro-cc2n66mt::placeholder {
  color: #555;
  opacity: 1;
}

input.astro-cc2n66mt[type="text"]:-ms-input-placeholder,
input.astro-cc2n66mt[type="password"]:-ms-input-placeholder,
input.astro-cc2n66mt[type="tel"]:-ms-input-placeholder,
input.astro-cc2n66mt[type="number"]:-ms-input-placeholder,
textarea.astro-cc2n66mt:-ms-input-placeholder,
select.astro-cc2n66mt:-ms-input-placeholder {
  color: #555;
}

input.astro-cc2n66mt[type="text"]::-ms-input-placeholder,
input.astro-cc2n66mt[type="password"]::-ms-input-placeholder,
input.astro-cc2n66mt[type="tel"]::-ms-input-placeholder,
input.astro-cc2n66mt[type="number"]::-ms-input-placeholder,
textarea.astro-cc2n66mt::-ms-input-placeholder,
select.astro-cc2n66mt::-ms-input-placeholder {
  color: #555;
}

input.astro-cc2n66mt[type="text"]:disabled,
input.astro-cc2n66mt[type="text"]:read-only,
input.astro-cc2n66mt[type="password"]:disabled,
input.astro-cc2n66mt[type="password"]:read-only,
input.astro-cc2n66mt[type="tel"]:disabled,
input.astro-cc2n66mt[type="tel"]:read-only,
input.astro-cc2n66mt[type="number"]:disabled,
input.astro-cc2n66mt[type="number"]:read-only,
textarea.astro-cc2n66mt:disabled,
textarea.astro-cc2n66mt:read-only,
select.astro-cc2n66mt:disabled,
select.astro-cc2n66mt:read-only {
  color: #8b8e93;
}

input.astro-cc2n66mt[type="text"].cm-failed-field,
input.astro-cc2n66mt[type="password"].cm-failed-field,
input.astro-cc2n66mt[type="tel"].cm-failed-field,
input.astro-cc2n66mt[type="number"].cm-failed-field,
textarea.astro-cc2n66mt.cm-failed-field,
select.astro-cc2n66mt.cm-failed-field {
  box-shadow: inset 0 0 0 1px #af352b;
}

input.astro-cc2n66mt.hidden,
textarea.astro-cc2n66mt.hidden,
select.astro-cc2n66mt.hidden {
  display: none;
}

@keyframes bounceArrow {
  0% {
    transform: translate(-100%, -50%);
  }

  50% {
    transform: translate(-80%, -50%);
  }

  100% {
    transform: translate(-100%, -50%);
  }
}

.shop.astro-cc2n66mt {
  width: 100%;
}

.shop__wrapper.astro-cc2n66mt {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.shop__info.astro-cc2n66mt {
  flex: 1;
}

.shop__info-name.astro-cc2n66mt {
  margin-bottom: 16px;
}

.shop__info-phone.astro-cc2n66mt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
  cursor: pointer;
}

.shop__info-schedule.astro-cc2n66mt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
}

.shop__info-place.astro-cc2n66mt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
  margin-bottom: 16px;
}

.shop__slider.astro-cc2n66mt {
  flex: 1;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 40px;
  height: fit-content;
}

.shop__description.astro-cc2n66mt {
  margin-top: 24px;
  font-size: 13px;
  line-height: 19.5px;
  color: #6a6d78;
  margin-bottom: 16px;
}

.shop__description-text.astro-cc2n66mt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 16px;
}

.shop__description-text--collapsed.astro-cc2n66mt {
  display: block;
}

.shop__description-more.astro-cc2n66mt,
.shop__description-collapse.astro-cc2n66mt {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.15em;
  color: #c02222;
  text-transform: uppercase;
}

.shop__description-more--show.astro-cc2n66mt,
.shop__description-collapse--show.astro-cc2n66mt {
  display: flex;
}

.shop__description-more.astro-cc2n66mt:hover,
.shop__description-collapse.astro-cc2n66mt:hover {
  cursor: pointer;
  color: #99110f;
}

.shop__description-more.astro-cc2n66mt:hover svg,
.shop__description-collapse.astro-cc2n66mt:hover svg {
  stroke: #99110f;
}

.shop__button.astro-cc2n66mt {
  display: flex;
  width: 100%;
  padding: 0 11px;
}

@media (min-width: 768px) {
  .shop__button.astro-cc2n66mt {
    width: 128px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .shop-drawer.astro-cc2n66mt {
    max-width: 630px;
  }
}

@media (min-width: 1024px) {
  .shop-drawer.astro-cc2n66mt {
    max-width: 808px;
  }

  .g-schema-legend__search-categories.astro-cc2n66mt {
    display: none;
  }
}

.select2-dropdown {
  margin: 5px 0 0;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: none;
  font-weight: 500;
  color: #000;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 53px;
  padding: 16px 20px 14px;
  border-color: #ffca00;
  border-radius: 0;
  font-size: 14px;
  line-height: 15px;
}

.select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.g-schema-legend__list-item--category-1.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-3.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-4.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-2.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-7.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-10.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-11.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-12.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-13.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-14.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.g-schema-legend__list-item--category-15.astro-cc2n66mt .g-radiobutton__input.astro-cc2n66mt:checked+.g-radiobutton__icon.astro-cc2n66mt {
  background: #ffca00;
  border-color: #ffca00;
}

.shop.astro-5w43p2qc {
  width: 100%;
}

.shop__logo.astro-5w43p2qc {
  display: inline-flex;
  margin-top: 24px;
  height: 125px;
}

.shop__logo.astro-5w43p2qc img.astro-5w43p2qc {
  object-fit: contain;
  vertical-align: middle;
}

.shop__wrapper.astro-5w43p2qc {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 30px;
}

.shop__info.astro-5w43p2qc {
  flex: 1;
}

.shop__info-name.astro-5w43p2qc {
  margin-bottom: 16px;
}

.shop__info-category.astro-5w43p2qc {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
}

.shop__info-category-title.astro-5w43p2qc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  color: #21242c;
  margin-bottom: 8px;
}

.shop__info-category-list.astro-5w43p2qc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop__info-category-list-item.astro-5w43p2qc {
  padding: 7px 16px;
  background-color: #ffffff;
  border-radius: 100px;
  font-size: 15px;
  line-height: 22.5px;
  color: #6a6d78;
}

.shop__info-category-list-item.astro-5w43p2qc:hover {
  background-color: #99110f;
  color: #ffffff;
  cursor: pointer;
}

.shop__info-phone.astro-5w43p2qc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
  cursor: pointer;
}

.shop__info-schedule.astro-5w43p2qc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
}

.shop__info-place.astro-5w43p2qc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 19.5px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0;
  color: #21242c;
  margin-bottom: 16px;
}

.shop__slider.astro-5w43p2qc {
  flex: 1;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 40px;
  height: fit-content;
}

.shop__description.astro-5w43p2qc {
  margin-top: 24px;
  font-size: 13px;
  line-height: 19.5px;
  color: #6a6d78;
  margin-bottom: 80px;
}

.shop__description-text.astro-5w43p2qc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 16px;
}

.shop__description-text--collapsed.astro-5w43p2qc {
  display: block;
}

.shop__description-more.astro-5w43p2qc,
.shop__description-collapse.astro-5w43p2qc {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.15em;
  color: #c02222;
  text-transform: uppercase;
}

.shop__description-more--show.astro-5w43p2qc,
.shop__description-collapse--show.astro-5w43p2qc {
  display: flex;
}

.shop__description-more.astro-5w43p2qc:hover,
.shop__description-collapse.astro-5w43p2qc:hover {
  cursor: pointer;
  color: #99110f;
}

.shop__description-more.astro-5w43p2qc:hover svg,
.shop__description-collapse.astro-5w43p2qc:hover svg {
  stroke: #99110f;
}

@media (min-width: 768px) {
  .shop__logo.astro-5w43p2qc {
    margin-top: 32px;
  }

  .shop__wrapper.astro-5w43p2qc {
    margin-top: 32px;
  }

  .shop__info.astro-5w43p2qc svg {
    width: 24px;
    height: 24px;
  }

  .shop__info-category.astro-5w43p2qc {
    padding: 16px 0;
  }

  .shop__info-category-title.astro-5w43p2qc {
    font-size: 15px;
    line-height: 22.5px;
  }

  .shop__info-category-list-item.astro-5w43p2qc {
    font-size: 15px;
    line-height: 22.5px;
  }

  .shop__info-phone.astro-5w43p2qc {
    padding: 16px 0;
    font-size: 15px;
    line-height: 22.5px;
  }

  .shop__info-schedule.astro-5w43p2qc {
    padding: 16px 0;
    font-size: 15px;
    line-height: 22.5px;
  }

  .shop__info-place.astro-5w43p2qc {
    padding: 16px 0;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 24px;
  }

  .shop__slider.astro-5w43p2qc {
    margin-top: 32px;
  }

  .shop__description.astro-5w43p2qc {
    margin-top: 32px;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .shop__wrapper.astro-5w43p2qc {
    flex-direction: row;
    gap: 40px;
  }

  .shop__info-name.astro-5w43p2qc {
    margin-bottom: 24px;
  }

  .shop__slider.astro-5w43p2qc {
    margin-top: 0;
  }

  .shop__description-text.astro-5w43p2qc {
    -webkit-line-clamp: 6;
  }
}

section.astro-j7pv25f6 {
  width: 100%;
  position: relative;
}

.main-page.astro-j7pv25f6 {
  padding-left: 0;
  padding-right: 0;
  gap: 80px;
}

.slider.astro-j7pv25f6 {
  --swiper-navigation-top-offset: calc(50% - 20px);
  --swiper-pagination-bottom: -34px;
  height: 340px;
  width: 100%;
}

.slider.astro-j7pv25f6 picture.astro-j7pv25f6 {
  width: 100%;
}

.slider.astro-j7pv25f6 img.astro-j7pv25f6 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper.astro-j7pv25f6 {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  stroke: #99110f;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}

.swiper-pagination-bullet-active {
  background: #c02222;
}

.promo.astro-j7pv25f6 {
  padding: 0 15px;
}

.news.astro-j7pv25f6 {
  padding: 0 15px 22px;
}

@media (min-width: 768px) {
  .slider.astro-j7pv25f6 {
    max-width: 768px;
    --swiper-pagination-bottom: -40px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .promo.astro-j7pv25f6 {
    padding: 0 20px;
  }

  .news.astro-j7pv25f6 {
    padding: 0 20px 22px;
  }

  .promo.astro-j7pv25f6 picture {
    width: 216px;
    height: 216px;
  }
}

@media (min-width: 1440px) {
  .main-page.astro-j7pv25f6 {
    gap: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider.astro-j7pv25f6 {
    height: 515px;
    max-width: 1140px;
    --swiper-navigation-sides-offset: -60px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  .promo.astro-j7pv25f6 {
    padding: 0;
  }

  .promo.astro-j7pv25f6 picture {
    width: 255px;
    height: 255px;
  }

  .news.astro-j7pv25f6 {
    padding: 0 0 22px;
  }
}
#cookie_note.astro-sz7xmlte {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  padding: 24px;
  gap: 24px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#cookie_note.astro-sz7xmlte p.astro-sz7xmlte {
  font-size: 16px;
  line-height: 130%;
  color: #00050f;
}
#cookie_note.astro-sz7xmlte a.astro-sz7xmlte {
  color: #85858c;
  text-decoration: underline;
}
#cookie_note.astro-sz7xmlte.show {
  display: flex;
}
@media (min-width: 1024px) {
  #cookie_note.astro-sz7xmlte {
    flex-direction: row;
    max-width: 764px;
  }
}


/* End */


/* Start:/local/templates/main2024/styles/custom.css?173528928753*/
.rent-banner__txt.astro-xyztpeyn{
    opacity: 0;
}
/* End */


/* Start:/local/templates/main2024/components/bitrix/search.title/search-suctom/style.css?17352031962108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main2024/components/bitrix/search.title/search-suctom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main2024/components/bitrix/form.result.new/form-custom/styles.css?1740560141341*/
.capcha {
    width: 100%;
    padding-top: 15px;
}
.capcha__img {
    max-width: 300px;
    height: auto;
    display: block;
}
.capcha__update {
    font-size: 14px;
}
.error-msg {
    margin: 0;
}
.success-msg {
    margin: 0;
}
/* скрываем загрузку ajax */
div[id^="wait_"]
{display: none !important;}
/* End */
/* /local/templates/main2024/styles/index.css?1747815717255254 */
/* /local/templates/main2024/styles/custom.css?173528928753 */
/* /local/templates/main2024/components/bitrix/search.title/search-suctom/style.css?17352031962108 */
/* /local/templates/main2024/components/bitrix/form.result.new/form-custom/styles.css?1740560141341 */
