

/* Start:/local/templates/main/css/bvi.css?173521622659148*/
/*!
 * Button visually impaired v1.0.0 (https://bvi.isvek.ru/)
 * Copyright 2014-2021 <bvi@isvek.ru>
 * Licensed under MIT (https://github.com/veks/button-visually-impaired-javascript/blob/master/LICENSE.md)
 */
html:not(.bvi-panel) {
  font-size: 100%;
}
html:not(.bvi-panel) *,
html:not(.bvi-panel) ::after,
html:not(.bvi-panel) ::before {
  box-sizing: border-box;
}
html body .bvi-panel {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
  padding: 0.5rem;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
  line-height: normal;
  border: 0;
  margin-bottom: 0.3rem;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  z-index: 999999 !important;
}
html body .bvi-panel * {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
}
html body .bvi-panel.bvi-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
html body .bvi-panel.bvi-panel-hide {
  display: none;
}
html body .bvi-panel a {
  color: black !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
html body .bvi-panel a:hover, html body .bvi-panel a:focus {
  color: black !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
html body .bvi-panel a.bvi-link {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  font-weight: bold;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html body .bvi-panel a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
html body .bvi-panel a.bvi-link:hover, html body .bvi-panel a.bvi-link:focus {
  background-color: #b6b6b6 !important;
}
html body .bvi-panel a.bvi-link.active {
  color: #212529 !important;
  background-color: #b6b6b6 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-blue {
  background-color: #9DD1FF !important;
  color: #063462 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-brown {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-green {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
}
html body .bvi-panel .bvi-blocks {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
}
html body .bvi-panel .bvi-blocks.bvi-block-start {
  justify-content: flex-start;
}
html body .bvi-panel .bvi-blocks.bvi-block-center {
  justify-content: center;
}
html body .bvi-panel .bvi-blocks.bvi-block-end {
  justify-content: flex-end;
}
html body .bvi-panel .bvi-block {
  padding: 0.688rem 0.938rem;
}
html body .bvi-panel .bvi-block-speech {
    display: none;
}
html body .bvi-panel .bvi-block .bvi-block-title {
  text-align: center;
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block;
  margin-bottom: 0.8rem;
}
html body .bvi-panel .bvi-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  z-index: 1050;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
html body .bvi-panel .bvi-modal.show {
  visibility: visible;
  opacity: 1;
}
html body .bvi-panel .bvi-modal .bvi-modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  height: calc(100% - 3.5rem);
  pointer-events: none;
}
html body .bvi-panel .bvi-modal .bvi-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  max-height: 100%;
  overflow: hidden;
}
html body .bvi-panel .bvi-modal .bvi-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
html body .bvi-panel .bvi-modal .bvi-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  color: black;
}
html body .bvi-panel .bvi-modal .bvi-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}
html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: transparent;
  opacity: 0;
}
html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  border-radius: 0.25rem;
}
html body .bvi-panel .bvi-modal .bvi-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.8rem 0.8rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
html body .bvi-panel .bvi-modal .bvi-modal-close {
  float: right;
  font-size: 1.2rem !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html body .bvi-panel .bvi-modal .bvi-modal-close:focus, html body .bvi-panel .bvi-modal .bvi-modal-close:hover {
  cursor: pointer;
  opacity: 0.75;
}

body.bvi-active {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
body.bvi-active.bvi-noscroll {
  overflow: hidden !important;
}
body .bvi-body {
  padding: 0 0.5rem;
  position: relative;
}
body .bvi-body[data-bvi-fontfamily="times"] * {
    font-family: 'Noto Serif', serif !important;
}
body .bvi-body[data-bvi-fontsize="1"] {
    font-size: .75em;
}
body .bvi-body[data-bvi-fontsize="2"] {
    font-size: 1em;
}
body .bvi-body[data-bvi-fontsize="3"] {
    font-size: 1.5em;
}
body .bvi-body[data-bvi-fontsize="4"] {
    font-size: 2em;
}
body .bvi-body[data-bvi-theme=white]:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
  fill: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
  fill: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #000000;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
  fill: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #000000 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black]:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #ffffff;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=blue]:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #063462;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #063462 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #063462 !important;
  background-color: #9DD1FF !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #063462 !important;
  color: #9DD1FF !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #063462 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #063462 !important;
  background-color: #9DD1FF !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=brown]:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
  border-color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
  border-color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #4D4B43;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #4D4B43 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4D4B43 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #4D4B43 !important;
  color: #F7F3D6 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #4D4B43 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=green]:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
  border-color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
  border-color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #A9E44D;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #A9E44D !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #A9E44D !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #A9E44D !important;
  color: #3B2716 !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #A9E44D !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
/* --------------------------------------------------- */
body .bvi-body[data-bvi-fontsize="3"] * {
  font-size: 1.5rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h1,
body .bvi-body[data-bvi-fontsize="3"] * h1 * {
  font-size: 4.5rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h2,
body .bvi-body[data-bvi-fontsize="3"] * h2 * {
  font-size: 4.25rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h3,
body .bvi-body[data-bvi-fontsize="3"] * h3 * {
  font-size: 4rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h4,
body .bvi-body[data-bvi-fontsize="3"] * h4 * {
  font-size: 3.75rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h5,
body .bvi-body[data-bvi-fontsize="3"] * h5 * {
  font-size: 3.5rem !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h6,
body .bvi-body[data-bvi-fontsize="3"] * h6 * {
  font-size: 3.25rem !important;
}
/* --------------------------------------------------- */
body .bvi-body[data-bvi-fontsize="2"] * {
  font-size: 1rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h1,
body .bvi-body[data-bvi-fontsize="2"] * h1 * {
  font-size: 3rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h2,
body .bvi-body[data-bvi-fontsize="2"] * h2 * {
  font-size: 2.75rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h3,
body .bvi-body[data-bvi-fontsize="2"] * h3 * {
  font-size: 2.5rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h4,
body .bvi-body[data-bvi-fontsize="2"] * h4 * {
  font-size: 2.25rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h5,
body .bvi-body[data-bvi-fontsize="2"] * h5 * {
  font-size: 2rem !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h6,
body .bvi-body[data-bvi-fontsize="2"] * h6 * {
  font-size: 1.75rem !important;
}
/* --------------------------------------------------- */
body .bvi-body[data-bvi-fontsize="1"] * {
  font-size: 0.75rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h1,
body .bvi-body[data-bvi-fontsize="1"] * h1 * {
  font-size: 2.25rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h2,
body .bvi-body[data-bvi-fontsize="1"] * h2 * {
  font-size: 2rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h3,
body .bvi-body[data-bvi-fontsize="1"] * h3 * {
  font-size: 1.75rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h4,
body .bvi-body[data-bvi-fontsize="1"] * h4 * {
  font-size: 1.5rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h5,
body .bvi-body[data-bvi-fontsize="1"] * h5 * {
  font-size: 1.25rem !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h6,
body .bvi-body[data-bvi-fontsize="1"] * h6 * {
  font-size: 1rem !important;
}
/* --------------------------------------------------- */
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  visibility: visible;
}
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  /*display: none;*/
  /*position: relative;*/
  /*border: 1px dashed;*/
}
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -moz-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -o-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(1);
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale');
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale');
  filter: grayscale(1);
  visibility: visible;
  background-color: transparent !important;
}
/*---------------------------------------------------------------------*/
body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles),
body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles) * {
  line-height: 1.5 !important;
}
body .bvi-body[data-bvi-lineheight='normal'] * h1,
body .bvi-body[data-bvi-lineheight='normal'] * h1 *,
body .bvi-body[data-bvi-lineheight='normal'] * h2,
body .bvi-body[data-bvi-lineheight='normal'] * h2 *,
body .bvi-body[data-bvi-lineheight='normal'] * h3,
body .bvi-body[data-bvi-lineheight='normal'] * h3 * {
    line-height: 1.2 !important;
}
/*---------------------------------------------------------------------*/
body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles),
body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) * {
  line-height: 2 !important;
}
body .bvi-body[data-bvi-lineheight='average'] * h1,
body .bvi-body[data-bvi-lineheight='average'] * h1 *,
body .bvi-body[data-bvi-lineheight='average'] * h2,
body .bvi-body[data-bvi-lineheight='average'] * h2 *,
body .bvi-body[data-bvi-lineheight='average'] * h3,
body .bvi-body[data-bvi-lineheight='average'] * h3 * {
    line-height: 1.7 !important;
}
/*---------------------------------------------------------------------*/
body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles),
body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) * {
  line-height: 2.5 !important;
}
body .bvi-body[data-bvi-lineheight='big'] * h1,
body .bvi-body[data-bvi-lineheight='big'] * h1 *,
body .bvi-body[data-bvi-lineheight='big'] * h2,
body .bvi-body[data-bvi-lineheight='big'] * h2 *,
body .bvi-body[data-bvi-lineheight='big'] * h3,
body .bvi-body[data-bvi-lineheight='big'] * h3 * {
    line-height: 2.3 !important;
}
/*---------------------------------------------------------------------*/
body .bvi-body[data-bvi-letterspacing=normal]:not(.bvi-no-styles) {
  letter-spacing: 0 !important;
}
body .bvi-body[data-bvi-letterspacing=average]:not(.bvi-no-styles) {
  letter-spacing: 2px !important;
}
body .bvi-body[data-bvi-letterspacing=big]:not(.bvi-no-styles) {
  letter-spacing: 4px !important;
}
body .bvi-body[data-bvi-fontfamily=arial]:not(i):not(span):not(.bvi-no-styles) {
  font-family: Arial, sans-serif !important;
}
body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles) {
  font-family: "Times New roman", serif !important;
}
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) .wp-audio-shortcode,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) iframe,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) object,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) video,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) figure {
  display: block !important;
}
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) .wp-audio-shortcode,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) video,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) figure {
  display: none !important;
}
body .bvi-body .bvi-speech {
  margin-bottom: 1.5rem;
}
body .bvi-body .bvi-speech .bvi-speech-link {
  display: inline-block;
  border: 1px dashed transparent;
  border-bottom: 0;
  padding: 0.7rem;
}
body .bvi-body .bvi-speech .bvi-speech-text {
  border: 1px dashed transparent;
  padding: 0.7rem;
}
body .bvi-body .bvi-speech .bvi-highlighting mark {
  font-weight: bold;
  text-decoration: underline;
}
body .bvi-body a.bvi-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .bvi-body a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
body .bvi-body .bvi-link-fixed-top {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.5rem !important;
  z-index: 999999 !important;
}
body .bvi-body .bvi-hide {
  display: none !important;
}
body .bvi-body .bvi-show {
  display: block !important;
}

.bvi-images {
  width: 18px;
  height: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.bvi-images.bvi-images-cog {
  background-image: url("/local/templates/main/css/../img/cog.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye-slash {
  background-image: url("/local/templates/main/css/../img/eye-slash.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-up {
  background-image: url("/local/templates/main/css/../img/volume-up.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-off {
  background-image: url("/local/templates/main/css/../img/volume-off.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-adjust {
  background-image: url("/local/templates/main/css/../img/adjust.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus-circle {
  background-image: url("/local/templates/main/css/../img/minus-circle.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-image {
  background-image: url("/local/templates/main/css/../img/image.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus {
  background-image: url("/local/templates/main/css/../img/minus.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye {
  background-image: url("/local/templates/main/css/../img/eye.svg");
  background-repeat: no-repeat;
  fill: green;
}
.bvi-images.bvi-images-size-32 {
  width: 32px !important;
  height: 32px !important;
}

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



/* custom general styles */
body .bvi-body .preview-news_list {
    height: auto !important;
}
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body .calendar-slide.swiper-slide-next,
body .bvi-body .calendar-slide.swiper-slide-next,
body .bvi-body .contacts-form,
body .bvi-body .contacts_bottom {
    background: none !important;
}

body .bvi-body .contacts_bottom {
    border-top: 0 !important;
}

body .bvi-body .btn svg {
    display: none;
}
body .bvi-body .about-platform_tasks {
    grid-auto-rows: auto;
}

body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
    opacity: 0 !important;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/main/css/blind-white.css?173521622622108*/
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-search {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-search:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .burger-line {
    background-color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .burger:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .selected-up:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z\' fill=\'black\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_copy img,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .logo img {
    filter: brightness(1) invert(1) !important;
    background: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .logo a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .link-more::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .link-more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .preview-news_item.swiper-slide-active .preview-news_item-img::before {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background: transparent !important;
    border: 1px solid #000;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).btn--white {
    background-color: #fff !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav {
    background: #000000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav span,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav li,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav a:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li a img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li span:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover span {
    color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover {
    background-color: #fff !important;
    color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover img {
    filter: brightness(1) invert(1) !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .banner_support {
    background: none !important;
    border: 1px solid #000 !important;
}

/*-------------------*/
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;charset=UTF-8, %3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles):hover {
    opacity: 0.5;
    background-color: transparent !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span:after {
    display: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination {
    border: 1px solid #000000;
    background-color: #000000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span {
    background-color: #ffffff !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .newsBigSwiper-slide:before {
    background: transparent !important;
    border: 1px solid #000000;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .newsBigSwiper-slide_img:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .search-date::before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-list:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-card:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover {
    color: #fff !important;
    background-color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-list.active,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-card.active {
    color: #ffffff !important;
    background-color: #000000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-list.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .interface-view div.interface-card.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .sorting-calendar .calendar {
    border: 1px solid #000000 !important;

}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide {
    border: 1px solid #000;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-item_head,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .courses-item {
    border: 1px solid #000;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .sorting-select-date:before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'8\' viewBox=\'0 0 12 8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z\' fill=\'%23000000\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-next,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-prev,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-next,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-prev {
    opacity: 1 !important;
    border: 1px solid #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-next:hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-next:hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-prev:hover {
    background-color: #000000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-next:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-prev:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-next:hover:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-next:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .swiper-btns-prev:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-range,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-start,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-end,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-start:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-start:after,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-end:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-days .selected-end:after {
    background-color: #000 !important;
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .dropdown:before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .calendar-dropdown:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M6 9L12 15L18 9\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .dropdown--sorting:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'9\' height=\'6\' viewBox=\'0 0 9 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z\' fill=\'%23000000\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
    background-color: #000 !important;
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a {
    position: relative !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link img,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social img {
    filter: none !important;
    background: none !important;
    opacity: 0 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) a.social-link:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link img:hover,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social img:hover {
    background: none !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link:hover::before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a:hover::before {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link::before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link:first-child::before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a:first-of-type::before {
    background: url('/local/templates/main/images/blind/vk-white.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .social-link:last-child::before,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .article_social a:last-child::before {
    background: url('/local/templates/main/images/blind/tg-white.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) ::-webkit-input-placeholder {
    color: #000 !important;
}
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) :-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) ::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) :-ms-input-placeholder {
    color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .contacts-form,
body .bvi-body[data-bvi-theme='white'] *:not(.bvi-no-styles) .contacts_bottom {
    border: 1px solid #000;
}

/* End */


/* Start:/local/templates/main/css/blind-black.css?173521622622030*/
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-search {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-search:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .burger-line {
    background-color: #fff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .burger:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .selected-up:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z\' fill=\'white\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_copy img,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .logo img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .logo a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .link-more::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .link-more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .preview-news_item.swiper-slide-active .preview-news_item-img::before {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).btn--white {
    background-color: #000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav {
    background: #000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav span,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav li,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav a:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li a img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li span:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover span {
    color: #000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover {
    background-color: #fff !important;
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover img {
    filter: brightness(1) invert(1) !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .banner_support {
    background: none !important;
    border: 1px solid #fff !important;
}

/*-------------------*/
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;charset=UTF-8, %3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles):hover {
    opacity: 0.5;
    background-color: transparent !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span:after {
    display: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination {
    border: 1px solid #fff;
    background-color: #fff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span {
    background-color: #000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .newsBigSwiper-slide:before {
    background: transparent !important;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .newsBigSwiper-slide_img:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .search-date::before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-list:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-card:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-list.active,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-card.active {
    color: #000000 !important;
    background-color: #ffffff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-list.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .interface-view div.interface-card.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .sorting-calendar .calendar {
    border: 1px solid #ffffff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide {
    border: 1px solid #fff;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-item_head,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .courses-item {
    border: 1px solid #fff;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .sorting-select-date:before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'8\' viewBox=\'0 0 12 8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z\' fill=\'%23ffffff\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-next,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-prev,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-next,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-prev {
    border: 1px solid #fff;
    opacity: 1 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-next:hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-next:hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-prev:hover {
    background-color: #ffffff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-next:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-prev:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-next:hover:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-next:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .swiper-btns-prev:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23000000\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-range,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-start,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-end,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-start:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-start:after,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-end:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-days .selected-end:after {
    background-color: #ffffff !important;
    color: #000000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .dropdown:before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .calendar-dropdown:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M6 9L12 15L18 9\' stroke=\'%23ffffff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .dropdown--sorting:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'9\' height=\'6\' viewBox=\'0 0 9 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z\' fill=\'%23ffffff\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
    background-color: #ffffff !important;
    color: #000000 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a {
    position: relative !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link img,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social img {
    filter: none !important;
    background: none !important;
    opacity: 0 !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) a.social-link:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link img:hover,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social img:hover {
    background: none !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link:hover::before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a:hover::before {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link::before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link:first-child::before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a:first-of-type::before {
    background: url('/local/templates/main/images/blind/vk-black.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .social-link:last-child::before,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .article_social a:last-child::before {
    background: url('/local/templates/main/images/blind/tg-black.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) ::-webkit-input-placeholder {
    color: #fff !important;
}
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) :-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) :-ms-input-placeholder {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .contacts-form,
body .bvi-body[data-bvi-theme='black'] *:not(.bvi-no-styles) .contacts_bottom {
    border: 1px solid #fff;
}

/* End */


/* Start:/local/templates/main/css/blind-blue.css?173521622622232*/
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-search {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z\' stroke=\'%23063462\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-search:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .burger-line {
    background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .burger:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .selected-up:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z\' fill=\'%23063462\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_copy img,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .logo img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(36%) saturate(4376%) hue-rotate(196deg) brightness(88%) contrast(95%) !important;
    background: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .logo a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .link-more::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%23063462" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .link-more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%239DD1FF" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .preview-news_item.swiper-slide-active .preview-news_item-img::before {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background: transparent !important;
    border: 1px solid #063462;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav {
    background: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav span,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav li,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav a:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li a img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li span:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover span {
    color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover {
    background-color: #fff !important;
    color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(36%) saturate(4376%) hue-rotate(196deg) brightness(88%) contrast(95%) !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .banner_support {
    background: none !important;
    border: 1px solid #063462 !important;
}

/*-------------------*/
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;charset=UTF-8, %3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles):hover {
    opacity: 0.5;
    background-color: transparent !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span:after {
    display: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination {
    border: 1px solid #063462;
    background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span {
    background-color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .newsBigSwiper-slide:before {
    background: transparent !important;
    border: 1px solid #063462;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .newsBigSwiper-slide_img:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .search-date::before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-list:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-card:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover {
    color: #9dd1ff !important;
    background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-list.active,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-card.active {
    color: #9dd1ff !important;
    background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-list.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .interface-view div.interface-card.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .sorting-calendar .calendar {
    border: 1px solid #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide {
    border: 1px solid #063462;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-item_head,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .courses-item {
    border: 1px solid #063462;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .sorting-select-date:before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'8\' viewBox=\'0 0 12 8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z\' fill=\'%23063462\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-next,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-prev,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-prev {
    border: 1px solid #063462;
    opacity: 1 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-next:hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next:hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-prev:hover {
    background: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-next:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-prev:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-next:hover:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-next:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .swiper-btns-prev:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%239dd1ff\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-range,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-start,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-end,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-start:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-start:after,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-end:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-days .selected-end:after {
    background-color: #063462 !important;
    color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .dropdown:before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .calendar-dropdown:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M6 9L12 15L18 9\' stroke=\'%23063462\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .dropdown--sorting:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'9\' height=\'6\' viewBox=\'0 0 9 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z\' fill=\'%23063462\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
    background-color: #063462 !important;
    color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a {
    position: relative !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link img,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social img {
    filter: none !important;
    background: none !important;
    opacity: 0 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) a.social-link:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link img:hover,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social img:hover {
    background: none !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link:hover::before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a:hover::before {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link::before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link:first-child::before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a:first-of-type::before {
    background: url('/local/templates/main/images/blind/vk-blue.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .social-link:last-child::before,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .article_social a:last-child::before {
    background: url('/local/templates/main/images/blind/tg-blue.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) ::-webkit-input-placeholder {
    color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) :-moz-placeholder {
    color: #063462 !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) ::-moz-placeholder {
    color: #063462 !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) :-ms-input-placeholder {
    color: #063462 !important;
}

body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .contacts-form,
body .bvi-body[data-bvi-theme='blue'] *:not(.bvi-no-styles) .contacts_bottom {
    border: 1px solid #063462;
}

/* End */


/* Start:/local/templates/main/css/blind-brown.css?173521622622609*/
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-search {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z\' stroke=\'%234d4b43\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-search:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .burger-line {
    background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .burger:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .selected-up:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z\' fill=\'%234d4b43\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_copy img,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .logo img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(15%) saturate(299%) hue-rotate(11deg) brightness(99%) contrast(89%) !important;
    background: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .logo a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .link-more::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%234d4b43" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .link-more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%23F7F3D6" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .preview-news_item.swiper-slide-active .preview-news_item-img::before {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background: transparent !important;
    border: 1px solid #4d4b43;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).btn--white {
    /*background-color: #000 !important;*/
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav {
    background: #000000 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav span,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav li,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav a:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li span:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) {
    color: #F7F3D6 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover span {
    color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover {
    background-color: #F7F3D6 !important;
    color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(19%) saturate(278%) hue-rotate(352deg) brightness(104%) contrast(94%) !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(15%) saturate(299%) hue-rotate(11deg) brightness(99%) contrast(89%) !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .banner_support {
    background: none !important;
    border: 1px solid #4d4b43 !important;
}

/*-------------------*/
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;charset=UTF-8, %3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles):hover {
    opacity: 0.5;
    background-color: transparent !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span:after {
    display: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination {
    border: 1px solid #4d4b43;
    background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span {
    background-color: #F7F3D6 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .newsBigSwiper-slide:before {
    background: transparent !important;
    border: 1px solid #4d4b43;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .newsBigSwiper-slide_img:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .search-date::before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-list:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-card:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover {
    color: #F7F3D6 !important;
    background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-list.active,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-card.active {
    color: #F7F3D6 !important;
    background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-list.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .interface-view div.interface-card.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .sorting-calendar .calendar {
    border: 1px solid #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide {
    border: 1px solid #4d4b43;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-item_head,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .courses-item {
    border: 1px solid #4d4b43;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .sorting-select-date:before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'8\' viewBox=\'0 0 12 8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z\' fill=\'%234d4b43\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-next,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-prev,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-next,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-prev {
    border: 1px solid #4d4b43;
    opacity: 1 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-next:hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-next:hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-prev:hover {
    background: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-next:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-prev:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-next:hover:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-next:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .swiper-btns-prev:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23F7F3D6\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-range,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-start,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-end,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-start:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-start:after,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-end:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-days .selected-end:after {
    background-color: #4d4b43 !important;
    color: #F7F3D6 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .dropdown:before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .calendar-dropdown:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M6 9L12 15L18 9\' stroke=\'%234d4b43\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .dropdown--sorting:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'9\' height=\'6\' viewBox=\'0 0 9 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z\' fill=\'%234d4b43\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
    background-color: #4d4b43 !important;
    color: #F7F3D6 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a {
    position: relative !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link img,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social img {
    filter: none !important;
    background: none !important;
    opacity: 0 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) a.social-link:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link img:hover,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social img:hover {
    background: none !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link:hover::before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a:hover::before {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link::before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link:first-child::before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a:first-of-type::before {
    background: url('/local/templates/main/images/blind/vk-brown.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .social-link:last-child::before,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .article_social a:last-child::before {
    background: url('/local/templates/main/images/blind/tg-brown.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) ::-webkit-input-placeholder {
    color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) :-moz-placeholder {
    color: #4d4b43 !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) ::-moz-placeholder {
    color: #4d4b43 !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) :-ms-input-placeholder {
    color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .contacts-form,
body .bvi-body[data-bvi-theme='brown'] *:not(.bvi-no-styles) .contacts_bottom {
    border: 1px solid #4d4b43;
}

/* End */


/* Start:/local/templates/main/css/blind-green.css?173521622622506*/
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-search {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z\' stroke=\'%23A9E44D\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-search:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .burger-line {
    background-color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .burger:hover {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .selected-up:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z\' fill=\'%23A9E44D\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_copy img,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .logo img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(75%) saturate(1329%) hue-rotate(23deg) brightness(96%) contrast(85%) !important;
    background: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .logo a:hover {
    text-decoration: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .link-more::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%23A9E44D" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .link-more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%233b2716" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .preview-news_item.swiper-slide-active .preview-news_item-img::before {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background: transparent !important;
    border: 1px solid #A9E44D;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .logo a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav {
    background: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav span,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav li,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav a:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a img {
    background: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li span:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) {
    color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover span {
    color: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover {
    color: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles) img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(75%) saturate(1329%) hue-rotate(23deg) brightness(96%) contrast(85%) !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .footer_nav ul li a:not(.bvi-no-styles):hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(6%) saturate(4433%) hue-rotate(345deg) brightness(97%) contrast(92%) !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .banner_support {
    background: none !important;
    border: 1px solid #000
}

/*-------------------*/
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;charset=UTF-8, %3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e') !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn[type=submit]:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) button.search-btn[type=button]:not(.bvi-no-styles):hover {
    opacity: 0.5;
    background-color: transparent !important;
    filter: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span:after {
    display: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination {
    border: 1px solid #A9E44D;
    background-color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-navigations .swiper-pagination span {
    background-color: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .newsBigSwiper-slide:before {
    background: transparent !important;
    border: 1px solid #A9E44D;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .newsBigSwiper-slide_img:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .search-date::before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-list:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-card:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-list:hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-card:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-list.active,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-card.active {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-list.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .interface-view div.interface-card.active:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3cpath d=\'M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ');
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .sorting-calendar .calendar {
    border: 1px solid #3B2716 !important;
}


body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide {
    border: 1px solid #A9E44D;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-slide.swiper-slide:before {
    display: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-item_head,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .courses-item {
    border: 1px solid #A9E44D;
    border-radius: 16px;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .sorting-select-date:before {
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'8\' viewBox=\'0 0 12 8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z\' fill=\'%23A9E44D\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-next,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-prev,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-next,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-prev {
    border: 1px solid #A9E44D;
    opacity: 1 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-next:hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-next:hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-prev:hover {
    background: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-next:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-next:after {
    transform: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-prev:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-next:hover:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-next:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .more-swiper-button-prev:hover:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .swiper-btns-prev:hover:after {
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%233B2716\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-range,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-start,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-end,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-start:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-start:after,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-end:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-days .selected-end:after {
    background-color: #A9E44D !important;
    color: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .dropdown:before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .calendar-dropdown:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M6 9L12 15L18 9\' stroke=\'%23A9E44D\' stroke-width=\'1.6\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .dropdown--sorting:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=\'9\' height=\'6\' viewBox=\'0 0 9 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z\' fill=\'%23A9E44D\'/%3e%3c/svg%3e ') !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
    background-color: #A9E44D !important;
    color: #3B2716 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a {
    position: relative !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link img,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social img {
    filter: none !important;
    background: none !important;
    opacity: 0 !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) a.social-link:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link img:hover,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social img:hover {
    background: none !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link:hover::before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a:hover::before {
    opacity: 0.5;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link::before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link:first-child::before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a:first-of-type::before {
    background: url('/local/templates/main/images/blind/vk-green.svg') 50% 50% no-repeat !important;
    background-size: 100% auto !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .social-link:last-child::before,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .article_social a:last-child::before {
    background: url('/local/templates/main/images/blind/tg-green.svg') 50% 50% no-repeat;
    background-size: 100% auto;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) ::-webkit-input-placeholder {
    color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) :-moz-placeholder {
    color: #A9E44D !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) ::-moz-placeholder {
    color: #A9E44D !important;
    opacity: 1;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) :-ms-input-placeholder {
    color: #A9E44D !important;
}

body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .contacts-form,
body .bvi-body[data-bvi-theme='green'] *:not(.bvi-no-styles) .contacts_bottom {
    border: 1px solid #a9e44d;
}

/* End */


/* Start:/local/templates/main/styles.min.css?1735216226455*/
img{border:0 none}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;margin:1.3em 0 1em;font-weight:normal;line-height:1.2}h1{font-size:200%;margin:0 0 1em}h2{font-size:160%}h3{font-size:140%}h4{font-size:140%}h5{font-size:120%}h6{font-size:100%}hr,.hr{border-top:1px solid;display:block;font-size:1px;height:1px;line-height:1px;margin:12px 0;overflow:hidden;padding:0}#workarea ol li,#workarea ul li{margin:.6em 0}#workarea ul{list-style-type:disc}
/* End */


/* Start:/local/templates/main/template_styles.css?1755867599116049*/
/*Fonts*/
@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Regular.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Bold.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Light.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* Для других стилей */
@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Black.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Medium.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/local/templates/main/fonts/Unbounded/WOFF/Unbounded-Blond.woff2') format('woff2'),
	url('/local/templates/main/fonts/Unbounded/TTF/Unbounded-Blond.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-Regular.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-Bold.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-Medium.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-SemiBold.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-Oblique.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-Oblique.ttf') format('truetype');
	font-weight: 400;
	font-style: oblique;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-BoldOblique.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-BoldOblique.ttf') format('truetype');
	font-weight: 700;
	font-style: oblique;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-MediumOblique.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-MediumOblique.ttf') format('truetype');
	font-weight: 500;
	font-style: oblique;
}

@font-face {
	font-family: 'Involve';
	src: url('/local/templates/main/fonts/involve/OTF/Involve-SemiBoldOblique.otf') format('opentype'),
	url('/local/templates/main/fonts/involve/TTF/Involve-SemiBoldOblique.ttf') format('truetype');
	font-weight: 600;
	font-style: oblique;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/local/templates/main/fonts/NotoSerif/NotoSerif-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/*colors*/
:root {
    --light-blue-60: rgba(238, 245, 252, 1);
    --light-blue-70: rgba(204, 226, 245, 1);
    --light-blue-90: rgba(152, 197, 236, 1);
    --light-blue-100: rgba(108, 172, 228, 1);
	--blue-40: rgba(215, 238, 255, 1);
	--blue-60: rgba(13, 153, 253, 1);
	--blue-70: rgba(2, 131, 222, 1);
	--blue-80: rgba(2, 94, 161, 1);
	--blue-90: rgba(1, 83, 143, 1);
	--blue-100: rgba(0, 74, 128, 1);

	--dark-blue-100: rgba(0, 50, 116, 1);

	--dark-violet-90: rgba(63, 71, 100, 1);
	--dark-violet-100: rgba(41, 46, 66, 1);

	--gray-60: rgba(246, 250, 254, 1);
	--gray-70: rgba(239, 246, 254, 1);
	--gray-80: rgba(193, 209, 226, 1);
	--gray-90: rgba(135, 152, 171, 1);
	--gray-100: rgba(89, 108, 128, 1);
	--green-100: rgba(85, 192, 43, 1);
	--red-100: rgba(255, 0, 0, 1);
	--white-01: rgba(255, 255, 255, 0.1);
	--white-02: rgba(255, 255, 255, 0.2);
	--white-03: rgba(255, 255, 255, 0.3);
	--white: rgba(255, 255, 255, 1);

	--blak: rgba(0, 0, 0, 1);

	--bg: rgba(16, 37, 86, 1);
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Involve', sans-serif;
	font-size: 16px;
}

main {
	padding-top: 100px;
	background-color: var(--gray-70);
	padding-bottom: 175px;
}

.home_main {
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--bg);
	background-blend-mode: color-dodge;
	background-position: top center, 89% 19.2%;
	background-repeat: no-repeat;
	background-size: auto, contain;
}

* {
	box-sizing: border-box;
}

ol {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
}

ol li {
	font-family: "Involve", sans-serif;
	margin: 0 0 4px;
	left: 0;
	list-style: auto;
	font-size: 16px;
	letter-spacing: 0.04em;
}

/*Typography*/
h1, h2, h3, h4, h5, h6, p, ul, li, a {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

h1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 1.2;
	color: var(--dark-violet-100);
}

h2 {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
}

h4, .h4 {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 24px;
}

h5 {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 20px;
}


h6 {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.text-primary {
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.text-secondary {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.04em;
}

.h-description {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
}

.p-description {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 96px;
	line-height: 1.2;
}

.section_title {
	margin-bottom: 28px;
}

/* Components */
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	transition: .2s all;
	outline: none;
	position: relative;
	font-family: 'Involve', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 12px 24px;
	cursor: pointer;
}

.btn:disabled {
	background-color: var(--gray-60);
	border-color: var(--gray-60);
	color: var(--gray-90);
}

.btn.loader:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.btn--primary {
	background-color: var(--blue-80);
	border-color: var(--blue-80);
	color: var(--white);
}

.btn--primary:hover {
	background-color: var(--blue-90);
	border-color: var(--blue-90);
}

.btn--primary:active {
	background-color: var(--blue-100);
	border-color: var(--blue-100);
}

.btn--primary:focus {
	background-color: var(--blue-80);
	border-color: var(--blue-60);
}

.btn--primary.loader {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.4962 25.6663C11.7622 25.6663 10.1252 25.3341 8.58516 24.6697C7.04538 24.0052 5.70072 23.0982 4.55116 21.9487C3.40161 20.7991 2.49461 19.4545 1.83016 17.9147C1.16572 16.3747 0.833496 14.7377 0.833496 13.0037C0.833496 11.2486 1.16639 9.60445 1.83216 8.07134C2.49794 6.53801 3.40438 5.1979 4.5515 4.05101C5.69838 2.9039 7.04327 1.99745 8.58616 1.33168C10.1291 0.665897 11.7671 0.333008 13.5002 0.333008C13.7835 0.333008 14.0209 0.428897 14.2125 0.620675C14.4043 0.812452 14.5002 1.05001 14.5002 1.33334C14.5002 1.6169 14.4043 1.85434 14.2125 2.04567C14.0209 2.23723 13.7835 2.33301 13.5002 2.33301C10.5446 2.33301 8.02794 3.3719 5.95016 5.44967C3.87238 7.52745 2.8335 10.0441 2.8335 12.9997C2.8335 15.9552 3.87238 18.4719 5.95016 20.5497C8.02794 22.6275 10.5446 23.6663 13.5002 23.6663C16.4557 23.6663 18.9724 22.6275 21.0502 20.5497C23.1279 18.4719 24.1668 15.9552 24.1668 12.9997C24.1668 12.7159 24.2627 12.4783 24.4545 12.287C24.6463 12.0955 24.8838 11.9997 25.1672 11.9997C25.4507 11.9997 25.6882 12.0956 25.8795 12.2873C26.0711 12.4789 26.1668 12.7163 26.1668 12.9997C26.1668 14.7328 25.8339 16.3708 25.1682 17.9137C24.5024 19.4566 23.5959 20.8015 22.4488 21.9483C21.3019 23.0955 19.9618 24.0019 18.4285 24.6677C16.8954 25.3335 15.2513 25.6663 13.4962 25.6663Z' fill='white'/%3e%3c/svg%3e ");
}

.btn--white {
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}

.btn--white:hover {
	background-color: var(--white-02);
	border-color: var(--white);
	color: var(--white);
}


.btn--white:active {
	background-color: var(--white-03);
	border-color: var(--white);
	color: var(--white);
}

.btn--white:focus {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--dark-violet-90);
}

.btn--white:disabled {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--gray-90);
}

.btn--white.loader {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.4962 25.6663C11.7622 25.6663 10.1252 25.3341 8.58516 24.6697C7.04538 24.0052 5.70072 23.0982 4.55116 21.9487C3.40161 20.7991 2.49461 19.4545 1.83016 17.9147C1.16572 16.3747 0.833496 14.7377 0.833496 13.0037C0.833496 11.2486 1.16639 9.60445 1.83216 8.07134C2.49794 6.53801 3.40438 5.1979 4.5515 4.05101C5.69838 2.9039 7.04327 1.99745 8.58616 1.33168C10.1291 0.665897 11.7671 0.333008 13.5002 0.333008C13.7835 0.333008 14.0209 0.428897 14.2125 0.620675C14.4043 0.812452 14.5002 1.05001 14.5002 1.33334C14.5002 1.6169 14.4043 1.85434 14.2125 2.04567C14.0209 2.23723 13.7835 2.33301 13.5002 2.33301C10.5446 2.33301 8.02794 3.3719 5.95016 5.44967C3.87238 7.52745 2.8335 10.0441 2.8335 12.9997C2.8335 15.9552 3.87238 18.4719 5.95016 20.5497C8.02794 22.6275 10.5446 23.6663 13.5002 23.6663C16.4557 23.6663 18.9724 22.6275 21.0502 20.5497C23.1279 18.4719 24.1668 15.9552 24.1668 12.9997C24.1668 12.7159 24.2627 12.4783 24.4545 12.287C24.6463 12.0955 24.8838 11.9997 25.1672 11.9997C25.4507 11.9997 25.6882 12.0956 25.8795 12.2873C26.0711 12.4789 26.1668 12.7163 26.1668 12.9997C26.1668 14.7328 25.8339 16.3708 25.1682 17.9137C24.5024 19.4566 23.5959 20.8015 22.4488 21.9483C21.3019 23.0955 19.9618 24.0019 18.4285 24.6677C16.8954 25.3335 15.2513 25.6663 13.4962 25.6663Z' fill='white'/%3e%3c/svg%3e ");
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}

.btn--secondary {
	background-color: transparent;
	border-color: var(--blue-80);
	color: var(--blue-80);
}

.btn--secondary:hover {
	background-color: transparent;
	border-color: var(--blue-90);
	color: var(--blue-90);
}

.btn--secondary:active {
	background-color: transparent;
	border-color: var(--blue-100);
	color: var(--blue-100);
}

.btn--secondary:focus {
	background-color: transparent;
	border-color: var(--blue-80);
	color: var(--blue-80);
	position: relative;

}

.btn--secondary:focus:before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 2px solid var(--light-blue-100);
	border-radius: 10px;
}
.btn--download {
  max-width: 240px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 8px;
}

input,
textarea{
	border: 1px solid var(--gray-80);
	border-radius: 8px;
	padding: 10px 16px;
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: left;
	color: var(--dark-violet-100);
	background-color: var(--white);
	outline: none;
}

input::placeholder,
textarea::placeholder {
	color: var(--gray-100);
}

input:disabled,
textarea:disabled{
	background-color: var(--gray-60);
}

input:focus, input:active
textarea:focus, textarea:active{
	background: var(--white);
	outline: 2px solid var(--light-blue-100);
	color: var(--dark-violet-100);
}

input:hover, textarea:hover {
	border-color: 1px solid var(--light-blue-100);
	color: var(--gray-100);
}


.link-more {
	font-family: 'Involve', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: var(--light-blue-100);
	position: relative;
	display: flex;
	justify-content: center;
	gap: 4px;
	text-decoration: none;
	padding: 3px 8px 10px;
}

.link-more::after {
	content: '';
	background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.33398 9.3335H22.6673M22.6673 9.3335V22.6668M22.6673 9.3335L9.33398 22.6668" stroke="%236CACE4" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	width: 32px;
	height: 32px;
}

.link-more:hover {
	text-decoration: underline;
}

/* components - card */
.card_date {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	position: relative;
}

.card_title {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 20px;
	transition: 0.2s all;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.card_title:hover {
	text-decoration: underline;
}

.card_tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.card_tag {
	font-family: "Involve", sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 9px;
	border-radius: 4px;
	cursor: pointer;
}

.card_img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 16px;
}

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

.breadcrumbs {
	font-family: "Involve", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: var(--dark-violet-100);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--gray-100);
	transition: color 0.3s;
	letter-spacing: 0.04em;
}

.breadcrumbs a:last-child {
	color: var(--gray-100);
}

.breadcrumbs a:hover {
	color: var(--dark-violet-100);
}

.breadcrumbs .separator {
	color: var(--gray-100);
}

.breadcrumbs_back {
	display: none;
	cursor: pointer;
	height: 24px;
	margin-bottom: 8px;
}

.swiper-navigations {
	position: relative;
	display: flex;
	gap: 24px;
	padding-top: 55px;
}

.swiper-navigations .swiper-pagination {
	height: 8px;
	border-radius: 50px;
	background-color: var(--white-01);
	overflow: hidden;
}

.swiper-navigations .swiper-pagination span {
	display: block;
	border-radius: 50px;
	background-color: var(--white);
	height: 8px;
	max-height: 8px;
	overflow: hidden;
}

.swiper-navigations .swiper-pagination span:after {
	content: '';
	display: block;
	position: static;
	height: 8px;
	width: 8px;
	top: 0;
	right: -0.5%;
	border-radius: 500%;
	background-color: var(--white);

}

.swiper-progress {
	padding: 15px 0;
	width: 100%;
}

.swiper-progress .swiper-pagination-progressbar {
	position: static;
}

.swiper-btns {
	display: flex;
	align-items: center;
	gap: 16px;
}

.swiper-btns-next,
.swiper-btns-prev {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid var(--white);
	cursor: pointer;
	transition: 0.2s all;
}

.swiper-btns-next:hover,
.swiper-btns-prev:hover {
	border-color: var(--light-blue-100);
}

.swiper-btns-next:hover:after,
.swiper-btns-prev:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%236CACE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.swiper-btns-prev:after, .swiper-btns-next:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.swiper-btns-next:after {
	transform: rotate(180deg);
}

/*s*/

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

.section_container {
	padding: 32px;
	border-radius: 24px;
	background-color: var(--white);
	margin-bottom: 16px;
	position: relative;
}

.home_container {
	max-width: 1740px;
}

.logo {
	width: 100%;
	max-width: 363px;
}

.logo img {
	width: 100%;
	object-fit: contain;
}

/*header*/

.show-panel .header {
	top: 39px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.2s all;
	background-color: var(--dark-blue-100);
}
.header--transparent {
	background-color: transparent;
}
.header.active {
	background-color: var(--dark-blue-100);
}
.show-panel .header.fixed {
	top: 0;
}
.home_page .header {
	background-color: transparent;
	padding-top: 38px;
}

@keyframes spin {
	To {
		transform: rotate(-60deg) rotateY(0deg) scale(1) translate3d(60px, 10px, 10px);
		opacity: 0.7;
	}

	From {
		transform: rotate(-50deg) rotateY(-40deg) scaleY(2) scaleX(1.2) translate3d(-60px, -10px, -10px);
		opacity: 1;
	}
}

@keyframes spin2 {
	To {
		transform: rotate(-54deg) rotateY(0deg) scale(1) translate(0%, -10%);
		opacity: 1;
	}

	From {
		transform: rotate(-60deg) rotateY(-60deg) scaleY(1) scaleX(1.2) translate3d(-60px, -10px, -10px);
		opacity: 1;
	}
}


.bvi-active .home-bg {
	display: none;
}

.home-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 902px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 0;
}

.home-bg .line-1 {
	margin-top: -820px;
	transform: rotate(-50deg) rotateY(0deg);
	position: absolute;
	top: 0;
	left: 22%;
	animation: spin 4s infinite ease alternate;
	z-index: 11;
	will-change: transform;
	mix-blend-mode: color-dodge;
}


.home-bg .line-2 {
	margin-top: -896px;
	position: absolute;
	left: 55%;
	transform: rotate(-48deg) rotateY(0deg);
	animation: spin2 4s infinite ease alternate-reverse;
	will-change: transform;
	mix-blend-mode: color-dodge;
	z-index: 10;
}

.home-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 16px 14px;
}

.header_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.header_search {
	display: block;
	position: absolute;
	top: -200%;
	left: 0;
	padding: 0;
	z-index: -1;
	background-color: var(--dark-blue-100);
	width: 100%;
	transition: 0.2s all, 1.4s z-index;
}
.header_search.active {
	display: block;
	top: 100%;
	padding: 70px 0 103px;
	z-index: 1;
}
.header_search input {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--gray-80);
	padding: 16px;
	color: var(--white);
}

.header_search input::placeholder {
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--gray-80);
}

.header_search button {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-color: transparent;
	background-size: cover;
	background-position: center;
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	transition: 0.2s all;
}

.header_search button:hover{
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z' stroke='%230283DE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*Interface*/

.interface-setting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.interface-size {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.1284 22.6667V25.3333C28.1284 26.0406 27.8475 26.7189 27.3474 27.219C26.8473 27.719 26.169 28 25.4618 28H6.79508C6.08784 28 5.40956 27.719 4.90947 27.219C4.40937 26.7189 4.12842 26.0406 4.12842 25.3333V22.6667M28.1284 9.33333V6.66667C28.1284 5.95942 27.8475 5.28115 27.3474 4.78105C26.8473 4.28095 26.169 4 25.4618 4H6.79508C6.08784 4 5.40956 4.28095 4.90947 4.78105C4.40937 5.28115 4.12842 5.95942 4.12842 6.66667V9.33333M17.4618 16C17.4618 16.7364 16.8648 17.3333 16.1284 17.3333C15.392 17.3333 14.7951 16.7364 14.7951 16C14.7951 15.2636 15.392 14.6667 16.1284 14.6667C16.8648 14.6667 17.4618 15.2636 17.4618 16ZM25.3871 16.44C25.4867 16.1551 25.4867 15.8449 25.3871 15.56C24.6364 13.7206 23.3548 12.1464 21.7058 11.0384C20.0568 9.93028 18.1151 9.3385 16.1284 9.3385C14.1417 9.3385 12.2 9.93028 10.551 11.0384C8.90201 12.1464 7.62043 13.7206 6.86975 15.56C6.77016 15.8449 6.77016 16.1551 6.86975 16.44C7.62043 18.2794 8.90201 19.8536 10.551 20.9616C12.2 22.0697 14.1417 22.6615 16.1284 22.6615C18.1151 22.6615 20.0568 22.0697 21.7058 20.9616C23.3548 19.8536 24.6364 18.2794 25.3871 16.44Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	transition: .2s all;
}

.interface-size:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.1284 22.6667V25.3333C28.1284 26.0406 27.8475 26.7189 27.3474 27.219C26.8473 27.719 26.169 28 25.4618 28H6.79508C6.08784 28 5.40956 27.719 4.90947 27.219C4.40937 26.7189 4.12842 26.0406 4.12842 25.3333V22.6667M28.1284 9.33333V6.66667C28.1284 5.95942 27.8475 5.28115 27.3474 4.78105C26.8473 4.28095 26.169 4 25.4618 4H6.79508C6.08784 4 5.40956 4.28095 4.90947 4.78105C4.40937 5.28115 4.12842 5.95942 4.12842 6.66667V9.33333M17.4618 16C17.4618 16.7364 16.8648 17.3333 16.1284 17.3333C15.392 17.3333 14.7951 16.7364 14.7951 16C14.7951 15.2636 15.392 14.6667 16.1284 14.6667C16.8648 14.6667 17.4618 15.2636 17.4618 16ZM25.3871 16.44C25.4867 16.1551 25.4867 15.8449 25.3871 15.56C24.6364 13.7206 23.3548 12.1464 21.7058 11.0384C20.0568 9.93028 18.1151 9.3385 16.1284 9.3385C14.1417 9.3385 12.2 9.93028 10.551 11.0384C8.90201 12.1464 7.62043 13.7206 6.86975 15.56C6.77016 15.8449 6.77016 16.1551 6.86975 16.44C7.62043 18.2794 8.90201 19.8536 10.551 20.9616C12.2 22.0697 14.1417 22.6615 16.1284 22.6615C18.1151 22.6615 20.0568 22.0697 21.7058 20.9616C23.3548 19.8536 24.6364 18.2794 25.3871 16.44Z' stroke='%236CACE4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.interface-lang {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.lang-options {
	background-color: var(--white);
	top: calc(100% + 5px);
	left: 0;
	position: absolute;
	padding: 8px;
	border-radius: 8px;
	width: 77px;
	overflow: hidden;
	display: none;
	z-index: 15;
}

.lang-option {
	padding: 10px 8px;
	color: var(--dark-violet-100);
	font-family: "Involve", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-align: left;
	width: 100%;
	cursor: pointer;
	transition: .2s all;
	background-color: var(--white);

}

.lang-options.active {
	display: block;
}

.lang-option:hover {
	background-color: var(--light-blue-60);
}

.selected-lang {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: var(--white);
	position: relative;
}

.selected-lang:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.selected-up {
	width: 24px;
	height: 24px;
	position: relative;
}

.selected-up:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.64818 4.174L0.496934 1.023C0.4536 0.9795 0.419434 0.930917 0.394434 0.877251C0.369434 0.823751 0.356934 0.766334 0.356934 0.705C0.356934 0.5825 0.39835 0.476 0.481184 0.3855C0.564017 0.295166 0.673184 0.25 0.808684 0.25H7.44718C7.58268 0.25 7.69185 0.295666 7.77468 0.387C7.85752 0.478166 7.89893 0.584583 7.89893 0.70625C7.89893 0.73675 7.85218 0.842333 7.75868 1.023L4.60768 4.174C4.53535 4.2465 4.46052 4.29942 4.38318 4.33275C4.30585 4.36608 4.22077 4.38275 4.12793 4.38275C4.0351 4.38275 3.95002 4.36608 3.87268 4.33275C3.79535 4.29942 3.72052 4.2465 3.64818 4.174Z' fill='white'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: 0.2s all;
}


.interface-lang:hover .selected-up:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.60865 0.826L7.7599 3.977C7.80324 4.0205 7.8374 4.06908 7.8624 4.12275C7.8874 4.17625 7.8999 4.23367 7.8999 4.295C7.8999 4.4175 7.85849 4.524 7.77565 4.6145C7.69282 4.70483 7.58365 4.75 7.44815 4.75L0.809652 4.75C0.674152 4.75 0.564986 4.70433 0.482152 4.613C0.399319 4.52183 0.357902 4.41542 0.357902 4.29375C0.357902 4.26325 0.404653 4.15767 0.498153 3.977L3.64915 0.826C3.72149 0.7535 3.79632 0.700583 3.87365 0.66725C3.95099 0.633917 4.03607 0.61725 4.1289 0.61725C4.22174 0.61725 4.30682 0.633917 4.38415 0.66725C4.46149 0.700583 4.53632 0.7535 4.60865 0.826Z' fill='%236CACE4'/%3e%3c/svg%3e ");
}


.burger {
	width: 44px;
	height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	gap: 9px;
	padding: 10px 4px;

}

/* Линии для бургера */
.burger-line {
	width: 100%;
	height: 2px;
	background-color: var(--white);
	border-radius: 2px;
	transition: 0.2s all;
}


.burger:hover .burger-line {
	background-color: var(--light-blue-100);
	transition: 0.2s;
}

.burger.active .burger-line:nth-child(2) {
	opacity: 0;
}

.burger.active .burger-line:first-child {
	width: 31px;
	transform-origin: left center;
	transform: rotate(45deg);
	background-color: var(--blue-70);
}

.burger.active .burger-line:last-child {
	width: 31px;
	transform-origin: left center;
	transform: rotate(-45deg);
	background-color: var(--blue-70);
}

/*HOME*/

.home_section {
	padding-bottom: 120px;
	position: relative;
	z-index: 9;
}

/*HERO*/

.hero {
	padding: 90px 0 220px;
	position: relative;
}

.hero_title {
	color: var(--white);
	max-width: 1140px;
	margin-bottom: 20px;
}

.hero_text {
	color: var(--white);
	max-width: 1065px;
	margin-bottom: 30px;
}

.hero_btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 200px;
}

.preview-news {
	margin-top: -200px;
	padding-top: 350px;
}
@media (max-width: 1024px) {
	.preview-news {
		padding-top: 300px;
	}
}
@media (max-width: 767px) {
	.preview-news {
		margin-top: 0;
	}
}

.preview-news .swiper-navigations {
	padding-top: 20px;
}

.preview-news_container {
	padding-right: 0;
}

.home_section_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.home_section-title {
	color: var(--white);
}

.preview-news_list {
	display: flex;
	height: 463px;
}

.preview-news_item {
	flex-grow: 1;
	display: block;
	transition: 2s all;
}

.preview-news_item.swiper-slide-active {
	flex-grow: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border-radius: 16px;
	padding: 40px 32px;
	height: auto;
	transition: 2s all;
	width: 49% !important;
	max-width: 845px !important;
}
.preview-news_item.swiper-slide-prev {
	transition: 2s all;
}

.preview-news_item.swiper-slide-next,
.preview-news_item.swiper-slide-next + .swiper-slide{
	transition: 2s all;
	width: 24% !important;
	max-width: 410px !important;
}

.preview-news_item.swiper-slide-active .preview-news_item-img {
	position: absolute;
	max-height: 100%;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}

.preview-news_item.swiper-slide-active .preview-news_item-img::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	z-index: 1;
	transition: 2s all;
	background: linear-gradient(
					180deg,
					rgba(6, 17, 39, 0) 0%,
					rgba(0, 23, 68, 1) 100%
	);
}

.preview-news_item.swiper-slide-active .preview-news_item-title {
	font-size: 30px;
	line-height: 1.3;
	transition: 1s all;
}

.preview-news_item.swiper-slide-active .preview-news_item-date {
	font-size: 14px;
	transition: 1s all;
}

.preview-news_item-img {
	height: 264px;
	width: 100%;
	margin-bottom: 24px;
	transition: 2s all;
}


.preview-news_item-date {
	color: var(--gray-80);
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
	transition: 2s all;
}

.preview-news_item.swiper-slide-active .preview-news_item-title {
	-webkit-line-clamp: none;
	line-clamp: none;
}

.preview-news_item-title {
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	line-clamp: 3;
	color: var(--white);
	margin-bottom: 34px;
	position: relative;
	z-index: 5;
	transition: 2s all;

	@media (max-width: 1024px) {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
	@media (max-width: 767px) {
		-webkit-line-clamp: none;
		line-clamp: none;
	}
}

.preview-news_item-title a {
	color: var(--white);
}

.preview-news_item-tag {
	color: var(--white);
	background-color: var(--white-02);
	position: relative;
	z-index: 5;
	transition: 2s all;
}

/*Курсы*/

.courses-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
	gap: 32px;
}

.courses-item {
	min-height: 412px;
	position: relative;
	padding: 44px 44px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px;
	background-color: var(--dark-blue-100);
}

.courses-item:nth-child(4n - 1),
.courses-item:nth-child(4n - 2) {
	background-color: var(--blue-80);
}

.courses-item_title {
	color: var(--white);
	margin-bottom: 8px;
	width: 70%;
	max-width: 448px;
	position: relative;
	z-index: 1;
}

.courses-item_title a {
	color: var(--white);
}

.courses-item_title a:hover {
	text-decoration: underline;
}

.courses-item_footer {
    position: relative;
    z-index: 1;
}

.courses-item-author {
	font-family: 'Involve', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	color: var(--white);
	margin-bottom: 32px;
}

.courses_tags {
	max-width: 420px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.courses-item_tag {
	color: var(--white);
	background-color: var(--white-02);
}

.courses-item_tag a {
	color: var(--white);
}

.courses-item_btn {
	max-width: max-content;
}

.courses-item_img {
	position: absolute;
	max-height: 255px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
	right: 40px;
}

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

.article--course .btn--download {
	margin-bottom: 16px;
}

.article--course figure img {
	margin-bottom: 16px;
	object-fit: contain;
}

.preview-events_item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 68px;
	background-color: var(--dark-blue-100);
	height: 110px;
	max-height: 110px;
	padding: 0 44px;
	transition: 0.2s all;
	background-position: bottom right;
	background-size: 100% 0;
	background-repeat: no-repeat;
}

.preview-events_item:first-child{
	background-color: var(--light-blue-100  );
}
.preview-events_item:nth-child(2){
	background-color: var(--blue-80);
}
.preview-events_item:last-child {
	background-color: var(--dark-blue-100);
}
.preview-events_item + .preview-events_item {
	margin-top: -17px;
}
.preview-events_item-date {

	font-family: 'Involve';
	font-size: 24px;
	font-weight: 500;
	color: var(--white);
	margin-bottom: 8px;
	display: none;
	transition: 0.2s all;
}

.preview-events_item-title {
	font-family: 'Unbounded', sans-serif;
	font-size: 96px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--white);
	margin-bottom: 12px;
	display: none;
	opacity: 0;
	transition: 0.2s all;
}
.preview-events_item-pic img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    @media (max-width: 1024px) {
        width: 100%;
        object-fit: cover;
    }
}
.active .preview-events_item-pic img {
    opacity: 1;
}
.preview-events_item-info {
    position: relative;
    z-index: 1;
}
.preview-events_item-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 0.2s all;
}

.preview-events_item-header p {
	font-size: 20px;
	font-weight: 500;
	display: block;
	transition: 0.2s all;
}

.preview-events_item-text {
	max-width: 300px;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	color: var(--white);
	display: none;
	opacity: 0;
	transition: 0.2s all;
}
.preview-events_item-btn {
	max-width: 180px;
	display: none;
	opacity: 0;
	transition: 0.2s all;
}

.preview-events_item.active {
	padding: 150px 44px 220px;
	height: 700px;
	max-height: 700px;
	background-size: contain;
}

.preview-events_item.active .preview-events_item-text,
.preview-events_item.active .preview-events_item-title,
.preview-events_item.active .preview-events_item-date {
	opacity: 1;
	display: block;
}

.preview-events_item.active .preview-events_item-btn {
	opacity: 1;
	display: block;
}
.preview-events_item.active .preview-events_item-header {
	display: none;
}

.preview-courses--one .home_section_head {
	justify-content: center;
	position: relative;
}

.preview-courses--one .home_section_head .link-more {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.preview-courses--one .courses-list {
	grid-template-columns: 1fr;
}

.preview-courses--one .courses-item {
	max-width: 853px;
	margin: 0 auto;
}

.preview-courses_item {
	padding: 56px 44px;
}

.preview-articles_list {
	display: flex;
}

.preview-articles_item-img {
	height: 320px;
	max-width: 555px;
	margin-bottom: 24px;
}

.preview-articles_item-img a {
	width: 100%;
	height: 100%;
}

.preview-articles_item-title {
	font-weight: 500;
	font-size: 24px;
	color: var(--white);
	margin-bottom: 12px;
	max-width: 420px;
}

.preview-articles_item-date {
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: var(--gray-80);
}

.preview-articles_item-tag {
	background-color: var(--white-01);
	color: var(--white);
}

.preview-articles_item-tag:first-child {
	color: var(--green-100);
}

.preview-support {
	padding-bottom: 175px;
}

.banner_support {
	border-radius: 16px;
	padding: 60px 44px 55px;
	background-color: var(--dark-blue-100);
	background-image: url("/local/templates/main/images/banner_support.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: screen;
}

.banner_support-title {
	color: var(--white);
	max-width: 600px;
	margin-bottom: 64px;
}

.banner_support-btn {
	max-width: 181px;
	padding: 16px 24px;
}

.footer {
	padding: 56px 0;
	background-color: var(--dark-blue-100);
	position: relative;
}

.footer_nav {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, -100%);
	background-color:rgba(41, 46, 66, 0.9);
	padding: 4px 8px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}
.footer_nav ul {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer_nav ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 8px;
	font-family: 'Involve', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: var(--white);
	transition: 0.2s all;
	border-radius: 8px;
}
.footer_nav ul li a span {
	text-align: center;
}
.footer_nav ul li a img {
	width: 20px;
	height: 20px;
	transition: 0.2s all;
}
.footer_nav ul li a:hover {
	background-color: rgba(41, 46, 66, 0.56);
}
.footer_nav ul li a:hover:not(.active) img,
.footer_nav ul li a.active img{

	filter: invert();
}
.footer_nav ul li {
	background-position: 8px center;
	background-size: 20px;
	background-repeat: no-repeat;

}

.footer_menu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 54px;
	flex-wrap: wrap;
	gap: 30px 0;
}

.footer_logo {
	max-height: 20px;
	max-width: 192px;
}

.footer_link {
	width: max-content;
	min-width: 202px;
}

.footer_link a {
	font-family: "Involve", sans-serif;
	color: var(--white);
	font-weight: 500;
	font-size: 24px;
	display: block;
	margin-bottom: 30px;
}

.footer_link:last-child a:last-child {
	margin-bottom: 0;
}

.footer_link a:hover {
	text-decoration: underline;
}

.footer_link-list {
	display: flex;
	justify-content: center;
	gap: 6.8em;
}

.footer_social-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;

}

.footer_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer_subscription-title {
	font-family: 'Involve', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 4px;
	color: var(--white);
}
.footer_subscription-field {
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer_subscription-field input {
	border: 1px solid var(--gray-80);
	background: transparent;
	color: var(--gray-80);
	width: 388px;
}
.social {
	display: flex;
}
.social a {
	display: block;
}

.social a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.menu--mobile {
	display: none;
}
.footer_social {
	gap: 40px;
	padding-right: 8px;

}
.header_social {
	gap: 32px;
}

.header_social a {
	width: 32px;
	height: 32px;
}

.header_menu {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	padding: 0;
	transform: translateY(-100%);
	background-color: var(--blue-80);
	transition: 0.2s all, 1.4s z-index;
	z-index: -1;
}


.header_menu.active {
	top: 100%;
	transform: translateY(0%);
	z-index: 1;
	padding: 24px 0 28px;
}

.header_menu nav ul {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
}
.header_menu nav ul li a {
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: 0.2s all;
}
.header_menu nav ul li a.active, .header_menu nav ul li a:hover {
	border-bottom: 2px solid var(--light-blue-100);
}
.footer_social a {
	width: 56px;
	height: 56px;
}

.footer_copy {
	display: flex;
	align-items: center;
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	gap: 16px;
	color: var(--white);
}

.search {
	position: relative;
}
.search input {
	outline: none;
	padding: 15px 80px 15px 15px;
	border-radius: 8px;
	border: 1px solid var(--gray-80);
	width: 100%;
	font-family: "Involve", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.search input::placeholder {
	font-family: "Involve", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.search_head {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.search_head--reset {
	margin-bottom: 16px;
}

.search_head .search {
	width: 100%;
}

.calendar_search {
	display: none;
}

.calendar a {
	display: block;
}

.search_head .search_sorting-calendar {
	position: absolute;
	top: 100%;
	right: 0;
}

.search_head .search_sorting-calendar .calendar {
	right: 0;
}

.search-calendar {
	max-width: 465px;

}
.search-date span {
	color: var(--gray-100);
}
.search-date {
	display: flex;
	padding: 16px;
	background-color: var(--white);
	border: 1px solid var(--gray-80);
	color: var(--dark-violet-100);
	border-radius: 8px;
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	cursor: pointer;
	position: relative;

}

.search-date::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	top: 16px;
	right: 16px;
}

.search-date.active::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 3V6.6M15.7 3V6.6M4 10.2H20.2M8.5 13.8H8.509M12.1 13.8H12.109M15.7 13.8H15.709M8.5 17.4H8.509M12.1 17.4H12.109M15.7 17.4H15.709M5.8 4.8H18.4C19.3941 4.8 20.2 5.60589 20.2 6.6V19.2C20.2 20.1941 19.3941 21 18.4 21H5.8C4.80589 21 4 20.1941 4 19.2V6.6C4 5.60589 4.80589 4.8 5.8 4.8Z' stroke='%23025EA1' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input:placeholder-shown + .reset-btn {
	display: none;
}

.search-btn {

	border: none;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	z-index: 5;
	cursor: pointer;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21 21L16.7 16.7M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23C1D1E2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.reset-btn {
	border: none;
	position: absolute;
	top: 16px;
	right: 56px;
	width: 24px;
	height: 24px;
	z-index: 5;
	cursor: pointer;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.search_tags {
	background-color: var(--gray-60);
	padding: 4px;
	display: flex;
	border-radius: 8px;
	gap: 6px;
	margin-top: 16px;
	overflow-x: scroll;
}

.search_tags::-webkit-scrollbar {
	display: none;
}

.search_tags a {
	white-space: nowrap;
}

.search_tag {
	border-radius: 8px;
	padding: 8px 16px;
	color: var(--dark-violet-100);
	transition: 0.2s all;
	cursor: pointer;
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	background-color: var(--gray-60);
}

.search_tag:hover {
	background-color: var(--blue-80);
	color: var(--white);
}

.search_tag.active {
	background-color: var(--blue-80);
	color: var(--white);
}

.search_label {
	min-width: 85px;
	margin-right: 8px;
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--gray-100);
	margin-bottom: 0;
}

.search_label--row {
	margin: 0 0 5px;
}

.search_filter {
	display: flex;
	align-items: center;
	margin: 16px 0;
}

.search_filter--cources {
	margin-top: 0;
}

.filter-length {
    color: var(--white);
    font-family: 'Involve', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    background-color: var(--light-blue-90);
    padding: 1px 4px;
    border-radius: 25px;
}

.search-reset {
	font-family: 'Involve';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--blue-80);
	padding-left: 16px;
	padding-top: 4px;
}

.filter_tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.filter_tag {
	display: block;
	padding: 8px 12px;
	color: var(--dark-violet-100);
	font-weight: 500;
	font-family: 'Involve', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	background-color: var(--gray-60);
	transition: 0.2s all;
	cursor: pointer;
	border-radius: 4px;
}

.filter_tag:hover {
	background-color: var(--light-blue-70);
}

.filter_tag.active {
	background-color: var(--light-blue-70);
}

.result-text {
	font-family: "Involve", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gray-100);
	display: flex;
	align-items: center;
}

.result-text span {
	color: var(--dark-violet-100);
}

.sorting {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.courses_sorting {
	margin: 16px 0;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
}

.sorting-left {
	display: flex;
	align-items: center;
	gap: 13px;
}

.sorting-select {
	color: var(--blue-80);
	cursor: pointer;
	position: relative;
}

.interface-view {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: var(--gray-60);
	border-radius: 8px;
	padding: 6px;
}

.interface-view div {
	border-radius: 8px;
	padding: 0px 16px 0px 60px;
	position: relative;
	font-family: "Involve", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--dark-violet-100);
	transition: 0.2s all;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
}

.interface-view div:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.interface-search {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-color: transparent;
	background-size: cover;
	background-position: center;
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: 0.2s all;
	z-index: 10;
}
.interface-search:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 28L22.2667 22.2667M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z' stroke='%230283DE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.interface-search.active {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24' stroke='%230283DE' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L24 24' stroke='%230283DE' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.interface-view div.interface-list:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.interface-view div.interface-list:hover:before, .interface-view div.interface-list.active:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 12H3.01M3 18H3.01M3 6H3.01M8 12H21M8 18H21M8 6H21' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.interface-view div.interface-card:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.interface-view div.interface-card:hover:before, .interface-view div.interface-card.active:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H9C9.55228 10 10 9.55228 10 9V4C10 3.44772 9.55228 3 9 3Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 3H15C14.4477 3 14 3.44772 14 4V9C14 9.55228 14.4477 10 15 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 14H15C14.4477 14 14 14.4477 14 15V20C14 20.5523 14.4477 21 15 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H9C9.55228 21 10 20.5523 10 20V15C10 14.4477 9.55228 14 9 14Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.interface-view div:hover, .interface-view div.active {
	color: var(--white);
	background-color: var(--blue-80);
}

.article_more-list .more-swiper-button-next, .article_more-list .more-swiper-button-prev {
	top: 50%;
}

.article_more-list.article_more-list--cources {
	display: block;
}

.article_more-list h2 {
	margin-bottom: 32px;
}

.article_more-list.article h3 {
	margin-top: 0;
}

.articles_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px 32px;
	padding-top: 18px;
}

.articles_item-img {
	margin-bottom: 16px;
	height: 286px;
}

.articles_item-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
	color: var(--dark-violet-100);
}

.articles_item-title a {
	color: var(--dark-violet-100);
}

.articles_item-date {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--gray-100);
	margin-bottom: 24px;
}

.articles_item-tag {
	background-color: var(--gray-60);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: var(--dark-violet-100);
}

.articles_list.list {
	display: grid;
	grid-template-columns: 1fr;
}

.articles_list--external .articles_item-text a {
	color: var(--dark-blue-100)
}

.articles_list--external .card_img {
	border: 1px solid var(--gray-80);
	padding: 20px;
}

.articles_list--external .card_img img {
	height: auto;
}

.articles_item-text {
	display: none;
}

.articles_list.list .articles_item {
	display: flex;
	gap: 16px;
}

.articles_list.list .articles_item {
	padding: 24px 0;
	border-bottom: 1px solid var(--gray-70);
}

.articles_list.list .articles_item .articles_item-img {
	width: 100%;
	max-width: 320px;
	max-height: 192px;
}

.articles_list.list .articles_item .articles_item-date {
	margin-bottom: 18px;
}

.articles_list.list .articles_item .articles_item-title {
	margin-bottom: 12px;
}

.articles_list.list .articles_item .articles_item-text {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	max-width: 660px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.articles_btn-more {
	margin: 48px auto 0;
	height: 48px;
}


.article_container {
	background-color: var(--white);
	max-width: 1024px;
	margin: 0 auto;
	padding: 24px 0;
}

.article_title {
	color: var(--dark-violet-100);
	margin-bottom: 16px;
}

.article.article--about-platform figure {
	padding-bottom: 0;
}

.article_title--about-platform {
	font-family: 'Involve', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 32px;
}



.article .article_desc--about-platform {
	font-size: 24px;
	color: var(--dark-violet-100);
	margin-bottom: 26px;
}

.article_date {
	color: var(--gray-100);
	margin-bottom: 32px;
}

.article img {
	border-radius: 16px;
	max-height: 462px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin-bottom: 8px;
}

.article figure {
	margin: 0 0 16px;
	padding-top: 16px;
	padding-bottom: 16px;

}

.article figure figcaption {
	font-family: 'Involve', sans-serif;
	color: var(--gray-100);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.02em;

}

.article {
	color: var(--dark-violet-100);
}

.article h5 {
	margin-bottom: 24px;
	color: var(--dark-violet-100);
}

.article p {
	color: var(--dark-violet-100);
	font-weight: 400;
	margin-bottom: 16px;
	font-size: 16px;
}

.article h3 {
	margin-top: 56px;
	margin-bottom: 24px;
}

.article p.mark {
	padding: 16px;
	background-color: var(--gray-60);
	border-radius: 8px;
	margin: 32px 0;
}

.article_filter_tags {
	margin-top: 44px;
}

.article h2 {
	margin-bottom: 32px;
}

/* Основной контейнер */
.dropdown {
	position: relative;
	width: 352px;

}
.dropdown--sorting {
	max-width: max-content;
	padding-top: 4px;
}

.dropdown--sorting .dropdown-wrapper {
	width: 200px;
	z-index: 99;
}


	/* Поле ввода */
.dropdown-input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid var(--gray-80);
	border-radius: 8px;
	outline: none;
	font-size: 16px;
	color: var(--gray-100);
	cursor: pointer;
	font-family: 'Involve', sans-serif;
	position: relative;
	background-color: var(--white);
}
.dropdown-input--sorting {
	padding: 0 17px 3px 0;
	border: none;
	border-bottom: 1px dashed var(--blue-80);
	color: var(--blue-80);
	max-width: max-content;
	border-radius: 0;
}
.dropdown-input--sorting:active, .dropdown-input--sorting:hover {
	outline: none;
}
.dropdown-input--sorting::placeholder {
	color: var(--blue-80);
}
.dropdown:focus {
	outline: 2px solid var(--light-blue-60);
}
.dropdown:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.2s all;
	z-index: 10;
}
.dropdown.active:before {
	transform: rotate(180deg);
}
.dropdown--sorting:before {
	content: '';
	position: absolute;
	top: 13px;
	right: 0px;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.13436 5.20482C4.73844 5.63342 4.06117 5.63342 3.66525 5.20482L0.407823 1.67855C-0.183828 1.03807 0.270443 -9.20506e-07 1.14238 -8.44279e-07L7.65723 -2.74732e-07C8.52916 -1.98506e-07 8.98344 1.03807 8.39179 1.67855L5.13436 5.20482Z' fill='%23025EA1'/%3e%3c/svg%3e ");    transition: 0.2s all;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.2s all;
	z-index: 10;
}
/* Обёртка списка */
.dropdown-wrapper {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	max-height: 236px;
	overflow-y: auto;
	border: 1px solid var(--gray-80);
	border-radius: 8px;
	background-color: var(--white);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none; /* Скрыт по умолчанию */
	z-index: 10;
}

/* Список */
.dropdown-list {
	list-style: none;
	padding: 8px;
	margin: 0;
}

.dropdown-item {
	padding: 10px 8px;
	font-size: 14px;
	color: var(--dark-violet-100);
	cursor: pointer;
	white-space: nowrap;
	font-family: 'Involve', sans-serif;
}

.dropdown-item:hover {
	background: var(--light-blue-60);
}

/* Кастомный скролл */
.dropdown-wrapper::-webkit-scrollbar {
	width: 6px;
}

.dropdown-wrapper::-webkit-scrollbar-thumb {
	background-color: var(--dark-blue-100);
	border-radius: 8px;
}

.dropdown-wrapper::-webkit-scrollbar-track {
	background-color: transparent;
}

.article_social {
	display: flex;
	position: static;
	flex-direction: row;
	align-items: center;
	padding-top: 40px;
	gap: 16px;
}

.article .article_social img,
.article .article_social a {
	width: 32px;
	height: 32px;
}

.article_social-text {
	display: block;
	font-size: 18px;
	color: var(--dark-violet-100);
	margin-bottom: 0;
}

.article_social img {
	border-radius: 0;
}

.more-swiper-button-next, .more-swiper-button-prev {
	position: absolute;
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	background-color: var(--white);
	border-radius: 100%;
	top: 110px;
	z-index: 10;
	cursor: pointer;
	transition: 0.2s all;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.more-swiper-button-next:hover, .more-swiper-button-prev:hover {
	opacity: 0.8;
}

.more-swiper-button-next:active, .more-swiper-button-prev:active {
	opacity: 1;
}

.more-swiper-button-next {
	right: 0;
}

.more-swiper-button-prev {
	left: 0;
}

.more-swiper-button-next:before, .more-swiper-button-prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.more-swiper-button-next:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.more-swiper-button-prev:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23003274' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


.article blockquote {
	margin: 32px 0;
	padding: 0;
	font-family: "Involve", sans-serif;
}

.article blockquote p {
	padding: 8px 8px 8px 24px;
	border-left: 3px solid var(--blue-80);
	font-family: 'Unbounded', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.article blockquote footer {
	font-family: 'Involve', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: var(--gray-100);

}

.article blockquote footer strong {
	font-family: 'Involve', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
	color: var(--dark-violet-100);
}

/*Календарь событий*/

.calendar-list {
	margin-top: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px 30px;
}

.calendar-item {
	display: flex;
	flex-direction: column;
}

.calendar-item_head {
	width: 100%;
	min-height: 287px;
	border-radius: 16px;
	overflow: hidden;
	padding: 24px;
	position: relative;
	background-color: var(--blue-100);
	margin-bottom: 16px;

}

.Light_Blue_100 .calendar-item_head {
	background-color: var(--light-blue-100);

}

.Dark_Blue_100 .calendar-item_head {
	background-color: var(--dark-blue-100);

}

.Blue_80 .calendar-item_head {
	background-color: var(--blue-80);
}

.calendar-item_img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
}

.calendar-item_date {
	color: var(--white);
	margin-bottom: 12px;
}

.calendar-item_title a,
.calendar-item_title {
	color: var(--white);
}

.calendar-item_text {

	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--dark-violet-100);
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.calendar-item_tag {
	background-color: var(--gray-60);
	color: var(--dark-violet-100);
}


.calendar {
	padding: 32px;
	background: var(--white);
	border-radius: 16px;
	font-family: "Involve", sans-serif;
	max-width: max-content;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
	@media (max-width: 1024px) {
		padding: 16px;
		width: calc(100vw - 32px);
	}
}

.calendar-header {
	display: flex;
	gap: 16px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--gray-80);
	margin-bottom: 15px;
	align-items: center;
}


.calendar-months {
	display: flex;
	gap: 16px;
	@media (max-width: 1024px) {
		overflow-x: scroll;
	}
}

.calendar-months::-webkit-scrollbar {
	display: none;
}

.calendar-months div {
	font-family: 'Involve', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	cursor: pointer;
	color: var(--dark-violet-100);
}

.calendar-months div.active-month {
	color: var(--blue-80);
}

.calendar-months div:hover {
	color: var(--blue-80);
}

.calendar-container {
	display: grid;
	grid-template-rows: auto 1fr;
}

.calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 127px);
	height: 44px;
}

.calendar-weekdays div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Involve', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: var(--dark-violet-100);
}

.calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 127px);
	grid-auto-rows: 68px;
}

.calendar-days .prev-month-day,
.calendar-days .next-month-day {
	color: #aaa;
	cursor: pointer;
}

.calendar-days .prev-month-day:hover,
.calendar-days .next-month-day:hover {
	background-color: var(--blue-40);
	color: var(--blue-80);
}

.calendar-days .selected-start,
.calendar-days .selected-end {
	color: var(--blue-80);
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 5;
	background-color: var(--blue-40);
	border-radius: 4px;
}

.calendar-days .selected-start {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.calendar-days .selected-end {

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar-days .yes-event {
	position: relative;
	color: var(--blue-90);
}
.calendar-days .yes-event span {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 13%;
	right: 10%;
	background-color: var(--dark-blue-100);

}
.calendar-days .selected-start:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	width: 68px;
	height: 68px;
	z-index: -1;
	background-color: var(--blue-40);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.calendar-days.select .selected-start:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: var(--blue-40);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.calendar-days.select .selected-start:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: var(--blue-40);
}

.calendar-days .selected-end:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--blue-40);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar-days.select .selected-end:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: var(--light-blue-60);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar-days.select .selected-end:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--blue-40);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar-days .selected-range {
	background-color: var(--light-blue-60);
	color: var(--gray-100);
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.calendar-days div,
.calendar-days a {
	cursor: pointer;
	background-color: transparent;
	color: var(--gray-100);
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.calendar-days div:hover,
.calendar-days a:hover {
	color: var(--blue-80);
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: var(--blue-40);
	border-radius: 4px;
}


.calendar-dropdown {
	position: relative;
	width: 69px;
	padding-right: 24px;
	border-bottom: 1px dashed var(--dark-blue-100);
}

.calendar-dropdown:before {
	content: '';
	position: absolute;
	top: 9px;
	right: 5px;
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66279 7.26928C6.26687 7.69787 5.58961 7.69787 5.19369 7.26928L0.550617 2.243C-0.0410333 1.60252 0.413239 0.564452 1.28517 0.564452L10.5713 0.564453C11.4432 0.564453 11.8975 1.60252 11.3059 2.243L6.66279 7.26928Z' fill='%23025EA1'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 0.2s all;
}
.calendar-dropdown.active:before {
	transform: rotate(180deg);
}
.calendar-dropdown-selected {
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;


	border-radius: 5px;
	background-color: #fff;
	color: var(--dark-blue-100);

	cursor: pointer;
	text-align: center;
}


.hidden {
	display: none;
}

.calendar-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar-dropdown-item {
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.calendar-dropdown-item:hover,
.calendar-dropdown-item.active {
	background-color: #007bff;
	color: #fff;
}

.calendar-dropdown-wrapper {
	width: max-content;
	position: absolute;
	padding: 8px 6px 8px 8px;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	max-height: 236px;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--gray-80);
	border-radius: 8px;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
	z-index: 10;
}

.calendar-dropdown-list {
	list-style: none;
	margin: 0;
	overflow-y: auto;
	max-height: 220px;
	padding-right: 6px;
}

.calendar-dropdown-item {
	padding: 10px 15px;
	color: var(--dark-violet-100);
	cursor: pointer;
	font-family: "Involve", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.calendar-dropdown-item:hover {
	background-color: var(--light-blue-60);
	color: var(--dark-violet-100);
}

.calendar-dropdown-item.active {
	background-color: var(--light-blue-60);
	color: var(--dark-violet-100);
}

.calendar-dropdown-list::-webkit-scrollbar {
	width: 6px;
	padding-right: 5px;
}

.calendar-close {
	position: absolute;
	top: 9px;
	right: 7px;
	cursor: pointer;
	@media (max-width: 1024px){
		display: none;
	}
}

.calendar-dropdown-list::-webkit-scrollbar-thumb {
	background-color: var(--dark-blue-100);
	border-radius: 6px;
	padding-right: 5px;
	max-height: 64px;
}

.calendar-dropdown-list::-webkit-scrollbar-thumb:hover {
	background-color: var(--dark-blue-100);
	padding-right: 5px;
	max-height: 64px;
}

.calendar-dropdown-list::-webkit-scrollbar-track {
	background-color: transparent;
	padding-right: 5px;
}

.sorting-calendar {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 24px;
	position: relative;
}

.sorting-calendar > p:first-child {
	font-family: 'Involve', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dark-violet-100);
}

.sorting-select-date {
	font-family: 'Involve', sans-serif;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--blue-80);
	padding-bottom: 3px;
	padding-right: 20px;
	border-bottom: 1px dashed var(--blue-80);
	display: flex;
	align-items: center;
}

.sorting-select-date p {
	padding-right: 24px;
}

.sorting-select-date p {
	padding-right: 34px;
}

.sorting-select-date p span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	transform: translateX(3px);
}

.sorting-select-date:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.73455 7.51928C6.33863 7.94787 5.66137 7.94787 5.26545 7.51928L0.622375 2.493C0.0307251 1.85252 0.484997 0.814452 1.35693 0.814452L10.6431 0.814453C11.515 0.814453 11.9693 1.85252 11.3776 2.493L6.73455 7.51928Z' fill='%23025EA1'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 10px;
}

.sorting-select-date.active:before {
	transform: rotate(180deg) translateY(50%);
}

.sorting-calendar .calendar {
	display: none;
	position: absolute;
	top: 107%;
	z-index: 10;
}

.sorting-calendar .calendar.active {
	display: block;
}

.calendar-slide {
	padding: 111px 44px;
	border-radius: 16px;
	overflow: hidden;
	background-color: var(--dark-blue-100);
	background-position: -355px 100%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s background-image, 0.3s background-color;
	height: auto;
    display: flex;
    flex-flow:  column nowrap;
    align-items: flex-start;
}

.calendar-slide.swiper-slide-active {
	background-position: bottom right;
}

.calendar-slide.dark-blue-100 {
	background-color: var(--dark-blue-100);
}

.calendar-slide.blue-80 {
	background-color: var(--blue-80);
}

.calendar-slide.light-blue-100 {
	background-color: var(--light-blue-100);
}

.calendar-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
}

.calendar-slide.swiper-slide-active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
}

.calendar-slide.dark-blue-100:before {
	background: linear-gradient(83.06deg, #003274 11.09%, rgba(0, 50, 116, 0.5) 30.96%, rgba(0, 50, 116, 0) 43.53%);
}
.calendar-slide.blue-80:before {
	background: linear-gradient(83.06deg, #025EA1 11.09%, rgba(2, 94, 161, 0.5) 30.96%, rgba(2, 94, 161, 0) 43.53%);
}
.calendar-slide.light-blue-100:before {
	background: linear-gradient(83.06deg, #003274 11.09%, rgba(0, 50, 116, 0.5) 30.96%, rgba(0, 50, 116, 0) 43.53%);
}

.calendar-slide.no-swiper {
	background-image: linear-gradient(83.06deg, #003274 11.09%, rgba(0, 50, 116, 0.5) 30.96%, rgba(0, 50, 116, 0) 43.53%);
	margin-bottom: 44px;
}

.calendar-slide.swiper-slide-next, .calendar-slide.swiper-slide-next {
	background-color: var(--blue-80);
	background-image: linear-gradient(83.06deg, #025EA1 43.09%, rgba(2, 94, 161, 0.5) 46.96%, rgba(2, 94, 161, 0) 50.53%);
	background-position: -20.2vw 100%;
}

calendar-slide.swiper-slide-next:before, .calendar-slide.swiper-slide-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 22%;
	max-width: 75px;
	background-color: var(--blue-80);
	z-index: -1;
}

.swiper-container {
	padding: 32px 32px 0;
}

.calendar-slide {
	font-family: 'Involve', sans-serif;
	color: var(--white);
}

.calendar-slide_pic img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.calendar-slide_date {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 9px;
	position: relative;
}

.calendar-slide_title {
	font-family: 'Unbounded', sans-serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 3px;
	position: relative;
}

.calendar-slide_text {
	position: relative;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 67px;
	max-width: 310px;
	letter-spacing: 0.2px;
}

.calendar-slide_btn {
	max-width: 181px;
	height: 62px;
}

.calendar-slider {
	padding: 32px 0;
	max-width: 1488px;
}

.swiper-container .more-swiper-button-next, .swiper-container .more-swiper-button-prev {
	top: 50%;
	transform: translateY(-62%);
}

.swiper-container {
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}

.swiper-container + .section_container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.courses-more {
	background-color: var(--blue-80);
	border-radius: 16px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 98px;
	height: auto;
}

.courses-more.bg-dark-blue-100 {
	background-color: var(--dark-blue-100);
}

.courses-more_btn {
	max-width: 147px;
}

.courses-more_title {
	color: var(--white);
	font-family: 'Involve', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 8px;
}

.courses-more_author {
	color: var(--white);
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 32px;
}

.courses-more_tag {
	border-radius: 4px;
	background-color: var(--white-02);
	color: var(--white);
}

.contacts-form {
    padding: 50px 36px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    background-color: var(--dark-blue-100);
    background-image: linear-gradient(83.06deg, #003274 11.09%, rgba(0, 50, 116, 0.5) 30.96%, rgba(0, 50, 116, 0) 43.53%), url('/local/templates/main/images/bg-contacts.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacts-form h3 {
    font-family: 'Involve', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 32px;
}

.contacts-form_field {
    width: 100%;
    max-width: 724px;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.contacts-form_field input,
.contacts-form_field textarea {
    width: 100%;
}

.contacts-form_field textarea {
    height: 75px;
}

.contacts_bottom {
    padding: 32px 32px 123px;
    background-color: var(--white);
    background-image: url("/local/templates/main/images/contcts_bg_bottom.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.contacts_bottom h3 {
    margin-bottom: 24px;
}

.contacts_bottom p {
    max-width: 677px;
    margin-bottom: 24px;
    color: var(--dark-violet-100);
    font-size: 16px;
    letter-spacing: 0.04em;
}

.contacts_bottom .btn {
    width: max-content;
    gap: 8px;
    padding: 0;
    border: none;
}

.btn--tertiary {
	background-color: transparent;
	border-color: transparent;
	color: var(--blue-80);
}

.btn--tertiary:hover {
	background-color: transparent;
	border-color: transparent;
}

.btn--tertiary:active {
	background-color: transparent;
	border-color: transparent;
}

.btn--tertiary:focus {
	background-color: transparent;
	border-color: var(--blue-60);
}

.contacts_bottom {
	padding: 32px 32px 123px;
	background-color: var(--white);
	background-image: url("/local/templates/main/images/contcts_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}


.contacts_bottom h3 {
	margin-bottom: 24px;
}

.contacts_bottom p {
	max-width: 677px;
	margin-bottom: 24px;
	color: var(--dark-violet-100);
	font-size: 16px;
	letter-spacing: 0.04em;
}

.contacts_bottom .btn {
	width: max-content;
	gap: 8px;
	padding: 0;
}

.glossary-list {
	margin-top: 48px;
}
.glossary-item {
	margin-bottom: 24px;
	max-width: 890px;
}

.glossary-item a h2 {
	color: var(--dark-violet-100);
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.glossary-item a h2:hover {
	text-decoration: underline;
}

.glossary-item p {
	color: var(--dark-violet-100);
	font-family: 'Involve', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.glossary-item_tags {
	padding-top: 12px;
}

.glossary-item_tag {
	color: var(--dark-violet-100);
	background-color: var(--gray-60);
}

.glossary-list strong {
  color: var(--blue-80);
  font-weight: 400;
}

.highlight {
	color: var(--blue-80);
}

.about-platform_tasks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 287px;
	gap: 32px;
}

.about-platform_card {
	padding: 24px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.about-platform_card--1 {
	background-color: rgba(108, 172, 228, 1);
}

.about-platform_card--2 {
	background-color: rgba(74, 124, 241, 1);
}

.about-platform_card--3 {
	background-color: rgba(1, 57, 148, 1);
}

.about-platform_card--4 {
	background-color: rgba(27, 146, 237, 1);
}

.about-platform_card--5 {
	background-color: rgba(58, 131, 240, 1);
}

.about-platform_card--6 {
	background-color: rgba(0, 74, 199, 1);
}

.about-platform_card h3 {
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: var(--white);
	margin: 0;
	position: relative;
	z-index: 9;
}

.about-platform_card img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	margin: 0;
	max-height: fit-content;
}

/*Большай слайер новостей*/
.newsBigSwiper {
	position: relative;
}

.newsBigSwiper-slide {
	height: 527px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--dark-blue-100);
	border-radius: 16px;
	overflow: hidden;
	padding: 44px;
	position: relative;
}

.newsBigSwiper-slide_info {
	padding: 16px;
}

.newsBigSwiper .more-swiper-button-next, .newsBigSwiper .more-swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
}

.newsBigSwiper-slide_date {
	font-family: 'Involve', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
	margin-bottom: 16px;
	position: relative;
}

.newsBigSwiper-slide_title {
	max-width: 553px;
    font-family: 'Involve', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--white);
	margin-bottom: 32px;
	position: relative;
}

.newsBigSwiper-slide_title a {
	color: var(--white);
}

.newsBigSwiper-slide_tag {
	color: var(--white);
	background-color: var(--white-02);
	position: relative;
}

.newsBigSwiper-slide_img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 65%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
	z-index: -5;

}
.newsBigSwiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #003274 41.29%, rgba(0, 50, 116, 0.9) 45.04%, rgba(2, 48, 110, 0.666667) 48.04%, rgba(12, 40, 78, 0) 58.18%);
}
.newsBigSwiper-slide_img img {
	position: relative;
	filter: brightness(0.7);
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.newsBigSwiper-slide_img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	z-index: 10;
	backdrop-filter: blur(13px);
}
.external-resources-img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	height: 192px;
	border: 1px solid var(--gray-80);
	border-radius: 24px;
	padding: 35px;
	margin-bottom: 32px;
}
.external-resources-img img {
	width: 100%;
}
.external-resource {
	color: var(--dark-violet-100);
}
.external-resource h1 {
	font-family: "Involve", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 16px;
}
.external-resources-content--mb {
	margin-bottom: 32px;
}
.glossary_filter a{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.articles_list--base.list {
	gap: 14px;
}

.articles_list--base.list .articles_item-img {
	border: 1px solid var(--gray-80);
	overflow: hidden;
	min-height: 0;
}

.articles_list--base.list .articles_item {
	padding: 0;
}

.articles_list--base.list .articles_item-title {
	max-width: 900px;
}

.open-base h1 {
	font-size: 20px;
	padding-bottom: 16px;
}

.open-base p {
	font-size: 16px;
	letter-spacing: 0.04em;
	color: var(--dark-violet-100);
	margin-bottom: 16px;
	font-weight: 400;
}

.open-base p b {
	font-weight: 500;
}

.open-base ol,
.open-base ul {
	margin-bottom: 32px;
}

.open-base .btn {
	max-width: 208px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	gap: 8px;
	font-size: 16px;
	padding: 0;
	font-weight: 400;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background: rgba(154, 154, 154, 0.5);
}
.modal.active {
	display: flex;
}
.modal-container {
	width: 100%;
	height: max-content;
	max-width: 460px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--white);
}

.modal-close {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal-head {
	padding: 16px 24px 8px;
	background-color: var(--gray-60);
}
.modal-title {
	color: var(--blue-100);
	font-weight: 500;
	font-size: 24px;
}

.modal-subtitle {
	font-size: 14px;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: var(--gray-100);
}
.modal-body {
	padding: 16px 24px 24px;
}
.modal-body p {
	color: var(--dark-violet-100);
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.modal-btns {
	padding-top: 40px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.modal-btn {
	padding: 12px 24px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 500;
}
.modal-field {
	margin-bottom: 16px;
}
.modal-field p {
	color: var(--dark-violet-100);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}
.modal-field_input {
	width: 100%;
	max-width: 352px;
}

.form-field {
	position: relative;
	width: 100%;
}
input.error {
	border-color: var(--red-100);
}
span.error-message {
	color: var(--red-100);
	font-size: 14px;
	display: block;
	margin: 8px 0;
}

span.help-message {
	color: var(--gray-100);
	font-size: 14px;
	display: block;
	cursor: pointer;
}

.article__video-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto 16px;
	border-radius: 16px;
	overflow: hidden;
	max-height: 576px;
	cursor: pointer;
}

.article__video-wrapper video {
	width: 100%;
}

.article__video-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article__video-btn:hover .article__play-button {
	background: rgba(255, 255, 255, 0.7);
}

.article__play-icon {
	font-size: 24px;
	color: var(--red-100);
	position: absolute;
	top: 54%;
	left: 52%;
	transform: translate(-50%, -50%);
}

.article figure figcaption {
	font-family: "Involve", sans-serif;
	color: var(--gray-100);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.article__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.4);
	color: white;
	border: none;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease;
}

@media (max-width: 1275px) {
	.article_title {
		padding-right: 70px;
	}
}

@media (max-width: 1200px) {
	.article_title--about-platform {
		padding-right: 70px;
	}
}

@media (max-width: 1024px) {
	main {
		padding-top: 70px;
		padding-bottom: 150px;
	}

	h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	h2 {
		font-size: 28px;
		line-height: 1.2;
	}

	h3 {
		font-size: 22px;
	}

	.section_title {
		margin-bottom: 10px;
	}

	.btn {
		font-size: 16px;

		letter-spacing: 0.04em;
	}

	.btn--download {
		padding: 0;
		width: 244px;
		height: 44px;
	}

	.link-more {
		font-size: 16px;
		align-items: center;
		font-weight: 400;
		gap: 9px;
		padding: 0 15px 0 0;
	}

	.link-more span {
		display: none;
	}

	.link-more::after {
		width: 24px;
		height: 24px;
	}

	.card_title {
		font-size: 18px;

		letter-spacing: 0.04em;
	}

	.breadcrumbs {
		margin-bottom: 12px;
	}

	.breadcrumbs nav {
		display: none;
	}

	.breadcrumbs .nav_prev {
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 19L5 12L12 5' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 12H5' stroke='%238798AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.home_main {
		padding-top: 0;
		background-color: var(--bg);
		background-image: url("/local/templates/main/images/bg_hero.png"),
		url("/local/templates/main/images/bg_hero_vector.png"), url("/local/templates/main/images/home-body-center.png");
		background-blend-mode: color-dodge;
		background-position: -230px top, 89% 19.2%, -17vw 54%;
		background-repeat: no-repeat;
		background-size: 300%, contain, contain;
		padding-bottom: 170px;
		overflow: hidden;
	}

	.container {
		width: 100%;
	}

	.articleSwiper {
		overflow: visible;
	}

	.burger {
		width: 28px;
		height: 39px;
		gap: 6px;
		padding: 10px 4px;
	}

	.header_search {
		padding: 0 16px;
	}

	.header_search.active {
		padding: 40px 0 48px;
	}

	.header_search button {
		width: 24px;
		height: 24px;
		right: 32px;
	}
	.interface-lang {
		display: none;
	}

	.section_container {
		padding: 16px 16px 24px;
	}

	.logo {
		max-width: 260px;
	}

	.header {
		position: fixed;
	}

	.header_container {
		padding: 9px 16px 11px;
	}

	.header_right {
		gap: 20px;
		align-items: center;
	}

	.interface-setting {
		gap: 16px;
	}

	.interface-size {
		width: 24px;
		height: 24px;
	}

	.home_section {
		padding-bottom: 80px;
	}

	.hero_text {
		font-size: 18px;
		letter-spacing: 0.04em;
		max-width: 98%;
	}

	.preview-news_container {
		padding-right: 0;
	}

	.courses-item_btn {
		width: max-content;
		height: auto;
		font-size: 16px;
		padding: 12px 5px;
	}

	.hero_title {
		max-width: 1140px;
		width: 75%;
		margin-bottom: 19px;
	}

	.hero_btn {
		display: none;
	}

	.home_section_head {
		margin-bottom: 20px;
	}

	.preview-news_item.swiper-slide-next,
	.preview-news_item.swiper-slide-next + .swiper-slide {
		width: 32vw !important;
		max-width: 410px !important;
	}

	.preview-news_item:first-child .preview-news_item-img {
		display: block;
	}

	.preview-news_item:first-child .preview-news_item-date {
		letter-spacing: 0.04em;
	}

	.preview-news_item {
		display: none;
		margin-bottom: 32px;
	}

	.preview-news_item:first-child,
	.preview-news_item:nth-child(2),
	.preview-news_item:nth-child(3) {
		display: block;
	}

	.preview-news_item-img {
		margin-bottom: 10px;
	}

	.preview-news_item-img img {
		height: 100%;
		object-fit: cover;
	}

	.preview-news_item.swiper-slide-active {
		width: 63vw !important;
		max-width: 848px !important;
		display: flex;
	}

	.courses-list {
		grid-auto-rows: 325px;
		gap: 16px;
	}

	.preview-news_item-date {
		margin-bottom: 3px;
	}

	.preview-news_item-title {
		margin-bottom: 16px;
	}

	.preview-events_item {
		border-radius: 12px;
		height: 63px;
		max-height: 63px;
		justify-content: flex-start;
		gap: 40px;
	}

	.courses-item_img img,
	.courses-item_img svg {
		max-width: 155px;
		max-height: 155px;
	}

	.courses-item_img {
		bottom: 1px;
		right: 20px;
		align-items: flex-end;
	}

	.courses-item-author {
		margin-bottom: 16px;
	}

	.courses-item_title {
		width: 90%;
		font-size: 22px;
		line-height: 1.3;
	}

	.courses-item {
		padding: 16px 16px 108px;
		gap: 17px;
		justify-content: flex-start;
	}

	.preview-events_item + .preview-events_item {
		margin-top: -22px;
	}

	.preview-events_item-date {
		font-size: 18px;
		letter-spacing: 0.04em;
		margin-bottom: 3px;
	}

	.preview-events_item-header {
		padding: 7px 16px;
	}

	.preview-events_item-title {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 7px;
	}

	.preview-events_item-header p {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.preview-events_item-text {
		letter-spacing: 0;
	}

	.preview-events_item-btn {
		width: 110px;
		height: 48px;
		padding: 0;
	}

	.preview-events_item.active .preview-events_item-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.preview-events_item.active {
		margin-top: -14px;
		padding: 15px 16px 15px;
		height: 442px;
		max-height: 442px;
		background-size: 155%;
		background-attachment: local;
		background-position: -188px 222px;
	}

	.preview-courses_item {
		padding: 32px 32px 107px;
		border-radius: 12px;
		min-height: 305px;
	}

	.preview-events_list {
		margin-bottom: 33px;
	}

	.preview-news {
		padding-bottom: 80px;
	}

	.preview-courses {
		margin-bottom: 32px;
	}

	.footer {
		padding: 32px 0;
	}

	.footer_nav ul {
		align-items: flex-start;
	}

	.footer_social-link a {
		width: 44px;
		height: 44px;
		display: block;
	}

	.footer_menu {
		gap: 32px;
		margin-bottom: 32px;
	}

	.footer_link a {
		font-size: 18px;
		letter-spacing: 0.04em;
		margin-bottom: 16px;
	}

	.footer_social-link a img {
		width: 100%;
		height: 100%;
	}

	.footer_subscription {
		width: 100%;
	}

	.footer_subscription-title {
		font-size: 22px;
		margin-bottom: 7px;
	}

	.header_social {
		display: none;
	}

	.footer_subscription-field button {
		width: 100%;
	}

	.footer_subscription-field input {
		width: 100%;
		padding: 11px 16px;
	}

	.header_menu nav ul {
		flex-direction: column;
		justify-content: flex-start;
		gap: 0;
	}

	.menu--mobile {
		display: flex;
		padding: 32px 32px 24px;
	}

	.header_menu nav ul li {
		width: 100%;
	}

	.menu--mobile.menu_social {
		gap: 32px;
		border-bottom: 1px solid var(--blue-100);
	}

	.menu--mobile.menu_social a {
		display: block;
		width: 32px;
		height: 32px;
	}

	.menu--mobile.menu_lang {
		padding-top: 24px;
		gap: 24px;
		flex-direction: column;
		align-items: flex-start;
	}

	.lang {
		display: flex;
		align-items: center;
		gap: 10px;
		color: var(--white);
	}

	.lang img {
		width: 24px;
		height: 24px;
	}

	.lang.active {
		color: var(--blue-80);
	}

	.header_menu nav ul li a {
		padding: 12px;
		border-bottom: none;
	}

	.search_head {
		flex-direction: column;
	}

	.header_menu.active {
		background-color: var(--dark-blue-100);
		height: 100vh;
		padding: 10px 0 28px;
		display: flex;
		flex-direction: column;
		gap: 94px;
	}

	.header_menu nav ul li a.active,
	.header_menu nav ul li a:hover {
		padding: 12px;
		border-bottom: none;
		background-color: #013c89;
	}

	.header_menu nav ul li a {
		letter-spacing: 0.06em;
	}

	.footer_social a {
		width: 44px;
		height: 44px;
	}

	.footer_copy {
		flex-direction: column;
		align-items: flex-start;
	}

	.search-calendar {
		max-width: 100%;
	}

	.burger.active .burger-line:first-child {
		width: 25px;
	}

	.burger.active .burger-line:last-child {
		width: 25px;
	}

	.sorting .sorting-right {
		display: none;
	}

	.search_filter--cources .search-reset {
		padding-left: 0;
	}

	.search_label {
		display: none;
	}

	.search_label--row {
		display: block;
	}

	.courses_sorting {
		flex-direction: column;
		align-items: flex-start;
	}

	.glossary_filter a {
		width: 42px;
	}

	.glossary-list {
		margin-top: 25px;
	}

	.article__play-button {
		width: 46px;
		height: 46px;
	}

	.article__play-icon {
		top: 50%;
		left: 54%;
	}

	.article__play-icon svg {
		width: 15px;
		height: 15px;
	}

	.open-base {
		display: flex;
		flex-direction: column;
	}

	.open-base p {
		margin-bottom: 12px;
	}

	.open-base ol,
	.open-base ul {
		margin-bottom: 16px;
	}

	.open-base * {
		order: 2;
	}

	.open-base h1 {
		order: 1;
	}

	.preview-articles_item-img {
		height: 32.2vw;
		min-height: 162px;
		margin-bottom: 12px;
	}

	.preview-articles_item-title {
		font-size: 20px;
		margin-bottom: 4px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.preview-articles_item-date {
		margin-bottom: 24px;
	}

	.interface-search {
		width: 24px;
		height: 24px;
	}

	.article_more-list {
		display: none;
	}

	.article_more-list .articles_item-img img,
	.article_more-list .articles_item-img {
		max-height: 286px;
		height: 286px;
		min-height: 286px;
	}

	.more-articles-cources-swiper_wrapper {
		flex-direction: column;
		gap: 16px;
	}

	.articles_item-title {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.articles_list {
		padding-top: 8px;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.articles_item-date {
		margin-bottom: 14px;
	}

	.article_container {
		padding: 0;
	}

	.article_title {
		margin-bottom: 5px;
	}

	.article img {
		height: 54vw;
		margin-bottom: 0;
		object-fit: cover;
	}

	.article figure {
		padding-top: 3px;
		padding-bottom: 0;
	}

	.courses_sorting .dropdown {
		width: 100%;
	}

	.sorting-row {
		width: 100%;
	}

	.article_social {
		position: static;
		flex-direction: row;
		align-items: center;
		padding-top: 40px;
		gap: 16px;
	}

	.article_social img,
	.article_social a {
		width: 32px;
		height: 32px;
	}

	.article_social-text {
		display: block;
		font-size: 18px;
		color: var(--dark-violet-100);
		margin-bottom: 0;
	}

	.calendar-list {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.calendar-item_head {
		padding: 15px;
		margin-bottom: 11px;
	}

	.calendar-item_date {
		margin-bottom: 4px;
	}

	.calendar-item_text {
		margin-bottom: 17px;
	}

	.calendar {
		padding: 16px;
		width: calc(100vw - 32px);
	}

	.calendar-months {
		overflow-x: scroll;
	}

	.calendar-weekdays {
		grid-template-columns: repeat(7, 14.25%);
		height: 36px;
	}

	.calendar-weekdays div {
		font-size: 14px;
	}

	.calendar-days {
		grid-template-columns: repeat(7, 14.25%);
		grid-auto-rows: 48px;
	}

	.calendar-days .selected-start:before {
		left: 0;
		width: 100%;
		height: 100%;
	}

	.calendar-days.select .selected-start:after {
		left: 0;
		width: 100%;
		height: 100%;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.calendar-days.select .selected-start:before {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.calendar-days .selected-end:before {
		right: 0;
		width: 100%;
		height: 100%;
	}

	.calendar-days.select .selected-end:after {
		left: 0;
		width: 100%;
		height: 100%;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.calendar-days.select .selected-end:before {
		right: 0;
		width: 100%;
		height: 100%;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.calendar-close {
		display: none;
	}

	.courses-more {
		padding: 16px;
		gap: 24px;
	}

	.courses-more_author {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.courses-more_title {
		font-size: 22px;
		margin-bottom: 4px;
	}

	.newsBigSwiper-slide {
		padding: 0;
		border-radius: 12px;
		justify-content: flex-start;
		height: auto;
	}

	.newsBigSwiper-slide_date {
		font-size: 16px;
		letter-spacing: 0.04em;
		margin-bottom: 4px;
	}

	.newsBigSwiper-slide_title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.newsBigSwiper-slide_img {
		position: static;
		width: 100%;
		min-height: 52vw;
		height: 53.4vw;
	}

	.newsBigSwiper-slide:before {
		display: none;
	}

	.newsBigSwiper-slide_img img {
		width: 100%;
	}

	.newsBigSwiper-slide_img:before {
		display: none;
	}

	.article.article--about-platform figure {
		display: none;
	}

	.article_title--about-platform {
		font-size: 20px;
		margin-bottom: 40px;
		padding: 0;
	}

	.article .article_desc--about-platform {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.about-platform_tasks {
		gap: 20px;
	}

	.about-platform_card h3 {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.newsBigSwiper-slide_img {
		position: static;
		width: 100%;
		min-height: 52vw;
		height: 53.4vw;
	}

	.preview-support {
		padding-top: 27px;
	}

	.banner_support-btn {
		max-width: max-content;
		padding: 11px 5px;
	}

	.footer_subscription-field {
		gap: 16px;
	}

	.footer_subscription-field .btn {
		width: 100%;
	}

	.footer_link-list {
		justify-content: space-between;
		gap: 0;
	}

	.article--course .card_tags {
		margin-bottom: 16px;
	}

	.home-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	main {
		padding-top: 70px;
		padding-bottom: 150px;
	}

	h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	h2 {
		font-size: 24px;
		line-height: 1.2;
	}

	h3 {
		font-size: 22px;
	}

	.h-description {
		font-size: 18px;
		width: 100%
	}

	.section_title {
		margin-bottom: 13px;
	}

	.btn {
		font-size: 16px;
		letter-spacing: 0.04em;
	}

	.container {
		width: 100%;
		padding: 0;
	}

	.btn--download {
		padding: 0;
		width: 244px;
		height: 44px;
	}

	.link-more {
		font-size: 16px;
		align-items: center;
		font-weight: 400;
		gap: 9px;
		padding: 0 15px 0 0;
	}

	.link-more span {
		display: none;
	}

	.link-more::after {
		width: 24px;
		height: 24px;
	}

	.card_title {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.card_img {
		border-radius: 12px;
	}

	.home_main {
		padding-left: 16px;
		padding-right: 16px;
	}

	.swiper-navigations {
		display: none;
	}

	.articleSwiper {
		overflow: visible;
	}

	.burger.active {
		width: 28px;
		height: 39px;
		gap: 6px;
		padding: 10px 4px;
	}

	.header_search.active {
		padding: 40px 16px 48px;
	}

	.header_search button {
		width: 24px;
		height: 24px;
		right: 16px;
	}

	.interface-lang {
		display: none;
	}

	.banner_support {
		padding: 16px;
	}

	.banner_support-title {
		margin-bottom: 24px;
	}

	.banner_support {
		background-image: url("/local/templates/main/images/banner_support-mobile.png");
	}

	.logo {
		max-width: 160px;
	}

	.header {
		position: fixed;
	}

	.header_container {
		padding: 9px 16px 11px;
	}

	.header_right {
		gap: 20px;
		align-items: center;
	}

	.interface-setting {
		gap: 16px;
	}

	.interface-size {
		width: 24px;
		height: 24px;
	}

	.home_section {
		padding-bottom: 15px;
	}

	.hero {
		padding: 80px 0 200px;
	}

	.hero_text {
		font-size: 14px;
		letter-spacing: 0.04em;
		max-width: 100%;
	}

	.preview-news {
		padding-top: 90px;
	}

	.preview-news_container {
		padding-right: 0;
	}

	.courses-item_btn {
		width: max-content;
		height: auto;
		font-size: 16px;
		padding: 12px 5px;
	}

	.hero_title {
		margin-bottom: 19px;
	}

	.hero_btn {
		display: none;
	}

	.home_section_head {
		margin-bottom: 20px;
	}

	.preview-news_list {
		height: auto;
		flex-direction: column;
	}

	.preview-news_navigations {
		display: none;
	}

	.preview-news_item .preview-news_item-img {
		display: none;
	}

	.preview-news_item:first-child .preview-news_item-img {
		display: block;
	}

	.preview-news_item:first-child .preview-news_item-date {
		letter-spacing: 0.04em;
	}

	.preview-news_item:first-child .preview-news_item-title {
		font-size: 22px;
		line-height: 1.3;
		letter-spacing: 0;
	}

	.preview-news_item {
		display: none;
		margin-bottom: 32px;
	}

	.preview-news_item:first-child,
	.preview-news_item:nth-child(2),
	.preview-news_item:nth-child(3) {
		display: block;
	}

	.preview-news_item-img {
		height: 213px;
		margin-bottom: 10px;
	}

	.courses-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.preview-news_item-date {
		margin-bottom: 3px;
	}

	.preview-news_item-title {
		margin-bottom: 16px;
	}

	.preview-events_item {
		border-radius: 12px;
		height: auto;
		max-height: 90px;
		justify-content: flex-start;
		gap: 13px;
		padding: 0;
	}

	.preview-events_item-header {
		position: static;
		padding: 7px 16px 0;
	}

	.courses-item_img img,
	.courses-item_img svg {
		max-width: 155px;
		max-height: 155px;
	}

	.courses-item_img {
		bottom: 1px;
		right: 20px;
		align-items: flex-end;
	}

	.courses-item-author {
		margin-bottom: 16px;
	}

	.courses-item_title {
		width: 90%;
		font-size: 22px;
		line-height: 1.3;
	}

	.courses-item {
		padding: 16px 16px 108px;
		gap: 17px;
		justify-content: flex-start;
	}

	.preview-events_item + .preview-events_item {
		margin-top: -22px;
	}

	.preview-events_item-date {
		font-size: 18px;
		letter-spacing: 0.04em;
		margin-bottom: 3px;
	}

	.preview-events_item-header {
		position: static;
		padding: 7px 16px 10px;
	}

	.preview-events_item-title {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 7px;
	}

	.preview-events_item-header p {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.preview-events_item-text {
		letter-spacing: 0;
	}

	.preview-events_item-btn {
		width: 110px;
		height: 48px;
		padding: 0;
	}

	.preview-events_item.active .preview-events_item-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.preview-events_item.active {
		margin-top: -14px;
		padding: 15px 16px 15px;
		height: 442px;
		max-height: 442px;
		background-size: 155%;
		background-attachment: local;
		background-position: bottom right;
	}

	.preview-courses_item {
		padding: 11px 15px 107px;
		border-radius: 12px;
		min-height: 305px;
	}

	.preview-events_list {
		margin-bottom: 33px;
	}

	.preview-news {
		padding-bottom: 0;
	}

	.preview-courses {
		margin-bottom: 32px;
	}

	.footer_nav {
		position: fixed;
		bottom: 0;
		left: 0;
		transform: none;
		top: auto;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		z-index: 10;
	}

	.footer {
		padding: 32px 16px;
	}

	.footer_logo {
		max-width: 192px;
		min-width: auto;
	}

	.footer_nav.active {
		bottom: auto;
		top: 0;
		transform: translate(0, -100%);
		position: absolute;
	}

	.footer_nav ul {
		align-items: flex-start;
	}

	.footer_social-link a {
		width: 44px;
		height: 44px;
		display: block;
	}

	.footer_menu {
		flex-direction: column;
	}

	.footer_link a {
		font-size: 18px;
		letter-spacing: 0.04em;
		margin-bottom: 16px;
	}

	.footer_link-list {
		flex-direction: column;
		gap: 20px;
	}

	.footer_social-link a img {
		width: 100%;
		height: 100%;
	}

	.footer_bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 11px;
	}

	.footer_subscription {
		width: 100%;
	}

	.footer_subscription-title {
		font-size: 22px;
		margin-bottom: 7px;
	}

	.footer_subscription-field {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.header_social {
		display: none;
	}

	.footer_subscription-field button {
		width: 100%;
	}

	.footer_subscription-field input {
		width: 100%;
		padding: 11px 16px;
	}

	.header_menu nav ul {
		flex-direction: column;
		justify-content: flex-start;
		gap: 0;
	}

	.menu--mobile {
		display: flex;
		padding: 32px 32px 24px;
	}

	.header_menu nav ul li {
		width: 100%;
	}

	.menu--mobile.menu_social {
		gap: 32px;
		border-bottom: 1px solid var(--blue-100);
	}

	.menu--mobile.menu_social a {
		display: block;
		width: 32px;
		height: 32px;
	}

	.menu--mobile.menu_lang {
		padding-top: 24px;
		gap: 24px;
		flex-direction: column;
		align-items: flex-start;
	}

	.lang {
		display: flex;
		align-items: center;
		gap: 10px;
		color: var(--white);
	}

	.lang img {
		width: 24px;
		height: 24px;
	}

	.lang.active {
		color: var(--blue-80);
	}

	.header_menu nav ul li a {
		padding: 12px;
		border-bottom: none;
	}

	.search_head {
		flex-direction: column;
	}

	.header_menu.active {
		background-color: var(--dark-blue-100);
		height: 94vh;
		padding: 10px 0 28px;
		display: flex;
		flex-direction: column;
		gap: 94px;
		overflow-y: scroll;
	}

	.header_menu.active::-webkit-scrollbar {
		display: none;
	}


	.header_menu nav ul li a.active,
	.header_menu nav ul li a:hover {
		padding: 12px;
		border-bottom: none;
		background-color: #013c89;
	}

	.header_menu nav ul li a {
		letter-spacing: 0.06em;
	}

	.footer_social a {
		width: 44px;
		height: 44px;
	}

	.footer_copy {
		flex-direction: column;
		align-items: flex-start;
	}

	.search-calendar {
		max-width: 100%;
	}

	.burger.active .burger-line:first-child {
		width: 24px;
	}

	.burger.active .burger-line:last-child {
		width: 24px;
	}

	.sorting .sorting-right {
		display: none;
	}

	.search_filter--cources .search-reset {
		padding-left: 0;
	}

	.search_label {
		display: none;
	}

	.search_label--row {
		display: block;
	}

	.courses_sorting {
		flex-direction: column;
		align-items: flex-start;
	}

	.courses_sorting .sorting-left {
		flex-direction: column;
		align-items: flex-start;
	}

	.glossary_filter a {
		width: 42px;
	}

	.glossary-list {
		margin-top: 25px;
	}

	.article__play-button {
		width: 46px;
		height: 46px;
	}

	.article__play-icon {
		top: 50%;
		left: 54%;
	}

	.article__play-icon svg {
		width: 15px;
		height: 15px;
	}

	.articles_list--base.list .articles_item {
		flex-direction: column;
	}

	.open-base {
		display: flex;
		flex-direction: column;
	}

	.open-base p {
		margin-bottom: 12px;
	}

	.open-base ol,
	.open-base ul {
		margin-bottom: 16px;
	}

	.open-base * {
		order: 2;
	}

	.open-base h1 {
		order: 1;
	}

	.contacts-form {
		padding: 27px 16px 257px;
		background-image: url("/local/templates/main/images/bg-contacts-mobile.png");
		background-position: bottom left;
	}

	.contacts-form .btn {
		width: 100%;
	}

	.contacts-form_field {
		display: flex;
		flex-direction: column;
	}

	.contacts-form h3 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 16px;
	}

	.contacts_bottom {
		padding: 16px 16px 72px;
	}

	.preview-articles_item-img {
		height: 32.2vw;
		min-height: 162px;
		margin-bottom: 12px;
	}

	.preview-articles_item-title {
		font-size: 20px;
		margin-bottom: 4px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.preview-articles_item-date {
		margin-bottom: 24px;
	}

	.interface-search {
		width: 24px;
		height: 24px;
	}

	.article_more-list {
		display: none;
	}

	.article_more-list .articles_item-img img,
	.article_more-list .articles_item-img {
		max-height: 286px;
		height: 286px;
		min-height: 286px;
	}

	.more-articles-cources-swiper_wrapper {
		flex-direction: column;
		gap: 16px;
	}

	.articles_item-img {
		margin-bottom: 12px;
	}

	.articles_item-title {
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	.articles_list {
		padding-top: 8px;
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.articles_item-date {
		margin-bottom: 14px;
	}

	.article_container {
		padding: 0;
	}

	.article_title {
		margin-bottom: 5px;
	}

	.article img {
		height: 54vw;
		margin-bottom: 0;
		object-fit: cover;
	}

	.article figure {
		padding-top: 3px;
		padding-bottom: 0;
	}

	.courses_sorting .dropdown {
		width: 100%;
	}

	.calendar-list {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.calendar-item_head {
		padding: 15px;
		height: 54vw;
		margin-bottom: 11px;
	}

	.calendar-item_date {
		margin-bottom: 4px;
	}

	.calendar-item_text {
		margin-bottom: 17px;
	}

	.calendar {
		padding: 16px;
		width: calc(100vw - 32px);
	}

	.calendar-months {
		overflow-x: scroll;
	}

	.calendar-weekdays {
		grid-template-columns: repeat(7, 14.25%);
		height: 36px;
	}

	.calendar-weekdays div {
		font-size: 14px;
	}

	.calendar-days {
		grid-template-columns: repeat(7, 14.25%);
		grid-auto-rows: 48px;
	}

	.calendar-days .selected-start:before {
		left: 0;
		width: 100%;
		height: 100%;
	}

	.calendar-days.select .selected-start:after {
		left: 0;
		width: 100%;
		height: 100%;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.calendar-days.select .selected-start:before {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.calendar-days .selected-end:before {
		right: 0;
		width: 100%;
		height: 100%;
	}

	.calendar-days.select .selected-end:after {
		left: 0;
		width: 100%;
		height: 100%;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.calendar-days.select .selected-end:before {
		right: 0;
		width: 100%;
		height: 100%;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.calendar-close {
		display: none;
	}

	.calendar-slide {
		padding: 16px;
		height: 442px;
	}

	.calendar-slide.swiper-slide-active {
		background-position: 98% 123%;
		background-size: 145%;
	}

	.calendar-slide:before {
		display: none;
	}

	.calendar-slide.swiper-slide-active:before {
		display: none;
	}

	.calendar-slide_date {
		font-size: 18px;
		margin-bottom: 0;
		letter-spacing: 0.04em;
	}

	.calendar-slide_title {
		font-size: 36px;
		margin-bottom: 8px;
	}

	.calendar-slide_text {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.calendar-slide_btn {
		padding: 0;
		max-width: 147px;
		padding: 0;
		height: 48px;
	}

	.calendar-slider {
		padding: 0;
	}

	.more-swiper-button-next,
	.more-swiper-button-prev {
		display: none;
	}

	.courses-more {
		padding: 16px;
		gap: 24px;
	}

	.courses-more_author {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.courses-more_title {
		font-size: 22px;
		margin-bottom: 4px;
	}

	.newsBigSwiper {
		margin-bottom: 26px;
	}

	.newsBigSwiper-slide {
		padding: 0px;
		border-radius: 12px;
		justify-content: flex-start;
		height: auto;
	}

	.newsBigSwiper-slide_date {
		font-size: 16px;
		letter-spacing: 0.04em;
		margin-bottom: 4px;
	}

	.newsBigSwiper-slide_title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.newsBigSwiper-slide_img {
		position: static;
		width: 100%;
		min-height: 52vw;
		height: 53.4vw;
	}

	.newsBigSwiper-slide:before {
		display: none;
	}

	.newsBigSwiper-slide_img img {
		width: 100%;
	}

	.newsBigSwiper-slide_img:before {
		display: none;
	}

	.preview-support {
		padding-top: 27px;
	}

	.banner_support-btn {
		max-width: max-content;
		padding: 11px 5px;
	}

	.footer_subscription-field {
		gap: 16px;
	}

	.footer_subscription-field .btn {
		width: 100%;
	}

	.sorting-select-date p {
		font-size: 22px;
	}

	.sorting-calendar > p:first-child {
		font-size: 22px;
	}

	.sorting-select-date p span {
		font-size: 12px;
	}

	.sorting-select-date {
		padding-right: 17px;
	}

	.container--breadcrumb {
		padding: 0 16px;
	}

	.about-platform_tasks {
		grid-template-columns: 1fr;
		grid-auto-rows: 200px;
		gap: 16px;
	}

	.about-platform_card {
		border-radius: 12px;
	}

	.about-platform_card--1 img {
		height: 48vw;
		bottom: -53px;
	}

	.about-platform_card--2 img {
		height: 50vw;
		bottom: -31px;
	}

	.about-platform_card--3 img {
		height: 32vw;
		bottom: -22px;
	}

	.about-platform_card--4 img,
	.about-platform_card--5 img {
		height: 28vw;
	}

	.about-platform_card--6 img {
		height: 31vw;
	}

	.breadcrumbs {
		display: none;
	}

	.breadcrumbs_back {
		display: inline-block;
	}

	.swiper-container {
		padding-bottom: 10px;
	}

	.card_img img {
		display: block;
	}

	.reset-btn {
		right: 46px;
	}

	.search input {
		padding-right: 70px;
	}

	.article_more-list.article_more-list--cources {
		padding: 16px;
	}

	.articles_list.list .articles_item {
		flex-direction: column;
	}

	.articles_list.list .articles_item .articles_item-img {
		height: auto;
		min-height: auto;
		margin: 0;
	}

	.article--course .article img {
		display: block;
	}

	.preview-courses--one .home_section_head {
		justify-content: space-between;
	}

	.preview-courses--one .home_section_head .link-more {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	.nav {
		padding: 0 16px;
	}
}

@media (max-width: 450px) {
	.articles_item-img {
		height: 200px;
	}
}
/* End */
/* /local/templates/main/css/bvi.css?173521622659148 */
/* /local/templates/main/css/blind-white.css?173521622622108 */
/* /local/templates/main/css/blind-black.css?173521622622030 */
/* /local/templates/main/css/blind-blue.css?173521622622232 */
/* /local/templates/main/css/blind-brown.css?173521622622609 */
/* /local/templates/main/css/blind-green.css?173521622622506 */
/* /local/templates/main/styles.min.css?1735216226455 */
/* /local/templates/main/template_styles.css?1755867599116049 */
