

/* Start:/local/templates/rvd/components/bitrix/menu/services-menu/style.css?1751269163727*/
.services-menu__lists {
  opacity: 0;
  visibility: hidden;
  max-width: 345px;
  position: absolute;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0px 1px 22px rgba(100, 110, 124, 0.25);
  border-radius: 20px;
  padding: 8px;
  list-style: none;
  margin-top: 12px;
  transition: all 0.1s;
}
.services-menu__lists.active {
  opacity: 1;
  visibility: visible;
}
.services-menu__link {
  display: block;
  padding: 14px 12px;
  color: inherit;
  font-family: "Cygre Medium";
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 12px;
}
.services-menu__link:hover {
  background-color: #F5F5F5;
}

@media (max-width: 500px) {
  .services-menu__lists {
    left: 0;
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/menu/top_menu/style.css?17512691644521*/
.btn-h {
  height: 100%;
}

.collapse-menu {
  display: none;
  position: relative;
}
.collapse-menu__tabs-description-items {
  display: none;
}
.collapse-menu.active {
  display: block;
}

.collapse-menu__top-menu {
  display: none;
}

.collapse-menu__items {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 320px;
  min-height: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 1px 22px rgba(100, 110, 124, 0.25);
  border-radius: 20px;
  margin-top: 12px;
  z-index: 103;
  transition: all 0.3s ease;
}
.collapse-menu__items.active {
  border-radius: 20px 0 0 20px;
}

.collapse-menu__lists {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  flex-direction: column;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 0 8px;
  border: 8px solid #fff;
  border-width: 8px 0;
  overflow-y: auto;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  scrollbar-color: darkgrey lightgrey;
  scrollbar-width: thin;
  transition: all 0.3s ease;
}
.collapse-menu__lists::-webkit-scrollbar {
  width: 10px;
}
.collapse-menu__lists::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.collapse-menu__lists::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.collapse-menu__lists.active {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.collapse-menu__title,
.collapse-menu__list {
  cursor: pointer;
  font-family: "Cygre Medium";
  font-size: 16px;
}

.collapse-menu__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Cygre Medium";
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  padding: 14px 12px;
  border-radius: 12px;
}
.collapse-menu__title img {
  margin-left: auto;
}
.collapse-menu__title a {
  color: inherit;
  text-decoration: none;
}
.collapse-menu__title.active {
  background-color: rgba(125, 153, 161, 0.1);
}

.collapse-menu__item {
  padding: 4px 8px 0;
}
.collapse-menu__item:last-child {
  padding-bottom: 8px;
}
.collapse-menu__item:first-child {
  padding-top: 8px;
}

.collapse-menu__list {
  display: block;
  padding: 12px;
  font-family: "Cygre Medium";
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}
.collapse-menu__list.active {
  text-decoration: none;
  color: #ED1B23;
}

.index-page .b-after-head .catalog-menu .collapse-menu {
  display: block;
}
.index-page .b-after-head .catalog-menu .collapse-menu .collapse-menu__items {
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  box-shadow: none;
}
.index-page .b-after-head .catalog-menu .collapse-menu .collapse-menu__item {
  padding: 10px 20px;
  margin-bottom: 0;
}
.index-page .b-after-head .catalog-menu .collapse-menu .collapse-menu__item:first-child {
  padding-top: 10px;
}
.index-page .b-after-head .catalog-menu .collapse-menu .collapse-menu__item:last-child {
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .collapse-menu {
    display: none;
  }
  .collapse-menu__items {
    overflow-y: auto;
    max-height: calc(100vh - 154px);
  }
  .collapse-menu__items.active {
    border-radius: 20px;
  }
  .collapse-menu__lists {
    position: static;
    padding: 0;
    box-shadow: none;
    display: none;
  }
  .collapse-menu__title.active img {
    transform: rotate(90deg);
  }
  .collapse-menu__top-menu {
    display: block;
    border-top: 2px solid rgb(245, 245, 245);
    color: rgb(129, 135, 145);
    padding: 14px;
    margin: 0 8px;
  }
  .collapse-menu__top-menu ul {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .collapse-menu__top-menu ul a {
    text-decoration: none;
    color: inherit;
  }
  .collapse-menu__top-menu ul button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .collapse-menu .collapse-menu__phone {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 2px solid rgb(245, 245, 245);
  }
  .collapse-menu .collapse-menu__phone a {
    color: rgb(65, 73, 86);
  }
}
@media (max-width: 768px) {
  .collapse-menu {
    position: static;
  }
  .collapse-menu__items {
    max-height: calc(100vh - 95px);
    left: 16px;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/search.title/search/style.css?17512691642350*/
.search {
  display: flex;
  align-items: center;
  background-color: #ED1B23;
  height: 100%;
  border-radius: 12px;
  transition: all 0.3s;
}
.search:hover {
  background-color: #C91C23;
}
.search:hover > .search__wrapper > .search__input {
  border-color: #C91C23;
}
.search > .search__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.search > .search__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/rvd/components/bitrix/search.title/search/./images/search-i.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}
.search > .search__wrapper > .search__input {
  width: inherit;
  padding: 0px 12px;
  font-family: "Cygre";
  background: #FFFFFF;
  border-radius: 12px;
  height: 100%;
  border: 2px solid #ED1B23;
  padding-right: 30px;
  min-height: clamp(48px, 1vw, 42px);
}
.search > .search__wrapper > .search__input:focus, .search > .search__wrapper > .search__input:focus-visible {
  outline: #ED1B23;
}
.search > .search__wrapper:hover::before {
  height: 0;
}
.search > .search__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Cygre";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  padding: 0 24px;
  height: 100%;
}

.title-search-result {
  z-index: 101;
}
.title-search-result .search-title {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 6px 16px;
}
.title-search-result .search-title-result-item {
  border-bottom: 1px solid #F5F5F5;
}
.title-search-result .search-title-result-item-link {
  display: block;
  text-decoration: none;
  font-family: "Cygre Medium";
  font-size: 16px;
  line-height: 125%;
  color: inherit;
  padding: 10px 0;
  transition: all 0.3s;
}
.title-search-result .search-title-result-item-link:hover {
  color: #C91C23;
}
.title-search-result .search-title-result-last-item {
  display: none;
}

@media (max-width: 1440px) {
  .title-search-result {
    top: 230%;
    right: 0;
  }
}
@media (max-width: 768px) {
  .title-search-result {
    top: 210%;
    right: 50%;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/breadcrumb/breadcrumbs/style.css?1751269163731*/
.bx-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 27px 0 20px;
}
.bx-breadcrumb i {
  border: none;
}
.bx-breadcrumb-item {
  font-size: 14px;
}
.bx-breadcrumb-item-angle {
  margin: 0 6px;
  color: #9397A3;
  font-size: 18px !important;
}
.bx-breadcrumb-item-link {
  cursor: pointer;
  font-size: 14px;
  color: #8E9AAB;
}
.bx-breadcrumb-item-link:hover {
  cursor: pointer;
}
.bx-breadcrumb-item > .bx-breadcrumb-item-text {
  color: #414956;
}

@media (max-width: 576px) {
  .bx-breadcrumb {
    margin-top: 0;
    margin-bottom: 10px;
    overflow-x: auto;
    padding: 0 0 10px;
    flex-wrap: nowrap;
  }
  .bx-breadcrumb-item {
    text-wrap: nowrap;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/sender.subscribe/subscribe/style.css?17512691641375*/
.search-sub {
  display: flex;
  align-items: center;
  background-color: #ED1B23;
  height: 100%;
  border-radius: 12px;
  transition: all 0.3s;
}
.search-sub:hover {
  background-color: #C91C23;
}
.search-sub:hover > .search__wrapper > .search__input {
  border-color: #C91C23;
}
.search-sub .search__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-sub .search__wrapper > .search__input {
  width: inherit;
  padding: 16px 12px;
  font-family: "Cygre";
  background: #414956;
  border-radius: 12px;
  height: 100%;
  border: 2px solid #ED1B23;
  padding-right: 30px;
  color: #BDC6D4;
}
.search-sub .search__wrapper > .search__input::-moz-placeholder {
  color: #BDC6D4;
}
.search-sub .search__wrapper > .search__input::placeholder {
  color: #BDC6D4;
}
.search-sub .search__wrapper > .search__input:focus, .search-sub .search__wrapper > .search__input:focus-visible {
  outline: #ED1B23;
}
.search-sub .search__wrapper:hover::before {
  height: 0;
}
.search-sub .search__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Cygre";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  padding: 0 24px;
  height: 100%;
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/form.result.new/form-callback/style.css?17512691635740*/
.ask {
  position: relative;
  max-width: 1075px;
  background: #fff;
  padding: 30px;
  margin: 60px auto;
  border-radius: 20px;
}
.ask__wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ask__wrapper.hidden {
  display: none;
}
.ask__info {
  max-width: 467px;
  width: 100%;
  border-right: 2px solid #F5F5F5;
  padding-right: 40px;
}
.ask__title {
  margin-top: 0;
}
.ask__title--quick {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.ask__phone {
  margin-bottom: 60px;
}
.ask__phone a {
  font-family: "Cygre Medium";
  font-size: 28px;
  line-height: 125%;
  text-decoration: none;
  color: inherit;
}
.ask__lists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ask__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ask .close {
  display: none;
}

.form {
  width: 100%;
}
.form__inputs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 30px);
}
.form__title {
  font-weight: 500;
  font-size: clamp(20px, 4vw, 24px);
  color: #363D45;
  margin-top: 0;
  text-align: center;
  margin-bottom: clamp(16px, 4vw, 32px);
}
.form__label {
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(45deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position-y: 10px;
  background-size: 100% 2px;
  left: 16px;
  padding: 0 4px;
  color: #8E9AAB;
  font-weight: 400;
  margin: 0;
}
.form__label-req {
  color: #DA1414;
  font-size: 11px;
}
.form__input {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form__input textarea,
.form__input input {
  resize: none;
  border: 2px solid #C9CED4;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 10px;
  outline: #8E9AAB;
  color: inherit;
}
.form__input textarea::-moz-placeholder, .form__input input::-moz-placeholder {
  color: #818791;
  opacity: 0.8;
}
.form__input textarea::placeholder,
.form__input input::placeholder {
  color: #818791;
  opacity: 0.8;
}
.form__input textarea:focus-visible,
.form__input input:focus-visible {
  border: 2px solid #8E9AAB;
}
.form__input .error {
  border-color: red;
}
.form__input .error::-moz-placeholder {
  color: red;
}
.form__input .error::placeholder {
  color: red;
}
.form__input textarea {
  min-height: 100px;
}
.form__input-error {
  color: rgb(250, 62, 46);
  font-size: 12px;
  padding: 0;
  height: 0;
  opacity: 0;
  transition: height 0.3s;
}
.form__input-error.active {
  opacity: 1;
  height: auto;
  padding: 5px 0;
  margin-bottom: -26px;
}
.form__submit {
  position: relative;
  max-width: 165px;
  width: 100%;
  background-color: #ED1B23;
  border-radius: 12px;
  margin: 0 auto;
  padding-bottom: 48px;
  transition: all 0.3s;
}
.form__submit input[type=submit] {
  position: absolute;
  inset: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 16px;
}
.form__submit--off {
  pointer-events: none;
  opacity: 0.6;
}
.form__submit:hover {
  background-color: #C91C23;
}
.form__success {
  font-weight: 500;
  font-size: 29px;
  color: #2F3543;
  margin: 0;
}
.form__consent {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #818791;
  opacity: 0.8;
  margin: 0;
}
.form__consent span {
  text-decoration: underline;
}
.form__cross {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.form__cross > svg {
  width: 20px;
  height: 20px;
}
.form__cross > svg path {
  stroke: #363D45;
}
.form .file-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.form .file-upload__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form .file-upload__button {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: 1px solid #8E9AAB;
  border-radius: 12px;
  color: #414956;
  padding: 11px;
}
.form .file-upload__label {
  color: #8E9AAB;
}

.callback {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.callback.active {
  display: flex;
}

.popup-form .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.popup-form .close:hover path {
  stroke: #6e7071;
}
.popup-form .ask {
  padding-top: 50px;
}

@media (max-width: 900px) {
  .ask__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ask__info {
    padding: 0 0 20px 0;
    max-width: none;
    border: none;
    border-bottom: 2px solid #F5F5F5;
  }
  .ask__title, .ask__phone a {
    font-size: 24px;
  }
  .ask__lists {
    flex-direction: row;
  }
  .ask__list {
    font-size: 14px;
    flex: 1;
  }
  .form__label {
    font-size: 14px;
  }
}
@media (max-width: 708px) {
  .ask {
    padding: 16px;
    margin-bottom: 40px;
  }
  .ask__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ask__info {
    padding: 0 0 20px 0;
    max-width: none;
    border: none;
    border-bottom: 2px solid #F5F5F5;
  }
  .ask__title, .ask__phone a {
    font-size: 20px;
  }
  .ask__title, .ask__phone {
    margin-bottom: 20px;
  }
  .ask__lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ask__list {
    font-size: 12px;
    flex: 1 1 48%;
  }
  .ask__list svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 500px) {
  .ask .form {
    padding: 0;
  }
  .ask .form__label {
    font-size: 14px;
  }
  .ask .form .file-upload__label, .ask .file-upload__button {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form {
    padding: 20px 16px 16px;
  }
  .form__input input {
    padding: 15px 12px;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/main.userconsent.request/consent/style.css?17512691631214*/
.feedback-request__check {
  accent-color: #ED1B23;
  width: 20px;
  height: 20px;
}

.main-user-consent-request.feedback-request__privacy {
  position: relative;
}

.main-user-consent-request.feedback-request__privacy::before {
  display: none;
}

.main-user-consent-request::before .feedback-request__check:checked {
  background: unset;
  content: unset;
}

.feedback-checkbox {
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  border: 2px solid #fff;
  left: 0;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-request__check:checked + .feedback-checkbox {
  border-color: transparent;
}

.main-user-consent-request .feedback-request__check:checked + .feedback-checkbox::before {
  content: "";
  position: absolute;
  background: url("/local/templates/rvd/components/bitrix/main.userconsent.request/consent/./images/Check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  width: 19px;
  height: 18px;
  top: -2px;
  right: -2px;
}

.feedback-checkbox::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: -2px;
  top: -2px;
}

label.main-user-consent-request.feedback-request__privacy {
  display: flex;
  gap: 12px;
  align-items: center;
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/main.userconsent.request/consent/user_consent.css?17406430514693*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request input[type=checkbox] {
  /* margin: 5px 10px 0 0; */
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 30px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  padding: 5px 10px;
  width: 100%;
  height: 240px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce {
  cursor: pointer;
  color: #FFF;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-header {
    max-width: 100%;
  }

  .main-user-consent-request-popup-text {
    font-size: 12px;
  }

  .main-user-consent-request-popup-header {
    font-size: 14px;
  }

  .main-user-consent-request-popup-text {
    height: 300px;
  }
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/form.result.new/form-quick/style.css?175126916399*/
.quick {
  display: none;
}
.quick.active {
  display: block;
}
.quick .ask {
  max-width: 650px;
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/form.result.new/form-to-order/style.css?1751269163135*/
.to-order {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.to-order.active {
  display: flex;
}
/* End */


/* Start:/local/templates/rvd/components/bitrix/form.result.new/form-delet-PD/style.css?1751269163287*/
.delet-PD {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.delet-PD.active {
  display: flex;
}

.ask.form-column {
  max-width: 600px;
}
.ask__title {
  text-align: center;
}

.delet-DP__button {
  cursor: pointer;
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/rvd/template_styles.css?175126754535201*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

div[id^=wait_] {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0px !important;
  height: 0px !important;
  word-spacing: normal !important;
  z-index: 0;
  content: "";
}

@font-face {
  font-family: "Cygre Bold";
  src: local("SFProDisplay-Bold"), url("/local/templates/rvd/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("/local/templates/rvd/fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre SemiBold";
  src: local("SFProDisplay-Semibold"), url("/local/templates/rvd/fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("/local/templates/rvd/fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre Medium";
  src: local("SFProDisplay-Medium"), url("/local/templates/rvd/fonts/SFProDisplay-Medium.woff2") format("woff2"), url("/local/templates/rvd/fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cygre";
  src: local("SF_Pro_Display_Regular"), url("/local/templates/rvd/fonts/SF_Pro_Display_Regular.woff2") format("woff2"), url("/local/templates/rvd/fonts/SF_Pro_Display_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: local("SF_Pro_Display_Regular"), url("/local/templates/rvd/fonts/SF_Pro_Display_Regular.woff2") format("woff2"), url("/local/templates/rvd/fonts/SF_Pro_Display_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.--just-space {
  justify-content: space-between;
}

.--just-center {
  justify-content: center;
}

.--just-end {
  justify-content: flex-end;
}

.--align-str {
  align-items: stretch;
}

.--align-center {
  align-items: center;
}

.--align-end {
  align-items: flex-end;
}

.--dir-col {
  flex-direction: column;
}

input:-internal-autofill-selected {
  background: light-dark(red, red) !important;
}

.center {
  text-align: center;
}

html {
  font-size: 16px;
}

html,
body {
  position: relative;
  scrollbar-gutter: stable;
}

body {
  font-family: "Cygre";
  font-style: normal;
  color: #414956;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background: #F5F5F5;
}
body.d-hidden {
  overflow: hidden;
}

a {
  transition: all 0.3s;
}
a:hover {
  color: #ED1B23;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h2 {
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  color: #414956;
  margin-bottom: 40px;
}

h3 {
  font-family: "Cygre SemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}

h4 {
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.flex-main-wrapp {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
}

.block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.block-head__link {
  font-family: "Cygre Medium";
  font-size: 20px;
  text-decoration: underline;
  color: inherit;
}

.d-none {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #ED1B23;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  background: #ED1B23;
  border-radius: 12px;
  padding: 18px 0;
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  background-color: #C91C23;
  text-decoration: none;
}

.btn-sm {
  max-width: 165px;
}

.btn-link {
  color: #8E9AAB;
  background: transparent;
  outline: 1px solid #8E9AAB;
}
.btn-link:hover {
  background-color: #8E9AAB;
}

.btn-default-red {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  max-width: 165px;
  width: 100%;
  background: #ED1B23;
  border-radius: 12px;
  padding: 18px 0;
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s;
}
.btn-default-red:hover {
  color: #fff;
  background-color: #C91C23;
  text-decoration: none;
}

.user-login {
  cursor: pointer;
  position: fixed;
  top: 20vh;
  right: 0;
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  transform: translateX(80px);
}
.user-login__link {
  font-family: "Cygre Medium";
  color: inherit;
  padding: 20px;
  text-decoration: none;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.user-login:hover {
  transform: translateX(0);
}

.privacy {
  margin-bottom: 50px;
}

.wishbtn {
  position: absolute;
  right: 30px;
  top: -1px;
  z-index: 50;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
}
.wishbtn.active svg path {
  fill: #C91C23;
  filter: drop-shadow(0 0 2px rgba(255, 0, 0, 0.5));
}
.wishbtn:hover svg path {
  fill: #ED1B23;
}
.wishbtn:hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: -100%;
  left: -100%;
  transform: translateX(-50%);
  background: #414956;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
}

@media (max-width: 992px) {
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
.header {
  background-color: #fff;
  transition: all 2s ease;
}
.header.sticky-active {
  position: sticky;
  top: 0;
  z-index: 110;
}
.header.shadow {
  box-shadow: 0px 1px 22px rgba(100, 110, 124, 0.25);
}
.header__top {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #E8EBEE;
  padding: 10px 0;
}
.header__menu ul {
  list-style: none;
  display: flex;
  gap: 50px;
  font-family: "Cygre";
  font-style: normal;
  color: #818791;
  padding: 0;
  margin: 0;
}
.header__menu ul a,
.header__menu ul button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__menu ul a:hover,
.header__menu ul button:hover {
  color: #ED1B23;
}
.header__menu ul a.selected,
.header__menu ul button.selected {
  color: #414956;
}
.header__left, .header__right {
  display: flex;
  gap: 20px;
}
.header__right {
  justify-content: space-between;
}
.header__phones {
  display: flex;
  gap: 20px;
}
.header__phones-item {
  color: #818791;
  font-family: "SF Pro Display";
  line-height: 120%;
}
.header__phones-item a {
  color: #414956;
  text-decoration: none;
  transition: all 0.3s;
}
.header__phones-item a:hover {
  color: #ED1B23;
}
.header__phones-item__callback {
  color: #414956;
  background: none;
  border: 1px solid rgba(65, 73, 86, 0.6117647059);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.header__phones-item__callback:hover {
  color: #ED1B23;
  border-color: rgba(237, 27, 34, 0.4509803922);
}
.header__bottom {
  display: grid;
  grid-template-columns: 1fr auto 2.7fr;
  gap: 20px;
  padding: 12px 0;
}
.header__bottom:nth-child(4) {
  grid-column: span 5;
}
.header__bottom:nth-child(5) {
  grid-column: span 3;
}
.header__logo {
  display: flex;
  justify-content: end;
  margin-right: 20px;
}
.header__logo svg {
  width: 150px;
}
.header__logo .st0 {
  fill: #ED1C24;
}
.header__search {
  position: relative;
  grid-column: span 5;
  max-width: 567px;
  width: 100%;
}
.header__search.search {
  display: flex;
  align-items: center;
  background-color: #ED1B23;
  height: 100%;
  border-radius: 12px;
  transition: all 0.3s;
}
.header__search.search:hover {
  background-color: #C91C23;
}
.header__search.search:hover > .search__wrapper > .search__input {
  border-color: #C91C23;
}
.header__search.search > .search__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__search.search > .search__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/rvd/../rvd/images/search-i.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}
.header__search.search > .search__wrapper > .search__input {
  padding: 0px 12px;
  font-family: "Cygre";
  background: #FFFFFF;
  border-radius: 12px;
  height: 100%;
  border: 2px solid #ED1B23;
  padding-right: 30px;
}
.header__search.search > .search__wrapper > .search__input:focus, .header__search.search > .search__wrapper > .search__input:focus-visible {
  outline: #ED1B23;
}
.header__search.search > .search__wrapper:hover::before {
  height: 0;
}
.header__search.search > .search__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Cygre";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  padding: 0 24px;
  height: 100%;
}
.header__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Cygre Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  height: 100%;
  color: #414956;
  border: 2px solid #8E9AAB;
  border-radius: 12px;
  padding: 12px 20px;
  transition: background-color 0.3s;
  text-decoration: none;
  position: relative;
}
.header__btn.search__button {
  display: none;
}
.header__btn-link {
  position: absolute;
  inset: 0;
}
.header__btn--cart {
  grid-column: 12/span 1;
}
.header__btn--catalog:hover {
  background-color: #ED1B23;
  color: #fff;
  border-color: #ED1B23;
}
.header__btn--catalog:hover svg path {
  stroke: #fff;
}
.header__btn--catalog.active {
  background-color: #C91C23;
  color: #fff;
  border-color: #C91C23;
}
.header__btn--catalog.active svg path {
  stroke: #fff;
}
.header__btn--service:hover {
  background-color: #ED1B23;
  color: #fff;
  border-color: #ED1B23;
}
.header__btn--service:hover svg path {
  stroke: #fff;
}
.header__btn--service:hover svg path:first-child {
  fill: #fff;
}
.header__btn--service.active {
  background-color: #C91C23;
  color: #fff;
  border-color: #C91C23;
}
.header__btn--service.active svg path {
  stroke: #fff;
}
.header__btn--service.active svg path:first-child {
  fill: #fff;
}
.header__btn--cart {
  position: relative;
}
.header__btn--cart:hover {
  background-color: #ED1B23;
  color: #fff;
  border-color: #ED1B23;
}
.header__btn--cart:hover svg path {
  stroke: #fff;
}
.header__btn--cart:hover .header__btn-count {
  background-color: #fff;
  color: #414956;
  outline: 1px solid #ED1B23;
}
.header__btn-count {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #ED1B23;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  transition: all 0.3s;
}
.header__btn-count:empty {
  display: none;
}
.header__wishlist {
  position: relative;
  color: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #414956;
}
.header__wishlist:hover svg path {
  fill: #C91C23;
}
.header__wishlist svg {
  width: 25px;
  height: 25px;
}
.header__wishlist svg path {
  transition: all 0.3s;
}
.header__wishlist-text {
  display: block;
}
.header__wishlist-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -5px;
  top: -4px;
  background-color: #ED1B23;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  transition: all 0.3s;
}
.header__wishlist-counter:empty {
  display: none;
}

@media (max-width: 1440px) {
  .header__search {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__top {
    justify-content: center;
  }
  .header__logo {
    grid-column: unset;
    margin: 0;
    height: 48px;
  }
  .header__menu {
    display: none;
  }
  .header__bottom {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
  .header .search {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 102;
    display: none;
    max-width: 567px;
    width: -moz-max-content;
    width: max-content;
  }
  .header .search.active {
    display: flex;
  }
  .header .search > .search__wrapper > .search__input {
    min-height: unset;
  }
  .header .search__button {
    display: block;
    height: 100%;
  }
  .header__btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 10px;
    height: 100%;
  }
  .header__btn svg {
    width: 24px;
    height: 24px;
  }
  .header__btn-text {
    display: none;
  }
  .header__btn-link {
    display: none;
  }
  .header__wishlist-text {
    display: none;
  }
  .header__wishlist-counter {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
  .header__top {
    display: none;
  }
  .header__logo svg {
    width: 80px;
    height: 37px;
  }
  .header__search {
    position: static;
  }
  .header .search {
    right: 50%;
    max-width: none;
    width: 90vw;
    height: 50px;
    transform: translateX(50%);
  }
  .header__btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 10px;
    height: 100%;
  }
  .header__btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 450px) {
  .header__bottom {
    gap: 12px;
  }
  .header__left, .header__right {
    gap: 10px;
  }
}
.footer {
  padding: 64px 0;
  background-color: #414956;
  flex: 0 0 auto;
  margin-top: auto;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__logo {
  max-height: 43px;
  width: -moz-fit-content;
  width: fit-content;
  width: 150px;
  margin-bottom: 30px;
}
.footer__logo svg {
  width: 150px;
}
.footer__logo .st0 {
  fill: #FFFFFF;
}
.footer__logo .st1 {
  fill: #ED1C24;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu ul {
  list-style-type: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.footer__menu a,
.footer__menu button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__menu a:hover,
.footer__menu button:hover {
  color: #ED1B23;
}
.footer__social {
  display: flex;
  gap: 16px;
}
.footer__social a {
  display: block;
  text-decoration: none;
}
.footer__social-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.footer__social__callback {
  color: rgba(255, 255, 255, 0.897);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.705);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.footer__social__callback:hover {
  color: #ED1B23;
  border-color: rgba(237, 27, 34, 0.9647058824);
}
.footer__email {
  max-width: 588px;
}
.footer__email-name {
  font-size: 18px;
  color: #E0E3E8;
  margin: 0 0 8px;
}
.footer__email-text {
  color: #818791;
  margin: 0 0 24px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__bottom p {
  margin: 0;
  color: #818791;
  font-size: 12px;
}
.footer__list {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.footer__list a {
  text-decoration: none;
  color: #818791;
  font-size: 12px;
}
.footer__line {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
  border: none;
  border-bottom: 1px solid #676D78;
}

.popap__cookie {
  background-color: white;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 10px 30px 20px;
  width: 50%;
  max-width: 420px;
  width: 100%;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 4px 4px 8px -4px rgba(34, 60, 80, 0.2);
}
.popap__cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popap__cookie-button {
  cursor: pointer;
  padding: 10px 8px;
  border-radius: 8px;
  border: none;
}
.popap__cookie-button.accept {
  color: white;
  background-color: #ED1B23;
}

.social-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  border-radius: 50%;
}
.social-icon__main {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 0px 5px 10px 4px rgba(34, 60, 80, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f5fa;
  transition: all 0.3s;
}
.social-icon__main::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(65, 73, 86, 0.2509803922);
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse-sequence 11s linear 3s infinite;
}
.social-icon__main.show {
  animation: none;
}
.social-icon__main.show::after {
  animation: none;
}
.social-icon__main.show svg.social-icon__open {
  display: none;
}
.social-icon__main.show svg.social-icon__close {
  display: block;
}
.social-icon__close {
  display: none;
}

@keyframes pulse-sequence {
  0%, 18% {
    /* ~2s/11s = 18.18% */
    transform: scale(0.5);
    opacity: 0;
  }
  9% {
    /* середина пульса */
    opacity: 1;
  }
  18% {
    transform: scale(1);
    opacity: 0;
  }
  /* Повторяем для 3 пульсаций */
  18.01%, 36% {
    transform: scale(0.5);
    opacity: 0;
  }
  27% {
    opacity: 1;
  }
  36% {
    transform: scale(1);
    opacity: 0;
  }
  36.01%, 54% {
    transform: scale(0.5);
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  54% {
    transform: scale(1);
    opacity: 0;
  }
  /* Пауза до 100% */
  54.01%, 100% {
    transform: scale(1);
    opacity: 0;
  }
}
.social-icon__items {
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  max-height: 0;
  margin: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in;
}
.social-icon__items.active {
  overflow: visible;
  max-height: 500px;
  margin-bottom: 30px;
  opacity: 1;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in;
}
.social-icon__items a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(237, 27, 35, 0.87);
  margin-bottom: 15px;
  transition: transform 0.3s;
}
.social-icon__items a:last-child {
  margin-bottom: 0px;
}
.social-icon__items a:hover {
  transform: scale(1.1);
}
.social-icon__items a:hover span {
  opacity: 1;
}
.social-icon__items svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.social-icon__items span {
  opacity: 0;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  color: rgba(237, 27, 35, 0.87);
}

@media (max-width: 1300px) {
  .footer {
    padding: 50px 0;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 20px 0;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__top {
    gap: 20px;
  }
  .footer__menu {
    margin-bottom: 20px;
  }
  .footer__menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .popap__cookie {
    right: 0;
    bottom: 0;
    max-width: none;
  }
}
.cart {
  position: relative;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  height: calc(100% - 50px);
  margin-left: auto;
  margin-top: 50px;
  border-radius: 20px 0px 0px 20px;
  padding: 50px 30px;
  transform: translateX(100%);
  transition: transform 0.3s;
  /* Изменено */
}
.cart-item__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cart__title {
  font-family: "Cygre Medium";
  font-size: 28px;
  line-height: 125%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 2px solid #F5F5F5;
}
.cart-total-price {
  font-family: "Cygre Medium";
  font-size: 28px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}
.cart-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cart-actions__item {
  max-width: 165px;
}
.cart-actions__btn {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 1px solid #ED1B23;
  border-radius: 12px;
  font-family: "Cygre Medium";
  font-weight: 500;
  line-height: 120%;
  padding: 18px 0;
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.cart-actions__btn--red {
  background-color: #ED1B23;
  text-decoration: none;
  color: #fff;
}
.cart-actions__btn--red:hover {
  background-color: #C91C23;
  color: #fff;
}
.cart-actions__text {
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 12px;
  color: #8E9AAB;
  text-align: center;
  margin: 0;
}
.cart-wrapper {
  overflow-y: auto;
  max-height: 560px;
  scrollbar-width: thin;
  scrollbar-color: #ED1B23 #E0E3E8;
  margin-right: -10px;
  margin-bottom: 20px;
}
.cart-empty {
  font-family: "Cygre Medium";
  text-align: center;
  font-size: 20px;
}
.cart-wrapper-bottom {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.cart-wrapper-bottom.active {
  visibility: visible;
  opacity: 1;
}
.cart-items {
  padding: 0;
  margin: 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #F5F5F5;
}
.cart-item:last-child {
  padding-bottom: 20px;
}
.cart-item__image {
  max-width: 80px;
  width: 100%;
  border: 2px solid #E8EBEE;
  border-radius: 10px;
  overflow: hidden;
}
.cart-item__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart-item__details {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 17px 10px 17px 20px;
}
.cart-item__quantity {
  display: flex;
  background-color: #F5F5F5;
}
.cart-item__name {
  flex: 1;
  font-family: "Cygre Medium";
  font-size: 18px;
  color: inherit;
  text-decoration: none;
}
.cart-item__price {
  flex: 0 1 80px;
  font-family: "Cygre Medium";
  font-size: 18px;
  line-height: 125%;
}
.cart-item__remove {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.cart-item__remove:hover svg path {
  stroke: #ED1B23;
}
.cart-item__remove svg {
  pointer-events: none;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.quantity-controls {
  max-width: 165px;
  width: 165px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 4px;
  border-radius: 14px;
}

.quantity-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-width: 32px;
  width: 100%;
  height: 32px;
  background: #ED1B23;
  border-radius: 10px;
  border: transparent;
  color: #fff;
  font-size: 22px;
}
.quantity-button:hover {
  background-color: #C91C23;
}

.quantity-input {
  pointer-events: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  line-height: 140%;
  border: none;
  text-align: center;
}

@media (max-width: 1000px) {
  .cart {
    height: calc(100% - 30px);
    margin-top: 30px;
  }
  .cart-item {
    align-items: center;
    gap: 20px;
  }
  .cart-item__details {
    padding: 0;
    margin-right: 17px;
  }
}
@media (max-width: 768px) {
  .cart-item__name, .cart-item__price {
    font-size: 16px;
  }
  .cart-total-price {
    font-size: 24px;
  }
  .cart-wrapper {
    max-height: 400px;
  }
}
@media (max-width: 760px) {
  .cart-item {
    flex-wrap: wrap;
  }
  .cart-item__details {
    display: contents;
    margin: 0;
  }
  .cart-item__quantity {
    width: 165px;
  }
  .cart-item__image {
    flex-shrink: 0;
  }
  .cart-item__name {
    flex: 1 0 40%;
  }
}
@media (max-width: 608px) {
  .cart__title {
    font-size: 24px;
  }
  .cart-item__name {
    font-size: 14px;
  }
  .cart-item__image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 460px) {
  .cart {
    height: 100%;
    padding: 16px;
    margin-top: 0;
    border-radius: 0;
  }
  .cart-item__quantity {
    max-width: 120px;
  }
  .cart-total-price {
    font-size: 24px;
  }
}
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.not-found__404 {
  font-family: "Cygre Bold";
  font-size: 240px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.not-found__title {
  font-family: "Cygre Medium";
  font-size: 28px;
  margin-bottom: 16px;
  margin-top: 0;
}
.not-found__btn {
  color: #fff;
  background: #ED1B23;
  border-radius: 12px;
  text-decoration: none;
  padding: 15px 20px;
  transition: all 0.3s;
}
.not-found__btn:hover {
  background: #B7181F;
  color: #fff;
}

.popap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.callback-delet {
  display: none;
}

.callback-delet.active {
  display: block;
}

.element-info__row {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.element-info__row .hidden {
  display: none;
}
.element-info__about {
  color: #ED1B23;
}

.popup,
.popup-form {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: background 0.5s;
  transition: all 0.3s;
  z-index: 110;
}
.popup--active,
.popup-form--active {
  opacity: 1;
  visibility: visible;
  background: rgba(65, 73, 86, 0.4);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.popup--active .cart,
.popup-form--active .cart {
  transform: translateX(0);
}

.popup-suc {
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: -1;
  transition: background 0.5s;
}
.popup-suc.active {
  z-index: 100;
  opacity: 1;
  background: rgba(65, 73, 86, 0.4);
}
.popup-suc__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.popup-suc .success {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.popup-suc .success.active {
  display: flex;
}
.popup-suc .success__title {
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.popup-suc .success__img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.popup-suc .success__text {
  max-width: 560px;
  text-align: center;
  font-family: "Cygre";
  font-size: 24px;
  line-height: 125%;
  color: #8E9AAB;
  padding-bottom: 20px;
  margin-top: 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid #F5F5F5;
}
.popup-suc .success__link {
  max-width: 165px;
  width: 100%;
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 18px 0;
  background: #ED1B23;
  border-radius: 12px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.popup-suc .success__link:hover {
  background-color: #B7181F;
  color: #fff;
}
.popup-suc .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/* End */
/* /local/templates/rvd/components/bitrix/menu/services-menu/style.css?1751269163727 */
/* /local/templates/rvd/components/bitrix/menu/top_menu/style.css?17512691644521 */
/* /local/templates/rvd/components/bitrix/search.title/search/style.css?17512691642350 */
/* /local/templates/rvd/components/bitrix/breadcrumb/breadcrumbs/style.css?1751269163731 */
/* /local/templates/rvd/components/bitrix/sender.subscribe/subscribe/style.css?17512691641375 */
/* /local/templates/rvd/components/bitrix/form.result.new/form-callback/style.css?17512691635740 */
/* /local/templates/rvd/components/bitrix/main.userconsent.request/consent/style.css?17512691631214 */
/* /local/templates/rvd/components/bitrix/main.userconsent.request/consent/user_consent.css?17406430514693 */
/* /local/templates/rvd/components/bitrix/form.result.new/form-quick/style.css?175126916399 */
/* /local/templates/rvd/components/bitrix/form.result.new/form-to-order/style.css?1751269163135 */
/* /local/templates/rvd/components/bitrix/form.result.new/form-delet-PD/style.css?1751269163287 */
/* /local/templates/rvd/template_styles.css?175126754535201 */
