/* Fonts */
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/montserrat-regular-400.woff2") format("woff2"), url("../assets/fonts/montserrat-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/montserrat-semi-bold-600.woff2") format("woff2"), url("../assets/fonts/montserrat-semi-bold-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Fonts end */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  min-width: 360px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #282828;
  background-color: #ffffff;
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.rz-container {
  width: 100%;
  min-width: 360px;
  max-width: 1490px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .rz-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.swiper-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button:hover {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.swiper-button:active {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.swiper-button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(26, 26, 26, 0.3);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  background-color: #282828;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
/* Banner */
@media (min-width: 1280px) {
  .rz-banner__link:hover .rz-banner__image,
  .rz-banner__link:focus .rz-banner__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.rz-banner__link {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .rz-banner__link {
    color: #000000;
  }
}
.rz-banner__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 118.75%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rz-banner__picture {
    padding-top: 81.662%;
  }
}
@media (min-width: 1280px) {
  .rz-banner__picture {
    padding-top: 40.141%;
    border-radius: 40px;
  }
}
.rz-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .rz-banner__image {
    border-radius: 40px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  }
}
.rz-banner__title {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 26px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .rz-banner__title {
    top: 35px;
    left: 35px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1280px) {
  .rz-banner__title {
    top: 50px;
    left: 50px;
    font-size: 38px;
    line-height: 46px;
  }
}
/* Banner end */
/* Body */
.rz-body--menu-opened {
  overflow: hidden;
}
/* Body end */
/* Button */
.rz-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .rz-button {
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-button:hover {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.rz-button:active {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.rz-button--color {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.rz-button--color:hover {
  background-color: #ef0202;
  border-color: #ef0202;
}
.rz-button--color:active {
  background-color: #dd0000;
  border-color: #dd0000;
}
.rz-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
/* Button end */
/* Category */
.rz-category > .rz-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px;
}
@media (min-width: 1280px) {
  .rz-category > .rz-container {
    gap: 60px;
  }
}
.rz-category__title {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
@media (min-width: 768px) {
  .rz-category__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1280px) {
  .rz-category__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1280px) {
  .rz-category__slider {
    position: relative;
  }
}
.rz-category__slider .swiper {
  width: calc(100% + 2 * 20px);
  margin: 0 -20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .rz-category__slider .swiper {
    width: calc(100% + 2 * 35px);
    margin: 0 -35px;
    padding: 0 35px;
  }
}
@media (min-width: 1280px) {
  .rz-category__slider .swiper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.rz-category__slider .swiper-pagination {
  display: none;
}
@media (min-width: 1280px) {
  .rz-category__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
.rz-category__slider .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.rz-category__slider .swiper-button {
  display: none;
}
@media (min-width: 1280px) {
  .rz-category__slider .swiper-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .rz-category__slider .swiper-button--prev {
    left: -25px;
  }
}
@media (min-width: 1280px) {
  .rz-category__slider .swiper-button--next {
    right: -25px;
  }
}
.rz-category__slider .swiper-button.swiper-button-lock {
  display: none;
}
.rz-category__slider .swiper-button.swiper-button-disabled {
  display: none;
}
.rz-category__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rz-category__item {
  height: auto;
}
.rz-category__item .rz-category-card {
  height: 100%;
}
/* Category end */
/* Category card */
.rz-category-card {
  position: relative;
  display: block;
  min-height: 47.225vw;
  padding: 15px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .rz-category-card {
    min-height: 31.642vw;
  }
}
@media (min-width: 1280px) {
  .rz-category-card {
    min-height: 26.563vw;
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .rz-category-card {
    min-height: 403px;
  }
}
.rz-category-card--light .rz-category-card__body {
  color: #ffffff;
}
@media (min-width: 1280px) {
  .rz-category-card:hover .rz-category-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.rz-category-card__picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .rz-category-card__picture {
    border-radius: 40px;
  }
}
.rz-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .rz-category-card__image {
    border-radius: 40px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  }
}
.rz-category-card__body {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 1280px) {
  .rz-category-card__body {
    gap: 5px;
  }
}
.rz-category-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .rz-category-card__title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1280px) {
  .rz-category-card__title {
    font-size: 22px;
    line-height: 33px;
  }
}
.rz-category-card__subtitle {
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .rz-category-card__subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1280px) {
  .rz-category-card__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
/* Category card end */
/* Fixed nav */
.rz-fixed-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background-color: #ffffff;
}
@media (min-width: 1280px) {
  .rz-fixed-nav {
    display: none;
  }
}
.rz-fixed-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2 * 20px);
  margin: 0 -20px;
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rz-fixed-nav__wrapper::-webkit-scrollbar {
  display: none;
}
.rz-fixed-nav__wrapper > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rz-fixed-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}
.rz-fixed-nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rz-fixed-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  font-size: 11px;
  line-height: 17px;
  min-width: 72px;
  min-height: 60px;
}
.rz-fixed-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
/* Fixed nav end */
/* Footer */
.rz-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .rz-footer {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.rz-footer > .rz-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  .rz-footer > .rz-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .rz-footer > .rz-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 57.043% 38.733%;
    grid-template-columns: 57.043% 38.733%;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1440px) {
  .rz-footer > .rz-container {
    -ms-grid-columns: calc(100% - 360px) 300px;
    grid-template-columns: calc(100% - 360px) 300px;
  }
}
.rz-footer .rz-search {
  width: 100%;
}
.rz-footer .rz-search__form {
  display: block;
}
.rz-footer .rz-search__form .rz-form__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .rz-footer .rz-search__form .rz-form__search {
    min-height: 60px;
  }
}
.rz-footer .rz-search__form .rz-form__search::before {
  content: none;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__submit-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__button-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input {
  width: 100%;
  padding-left: 39px;
  padding-right: 15px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input::-moz-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-footer .rz-search__form .rz-form__search .rz-form__input::placeholder {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .rz-footer .rz-search__form .rz-form__search .rz-form__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .rz-footer .rz-search__form .rz-form__search .rz-form__input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .rz-footer .rz-search__form .rz-form__search .rz-form__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .rz-footer .rz-search__form .rz-form__search .rz-form__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .rz-footer .rz-search__form .rz-form__search .rz-form__input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
}
.rz-footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1280px) {
  .rz-footer__logo-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rz-footer__logo-picture {
  display: block;
}
.rz-footer__logo-image {
  display: block;
  width: 216px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1280px) {
  .rz-footer__nav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}
.rz-footer__contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px;
}
@media (min-width: 1280px) {
  .rz-footer__contacts {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
  }
}
.rz-footer__contacts-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  justify-items: center;
  gap: 15px;
}
@media (min-width: 1280px) {
  .rz-footer__contacts-item {
    justify-items: start;
  }
}
.rz-footer__phone {
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .rz-footer__phone {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1280px) {
  .rz-footer__phone {
    font-size: 38px;
    line-height: 46px;
  }
}
.rz-footer__phone:hover {
  color: #ff0000;
}
.rz-footer__email {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .rz-footer__email {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1280px) {
  .rz-footer__email {
    font-size: 22px;
    line-height: 33px;
  }
}
.rz-footer__email:hover {
  color: #ff0000;
}
.rz-footer__copyright {
  font-size: 12px;
  line-height: 18px;
  color: #7c7c7c;
}
@media (min-width: 768px) {
  .rz-footer__copyright {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1280px) {
  .rz-footer__copyright {
    font-size: 15px;
    line-height: 23px;
  }
}
/* Footer end */
/* Footer nav */
.rz-footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .rz-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.rz-footer-nav__item {
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 1280px) {
  .rz-footer-nav__item {
    width: calc(100% / 3 - 20px);
    border: 0;
  }
}
@media (min-width: 1440px) {
  .rz-footer-nav__item {
    width: calc(25% - 90px / 4);
  }
}
.rz-footer-nav__item:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1280px) {
  .rz-footer-nav__item:last-child {
    border: 0;
  }
}
.rz-footer-nav__item.is-active .rz-footer-nav__section-name::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .rz-footer-nav__item--wide {
    width: calc((25% - 30px / 4) * 2);
  }
}
@media (min-width: 1440px) {
  .rz-footer-nav__item--wide .rz-footer-nav__submenu-list {
    -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.rz-footer-nav__section-name {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 19px 0;
  font-size: 16px;
  line-height: 24px;
  cursor: default;
}
@media (min-width: 768px) {
  .rz-footer-nav__section-name {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1280px) {
  .rz-footer-nav__section-name {
    margin-bottom: 15px;
    padding: 0;
    font-size: 22px;
    line-height: 33px;
  }
}
.rz-footer-nav__section-name::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("../svg/arrow-chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .rz-footer-nav__section-name::after {
    content: none;
  }
}
.rz-footer-nav__submenu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 15px;
  padding: 0 0 15px;
  font-size: 13px;
  line-height: 21px;
}
@media (min-width: 1280px) {
  .rz-footer-nav__submenu-list {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-footer-nav__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rz-footer-nav__submenu-link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rz-footer-nav__submenu-link:hover {
  color: #ff0000;
}
/* Footer nav end */
/* Form */
@media (min-width: 1280px) {
  .rz-form__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
  }
}
.rz-form__search .rz-form__submit-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.rz-form__search .rz-form__button-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.rz-form__search .rz-form__input {
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .rz-form__search .rz-form__input {
    width: 100%;
    padding-left: 39px;
    padding-right: 14px;
  }
}
.rz-form__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  font-size: 15px;
  line-height: 23px;
}
.rz-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::-moz-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::-ms-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__field--switch .rz-form__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.rz-form__field--switch .rz-form__input:checked + .rz-form__label::before {
  border-color: #282828;
  background-color: #282828;
}
.rz-form__field--switch .rz-form__input:checked + .rz-form__label::after {
  left: 15px;
  background-color: #ffffff;
}
.rz-form__field--switch .rz-form__label {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  min-height: 17px;
  padding-left: 40px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .rz-form__field--switch .rz-form__label {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1280px) {
  .rz-form__field--switch .rz-form__label {
    font-size: 14px;
    line-height: 21px;
  }
}
.rz-form__field--switch .rz-form__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rz-form__field--switch .rz-form__label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rz-form__field--switch .rz-form__label a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.rz-form__field--switch .rz-form__label a:hover {
  text-decoration: none;
}
.rz-form__subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.rz-form__subscription .rz-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 60px;
  padding: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #ffffff;
}
.rz-form__subscription .rz-form__input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-form__subscription .rz-form__input::-moz-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-form__subscription .rz-form__input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-form__subscription .rz-form__input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-form__subscription .rz-form__input::placeholder {
  font-size: 12px;
  line-height: 18px;
}
.rz-form__subscription .rz-form__submit-button.rz-button {
  padding: 14px;
  font-size: 15px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .rz-form__subscription .rz-form__submit-button.rz-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Form end */
/* Header */
.rz-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 15px 25px;
  max-width: 1490px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .rz-header__wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .rz-header__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .rz-header__menu {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .rz-header__menu .rz-menu__list {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .rz-header__middle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.rz-header-catalog__button-toggle {
  display: none;
}
@media (min-width: 1280px) {
  .rz-header-catalog__button-toggle {
    display: block;
  }
}
@media (min-width: 1280px) {
  .rz-header__search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.rz-header__right {
  display: none;
}
@media (min-width: 1280px) {
  .rz-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
@media (min-width: 1920px) {
  .rz-header__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .rz-header__right .rz-menu__list {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .rz-header__right .rz-user-block {
    margin-left: 23px;
  }
}
.rz-header__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1280px) {
  .rz-header__left {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .rz-header__left {
    width: 66.761%;
  }
}
.rz-header__logo-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1280px) {
  .rz-header__logo-wrapper {
    display: none;
  }
}
.rz-header__logo-picture {
  display: block;
}
.rz-header__logo-image {
  display: block;
  width: 216px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1440px) {
  .rz-header__logo-image {
    width: 304px;
    height: 59px;
  }
}
/* Header end */
/* Header catalog */
@media (min-width: 1280px) {
  .rz-header-catalog__button-toggle {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    text-align: left;
    letter-spacing: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 2px 30px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff0000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.rz-header-catalog__button-toggle:hover {
  background-color: #ef0202;
  border-color: #ef0202;
}
.rz-header-catalog__button-toggle:active {
  background-color: #dd0000;
  border-color: #dd0000;
}
@media (min-width: 1280px) {
  .rz-header-catalog__button-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px;
    height: 25px;
  }
}
/* Header catalog end */
/* Hero */
.rz-hero {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .rz-hero {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .rz-hero {
    position: relative;
  }
}
.rz-hero .swiper-controls {
  display: none;
}
@media (min-width: 1280px) {
  .rz-hero .swiper-controls {
    display: block;
  }
}
@media (min-width: 1280px) {
  .rz-hero .swiper-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .rz-hero .swiper-button--prev {
    left: 10px;
  }
}
@media (min-width: 1280px) {
  .rz-hero .swiper-button--next {
    right: 10px;
  }
}
.rz-hero .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .rz-hero .swiper-pagination {
    bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .rz-hero .swiper-pagination {
    bottom: 25px;
  }
}
.rz-hero__slider {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .rz-hero__slider {
    border-radius: 40px;
  }
}
.rz-hero__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rz-hero__item {
  width: 100%;
}
.rz-hero__link {
  display: block;
}
.rz-hero__link:hover .rz-hero__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.rz-hero__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 46.875%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rz-hero__picture {
    padding-top: 42.98%;
  }
}
@media (min-width: 1280px) {
  .rz-hero__picture {
    padding-top: 40.141%;
  }
}
.rz-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  transition: transform 0.2s ease-in-out, opacity 1s !important;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 1s !important;
}
@media (min-width: 768px) {
  .rz-hero__image {
    border-radius: 40px;
  }
}
/* Hero end */
/* Index */
@media (min-width: 1280px) {
  .rz-index__hero {
    margin-bottom: 110px;
  }
}
.rz-index__tags {
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .rz-index__tags {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .rz-index__tags {
    display: none;
  }
}
.rz-index__category {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .rz-index__category {
    margin-bottom: 110px;
  }
}
.rz-index__promo {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .rz-index__promo {
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .rz-index__promo {
    margin-bottom: 110px;
  }
}
.rz-index__banner {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .rz-index__banner {
    margin-bottom: 110px;
  }
}
.rz-index__stores {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .rz-index__stores {
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .rz-index__stores.rz-section > .rz-container {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .rz-index__stores.rz-section > .rz-container {
    gap: 60px;
  }
}
.rz-index__seo {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .rz-index__seo {
    margin-bottom: 110px;
  }
}
/* Index end */
/* Label */
.rz-label {
  padding: 2px 4px;
  font-size: 13px;
  line-height: 20px;
  background-color: #212121;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .rz-label {
    font-size: 15px;
    line-height: 23px;
  }
}
/* Label end */
/* Main nav */
.rz-main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  line-height: 23px;
}
@media (min-width: 1280px) {
  .rz-main-nav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.rz-main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .rz-main-nav__item {
    position: relative;
    width: auto;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .rz-main-nav__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .rz-main-nav__item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .rz-main-nav__item:last-child::after {
    content: none;
  }
}
.rz-main-nav__link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rz-main-nav__link:hover {
  color: #ff0000;
}
/* Main nav end */
/* Menu */
.rz-menu.isOpen .rz-menu__body {
  left: 0;
}
.rz-menu.isOpen .rz-menu__button-icon path:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-2px) translateX(1px);
      -ms-transform: rotate(45deg) translateY(-2px) translateX(1px);
          transform: rotate(45deg) translateY(-2px) translateX(1px);
}
.rz-menu.isOpen .rz-menu__button-icon path:nth-child(2) {
  opacity: 0;
}
.rz-menu.isOpen .rz-menu__button-icon path:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(2px) translateY(1px);
      -ms-transform: rotate(-45deg) translateX(2px) translateY(1px);
          transform: rotate(-45deg) translateX(2px) translateY(1px);
}
.rz-menu__body {
  position: fixed;
  z-index: 10;
  left: -110%;
  width: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  background-color: #ffffff;
  overflow: auto;
}
@media (min-width: 1280px) {
  .rz-menu__body {
    position: static;
    left: initial;
    width: auto;
  }
}
.rz-menu__wrapper {
  padding: 25px 20px;
}
@media (min-width: 1280px) {
  .rz-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .rz-menu__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
}
.rz-menu__button-toggle {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .rz-menu__button-toggle {
    display: none;
  }
}
.rz-menu__button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.rz-menu__button-icon path {
  transform-box: fill-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rz-menu__section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1280px) {
  .rz-menu__section {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.rz-menu__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 1280px) {
  .rz-menu__section--mobile {
    display: none;
  }
}
.rz-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  line-height: 23px;
}
.rz-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .rz-menu__item {
    width: auto;
  }
}
.rz-menu__link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rz-menu__link:hover {
  color: #ff0000;
}
span.rz-menu__link:hover {
  color: #282828;
}
.rz-menu__logo-wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .rz-menu__logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1920px) {
  .rz-menu__logo-wrapper {
    margin-right: 18px;
  }
}
.rz-menu__logo-picture {
  display: block;
}
.rz-menu__logo-image {
  display: block;
  width: 216px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1440px) {
  .rz-menu__logo-image {
    width: 270px;
    height: 29px;
  }
}
/* Menu end */
/* Page */
.rz-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-bottom: 60px;
}
@media (min-width: 1280px) {
  .rz-page {
    padding-bottom: 0;
  }
}
.rz-page main {
  width: 100%;
}
.rz-page footer {
  width: 100%;
  margin-top: auto;
}
.rz-page__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .rz-page__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1920px) {
  .rz-page__title {
    font-size: 40px;
    line-height: 48px;
  }
}
/* Page end */
/* Product card */
.rz-product-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 6px;
}
@media (min-width: 1280px) {
  .rz-product-card:hover .rz-product-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.rz-product-card__top {
  position: relative;
}
.rz-product-card__image-link {
  display: block;
}
.rz-product-card__picture {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.rz-product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .rz-product-card__image {
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  }
}
.rz-product-card__favorite-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .rz-product-card__favorite-button {
    right: 1px;
  }
}
@media (min-width: 1280px) {
  .rz-product-card__favorite-button {
    right: 0;
  }
}
.rz-product-card__favorite-button:hover .rz-product-card__favorite-icon {
  fill: #c2c2c2;
}
.rz-product-card__favorite-button.isFilled .rz-product-card__favorite-icon,
.rz-product-card__favorite-button.current .rz-product-card__favorite-icon {
  fill: #ff0000;
  color: #ff0000;
}
.rz-product-card__favorite-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #c2c2c2;
  fill: none;
}
.rz-product-card__label {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
@media (min-width: 768px) {
  .rz-product-card__label {
    bottom: 0;
  }
}
.rz-product-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media (min-width: 768px) {
  .rz-product-card__bottom {
    row-gap: 6px;
  }
}
.rz-product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: calc(100% - 50px);
}
.rz-product-card__old-price {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
  color: #7c7c7c;
}
.rz-product-card__current-price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .rz-product-card__current-price {
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-product-card__discount {
  font-size: 12px;
  line-height: 18px;
  color: #af1f1f;
}
.rz-product-card__cart-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
}
.rz-product-card__cart-button:hover .rz-product-card__cart-icon {
  fill: #c2c2c2;
}
.rz-product-card__cart-button.isFilled .rz-product-card__cart-icon,
.rz-product-card__cart-button.current .rz-product-card__cart-icon {
  fill: #424242;
  color: #424242;
}
.rz-product-card__cart-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: none;
  color: #424242;
}
.rz-product-card__title {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .rz-product-card__title {
    font-size: 14px;
    line-height: 21px;
  }
}
/* Product card end */
/* Products */
.rz-products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 25px;
}
@media (min-width: 1280px) {
  .rz-products__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.rz-products__item {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .rz-products__item {
    width: calc(100% / 3 - 40px / 3);
  }
}
@media (min-width: 1280px) {
  .rz-products__item {
    width: calc(20% - 24px);
  }
}
/* Products end */
/* Read more */
.rz-read-more {
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.rz-read-more p {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .rz-read-more p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1280px) {
  .rz-read-more p {
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-read-more p:last-child {
  margin-bottom: 0;
}
.rz-read-more__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #7c7c7c;
}
@media (min-width: 768px) {
  .rz-read-more__button {
    margin-top: 25px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1280px) {
  .rz-read-more__button {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
  }
}
/* Read more end */
/* Search */
.rz-search__button-open {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .rz-search__button-open {
    display: none;
  }
}
.rz-search__button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.rz-search__form {
  display: none;
}
@media (min-width: 1280px) {
  .rz-search__form {
    display: block;
    max-width: 750px;
  }
}
/* Search end */
/* Section */
.rz-section > .rz-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  .rz-section > .rz-container {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .rz-section > .rz-container {
    gap: 60px;
  }
}
.rz-section__title {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
@media (min-width: 768px) {
  .rz-section__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1280px) {
  .rz-section__title {
    font-size: 38px;
    line-height: 46px;
  }
}
.rz-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* Section end */
/* Seo */
.rz-seo > .rz-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px;
}
@media (min-width: 1280px) {
  .rz-seo > .rz-container {
    gap: 35px;
  }
}
.rz-seo .rz-read-more {
  max-height: 414px;
}
@media (min-width: 768px) {
  .rz-seo .rz-read-more {
    max-height: 252px;
  }
}
@media (min-width: 1280px) {
  .rz-seo .rz-read-more {
    max-width: 900px;
    max-height: 230px;
  }
}
.rz-seo__title {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
@media (min-width: 768px) {
  .rz-seo__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1280px) {
  .rz-seo__title {
    font-size: 38px;
    line-height: 46px;
  }
}
/* Seo end */
/* Social */
.rz-social {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  justify-items: center;
  gap: 15px;
}
@media (min-width: 1280px) {
  .rz-social {
    justify-items: start;
  }
}
.rz-social__title {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .rz-social__title {
    font-size: 14px;
    line-height: 21px;
  }
}
.rz-social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.rz-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .rz-social__link {
    width: 35px;
    height: 35px;
  }
}
.rz-social__link:hover {
  color: #ff0000;
}
/*@media (min-width: 1280px) {*/
/*  .rz-social__link--vk .rz-social__icon,*/
/*  .rz-social__link--ok .rz-social__icon {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*  }*/
/*}*/
.rz-social__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Social end */
/* Store card */
.rz-store-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1280px) {
  .rz-store-card {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .rz-store-card:hover .rz-store-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.rz-store-card__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rz-store-card__picture {
    padding-top: 51.906%;
  }
}
@media (min-width: 1280px) {
  .rz-store-card__picture {
    border-radius: 40px;
  }
}
.rz-store-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .rz-store-card__image {
    border-radius: 40px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: -webkit-transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, opacity 1s !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 1s !important;
  }
}
.rz-store-card__title {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .rz-store-card__title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1280px) {
  .rz-store-card__title {
    font-size: 22px;
    line-height: 33px;
  }
}
/* Store card end */
/* Stores */
.rz-stores__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media (min-width: 768px) {
  .rz-stores__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (min-width: 1280px) {
  .rz-stores__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
  }
}
.rz-stores__item {
  width: 100%;
}
@media (min-width: 768px) {
  .rz-stores__item {
    width: calc(50% - 15px / 2);
  }
}
@media (min-width: 1280px) {
  .rz-stores__item {
    width: calc(50% - 15px);
  }
}
/* Stores end */
/* Subscription */
.rz-subscription {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .rz-subscription {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.rz-subscription > .rz-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .rz-subscription > .rz-container {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .rz-subscription > .rz-container {
    -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    gap: 30px;
  }
}
.rz-subscription__title {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .rz-subscription__title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1280px) {
  .rz-subscription__title {
    font-size: 22px;
    line-height: 33px;
  }
}
.rz-subscription__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .rz-subscription__form {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .rz-subscription__form {
    gap: 15px;
  }
}
/* Subscription end */
/* Tags */
.rz-tags .rz-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2 * 20px);
  margin: 0 -20px;
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rz-tags .rz-container::-webkit-scrollbar {
  display: none;
}
.rz-tags .rz-container > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rz-tags__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  min-width: 100%;
}
.rz-tags__link {
  display: block;
  padding: 9px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  font-size: 11px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .rz-tags__link {
    font-size: 13px;
    line-height: 20px;
  }
}
/* Tags end */
/* User block */
.rz-user-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.rz-user-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rz-user-block__link:hover {
  color: #ff0000;
}
.rz-user-block__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
}
/* User block end */


/*copy from zoloto 2*/
/* Modal */
.rz-modal {
  display: none;
  max-width: 500px;
  width: 100%;
  padding: 25px 20px;
  border-radius: 20px;
  color: #282828;
}
@media (min-width: 1024px) {
  .rz-modal {
    padding: 50px;
  }
}
.rz-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .rz-modal__header {
    margin-bottom: 25px;
  }
}
.rz-modal__header:last-child {
  margin-bottom: 0;
}
.rz-modal__title {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .rz-modal__title {
    font-size: 22px;
    line-height: 33px;
  }
}
.rz-modal__button-close {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.rz-modal__button-close-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.rz-modal__subtitle {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .rz-modal__subtitle {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-modal__subtitle:last-child {
  margin-bottom: 0;
}
.rz-modal__authorization-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rz-modal__authorization-form .rz-form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .rz-modal__authorization-form .rz-form__fieldset {
    gap: 25px;
    margin-bottom: 25px;
  }
}
.rz-modal__authorization-form .rz-form__fieldset:last-child {
  margin-bottom: 0;
}
.rz-modal__authorization-form .rz-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.rz-modal__authorization-form .rz-form__field--step-2 {
  /*display: none;*/
}
.rz-modal__authorization-form .rz-form__field .rz-form__label {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .rz-modal__authorization-form .rz-form__field .rz-form__label {
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-modal__authorization-form .rz-form__field .rz-form__input {
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.75px;
}
.rz-modal__authorization-form .rz-form__button-submit {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.rz-modal__authorization-form .rz-form__button-submit--step-2 {
  display: none;
}
.rz-modal__authorization-form .rz-form__button-submit.rz-button {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.rz-modal__authorization-form .rz-form__button-submit.rz-button .rz-button__text {
  min-height: 0;
  font-size: 15px;
  line-height: 23px;
}
.rz-modal__authorization-form.isStep2 .rz-form__field--step-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rz-modal__authorization-form.isStep2 .rz-form__button-submit--step-1 {
  display: none;
}
.rz-modal__authorization-form.isStep2 .rz-form__button-submit--step-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox__slide {
  padding: 0;
}
/* Modal end */


.rz-form__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  font-size: 15px;
  line-height: 23px;
}
.rz-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::-moz-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::-ms-input-placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__input::placeholder {
  opacity: 1;
  color: #7c7c7c;
}
.rz-form__field .rz-form__input {
  width: 100%;
  height: 60px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .rz-form__field .rz-form__input {
    font-size: 15px;
    line-height: 23px;
  }
}
.rz-form__field .rz-form__input--sm {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.js-authorization-button {cursor:pointer;}

.twgl__link:hover, .twgl__link {
  color: #000000;
}

.rz-modal.rz-modal__reg {max-width:825px;}

.isStep3 .rz-form__fieldset.three-column, .isStep3 .rz-form__fieldset.two-column
{
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .isStep3 .rz-form__fieldset {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .isStep3 .rz-form__fieldset.two-column {
    grid-template-columns: 1fr 1fr;
  }
}
.air-datepicker-global-container {z-index: 9999;}
.isStep3 .rz-form__label span {color:red}

@media (min-width: 768px) {
  .rz-modal__authorization-form .rz-form__button-submit.rz-button {
    max-width: 217px
  }
}