@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("font/lato-new/Lato-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Отступы */
/**
 * переопределение тэгов
 */
* {
  outline: none;
  -webkit-appearance: none;
}
*:focus, *:active, *:hover {
  outline: none;
}

html, body {
  display: flex;
  min-width: 320px;
  background: #ffffff;
}

body {
  flex: 1;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
  overflow-x: hidden;
}
body.lock {
  position: fixed;
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
}

a {
  color: #2e3d8c;
  text-decoration: underline;
  cursor: pointer;
}
html:not(.bx-touch) a:hover, .bx-touch a:active {
  text-decoration: none;
}

b {
  font-weight: 600;
}

a > svg {
  pointer-events: none;
}

/**
 * сетка
 */
.header {
  position: sticky;
  top: 0;
  background-color: #2e3d8c;
  z-index: 2100;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding: 14px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 549px) {
  .header {
    padding: 14px 15px;
  }
}
.header__logo {
  font-size: 0;
}
.header .logo {
  margin-top: -10px;
}
@media only screen and (max-width: 1439px) {
  .header .logo {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 1023px) {
  .header .logo {
    margin-top: -7px;
  }
}
.header.sticky {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header-bar {
  position: relative;
  z-index: 2100;
  padding: 10px 0;
  background-color: #f7f7f7;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .header-bar {
    height: 0;
    padding: 0;
  }
}

.main {
  flex: auto;
  display: flex;
  z-index: 200;
}
.main .main-page {
  padding-top: 40px;
}
@media only screen and (max-width: 1439px) {
  .main .main-page {
    padding-top: 0;
  }
}
.main .main-page__banners {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .main .main-page__banners {
    margin-bottom: 40px;
  }
}
.main .main-page__products {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .main .main-page__products {
    margin-bottom: 50px;
  }
}

.footer__top {
  padding: 56px 0 0;
  background: #2e3d8c;
}
@media only screen and (max-width: 1439px) {
  .footer__top {
    padding-top: 34px;
  }
}
.footer__bottom {
  margin-top: 40px;
  padding: 30px 0;
  background: #f7f7f7;
  color: #6f6f6e;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .footer__bottom {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .footer__bottom {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom {
    padding: 32px 0 88px;
    margin-top: 40px;
  }
}
.footer__bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: -131px;
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .footer__bottom:before {
    content: none;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom--short {
    padding-bottom: 32px;
  }
}
.footer__delim {
  background: transparent;
  height: 1px;
  margin: 56px -30px 40px;
  max-width: calc(100% + 60px);
  width: 100%;
  flex: auto;
}
@media only screen and (max-width: 1439px) {
  .footer__delim {
    background: rgba(255, 255, 255, 0.1);
    margin: 40px -30px 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__delim {
    margin: 40px -25px 48px;
    max-width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__delim {
    margin: 15px -20px 40px;
    max-width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 549px) {
  .footer__delim {
    margin: 15px -15px 40px;
    max-width: calc(100% + 30px);
  }
}

.footer-contacts {
  color: rgba(246, 246, 246, 0.85);
}
@media only screen and (max-width: 767px) {
  .footer-contacts {
    margin-bottom: 22px;
  }
}
.footer-contacts a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.footer-contacts .phone {
  margin-bottom: 8px;
}
.footer-contacts .logo {
  font-size: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .footer-contacts .logo .icon {
    font-size: 32px;
  }
}

/**
 * контент
 */
.content-limit {
  max-width: 964px;
  margin: 0 auto;
  padding-top: 20px;
}
.content-limit--wide {
  max-width: 1130px;
  padding-top: 0;
}

.container-spread {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.content {
  padding: 30px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .content {
    padding: 22px 0 50px;
  }
}

.content-wide {
  background-color: rgba(246, 246, 246, 0.85);
  padding: 60px 0;
  margin-bottom: -60px;
}
@media only screen and (max-width: 1023px) {
  .content-wide {
    margin-bottom: -50px;
  }
}

.simple-grid .footer, .simple-grid .header, .simple-grid .header-bar {
  display: none;
}

/**
 * баннеры на главной
 */
.banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1439px) {
  .banner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .banner {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 40px;
  }
}
html:not(.bx-touch) .banner:hover .btn-light, .bx-touch .banner:active .btn-light {
  color: #2e3d8c;
}
html:not(.bx-touch) .banner:hover .btn-light .icon, .bx-touch .banner:active .btn-light .icon {
  background-color: #2e3d8c;
}
.banner--swap {
  justify-content: flex-start;
}
.banner__block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 40px 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .banner__block {
    padding: 0;
    position: relative;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .banner--inversion .banner__block {
    padding: 0;
  }
}
.banner--swap .banner__block {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .banner--swap .banner__block {
    padding: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .banner--swap .banner__block {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner--swap .banner__block {
    padding: 0;
  }
}
.banner__pic {
  height: 468px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1439px) {
  .banner__pic {
    height: 349px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner__pic {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner__pic {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
.banner__pic .img-fluid {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .banner__pic .img-fluid {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner__pic .img-fluid {
    max-width: 767px;
  }
}
.banner__text {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 50px 120px 50px 70px;
  background-color: rgba(246, 246, 246, 0.85);
  backdrop-filter: blur(4px);
  text-decoration: none;
  color: #565655;
}
@media only screen and (max-width: 1439px) {
  .banner__text {
    padding: 60px 40px 40px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner__text {
    padding: 20px;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .banner__text {
    padding: 15px;
    align-items: center;
  }
}
.banner__title {
  padding-top: 1px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .banner__title {
    padding-right: 70px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__title {
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 549px) {
  .banner__title {
    padding-right: 20px;
  }
}
.banner__desc {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}
@media only screen and (max-width: 1439px) {
  .banner__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner__desc {
    display: none;
  }
}
.banner__link {
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .banner__link {
    display: none;
  }
}
.banner__link .btn-light {
  color: #565655;
  font-size: 14px;
  line-height: 1;
}
.banner__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .banner__badge {
    position: relative;
    top: auto;
    right: auto;
  }
}
html:not(.bx-touch) .banner__badge.btn:hover, .bx-touch .banner__badge.btn:active {
  background-color: #2e3d8c;
}

/**
 * хаки для бутстрапа
 */
.container-fluid {
  max-width: 1420px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 549px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * обертка для сетки
 */
.matrix {
  margin: -10px;
}
.matrix__item {
  margin: 10px 0;
}
.matrix--big {
  margin: -15px -10px;
}
.matrix--big .matrix__item {
  margin: 15px 0;
}
.matrix--small {
  margin: -7px -10px;
}
.matrix--small .matrix__item {
  margin: 7px 0;
}

.link-revert {
  text-decoration: none;
}
html:not(.bx-touch) .link-revert:hover, .bx-touch .link-revert:active {
  text-decoration: underline;
}

/**
 * блок для видео 16:9
 */
.video-block {
  position: relative;
  padding-top: 56.25%;
}
.video-block iframe, .video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**
 * подложка
 */
.substrate {
  padding: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.substrate__title {
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.substrate__desc {
  font-size: 12px;
  line-height: 1.17;
  color: #b1b2b3;
}
.substrate--video {
  min-width: 720px;
  padding: 35px;
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .substrate--video {
    min-width: 520px;
  }
}
@media only screen and (max-width: 549px) {
  .substrate--video {
    min-width: 305px;
    padding: 30px;
  }
}

/**
 * модальное окно
 */
.modal-popup {
  position: relative;
  margin: 20px 0;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.modal-popup--form {
  max-width: 460px;
}
.modal-popup--form .substrate {
  padding: 48px;
}
@media only screen and (max-width: 549px) {
  .modal-popup--form .substrate {
    padding: 32px 16px;
  }
}
.modal-popup--form .substrate__title {
  font-size: 17px;
}
.modal-popup--form .message, .modal-popup--form .message__wrap {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.modal-popup--video {
  background: transparent;
  box-shadow: none;
}
.modal-popup--video .mfp-close {
  right: 35px;
  top: 10px !important;
  padding: 0 !important;
}
.modal-popup--video .mfp-close .icon {
  font-size: 16px !important;
  color: #ffffff !important;
}
.modal-popup--products {
  max-width: 780px;
}
.modal-popup--products .substrate {
  padding: 16px;
}

/**
 * лого
 */
.logo {
  display: block;
  overflow: hidden;
}
.logo .icon {
  font-size: 32px;
  color: #ffffff;
}
@media only screen and (max-width: 1439px) {
  .logo .icon {
    font-size: 28px;
  }
}
.logo .icon--logo-text {
  margin-top: 4px;
}
@media only screen and (max-width: 549px) {
  .logo .icon--logo-text {
    margin-top: 5px;
    font-size: 23px;
  }
}

/**
 * соц. сети
 */
.social {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  margin: 0 -9px;
}
.footer .social {
  margin: 0 -12px;
}
.social a {
  margin: 0 9px;
  font-size: 14px;
  line-height: 1;
  color: #878687;
  transition: color 0.1s ease-out;
}
html:not(.bx-touch) .social a:hover, .bx-touch .social a:active {
  color: #2e3d8c;
}
.footer .social a {
  font-size: 21px;
  margin: 0 12px;
}

/**
 * сообщения
 */
.message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 549px) {
  .message {
    padding: 15px;
  }
}
.message--notetext {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.message--errortext {
  background-color: #f7f7f7;
}
.message--blue {
  display: inline-flex;
  align-items: baseline;
  padding: 14px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  border: 1px solid #C7DFFB;
  background: #EDF5FE;
}
.message__wrap {
  margin-top: 10px;
}
.message__icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e3d8c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
}
.message__icon + span {
  margin-left: 11px;
}

/**
 * кнопки
 */
.btn {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 7px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  border: none;
  background-color: #2e3d8c;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
html:not(.bx-touch) .btn:hover, .bx-touch .btn:active {
  background-color: #000356;
}
.btn--small {
  padding: 6px 10px 5px;
  font-size: 14px;
}
.btn--big {
  padding: 12px 15px 11px;
}
@media only screen and (max-width: 767px) {
  .btn--big span {
    font-size: 15px;
  }
}
.btn--light {
  background-color: rgba(46, 61, 140, 0.85);
}
html:not(.bx-touch) .btn--light:hover, .bx-touch .btn--light:active {
  background-color: #2e3d8c;
}
.btn--inversion {
  color: #2e3d8c;
  background-color: #ffffff;
}
html:not(.bx-touch) .btn--inversion:hover, .bx-touch .btn--inversion:active {
  background-color: #ffffff;
}
.btn:disabled {
  color: #b1b2b3;
  background-color: #f7f7f7;
  cursor: default;
}
html:not(.bx-touch) .btn:disabled:hover, .bx-touch .btn:disabled:active {
  background-color: #f7f7f7;
}
.btn.disabled {
  cursor: not-allowed;
  color: #b1b2b3;
  background-color: rgba(177, 178, 179, 0.17);
}
html:not(.bx-touch) .btn.disabled:hover, .bx-touch .btn.disabled:active {
  background-color: rgba(177, 178, 179, 0.17);
}
.btn .icon {
  position: relative;
  top: -1px;
  font-size: 12px;
}
.btn .icon--download {
  font-size: 18px;
}
.btn span + .icon, .btn .icon + span {
  margin-left: 10px;
}
.btn span {
  white-space: nowrap;
}
.btn--simple {
  color: #2e3d8c;
  background-color: transparent;
}
html:not(.bx-touch) .btn--simple:hover, .bx-touch .btn--simple:active {
  color: #000356;
  background-color: #f7f7f7;
}
.btn--simple:disabled {
  opacity: 0.5;
  color: #2e3d8c;
  background-color: transparent;
}
html:not(.bx-touch) .btn--simple:disabled:hover, .bx-touch .btn--simple:disabled:active {
  background-color: transparent;
}
.btn--gray {
  background: #f7f7f7;
  color: #878687;
}
html:not(.bx-touch) .btn--gray:hover, .bx-touch .btn--gray:active {
  background: #f7f7f7;
  color: #565655;
}
.btn--reverse {
  background: #ffffff;
  color: #2e3d8c;
  border: 1px solid #2e3d8c;
  padding: 7px 12px 6px;
}
html:not(.bx-touch) .btn--reverse:hover, .bx-touch .btn--reverse:active {
  background: rgba(46, 61, 140, 0.03);
  color: #2e3d8c;
}
.btn--white {
  background: #ffffff;
  border: solid 1px #c5c6c6;
  color: #878687;
  text-transform: none;
  font-size: 15px;
}
html:not(.bx-touch) .btn--white:hover, .bx-touch .btn--white:active {
  background: #f7f7f7;
  color: #565655;
}
.btn--orange {
  background: #ec8213;
  color: #ffffff;
}
html:not(.bx-touch) .btn--orange:hover, .bx-touch .btn--orange:active {
  background: #DE7A12;
}
.btn--orange-invert {
  padding: 6px 12px 5px;
  border: solid 2px #ec8213;
  background: #ffffff;
  color: #ec8213;
}
html:not(.bx-touch) .btn--orange-invert:hover, .bx-touch .btn--orange-invert:active {
  background: #ec8213;
  color: #ffffff;
}
.btn--orange-invert.btn--big {
  padding: 10px 15px 9px;
}
.btn--orange-light {
  background: rgba(236, 130, 19, 0.2);
  color: #ec8213;
}
html:not(.bx-touch) .btn--orange-light:hover, .bx-touch .btn--orange-light:active {
  background: rgba(236, 130, 19, 0.3);
}

.btn-light {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #565655;
  border: none;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.1s ease-out;
}
html:not(.bx-touch) .btn-light:hover, .bx-touch .btn-light:active {
  color: #2e3d8c;
}
html:not(.bx-touch) .btn-light:hover .icon, .bx-touch .btn-light:active .icon {
  background-color: #2e3d8c;
}
.btn-light span {
  padding-top: 1px;
}
.btn-light .icon {
  padding: 9px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  background-color: #9c9c9c;
  transition: all 0.1s ease-out;
}
.btn-light span + .icon, .btn-light .icon + span {
  margin-left: 10px;
}
.btn-light--inversion {
  color: #ffffff;
}
html:not(.bx-touch) .btn-light--inversion:hover, .bx-touch .btn-light--inversion:active {
  color: #ffffff;
}
html:not(.bx-touch) .btn-light--inversion:hover .icon, .bx-touch .btn-light--inversion:active .icon {
  color: #c5c6c6;
  background-color: #ffffff;
}
.btn-light--inversion .icon {
  color: #6f6f6e;
  background-color: #ffffff;
}
.btn-light--dark {
  color: #2e3d8c;
}
html:not(.bx-touch) .btn-light--dark:hover, .bx-touch .btn-light--dark:active {
  color: #2e3d8c;
}
.btn-light--dark .icon {
  color: #ffffff;
  background-color: #2e3d8c;
}
.btn-light--small {
  font-size: 14px;
}
.btn-light--small .icon {
  padding: 8px;
  width: 26px;
  height: 26px;
}
.btn-light--extra-small {
  font-size: 12px;
  line-height: 14px;
}
.btn-light--extra-small .icon {
  padding: 6px;
  width: 20px;
  height: 20px;
}

.big-text {
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .big-text {
    font-size: 18px;
  }
}

.quote {
  position: relative;
  padding-left: 48px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 1023px) {
  .quote {
    padding-left: 20px;
  }
}
.quote__author {
  font-size: 14px;
  line-height: 22px;
  padding-top: 24px;
  font-style: normal;
}
.quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: #2e3d8c;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
}
.tags__item {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 8px;
  margin: 4px;
  font-size: 0;
  overflow: hidden;
  text-decoration: none !important;
  background-color: #f3f3f3;
  cursor: pointer;
  border-radius: 24px;
}
html:not(.bx-touch) .tags__item:hover .icon, .bx-touch .tags__item:active .icon {
  color: #565655;
}
.tags__item span {
  max-width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #565655;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tags__item .icon {
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 10px;
  color: #b1b2b3;
}
.tags__item .currency-symbol {
  margin-left: 2px;
}

/**
 / ссылка с иконкой
 */
.link-icon, .content .link-icon {
  display: inline-block;
  color: #2e3d8c;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
html:not(.bx-touch) .link-icon:hover .icon, .bx-touch .link-icon:active .icon, html:not(.bx-touch) .content .link-icon:hover .icon, .bx-touch .content .link-icon:active .icon {
  color: #2e3d8c;
}
html:not(.bx-touch) .link-icon:hover span:after, .bx-touch .link-icon:active span:after, html:not(.bx-touch) .content .link-icon:hover span:after, .bx-touch .content .link-icon:active span:after {
  background: none;
}
.link-icon span, .content .link-icon span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  line-height: 1;
}
.link-icon .icon, .content .link-icon .icon {
  line-height: 1;
  color: #9c9c9c;
  pointer-events: auto;
}
.link-icon span + .icon, .link-icon .icon + span, .content .link-icon span + .icon, .content .link-icon .icon + span {
  margin-left: 5px;
}

/**
 * псевдо-ссылка
 */
.pseudo-link, span.link-icon span {
  position: relative;
  cursor: pointer;
  color: #2e3d8c;
}
html:not(.bx-touch) .pseudo-link:hover:after, html:not(.bx-touch) span.link-icon span:hover:after, span.link-icon html:not(.bx-touch) span:hover:after, .bx-touch .pseudo-link:active:after, .bx-touch span.link-icon span:active:after, span.link-icon .bx-touch span:active:after {
  background: none;
}
.pseudo-link:after, span.link-icon span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #2e3d8c, #2e3d8c 50%, transparent 50%);
  background: -ms-linear-gradient(left, #2e3d8c, #2e3d8c 50%, transparent 50%);
  background: -o-linear-gradient(left, #2e3d8c, #2e3d8c 50%, transparent 50%);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#2e3d8c), color-stop(0.6, #2e3d8c), color-stop(0.6, transparent));
  background: -webkit-linear-gradient(left, #2e3d8c, #2e3d8c 50%, transparent 50%);
  background: linear-gradient(left, #2e3d8c, #2e3d8c 50%, transparent 50%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

/**
 * чекбоксы и радиокнопки
 */
.ckeck-custom, .radio-custom {
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.ckeck-custom input[type=checkbox], .ckeck-custom input[type=radio], .radio-custom input[type=checkbox], .radio-custom input[type=radio] {
  display: none;
}
.ckeck-custom input[type=checkbox]:disabled + span, .ckeck-custom input[type=radio]:disabled + span, .radio-custom input[type=checkbox]:disabled + span, .radio-custom input[type=radio]:disabled + span {
  color: #b1b2b3;
}
.ckeck-custom input[type=checkbox]:disabled + span:before, .ckeck-custom input[type=radio]:disabled + span:before, .radio-custom input[type=checkbox]:disabled + span:before, .radio-custom input[type=radio]:disabled + span:before {
  background-color: #f7f7f7;
  border: none;
}
.ckeck-custom span, .radio-custom span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
}
.ckeck-custom span:before, .radio-custom span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #9c9c9c;
}
.ckeck-custom input.error + span:before, .radio-custom input.error + span:before {
  border: 2px solid #c60500;
}

.ckeck-custom span:before {
  border-radius: 2px;
}
.ckeck-custom input[type=checkbox]:checked + span:before {
  border-color: #2e3d8c;
  background-color: #2e3d8c;
}
.ckeck-custom input[type=checkbox]:checked + span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAxMi40NDUgOS4yNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgIH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Ljc3NyAtNi4xODIpIiBkPSJNOS4yMjIsMTUuNDQ0LDQuNzc4LDExLDYuMDMxLDkuNzQ3bDMuMTkxLDMuMTgyLDYuNzQ3LTYuNzQ3LDEuMjUzLDEuMjYyWiIvPjwvc3ZnPg==");
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 0;
  width: 12px;
  height: 9px;
}

.radio-custom span:before {
  border-radius: 50%;
}
.radio-custom input[type=radio]:checked + span:before {
  border-color: #2e3d8c;
}
.radio-custom input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2e3d8c;
}

/**
 * формы
 */
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 549px) {
  .form-group {
    margin-bottom: 25px;
  }
}
.form-group .ckeck-custom, .form-group .radio-custom {
  display: block;
}
.form-group .ckeck-custom + .ckeck-custom, .form-group .ckeck-custom + .radio-custom, .form-group .radio-custom + .ckeck-custom, .form-group .radio-custom + .radio-custom {
  margin-top: 8px;
}
.form-group > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group .form-control + label {
  position: absolute;
  top: -5px;
  left: 8px;
  padding: 0 5px;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  color: #9c9c9c;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.form-group .form-control.error + label {
  color: #c60500 !important;
}
.form-group .form-control:focus + label {
  opacity: 1;
  color: #2e3d8c;
}
.form-group .form-control.not-empty ~ label, .form-group .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
}
.form-group__mess {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 13px;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.27;
  color: #c60500;
}

.form-control {
  display: block;
  width: 100%;
  padding: 7px 12px 6px;
  border: 1px solid #c5c6c6;
  transition: border-color 0.1s ease-out;
  resize: none;
  border-radius: 0;
  box-sizing: border-box;
}
.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}
.form-control:-moz-placeholder {
  color: #9c9c9c;
}
.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}
.form-control::placeholder {
  color: #9c9c9c;
}
.form-control:hover {
  border-color: #9c9c9c;
}
.form-control:focus {
  border-color: #2e3d8c;
}
.form-control[readonly] {
  background-color: #f7f7f7;
}
.form-control[readonly]:focus, .form-control[readonly]:hover {
  border-color: #c5c6c6;
}
.form-control[disabled] {
  color: #9c9c9c;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
.form-control[disabled]:focus, .form-control[disabled]:hover {
  border-color: #c5c6c6;
}
.form-control[multiple] {
  height: 37px;
  overflow: hidden;
  font-size: 0;
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
  -webkit-text-fill-color: #565655 !important;
  color: #565655 !important;
}
.form-control--small {
  padding: 0 10px;
  line-height: 28px;
  height: 31px;
}
.form-control--small + .select2 .select2-selection--single {
  height: 31px;
}
.form-control--small + .select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  line-height: 31px;
}
.form-control--small + .select2 .select2-selection--single .select2-selection__arrow {
  height: 29px;
}
.form-control--small + .select2 .select2-selection--multiple {
  min-height: 31px;
}
.form-control--small + .select2 .select2-selection--multiple .select2-selection__rendered {
  min-height: 29px;
}
.form-control--small + .select2 .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 2px;
  margin-bottom: 3px;
}
.form-control--small[multiple] {
  height: 31px;
}
.form-control--big {
  padding: 12px 15px 11px;
}
.form-control--big + .select2 .select2-selection--single {
  height: 45px;
}
.form-control--big + .select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 45px;
}
.form-control--big + .select2 .select2-selection--single .select2-selection__arrow {
  height: 43px;
}
.form-control--big + .select2 .select2-selection--multiple {
  min-height: 45px;
}
.form-control--big + .select2 .select2-selection--multiple .select2-selection__rendered {
  min-height: 43px;
}
.form-control--big + .select2 .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 9px;
  margin-bottom: 10px;
}
.form-control--big[multiple] {
  height: 45px;
}
.form-control.error {
  border-color: #c60500;
}
.form-control.error ~ .select2 .select2-selection--single, .form-control.error ~ .select2 .select2-selection--multiple {
  border-color: #c60500;
}
.form-control--gray {
  border: 1px solid #f3f3f3;
  background: rgba(255, 255, 255, 0.95);
  padding: 11px 12px 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.75);
}
html:not(.bx-touch) .form-control--gray:hover, .bx-touch .form-control--gray:active {
  border-color: #c5c6c6;
  cursor: pointer;
}

/**
 * блок файла
 */
.file-block {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  padding-left: 30px;
  max-width: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 549px) {
  .file-block {
    display: inline-block;
    vertical-align: middle;
  }
}
html:not(.bx-touch) .file-block:hover span, .bx-touch .file-block:active span {
  text-decoration: underline;
}
.file-block .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
.file-block span {
  font-size: 14px;
  line-height: 1.43;
}
@media only screen and (max-width: 549px) {
  .file-block span {
    float: left;
  }
}
.file-block em {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  font-style: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 549px) {
  .file-block em {
    float: left;
  }
}
@media only screen and (max-width: 549px) {
  .file-block em:first-of-type {
    padding-left: 0;
    clear: both;
  }
}

/**
 * заглушка
 */
.no-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: #f7f7f7;
}
.no-photo .icon {
  width: 60px;
  height: 50px;
  color: #c5c6c6;
}

/**
 * таблица спецификаций
 */
table.specifications {
  width: auto;
}
@media only screen and (max-width: 549px) {
  table.specifications {
    display: block;
  }
}
@media only screen and (max-width: 549px) {
  table.specifications tr {
    display: block;
    margin-top: 8px;
  }
  table.specifications tr:first-child {
    margin-top: 0;
  }
}
table.specifications td {
  padding: 2px 0;
  border: none;
}
@media only screen and (max-width: 549px) {
  table.specifications td {
    display: block;
    padding: 0;
  }
}
table.specifications td:first-child {
  padding-right: 30px;
  font-weight: 300;
  width: 142px;
}
@media only screen and (max-width: 549px) {
  table.specifications td:first-child {
    padding: 0;
    width: 100%;
  }
}

.material__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
html:not(.bx-touch) .material__link:hover .material__title--background, .bx-touch .material__link:active .material__title--background {
  width: 100%;
}
html:not(.bx-touch) .material__link:hover .material__hover, .bx-touch .material__link:active .material__hover {
  opacity: 0.5;
}
html:not(.bx-touch) .material__link:hover .material__over, .bx-touch .material__link:active .material__over {
  left: 0;
}
.material__link .img-fluid {
  max-height: 140px;
  height: 100%;
  max-width: max-content;
}
.material__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: black;
  transition: opacity 0.2s ease-out;
}
.material__hover--background {
  background-color: transparent;
}
.material__over {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: left 0.2s ease-out;
}
.material__over--background {
  background: rgba(0, 0, 0, 0.5);
}
.material__title {
  width: 53%;
  padding: 3%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.material__title--background {
  display: flex;
  height: 100%;
  width: 50%;
  justify-content: center;
  align-items: inherit;
}
@media only screen and (max-width: 767px) {
  .material__title {
    font-size: 13px;
  }
}
.material__desc {
  width: 47%;
  padding: 5%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .material__desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 549px) {
  .material__desc {
    font-size: 12px;
  }
}

/**
 * табы
 */
.tabs {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tabs__title, .tabs__link {
  float: left;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (max-width: 549px) {
  .tabs__title, .tabs__link {
    padding: 12px 13px;
    text-indent: 1.6px;
  }
}
@media only screen and (max-width: 549px) {
  .tabs__title:not(.tabs__title--inline), .tabs__link:not(.tabs__title--inline) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 11px;
    margin-top: 1px;
    float: none;
    background-color: #2e3d8c;
    color: #ffffff;
  }
}
.tabs__title .icon, .tabs__link .icon {
  display: none;
  font-size: 7px;
  transition: transform 0.1s ease-out;
}
@media only screen and (max-width: 549px) {
  .tabs__title .icon, .tabs__link .icon {
    display: inline;
  }
}
.tabs__title.open, .open.tabs__link {
  z-index: 3;
  cursor: auto;
  background-color: #2e3d8c;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .tabs__title.open, .open.tabs__link {
    cursor: pointer;
  }
}
.tabs__title.open .icon, .open.tabs__link .icon {
  transform: rotateZ(180deg);
}
.tabs__link {
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 549px) {
  .tabs__link {
    padding: 12px 13px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 549px) {
  .tabs__link:not(.tabs__title--inline) {
    display: block;
    float: left;
    font-size: 14px;
    padding: 12px 13px;
    background-color: #ffffff;
    color: #565655;
  }
}
.tabs__link.active {
  color: white;
  cursor: default;
  background-color: #2e3d8c;
}
.tabs__content {
  display: none;
  width: 100%;
  padding: 20px 0 0;
  float: right;
  margin: 39px 0 0 -100%;
  border-top: 1px solid #2e3d8c;
  z-index: 2;
}
@media only screen and (max-width: 549px) {
  .tabs__content:not(.tabs__content--inline) {
    float: none;
    margin: 0;
    border-top: none;
  }
}
.tabs__content > *:last-child {
  margin-bottom: 0;
}
.tabs__content.open {
  display: block;
}
@media only screen and (max-width: 549px) {
  .tabs__content.open + .tabs__title:not(.tabs__title--inline), .tabs__content.open + .tabs__link:not(.tabs__title--inline) {
    margin-top: 20px;
  }
}

/**
 * обертка для слайдера
 */
.carousel-grid {
  position: relative;
}
.carousel-grid * {
  user-select: none;
}
.carousel-grid .swiper-container {
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}
.carousel-grid .swiper-container:after, .carousel-grid .swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 5;
  background-color: #ffffff;
}
.carousel-grid .swiper-container:after {
  right: 0;
}
.carousel-grid .swiper-container:before {
  left: 0;
}
.carousel-grid .swiper-wrapper {
  flex-wrap: nowrap;
  margin: 0;
  user-select: none;
}
.carousel-grid .matrix__item {
  margin: 0;
}
.carousel-grid .swiper-slide.col-auto {
  width: auto;
}
.carousel-grid .swiper-button-next, .carousel-grid .swiper-button-prev {
  color: #c5c6c6;
}
html:not(.bx-touch) .carousel-grid .swiper-button-next:hover, .bx-touch .carousel-grid .swiper-button-next:active, html:not(.bx-touch) .carousel-grid .swiper-button-prev:hover, .bx-touch .carousel-grid .swiper-button-prev:active {
  color: #c5c6c6;
}
.carousel-grid .swiper-button-next .icon, .carousel-grid .swiper-button-prev .icon {
  font-size: 18px;
}
.carousel-grid .swiper-arr-prev {
  left: 10px;
}
.carousel-grid .swiper-arr-next {
  left: auto;
  right: 10px;
}
.carousel-grid .swiper-pagination {
  padding: 0;
  bottom: 0;
  margin: 0 auto;
}
.tabs .carousel-grid .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.carousel-grid .swiper-pagination-lock {
  opacity: 0;
}
.carousel-grid.product-slider {
  margin: 0 -65px 60px;
  width: calc(100% + 130px);
  padding: 0 65px;
  position: relative;
}
@media only screen and (max-width: 1520px) {
  .carousel-grid.product-slider {
    margin: 0 -40px 60px;
    width: calc(100% + 80px);
    padding: 0 40px;
    position: relative;
  }
}
@media only screen and (max-width: 1439px) {
  .carousel-grid.product-slider {
    margin: 0 0 60px;
    padding: 0 30px 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-grid.product-slider {
    margin: 0 0 40px;
    padding: 0 15px 30px;
  }
}
@media only screen and (max-width: 549px) {
  .carousel-grid.product-slider {
    padding: 0 15px 30px;
  }
}
.carousel-grid.product-slider ~ .carousel-grid.product-slider:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
  .container-fluid .carousel-grid.product-slider {
    padding: 0 0 30px;
  }
}
.carousel-grid.product-slider .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .carousel-grid.product-slider .swiper-pagination {
    display: inline-block;
  }
}
.carousel-grid.product-slider .swiper-container:after, .carousel-grid.product-slider .swiper-container:before {
  content: none;
}
.carousel-grid.product-slider .catalog-list-item {
  margin: 0 5px;
}
@media only screen and (max-width: 1439px) {
  .carousel-grid.product-slider .catalog-list-item {
    margin: 0;
  }
}
.carousel-grid.product-slider .swiper-button-next.swiper-button-area,
.carousel-grid.product-slider .swiper-button-prev.swiper-button-area {
  width: 65px;
}
@media only screen and (max-width: 1520px) {
  .carousel-grid.product-slider .swiper-button-next.swiper-button-area,
.carousel-grid.product-slider .swiper-button-prev.swiper-button-area {
    width: 40px;
  }
}
@media only screen and (max-width: 1439px) {
  .carousel-grid.product-slider .swiper-button-next.swiper-button-area,
.carousel-grid.product-slider .swiper-button-prev.swiper-button-area {
    display: none;
  }
}
.carousel-grid.product-slider .swiper-button-next.swiper-button-area .icon,
.carousel-grid.product-slider .swiper-button-prev.swiper-button-area .icon {
  top: 33%;
}
@media only screen and (min-width: 1440px) {
  .carousel-grid.product-slider .col-xl-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .carousel-grid.product-slider .col-lg-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.carousel-grid.product-slider .swiper-button-disabled {
  display: none;
}

.swiper-button-next.swiper-arr-next,
.swiper-button-prev.swiper-arr-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  background: #9c9c9c;
  border-radius: 0;
  cursor: pointer;
}
html:not(.bx-touch) .swiper-button-next.swiper-arr-next:hover, .bx-touch .swiper-button-next.swiper-arr-next:active,
html:not(.bx-touch) .swiper-button-prev.swiper-arr-prev:hover,
.bx-touch .swiper-button-prev.swiper-arr-prev:active {
  box-shadow: none;
  background-color: #2e3d8c;
}
html:not(.bx-touch) .swiper-button-next.swiper-arr-next:hover .icon, .bx-touch .swiper-button-next.swiper-arr-next:active .icon,
html:not(.bx-touch) .swiper-button-prev.swiper-arr-prev:hover .icon,
.bx-touch .swiper-button-prev.swiper-arr-prev:active .icon {
  color: #ffffff;
}
.swiper-button-next.swiper-arr-next .icon,
.swiper-button-prev.swiper-arr-prev .icon {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 12px;
  color: #ffffff;
  height: auto;
  opacity: 1;
  transform: none;
}
.swiper-button-next.swiper-arr-next.swiper-button-disabled,
.swiper-button-prev.swiper-arr-prev.swiper-button-disabled {
  opacity: 0.6;
}

/**
 * Верстка страницы CleanOn
 */
.cleanon_banner-bg {
  background: url("/upload/images/solution/cleanon-back.png") 100% 100% no-repeat;
  min-height: 533px;
  align-items: center;
}
@media only screen and (max-width: 1439px) {
  .cleanon_banner-bg {
    background: url("/upload/images/solution/cleanon-back.png") 55% 100% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .cleanon_banner-bg {
    background: #f8f8f8;
    min-height: auto;
    padding: 0 10px;
  }
}
.cleanon_banner-bg__text {
  color: #ffffff;
  width: 45%;
  padding: 30px;
}
.cleanon_banner-bg__text h2 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cleanon_banner-bg__text {
    padding: 0;
    width: 100%;
    color: #5e5e5e;
  }
  .cleanon_banner-bg__text h2 {
    color: #5e5e5e;
  }
  .cleanon_banner-bg__text b {
    color: black;
  }
}
.cleanon_banner-bg--blue {
  background: linear-gradient(to right, #2e3d8c 80%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%, #2e3d8c 100%);
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .cleanon_banner-bg--blue {
    background: #2e3d8c;
  }
}
.cleanon_banner-bg--blue .cleanon_banner-bg__image {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .cleanon_banner-bg--blue .cleanon_banner-bg__image {
    text-align: center;
  }
}
.cleanon_banner-bg--blue .cleanon_banner-bg__text {
  color: #ffffff;
  padding: 0 0 0 30px;
  width: 100%;
}
.cleanon_banner-bg--blue .cleanon_banner-bg__text h2 {
  color: #ffffff;
}
.cleanon_banner-bg--blue .cleanon_banner-bg__text b {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cleanon_banner-bg--blue .cleanon_banner-bg__text {
    padding: 0 20px;
  }
}
.cleanon_banner-bg--blue-two {
  background: linear-gradient(to bottom, #2e3d8c 60%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%, #2e3d8c 100%);
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .cleanon_banner-bg--blue-two {
    margin: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 1439px) {
  .cleanon_banner-bg--blue-two {
    background: linear-gradient(to bottom, #2e3d8c 80%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%, #2e3d8c 100%);
  }
}
@media only screen and (max-width: 1023px) {
  .cleanon_banner-bg--blue-two {
    background: #2e3d8c;
  }
}
.cleanon_banner-bg--blue-two .cleanon_banner-bg__image-left {
  text-align: left;
}
.cleanon_banner-bg--blue-two .cleanon_banner-bg__image-right {
  text-align: right;
}
.cleanon_banner-bg--blue-two .cleanon_banner-bg__text {
  color: #ffffff;
  padding: 0 0 0 30px;
  width: 100%;
}
.cleanon_banner-bg--blue-two .cleanon_banner-bg__text h2 {
  color: #ffffff;
}
.cleanon_banner-bg--blue-two .cleanon_banner-bg__text b {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cleanon_banner-bg--blue-two .cleanon_banner-bg__text {
    padding: 0 10px;
  }
}
.cleanon_banner-bg--grey {
  background: linear-gradient(to left, #f8f8f8 88%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%, #f8f8f8 100%);
  margin-top: 40px;
}
@media only screen and (max-width: 1439px) {
  .cleanon_banner-bg--grey {
    margin: 40px 0 20px 0;
    background: #f8f8f8;
  }
}
@media only screen and (max-width: 1023px) {
  .cleanon_banner-bg--grey .cleanon_banner-bg__image {
    margin: 0 auto;
    padding-top: 10px;
  }
}
.cleanon_banner-bg--grey .cleanon_banner-bg__text {
  padding: 20px;
  width: 100%;
  color: #5e5e5e;
}
.cleanon_banner-bg--grey .cleanon_banner-bg__text h2 {
  color: #5e5e5e;
}
.cleanon_banner-bg--grey .cleanon_banner-bg__text b {
  color: black;
}

.block-items-hide {
  overflow: hidden;
  position: relative;
  max-height: 245px;
}
.block-items-hide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  pointer-events: none;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.anchor-show .icon {
  display: inline-block;
}

.service-page-item__icon {
  color: #2e3d8c;
  font-size: 60px;
}

@media only screen and (max-width: 549px) {
  .service-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 549px) {
  body .service-custom-table thead {
    display: none;
  }
}
@media only screen and (max-width: 549px) {
  body .service-custom-table tr {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    flex-direction: column;
  }
}
@media only screen and (max-width: 549px) {
  body .service-custom-table tr:first-child {
    border-top: 1px solid #f3f3f3;
  }
}
@media only screen and (max-width: 549px) {
  body .service-custom-table td {
    width: 100%;
    border-bottom: none;
  }
}
@media only screen and (max-width: 549px) {
  body .service-custom-table td:first-child {
    padding: 20px 15px 5px 15px;
  }
}
@media only screen and (max-width: 549px) {
  body .service-custom-table td:last-child {
    font-weight: 300;
    padding: 0 15px 20px 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .content .tabs__map {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 549px) {
  .content .tabs__map {
    margin-top: 24px;
  }
}
.content .tabs--product .tabs__head-scroll {
  justify-content: inherit;
}
.content .tabs--product .tabs__item {
  width: auto;
}
.content .tabs--product select, .content .tabs--product .select2-container {
  display: none;
}
@media only screen and (max-width: 549px) {
  .content .tabs--product select, .content .tabs--product .select2-container {
    display: block;
  }
}
.content .tabs__head {
  position: relative;
  border-bottom: 1px solid #2e3d8c;
  overflow: hidden;
  height: 40px;
}
@media only screen and (max-width: 549px) {
  .content .tabs__head {
    padding: 0 15px;
  }
}
.content .tabs__head-scroll {
  display: flex;
  align-items: start;
  overflow-x: scroll;
  overflow-y: hidden;
  justify-content: space-between;
}
@media only screen and (max-width: 549px) {
  .content .tabs__head-scroll {
    margin: 0 -15px;
  }
}
.content .tabs__head-scroll--after:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -30px;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.content .tabs__head-scroll--before:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -30px;
  width: 100px;
  z-index: 100;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.content .tabs__item {
  text-align: center;
  width: 100%;
}
.content .tabs__link {
  width: 100%;
}

.press-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .press-block {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 549px) {
  .press-block {
    margin-bottom: 0;
  }
}
.press-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .press-block:last-child {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 549px) {
  .press-block--write {
    margin-bottom: 32px;
  }
}
.press-block .btn-press {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .press-block .btn-press {
    justify-content: start;
  }
}
@media only screen and (max-width: 1023px) {
  .press-block .btn-press {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 549px) {
  .press-block .btn-press {
    flex-wrap: wrap;
  }
}
.press-block .btn-press__item {
  width: 100%;
  height: 45px;
}
@media only screen and (max-width: 1439px) {
  .press-block .btn-press__item {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .press-block .btn-press__item {
    width: 100%;
  }
}
.press-block .btn-press__item:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 549px) {
  .press-block .btn-press__item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.press-block__mail {
  font-size: 20px;
  line-height: 1.4;
}
.press-block__phone {
  font-size: 20px;
  line-height: 1.4;
}
.press-block__phone a {
  text-decoration: none;
}
.press-block__phone--small {
  font-size: 17px;
  line-height: 1.65;
}
.press-block__social {
  margin: 0;
}
.press-block__social a {
  font-size: 18px;
}

.phone {
  font-size: 24px;
  font-weight: 500;
}
.phone a {
  text-decoration: none;
}
html:not(.bx-touch) .phone a:hover, .bx-touch .phone a:active {
  text-decoration: underline;
}

.show-more-slider-items {
  display: inline-flex;
  align-items: center;
  color: #2e3d8c;
}
.show-more-slider-items a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 1px;
}
html:not(.bx-touch) .show-more-slider-items a:hover, .bx-touch .show-more-slider-items a:active {
  text-decoration: underline;
}
.show-more-slider-items .icon {
  font-size: 12px;
  margin-left: 6px;
}

.catalog-list {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list {
    display: block;
    margin: 0;
  }
}
.catalog-list__filter {
  flex: 0 0 290px;
  padding: 0 15px;
}
@media only screen and (max-width: 1439px) {
  .catalog-list__filter {
    flex: 0 0 285px;
    padding: 0 10px 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-list__filter {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
.catalog-list__btns {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list__btns {
    margin-bottom: 30px;
  }
}
.catalog-list__products {
  flex: 1;
  width: 100%;
  padding: 24px 15px 0;
  margin-left: 34px;
}
@media only screen and (max-width: 1439px) {
  .catalog-list__products {
    margin-left: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-list__products {
    display: block;
    padding: 0;
  }
}
.catalog-list__products .catalog-item-slider__area:not(.catalog-item-slider__area-catalog) picture {
  align-items: normal !important;
}
.catalog-list__products .catalog-list-collection__pic {
  width: 100%;
}
@media only screen and (max-width: 549px) {
  .catalog-list__products .catalog-list-collection__pic {
    width: auto;
    height: auto;
  }
}
.catalog-list__products .catalog-list-item__pic-area {
  padding-top: 100%;
}
@media only screen and (max-width: 1439px) {
  .catalog-list__products .catalog-list-item__title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}
.catalog-list__products .catalog-list-item__info {
  margin-bottom: 1px;
}
.catalog-list__products .tags {
  padding-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list__products .tags {
    padding-top: 0;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-list__products .tags {
    margin-bottom: 20px;
  }
}
.catalog-list__products .tags__item {
  padding: 8px 10px;
}
.catalog-list__products .tags__item .icon {
  font-size: 12px;
  margin-right: 8px;
}
.catalog-list__products .tags__item span::first-letter {
  text-transform: uppercase;
}
.catalog-list__products .tag-clear {
  line-height: 20px;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-list__products .tag-clear:hover, .bx-touch .catalog-list__products .tag-clear:active {
  text-decoration: underline;
}
.catalog-list .matrix--big {
  margin: -20px -15px;
}
@media only screen and (max-width: 767px) {
  .catalog-list .matrix--big {
    margin: -15px -10px;
  }
}
.catalog-list .matrix--big .matrix__item {
  margin: 20px 0;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .catalog-list .matrix--big .matrix__item {
    margin: 15px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.select2-container--default .select-regions .select2-results__option[aria-disabled=true] {
  display: none;
}

.loading {
  opacity: 0.6;
  pointer-events: none;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
.preloader:before {
  content: "";
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  background: url("svg/other/loading.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}

.file-uploader {
  display: block;
  text-align: center;
  margin: 0;
}
.file-uploader--limit {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .file-uploader--limit {
    font-size: 12px;
  }
}
.file-uploader__area {
  background-color: rgba(246, 246, 246, 0.85);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  padding: 28px 40px 28px 40px;
  border: 1px solid rgba(246, 246, 246, 0.85);
  flex-direction: column;
}
@media only screen and (max-width: 549px) {
  .file-uploader__area {
    padding: 24px 15px;
  }
}
html:not(.bx-touch) .file-uploader__area:hover .file-uploader__text span, .bx-touch .file-uploader__area:active .file-uploader__text span {
  text-decoration: none;
}
.file-uploader.highlight .file-uploader__area {
  border-color: #2e3d8c;
}
.file-uploader.file-uploader--limit.highlight .file-uploader__area {
  border-color: rgba(246, 246, 246, 0.85);
}
.file-uploader.file-uploader--limit .file-uploader__area {
  cursor: default;
  pointer-events: none;
}
.file-uploader__area .icon {
  color: #9c9c9c;
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.file-uploader__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-uploader__text--success {
  display: none;
}
.file-uploader.file-uploader--limit .file-uploader__text--success {
  margin-bottom: 10px;
  display: block;
}
.file-uploader__text-main {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .file-uploader__text-main {
    font-size: 12px;
  }
}
.file-uploader.file-uploader--limit .file-uploader__text-main {
  display: none;
}
.file-uploader__text-main i {
  color: #2e3d8c;
  font-style: normal;
}
.file-uploader__text-sub {
  color: #878687;
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .file-uploader__text-sub {
    font-size: 12px;
  }
}
.file-uploader__desc {
  color: #878687;
  font-weight: 300;
}
.file-uploader__desc.error {
  color: #c60500;
  font-weight: 400;
}
.file-uploader__items {
  display: flex;
  flex-direction: column;
}
.file-uploader__item {
  display: flex;
  margin-top: 5px;
  background-color: rgba(246, 246, 246, 0.85);
  justify-content: space-between;
  align-items: center;
  height: 24px;
  overflow: hidden;
}
.file-uploader__item:first-of-type {
  margin-top: 12px;
}
.file-uploader__item .icon {
  margin: 6px;
  font-size: 12px;
  color: #9c9c9c;
  min-width: 12px;
}
.file-uploader__filename {
  font-size: 12px;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: baseline;
}
.file-uploader__filename span:first-child {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 240px;
}
.file-uploader__filename span:not(:first-child) {
  margin-left: 4px;
  color: #878687;
}
.file-uploader__remove.icon {
  font-size: 10px;
  cursor: pointer;
}
.file-uploader__item[data-src=""] {
  display: none;
}

.reviews {
  margin-bottom: 32px;
}
.reviews .review:nth-child(odd) {
  background: rgba(246, 246, 246, 0.85);
}
.reviews .review:nth-child(odd) .review__answer {
  background: #ffffff;
}
.reviews .review:nth-child(even) {
  background: #ffffff;
}
.reviews .review:nth-child(even) .review__answer {
  background: rgba(246, 246, 246, 0.85);
}
.reviews .reviews__link {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.33;
  color: rgba(46, 61, 140, 0.85);
}
html:not(.bx-touch) .reviews .reviews__link:hover, .bx-touch .reviews .reviews__link:active {
  color: #000356;
}
.reviews + .pager {
  margin-top: 0;
}
.reviews + .pager .pager__nav {
  display: none;
}
.reviews + .pager .pager__next {
  margin-bottom: 40px;
}
.reviews .h2 span {
  color: #878687;
}
.substrate .reviews {
  padding: 0 48px 100px;
}
@media only screen and (max-width: 767px) {
  .substrate .reviews {
    padding: 0 16px 80px;
  }
}
.substrate .reviews .reviews__link, .substrate .reviews .h2 {
  display: none;
}
.substrate .reviews .h2 {
  padding-top: 48px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .substrate .reviews .h2 {
    font-size: 17px;
    line-height: 1.41;
    padding-top: 32px;
  }
}
.reviews .mfp-ajax-holder .mfp-content .mfp-close {
  padding: 20px;
}
.reviews .mfp-ajax-holder .mfp-content .mfp-close .icon {
  font-size: 16px;
}
.reviews + #send-review {
  margin-top: 40px;
}

.substrate .review-profi-name {
  margin-bottom: 16px;
}
.substrate .review-profi-link {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .substrate .review-profi-link {
    bottom: 32px;
    display: block;
    white-space: nowrap;
  }
}
html:not(.bx-touch) .substrate .review-profi-link:hover, .bx-touch .substrate .review-profi-link:active {
  color: #000356;
}
.substrate .reviews + .pager {
  display: none;
}
.substrate .review-gallery {
  pointer-events: none;
}

.review {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .review {
    padding: 24px 16px;
  }
}
.review__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 5px;
}
.review__date {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #878687;
  margin-bottom: 8px;
}
.review__rating {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.review__rating span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #878687;
  margin-right: 8px;
}
.review__text {
  font-size: 14px;
  line-height: 1.43;
}
.review__text + .review-gallery {
  margin-top: 16px;
}
.review__answer {
  padding: 20px 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .review__answer {
    padding: 20px 16px;
  }
}
.review__answer .icon {
  margin-left: 5px;
}

.review-gallery {
  display: flex;
  margin: 0 -4px;
}
.review-gallery__item {
  margin: 0 4px;
}
.review-gallery img {
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 549px) {
  .review-gallery img {
    width: 48px;
    height: 48px;
  }
}

.review-profi-name {
  font-size: 14px;
  line-height: 1.14;
  color: #2e3d8c;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(46, 61, 140, 0.85);
}

.review-profi-link {
  font-size: 16px;
  line-height: 1.25;
  color: #2e3d8c;
  text-transform: uppercase;
}

.element-add {
  margin-top: 48px;
}
.element-add input:checked + .star .icon {
  color: #febc49;
}
.element-add .star + .star {
  margin-left: 4px;
}
.element-add .form-group {
  width: auto;
  margin-bottom: 30px;
}
.element-add__line {
  width: 100%;
  height: 1px;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.star-list {
  margin: 0 -2px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.star-list .star {
  padding: 0 2px;
  cursor: pointer;
  margin: 0;
}
.star-list .star .icon {
  font-size: 22px;
}
.star-list label:hover .icon,
.star-list label:hover ~ label .icon,
.star-list input:checked ~ label .icon {
  color: #febc49;
}
html:not(.bx-touch) .star-list label:hover .icon, .bx-touch .star-list label:active .icon {
  color: #febc49;
}

.star {
  display: inline-flex;
  align-items: center;
}
.star .icon {
  color: transparent;
  fill: #febc49;
  font-size: 12px;
}
.star--gold .icon {
  color: #febc49;
}
.star + .star {
  margin-left: 1px;
}

.ratio-box, .big-slider .collection-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #f3f3f3;
}
.ratio-box--dark {
  background-color: #b1b2b3;
}

.ratio-box > img, .big-slider .collection-slide > img,
.ratio-box > picture > img,
.big-slider .collection-slide > picture > img,
.ratio-box > iframe,
.big-slider .collection-slide > iframe,
.ratio-box > video,
.big-slider .collection-slide > video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hint {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.hint + .hint {
  margin-left: 5px;
}
.hint .icon {
  font-size: 24px;
}
.hint--360 .icon {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.hint--promo {
  color: #ec8213;
}

.hint-promo {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background: #ec8213;
}
html:not(.bx-touch) .hint-promo:hover, .bx-touch .hint-promo:active {
  background-color: #DE7A12;
}
.hint-promo + .hint {
  margin-left: 5px;
}
.hint-promo--no-event {
  cursor: default;
}
html:not(.bx-touch) .hint-promo--no-event:hover, .bx-touch .hint-promo--no-event:active {
  background-color: #ec8213;
}

.filter-question {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.1);
  color: #878687;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
html:not(.bx-touch) .filter-question:hover, .bx-touch .filter-question:active {
  color: #565655;
}

.catalog-item-slider {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.catalog-item-slider__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.catalog-item-slider__area picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-item-slider__area .img-fluid {
  max-height: 100%;
}
.catalog-item-slider__area img {
  object-fit: cover;
  max-width: none;
  width: 100%;
}
.catalog-item-slider__dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-item-slider__dots {
    display: none;
  }
}
.bx-touch .catalog-item-slider__dots {
  display: none;
}
.catalog-item-slider__dots-item {
  margin-left: 5px;
  width: 5px;
  height: 5px;
  background-color: #c5c6c6;
}
.catalog-item-slider__dots-item.active {
  background-color: #2e3d8c;
}
.catalog-item-slider__dots-item:first-child {
  margin-left: 0;
}
.catalog-item-slider__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-item-slider__item {
    display: none;
  }
}

.product-rating {
  display: flex;
  align-items: center;
  text-decoration: none;
}
html:not(.bx-touch) .product-rating:hover .product-rating__title, .bx-touch .product-rating:active .product-rating__title {
  color: #878687;
}
.product-rating__title {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1;
  margin-left: 8px;
  padding-top: 3px;
}
.product-rating__stars {
  font-size: 0;
  margin: 0 -1px;
}
.product-rating .star {
  padding: 0 1px;
}
.product-rating .star .icon {
  font-size: 15px;
}

.mfp-gallery .mfp-bottom-bar {
  margin-top: -32px;
}
.mfp-gallery .mfp-counter {
  margin-top: 2px;
  margin-right: 5px;
}
.mfp-gallery .mfp-img {
  max-height: 890px !important;
}
@media only screen and (max-width: 1439px) {
  .mfp-gallery .mfp-img {
    max-height: 800px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .mfp-gallery .mfp-img {
    max-height: initial;
  }
}
.mfp-gallery .mfp-title {
  background-color: rgba(2, 2, 2, 0.5);
  padding: 20px 46px 20px 20px;
  margin-bottom: 20px;
}
.mfp-gallery .mfp-title:empty {
  margin-bottom: 0;
  background-color: transparent;
}

.hint-new {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 5px 0;
  font-size: 11px;
  line-height: 21px;
  color: #ffffff;
  background: #2e3d8c;
  text-transform: uppercase;
}

.hint-white {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.001em;
  color: #2e3d8c;
  border: 1px solid #2e3d8c;
  border-radius: 24px;
  white-space: nowrap;
  padding: 2px 4px;
}

.tooltip-help {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #eaeaea;
  color: #6f6f6e;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-radius: 50%;
}

.hide-info {
  overflow: hidden;
  position: relative;
}
.hide-info:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  pointer-events: none;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.construct-h1 {
  margin-bottom: 20px;
}
.construct-h1 ul li:before, .construct-h1 ul li:after {
  content: none;
}
.construct-h1 h1 {
  margin-bottom: 0;
}

.tags-control {
  display: inline-flex;
  margin-left: 10px;
}
.tags-control__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #2e3d8c;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .tags-control__item {
    margin-top: 0;
  }
}
.tags-control__item .icon {
  margin-left: 4px;
  font-size: 4px;
}
.tags-control__item--roll-up {
  display: none;
}
.tags-control__item--roll-up .icon {
  transform: rotateZ(180deg);
}
.tags-control--hide {
  opacity: 0;
}

.tag-hide {
  opacity: 0;
}

.tags-list__scroll.open {
  height: auto;
  overflow: visible;
  white-space: normal;
}
.tags-list__scroll.open .tags-control--btn {
  display: none;
}
.tags-list__scroll.open .tags-control .tags-control__item:not(.tags-control__item--roll-up) {
  display: none;
}
.tags-list__scroll.open .tags-control .tags-control__item--roll-up {
  display: flex;
}

@media only screen and (max-width: 549px) {
  .banners__item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 549px) {
  .banners .img-fluid {
    max-width: 510px;
  }
}

.tech-svg h2 {
  color: #c5c6c6;
}
.tech-svg__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.tech-svg__item .icon {
  font-size: 23px;
  width: 40px;
}
html:not(.bx-touch) .tech-svg__item:hover .tech-svg__copy-text, .bx-touch .tech-svg__item:active .tech-svg__copy-text {
  display: block;
}
html:not(.bx-touch) .tech-svg__item:hover .tech-svg__copy, .bx-touch .tech-svg__item:active .tech-svg__copy {
  background: #f3f3f3;
}
.tech-svg__copy {
  display: flex;
  width: 100%;
  border-radius: 8px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
}
.tech-svg__copy-text {
  display: none;
}

.loader-time {
  position: relative;
  font-size: 0;
  text-align: center;
}
.loader-time--reverse {
  transform: scale(-1, 1);
}
.loader-time__progress {
  height: auto;
  max-width: 96px;
  transform: rotate(-90deg);
  width: 100%;
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(46, 61, 140, 0.5);
  stroke-dashoffset: 0;
  stroke-width: 2;
}
.loader-time__complete {
  stroke: #2e3d8c;
  stroke-dasharray: 219.9114857513;
}

.loader--active {
  opacity: 0.5;
  pointer-events: none;
}

.preloader {
  display: none;
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 22px;
}

.form-group input:focus + .suggestion-list {
  display: block;
}

.suggestion-list {
  width: 100%;
  margin-top: 10px;
  background: white;
  border-radius: 0;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  cursor: default;
  z-index: 200;
  position: absolute;
}
.suggestion-list span {
  display: block;
  padding: 14px 16px;
  font-weight: 400;
  line-height: 1.43;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
html:not(.bx-touch) .suggestion-list span:hover, .bx-touch .suggestion-list span:active {
  background: #2e3d8c;
  color: white;
}
.suggestion-list__bad {
  display: block;
  padding: 6px 0;
  font-weight: 500;
  line-height: 1.43;
  font-size: 12px;
  text-decoration: none;
  color: #878687;
  text-align: left;
  cursor: default;
}
html:not(.bx-touch) .suggestion-list__bad:hover, .bx-touch .suggestion-list__bad:active {
  color: #878687;
}

.empty-items {
  background: #f7f7f7;
  padding: 40px 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .empty-items {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .empty-items .h2 {
    font-size: 17px;
    line-height: 21px;
  }
}

.big-slider {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .big-slider {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 549px) {
  .big-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.big-slider .collection-detail__slider {
  max-width: 100%;
}
.big-slider .collections-slider {
  max-width: 100%;
  margin-bottom: 12px;
}
.big-slider .collection-slide {
  padding-bottom: 51.471%;
  background: transparent;
}
.big-slider .collection-slide .img-fluid {
  object-fit: cover;
  height: 100%;
  width: auto;
}
.big-slider .collection-detail__slider-thumb {
  margin: 0 auto;
  max-width: 568px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .big-slider .collection-detail__slider-thumb {
    max-width: 510px;
  }
}
@media only screen and (max-width: 549px) {
  .big-slider .collection-detail__slider-thumb {
    overflow: visible;
    max-width: 290px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .big-slider .collection-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
    right: 0;
  }
}
@media only screen and (max-width: 549px) {
  .big-slider .collection-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
    right: -20px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .big-slider .collection-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
    left: 0;
  }
}
.big-slider .collection-thumbs__item {
  padding: 0 2px;
  max-width: 117px;
}
@media only screen and (max-width: 549px) {
  .big-slider .collection-thumbs__item .img-fluid {
    max-width: 90px;
  }
}
.big-slider .carousel-grid .swiper-container {
  margin: 0 auto;
  max-width: 468px;
}
.big-slider .carousel-grid .swiper-container:after, .big-slider .carousel-grid .swiper-container:before {
  content: none;
}
.big-slider .carousel-grid .swiper-container[data-items="2"], .big-slider .carousel-grid .swiper-container[data-items="3"] {
  margin: 0 auto;
  display: grid;
  justify-content: center;
}
.big-slider .swiper-button-disabled {
  display: none;
}

.custom-overlay {
  z-index: 2000;
}

img.lazyload,
img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 150ms;
}

.currency-symbol {
  min-width: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}

.video-gallery {
  position: relative;
}
.video-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  top: 170px;
  background-color: rgba(246, 246, 246, 0.85);
  width: 100%;
  height: calc(100% - 170px);
}
@media only screen and (max-width: 1023px) {
  .video-gallery:before {
    top: 128px;
    height: calc(100% - 82px);
  }
}
@media only screen and (max-width: 767px) {
  .video-gallery:before {
    top: 40px;
    height: calc(100% - 45px);
  }
}
.video-gallery--block .products-video.products-video--centered {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .video-gallery .carousel-grid {
    padding-bottom: 30px;
  }
}

.suppliers {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1439px) {
  .suppliers {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .suppliers {
    margin-bottom: 24px;
  }
}
.suppliers h1 {
  margin-bottom: 0 !important;
}
.suppliers__lang {
  flex-shrink: 0;
  width: 71px;
  height: 26px;
  display: flex;
}
.suppliers__lang a, .suppliers__lang span {
  display: flex;
  height: 28px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.suppliers__lang span {
  background: #2e3d8c;
  color: white;
}
.suppliers__lang a {
  color: #565655;
  background: #f3f3f3;
}

.content .rich-content, .content .blog-page .rich-content, .rich-content {
  display: flex;
  gap: 64px 0;
  flex-direction: column;
}
.content .rich-content h1, .content .rich-content h2, .content .rich-content h3, .content .rich-content h4, .content .rich-content h5,
.content .rich-content .h1, .content .rich-content .h2, .content .rich-content .h3, .content .rich-content .h4, .content .rich-content .h5, .content .blog-page .rich-content h1, .content .blog-page .rich-content h2, .content .blog-page .rich-content h3, .content .blog-page .rich-content h4, .content .blog-page .rich-content h5,
.content .blog-page .rich-content .h1, .content .blog-page .rich-content .h2, .content .blog-page .rich-content .h3, .content .blog-page .rich-content .h4, .content .blog-page .rich-content .h5, .rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5,
.rich-content .h1, .rich-content .h2, .rich-content .h3, .rich-content .h4, .rich-content .h5 {
  margin-bottom: -20px !important;
}
.content .rich-content h1, .content .rich-content h2, .content .rich-content h3, .content .rich-content h4, .content .rich-content h5,
.content .rich-content .h1, .content .rich-content .h2, .content .rich-content .h3, .content .rich-content .h4, .content .rich-content .h5,
.content .rich-content ul, .content .rich-content ol, .content .rich-content .table-responsive, .content .rich-content .big-text, .content .blog-page .rich-content h1, .content .blog-page .rich-content h2, .content .blog-page .rich-content h3, .content .blog-page .rich-content h4, .content .blog-page .rich-content h5,
.content .blog-page .rich-content .h1, .content .blog-page .rich-content .h2, .content .blog-page .rich-content .h3, .content .blog-page .rich-content .h4, .content .blog-page .rich-content .h5,
.content .blog-page .rich-content ul, .content .blog-page .rich-content ol, .content .blog-page .rich-content .table-responsive, .content .blog-page .rich-content .big-text, .rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5,
.rich-content .h1, .rich-content .h2, .rich-content .h3, .rich-content .h4, .rich-content .h5,
.rich-content ul, .rich-content ol, .rich-content .table-responsive, .rich-content .big-text {
  margin: 0;
}
.content .rich-content .big-text ul, .content .rich-content .big-text ol, .content .rich-content .text ul, .content .rich-content .text ol, .content .blog-page .rich-content .big-text ul, .content .blog-page .rich-content .big-text ol, .content .blog-page .rich-content .text ul, .content .blog-page .rich-content .text ol, .rich-content .big-text ul, .rich-content .big-text ol, .rich-content .text ul, .rich-content .text ol {
  margin-bottom: 0;
  margin-top: 0;
}
.content .rich-content .big-text *:last-child, .content .blog-page .rich-content .big-text *:last-child, .rich-content .big-text *:last-child {
  margin-bottom: 0;
}
.content .rich-content ul, .content .rich-content ol, .content .blog-page .rich-content ul, .content .blog-page .rich-content ol, .rich-content ul, .rich-content ol {
  margin-bottom: -16px;
  margin-top: -16px;
}
.content .rich-content .text *:last-child, .content .blog-page .rich-content .text *:last-child, .rich-content .text *:last-child {
  margin-bottom: 0;
}
.content .rich-content .complex-text-image, .content .blog-page .rich-content .complex-text-image, .rich-content .complex-text-image {
  padding-bottom: 0;
}
.content .rich-content .video-gallery:before, .content .blog-page .rich-content .video-gallery:before, .rich-content .video-gallery:before {
  display: none;
}
.content .rich-content .video-block, .content .blog-page .rich-content .video-block, .rich-content .video-block {
  aspect-ratio: 16/9;
}

.content .rich-content .wide-block h1, .content .rich-content .wide-block h2, .content .rich-content .wide-block h3, .content .rich-content .wide-block h4, .content .rich-content .wide-block h5, .content .wide-block h1, .content .wide-block h2, .content .wide-block h3, .content .wide-block h4, .content .wide-block h5 {
  margin-bottom: 12px !important;
}

.editor-gallery-slider {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.editor-gallery-slider .main {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.editor-gallery-slider .main .swiper-slide {
  display: block;
  text-align: center;
}
.editor-gallery-slider .main .swiper-slide img {
  object-fit: contain;
  height: 100%;
}
.editor-gallery-slider .main .swiper-slide:not(:has(img.lazyloaded)) {
  background: #f3f3f3;
}
.editor-gallery-slider .main .main-next, .editor-gallery-slider .main .main-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.editor-gallery-slider .main .main-next .icon, .editor-gallery-slider .main .main-prev .icon {
  width: 18px;
  height: 32px;
  color: #f3f3f3;
}
.editor-gallery-slider .main .swiper-button-disabled {
  display: none;
}
.editor-gallery-slider .main .main-prev {
  left: 23px;
}
.editor-gallery-slider .main .main-next {
  right: 23px;
}
.editor-gallery-slider .main .main-next .icon {
  transform: rotate(180deg);
}
.editor-gallery-slider .thumbs {
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.editor-gallery-slider .thumbs:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.editor-gallery-slider .thumbs .swiper-slide {
  width: 120px;
  height: 80px;
  padding: 4px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .editor-gallery-slider .thumbs .swiper-slide {
    width: 88px;
    height: 64px;
  }
}
html:not(.bx-touch) .editor-gallery-slider .thumbs .swiper-slide:hover, .bx-touch .editor-gallery-slider .thumbs .swiper-slide:active {
  border: 1px solid #c5c6c6;
}
html:not(.bx-touch) .editor-gallery-slider .thumbs .swiper-slide:hover img, .bx-touch .editor-gallery-slider .thumbs .swiper-slide:active img {
  opacity: 1;
}
.editor-gallery-slider .thumbs .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.editor-gallery-slider .thumbs .swiper-slide img:not(.lazyloaded) {
  opacity: 1;
  background: #f3f3f3;
}
.editor-gallery-slider .thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #c5c6c6;
}
.editor-gallery-slider .thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.blog-text img {
  max-width: 100%;
  height: auto;
}

.complex-text-image {
  padding-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .complex-text-image {
    padding-bottom: 0;
  }
}
.complex-text-image__pic {
  min-height: 280px;
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 670px;
}
@media only screen and (max-width: 1023px) {
  .complex-text-image__pic {
    height: auto;
    max-width: max-content;
    margin: 0 auto;
    background-size: 0;
  }
}

.detail-date {
  font-size: 14px;
  color: #2e3d8c;
}

.object-head .section-path {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #565655;
  display: inline-flex;
}
.object-head .detail-date {
  display: inline-flex;
  margin-right: 10px;
}

@media only screen and (max-width: 549px) {
  .object-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 549px) {
  .object-row .social-block {
    display: flex;
    margin-top: 35px;
    align-self: auto !important;
  }
}

.object-props {
  margin: 25px 0 12px 0;
}
.object-props .btn {
  margin: 0 8px 8px 0;
}
.object-props .btn:last-child {
  margin: 0 0 8px 0;
}
html:not(.bx-touch) .object-props .btn:hover, .bx-touch .object-props .btn:active {
  cursor: text;
  color: #878687;
}

.detail-pic--object {
  margin-bottom: 20px;
}
.detail-pic--right {
  float: right;
  max-width: 50%;
  margin: 0 0 15px 50px;
}

.object-info {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.object-info div {
  margin-bottom: 2px;
}

.content .ya-share2 {
  white-space: nowrap;
}
.content .ya-share2 li {
  padding-left: 0;
}
@media only screen and (max-width: 549px) {
  .content .ya-share2 li {
    padding: 2px 0;
  }
  .content .ya-share2 li:last-child {
    padding-right: 4px;
  }
}
.content .ya-share2 li:before, .content .ya-share2 li:after {
  content: none;
  border: none;
}
@media only screen and (max-width: 549px) {
  .content .ya-share2 {
    white-space: normal;
  }
}

.blog-gallery {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 58%;
}
.blog-gallery__pic {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.content .ya-share2__list {
  margin-bottom: 0;
}

.social-block {
  text-align: right;
}

.detail-blocks .collection-detail__slider {
  max-width: 100%;
}
.detail-blocks img {
  max-width: 100%;
  height: auto;
}

.hide-content-btn {
  display: none;
}

.hide-rich-content {
  max-height: 465px;
  overflow: hidden;
  position: relative;
}
.hide-rich-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .hide-rich-content {
    max-height: 345px;
  }
}
.hide-rich-content .hide-content-btn {
  display: flex;
  position: absolute;
  z-index: 250;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .hide-rich-content .hide-content-btn {
    width: 100%;
  }
}
.hide-rich-content .hide-content-btn .icon {
  transform: rotate(90deg);
}

.content .rich-content .ivt-block, .content .ivt-block, .rich-content .ivt-block, .ivt-block {
  display: flex;
  gap: 20px 40px;
  flex-direction: column;
}
.content .rich-content .ivt-block img:not(.lazyloaded), .content .ivt-block img:not(.lazyloaded), .rich-content .ivt-block img:not(.lazyloaded), .ivt-block img:not(.lazyloaded) {
  background: #f3f3f3;
  height: 400px;
}
.content .rich-content .ivt-block.ivt-100 .ivt-block__image picture, .content .rich-content .ivt-block.ivt-80 .ivt-block__image picture, .content .rich-content .ivt-block.ivt-60 .ivt-block__image picture, .content .ivt-block.ivt-100 .ivt-block__image picture, .content .ivt-block.ivt-80 .ivt-block__image picture, .content .ivt-block.ivt-60 .ivt-block__image picture, .rich-content .ivt-block.ivt-100 .ivt-block__image picture, .rich-content .ivt-block.ivt-80 .ivt-block__image picture, .rich-content .ivt-block.ivt-60 .ivt-block__image picture, .ivt-block.ivt-100 .ivt-block__image picture, .ivt-block.ivt-80 .ivt-block__image picture, .ivt-block.ivt-60 .ivt-block__image picture {
  display: flex;
  justify-content: center;
}
.content .rich-content .ivt-block.ivt-100 .ivt-block__image img, .content .rich-content .ivt-block.ivt-80 .ivt-block__image img, .content .rich-content .ivt-block.ivt-60 .ivt-block__image img, .content .ivt-block.ivt-100 .ivt-block__image img, .content .ivt-block.ivt-80 .ivt-block__image img, .content .ivt-block.ivt-60 .ivt-block__image img, .rich-content .ivt-block.ivt-100 .ivt-block__image img, .rich-content .ivt-block.ivt-80 .ivt-block__image img, .rich-content .ivt-block.ivt-60 .ivt-block__image img, .ivt-block.ivt-100 .ivt-block__image img, .ivt-block.ivt-80 .ivt-block__image img, .ivt-block.ivt-60 .ivt-block__image img {
  width: 100%;
}
.content .rich-content .ivt-block.ivt-100 .ivt-block__image img, .content .rich-content .ivt-block.ivt-100 .ivt-block__image .ivt-block-video-wrapper, .content .ivt-block.ivt-100 .ivt-block__image img, .content .ivt-block.ivt-100 .ivt-block__image .ivt-block-video-wrapper, .rich-content .ivt-block.ivt-100 .ivt-block__image img, .rich-content .ivt-block.ivt-100 .ivt-block__image .ivt-block-video-wrapper, .ivt-block.ivt-100 .ivt-block__image img, .ivt-block.ivt-100 .ivt-block__image .ivt-block-video-wrapper {
  max-width: 100%;
}
.content .rich-content .ivt-block.ivt-80 .ivt-block__image img, .content .rich-content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .content .ivt-block.ivt-80 .ivt-block__image img, .content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .rich-content .ivt-block.ivt-80 .ivt-block__image img, .rich-content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .ivt-block.ivt-80 .ivt-block__image img, .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper {
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-80 .ivt-block__image img, .content .rich-content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .content .ivt-block.ivt-80 .ivt-block__image img, .content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .rich-content .ivt-block.ivt-80 .ivt-block__image img, .rich-content .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper, .ivt-block.ivt-80 .ivt-block__image img, .ivt-block.ivt-80 .ivt-block__image .ivt-block-video-wrapper {
    max-width: 100%;
  }
}
.content .rich-content .ivt-block.ivt-60 .ivt-block__image img, .content .rich-content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .content .ivt-block.ivt-60 .ivt-block__image img, .content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .rich-content .ivt-block.ivt-60 .ivt-block__image img, .rich-content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .ivt-block.ivt-60 .ivt-block__image img, .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-60 .ivt-block__image img, .content .rich-content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .content .ivt-block.ivt-60 .ivt-block__image img, .content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .rich-content .ivt-block.ivt-60 .ivt-block__image img, .rich-content .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper, .ivt-block.ivt-60 .ivt-block__image img, .ivt-block.ivt-60 .ivt-block__image .ivt-block-video-wrapper {
    max-width: 100%;
  }
}
.content .rich-content .ivt-block.ivt-left, .content .rich-content .ivt-block.ivt-right, .content .ivt-block.ivt-left, .content .ivt-block.ivt-right, .rich-content .ivt-block.ivt-left, .rich-content .ivt-block.ivt-right, .ivt-block.ivt-left, .ivt-block.ivt-right {
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-left, .content .rich-content .ivt-block.ivt-right, .content .ivt-block.ivt-left, .content .ivt-block.ivt-right, .rich-content .ivt-block.ivt-left, .rich-content .ivt-block.ivt-right, .ivt-block.ivt-left, .ivt-block.ivt-right {
    flex-direction: column;
    gap: 40px;
    justify-content: unset;
  }
}
.content .rich-content .ivt-block.ivt-left .ivt-block__image, .content .rich-content .ivt-block.ivt-right .ivt-block__image, .content .ivt-block.ivt-left .ivt-block__image, .content .ivt-block.ivt-right .ivt-block__image, .rich-content .ivt-block.ivt-left .ivt-block__image, .rich-content .ivt-block.ivt-right .ivt-block__image, .ivt-block.ivt-left .ivt-block__image, .ivt-block.ivt-right .ivt-block__image {
  order: 1;
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .content .rich-content .ivt-block.ivt-left .ivt-block__image, .content .rich-content .ivt-block.ivt-right .ivt-block__image, .content .ivt-block.ivt-left .ivt-block__image, .content .ivt-block.ivt-right .ivt-block__image, .rich-content .ivt-block.ivt-left .ivt-block__image, .rich-content .ivt-block.ivt-right .ivt-block__image, .ivt-block.ivt-left .ivt-block__image, .ivt-block.ivt-right .ivt-block__image {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-left .ivt-block__image, .content .rich-content .ivt-block.ivt-right .ivt-block__image, .content .ivt-block.ivt-left .ivt-block__image, .content .ivt-block.ivt-right .ivt-block__image, .rich-content .ivt-block.ivt-left .ivt-block__image, .rich-content .ivt-block.ivt-right .ivt-block__image, .ivt-block.ivt-left .ivt-block__image, .ivt-block.ivt-right .ivt-block__image {
    max-width: unset;
  }
}
.content .rich-content .ivt-block.ivt-right .ivt-block__text, .content .ivt-block.ivt-right .ivt-block__text, .rich-content .ivt-block.ivt-right .ivt-block__text, .ivt-block.ivt-right .ivt-block__text {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-right .ivt-block__text, .content .ivt-block.ivt-right .ivt-block__text, .rich-content .ivt-block.ivt-right .ivt-block__text, .ivt-block.ivt-right .ivt-block__text {
    order: 1;
  }
}
.content .rich-content .ivt-block.ivt-right .ivt-block__image, .content .ivt-block.ivt-right .ivt-block__image, .rich-content .ivt-block.ivt-right .ivt-block__image, .ivt-block.ivt-right .ivt-block__image {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content .rich-content .ivt-block.ivt-right .ivt-block__image, .content .ivt-block.ivt-right .ivt-block__image, .rich-content .ivt-block.ivt-right .ivt-block__image, .ivt-block.ivt-right .ivt-block__image {
    order: 2;
  }
}
.content .rich-content .ivt-block__image-content, .content .ivt-block__image-content, .rich-content .ivt-block__image-content, .ivt-block__image-content {
  display: block;
  position: relative;
}
.content .rich-content .ivt-block__image-content img, .content .ivt-block__image-content img, .rich-content .ivt-block__image-content img, .ivt-block__image-content img {
  width: 100%;
}
.content .rich-content .ivt-block__image-content .ivt-block-video-wrapper, .content .ivt-block__image-content .ivt-block-video-wrapper, .rich-content .ivt-block__image-content .ivt-block-video-wrapper, .ivt-block__image-content .ivt-block-video-wrapper {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .rich-content .ivt-block__image-content .ivt-block-video-wrapper .icon, .content .ivt-block__image-content .ivt-block-video-wrapper .icon, .rich-content .ivt-block__image-content .ivt-block-video-wrapper .icon, .ivt-block__image-content .ivt-block-video-wrapper .icon {
  width: 48px;
  height: 48px;
}
.content .rich-content .ivt-block__text h1, .content .rich-content .ivt-block__text h2, .content .rich-content .ivt-block__text h3, .content .rich-content .ivt-block__text h4, .content .rich-content .ivt-block__text h5, .content .rich-content .ivt-block__text p, .content .rich-content .ivt-block__text ul, .content .rich-content .ivt-block__text ol, .content .ivt-block__text h1, .content .ivt-block__text h2, .content .ivt-block__text h3, .content .ivt-block__text h4, .content .ivt-block__text h5, .content .ivt-block__text p, .content .ivt-block__text ul, .content .ivt-block__text ol, .rich-content .ivt-block__text h1, .rich-content .ivt-block__text h2, .rich-content .ivt-block__text h3, .rich-content .ivt-block__text h4, .rich-content .ivt-block__text h5, .rich-content .ivt-block__text p, .rich-content .ivt-block__text ul, .rich-content .ivt-block__text ol, .ivt-block__text h1, .ivt-block__text h2, .ivt-block__text h3, .ivt-block__text h4, .ivt-block__text h5, .ivt-block__text p, .ivt-block__text ul, .ivt-block__text ol {
  margin-bottom: 12px !important;
}
.content .rich-content .ivt-block__text h1:last-child, .content .rich-content .ivt-block__text h2:last-child, .content .rich-content .ivt-block__text h3:last-child, .content .rich-content .ivt-block__text h4:last-child, .content .rich-content .ivt-block__text h5:last-child, .content .rich-content .ivt-block__text p:last-child, .content .rich-content .ivt-block__text ul:last-child, .content .rich-content .ivt-block__text ol:last-child, .content .ivt-block__text h1:last-child, .content .ivt-block__text h2:last-child, .content .ivt-block__text h3:last-child, .content .ivt-block__text h4:last-child, .content .ivt-block__text h5:last-child, .content .ivt-block__text p:last-child, .content .ivt-block__text ul:last-child, .content .ivt-block__text ol:last-child, .rich-content .ivt-block__text h1:last-child, .rich-content .ivt-block__text h2:last-child, .rich-content .ivt-block__text h3:last-child, .rich-content .ivt-block__text h4:last-child, .rich-content .ivt-block__text h5:last-child, .rich-content .ivt-block__text p:last-child, .rich-content .ivt-block__text ul:last-child, .rich-content .ivt-block__text ol:last-child, .ivt-block__text h1:last-child, .ivt-block__text h2:last-child, .ivt-block__text h3:last-child, .ivt-block__text h4:last-child, .ivt-block__text h5:last-child, .ivt-block__text p:last-child, .ivt-block__text ul:last-child, .ivt-block__text ol:last-child {
  margin-bottom: 0 !important;
}
.content .rich-content .ivt-block__text ul, .content .rich-content .ivt-block__text ol, .content .ivt-block__text ul, .content .ivt-block__text ol, .rich-content .ivt-block__text ul, .rich-content .ivt-block__text ol, .ivt-block__text ul, .ivt-block__text ol {
  margin-top: 0 !important;
}
