

/* Start:/local/templates/eshop_bootstrap_v4/popup.css?17647517295434*/
.popup {
  cursor: auto !important;
  z-index: 9999;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .popup {
    padding: 25px;
  }
}
.popup:before {
  content: " ";
  position: absolute;
  background: black;
  opacity: 0.76;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup .case_images {
  padding-left: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup .case_images picture img {
  filter: grayscale(0) !important;
}
.popup.popup-show {
  display: flex;
}
.popup.popup-showing {
  animation: animation-show-popup 0.3s;
}
.popup .h3 {
  margin-bottom: 18px !important;
}
@media (max-width: 1919px) {
  .popup .h3 {
    margin-bottom: 14px !important;
  }
}
.popup .h3 + .popup_sub_text {
  margin-top: -10px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1919px) {
  .popup .h3 + .popup_sub_text {
    margin-top: -6px !important;
  }
}
.popup .h4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.popup .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner {
  overflow: auto;
  position: relative;
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
@media (max-width: 1919px) {
  .popup .popup-inner {
    max-width: 840px;
  }
}
@media (max-width: 1439px) {
  .popup .popup-inner {
    max-width: 790px;
  }
}
@media (max-width: 1023px) {
  .popup .popup-inner {
    max-width: 588px;
  }
}
.popup .popup-inner > p:last-of-type {
  margin-bottom: 0 !important;
}
.popup .popup-inner.popup-inner-with-doctor .popup-inner-center {
  padding-bottom: 0;
}
.popup .popup-inner .popup-inner-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  height: 54px;
  flex-shrink: 0;
  background: #ffffff;
}
.popup .popup-inner .popup-inner-center {
  position: relative;
  overflow-y: auto;
  flex-grow: 1;
  padding: 71px 120px 120px 120px;
}
@media (max-width: 1439px) {
  .popup .popup-inner .popup-inner-center {
    padding: 71px 90px 120px 90px;
  }
}
@media (max-width: 1023px) {
  .popup .popup-inner .popup-inner-center {
    padding: 19px 60px 60px 60px;
  }
}
@media (max-width: 767px) {
  .popup .popup-inner .popup-inner-center {
    padding: 19px 30px 30px 30px;
  }
}
.popup .popup-inner .popup-inner-bottom_title {
  margin-top: 24.5px;
  color: #3A3A66;
}
@media (max-width: 1919px) {
  .popup .popup-inner .popup-inner-bottom_title {
    margin-top: 19px;
  }
}
@media (max-width: 1023px) {
  .popup .popup-inner .popup-inner-bottom_title {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .popup .popup-inner .popup-inner-bottom_title {
    margin-top: 0;
    max-width: calc(100% - 85px);
  }
}
.popup .popup-inner .popup-inner-bottom_desc_sec {
  margin-top: 28.5px;
}
.popup .popup-inner .popup-inner-bottom_desc_sec p {
  margin-bottom: 0 !important;
}
.popup .popup-inner .popup-inner-bottom {
  position: relative;
  background: #F3F3FF;
  padding: 30px 120px;
  margin-top: 80px;
  margin-left: -120px;
  margin-right: -120px;
}
@media (max-width: 1439px) {
  .popup .popup-inner .popup-inner-bottom {
    margin-left: -90px;
    margin-right: -90px;
    padding: 30px 90px;
  }
}
@media (max-width: 1023px) {
  .popup .popup-inner .popup-inner-bottom {
    margin-left: -60px;
    margin-right: -60px;
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .popup .popup-inner .popup-inner-bottom {
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
  }
}
.popup .popup-inner .popup-inner-bottom picture {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  right: 120px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 1919px) {
  .popup .popup-inner .popup-inner-bottom picture {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 1439px) {
  .popup .popup-inner .popup-inner-bottom picture {
    right: 90px;
  }
}
@media (max-width: 1023px) {
  .popup .popup-inner .popup-inner-bottom picture {
    width: 76px;
    height: 76px;
    right: 60px;
  }
}
@media (max-width: 767px) {
  .popup .popup-inner .popup-inner-bottom picture {
    right: 30px;
    top: 20px;
  }
}
.popup .popup-inner .popup-inner-bottom picture img {
  width: 100%;
  height: 100%;
}
.popup .popup-inner .popup-inner-bottom_desc, .popup .popup-inner .popup-inner-bottom_desc_sec, .popup .popup-inner .popup-inner-bottom_desc_sec p {
  color: #B4B3D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 21px */
}
@media (max-width: 767px) {
  .popup .popup-inner .popup-inner-bottom_desc {
    max-width: calc(100% - 85px);
  }
}
.popup .popup-close {
  display: flex;
  position: absolute;
  width: 54px;
  height: 54px;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
.popup .p-popup-buttons {
  margin-top: 50px;
}
.popup .popup-buttons {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .popup .popup-buttons {
    flex-direction: column;
  }
}

@keyframes animation-show-popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes animation-hide-popup {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}

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

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?17647517296784*/
.header-profile, .basket-line-block-icon-cart, .basket-line-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.basket-line-block {
  display: none !important;
}

.basket-line-block-icon-cart a, .header-profile a, .basket-line-block-icon-cart {
  text-decoration: none !important;
}
.basket-line-block-icon-cart a:before, .header-profile a:before, .basket-line-block-icon-cart:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}

@media (max-width: 767px) {
  .header-profile {
    display: none !important;
  }
}

.basket-line-wrapper {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .basket-line-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .basket-line-wrapper {
    margin-left: 16px;
  }
}

.basket-line {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .basket-line {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .basket-line {
    gap: 16px;
  }
}

.basket-line-block-count {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 1px 4px 3px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
  background: #D14FBB;
  color: #ffffff !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.basket-line-block-icon-profile, .basket-line-block-icon-cart {
  padding-top: 36px;
  padding-bottom: 7px;
  position: relative;
}
@media (max-width: 767px) {
  .basket-line-block-icon-profile, .basket-line-block-icon-cart {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.basket-line-block-icon-profile:after, .basket-line-block-icon-cart:after {
  background: no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/profile_v2.svg);
  background-size: cover !important;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 24px;
  content: " ";
}
@media (max-width: 767px) {
  .basket-line-block-icon-profile:after, .basket-line-block-icon-cart:after {
    top: 4px;
    width: 18px;
    height: 18px;
  }
}

.basket-line-block-icon-cart:after {
  background: no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/cart_v2.svg) !important;
  background-size: cover !important;
}

/*FIXED BASKET*/
@media (min-width: 768px) {
  .bx-basket-fixed {
    position: fixed;
    z-index: 998;
    overflow: hidden;
    padding-top: 10px;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  }
  .bx-basket-fixed.top {
    top: 10px;
  }
  .bx-basket-fixed.right {
    right: 10px;
  }
  .bx-basket-fixed.bottom {
    bottom: 10px;
  }
  .bx-basket-fixed.left {
    left: 10px;
  }
  .bx-basket-fixed.bx-max-height {
    top: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bx-basket-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    overflow: hidden;
    padding-top: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  }
  .bx-basket-fixed.vcenter {
    bottom: 10px;
    top: auto !important;
  }
  .bx-basket-item-list {
    display: none;
  }
  /*.bx-basket-fixed */
}
.bx-basket-fixed .basket-line-block {
  margin-left: 10px;
}

.bx-basket-item-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list {
  padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.bx-closed .bx-basket-item-list {
  overflow: hidden;
  height: 20px;
}

.bx-basket-item-list-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  padding: 3px 0;
  height: 20px;
  background: #f7f7f7;
  color: #4f4f4f;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.bx-basket-item-list-button-container {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
  background: #fff;
  text-align: center;
}

.bx-basket-item-list-container {
  overflow-y: auto;
  max-height: 100%;
}

.bx-basket-item-list-item {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.bx-basket-item-list-item-status {
  margin: 0 10px 20px;
  padding: 3px;
  border-radius: 3px;
  background: #ebebeb;
  text-align: center;
  white-space: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.bx-basket-item-list-item-img {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}

.bx-basket-item-list-item-img img {
  max-width: 90px;
  height: auto;
  border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name {
  padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
  font-size: 13px;
  line-height: 16px;
}

.bx-basket-item-list-item-remove {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  cursor: pointer;
  transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  content: "";
  transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
  opacity: 0.7;
}

.bx-basket-item-list-item-price-block {
  padding-bottom: 5px;
  font-size: 12px;
}

.bx-basket-item-list-item-price {
  display: inline-block;
  margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
  display: inline-block;
  margin-right: 5px;
  color: #b0b0b0;
  text-decoration: line-through;
}

.bx_cart_login_top .basket-line {
  line-height: 1.44em;
}

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

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?1765188522111766*/
@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Golos";
  src: url("/assets/fonts/Golos-Text/golos-text_regular.woff2") format("woff2"), url("/assets/fonts/Golos-Text/golos-text_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Golos";
  src: url("/assets/fonts/Golos-Text/golos-text_regular.woff2") format("woff2"), url("/assets/fonts/Golos-Text/golos-text_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Golos";
  src: url("/assets/fonts/Golos-Text/golos-text_medium.woff2") format("woff2"), url("/assets/fonts/Golos-Text/golos-text_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "Golos", serif;
  color: #3A3A66;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
}
@media (max-width: 1439px) {
  body {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20.8px; /* 20.8px */
  }
}
body b, body strong {
  font-weight: 600;
  line-height: 120%;
}

sup {
  position: relative;
  top: -0.5em;
  line-height: 0;
  font-size: 0.75em;
  vertical-align: baseline;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.only_mobile_and_tablet {
  display: none !important;
}
@media (max-width: 1023px) {
  .only_mobile_and_tablet {
    display: flex !important;
  }
}

.only_desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .only_desktop {
    display: flex !important;
  }
}

.no-scroll {
  touch-action: none;
  overflow: hidden;
}

main {
  overflow: hidden;
}

.bx-header {
  overflow: hidden;
}

.popup-inner.popup-inner-blue .popup-inner-top {
  background: #2d45c1;
}
.popup-inner.popup-inner-blue .popup-inner-center {
  padding: 0;
}
.popup-inner.popup-inner-blue .popup-inner-center .form_def {
  padding-top: 0;
}

header {
  position: relative;
}
header.header_open .f-line {
  margin-bottom: 0 !important;
}
header.header_open .container {
  margin-bottom: 0 !important;
}
header.header_open .revixan_breadcrumb {
  padding-top: 136px;
}
@media (max-width: 1919px) {
  header.header_open .revixan_breadcrumb {
    padding-top: 118px;
  }
}
@media (max-width: 1023px) {
  header.header_open .revixan_breadcrumb {
    min-height: 112px;
  }
}
@media (max-width: 767px) {
  header.header_open .revixan_breadcrumb {
    padding-top: 79px;
  }
}
header.header_f_subline_desktop_open .f-line .f-line_bg {
  transition: 0.3s;
}
header.header_open .f-line:after, header.header_f_subline_desktop_open .f-line:after {
  background: #D8D8F6 !important;
}
header.header_open .f-line .f-line_bg, header.header_f_subline_desktop_open .f-line .f-line_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
header.header_open .header_line_text:before, header.header_open .header_line_text:after, header.header_f_subline_desktop_open .header_line_text:before, header.header_f_subline_desktop_open .header_line_text:after {
  background: #D8D8F6 !important;
}
@media (min-width: 768px) {
  header.header_open_bg_default .f-line .f-line_bg, header.header_f_subline_desktop_open .f-line .f-line_bg {
    background: #F3F3FF;
  }
}
header .two_column_header_inner {
  overflow: auto;
  height: 100%;
  padding: 40px 60px 70px 40px;
}
@media (max-width: 1439px) {
  header .two_column_header_inner {
    padding: 40px 30px 70px 40px;
  }
}
@media (max-width: 1023px) {
  header .two_column_header_inner {
    padding: 20px 24px 60px 10px;
  }
}
@media (max-width: 767px) {
  header .two_column_header_inner {
    padding: 20px 0 60px 0;
  }
}
header > .container {
  min-height: 91px;
  margin-bottom: 106px;
}
@media (max-width: 1919px) {
  header > .container {
    margin-bottom: 88px;
  }
}
@media (max-width: 1023px) {
  header > .container {
    min-height: 82px;
  }
}
@media (max-width: 767px) {
  header > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 63px;
    margin-bottom: 50px;
  }
}
header .f-line {
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
  width: 100%;
  position: fixed;
  padding: 0 120px;
  z-index: 999;
  background: #ffffff;
}
@media (max-width: 1919px) {
  header .f-line {
    padding: 0 60px;
  }
}
@media (max-width: 1439px) {
  header .f-line {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  header .f-line {
    height: 82px;
  }
}
@media (max-width: 767px) {
  header .f-line {
    height: 62px;
    padding: 0 20px;
    background: #2D45C1;
    margin-bottom: 0 !important;
  }
}
header .f-line:before {
  background: #ffffff;
  height: 100%;
}
@media (max-width: 1919px) {
  header .f-line:before {
    display: none;
  }
}
header .f-line:before, header .f-line:after {
  position: absolute;
  content: " ";
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
header .f-line:after {
  z-index: 2;
  height: 1px;
  background: #F3F3FF;
}
@media (max-width: 767px) {
  header .f-line:after {
    background: transparent;
  }
}
header .f_subline_desktop {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 90px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #F3F3FF;
  z-index: 4;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1023px) {
  header .f_subline_desktop {
    top: 82px;
  }
}
@media (max-width: 767px) {
  header .f_subline_desktop {
    display: none;
  }
}
header .f_subline_desktop.show {
  opacity: 1;
  pointer-events: auto;
}
header .f_subline_desktop a {
  text-decoration: none !important;
  padding: 12px;
  font-size: 14px !important;
  line-height: 100% !important;
}
@media (max-width: 1023px) {
  header .f_subline_desktop .two_column > :first-child {
    display: none;
  }
}
header .f_subline_desktop .two_column_header_right {
  display: flex;
  flex-wrap: wrap;
}
header .header_line_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 62px;
  position: relative;
  box-sizing: content-box;
}
@media (max-width: 1439px) {
  header .header_line_text {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1023px) {
  header .header_line_text {
    height: 42px;
  }
}
@media (max-width: 767px) {
  header .header_line_text {
    padding-left: 0px;
    padding-right: 0px;
    gap: 2px;
    width: 55px;
  }
}
@media (max-width: 767px) {
  header .header_line_text:hover {
    background: #798FFF;
  }
}
header .header_line_text:hover path, header .header_line_text:hover circle {
  stroke: #2D45C1;
}
@media (max-width: 767px) {
  header .header_line_text:hover path, header .header_line_text:hover circle {
    stroke: #ffffff;
  }
}
header .header_line_text:hover span {
  color: #2D45C1;
}
@media (max-width: 767px) {
  header .header_line_text:hover span {
    color: #ffffff;
  }
}
header .header_line_text:before, header .header_line_text:after {
  position: absolute;
  left: 0;
  background: #F3F3FF;
  height: 100%;
  width: 1px;
  content: " ";
  top: 0;
}
@media (max-width: 767px) {
  header .header_line_text:before, header .header_line_text:after {
    display: none !important;
  }
}
header .header_line_text:after {
  left: auto;
  right: 0;
}
header .header_line_text:not(:first-of-type):before {
  left: -1px;
}
header .header_line_text path, header .header_line_text circle {
  transition: 0.3s;
}
@media (max-width: 767px) {
  header .header_line_text path, header .header_line_text circle {
    stroke: #ffffff;
  }
}
header .header_line_text svg {
  height: 24px;
}
@media (max-width: 1023px) {
  header .header_line_text svg {
    height: 18px;
    width: 18px;
  }
}
header .header_line_text span {
  transition: 0.3s;
  color: #B4B3D3;
}
@media (max-width: 767px) {
  header .header_line_text span {
    color: #ffffff;
  }
}
header .header_line_text.header_line_text_catalog:hover svg path {
  fill: #2D45C1;
  stroke: transparent !important;
}
@media (max-width: 767px) {
  header .header_line_text.header_line_text_catalog svg path {
    fill: #ffffff !important;
    stroke: transparent !important;
  }
}

.container {
  max-width: 1920px;
  padding: 0 120px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1919px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1439px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.f-line {
  display: flex;
}

.link_hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-right: auto;
}
.logo-wrapper img {
  display: flex;
}
.logo-wrapper .logo-dots img {
  width: 41px;
  height: 44px;
}
@media (max-width: 767px) {
  .logo-wrapper .logo-dots img {
    height: 28px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .logo-wrapper .logo-text {
    display: none;
  }
}
.logo-wrapper .logo-text img {
  width: 148px;
  height: 22px;
}

.header-phone-search {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-phone-search > *:not(script) {
  position: relative;
  display: flex;
  height: 50px;
}
@media (max-width: 1023px) {
  .header-phone-search > *:not(script) {
    height: 42px;
  }
}
.header-phone-search .header-phone {
  width: 169px;
  align-items: center;
  justify-content: center;
  background: #F3F3FF;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
}
.header-phone-search .header-phone:hover {
  background: #798FFF;
  color: #ffffff;
}
.header-phone-search .header-phone:hover svg path {
  fill: #ffffff;
}
@media (max-width: 1439px) {
  .header-phone-search .header-phone {
    width: 149px;
  }
}
@media (max-width: 1023px) {
  .header-phone-search .header-phone {
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 767px) {
  .header-phone-search .header-phone {
    background: transparent;
    flex-direction: column;
    gap: 2px;
    margin-left: auto;
    color: #ffffff;
    width: 55px;
  }
}
@media (max-width: 767px) {
  .header-phone-search .header-phone a {
    color: #ffffff;
    font-size: 13px;
    line-height: 100%;
    position: relative;
    opacity: 1;
    text-decoration: none !important;
    width: auto;
    height: auto;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .header-phone-search .header-phone span {
    display: none !important;
  }
}
.header-phone-search .header-phone svg {
  display: none;
}
@media (max-width: 767px) {
  .header-phone-search .header-phone svg path {
    fill: #ffffff;
  }
}
@media (max-width: 1023px) {
  .header-phone-search .header-phone svg {
    display: flex;
    width: 14px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .header-phone-search .header-phone svg {
    width: 18px;
    height: 18px;
  }
}

a {
  color: #3A3A66;
}

.btn_wrapper {
  position: relative;
}
.btn_wrapper.btn_social_wrapper {
  border-radius: 100%;
  background: #F3F3FF;
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1919px) {
  .btn_wrapper.btn_social_wrapper {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1439px) {
  .btn_wrapper.btn_social_wrapper {
    width: 59px;
    height: 59px;
  }
}
.btn_wrapper.btn_social_wrapper img {
  width: 28px;
  height: 28px;
}
.btn_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.btn_wrapper_light {
  position: relative;
}
.btn_wrapper_light .container_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.menu_right_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: rgba(0, 0, 0, 0.76);
  transition: ease-in 0.9s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .menu_right_bg {
    display: none;
  }
}

.menu_row_socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.menu_row_socials > * {
  width: 50px !important;
  height: 50px !important;
}

.menu_right {
  pointer-events: none;
  position: fixed;
  padding-top: 90px;
  width: 100vw;
  z-index: 910;
  left: 100%;
  transition: 0.6s;
  display: flex;
  height: 100%;
}
@media (max-width: 1023px) {
  .menu_right {
    top: auto;
    left: 0%;
    padding-top: 82px;
    transform: translateY(-100vh) translateX(0%);
  }
}
@media (max-width: 767px) {
  .menu_right {
    padding-top: 61px;
  }
}
.menu_right.open {
  left: 50%;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .menu_right.open {
    left: 0;
    transform: translateX(0);
  }
}
.menu_right.open .menu_right_bg {
  opacity: 1;
}
.menu_right .container {
  position: relative;
}
@media (max-width: 1919px) {
  .menu_right .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.menu_right .two_column_header_right {
  position: relative;
  max-width: 568px;
  width: 100%;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1439px) {
  .menu_right .two_column_header_right {
    max-width: 503px;
  }
}
@media (max-width: 1023px) {
  .menu_right .two_column_header_right {
    max-width: none;
  }
}
.menu_right .two_column_header_right:before {
  position: absolute;
  background: #ffffff;
  content: " ";
  width: 70vw;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 1023px) {
  .menu_right .two_column_header_right:before {
    width: 100vw;
  }
}
.menu_right .two_column_header_right > * {
  position: relative;
}
.menu_right .menu_row_block {
  padding: 40px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu_right .menu_row_block + .menu_row_block {
  padding-top: 30px;
}
.menu_right .menu_row_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu_right .memu_title {
  color: #B4B3D3;
  font-size: 14px;
  line-height: 100%;
}
.menu_right .menu_row {
  font-size: 14px;
  line-height: 100%; /* 14px */
}
.menu_right .ul_menu .li_menu_with_sub.open > a:after {
  transform: rotate(45deg) translateY(-50%);
}
.menu_right .ul_menu .li_menu_with_sub > a {
  position: relative;
}
.menu_right .ul_menu .li_menu_with_sub > a:after {
  transition: 0.3s;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  height: 14px;
  width: 14px;
  background: url("/local/templates/eshop_bootstrap_v4/images/menu-plus.svg") center center;
  content: " ";
  background-size: cover !important;
  transform-origin: top;
}
@media (max-width: 767px) {
  .menu_right .ul_menu .li_menu_with_sub > a:after {
    right: 32px;
  }
}
.menu_right .ul_menu .li_menu_with_sub > .ul_menu {
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.menu_right .ul_menu .li_menu_with_sub > .ul_menu.open {
  max-height: 1000px;
}
.menu_right .ul_menu .li_menu a {
  min-height: 23px;
  display: flex;
  width: 100%;
  text-decoration: none;
  padding: 12px 120px 12px 20px;
}
@media (max-width: 1439px) {
  .menu_right .ul_menu .li_menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .menu_right .ul_menu .li_menu a {
    padding-right: 53px;
  }
}
@media (max-width: 767px) {
  .menu_right .ul_menu .li_menu a {
    padding-right: 46px;
  }
}
.menu_right .ul_menu .li_menu .ul_menu .li_menu:last-child a {
  padding-bottom: 20px;
}
@media (max-width: 1439px) {
  .menu_right .ul_menu .li_menu .ul_menu .li_menu:last-child a {
    padding-bottom: 18px;
  }
}
.menu_right .ul_menu .li_menu .ul_menu .li_menu a {
  padding-left: 30px;
  min-height: 14px;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .menu_right .ul_menu .li_menu .ul_menu .li_menu a {
    font-size: 16px !important;
  }
}

.menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .menu {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .menu {
    margin-left: 16px;
  }
}
.menu.open svg > path:nth-child(2) {
  transform: translateY(6px) translateX(-4px) rotate(45deg);
}
.menu.open svg > path:nth-child(3) {
  opacity: 0;
}
.menu.open svg > path:nth-child(4) {
  transform: translateY(-6px) translateX(-4px) rotate(-45deg);
}
.menu svg {
  cursor: pointer;
  transition: 0.3s;
}
.menu svg * {
  transform-origin: center;
  transition: 0.3s;
}
.menu svg:hover rect {
  fill: #798FFF;
}
@media (max-width: 1023px) {
  .menu svg {
    height: 42px;
    width: 42px;
  }
}

/**
HOME PAGE SLIDER
 */
.revixan_main .def_block, .footer .def_block {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .revixan_main .def_block, .footer .def_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .revixan_main .def_block, .footer .def_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .revixan_main .def_block.def_block_content, .footer .def_block.def_block_content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.revixan_main .def_block.def_block_content_low_top, .footer .def_block.def_block_content_low_top {
  margin-top: 0 !important;
}
.revixan_main .p-500, .footer .p-500 {
  color: #B4B3D3;
}
@media (max-width: 767px) {
  .revixan_main .p-500, .footer .p-500 {
    color: #3A3A66;
  }
}
.revixan_main .p_left_column, .footer .p_left_column {
  color: #B4B3D3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  max-width: 330px;
}
@media (max-width: 1439px) {
  .revixan_main .p_left_column, .footer .p_left_column {
    font-size: 16px;
    line-height: 20.8px; /* 20.8px */
  }
}
.revixan_main h1, .revixan_main .h1, .footer h1, .footer .h1 {
  color: #3A3A66;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.04px;
  font-style: normal;
  margin-bottom: 32px;
}
@media (max-width: 1919px) {
  .revixan_main h1, .revixan_main .h1, .footer h1, .footer .h1 {
    font-size: var(--H1, 46px);
    line-height: 54px;
    letter-spacing: -0.92px;
  }
}
@media (max-width: 1439px) {
  .revixan_main h1, .revixan_main .h1, .footer h1, .footer .h1 {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.76px;
  }
}
@media (max-width: 1023px) {
  .revixan_main h1, .revixan_main .h1, .footer h1, .footer .h1 {
    font-size: 29px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.58px;
  }
}
@media (max-width: 767px) {
  .revixan_main h1, .revixan_main .h1, .footer h1, .footer .h1 {
    margin-bottom: 24px;
  }
}
.revixan_main .h1 + .def_block, .footer .h1 + .def_block {
  margin-top: 140px;
}
@media (max-width: 1919px) {
  .revixan_main .h1 + .def_block, .footer .h1 + .def_block {
    margin-top: 120px;
  }
}
@media (max-width: 1439px) {
  .revixan_main .h1 + .def_block, .footer .h1 + .def_block {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .revixan_main .h1 + .def_block, .footer .h1 + .def_block {
    margin-top: 70px;
  }
}
.revixan_main h2, .revixan_main .h2, .footer h2, .footer .h2 {
  color: #3A3A66;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.6px;
  letter-spacing: -0.72px;
  margin-bottom: 28px;
  margin-top: 76px;
}
@media (max-width: 1919px) {
  .revixan_main h2, .revixan_main .h2, .footer h2, .footer .h2 {
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.64px;
    margin-top: 72px;
  }
}
@media (max-width: 1439px) {
  .revixan_main h2, .revixan_main .h2, .footer h2, .footer .h2 {
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: -0.56px;
    margin-top: 60px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .revixan_main h2, .revixan_main .h2, .footer h2, .footer .h2 {
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: -0.48px;
    margin-top: 44px;
    margin-bottom: 20px;
  }
}
.revixan_main h2:first-child, .revixan_main .h2:first-child, .footer h2:first-child, .footer .h2:first-child {
  margin-top: 0 !important;
}
.revixan_main h2 + h3, .revixan_main h2 + .h3, .revixan_main .h2 + h3, .revixan_main .h2 + .h3, .footer h2 + h3, .footer h2 + .h3, .footer .h2 + h3, .footer .h2 + .h3 {
  margin-top: 0 !important;
}
.revixan_main h2 span, .revixan_main .h2 span, .footer h2 span, .footer .h2 span {
  color: #AF55AD;
}
.revixan_main h2 sup, .revixan_main .h2 sup, .footer h2 sup, .footer .h2 sup {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  top: -0.2em;
}
@media (max-width: 1919px) {
  .revixan_main h2 sup, .revixan_main .h2 sup, .footer h2 sup, .footer .h2 sup {
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .revixan_main h2 sup, .revixan_main .h2 sup, .footer h2 sup, .footer .h2 sup {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .revixan_main h2 sup, .revixan_main .h2 sup, .footer h2 sup, .footer .h2 sup {
    font-size: 22px;
    line-height: 22px;
  }
}
.revixan_main h3, .revixan_main .h3, .footer h3, .footer .h3 {
  color: #3A3A66;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px;
  letter-spacing: -0.56px;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (max-width: 1919px) {
  .revixan_main h3, .revixan_main .h3, .footer h3, .footer .h3 {
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: -0.48px;
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .revixan_main h3, .revixan_main .h3, .footer h3, .footer .h3 {
    font-size: 22px;
    line-height: 24.2px;
    letter-spacing: -0.44px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .revixan_main h3, .revixan_main .h3, .footer h3, .footer .h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
}
.revixan_main h3 + h4, .revixan_main h3 + .h4, .revixan_main .h3 + h4, .revixan_main .h3 + .h4, .footer h3 + h4, .footer h3 + .h4, .footer .h3 + h4, .footer .h3 + .h4 {
  margin-top: 0 !important;
}
.revixan_main h4, .revixan_main .h4, .footer h4, .footer .h4 {
  color: var(---, #3A3A66);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-top: 28px;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .revixan_main h4, .revixan_main .h4, .footer h4, .footer .h4 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .revixan_main h4, .revixan_main .h4, .footer h4, .footer .h4 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
.revixan_main p, .footer p {
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .revixan_main p, .footer p {
    margin-bottom: 20px;
  }
}
.revixan_main .p, .footer .p {
  color: #3A3A66;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
}
@media (max-width: 1439px) {
  .revixan_main .p, .footer .p {
    font-size: 16px;
    line-height: 20.8px; /* 20.8px */
  }
}
.revixan_main table, .revixan_main .table, .revixan_main th, .revixan_main .th, .revixan_main td, .revixan_main .td, .footer table, .footer .table, .footer th, .footer .th, .footer td, .footer .td {
  border: 1px solid #D8D8F6;
  border-collapse: collapse;
}
.revixan_main table, .footer table {
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  border: none !important;
}
.revixan_main table tbody, .footer table tbody {
  display: table;
  width: 100%;
}
.revixan_main table, .revixan_main .table, .footer table, .footer .table {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .revixan_main table, .revixan_main .table, .footer table, .footer .table {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.revixan_main table td, .revixan_main table th, .revixan_main .table td, .revixan_main .table th, .footer table td, .footer table th, .footer .table td, .footer .table th {
  text-align: left;
  vertical-align: top;
  padding: 11px 15px;
}
@media (max-width: 1439px) {
  .revixan_main table td, .revixan_main table th, .revixan_main .table td, .revixan_main .table th, .footer table td, .footer table th, .footer .table td, .footer .table th {
    padding: 7px 11px;
  }
}
.revixan_main table td *:last-child, .revixan_main table th *:last-child, .revixan_main .table td *:last-child, .revixan_main .table th *:last-child, .footer table td *:last-child, .footer table th *:last-child, .footer .table td *:last-child, .footer .table th *:last-child {
  margin-bottom: 0 !important;
}
.revixan_main table th, .revixan_main .table th, .footer table th, .footer .table th {
  font-weight: 500;
}
.revixan_main table caption, .revixan_main .table caption, .footer table caption, .footer .table caption {
  color: #B4B3D3 !important;
  padding-bottom: 0;
  padding-top: 12px;
}
@media (max-width: 1023px) {
  .revixan_main table caption, .revixan_main .table caption, .footer table caption, .footer .table caption {
    padding-top: 8px;
  }
}
.revixan_main a, .footer a {
  color: #2D45C1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.revixan_main a:hover, .footer a:hover {
  text-decoration-line: none !important;
}
.revixan_main ul:not(.goods_card_scu_block_list), .footer ul:not(.goods_card_scu_block_list) {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1439px) {
  .revixan_main ul:not(.goods_card_scu_block_list), .footer ul:not(.goods_card_scu_block_list) {
    gap: 8px;
  }
}
.revixan_main ul:not(.goods_card_scu_block_list) > li, .footer ul:not(.goods_card_scu_block_list) > li {
  position: relative;
  padding-left: 30px;
}
.revixan_main ul:not(.goods_card_scu_block_list) > li::before, .footer ul:not(.goods_card_scu_block_list) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #2D45C1;
  border-radius: 50%;
  display: inline-block;
}
.revixan_main ul:not(.goods_card_scu_block_list) > li > ul, .revixan_main ul:not(.goods_card_scu_block_list) > li > ol, .footer ul:not(.goods_card_scu_block_list) > li > ul, .footer ul:not(.goods_card_scu_block_list) > li > ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
.revixan_main ul:not(.goods_card_scu_block_list) > li > *:last-child, .footer ul:not(.goods_card_scu_block_list) > li > *:last-child {
  margin-bottom: 0 !important;
}
.revixan_main ol:not(.goods_card_scu_block_list), .footer ol:not(.goods_card_scu_block_list) {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: ol_li 0;
}
@media (max-width: 1439px) {
  .revixan_main ol:not(.goods_card_scu_block_list), .footer ol:not(.goods_card_scu_block_list) {
    gap: 8px;
  }
}
.revixan_main ol:not(.goods_card_scu_block_list) > li, .footer ol:not(.goods_card_scu_block_list) > li {
  position: relative;
  padding-left: 30px;
  counter-increment: ol_li 1;
}
.revixan_main ol:not(.goods_card_scu_block_list) > li::before, .footer ol:not(.goods_card_scu_block_list) > li::before {
  content: counter(ol_li) ".";
  position: absolute;
  left: 0;
  top: 0px;
  color: #2D45C1 !important;
  display: inline-block;
}
.revixan_main ol:not(.goods_card_scu_block_list) > li > ul, .revixan_main ol:not(.goods_card_scu_block_list) > li > ol, .footer ol:not(.goods_card_scu_block_list) > li > ul, .footer ol:not(.goods_card_scu_block_list) > li > ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
.revixan_main ol:not(.goods_card_scu_block_list) > li > *:last-child, .footer ol:not(.goods_card_scu_block_list) > li > *:last-child {
  margin-bottom: 0 !important;
}
.revixan_main ul a, .revixan_main ol a, .footer ul a, .footer ol a {
  overflow-wrap: break-word;
}
.revixan_main .text_colored, .footer .text_colored {
  color: #AF55AD !important;
}
.revixan_main .text_colored_grey, .footer .text_colored_grey {
  color: #B4B3D3 !important;
}
.revixan_main img, .footer img {
  width: 100%;
  height: auto;
}
.revixan_main .home_banner_menu, .footer .home_banner_menu {
  margin-right: auto;
  padding-left: 1px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
}
@media (max-width: 1439px) {
  .revixan_main .home_banner_menu, .footer .home_banner_menu {
    display: grid;
    grid-template-columns: repeat(3, auto);
    max-width: 636px;
  }
}
@media (max-width: 1023px) {
  .revixan_main .home_banner_menu, .footer .home_banner_menu {
    display: none;
  }
}
.revixan_main .home_banner_menu a, .footer .home_banner_menu a {
  margin-bottom: 4px;
}
.revixan_main .circle_with_color_wrapper, .footer .circle_with_color_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.revixan_main .circle_with_color_wrapper .circle_with_color, .footer .circle_with_color_wrapper .circle_with_color {
  display: flex;
  gap: 8px;
  color: #3A3A66;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 6px 16px 8px 10px;
  background: #F3F3FF;
  align-items: center;
  border-radius: 20px;
}
.revixan_main .circle_with_color_wrapper .circle_with_color.circle_with_color_blue:before, .footer .circle_with_color_wrapper .circle_with_color.circle_with_color_blue:before {
  background: #69ACDF;
}
.revixan_main .circle_with_color_wrapper .circle_with_color.circle_with_color_yellow:before, .footer .circle_with_color_wrapper .circle_with_color.circle_with_color_yellow:before {
  background: #F9B122;
}
.revixan_main .circle_with_color_wrapper .circle_with_color.circle_with_color_orange:before, .footer .circle_with_color_wrapper .circle_with_color.circle_with_color_orange:before {
  background: #EF7D17;
}
.revixan_main .circle_with_color_wrapper .circle_with_color.circle_with_color_red:before, .footer .circle_with_color_wrapper .circle_with_color.circle_with_color_red:before {
  background: #ED6B6A;
}
.revixan_main .circle_with_color_wrapper .circle_with_color.circle_with_color_pink:before, .footer .circle_with_color_wrapper .circle_with_color.circle_with_color_pink:before {
  background: #DDB1A5;
}
.revixan_main .circle_with_color_wrapper .circle_with_color:before, .footer .circle_with_color_wrapper .circle_with_color:before {
  display: block;
  content: " ";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  background: grey;
}
.revixan_main .btn_default, .revixan_main .home_banner_menu_purple, .revixan_main .home_banner_menu a, .revixan_main .home_banner_menu_blue, .footer .btn_default, .footer .home_banner_menu_purple, .footer .home_banner_menu a, .footer .home_banner_menu_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none !important;
  gap: 16px;
  padding: 16px 24px 16px 24px;
  border: none !important;
}
.revixan_main .btn_default.btn_loader, .revixan_main .home_banner_menu_purple.btn_loader, .revixan_main .home_banner_menu a.btn_loader, .revixan_main .home_banner_menu_blue.btn_loader, .footer .btn_default.btn_loader, .footer .home_banner_menu_purple.btn_loader, .footer .home_banner_menu a.btn_loader, .footer .home_banner_menu_blue.btn_loader {
  cursor: wait !important;
  transition: 0.3s;
}
.revixan_main .btn_default.btn_loader:after, .revixan_main .home_banner_menu_purple.btn_loader:after, .revixan_main .home_banner_menu a.btn_loader:after, .revixan_main .home_banner_menu_blue.btn_loader:after, .footer .btn_default.btn_loader:after, .footer .home_banner_menu_purple.btn_loader:after, .footer .home_banner_menu a.btn_loader:after, .footer .home_banner_menu_blue.btn_loader:after {
  right: 30px;
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  background: unset !important;
  animation: custom_rotate 1s infinite linear;
  transform-origin: center;
}
.revixan_main .btn_default.btn_sanded, .revixan_main .home_banner_menu_purple.btn_sanded, .revixan_main .home_banner_menu a.btn_sanded, .revixan_main .home_banner_menu_blue.btn_sanded, .footer .btn_default.btn_sanded, .footer .home_banner_menu_purple.btn_sanded, .footer .home_banner_menu a.btn_sanded, .footer .home_banner_menu_blue.btn_sanded {
  background-color: #4CAF50 !important;
  cursor: default !important;
  color: #ffffff !important;
}
.revixan_main .btn_left, .footer .btn_left {
  text-align: left !important;
  justify-content: space-between !important;
}
.revixan_main .btn_blue_white, .footer .btn_blue_white {
  background: #FFF;
  color: #3A3A66;
  transition: 0.2s ease-in-out;
}
.revixan_main .btn_blue_white:hover, .revixan_main .btn_blue_white.btn_loader, .footer .btn_blue_white:hover, .footer .btn_blue_white.btn_loader {
  color: #FFF;
  background: #798FFF;
  content: "Отправляем";
}
.revixan_main .btn_blue_white.btn_blue_white_arrow, .footer .btn_blue_white.btn_blue_white_arrow {
  height: auto;
  min-height: 48px;
  justify-content: space-between;
}
.revixan_main .btn_blue_white.btn_blue_white_arrow:after, .footer .btn_blue_white.btn_blue_white_arrow:after {
  flex-shrink: 0;
  content: " ";
  display: block;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_blue.svg") center center no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 16px;
}
.revixan_main .btn_blue_white.btn_blue_white_arrow:hover:after, .footer .btn_blue_white.btn_blue_white_arrow:hover:after {
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat;
}
.revixan_main .btn_blue_light, .footer .btn_blue_light {
  background: #2D45C1;
  color: #ffffff;
}
.revixan_main .btn_blue_light:hover, .footer .btn_blue_light:hover {
  background: #798FFF;
}
.revixan_main .btn_blue_light:after, .footer .btn_blue_light:after {
  flex-shrink: 0;
  content: " ";
  display: block;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 16px;
}
.revixan_main .btn_blue_light.btn_blue_light_simple, .footer .btn_blue_light.btn_blue_light_simple {
  padding: 16px 24px 16px 24px;
}
.revixan_main .btn_blue_light.btn_blue_light_simple:after, .footer .btn_blue_light.btn_blue_light_simple:after {
  display: none;
}
.revixan_main .btn_blue_light_reverse, .footer .btn_blue_light_reverse {
  background: #798FFF;
  color: #ffffff;
  padding: 16px 12px 16px 24px;
  transition: 0.2s ease-in-out;
}
.revixan_main .btn_blue_light_reverse:hover, .footer .btn_blue_light_reverse:hover {
  background: #2D45C1;
}
.revixan_main .btn_blue_light_reverse:after, .footer .btn_blue_light_reverse:after {
  flex-shrink: 0;
  content: " ";
  display: block;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 16px;
}
.revixan_main .btn_blue_light_low_weight, .footer .btn_blue_light_low_weight {
  background: #2D45C1;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 16px 12px 16px 24px;
}
.revixan_main .btn_blue_light_low_weight:hover, .footer .btn_blue_light_low_weight:hover {
  background: #798FFF;
}
.revixan_main .btn_blue_light_low_weight:after, .footer .btn_blue_light_low_weight:after {
  flex-shrink: 0;
  content: " ";
  display: block;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 16px;
}
.revixan_main .button_single, .footer .button_single {
  margin-top: 52px;
  justify-self: start;
}
@media (max-width: 1439px) {
  .revixan_main .button_single, .footer .button_single {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .revixan_main .button_single, .footer .button_single {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .revixan_main .button_single, .footer .button_single {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.revixan_main .btn_link, .footer .btn_link {
  box-sizing: border-box;
  min-height: 37px;
  border-radius: 25px !important;
  border: 1px solid #D8D8F6 !important;
  font-size: 16px;
  line-height: 19.2px;
  color: #FFF;
  padding: 9px 15px 9px 15px;
  text-transform: none !important;
}
.revixan_main .btn_link:hover, .footer .btn_link:hover {
  background: #798FFF !important;
}
.revixan_main .btn_radio, .footer .btn_radio {
  box-sizing: border-box;
  min-height: 37px;
  border-radius: 25px !important;
  padding: 9px 15px 10px 15px;
  border: 1px solid #D8D8F6 !important;
  color: #FFF;
  text-transform: none !important;
  cursor: pointer;
}
.revixan_main .btn_radio:hover, .footer .btn_radio:hover {
  border: 1px solid #D8D8F6;
  background: #798FFF;
}
.revixan_main .home_banner_menu_purple, .revixan_main .home_banner_menu a, .revixan_main .home_banner_menu_blue, .footer .home_banner_menu_purple, .footer .home_banner_menu a, .footer .home_banner_menu_blue {
  color: #B4B3D3;
  border-left: 1px solid #DEDDF2 !important;
  border-right: 1px solid #DEDDF2 !important;
  margin-left: -1px;
}
@media (max-width: 1439px) {
  .revixan_main .home_banner_menu_purple, .revixan_main .home_banner_menu a, .revixan_main .home_banner_menu_blue, .footer .home_banner_menu_purple, .footer .home_banner_menu a, .footer .home_banner_menu_blue {
    justify-content: space-between;
  }
}
.revixan_main .home_banner_menu_purple:after, .revixan_main .home_banner_menu a:after, .revixan_main .home_banner_menu_blue:after, .footer .home_banner_menu_purple:after, .footer .home_banner_menu a:after, .footer .home_banner_menu_blue:after {
  content: " ";
  display: block;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_grey.svg") center center no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 16px;
}
.revixan_main .home_banner_menu_purple:hover, .revixan_main .home_banner_menu a:hover, .revixan_main .home_banner_menu_blue:hover, .footer .home_banner_menu_purple:hover, .footer .home_banner_menu a:hover, .footer .home_banner_menu_blue:hover {
  background: #798FFF;
  color: #ffffff;
}
.revixan_main .home_banner_menu_purple:hover:after, .revixan_main .home_banner_menu a:hover:after, .revixan_main .home_banner_menu_blue:hover:after, .footer .home_banner_menu_purple:hover:after, .footer .home_banner_menu a:hover:after, .footer .home_banner_menu_blue:hover:after {
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat;
}
.revixan_main .home_banner_menu_purple, .footer .home_banner_menu_purple {
  background: #D14FBB !important;
  border-left: none !important;
  border-right: none !important;
  color: #ffffff;
  align-self: start;
}
.revixan_main .home_banner_menu_purple:after, .footer .home_banner_menu_purple:after {
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat !important;
}
.revixan_main .home_banner_menu_purple:hover, .footer .home_banner_menu_purple:hover {
  background: #B82EA1 !important;
}
.revixan_main .home_banner_menu_blue, .footer .home_banner_menu_blue {
  background: #2D45C1 !important;
  border-left: none !important;
  border-right: none !important;
  color: #ffffff;
}
.revixan_main .home_banner_menu_blue:after, .footer .home_banner_menu_blue:after {
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_white.svg") center center no-repeat !important;
}
.revixan_main .home_banner_menu_blue:hover, .footer .home_banner_menu_blue:hover {
  background: #798FFF !important;
}
.revixan_main .home_banner_menu_blue.btn_loader:hover, .footer .home_banner_menu_blue.btn_loader:hover {
  background: #2D45C1 !important;
}
@media (max-width: 767px) {
  .revixan_main .home_banner_menu_purple:after, .revixan_main .home_banner_menu_blue:after, .footer .home_banner_menu_purple:after, .footer .home_banner_menu_blue:after {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .revixan_main .home_banner_menu_purple, .revixan_main .home_banner_menu_blue, .footer .home_banner_menu_purple, .footer .home_banner_menu_blue {
    width: 100%;
    justify-content: flex-start;
  }
}
.revixan_main .home_banner_menu_right, .footer .home_banner_menu_right {
  display: flex;
  gap: 8px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .revixan_main .home_banner_menu_right, .footer .home_banner_menu_right {
    flex-direction: row;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .revixan_main .home_banner_menu_right, .footer .home_banner_menu_right {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .revixan_main .home_banner_menu_right .home_banner_menu_blue, .footer .home_banner_menu_right .home_banner_menu_blue {
    display: none;
  }
}
.revixan_main .home_banner_menu_purple, .revixan_main .home_banner_menu a, .revixan_main .home_banner_menu_blue, .revixan_main .btn_blue_light, .revixan_main .btn_blue_white_arrow, .footer .home_banner_menu_purple, .footer .home_banner_menu a, .footer .home_banner_menu_blue, .footer .btn_blue_light, .footer .btn_blue_white_arrow {
  padding: 16px 12px 16px 24px;
}
.revixan_main .btn_mt_default, .footer .btn_mt_default {
  margin-top: 60px;
  justify-self: start;
}
@media (max-width: 1439px) {
  .revixan_main .btn_mt_default, .footer .btn_mt_default {
    margin-top: 40px;
  }
}

.home_banner_menu_wrapper {
  display: flex;
}

.home_banner h1, .home_banner .h1 {
  max-width: 1000px;
}
@media (max-width: 1919px) {
  .home_banner h1, .home_banner .h1 {
    max-width: 870px;
  }
}
@media (max-width: 1439px) {
  .home_banner h1, .home_banner .h1 {
    max-width: 636px;
  }
}
@media (max-width: 1023px) {
  .home_banner h1, .home_banner .h1 {
    max-width: 636px;
  }
}
@media (max-width: 767px) {
  .home_banner h1, .home_banner .h1 {
    max-width: 100%;
  }
}

/**
two_column START
 */
.two_column {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .two_column {
    gap: 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .two_column.two_column_mobile {
    flex-direction: row !important;
  }
}
.two_column.two_column_content {
  margin-top: 120px !important;
}
@media (max-width: 1919px) {
  .two_column.two_column_content {
    margin-top: 100px !important;
  }
}
@media (max-width: 1439px) {
  .two_column.two_column_content {
    margin-top: 75px !important;
  }
}
@media (max-width: 1023px) {
  .two_column.two_column_content {
    margin-top: 60px !important;
  }
}
@media (max-width: 1439px) {
  .two_column.two_column_categories > :first-child {
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .two_column.two_column_categories > :first-child {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .two_column.two_column_categories > :last-child {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .two_column.two_column_categories > :last-child {
    width: 100%;
    padding-left: 0;
  }
}
.two_column > :first-child {
  width: calc(33.3333333333% - 20px);
  padding-right: 120px;
}
@media (max-width: 1919px) {
  .two_column > :first-child {
    padding-right: 60px;
  }
}
@media (max-width: 1439px) {
  .two_column > :first-child {
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .two_column > :first-child {
    width: 100%;
    padding-right: 0;
  }
}
.two_column > :last-child {
  flex-shrink: 0;
  width: calc(66.6666666667% - 10px);
  padding-left: 100px;
}
@media (max-width: 1919px) {
  .two_column > :last-child {
    padding-left: 90px;
  }
}
@media (max-width: 1023px) {
  .two_column > :last-child {
    width: 100%;
    padding-left: 0;
  }
}
.two_column > *:not(script):first-child {
  margin-top: 0 !important;
}

/**
two_column END
 */
/**
three_column START
 */
.three_column {
  display: flex;
  gap: 30px;
}
@media (max-width: 1439px) {
  .three_column {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .three_column {
    flex-direction: column;
  }
}
.three_column > * {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .three_column > * {
    width: 100%;
  }
}

/**
three_column END
 */
/**
four_column START
 */
.four_column {
  display: flex;
  position: relative;
  padding: 80px 0px 80px 0px;
}
@media (max-width: 1919px) {
  .four_column {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 1439px) {
  .four_column {
    padding: 30px 0px 30px 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .four_column {
    flex-direction: column;
  }
}
.four_column:before {
  content: " ";
  background: #2D45C1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.four_column .h3 {
  color: #ffffff;
  margin-bottom: 18px !important;
  margin-top: 0 !important;
}
@media (max-width: 1919px) {
  .four_column .h3 {
    margin-bottom: 14px !important;
  }
}
@media (max-width: 1439px) {
  .four_column .h3 {
    margin-bottom: 8px !important;
  }
}
.four_column > * {
  position: relative;
  color: #ffffff;
  margin-left: -1px;
  padding: 0px 60px;
  width: 25%;
}
@media (max-width: 1919px) {
  .four_column > * {
    padding: 0 40px;
  }
}
@media (max-width: 1439px) {
  .four_column > * {
    width: 50%;
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .four_column > * {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .four_column > * {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
}
.four_column > * *:last-child {
  margin-bottom: 0;
}
.four_column > *:first-of-type:before {
  left: 0 !important;
}
.four_column > *:last-of-type:after {
  right: 0 !important;
}
.four_column > * .h3:before, .four_column > * .h3:after, .four_column > *:before, .four_column > *:after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: 1px;
  background: #798FFF;
}
@media (max-width: 1439px) {
  .four_column > * .h3:before, .four_column > * .h3:after, .four_column > *:before, .four_column > *:after {
    transform: translateY(-50%);
    top: 50%;
    height: calc(100% - 80px);
  }
}
@media (max-width: 1023px) {
  .four_column > * .h3:before, .four_column > * .h3:after, .four_column > *:before, .four_column > *:after {
    height: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .four_column > * .h3:before, .four_column > * .h3:after, .four_column > *:before, .four_column > *:after {
    display: none;
  }
}
.four_column > * .h3:before, .four_column > * .h3:after {
  width: calc(100% - 80px);
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
@media (min-width: 1440px) {
  .four_column > * .h3:before, .four_column > * .h3:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .four_column > * .h3:before, .four_column > * .h3:after {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .four_column > * .h3:before, .four_column > * .h3:after {
    width: 100%;
    display: block;
  }
}
.four_column > * .h3:after {
  bottom: -1px;
  top: auto;
}
.four_column > *:before {
  left: 0;
}
.four_column > *:after {
  right: 0;
}
@media (min-width: 1440px) {
  .four_column > *:not(:last-of-type):after {
    display: none;
  }
}

/**
four_column END
 */
/**
slider_main START
 */
.slider_block {
  margin-top: 140px;
}
@media (max-width: 1919px) {
  .slider_block {
    margin-top: 120px;
  }
}
@media (max-width: 1439px) {
  .slider_block {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .slider_block {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .slider_block {
    margin-top: 70px;
  }
}
@media (max-width: 1023px) {
  .slider_block.two_column {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .slider_block.two_column {
    gap: 32px;
  }
}

.information_column h2, .information_column .h2 {
  margin-bottom: 12px !important;
}
@media (max-width: 1439px) {
  .information_column h2, .information_column .h2 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 1023px) {
  .information_column h2, .information_column .h2 {
    margin-bottom: 7px !important;
  }
}
.information_column p + .h2, .information_column p + h2 {
  margin-top: 55px;
}
@media (max-width: 1919px) {
  .information_column p + .h2, .information_column p + h2 {
    margin-top: 52px;
  }
}
@media (max-width: 1439px) {
  .information_column p + .h2, .information_column p + h2 {
    margin-top: 42px;
  }
}
@media (max-width: 1023px) {
  .information_column p + .h2, .information_column p + h2 {
    margin-top: 28px;
  }
}
.information_column p:last-of-type {
  margin-bottom: 0;
}

.slider_column {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.slider_column .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1439px) {
  .slider_column .swiper-slide {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .slider_column .swiper-slide {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.slider_column .swiper-pagination {
  display: flex;
  gap: 8px;
  bottom: 0;
  height: auto;
  margin-bottom: 64px;
  margin-left: 120px;
}
@media (max-width: 1439px) {
  .slider_column .swiper-pagination {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .slider_column .swiper-pagination {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .slider_column .swiper-pagination {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.slider_column .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 2px !important;
  width: 40px;
}
.slider_column .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.slider_column .swiper-pagination .swiper-pagination-bullet:hover, .slider_column .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(243, 243, 255, 0.9) !important;
}
.slider_column .swiper-pagination .swiper-pagination-bullet-active .swiper-bullet-line:after {
  animation-name: slide-slide-fill;
  animation-duration: 3s;
  width: 100%;
}
.slider_column .swiper-pagination span {
  background: rgba(243, 243, 255, 0.4);
}

.slider_column_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 1439px) {
  .slider_column_text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .slider_column_text {
    font-size: 16px;
    line-height: 19.2px;
  }
}

/**
slider_main END
 */
/**
banner_small START
 */
.banner_small {
  display: flex;
  gap: 36px;
  position: relative;
  padding: 60px;
  align-items: center;
}
@media (max-width: 1439px) {
  .banner_small {
    padding: 50px;
  }
}
@media (max-width: 1023px) {
  .banner_small {
    padding: 42px 24px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .banner_small {
    padding: 24px;
    gap: 16px;
    flex-direction: column;
  }
}
.banner_small .btn_default {
  width: max-content;
}
.banner_small .banner_small_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2563;
}
.banner_small .banner_small_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center right;
}
@media (max-width: 767px) {
  .banner_small .banner_small_bg img {
    display: none;
  }
}
.banner_small .simple_img {
  position: relative;
  width: 243px;
  min-height: 144px;
}
@media (max-width: 767px) {
  .banner_small .simple_img {
    width: 100%;
    min-height: 0;
    padding-bottom: 52.9%;
  }
}
.banner_small .simple_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_small .h3 {
  color: #ffffff;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.banner_small .banner_right {
  position: relative;
  color: #ffffff;
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1439px) {
  .banner_small .banner_right {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .banner_small .banner_right {
    width: 100%;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .banner_small .banner_right a {
    width: 100%;
    justify-content: space-between;
  }
}

/**
banner_smail END
 */
/**
fast_link START
 */
.fast_link {
  position: relative;
  padding: 80px 0px 80px 0px;
  gap: 0;
}
@media (max-width: 1919px) {
  .fast_link {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 1439px) {
  .fast_link {
    padding-left: 11px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .fast_link {
    flex-direction: column;
    padding: 30px 0px 30px 0px;
    gap: 0 !important;
  }
}
.fast_link:before {
  content: " ";
  background: #2D45C1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.fast_link > * {
  position: relative;
  margin-left: -1px;
  padding: 0px 40px;
}
@media (max-width: 1439px) {
  .fast_link > * {
    padding: 0px 30px;
  }
}
@media (max-width: 1023px) {
  .fast_link > * {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #798FFF;
    padding: 14px 0px;
  }
}
@media (max-width: 1023px) {
  .fast_link > *:first-of-type {
    border-top: 1px solid #798FFF;
  }
}
.fast_link > *:first-of-type:before {
  left: 0 !important;
}
.fast_link > *:last-of-type:after {
  right: 0 !important;
}
.fast_link > *:before, .fast_link > *:after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: 1px;
  background: #798FFF;
}
@media (max-width: 1023px) {
  .fast_link > *:before, .fast_link > *:after {
    display: none;
  }
}
.fast_link > *:before {
  left: 0;
}
.fast_link > *:after {
  right: 0;
}
.fast_link > *:not(:last-of-type):after {
  display: none;
}
.fast_link > * .fast_link {
  margin-top: 0 !important;
}
.fast_link .column_header {
  position: relative;
  width: 100%;
  color: #ffffff;
  margin-top: 0 !important;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .fast_link .column_header {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    min-height: 32px;
  }
}
.fast_link .column_header:after {
  transition: 0.3s;
  display: none;
  content: " ";
  width: 32px;
  height: 32px;
  background: url("/local/templates/eshop_bootstrap_v4/images/button_arrow_up_white.svg") center center no-repeat !important;
  background-size: cover !important;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .fast_link .column_header:after {
    display: flex;
  }
}
.fast_link .column_header:before {
  z-index: -1;
  position: absolute;
  content: " ";
  width: 32px;
  height: 32px;
  background: #F3F3FF;
  right: 0px;
}
@media (max-width: 1023px) {
  .fast_link .column_header.column_header_closed {
    color: #D8D8F6 !important;
    margin-bottom: 0;
  }
  .fast_link .column_header.column_header_closed:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .fast_link .column_header ~ * {
    transition: 0.3s ease-in-out;
    max-height: 220px;
  }
}
@media (max-width: 1023px) {
  .fast_link .column_header.column_header_closed ~ * {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.fast_link .fast_link_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/**
fast_link END
 */
/**
form_def START
 */
.form_def {
  display: block;
  position: relative;
  padding: 42px;
  background: #2D45C1;
}
@media (max-width: 1919px) {
  .form_def {
    padding: 32px;
  }
}
@media (max-width: 1439px) {
  .form_def {
    padding: 100px;
  }
}
@media (max-width: 1023px) {
  .form_def {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .form_def {
    padding: 60px 20px;
  }
}
@media (max-width: 1439px) {
  .form_def.form_def_u {
    padding: 32px;
  }
}
.form_def.form_def_desktop {
  display: none;
}
@media (min-width: 1440px) {
  .form_def.form_def_desktop {
    display: block;
  }
}
.form_def.form_def_mobile {
  display: none;
  margin-top: -70px;
}
@media (max-width: 1439px) {
  .form_def.form_def_mobile {
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }
}
@media (max-width: 1023px) {
  .form_def.form_def_mobile {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .form_def.form_def_mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.form_def.form_def_desktop_u {
  display: none;
}
@media (min-width: 1024px) {
  .form_def.form_def_desktop_u {
    display: block;
  }
}
.form_def.form_def_mobile_u {
  display: none;
}
@media (max-width: 1023px) {
  .form_def.form_def_mobile_u {
    margin-top: -20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .form_def.form_def_mobile_u {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.form_def .h3 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  color: #ffffff;
}
.form_def p {
  color: #ffffff;
}
.form_def .form_def_circle_img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 29px;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .form_def .form_def_circle_img {
    width: 63px;
    height: 63px;
  }
}
.form_def .btn_submit {
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1919px) {
  .form_def .btn_submit {
    margin-top: 24px;
  }
}
.form_def input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.form_def *:focus {
  outline: none !important;
}
.form_def .form_def-subdesc {
  margin-bottom: 90px;
}
@media (max-width: 1439px) {
  .form_def .form_def-subdesc {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .form_def .form_def-subdesc {
    margin-bottom: 60px;
  }
}
.form_def .form_def-under-form {
  display: flex;
  flex-wrap: wrap;
}
.form_def .form_def-under-form label {
  width: 100%;
}
.form_def .form_def-under-form label:not(:last-of-type) {
  margin-bottom: 10px;
}
.form_def .forms-control-checkbox {
  position: relative;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.form_def .forms-control-checkbox:before, .form_def .forms-control-checkbox:after {
  flex-shrink: 0;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/local/templates/eshop_bootstrap_v4/images/checkbox_disable.svg") center center no-repeat;
  background-size: cover !important;
}
.form_def .forms-control-checkbox:after {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  background: url("/local/templates/eshop_bootstrap_v4/images/checkbox_checked.svg") center center no-repeat;
}
.form_def .forms-control-checkbox span {
  user-select: none;
}
.form_def .forms-control-checkbox.forms-control-checkbox-small, .form_def .forms-control-checkbox.forms-control-checkbox-small a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.3px;
  color: #F3F3FF;
}
.form_def input[type=checkbox] {
  width: 0;
  height: 0;
}
.form_def input[type=checkbox]:checked + .forms-control-checkbox:after, .form_def input[type=checkbox]:checked + span + .forms-control-checkbox:after {
  opacity: 1;
}
.form_def input[type=checkbox].forms-control-error + span + .forms-control-checkbox:before {
  border: 1px solid #ED6B6A;
}
.form_def .control_title {
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  padding-top: 24px;
  margin-bottom: 14px;
}
@media (max-width: 1439px) {
  .form_def .control_title {
    padding-top: 20px;
  }
}
.form_def .forms-control {
  display: flex;
  margin-bottom: 12px;
}
.form_def .forms-control select {
  position: relative;
  appearance: none;
  background: url("/local/templates/eshop_bootstrap_v4/images/select_arrow.svg") #ffffff calc(100% - 16px) center no-repeat !important;
}
.form_def .forms-control select option:disabled {
  display: none;
}
@media (max-width: 1919px) {
  .form_def .forms-control {
    margin-bottom: 10px;
  }
}
.form_def .forms-control > * {
  width: 100%;
}
.form_def .forms-control input {
  color: #D8D8F6;
  background: transparent;
  border: none;
  border-bottom: 1px solid #D8D8F6;
  border-radius: 0 !important;
  height: auto;
  padding: 0 0 12px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: 0.3s;
}
.form_def .forms-control input::placeholder {
  color: #B4B3D3;
}
.form_def .forms-control input:not(:placeholder-shown), .form_def .forms-control input:focus {
  color: #ffffff;
  border-color: #ffffff !important;
}
.form_def .forms-control.forms-control-one-input {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form_def .forms-control.forms-control-one-input + .forms-control-one-input {
  padding-top: 16px;
}
.form_def .forms-control textarea {
  color: #D8D8F6;
  background: transparent;
  border: none;
  border-bottom: 1px solid #D8D8F6;
  border-radius: 0 !important;
  height: auto;
  padding: 0 0 12px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: 0s !important;
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.form_def .forms-control textarea::placeholder {
  color: #B4B3D3;
}
.form_def .forms-control textarea:not(:placeholder-shown), .form_def .forms-control textarea:focus {
  color: #ffffff;
  border-color: #ffffff !important;
  outline: none;
}
.form_def input.forms-control-error {
  border-bottom: 4px solid #ED6B6A !important;
}
.form_def span.forms-control-error {
  width: 100%;
  color: #DA1313;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 8px 8px 8px 16px;
}
.form_def span.forms-control-error:after {
  position: absolute;
  content: " ";
  background: url("/local/templates/eshop_bootstrap_v4/images/warning-icon.svg") center center no-repeat;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.form_def .forms-control-multi-select span.forms-control-error, .form_def .forms-control-rb span.forms-control-error {
  margin-bottom: 8px;
}
.form_def .form_def-under-form span.forms-control-error {
  margin-bottom: 16px;
}
.form_def .forms-control-multi-select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
}
.form_def .forms-control-multi-select input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
}
.form_def .forms-control-multi-select input:checked + label, .form_def .forms-control-multi-select input:checked + span + label {
  border: 1px solid #798FFF !important;
  background: #798FFF !important;
}
.form_def .forms-control-multi-select label {
  cursor: pointer;
}
.form_def .forms-control-multi-select > * {
  width: auto;
  gap: 0;
}
.form_def .forms-control-rb {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 8px;
}
.form_def .forms-control-rb input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute !important;
}
.form_def .forms-control-rb input:checked + label, .form_def .forms-control-rb input:checked + span + label {
  border: 1px solid #798FFF !important;
  background: #798FFF !important;
}
.form_def .forms-control-rb label {
  cursor: pointer;
  transition: 0.3s;
}
.form_def .forms-control-rb.forms-control-rb-selected input:not(:checked) + .btn_radio, .form_def .forms-control-rb.forms-control-rb-selected input:not(:checked) + span + .btn_radio {
  color: #B4B3D3 !important;
  border-color: #B4B3D3 !important;
}
.form_def .forms-control-rb.forms-control-rb-selected input:not(:checked) + .btn_radio:hover, .form_def .forms-control-rb.forms-control-rb-selected input:not(:checked) + span + .btn_radio:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.form_def .forms-control-rb + .forms-control-one-input {
  padding-top: 24px;
}
@media (max-width: 1439px) {
  .form_def .forms-control-rb + .forms-control-one-input {
    padding-top: 20px;
  }
}
.form_def .forms-control-rb-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: max-content;
}
.form_def .form_def_bottom {
  margin-top: 150px;
}
@media (max-width: 1919px) {
  .form_def .form_def_bottom {
    margin-top: 90px;
  }
}
@media (max-width: 1439px) {
  .form_def .form_def_bottom {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .form_def .form_def_bottom {
    margin-top: 40px;
  }
}
.form_def .form_def_bottom p, .form_def .form_def_bottom .p {
  color: #D8D8F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .form_def .form_def_bottom p, .form_def .form_def_bottom .p {
    margin-bottom: 12px;
  }
}
.form_def .form_def_bottom .btn_default {
  margin-top: 10px;
}
.form_def span {
  display: block;
}
.form_def .btn_blue_white {
  width: 100%;
}
@media (max-width: 1439px) {
  .form_def .btn_blue_white {
    width: auto;
  }
}
@media (max-width: 767px) {
  .form_def .btn_blue_white {
    width: 100%;
  }
}

/**
form_def END
 */
/**
simple_form START
 */
.simple_form {
  position: relative;
  color: #ffffff;
}
.simple_form:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #2D45C1;
}
.simple_form .h2 {
  color: #ffffff;
  margin-bottom: 52px !important;
  text-align: center;
}
.simple_form input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.simple_form .form_def {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px !important;
  padding-top: 60px !important;
}

/**
simple_form END
 */
/**
form_column START
 */
.form_column .h2 {
  margin-bottom: 100px !important;
}
@media (max-width: 1439px) {
  .form_column .h2 {
    margin-bottom: 40px !important;
  }
}
.form_column > .form_def {
  margin-top: auto;
}

/**
form_column END
 */
/**
slider_columns START
 */
@media (max-width: 1439px) {
  .slider_columns {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .slider_columns.two_column {
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .slider_columns.two_column > :last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1439px) {
  .slider_columns .form_column {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1439px) {
  .slider_columns .slider_vrachi_column {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .slider_columns .form_def {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .slider_columns .form_def {
    padding: 24px !important;
  }
}
@media (max-width: 1023px) {
  .slider_columns .h3 {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .slider_columns .h3 {
    padding: 24px !important;
  }
}

.swiper-scrollbar {
  background: var(---400, #D8D8F6);
  bottom: 0 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(---600, #6564A4);
}

/**
slider_columns END
 */
/**
two_column_left START
 */
@media (max-width: 767px) {
  .two_column_left {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .two_column_left {
    gap: 20px;
  }
}
.two_column_left > *:last-child {
  margin-bottom: 0 !important;
}
.two_column_left h2, .two_column_left .h2 {
  margin-bottom: 20px !important;
}
@media (max-width: 1439px) {
  .two_column_left h2, .two_column_left .h2 {
    margin-bottom: 14px !important;
  }
}
@media (max-width: 1023px) {
  .two_column_left.two_column_left_sticky {
    display: none;
  }
}
.two_column_left.form_column .form_def {
  margin-top: 100px;
}
@media (max-width: 1439px) {
  .two_column_left.form_column .form_def {
    margin-top: 40px;
  }
}

/**
END
 */
/**
VIDEO START
 */
.form_column_video {
  z-index: 3;
}

.one_image_slider_container .swiper-slide video {
  transition: 0.3s;
  filter: grayscale(0%);
}
.one_image_slider_container .swiper-slide picture img {
  width: 100%;
}
.one_image_slider_container .swiper-slide:not(.swiper-slide__bg) video {
  filter: grayscale(100%);
}

.video_column {
  display: block;
  position: relative;
}
.video_column:before {
  position: absolute;
  display: block;
  height: 100%;
  background: white;
  width: 50vw;
  left: -20px;
  transform: translateX(-100%);
  content: " ";
  box-shadow: 0 0 20px 10px #ffffff;
  z-index: 2;
}
.video_column video {
  display: flex;
  flex-shrink: 1;
  width: 100%;
  align-items: center;
  height: 100%;
  object-fit: cover;
}
.video_column .one_image_slider_container {
  position: relative;
}
.video_column .one_image_slider {
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .video_column .one_image_slider {
    width: 275px;
  }
}
.video_column .one_image_slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 50px;
}
@media (max-width: 1439px) {
  .video_column .one_image_slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .video_column .one_image_slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 14px;
  }
}
.video_column .one_image_slider .swiper-scrollbar-horizontal {
  width: 100% !important;
  left: 0;
  border-radius: 0 !important;
}
.video_column .one_image_slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0 !important;
}
.video_column .one_image_slider .swiper-wrapper {
  cursor: grabbing;
  display: flex;
  top: 0;
  left: 0;
  width: 304px;
  height: 540px;
}
@media (max-width: 1919px) {
  .video_column .one_image_slider .swiper-wrapper {
    width: 227px;
    height: 402.916px;
  }
}
@media (max-width: 1439px) {
  .video_column .one_image_slider .swiper-wrapper {
    width: 168px;
    height: 298.632px;
  }
}
@media (max-width: 1023px) {
  .video_column .one_image_slider .swiper-wrapper {
    width: 223px;
    height: 396px;
  }
}
@media (max-width: 767px) {
  .video_column .one_image_slider .swiper-wrapper {
    width: 275px;
    height: 488px;
  }
}
.video_column .one_image_slider .swiper-wrapper .swiper-slide {
  padding: 2px;
  border: 1px solid #D8D8F6;
  overflow: hidden;
  width: 304px;
}
@media (max-width: 1919px) {
  .video_column .one_image_slider .swiper-wrapper .swiper-slide {
    width: 227px;
  }
}
@media (max-width: 1439px) {
  .video_column .one_image_slider .swiper-wrapper .swiper-slide {
    width: 168px;
  }
}
@media (max-width: 1023px) {
  .video_column .one_image_slider .swiper-wrapper .swiper-slide {
    width: 223px;
  }
}
@media (max-width: 767px) {
  .video_column .one_image_slider .swiper-wrapper .swiper-slide {
    width: 275px !important;
  }
}

@keyframes slide-slide-fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
VIDEO END
 */
/**
categories START
 */
.categories_home {
  display: flex;
  flex-wrap: wrap;
}
.categories_home > * {
  position: relative;
  border: 1px solid #D8D8F6;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  margin-top: -1px;
  margin-right: -1px;
  transition: 0.3s;
}
@media (max-width: 1439px) {
  .categories_home > * {
    padding: 24px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .categories_home > * {
    width: 33.3333333333%;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .categories_home > * {
    width: 50%;
  }
}
.categories_home > *:hover {
  background: #F3F3FF;
}
.categories_home > *:hover picture img {
  transform: scale(1.12);
}
.categories_home > * a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: transparent;
}
.categories_home .category_home_title {
  margin-top: 0 !important;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .categories_home .category_home_title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .categories_home .category_home_title {
    font-size: 14px;
    line-height: 19.6px;
  }
}
@media (max-width: 440px) {
  .categories_home .category_home_title {
    font-size: 12px;
    line-height: 130%;
  }
}
.categories_home picture {
  position: relative;
  width: 75.113%;
  height: 0;
  padding-bottom: 76.38%;
  margin-top: auto;
}
.categories_home picture > img {
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.categories_home .category_home_products_counter {
  position: absolute;
  right: 32px;
  bottom: 32px;
  color: #B4B3D3;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .categories_home .category_home_products_counter {
    font-size: 14px;
  }
}

/**
categories END
 */
/**
goods_with_scrollbar START
 */
.one_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  .one_row {
    margin-bottom: 50px;
  }
}
@media (max-width: 1439px) {
  .one_row {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .one_row {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .one_row {
    margin-bottom: 50px;
  }
}
.one_row .h2 {
  margin-bottom: 0 !important;
}

.goods_cards {
  display: flex;
  flex-wrap: wrap;
}
.goods_cards.goods_cards_three > *:not(script) {
  width: 33.3333333333%;
}
@media (max-width: 1439px) {
  .goods_cards.goods_cards_three > *:not(script) {
    width: 50%;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .goods_cards.goods_cards_three > *:not(script) {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .goods_cards.goods_cards_three > *:not(script) {
    width: 50%;
    padding: 14px;
  }
}
.goods_cards > *:not(script) {
  width: 20%;
  margin-left: -1px;
  margin-top: -1px;
  padding: 32px;
  border: 1px solid #F3F3FF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .goods_cards > *:not(script) {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .goods_cards > *:not(script) {
    width: 50%;
    padding: 14px;
  }
}
@media (max-width: 376px) {
  .goods_cards > *:not(script) {
    width: 100%;
  }
}
.goods_cards > *:not(script) .h3 {
  margin-top: 20px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .goods_cards > *:not(script) .h3 {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.goods_cards > *:not(script) .goods_card_description {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .goods_cards > *:not(script) .goods_card_description {
    font-size: 13px;
    line-height: 16px;
  }
}
.goods_cards > *:not(script) .goods_card_price_current {
  color: #3A3A66;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
}
.goods_cards > *:not(script) .goods_card_price_desc {
  color: #B4B3D3;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 3px;
  padding-left: 3px;
}
.goods_cards > *:not(script) .goods_card_price_container {
  display: flex;
  align-items: end;
  justify-content: start;
  margin-top: auto;
}
.goods_cards > *:not(script) .goods_card_price_container .h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.goods_cards > *:not(script):last-child {
  margin-bottom: 0 !important;
}

.goods_card_scu_block_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.goods_card_scu_block_list {
  position: relative;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.goods_card_scu_block_list.goods_card_scu_block_list_no_mb {
  margin-bottom: 0 !important;
}
.goods_card_scu_block_list > * {
  display: flex;
  border-right: 1px solid #F3F3FF;
  padding: 0 14px 0 14px;
  height: 35px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3A3A66;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.goods_card_scu_block_list > *:first-child {
  border-left: 1px solid #F3F3FF;
}
.goods_card_scu_block_list > *.selected {
  cursor: default !important;
  background: #F3F3FF;
}
.goods_card_scu_block_list > *:hover {
  background: #F3F3FF;
}

.product-item-image-original,
.product-item-image-alternative {
  display: none !important;
}

.goods_card_image_container {
  overflow: hidden;
  position: relative;
  padding-bottom: 8px;
}

.goods_card_labels {
  z-index: 25;
  pointer-events: none;
  position: absolute;
  left: 10px;
  bottom: 21px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: start;
}
@media (max-width: 767px) {
  .goods_card_labels {
    display: none;
  }
}
.goods_card_labels .goods_card_label {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: start;
  height: 24px;
  padding: 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.goods_card_labels .goods_card_label.goods_card_label_pink {
  background: #D14FBB;
}
.goods_card_labels .goods_card_label picture {
  display: flex;
  content: " ";
  width: 12px;
  height: 12px;
}
.goods_card_labels .goods_card_label picture img {
  width: 100%;
  height: 100%;
}

.revixan_product_item_detail_tab_content_inner.revixan_product_item_detail_tab_content_inner_flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .revixan_product_item_detail_tab_content_inner.revixan_product_item_detail_tab_content_inner_flex {
    gap: 6px;
  }
}
.revixan_product_item_detail_tab_content_inner > *:last-child {
  margin-bottom: 0 !important;
}
.revixan_product_item_detail_tab_content_inner table .h4 {
  margin-top: 0 !important;
}

@media (min-width: 1024px) {
  .goods_card_image_container.goods_card_image_container_detail {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .goods_card_image_container.goods_card_image_container_detail .goods_card_image_hover_container, .goods_card_image_container.goods_card_image_container_detail .goods_card_labels, .goods_card_image_container.goods_card_image_container_detail .goods_card_slider_controller {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .goods_card_image_container.goods_card_image_container_detail .goods_card_image_wrapper {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .goods_card_image_container.goods_card_image_container_detail .goods_card_image_wrapper {
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .goods_card_image_container.goods_card_image_container_detail .goods_card_image_wrapper .goods_card_image_span_2 {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .goods_card_image_container.goods_card_image_container_detail .goods_card_image_wrapper .goods_card_image_span_3 {
    grid-column: span 3;
  }
}

.goods_card_image_hover_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (pointer: coarse) {
  .goods_card_image_hover_container {
    display: none;
  }
}

.goods_card_image_hover {
  position: relative;
  display: flex;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 23;
  cursor: pointer;
}

.goods_card_image_wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
@media (pointer: coarse) {
  .goods_card_image_wrapper {
    z-index: 24;
  }
}
.goods_card_image_wrapper * {
  user-select: none;
  user-drag: none;
}
.goods_card_image_wrapper picture {
  padding-bottom: 133%;
  height: 100%;
  width: 100%;
  transition: 0.6s ease-in-out left;
  flex-shrink: 0;
}
.goods_card_image_wrapper picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}

.goods_card_image {
  position: relative;
}

.goods_card_slider_controller {
  position: absolute;
  height: 2px;
  width: 100%;
  display: flex;
  gap: 6px;
  bottom: 0;
}
.goods_card_slider_controller > * {
  width: 100% !important;
  height: 2px !important;
  background: #D8D8F6 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}
.goods_card_slider_controller > *.active {
  background: #6564A4 !important;
}

/**
goods_with_scrollbar END
 */
.banner_partners_wrapper {
  position: relative;
}

.banner_partners {
  color: #ffffff;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 719px;
  padding: 200px 0px 200px 0px;
}
@media (max-width: 1919px) {
  .banner_partners {
    min-height: 559px;
    padding: 120px 0px 120px 0px;
  }
}
@media (max-width: 1439px) {
  .banner_partners {
    min-height: 441px;
    padding: 100px 0px 100px 0px;
  }
}
@media (max-width: 1023px) {
  .banner_partners {
    min-height: 490px;
    padding: 80px 0px 80px 0px;
  }
}
@media (max-width: 767px) {
  .banner_partners {
    min-height: 520px;
  }
}
.banner_partners .h2 {
  color: #FFF !important;
  margin-top: 0;
  margin-bottom: 20px !important;
}
@media (max-width: 1439px) {
  .banner_partners .h2 {
    margin-bottom: 14px !important;
  }
}
.banner_partners p {
  max-width: 360px;
}
.banner_partners .button_single {
  margin-top: 52px;
  margin-bottom: 0 !important;
}
@media (max-width: 1439px) {
  .banner_partners .button_single {
    margin-top: 40px;
  }
}
.banner_partners .banner_partners_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.banner_partners .banner_partners_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1023px) {
  .banner_partners .banner_partners_bg img {
    object-position: 6% 72%;
  }
}
@media (max-width: 767px) {
  .banner_partners .banner_partners_bg img {
    object-position: 43% 72%;
  }
}

/**
REVIEWS START
 */
.social_buttons_left {
  margin-top: 51px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1439px) {
  .social_buttons_left {
    margin-top: 0 !important;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .social_buttons_left {
    gap: 14px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1439px) {
  .two_column_reviews .two_column_left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 0 !important;
  }
}
@media (max-width: 1439px) {
  .two_column_reviews .h2 {
    max-width: 300px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1439px) {
  .two_column_reviews {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1439px) {
  .two_column_right_reviews {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

.reviews_slider_container {
  position: relative;
}
@media (max-width: 1439px) {
  .reviews_slider_container {
    padding-bottom: 18px;
  }
}
@media (max-width: 1439px) {
  .reviews_slider_container .reviews_slider {
    width: 372px;
  }
}
@media (max-width: 415px) {
  .reviews_slider_container .reviews_slider {
    width: calc(100% - 20px);
  }
}
.reviews_slider_container .reviews_slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .reviews_slider_container .reviews_slider .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.reviews_slider_container .reviews_slider .swiper-wrapper > * {
  display: flex;
  height: auto;
  flex-direction: column;
  border: 1px solid #D8D8F6;
  width: 50% !important;
  margin-top: -1px;
  margin-left: -1px;
  padding: 32px;
}
@media (max-width: 1439px) {
  .reviews_slider_container .reviews_slider .swiper-wrapper > * {
    width: 100% !important;
    flex-shrink: 0;
    padding: 24px;
  }
}
.reviews_slider_container .video_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.7%;
}
.reviews_slider_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center center;
}

.review_author {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-shrink: 0;
}
@media (max-width: 415px) {
  .review_author {
    flex-direction: column;
  }
}

.review_author_where {
  color: #B4B3D3;
}

.review_author_left picture {
  position: relative;
  display: flex;
  width: 64px;
  height: 64px;
}
.review_author_left picture img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.review_author_right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review_author_right p {
  margin-bottom: 0 !important;
}

/**
REVIEWS END
 */
/**
PATENTS START
 */
.patents_slider_container {
  position: relative;
  padding-bottom: 19px;
}

.patents_slider {
  overflow: hidden;
  padding-left: 1px;
}
.patents_slider .swiper-wrapper > * {
  position: relative;
  width: 25%;
  display: flex;
  flex-shrink: 0;
  padding: 30px 24px;
  border: 1px solid #F3F3FF;
  margin-left: -1px;
  transition: 0.3s;
}
@media (max-width: 1919px) {
  .patents_slider .swiper-wrapper > * {
    padding: 20px;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .patents_slider .swiper-wrapper > * {
    width: 25%;
  }
}
@media (max-width: 940px) {
  .patents_slider .swiper-wrapper > * {
    width: 33.3333333333%;
  }
}
@media (max-width: 499px) {
  .patents_slider .swiper-wrapper > * {
    width: 50%;
  }
}
.patents_slider .swiper-wrapper > *:before {
  transition: 0.3s;
  background: url("/local/templates/eshop_bootstrap_v4/images/download.svg");
  opacity: 0;
  content: " ";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.patents_slider .swiper-wrapper > *:hover {
  background: #F3F3FF;
}
.patents_slider .swiper-wrapper > *:hover:before {
  opacity: 1;
}
.patents_slider .swiper-wrapper > * picture {
  position: relative;
  height: 296px;
  display: flex;
  width: 100%;
}
@media (max-width: 499px) {
  .patents_slider .swiper-wrapper > * picture {
    height: 200px;
  }
}
.patents_slider .swiper-wrapper > * picture img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .two_column_patents {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 1023px) {
  .two_column_patents .two_column_left {
    padding-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .two_column_patents .two_column_right_patents {
    padding-left: 0 !important;
    width: 100% !important;
  }
}

/**
PATENTS END
 */
/**
SOCIALS START
 */
@media (max-width: 1023px) {
  .two_column_socials {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .two_column_socials .social_buttons_left {
    margin-top: 23px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .two_column_socials .two_column_left {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.two_column_socials .two_column_left > p {
  padding-right: 60px;
}
@media (max-width: 1439px) {
  .two_column_socials .two_column_left > p {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .two_column_socials .two_column_right_socials {
    width: 100%;
    padding-left: 0 !important;
  }
}

/**
SOCIALS END
 */
/**
SOCIALS LINKS AND QR START
 */
.two_column_right_socials_big {
  display: flex;
  gap: 120px;
}
@media (max-width: 1919px) {
  .two_column_right_socials_big {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .two_column_right_socials_big {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .two_column_right_socials_big {
    gap: 12px;
  }
}
.two_column_right_socials_big > * {
  display: flex;
  gap: 32px;
}
@media (max-width: 1919px) {
  .two_column_right_socials_big > * {
    gap: 24px;
  }
}
@media (max-width: 1439px) {
  .two_column_right_socials_big > * {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .two_column_right_socials_big > * {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .two_column_right_socials_big > * {
    gap: 0px;
  }
}
.two_column_right_socials_big picture {
  width: 120px;
  height: 120px;
  display: flex;
}
@media (max-width: 767px) {
  .two_column_right_socials_big picture {
    display: none;
  }
}
.two_column_right_socials_big picture img {
  width: 100%;
  height: 100%;
}

/**
SOCIALS LINKS AND QR END
 */
/**
FOOTER START
 */
footer.footer {
  padding: 60px 0;
  background: #3A3A66;
  position: relative;
}
footer.footer .h3 {
  color: #ffffff !important;
  letter-spacing: -0.56px;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 1919px) {
  footer.footer .h3 {
    letter-spacing: -0.48px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1439px) {
  footer.footer .h3 {
    font-size: 22px !important;
    line-height: 110% !important;
    letter-spacing: -0.44px;
    margin-top: 0px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1023px) {
  footer.footer .h3 {
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: -0.4px;
    margin-bottom: 12px !important;
  }
}
footer.footer .h3.mt-0 {
  margin-top: 0 !important;
}
footer.footer p, footer.footer a {
  color: #D8D8F6 !important;
  line-height: 21px !important;
}
@media (max-width: 1919px) {
  footer.footer p, footer.footer a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
footer.footer a {
  text-decoration: none !important;
}
footer.footer p {
  display: block;
  margin-bottom: 0px !important;
}
footer.footer p + p {
  margin-top: 8px !important;
}
footer.footer .footer_no_mb {
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  footer.footer .two_column {
    gap: 30px;
  }
}
footer .footer_socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1919px) {
  footer .footer_socials {
    margin-top: 24px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1439px) {
  footer .footer_socials {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  footer .footer_socials {
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer_socials {
    margin-top: 12px;
  }
}
footer .footer_socials > * {
  width: 50px !important;
  height: 50px !important;
}
@media (max-width: 1023px) {
  footer .footer_socials > * {
    width: 44px !important;
    height: 44px !important;
  }
}
@media (max-width: 767px) {
  footer .footer_socials > * {
    width: 42px !important;
    height: 42px !important;
  }
}
footer .footer_logo {
  display: flex;
  align-items: center;
  position: relative;
}
footer .footer_logo img {
  height: 44px;
  width: auto;
}
footer .footer_kp_btns, footer .footer_logo {
  height: 49px;
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  footer .footer_kp_btns, footer .footer_logo {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  footer .footer_kp_btns, footer .footer_logo {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 620px) {
  footer .footer_kp_btns, footer .footer_logo {
    margin-bottom: 130px !important;
  }
}
footer .footer_kp_btns {
  display: flex;
  justify-content: start;
}
@media (max-width: 1023px) {
  footer .footer_kp_btns {
    position: absolute;
    top: 58px;
    left: 370px;
  }
}
@media (max-width: 620px) {
  footer .footer_kp_btns {
    left: 20px;
    right: 20px;
    top: 132px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .footer_kp_btns .btn_blue_light_reverse {
    padding-right: 12px;
  }
}
footer .footer_links_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1023px) {
  footer .footer_links_wrapper {
    gap: 30px;
  }
}
footer .footer_links_wrapper > * {
  width: calc(25% - 30px);
}
@media (max-width: 1439px) {
  footer .footer_links_wrapper > * {
    width: calc(50% - 15px);
  }
}
@media (max-width: 439px) {
  footer .footer_links_wrapper > * {
    width: 100%;
  }
}
footer .footer_sub {
  color: #D8D8F6 !important;
  margin-top: 60px;
  border-top: 1px solid var(---500, #B4B3D3);
  padding-top: 41px;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 1919px) {
  footer .footer_sub {
    margin-top: 80px;
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  footer .footer_sub {
    margin-top: 50px;
    flex-direction: column;
    gap: 8px;
  }
}

/**
FOOTER END
 */
/**
PAGE_BANNER START
 */
.page_banner_content {
  margin-top: 12px;
  margin-bottom: 32px;
  max-width: 1000px;
}
@media (max-width: 1919px) {
  .page_banner_content {
    max-width: 870px;
  }
}
@media (max-width: 1439px) {
  .page_banner_content {
    max-width: 636px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .page_banner_content {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.page_banner_content > *:last-child {
  margin-bottom: 0 !important;
}

.page_banner {
  position: relative;
  width: 100%;
  padding-bottom: 94px;
}
@media (max-width: 1919px) {
  .page_banner {
    padding-bottom: 72px;
  }
}
@media (max-width: 1439px) {
  .page_banner {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .page_banner {
    padding-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .page_banner {
    padding: 20px 20px 43px 20px;
  }
}
.page_banner .h1, .page_banner h1 {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .page_banner .h1, .page_banner h1 {
    margin-bottom: 8px;
  }
}
.page_banner .h1, .page_banner h1, .page_banner p {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1919px) {
  .page_banner .h1, .page_banner h1, .page_banner p {
    max-width: 870px;
  }
}
@media (max-width: 1439px) {
  .page_banner .h1, .page_banner h1, .page_banner p {
    max-width: 636px;
  }
}
@media (max-width: 1023px) {
  .page_banner .h1, .page_banner h1, .page_banner p {
    max-width: 100%;
  }
}
.page_banner .home_banner_menu_right {
  margin-left: 0 !important;
}
.page_banner .page_banner_bg {
  display: flex;
  justify-content: center;
  z-index: -100;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: calc(100% + 202px);
  content: " ";
  background: linear-gradient(180deg, rgba(243, 243, 255, 0.49) 13.89%, rgba(243, 243, 255, 0) 100%), radial-gradient(46.69% 24.01% at 53.12% 102.18%, #F3F3FF 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(10.1% 33.15% at 90.35% 12.81%, rgba(243, 243, 255, 0.31) 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(19.12% 33.05% at 90.35% 12.81%, rgba(243, 243, 255, 0.47) 42.04%, rgba(243, 243, 255, 0) 100%), radial-gradient(99.84% 44.64% at 87.95% 78.22%, rgba(175, 85, 173, 0.78) 0%, rgba(243, 243, 255, 0.52) 88.46%, rgba(243, 243, 255, 0) 100%), radial-gradient(61.36% 55.81% at 95.83% 69.18%, rgba(58, 56, 138, 0.95) 0%, rgba(58, 56, 138, 0.4) 50%, rgba(243, 243, 255, 0.41) 100%), #F3F3FF;
}
@media (max-width: 767px) {
  .page_banner .page_banner_bg {
    height: calc(100% + 80px);
    background: linear-gradient(180deg, #F3F3FF 13.89%, rgba(243, 243, 255, 0) 100%), radial-gradient(27.86% 130.6% at 12.53% 104.51%, #AF55AD 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(29.36% 116.72% at 96% 63.93%, #AF55AD 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(74.63% 31.2% at 19.6% 95.59%, #F3F3FF 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(11.93% 45.14% at 57.07% 36.07%, rgba(243, 243, 255, 0.31) 0%, rgba(243, 243, 255, 0) 100%), radial-gradient(45.58% 43.76% at 55.33% 65.68%, rgba(243, 243, 255, 0.47) 42.04%, rgba(243, 243, 255, 0) 100%), radial-gradient(27.08% 122.64% at 100% 87.6%, #2D45C1 0%, rgba(243, 243, 255, 0) 100%), #F3F3FF;
  }
}
.page_banner .page_banner_bg img {
  height: 100%;
  max-width: 1920px;
  object-fit: cover;
  object-position: center;
}
.page_banner > *:last-child {
  margin-bottom: 0 !important;
}

/**
PAGE_BANNER END
 */
/**
REVIXAN_BREADCRUMB START
 */
.revixan_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #B4B3D3;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1919px) {
  .revixan_breadcrumb {
    margin-bottom: 60px;
  }
}
@media (max-width: 1439px) {
  .revixan_breadcrumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .revixan_breadcrumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .revixan_breadcrumb {
    padding-top: 16px;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 6px;
  }
}
.revixan_breadcrumb a {
  color: #B4B3D3 !important;
}
.revixan_breadcrumb .revixan_breadcrumb_item {
  display: flex;
  align-items: center;
}
.revixan_breadcrumb .revixan_breadcrumb_item img {
  flex-shrink: 0;
  width: 4.3px;
  height: 4.3px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .revixan_breadcrumb .revixan_breadcrumb_item img {
    margin-right: 6px;
  }
}

/**
REVIXAN_BREADCRUMB END
 */
/**
FORMS START
 */
.revixan_btn_filter_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.revixan_smart_filter_mobile {
  display: none;
  align-self: start;
}
@media (max-width: 1023px) {
  .revixan_smart_filter_mobile {
    display: flex;
  }
}

.revixan_smart_filter_mobile_filter_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 8px 16px;
  border-radius: 20px;
  border: 1px solid #2D45C1;
  background: #2D45C1;
  cursor: pointer;
}
.revixan_smart_filter_mobile_filter_btn span {
  color: #FFF;
}
.revixan_smart_filter_mobile_filter_btn:after {
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  background: url("/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/revixan/images/filters_mobile.svg") center center no-repeat;
  background-size: contain !important;
}

.revixan_smart_filter {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.revixan_smart_filter .revixan_smart_filter_form_mobile_text {
  display: none;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .revixan_smart_filter .revixan_smart_filter_form_mobile_text {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.revixan_smart_filter .revixan_smart_filter_form_mobile_text .h4 {
  color: #B4B3D3 !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1023px) {
  .revixan_smart_filter form {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 99;
    background: #ffffff;
    padding: 20px;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
  }
}
.revixan_smart_filter form.revixan_filters_mobile_open {
  transform: translateX(0);
  pointer-events: auto;
}

.revixan_smart_filter_item {
  padding: 32px 26px 30px 26px;
  border: 1px solid var(---400, #D8D8F6);
  position: relative;
  margin-top: -1px;
}
@media (max-width: 1439px) {
  .revixan_smart_filter_item {
    padding: 22px 16px 16px 16px;
  }
}
.revixan_smart_filter_item .h4 {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  .revixan_smart_filter_item .h4 {
    margin-bottom: 8px !important;
  }
}

.revixan_forms_group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.revixan_forms_radio_container, .revixan_forms_checkbox_container {
  position: relative;
  display: flex;
  width: 100%;
  padding: 4px 6px 5px 6px;
  transition: background 0.3s ease-in-out;
}
.revixan_forms_radio_container:hover, .revixan_forms_checkbox_container:hover {
  background: #F3F3FF;
}
.revixan_forms_radio_container span, .revixan_forms_checkbox_container span {
  width: 100%;
  display: flex;
}
.revixan_forms_radio_container input, .revixan_forms_checkbox_container input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.revixan_forms_radio_container input:checked + .revixan_forms_radio_text:after, .revixan_forms_radio_container input:checked + .revixan_forms_checkbox_text:after, .revixan_forms_checkbox_container input:checked + .revixan_forms_radio_text:after, .revixan_forms_checkbox_container input:checked + .revixan_forms_checkbox_text:after {
  opacity: 1;
}
.revixan_forms_radio_container input:disabled + .revixan_forms_radio_text, .revixan_forms_radio_container input:disabled + .revixan_forms_checkbox_text, .revixan_forms_checkbox_container input:disabled + .revixan_forms_radio_text, .revixan_forms_checkbox_container input:disabled + .revixan_forms_checkbox_text {
  cursor: not-allowed;
  opacity: 0.6;
}
.revixan_forms_radio_container input:disabled + .revixan_forms_radio_text:after, .revixan_forms_radio_container input:disabled + .revixan_forms_checkbox_text:after, .revixan_forms_checkbox_container input:disabled + .revixan_forms_radio_text:after, .revixan_forms_checkbox_container input:disabled + .revixan_forms_checkbox_text:after {
  opacity: 0 !important;
}
.revixan_forms_radio_container .revixan_forms_checkbox_text, .revixan_forms_checkbox_container .revixan_forms_checkbox_text {
  display: flex;
  align-items: start;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
}
.revixan_forms_radio_container .revixan_forms_checkbox_text:before, .revixan_forms_checkbox_container .revixan_forms_checkbox_text:before {
  content: " ";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  background: url("/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/revixan/images/checkbox_empty.svg") center center no-repeat;
  background-size: contain !important;
}
.revixan_forms_radio_container .revixan_forms_checkbox_text:after, .revixan_forms_checkbox_container .revixan_forms_checkbox_text:after {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 18px;
  height: 18px;
  content: " ";
  background: url("/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/revixan/images/checkbox_checked.svg") center center no-repeat;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.revixan_forms_radio_container .revixan_forms_radio_text, .revixan_forms_checkbox_container .revixan_forms_radio_text {
  display: flex;
  align-items: start;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
}
.revixan_forms_radio_container .revixan_forms_radio_text:before, .revixan_forms_checkbox_container .revixan_forms_radio_text:before {
  content: " ";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  background: url("/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/revixan/images/radio_empty.svg") center center no-repeat;
  background-size: contain !important;
}
.revixan_forms_radio_container .revixan_forms_radio_text:after, .revixan_forms_checkbox_container .revixan_forms_radio_text:after {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 18px;
  height: 18px;
  content: " ";
  background: url("/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/revixan/images/radio_checked.svg") center center no-repeat;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/**
FORMS_END
 */
/**
CATEGORY_BANNERS START
 */
.category_banners {
  margin-bottom: 50px;
  display: flex;
  gap: 12px;
}
@media (max-width: 1439px) {
  .category_banners {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .category_banners {
    gap: 8px;
    overflow: auto;
  }
}

.no-wrap {
  white-space: nowrap;
}

.category_banner_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .category_banner_form {
    padding: 30px;
    min-width: 280px;
    width: calc(50% - 4px);
    flex-shrink: 0;
  }
}
.category_banner_form .h2, .category_banner_form p {
  color: #ffffff;
  align-self: start;
}
.category_banner_form .h2 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.category_banner_form p {
  margin-bottom: 36px;
}
.category_banner_form .btn_default {
  margin-top: auto;
  align-self: start;
}

.category_banner_form_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: " ";
}
.category_banner_form_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/**
CATEGORY_BANNERS END
 */
/**
ELEMENT START
 */
.two_column_elements .h1, .two_column_elements h1 {
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  .two_column_elements {
    flex-direction: column-reverse !important;
  }
}

/**
ELEMENT END
 */
/** region revixan_kp_banner */
.revixan_kp_banner {
  position: relative;
  display: flex;
  padding: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  margin-top: 70px;
}
@media (max-width: 1439px) {
  .revixan_kp_banner {
    padding: 32px;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .revixan_kp_banner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .revixan_kp_banner {
    margin-top: 31px;
  }
}
.revixan_kp_banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.revixan_kp_banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.revixan_kp_banner_top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .revixan_kp_banner_top {
    gap: 4px;
  }
}
.revixan_kp_banner_top * {
  color: #FFF !important;
  margin-bottom: 0 !important;
}

/** endregion */
/** Плашки region */
.revixan_grid_three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 1px;
  gap: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .revixan_grid_three {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .revixan_grid_three {
    grid-template-columns: 1fr;
  }
}

.revixan_grid_three_card {
  display: flex;
  flex-direction: column;
  border: 1px solid #D8D8F6;
  margin-left: -1px;
  margin-top: -1px;
  padding: 32px;
}
@media (max-width: 1439px) {
  .revixan_grid_three_card {
    padding: 24px;
  }
}
.revixan_grid_three_card > *:last-child {
  margin-bottom: 0 !important;
}

.revixan_grid_three_card_image {
  width: 56px;
  height: 56px;
  margin-bottom: 52px;
}
@media (max-width: 1439px) {
  .revixan_grid_three_card_image {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1023px) {
  .revixan_grid_three_card_image {
    margin-bottom: 40px;
  }
}

.revixan_grid_three_card_title {
  margin-top: 0px !important;
}
@media (max-width: 1023px) {
  .revixan_grid_three_card_title {
    margin-top: 0px !important;
  }
}

.revixan_grid_three_card_description *:last-child {
  margin-bottom: 0 !important;
}

/** endregion */
.my-class {
  -webkit-animation: name 2s infinite;
}

@keyframes custom_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nicescroll-rails {
  box-sizing: content-box !important;
  pointer-events: none;
}

iframe.video {
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  iframe.video {
    margin-bottom: 20px;
  }
}
iframe.video.video_4_3 {
  aspect-ratio: 4/3;
}

/** endregion */
/** 404 page region */
.page404-container {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  width: 100%;
}
@media (max-width: 1919px) {
  .page404-container {
    margin-top: 90px;
  }
}
@media (max-width: 1439px) {
  .page404-container {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page404-container {
    margin-top: 40px;
  }
}

.page404-error-code {
  font-size: 8rem;
  font-weight: 800;
  color: #3A3A66;
  text-shadow: 3px 3px 0 rgba(58, 58, 102, 0.1);
  margin-bottom: 1rem;
  line-height: 1;
}

.page404-error-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #3A3A66;
}

.page404-error-message {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #666;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .page404-error-message {
    font-size: 0.85rem;
  }
}

.page404-search-box {
  background: #ffffff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 5px 20px rgba(58, 58, 102, 0.1);
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px solid rgba(58, 58, 102, 0.1);
}
@media (max-width: 767px) {
  .page404-search-box {
    width: 100%;
    padding-bottom: 20px;
  }
}

.page404-search-input {
  border: none;
  outline: none;
  padding: 0.8rem;
  font-size: 1rem;
  width: 250px;
  background: transparent;
  color: #3A3A66;
}
.page404-search-input::placeholder {
  color: rgba(58, 58, 102, 0.6);
}

.page404-search-button {
  background: #3A3A66;
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page404-search-button:hover {
  background: #2a2a4a;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .page404-search-button {
    width: 100%;
  }
}

.page404-action-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.page404-btn {
  padding: 1rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #3A3A66;
}
.page404-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 58, 102, 0.2);
}

.page404-btn-primary {
  background: #3A3A66;
  color: #ffffff !important;
  text-decoration: none !important;
}
.page404-btn-primary:hover {
  background: #2a2a4a;
}

.page404-btn-secondary {
  background: transparent;
  color: #3A3A66 !important;
  text-decoration: none !important;
}
.page404-btn-secondary:hover {
  background: rgba(58, 58, 102, 0.1);
}

.page404-illustration {
  margin: 2rem 0;
  opacity: 0.8;
}
.page404-illustration svg {
  width: 200px;
  height: 150px;
}

.page404-footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #666;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .page404-error-code {
    font-size: 6rem;
  }
  .page404-error-title {
    font-size: 2rem;
  }
  .page404-search-input {
    width: 200px;
  }
  .page404-action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page404-btn {
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .page404-error-code {
    font-size: 4rem;
  }
  .page404-error-title {
    font-size: 1.5rem;
  }
  .page404-search-box {
    flex-direction: column;
    gap: 1rem;
    border-radius: 25px;
  }
  .page404-search-input {
    width: 100%;
    text-align: center;
  }
}
/** endregion */
.open_form_with_popup_event {
  cursor: pointer !important;
}

.catalog-block-header {
  text-transform: uppercase;
}

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

/* End */
/* /local/templates/eshop_bootstrap_v4/popup.css?17647517295434 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?17647517296784 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?1765188522111766 */
