

/* Start:/local/templates/dosaaf74.ru/script/bvi/bvi.css?172708886086381*/
/*!
 * 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 .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;
}
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="40"] * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h1,
body .bvi-body[data-bvi-fontsize="40"] * h1 * {
  font-size: 47px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h2,
body .bvi-body[data-bvi-fontsize="40"] * h2 * {
  font-size: 46px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h3,
body .bvi-body[data-bvi-fontsize="40"] * h3 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h4,
body .bvi-body[data-bvi-fontsize="40"] * h4 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h5,
body .bvi-body[data-bvi-fontsize="40"] * h5 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h6,
body .bvi-body[data-bvi-fontsize="40"] * h6 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h1,
body .bvi-body[data-bvi-fontsize="39"] * h1 * {
  font-size: 46px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h2,
body .bvi-body[data-bvi-fontsize="39"] * h2 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h3,
body .bvi-body[data-bvi-fontsize="39"] * h3 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h4,
body .bvi-body[data-bvi-fontsize="39"] * h4 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h5,
body .bvi-body[data-bvi-fontsize="39"] * h5 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h6,
body .bvi-body[data-bvi-fontsize="39"] * h6 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h1,
body .bvi-body[data-bvi-fontsize="38"] * h1 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h2,
body .bvi-body[data-bvi-fontsize="38"] * h2 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h3,
body .bvi-body[data-bvi-fontsize="38"] * h3 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h4,
body .bvi-body[data-bvi-fontsize="38"] * h4 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h5,
body .bvi-body[data-bvi-fontsize="38"] * h5 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h6,
body .bvi-body[data-bvi-fontsize="38"] * h6 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h1,
body .bvi-body[data-bvi-fontsize="37"] * h1 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h2,
body .bvi-body[data-bvi-fontsize="37"] * h2 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h3,
body .bvi-body[data-bvi-fontsize="37"] * h3 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h4,
body .bvi-body[data-bvi-fontsize="37"] * h4 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h5,
body .bvi-body[data-bvi-fontsize="37"] * h5 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h6,
body .bvi-body[data-bvi-fontsize="37"] * h6 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h1,
body .bvi-body[data-bvi-fontsize="36"] * h1 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h2,
body .bvi-body[data-bvi-fontsize="36"] * h2 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h3,
body .bvi-body[data-bvi-fontsize="36"] * h3 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h4,
body .bvi-body[data-bvi-fontsize="36"] * h4 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h5,
body .bvi-body[data-bvi-fontsize="36"] * h5 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h6,
body .bvi-body[data-bvi-fontsize="36"] * h6 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h1,
body .bvi-body[data-bvi-fontsize="35"] * h1 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h2,
body .bvi-body[data-bvi-fontsize="35"] * h2 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h3,
body .bvi-body[data-bvi-fontsize="35"] * h3 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h4,
body .bvi-body[data-bvi-fontsize="35"] * h4 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h5,
body .bvi-body[data-bvi-fontsize="35"] * h5 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h6,
body .bvi-body[data-bvi-fontsize="35"] * h6 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h1,
body .bvi-body[data-bvi-fontsize="34"] * h1 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h2,
body .bvi-body[data-bvi-fontsize="34"] * h2 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h3,
body .bvi-body[data-bvi-fontsize="34"] * h3 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h4,
body .bvi-body[data-bvi-fontsize="34"] * h4 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h5,
body .bvi-body[data-bvi-fontsize="34"] * h5 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h6,
body .bvi-body[data-bvi-fontsize="34"] * h6 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h1,
body .bvi-body[data-bvi-fontsize="33"] * h1 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h2,
body .bvi-body[data-bvi-fontsize="33"] * h2 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h3,
body .bvi-body[data-bvi-fontsize="33"] * h3 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h4,
body .bvi-body[data-bvi-fontsize="33"] * h4 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h5,
body .bvi-body[data-bvi-fontsize="33"] * h5 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h6,
body .bvi-body[data-bvi-fontsize="33"] * h6 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h1,
body .bvi-body[data-bvi-fontsize="32"] * h1 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h2,
body .bvi-body[data-bvi-fontsize="32"] * h2 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h3,
body .bvi-body[data-bvi-fontsize="32"] * h3 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h4,
body .bvi-body[data-bvi-fontsize="32"] * h4 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h5,
body .bvi-body[data-bvi-fontsize="32"] * h5 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h6,
body .bvi-body[data-bvi-fontsize="32"] * h6 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h1,
body .bvi-body[data-bvi-fontsize="31"] * h1 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h2,
body .bvi-body[data-bvi-fontsize="31"] * h2 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h3,
body .bvi-body[data-bvi-fontsize="31"] * h3 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h4,
body .bvi-body[data-bvi-fontsize="31"] * h4 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h5,
body .bvi-body[data-bvi-fontsize="31"] * h5 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h6,
body .bvi-body[data-bvi-fontsize="31"] * h6 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h1,
body .bvi-body[data-bvi-fontsize="30"] * h1 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h2,
body .bvi-body[data-bvi-fontsize="30"] * h2 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h3,
body .bvi-body[data-bvi-fontsize="30"] * h3 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h4,
body .bvi-body[data-bvi-fontsize="30"] * h4 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h5,
body .bvi-body[data-bvi-fontsize="30"] * h5 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h6,
body .bvi-body[data-bvi-fontsize="30"] * h6 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h1,
body .bvi-body[data-bvi-fontsize="29"] * h1 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h2,
body .bvi-body[data-bvi-fontsize="29"] * h2 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h3,
body .bvi-body[data-bvi-fontsize="29"] * h3 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h4,
body .bvi-body[data-bvi-fontsize="29"] * h4 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h5,
body .bvi-body[data-bvi-fontsize="29"] * h5 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h6,
body .bvi-body[data-bvi-fontsize="29"] * h6 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h1,
body .bvi-body[data-bvi-fontsize="28"] * h1 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h2,
body .bvi-body[data-bvi-fontsize="28"] * h2 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h3,
body .bvi-body[data-bvi-fontsize="28"] * h3 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h4,
body .bvi-body[data-bvi-fontsize="28"] * h4 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h5,
body .bvi-body[data-bvi-fontsize="28"] * h5 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h6,
body .bvi-body[data-bvi-fontsize="28"] * h6 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h1,
body .bvi-body[data-bvi-fontsize="27"] * h1 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h2,
body .bvi-body[data-bvi-fontsize="27"] * h2 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h3,
body .bvi-body[data-bvi-fontsize="27"] * h3 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h4,
body .bvi-body[data-bvi-fontsize="27"] * h4 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h5,
body .bvi-body[data-bvi-fontsize="27"] * h5 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h6,
body .bvi-body[data-bvi-fontsize="27"] * h6 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h1,
body .bvi-body[data-bvi-fontsize="26"] * h1 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h2,
body .bvi-body[data-bvi-fontsize="26"] * h2 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h3,
body .bvi-body[data-bvi-fontsize="26"] * h3 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h4,
body .bvi-body[data-bvi-fontsize="26"] * h4 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h5,
body .bvi-body[data-bvi-fontsize="26"] * h5 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h6,
body .bvi-body[data-bvi-fontsize="26"] * h6 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h1,
body .bvi-body[data-bvi-fontsize="25"] * h1 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h2,
body .bvi-body[data-bvi-fontsize="25"] * h2 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h3,
body .bvi-body[data-bvi-fontsize="25"] * h3 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h4,
body .bvi-body[data-bvi-fontsize="25"] * h4 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h5,
body .bvi-body[data-bvi-fontsize="25"] * h5 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h6,
body .bvi-body[data-bvi-fontsize="25"] * h6 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h1,
body .bvi-body[data-bvi-fontsize="24"] * h1 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h2,
body .bvi-body[data-bvi-fontsize="24"] * h2 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h3,
body .bvi-body[data-bvi-fontsize="24"] * h3 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h4,
body .bvi-body[data-bvi-fontsize="24"] * h4 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h5,
body .bvi-body[data-bvi-fontsize="24"] * h5 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h6,
body .bvi-body[data-bvi-fontsize="24"] * h6 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h1,
body .bvi-body[data-bvi-fontsize="23"] * h1 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h2,
body .bvi-body[data-bvi-fontsize="23"] * h2 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h3,
body .bvi-body[data-bvi-fontsize="23"] * h3 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h4,
body .bvi-body[data-bvi-fontsize="23"] * h4 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h5,
body .bvi-body[data-bvi-fontsize="23"] * h5 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h6,
body .bvi-body[data-bvi-fontsize="23"] * h6 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h1,
body .bvi-body[data-bvi-fontsize="22"] * h1 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h2,
body .bvi-body[data-bvi-fontsize="22"] * h2 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h3,
body .bvi-body[data-bvi-fontsize="22"] * h3 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h4,
body .bvi-body[data-bvi-fontsize="22"] * h4 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h5,
body .bvi-body[data-bvi-fontsize="22"] * h5 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h6,
body .bvi-body[data-bvi-fontsize="22"] * h6 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h1,
body .bvi-body[data-bvi-fontsize="21"] * h1 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h2,
body .bvi-body[data-bvi-fontsize="21"] * h2 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h3,
body .bvi-body[data-bvi-fontsize="21"] * h3 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h4,
body .bvi-body[data-bvi-fontsize="21"] * h4 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h5,
body .bvi-body[data-bvi-fontsize="21"] * h5 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h6,
body .bvi-body[data-bvi-fontsize="21"] * h6 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h1,
body .bvi-body[data-bvi-fontsize="20"] * h1 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h2,
body .bvi-body[data-bvi-fontsize="20"] * h2 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h3,
body .bvi-body[data-bvi-fontsize="20"] * h3 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h4,
body .bvi-body[data-bvi-fontsize="20"] * h4 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h5,
body .bvi-body[data-bvi-fontsize="20"] * h5 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h6,
body .bvi-body[data-bvi-fontsize="20"] * h6 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h1,
body .bvi-body[data-bvi-fontsize="19"] * h1 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h2,
body .bvi-body[data-bvi-fontsize="19"] * h2 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h3,
body .bvi-body[data-bvi-fontsize="19"] * h3 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h4,
body .bvi-body[data-bvi-fontsize="19"] * h4 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h5,
body .bvi-body[data-bvi-fontsize="19"] * h5 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h6,
body .bvi-body[data-bvi-fontsize="19"] * h6 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h1,
body .bvi-body[data-bvi-fontsize="18"] * h1 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h2,
body .bvi-body[data-bvi-fontsize="18"] * h2 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h3,
body .bvi-body[data-bvi-fontsize="18"] * h3 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h4,
body .bvi-body[data-bvi-fontsize="18"] * h4 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h5,
body .bvi-body[data-bvi-fontsize="18"] * h5 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h6,
body .bvi-body[data-bvi-fontsize="18"] * h6 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h1,
body .bvi-body[data-bvi-fontsize="17"] * h1 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h2,
body .bvi-body[data-bvi-fontsize="17"] * h2 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h3,
body .bvi-body[data-bvi-fontsize="17"] * h3 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h4,
body .bvi-body[data-bvi-fontsize="17"] * h4 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h5,
body .bvi-body[data-bvi-fontsize="17"] * h5 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h6,
body .bvi-body[data-bvi-fontsize="17"] * h6 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h1,
body .bvi-body[data-bvi-fontsize="16"] * h1 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h2,
body .bvi-body[data-bvi-fontsize="16"] * h2 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h3,
body .bvi-body[data-bvi-fontsize="16"] * h3 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h4,
body .bvi-body[data-bvi-fontsize="16"] * h4 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h5,
body .bvi-body[data-bvi-fontsize="16"] * h5 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h6,
body .bvi-body[data-bvi-fontsize="16"] * h6 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h1,
body .bvi-body[data-bvi-fontsize="15"] * h1 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h2,
body .bvi-body[data-bvi-fontsize="15"] * h2 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h3,
body .bvi-body[data-bvi-fontsize="15"] * h3 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h4,
body .bvi-body[data-bvi-fontsize="15"] * h4 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h5,
body .bvi-body[data-bvi-fontsize="15"] * h5 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h6,
body .bvi-body[data-bvi-fontsize="15"] * h6 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h1,
body .bvi-body[data-bvi-fontsize="14"] * h1 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h2,
body .bvi-body[data-bvi-fontsize="14"] * h2 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h3,
body .bvi-body[data-bvi-fontsize="14"] * h3 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h4,
body .bvi-body[data-bvi-fontsize="14"] * h4 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h5,
body .bvi-body[data-bvi-fontsize="14"] * h5 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h6,
body .bvi-body[data-bvi-fontsize="14"] * h6 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h1,
body .bvi-body[data-bvi-fontsize="13"] * h1 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h2,
body .bvi-body[data-bvi-fontsize="13"] * h2 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h3,
body .bvi-body[data-bvi-fontsize="13"] * h3 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h4,
body .bvi-body[data-bvi-fontsize="13"] * h4 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h5,
body .bvi-body[data-bvi-fontsize="13"] * h5 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h6,
body .bvi-body[data-bvi-fontsize="13"] * h6 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h1,
body .bvi-body[data-bvi-fontsize="12"] * h1 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h2,
body .bvi-body[data-bvi-fontsize="12"] * h2 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h3,
body .bvi-body[data-bvi-fontsize="12"] * h3 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h4,
body .bvi-body[data-bvi-fontsize="12"] * h4 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h5,
body .bvi-body[data-bvi-fontsize="12"] * h5 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h6,
body .bvi-body[data-bvi-fontsize="12"] * h6 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h1,
body .bvi-body[data-bvi-fontsize="11"] * h1 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h2,
body .bvi-body[data-bvi-fontsize="11"] * h2 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h3,
body .bvi-body[data-bvi-fontsize="11"] * h3 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h4,
body .bvi-body[data-bvi-fontsize="11"] * h4 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h5,
body .bvi-body[data-bvi-fontsize="11"] * h5 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h6,
body .bvi-body[data-bvi-fontsize="11"] * h6 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h1,
body .bvi-body[data-bvi-fontsize="10"] * h1 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h2,
body .bvi-body[data-bvi-fontsize="10"] * h2 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h3,
body .bvi-body[data-bvi-fontsize="10"] * h3 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h4,
body .bvi-body[data-bvi-fontsize="10"] * h4 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h5,
body .bvi-body[data-bvi-fontsize="10"] * h5 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h6,
body .bvi-body[data-bvi-fontsize="10"] * h6 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h1,
body .bvi-body[data-bvi-fontsize="9"] * h1 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h2,
body .bvi-body[data-bvi-fontsize="9"] * h2 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h3,
body .bvi-body[data-bvi-fontsize="9"] * h3 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h4,
body .bvi-body[data-bvi-fontsize="9"] * h4 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h5,
body .bvi-body[data-bvi-fontsize="9"] * h5 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h6,
body .bvi-body[data-bvi-fontsize="9"] * h6 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h1,
body .bvi-body[data-bvi-fontsize="8"] * h1 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h2,
body .bvi-body[data-bvi-fontsize="8"] * h2 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h3,
body .bvi-body[data-bvi-fontsize="8"] * h3 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h4,
body .bvi-body[data-bvi-fontsize="8"] * h4 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h5,
body .bvi-body[data-bvi-fontsize="8"] * h5 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h6,
body .bvi-body[data-bvi-fontsize="8"] * h6 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h1,
body .bvi-body[data-bvi-fontsize="7"] * h1 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h2,
body .bvi-body[data-bvi-fontsize="7"] * h2 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h3,
body .bvi-body[data-bvi-fontsize="7"] * h3 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h4,
body .bvi-body[data-bvi-fontsize="7"] * h4 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h5,
body .bvi-body[data-bvi-fontsize="7"] * h5 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h6,
body .bvi-body[data-bvi-fontsize="7"] * h6 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h1,
body .bvi-body[data-bvi-fontsize="6"] * h1 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h2,
body .bvi-body[data-bvi-fontsize="6"] * h2 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h3,
body .bvi-body[data-bvi-fontsize="6"] * h3 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h4,
body .bvi-body[data-bvi-fontsize="6"] * h4 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h5,
body .bvi-body[data-bvi-fontsize="6"] * h5 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h6,
body .bvi-body[data-bvi-fontsize="6"] * h6 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h1,
body .bvi-body[data-bvi-fontsize="5"] * h1 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h2,
body .bvi-body[data-bvi-fontsize="5"] * h2 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h3,
body .bvi-body[data-bvi-fontsize="5"] * h3 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h4,
body .bvi-body[data-bvi-fontsize="5"] * h4 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h5,
body .bvi-body[data-bvi-fontsize="5"] * h5 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h6,
body .bvi-body[data-bvi-fontsize="5"] * h6 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h1,
body .bvi-body[data-bvi-fontsize="4"] * h1 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h2,
body .bvi-body[data-bvi-fontsize="4"] * h2 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h3,
body .bvi-body[data-bvi-fontsize="4"] * h3 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h4,
body .bvi-body[data-bvi-fontsize="4"] * h4 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h5,
body .bvi-body[data-bvi-fontsize="4"] * h5 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h6,
body .bvi-body[data-bvi-fontsize="4"] * h6 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * {
  font-size: 3px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h1,
body .bvi-body[data-bvi-fontsize="3"] * h1 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h2,
body .bvi-body[data-bvi-fontsize="3"] * h2 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h3,
body .bvi-body[data-bvi-fontsize="3"] * h3 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h4,
body .bvi-body[data-bvi-fontsize="3"] * h4 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h5,
body .bvi-body[data-bvi-fontsize="3"] * h5 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h6,
body .bvi-body[data-bvi-fontsize="3"] * h6 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * {
  font-size: 2px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h1,
body .bvi-body[data-bvi-fontsize="2"] * h1 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h2,
body .bvi-body[data-bvi-fontsize="2"] * h2 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h3,
body .bvi-body[data-bvi-fontsize="2"] * h3 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h4,
body .bvi-body[data-bvi-fontsize="2"] * h4 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h5,
body .bvi-body[data-bvi-fontsize="2"] * h5 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h6,
body .bvi-body[data-bvi-fontsize="2"] * h6 * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * {
  font-size: 1px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h1,
body .bvi-body[data-bvi-fontsize="1"] * h1 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h2,
body .bvi-body[data-bvi-fontsize="1"] * h2 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h3,
body .bvi-body[data-bvi-fontsize="1"] * h3 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h4,
body .bvi-body[data-bvi-fontsize="1"] * h4 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h5,
body .bvi-body[data-bvi-fontsize="1"] * h5 * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h6,
body .bvi-body[data-bvi-fontsize="1"] * h6 * {
  font-size: 3px !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;
}
body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles) {
  line-height: 1.5 !important;
}
body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) {
  line-height: 2 !important;
}
body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) {
  line-height: 2.5 !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/dosaaf74.ru/script/bvi/img/cog.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye-slash {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/eye-slash.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-up {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/volume-up.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-off {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/volume-off.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-adjust {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/adjust.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus-circle {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/minus-circle.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-image {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/image.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/img/minus.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye {
  background-image: url("/local/templates/dosaaf74.ru/script/bvi/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 */

/* End */


/* Start:/local/templates/dosaaf74.ru/css/style.css?1741152151161337*/
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueBold.woff") format("woff"), url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueBold.eot") format("eot"), url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueRegular.woff") format("woff"), url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueRegular.eot") format("eot"), url("/local/templates/dosaaf74.ru/css/../fonts/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("/local/templates/dosaaf74.ru/css/../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-height: 100vh;
  background: #eef2f5;
}

body {
  font-family: "Bebas Neue", sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

h1,
.h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.44;
  color: #244f77;
}
@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 0.73333;
    color: #244f77;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #21496f;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  h2,
  .h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1;
  }
}

h4,
.h4 {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #363942;
  line-height: 150%;
  margin-bottom: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
}

@media screen and (max-width: 500px) {
  #panel {
    display: none;
  }
}
a:link, a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #45484b;
}

strong {
  font-weight: 700;
  font-size: 18px;
  color: #363942;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.none {
  display: none;
}

.title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(30px, 2.6vw, 50px);
  color: #244f77;
  margin-bottom: 45px;
}

.title::before {
  position: relative;
  content: "";
  top: -3px;
  right: 3%;
  width: 180px;
  height: 6px;
  background: url("/local/templates/dosaaf74.ru/css/../images/title-right.svg") no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .title::before {
    width: 100px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .title::before {
    width: 68px;
    height: 6px;
  }
}

.title::after {
  position: relative;
  content: "";
  top: -3px;
  left: 3%;
  width: 180px;
  height: 6px;
  background: url("/local/templates/dosaaf74.ru/css/../images/title-right.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .title::after {
    width: 100px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .title::after {
    width: 68px;
    height: 6px;
  }
}

.h1__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .h1__left {
    text-align: center;
    line-height: 25px;
    justify-content: center;
  }
}

.h1__left::before {
  content: none;
}
@media screen and (max-width: 500px) {
  .h1__left::before {
    content: "";
  }
}

.h1__none {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .h1__none::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .h1__none::after {
    content: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  padding-top: 9px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .all-width {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header__container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  display: grid;
  grid-gap: 5px 0;
  grid-template-columns: 130px 5fr 1fr;
  grid-template-rows: 52px 48px;
  grid-auto-flow: column;
  grid-template-areas: "logo top right" "logo down right";
  backdrop-filter: blur(30px);
  padding: 6px 25px 0 13px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.4);
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .header__container {
    grid-template-rows: repeat(2, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .header__container {
    grid-template-columns: 64px 1fr;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 5px 0;
    grid-template-rows: 40px 33px;
    grid-template-areas: "logo ." "logo right";
  }
}
@media screen and (max-width: 500px) {
  .header__container {
    padding-left: 14px;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 40px 33px;
  }
}
@media screen and (max-width: 320px) {
  .header__container {
    grid-template-columns: 50px 1fr;
  }
}
.header__container_dropdown {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: grid;
  grid-gap: 5px 0;
  grid-template-columns: 130px 5fr 1fr;
  grid-template-rows: 52px 48px;
  grid-auto-flow: column;
  grid-template-areas: "logo top right" "logo down right";
  padding: 6px 25px 0 13px;
  backdrop-filter: blur(30px);
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .header__container_dropdown {
    grid-template-rows: repeat(2, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .header__container_dropdown {
    grid-template-columns: 130px 1fr;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container_dropdown {
    padding: 10px 5px 0;
    grid-template-areas: "logo ." "logo right";
  }
}
@media screen and (max-width: 500px) {
  .header__container_dropdown {
    grid-template-columns: 60px 1fr;
  }
}
@media screen and (max-width: 320px) {
  .header__container_dropdown {
    grid-template-columns: 50px 1fr;
  }
}
.header .burger {
  width: 32px;
  height: 14px;
  display: none;
  position: absolute;
  left: 160px;
  bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .burger {
    display: flex;
    left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header .burger {
    left: 69px;
    bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .header .burger {
    left: 76px;
    bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .header .burger {
    left: 66px;
  }
}
.header .burger .burger__btn_open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 4px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .header .burger .burger__btn_open {
    margin-left: 0;
  }
}
.header .burger .burger__btn_open .burger__btn_line {
  height: 2px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 0;
  padding: 0;
}
.header__logo {
  z-index: 610;
  margin-top: -2px;
  grid-area: logo;
  position: relative;
}
.header__logo img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .header__logo img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 54px;
    height: 54px;
  }
}
.header__logo_title {
  margin-top: 2px;
  position: absolute;
  top: 0;
  left: 132px;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 125%;
  color: #bcc1ca;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .header__logo_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .header__logo_title {
    left: 64px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 500px) {
  .header__logo_title {
    font-size: 14px;
    left: 64px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 320px) {
  .header__logo_title {
    left: 60px;
  }
}
.header__logo_title .accent {
  position: absolute;
  font-size: 30px;
  color: #fc0;
  margin-bottom: 2px;
}
@media screen and (max-width: 1440px) {
  .header__logo_title .accent {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo_title .accent {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .header__logo_title .accent {
    font-size: 20px;
  }
}
.header__top {
  grid-area: top;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}
.header__top .top__list {
  list-style: none;
  display: grid;
  align-items: center;
  grid-template-columns: 707px 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-template-areas: "top-left top-right";
}
@media screen and (max-width: 1440px) {
  .header__top .top__list {
    grid-template-columns: 520px 1fr;
  }
}
.header__top .top__list .top__item_left {
  grid-area: top-left;
  font-size: clamp(16px, 1.5vw, 20px);
  text-transform: uppercase;
  margin-left: 371px;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_left {
    font-size: 16px;
    margin-left: 270px;
  }
}
.header__top .top__list .top__item_left .top__link {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 0;
  color: #76828e;
}
.header__top .top__list .top__item_left .top__link:hover {
  color: #34c3ff;
  transition: 0.3s;
}
.header__top .top__list .top__item_right {
  grid-area: top-right;
  justify-self: start;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_right {
    margin-top: 0;
  }
}
.header__top .top__list .top__item_right .top__link_mail {
  font-size: clamp(14px, 1.5vw, 16px);
  display: flex;
  align-items: center;
}
.header__top .top__list .top__item_right .top__link_mail span {
  display: inline-block;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  color: #b9bfc9;
  text-transform: lowercase;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_right .top__link_mail span {
    font-size: 14px;
  }
}
.header__top .top__list .top__item_right .top__link_mail span i {
  font-weight: 700;
  font-style: normal;
}
.header__top .top__list .top__item_right .top__link_mail .icon-email {
  margin-right: 7px;
  transition: 0.3s;
  color: #54a2e9;
}
.header__top .top__list .top__item_right .top__link_mail:hover {
  transition: 0.3s;
}
.header__top .top__list .top__item_right .top__link_mail:hover span {
  color: #34C3FF;
  transition: 0.3s;
}
.header__top .top__list .top__item_right .top__link_mail:hover .icon-email {
  transition: 0.3s;
  color: #34c3ff;
}
.header__contacts {
  grid-area: right;
  position: relative;
}
.header__contacts .contacts__list {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: flex-end;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  font-weight: 700;
}
.header__contacts .contacts__item {
  display: flex;
}
.header__contacts .contacts__item .contacts__link {
  color: #fff;
  margin: 0;
  padding: 0;
}
.header__contacts .contacts__item .contacts__link_number {
  display: flex;
  align-items: center;
  font-size: 30px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .header__contacts .contacts__item .contacts__link_number {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .header__contacts .contacts__item .contacts__link_number {
    align-items: baseline;
  }
}
.header__contacts .contacts__item .contacts__link .icon-call {
  margin-right: 10px;
  transition: 0.3s ease-in;
  color: #56a2e9;
}
.header__contacts .contacts__item .contacts__link span {
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.header__contacts .contacts__item .contacts__link_number:hover {
  transition: 0.3s ease-in;
}
.header__contacts .contacts__item .contacts__link_number:hover svg {
  color: #34c3ff;
}
@media screen and (max-width: 1024px) {
  .header__contacts .contacts__item_zacaz-call {
    display: none;
  }
}
.header__contacts .contacts__item_zacaz-call .contacts__link-call {
  font-weight: 700;
  font-size: 18px;
  color: #56a2e9;
  transition: 0.3s;
  margin-bottom: 5px;
  margin-top: -5px;
}
@media screen and (max-width: 1440px) {
  .header__contacts .contacts__item_zacaz-call .contacts__link-call {
    font-size: 14px;
  }
}
.header__contacts .contacts__item_zacaz-call .contacts__link-call:hover {
  color: #34C3FF;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__contacts .contacts__item_border {
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 80px 0 0 0;
    padding: 6px 14px 6px 40px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 500px) {
  .header__contacts .contacts__item_border {
    padding: 8px 14px 4px 28px;
  }
}
.header__contacts .contacts__item_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 26px;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
}
@media screen and (max-width: 1024px) {
  .header__contacts .contacts__item_social {
    display: none;
  }
}
.header__contacts .contacts__item_social .contacts__link_social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__contacts .contacts__item_social .contacts__link_social .icon-social {
  color: #7d889a;
}
.header__contacts .contacts__item_social .contacts__link_social .icon-social path {
  transition: all 0.1s linear;
}
.header__contacts .contacts__item_social .contacts__link_social:hover .icon-social {
  color: #34c3ff;
}
.header__contacts .contacts__item_social .contacts__link_social:hover .icon-social path {
  fill: #34c3ff;
}
.header__grid2 {
  z-index: 555;
  grid-area: down;
  align-self: center;
  padding: 0 35px 0 20px;
  max-width: 1176px;
  height: 100%;
  border-radius: 80px 80px 0 0;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  margin-right: -70px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__grid2 {
    display: none;
  }
}
.header__grid2 nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__grid2 nav .menu__list {
  display: flex;
  list-style-type: none;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.header__grid2 nav .menu__list .menu__item {
  font-weight: 700;
}
.header__grid2 nav .menu__list .menu__item .menu__link {
  display: inline-flex;
  line-height: 51px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 nav .menu__list .menu__item .menu__link {
    line-height: 44px;
    height: 40px;
    font-size: 16px;
  }
}
.header__grid2 nav .menu__list .menu__item .menu__link:after {
  position: absolute;
  content: "";
  left: -20%;
  bottom: 0;
  display: block;
  width: 0;
  z-index: 15;
  transition: 0.3s;
  height: 1px;
  color: #fff;
  background-color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .menu__link:hover:after {
  width: 140%;
  color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .link-hov {
  color: #fff;
  transition: 0.3s;
}
.header__grid2 nav .menu__list .menu__item .link-hov:hover {
  color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .accent {
  color: #fc0;
}
.header__grid2 nav .menu__list .menu__item .submenu__list {
  display: none;
  list-style-type: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 111px;
  padding: 20px 10px 16px 155px;
  z-index: 555;
  background: rgba(25, 33, 50, 0.4);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 nav .menu__list .menu__item .submenu__list {
    top: 91px;
  }
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .submenu__link {
  color: #fff;
  transition: 0.3s ease-in;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .submenu__link:hover {
  transition: 0.3s ease-in;
  color: #244f77;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .active {
  transition: 0.3s ease-in;
  color: #244f77;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .active:hover {
  transition: 0.3s ease-in;
  color: #fff;
}
.header__grid2 nav .menu__list .menu__item-hover:hover .submenu__list {
  display: initial;
}

.header__all-page::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 244px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 70%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .header__all-page::before {
    height: 170px;
  }
}

.burger__menu {
  position: fixed;
  top: 88px;
  width: 100%;
  height: 100%;
  padding: 30px 0 22px;
  background: rgba(11, 14, 19, 0.75);
  z-index: 350;
  overflow-x: hidden;
  left: -100%;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .burger__menu {
    top: 87px;
  }
}
.burger__menu .burger__menu-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.burger__menu .burger__menu-container .burger__nav {
  padding: 0 28px;
  margin-bottom: 32px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list {
  list-style-type: none;
  font-weight: 700;
  font-size: 20px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item {
  margin-bottom: 27px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__item:last-child {
  margin-bottom: 0;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link {
  color: #fff;
  transition: 0.3s;
  display: block;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link:hover {
  color: #34c3ff;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link:active {
  color: #34c3ff;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .accent {
  color: #fc0;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .intelligence {
  color: #76828e;
}
.burger__menu .burger__menu-container .burger__contact {
  padding: 32px 26px 32px 28px;
  background: rgba(11, 14, 19, 0.5);
}
.burger__menu .burger__menu-container .burger__contact .contact__list {
  list-style-type: none;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item {
  margin-bottom: 20px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .contact__item:last-child {
  margin-bottom: 100px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item a {
  transition: 0.3s;
  display: block;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item svg {
  width: 22px;
  height: 14px;
  margin-right: 10px;
  color: #56a2e9;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .icon-email {
  margin-right: 14px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .number {
  color: #fff;
  font-size: 22px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .number span {
  color: #b1b1b1;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
  text-transform: lowercase;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email span {
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
  text-transform: lowercase;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email span i {
  font-style: normal;
  font-weight: 700;
}
.burger__menu .burger__menu-container .address__menu {
  margin-bottom: 26px;
  padding-left: 6px;
}
.burger__menu .burger__menu-container .address__menu address {
  display: block;
  margin-bottom: 5px;
}
.burger__menu .burger__menu-container .address__menu address span {
  display: block;
  font-style: normal;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  margin-left: 30px;
}
.burger__menu .burger__menu-container .address__menu address > svg {
  display: none;
}
.burger__menu .burger__menu-container .address__menu address a {
  text-transform: uppercase;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  transition: 0.3s;
}
.burger__menu .burger__menu-container .address__menu address a p, .burger__menu .burger__menu-container .address__menu address a p > span {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 1.17;
  font-weight: 700;
  font-size: 18px;
  color: #b1b1b1;
  padding-left: 30px;
}
.burger__menu .burger__menu-container .address__menu address a p > span {
  padding-left: 0;
}
.burger__menu .burger__menu-container .address__menu address a p::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 14px;
  height: 16px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/map-footer-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.burger__menu .burger__menu-container .btn__social {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 26px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.85);
  background: rgba(19, 19, 19, 0.3);
}
.burger__menu .burger__menu-container .btn__social a {
  display: inline-flex;
  padding: 0 0;
  transition: 0.3s;
  height: 41px;
  line-height: 41px;
  font-size: 41px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.burger__menu .burger__menu-container .btn__social a .icon-social {
  color: #7d889a;
}
.burger__menu .burger__menu-container .btn__social:hover {
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.8);
  background: rgba(19, 19, 19, 0.8);
  transition: 0.3s ease-in;
}
.burger__menu .burger__menu-container .btn__social:hover .icon-social {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.burger__menu .burger__menu-container .burger__btn_closes {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -18px;
  right: 10px;
  background: none;
  border: none;
  color: #6F7279;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.burger__menu .burger__menu-container .burger__btn_closes:hover {
  color: #56a2e9;
  transition: 0.3s ease-in;
}

.burger__menu .animate {
  left: 500px;
}

.burger__menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  z-index: -1;
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .hero-slider {
    margin-bottom: 38px;
  }
}
.hero-slider .hero-slider__wrapper {
  position: relative;
  width: 100%;
  height: 606px;
}
@media screen and (max-width: 1680px) {
  .hero-slider .hero-slider__wrapper {
    margin-right: auto;
  }
}
.hero-slider .swiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 30;
}
.hero-slider .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-slider .swiper .swiper-slide .hero-slider__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 85px;
  background: rgb(4, 11, 24);
  background: -moz-linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  background: -webkit-linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  background: linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040b18",endColorstr="#0b0e13",GradientType=1);
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper .swiper-slide .hero-slider__container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__container {
    justify-content: flex-end;
    padding-bottom: 60px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card {
  padding-left: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 60%;
  justify-content: flex-end;
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1366px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 7%;
  }
}
@media screen and (max-width: 999px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 0;
    width: 100%;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.88889;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 999px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 25px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card h2 span {
  color: #56a2e9;
}
.hero-slider .swiper .swiper-slide .hero-slider__card p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 0.88889;
  color: #c2c2c2;
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card p {
    font-size: 14px;
    line-height: 1;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card p:last-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card p:last-of-type {
    margin-bottom: 17px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card a {
  color: #34c3ff;
  font-size: 24px;
  display: inline-block;
  align-self: flex-start;
  max-width: 200px;
}
.hero-slider .swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}
.hero-slider .swiper-pagination-bullet {
  margin: 0 15px;
  width: 11px;
  height: 11px;
  background: #fff;
}
.hero-slider .swiper-pagination-bullet-active {
  border: 2px solid #56a2e9;
  width: 19px;
  height: 19px;
  background: none;
}
.hero-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 49%;
  left: 4%;
  z-index: 50;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper-button-prev {
    display: none;
  }
}
.hero-slider .swiper-button-prev svg circle {
  stroke: #6f7279;
}
.hero-slider .swiper-button-prev svg path {
  fill: #6f7279;
}
.hero-slider .swiper-button-prev:hover {
  transition: 0.3s ease-in;
}
.hero-slider .swiper-button-prev:hover svg circle {
  stroke: #56a2e9;
}
.hero-slider .swiper-button-prev:hover svg path {
  fill: #56a2e9;
}
.hero-slider .swiper-button-prev::after {
  display: none;
}
.hero-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 50;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-next svg circle {
  stroke: #6f7279;
}
.hero-slider .swiper-button-next svg path {
  fill: #6f7279;
}
.hero-slider .swiper-button-next:hover {
  transition: 0.3s ease-in;
}
.hero-slider .swiper-button-next:hover svg circle {
  stroke: #56a2e9;
}
.hero-slider .swiper-button-next:hover svg path {
  fill: #56a2e9;
}
.hero-slider .swiper-button-next::after {
  display: none;
}

.hero-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 11, 24, 0.3);
}
@media screen and (max-width: 1024px) {
  .hero-slider::before {
    background: linear-gradient(215deg, rgba(4, 11, 24, 0.9) 0%, rgba(3, 9, 22, 0.9) 100%);
  }
}

.servises {
  padding: 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 500px) {
  .servises {
    padding: 0;
    margin-bottom: 40px;
  }
}
.servises .servises__container {
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 500px) {
  .servises .servises__container {
    display: grid;
  }
}
.servises .servises__container .servises__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .servises__title {
    margin-bottom: -17px;
  }
}
.servises .servises__container .swiper-button-next {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 57%;
  right: 4%;
  z-index: 200;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1780px) {
  .servises .servises__container .swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-button-next {
    right: 3%;
    top: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .servises .servises__container .swiper-button-next {
    display: none;
  }
}
.servises .servises__container .swiper-button-next svg path {
  fill: #A8B1C0;
}
.servises .servises__container .swiper-button-next:hover {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-next:hover svg path {
  fill: #244F77;
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-next::after {
  display: none;
}
.servises .servises__container .swiper-button-prev {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 57%;
  left: 4%;
  z-index: 200;
}
@media screen and (max-width: 1780px) {
  .servises .servises__container .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-button-prev {
    left: 3%;
    top: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .servises .servises__container .swiper-button-prev {
    display: none;
  }
}
.servises .servises__container .swiper-button-prev svg {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev svg path {
  fill: #A8B1C0;
}
.servises .servises__container .swiper-button-prev:hover {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev:hover svg path {
  fill: #244F77;
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev::after {
  display: none;
}
.servises .servises__container .swiper-servises {
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  margin-bottom: 20px;
  height: 350px;
}
@media screen and (max-width: 1680px) {
  .servises .servises__container .swiper-servises {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-servises {
    max-width: 800px;
    height: 350px;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .servises .servises__container .swiper-servises {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .servises .servises__container .swiper-servises {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises {
    height: auto;
    margin-bottom: 50px;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
  position: relative;
  width: 375px;
  height: 340px;
  display: flex;
  flex-direction: column;
  transition: 0.3s linear;
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    width: 330px;
    height: 280px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page {
  transform: translateY(-20px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page {
    transform: none;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box img {
  filter: none;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box p {
  color: #56a2e9;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box + .blur {
  background: rgba(88, 91, 97, 0.8);
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-20px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover {
    transform: none;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover .slide-box p {
  color: #56a2e9;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover .slide-box + .blur {
  background: rgba(88, 91, 97, 0.8);
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box {
  transition: transform 0.3s linear;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box {
    margin-bottom: 0;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box img {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box img {
    padding-top: 0;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box p {
  cursor: pointer;
  position: absolute;
  bottom: 5%;
  line-height: 1;
  left: 6%;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .blur {
  text-align: center;
  margin-left: 5%;
  width: 90%;
  margin-top: -10px;
  height: 5px;
  border-radius: 357.76px;
  background: rgba(88, 91, 97, 0.5);
  filter: blur(10px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .blur {
    display: none;
  }
}
.servises .servises__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.servises .servises__btn .btn__servises {
  padding: 0;
  padding: 2px 3px;
  display: inline-flex;
  background: transparent;
  align-items: baseline;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  max-width: 200px;
  justify-content: center;
}
.servises .servises__btn .btn__servises svg {
  margin-left: 7px;
  color: #56a2e9;
}
.servises .servises__btn .btn__servises:hover {
  transition: 0.3s ease-in;
}
.servises .servises__btn .btn__servises:hover svg {
  margin-left: 7px;
  color: #34c3ff;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 500px) {
  .swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.container .servises-page__title {
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .container .servises-page__title {
    justify-content: center;
  }
}
.container .servises-section {
  margin-bottom: 40px;
}
.container .servises-section .container {
  padding-left: 0;
  padding-right: 0;
}
.container .servises-section .servises-page__btn {
  display: none;
}
.container .about-section {
  margin-bottom: 166px;
}
@media screen and (max-width: 1024px) {
  .container .about-section {
    display: none;
  }
}
.container .about-section .servises-page__about-title {
  margin-bottom: 60px;
}
.container .about-section .about-page__container .about-page__wrapper {
  max-width: 65%;
  height: 550px;
}
.container .about-section .about-page__container .about-page__wrapper div {
  margin-bottom: 37px;
}
.container .about-section .about-page__container .about-page__wrapper div p {
  line-height: 22px;
}
.container .about-section .about-page__container .about-page__wrapper div:last-of-type {
  margin-bottom: 24px;
}
.container .about-section .about-page__container .about-page__wrapper .about__btn {
  margin-top: 0;
  padding: 0 20px 0 56px;
}
@media screen and (max-width: 999px) {
  .container .about-section .about-page__container .about-page__wrapper .about__btn {
    padding: 0 15px 0 22px;
  }
}
.container .about-section .about-page__container .about-page__wrapper::before {
  top: -18%;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    right: 60%;
  }
}
@media screen and (max-width: 1366px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    right: 72%;
  }
}
@media screen and (max-width: 1280px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    top: 10%;
    right: 72%;
  }
}
.container .consultation__servises {
  margin: 0 0 248px;
}
@media screen and (max-width: 1024px) {
  .container .consultation__servises {
    margin: 0 0 124px;
  }
}
@media screen and (max-width: 500px) {
  .container .consultation__servises {
    margin: 0 0 106px;
  }
}
@media screen and (max-width: 1024px) {
  .container .consultation__servises .consultation__container-servises .consultation__form .foto {
    top: 43%;
  }
}
@media screen and (max-width: 500px) {
  .container .consultation__servises .consultation__container-servises .consultation__form .foto {
    top: 46%;
    max-width: 304px;
  }
}

.service-page__title {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .service-page__title {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.service-page {
  margin-top: 0;
  z-index: 505;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .service-page {
    padding-bottom: 0;
  }
}
.service-page .servises__container .container {
  padding-left: 0;
  padding-right: 0;
}
.service-page .servises__container .service-page__btn {
  display: none;
}
.service-page .servises__container .swiper-service-page {
  min-height: 310px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page {
    margin-bottom: 0;
    min-height: 270px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .service-page .servises__container .swiper-service-page {
    margin-bottom: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide {
  min-height: 310px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box p {
    font-size: 30px;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box img {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box img {
    padding-top: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
  transform: translateY(-30px);
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected p {
  color: #56a2e9;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
    margin-top: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur {
  margin-top: -20px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur {
    display: none;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur__selected {
  background: rgba(88, 91, 97, 0.8);
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide:not(:nth-child(2)) {
    display: none;
  }
}

.service__desc {
  margin-bottom: 122px;
}
@media screen and (max-width: 500px) {
  .service__desc {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.service__desc h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 500px) {
  .service__desc h2 {
    margin-bottom: 16px;
  }
}
.service__desc p {
  margin-bottom: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .service__desc p {
    margin-bottom: 19px;
    line-height: 1.1;
  }
}
.service__desc p:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .service__desc p:last-of-type {
    margin-bottom: 40px;
  }
}
.service__desc .service__desc-wrapper {
  padding-left: 19px;
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper {
    padding-left: 14px;
  }
}
.service__desc .service__desc-wrapper ul {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.service__desc .service__desc-wrapper ul li {
  margin: 0 0 26px 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper ul li {
    margin: 0 0 22px 0;
  }
}
.service__desc .service__desc-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  color: #244f77;
  padding-left: 30px;
}
.service__desc .service__desc-wrapper ul li a:hover {
  color: #34C3FF;
}
.service__desc .service__desc-wrapper ul li:last-child {
  margin: 0;
}
.service__desc .service__desc-wrapper ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service__desc .service__desc-wrapper ul li:hover::before {
  background-image: url("/local/templates/dosaaf74.ru/css/../images/arr-right-active.svg");
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper {
    padding-left: 0;
  }
}

.s-p .sp {
  margin: 0 0 160px;
}
@media screen and (max-width: 500px) {
  .s-p .sp {
    margin-bottom: 106px;
  }
}
@media screen and (max-width: 500px) {
  .s-p .sp .consultation__container-servises .consultation__form-service .service-foto {
    top: 37%;
  }
}
@media screen and (max-width: 500px) {
  .s-p .sp .consultation__bg-servisespage {
    top: -19px;
    height: 296px;
  }
}
.s-p .sticky-box {
  margin-bottom: 8px;
}

.sticky-box {
  position: absolute;
  right: 0;
  top: 960px;
  width: 400px;
  height: 70%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sticky-box {
    display: none;
  }
}
.sticky-box .sticky {
  background: url("/local/templates/dosaaf74.ru/css/../images/sticky/usor.svg") no-repeat center right;
  position: sticky;
  width: 100%;
  height: 620px;
  top: 100px;
}

.servises_about-sticky-box {
  height: 100vh;
}

.sticky-box__customers {
  top: 190px;
  height: 85%;
}

.sticky-box__payment {
  top: 190px;
  height: 85%;
}

.about {
  margin-bottom: 126px;
}
@media screen and (max-width: 500px) {
  .about {
    margin-bottom: 64px;
  }
}
.about .about__title {
  align-self: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 500px) {
  .about .about__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.about .about__img-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .about .about__img-mobile {
    display: block;
    margin-bottom: 45px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .about .about__img-mobile {
    margin-bottom: 22px;
  }
}
.about .about__img-mobile img {
  width: 100%;
  object-fit: contain;
}
.about .about__container {
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .about .about__container {
    width: 100%;
    align-items: center;
  }
}
.about .about__container .about__wrapper {
  max-width: 69%;
  position: relative;
}
.about .about__container .about__wrapper div {
  position: relative;
  z-index: 111;
  margin-bottom: 27px;
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper div {
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div {
    margin-bottom: 20px;
  }
}
.about .about__container .about__wrapper div h3 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div h3 {
    margin-bottom: -3px;
  }
}
.about .about__container .about__wrapper div p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.83vw, 16px);
  color: #6f7279;
  line-height: 1.08;
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div p {
    line-height: 1;
  }
}
.about .about__container .about__wrapper div:last-of-type {
  margin-bottom: 37px;
}
.about .about__container .about__wrapper .about__btn {
  display: inline-flex;
  background: transparent;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  cursor: pointer;
  position: relative;
  z-index: 150;
  border: 1px solid #d2d7df;
  width: 200px;
}
.about .about__container .about__wrapper .about__btn svg {
  color: #56a2e9;
  margin-left: 32px;
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper .about__btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 0;
  }
}
.about .about__container .about__wrapper .about__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.about .about__container .about__wrapper .about__btn:hover {
  color: #56a2e9;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1366px) {
  .about .about__container .about__wrapper {
    max-width: 60%;
  }
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }
}
.about .about__container .about__wrapper::before {
  content: "";
  position: absolute;
  width: 1033px;
  height: 100%;
  top: -2%;
  right: 70%;
  /* left: 0; */
  background-image: url("/local/templates/dosaaf74.ru/css/../images/about/flagi3752.svg");
  /* background-position: 0 0; */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
@media screen and (max-width: 1680px) {
  .about .about__container .about__wrapper::before {
    right: 62%;
  }
}
@media screen and (max-width: 1440px) {
  .about .about__container .about__wrapper::before {
    right: 59%;
  }
}
@media screen and (max-width: 1366px) {
  .about .about__container .about__wrapper::before {
    width: 850px;
    right: 73%;
  }
}
@media screen and (max-width: 1280px) {
  .about .about__container .about__wrapper::before {
    top: 12%;
    width: 100%;
    height: 80%;
    right: 73%;
  }
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper::before {
    display: none;
    max-width: 999px;
    height: 400px;
    background-image: none;
    background-position: center;
    background-size: cover;
    top: -2%;
    right: 0;
    left: -10px;
    width: calc(100% + 20px);
  }
}

.about-page__title {
  margin-bottom: 102px;
}
@media screen and (max-width: 500px) {
  .about-page__title {
    margin-bottom: 37px;
    justify-content: center;
  }
}

.about-page .about-section {
  margin-bottom: 222px;
}
@media screen and (max-width: 1024px) {
  .about-page .about-section {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section {
    margin-bottom: 290px;
  }
}
@media screen and (max-width: 999px) {
  .about-page .about-section .about__img-mobile {
    display: block;
    margin-left: -10px;
    width: 102%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-section .about__img-mobile {
    margin-bottom: 20px;
    width: 103%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__img-mobile {
    margin-bottom: 34px;
    margin-left: -14px;
    width: 106%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .about-section .about__container .about-page__wrapper {
  max-width: 65%;
}
@media screen and (max-width: 1680px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 60%;
  }
}
@media screen and (max-width: 999px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 100%;
  }
}
.about-page .about-section .about__container .about-page__wrapper div {
  margin-bottom: 42px;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper div {
    margin-bottom: 21px;
  }
}
.about-page .about-section .about__container .about-page__wrapper div h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper div p {
    font-size: 14px;
    line-height: 1.29;
  }
}
.about-page .about-section .about__container .about-page__wrapper div:last-of-type {
  margin-bottom: 32px;
}
.about-page .about-section .about__container .about-page__wrapper .about__btn {
  margin-top: -3px;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper .about__btn {
    height: 48px;
    line-height: 48px;
  }
}
.about-page .about-section .about__container .about__wrapper::before {
  top: -17%;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .about-page .about-section .about__container .about__wrapper::before {
    right: 62%;
  }
}
@media screen and (max-width: 1366px) {
  .about-page .about-section .about__container .about__wrapper::before {
    right: 77%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-section .about__container .about__wrapper::before {
    top: 10%;
    right: 72%;
  }
}
.about-page .customers {
  margin-bottom: 160px;
}
@media screen and (max-width: 500px) {
  .about-page .customers {
    margin-bottom: 126px;
  }
}
.about-page .customers .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .about-page .customers .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .customers .container .customers__title {
  margin-bottom: 28px;
}
.about-page .customers .container .customers__wrapper {
  margin-bottom: 22px;
}
@media screen and (max-width: 999px) {
  .about-page .customers .container .customers__wrapper {
    padding: 25px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__wrapper {
    padding: 25px 0 72px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__wrapper ul li {
    min-height: 109px;
  }
}
.about-page .customers .container .customers__btn {
  display: block;
}
@media screen and (max-width: 999px) {
  .about-page .customers .container .customers__btn {
    margin-top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__btn {
    margin-top: -66px;
  }
}
.about-page .consultation__servises {
  margin-bottom: 168px;
}
@media screen and (max-width: 500px) {
  .about-page .consultation__servises {
    margin-bottom: 110px;
  }
}

.main__about .licenses {
  margin-bottom: 46px;
}
@media screen and (max-width: 500px) {
  .main__about .licenses {
    margin-bottom: 78px;
  }
}

.contacts {
  margin-top: 52px;
}
@media screen and (max-width: 500px) {
  .contacts {
    margin-top: 5px;
  }
}
.contacts .sticky-box_contacts {
  top: 190px;
  height: 85%;
}
.contacts .contacts-page__title {
  margin-top: 40px;
  margin-bottom: 52px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts-page__title {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 5px;
  }
}
.contacts .contacts__wrapper {
  position: relative;
  display: flex;
  margin-bottom: 258px;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper {
    margin-bottom: 56px;
  }
}
.contacts .contacts__wrapper .contacts__list {
  position: relative;
  z-index: 0;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(205, 210, 217, 0.5);
  padding: 32px 166px 32px 26px;
  width: 861px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 32px 5px 32px 26px;
    border-radius: 40px 0 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 32px 5px 32px 14px;
    margin-bottom: 24px;
    border-radius: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 42px 5px 32px 14px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 24px;
  }
}
.contacts .contacts__wrapper .contacts__list ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}
.contacts .contacts__wrapper .contacts__list ul li {
  margin-bottom: 45px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a {
  display: block;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a svg {
  width: 26px;
  height: 18px;
  vertical-align: middle;
  color: #56a2e9;
  margin-right: 15px;
  transition: all 0.1s linear;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a svg {
    width: 20px;
    height: 14px;
    margin-top: 8px;
    margin-right: 19px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a svg path {
  transition: all 0.1s linear;
}
.contacts .contacts__wrapper .contacts__list ul li a svg:hover {
  color: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li a svg:hover path {
  fill: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li a span {
  color: #a6aeb8;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a .icon-call-two {
    display: none;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.contacts .contacts__wrapper .contacts__list ul li a:hover svg {
  color: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 700px;
  grid-area: title-footer;
}
.contacts .contacts__wrapper .contacts__list ul li div address {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address {
    margin-bottom: 5px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address span {
  display: block;
  padding-left: 50px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  font-style: normal;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address span {
    margin-bottom: 0;
    padding-left: 40px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p {
  position: relative;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  color: #000;
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 18px;
    padding-left: 40px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p span {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #a6aeb8;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 18px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 8px;
  width: 18px;
  height: 20px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/contacts/iconmap.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: 3px;
    left: 5px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address:last-of-type {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail {
  display: inline-flex;
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail svg {
  margin-top: 8px;
  margin-right: 22px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail svg {
    margin-top: 0;
  }
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
  padding: 0;
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #204f7a;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
    font-size: 16px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail span i {
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    order: 5;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(3) {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(4) {
    order: 7;
  }
}
.contacts .contacts__wrapper .contacts__list ul .top__item_right {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul .top__item_right {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social {
  display: flex;
  width: max-content !important;
  padding: 0 20px;
  text-align: start;
  border-radius: 40px;
  border: 1px solid rgba(205, 210, 217, 0.5);
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a {
  display: inline-block;
  margin: 0;
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a:last-of-type svg {
  margin-right: 0;
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a svg {
  margin-top: 5px;
  vertical-align: middle;
  color: #7d889a;
  width: auto;
  height: auto;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul .contacts__item_social a svg {
    margin-top: 0;
    line-height: 38px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:last-of-type {
  margin-bottom: 0;
  width: 110px;
}
.contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
  margin-bottom: 42px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    font-size: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:last-of-type {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__map {
  position: relative;
  z-index: 10;
  align-self: flex-end;
  width: 861px;
  height: 460px;
  box-shadow: 0 4px 50px 0 rgba(16, 26, 35, 0.1);
  border-radius: 40px;
  margin-left: -156px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__map {
    margin-left: 0;
    border-radius: 0 40px 40px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__map {
    margin-left: 0;
    border-radius: 40px;
    max-width: 100%;
  }
}
.contacts .contacts__wrapper .contacts__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__map img {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__map img {
    border-radius: 40px;
  }
}
.contacts .consultation__contacts {
  margin-bottom: 166px;
}
@media screen and (max-width: 500px) {
  .contacts .consultation__contacts {
    margin-bottom: 100px;
  }
}

.customers {
  padding: 0;
  margin-top: 72px;
  margin-bottom: 197px;
}
@media screen and (max-width: 1280px) {
  .customers {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .customers {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.customers__container {
  display: flex;
  max-width: 1800px;
  padding: 0 150px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customers__container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .customers__container {
    padding: 0;
  }
}
.customers__container .customers__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__title {
    margin-bottom: 36px;
  }
}
.customers__container .customers__wrapper {
  padding: 5px 0;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .customers__container .customers__wrapper {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper {
    padding-bottom: 83px;
    margin-bottom: 0;
  }
}
.customers__container .customers__wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 4px;
  row-gap: 5px;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul {
    align-items: center;
  }
}
.customers__container .customers__wrapper ul li {
  width: calc((100% - 12px) / 4);
  text-align: center;
  position: relative;
  padding: 10px 5px 20px;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li {
    width: calc((100% - 8px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li {
    width: calc((100% - 4px) / 2);
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    column-gap: 2px;
    row-gap: 2px;
  }
}
.customers__container .customers__wrapper ul li .item-img {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
    width: 140px;
  }
}
.customers__container .customers__wrapper ul li .text {
  padding: 5px 0 10px;
  font-weight: 400;
  font-size: clamp(14px, 0.93vw, 18px);
  color: #b9c0ca;
}
@media screen and (max-width: 1024px) {
  .customers__container .customers__wrapper ul li .text {
    display: none;
  }
}
.customers__container .customers__wrapper ul li img {
  margin: 0 auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.customers__container .customers__wrapper ul li:nth-child(n+5) {
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li:nth-child(n+5) {
    padding-top: 5px;
  }
}
.customers__container .customers__wrapper ul li:first-of-type::before {
  content: "";
  position: absolute;
  left: -152px;
  bottom: -105px;
  width: 300px;
  height: 200px;
  background: url("/local/templates/dosaaf74.ru/css/../images/line.png") no-repeat;
  pointer-events: none;
}
.customers__container .customers__wrapper ul li:not(:nth-child(n+5))::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -105px;
  width: 300px;
  height: 200px;
  background: url("/local/templates/dosaaf74.ru/css/../images/line.png") no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li:not(:nth-child(n+6))::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -105px;
    width: 300px;
    height: 200px;
    background: url("/local/templates/dosaaf74.ru/css/../images/line.png") no-repeat;
    pointer-events: none;
  }
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li:first-of-type::before {
    display: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li:nth-child(2n+2)::after {
    display: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(3)::after {
    display: flex;
    pointer-events: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(7)::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -105px;
    width: 300px;
    height: 200px;
    background: url("/local/templates/dosaaf74.ru/css/../images/cast_rasdel_t.svg") no-repeat;
    pointer-events: none;
  }
}
.customers__container .customers__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__btn {
    margin-top: -50px;
    text-align: center;
  }
}
.customers__container .customers__btn .btn__customers {
  padding: 0;
  padding: 2px 3px;
  display: inline-flex;
  height: 20px;
  margin-left: 20px;
  line-height: 20px;
  background: transparent;
  align-items: baseline;
  font-weight: 700;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  max-width: 200px;
  justify-content: center;
}
.customers__container .customers__btn .btn__customers svg {
  margin-left: 18px;
  color: #56a2e9;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__btn .btn__customers {
    margin-left: 0;
  }
}
.customers__container .customers__btn .btn__customers:hover svg {
  color: #34c3ff;
  transition: 0.6s ease-in;
}

.customers-page__title {
  margin-top: 40px;
  margin-bottom: 52px;
}
@media screen and (max-width: 500px) {
  .customers-page__title {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 5px;
  }
}

.customers .customers__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .customers .customers__container .customers__wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li {
    min-height: 110px;
  }
}
.customers .customers__container .customers__wrapper ul li .item-img {
  height: 128px;
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
  }
}
.customers .customers__container .customers__wrapper ul li:nth-child(n+5) {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li:nth-child(n+5) {
    padding-top: 0px;
  }
}
.customers .customers__container .customers__btn {
  display: none;
}

.licenses {
  margin-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .licenses {
    background: none;
  }
}
@media screen and (max-width: 999px) {
  .licenses {
    margin-bottom: 28px;
  }
}
.licenses .licenses__container {
  margin-top: 0;
  padding: 98px 0 171px 0;
  width: 100%;
  margin-right: auto;
  background: url("/local/templates/dosaaf74.ru/css/../images/licens/bg.svg") no-repeat center/cover;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .licenses .licenses__container {
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .licenses .licenses__container {
    display: none;
    background: none;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__container {
    margin-top: 0;
    padding: 88px 0 50px;
  }
}
.licenses .licenses__img-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .licenses .licenses__img-mobile {
    display: block;
    width: 100%;
    height: 276px;
  }
  .licenses .licenses__img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.licenses .title__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -12px;
  padding-left: 58px;
}
@media screen and (max-width: 1280px) {
  .licenses .title__left {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .licenses .title__left {
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
}
.licenses .licenses__wrapper {
  margin-left: 11%;
  margin-bottom: 25px;
  border-radius: 30px;
  max-width: 945px;
  padding: 34px 136px 24px 39px;
  backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .licenses .licenses__wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 39px 36px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper {
    padding: 39px 15px;
    text-align: left;
    margin-top: -91px;
  }
}
.licenses .licenses__wrapper span {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #494c54;
  position: relative;
  max-width: 790px;
}
@media screen and (max-width: 1024px) {
  .licenses .licenses__wrapper span {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper span {
    margin-bottom: 8px;
  }
}
.licenses .licenses__wrapper .licenses__btn-white {
  padding: 0 19px 0 51px;
  max-width: 200px;
  position: absolute;
  font-size: 24px;
  color: #34c3ff;
  display: inline-flex;
  align-items: center;
  bottom: -6%;
  right: 160px;
  width: 200px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .licenses .licenses__wrapper .licenses__btn-white {
    align-items: center;
    padding: 3px 13px 0 43px;
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper .licenses__btn-white {
    align-items: center;
    padding: 3px 13px 0 33px;
    max-width: 150px;
    font-size: 20px;
    bottom: -20px;
  }
}

.licenses-page .licenses__image {
  max-width: 1630px;
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
}
.licenses-page .licenses__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .licenses-page .licenses__image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 1024px) {
  .licenses-page .licenses__image {
    display: none;
  }
}
.licenses-page .licenses__image_mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .licenses-page .licenses__image_mob {
    display: block;
  }
}
.licenses-page .licenses__image_mob .image {
  margin-bottom: 20px;
}
.licenses-page .licenses__image_mob .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__image_mob .image img {
    object-fit: contain;
  }
}
.licenses-page .licenses__image_mob .licenses__content {
  margin-bottom: 23px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12.5px);
}
.licenses-page .licenses__image_mob .licenses__content .licenses__wrapper {
  padding: 37px 5px 22px 15px;
}
.licenses-page .licenses__image_mob .licenses__content .licenses__wrapper span {
  color: #494C54;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.licenses-page .licenses-page__title_top {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses-page__title_top {
    text-align: center;
    line-height: 1;
  }
}
.licenses-page .customers-page__title_down {
  margin-bottom: 57px;
}
@media screen and (max-width: 500px) {
  .licenses-page .customers-page__title_down {
    line-height: 1;
  }
}
.licenses-page .licenses__box {
  position: relative;
  z-index: 150;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box {
    margin-bottom: 22px;
  }
  .licenses-page .licenses__box .title::before {
    content: none;
  }
  .licenses-page .licenses__box .title::after {
    content: none;
  }
}
.licenses-page .licenses__box .licenses__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 63px;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery {
    margin-bottom: 100px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list {
    justify-content: flex-start;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
  width: 25%;
  padding: 0 45px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    padding: 0 12px;
    margin-bottom: 22px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
    line-height: 16px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p:last-of-type {
  margin-bottom: 10px;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a img {
  width: 100%;
  height: auto;
  aspect-ratio: 335 / 475;
  object-fit: cover;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
  padding-left: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n+1) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 0;
    padding-right: 11px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
  padding-right: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 45px;
  }
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-left: 45px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 11px;
  }
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-right: 0;
    padding-left: 11px;
  }
}
.licenses-page .licenses__box .licenses__gallery:last-child {
  margin-bottom: 0;
}
.licenses-page .consultation {
  margin: 0 0 166px;
}
@media screen and (max-width: 999px) {
  .licenses-page .consultation {
    margin-bottom: 104px;
  }
}
.licenses-page .consultation .consultation__container {
  margin: 0;
}

.consultation {
  margin: 0 0 212px;
  padding-top: 85px;
}
@media screen and (max-width: 1024px) {
  .consultation {
    margin: 0 0 46px;
  }
}
@media screen and (max-width: 999px) {
  .consultation {
    margin: 0 0 46px 0;
    padding-top: 0;
  }
}
.consultation .consultation__container {
  margin: 0 0 0 0;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container {
    margin: 122px 0 122px 0;
    grid-template-rows: 40px 33px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container {
    margin: 38px 0 46px 0;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container {
    margin: 0 0 0 0;
  }
}
.consultation .consultation__container .consultation__bg {
  position: absolute;
  background: url("/local/templates/dosaaf74.ru/css/../images/consultation/bg-usor.svg") no-repeat left/contain;
  top: -157px;
  left: -62px;
  width: 668px;
  height: 558px;
  z-index: 900;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__bg {
    max-width: 668px;
    width: 100%;
    height: 100%;
    top: -30px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__bg {
    top: -20px;
    height: 280px;
    z-index: 0;
  }
}
.consultation .consultation__container .consultation__form {
  background: url("/local/templates/dosaaf74.ru/css/../images/consultation/osnBG.png") no-repeat left/cover;
  display: flex;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form {
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url("/local/templates/dosaaf74.ru/css/../images/consultation/bgmobil.png") no-repeat center/cover;
  }
}
.consultation .consultation__container .consultation__form form {
  padding: 25px 50px 18px 36px;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form {
    padding: 28px 15px 19px 15px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form form {
    padding: 45px 15px 19px 15px;
  }
}
.consultation .consultation__container .consultation__form form label {
  display: block;
  font-weight: 400;
  font-size: clamp(37px, 2.6vw, 50px);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}
.consultation .consultation__container .consultation__form form label span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(37px, 2.6vw, 50px);
  text-transform: uppercase;
  color: #34c3ff;
}
.consultation .consultation__container .consultation__form form input {
  background: transparent;
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background: rgba(187, 231, 255, 0.1);
  max-width: 714px;
  margin: 0;
  width: 100%;
  padding: 13px 21px;
  margin-bottom: 12px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form form input {
    width: 568px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form input {
    max-width: 568px;
    width: 100%;
    padding: 15px 21px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form input:nth-of-type(2) {
    margin-bottom: 181px;
  }
}
.consultation .consultation__container .consultation__form form input::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(15px);
}
.consultation .consultation__container .consultation__form form .wrapper__link {
  padding-top: 5px;
  max-width: 715px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form form .wrapper__link {
    max-width: 568px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form .wrapper__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning {
  display: inline-block;
  max-width: 330px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #eef2f9;
  margin-right: 23px;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form .wrapper__link .span-warning {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning .blue-accent {
  color: #34C3FF;
  font-style: normal;
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning .underline {
  font-style: normal;
  text-decoration: underline;
  color: #eef2f9;
}
.consultation .consultation__container .consultation__form .foto {
  position: absolute;
  z-index: 50;
  background: url("/local/templates/dosaaf74.ru/css/../images/consultation/girlBg.png") no-repeat center/cover;
  border-radius: 154px;
  top: -25px;
  left: 35%;
  max-width: 674px;
  height: 336px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form .foto {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form .foto {
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    max-width: 320px;
    height: 156px;
    z-index: 11000;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form .foto {
    top: 46%;
  }
}

.footer {
  background: url("/local/templates/dosaaf74.ru/css/../images/bg-footer.png") no-repeat center/cover;
  padding: 0 0 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 28px 0 10px;
  }
}
.footer__container {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(460px, 730px) minmax(220px, 493px) minmax(205px, 280px);
  grid-template-rows: 50px 196px 20px;
  grid-template-areas: "nav map cont" "logo map cont" "f-copy f-copy dev";
}
@media screen and (max-width: 1440px) {
  .footer__container {
    grid-template-areas: "logo map cont" "logo map cont" "f-copy f-copy dev";
  }
}
@media screen and (max-width: 1280px) {
  .footer__container {
    grid-template-columns: 2fr minmax(310px, 320px) 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .footer__container {
    padding-left: 0;
    justify-items: flex-start;
    grid-template-columns: minmax(190px, 460px) 120px;
    grid-template-rows: 80px 156px 260px 50px 67px;
    grid-template-areas: "cont ." "logo ." "map map" "soci soci" "f-copy dev";
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-left: 0;
    justify-items: flex-start;
    grid-template-columns: minmax(190px, 460px) 120px;
    grid-template-rows: 70px 156px 260px 50px;
    grid-template-areas: "cont ." "logo ." "map map" "soci soci" "f-copy dev";
  }
}
@media screen and (max-width: 500px) {
  .footer__container {
    grid-template-rows: 70px 156px 260px 50px;
  }
}
.footer__container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  backdrop-filter: blur(20px);
  background: rgba(20, 21, 23, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .footer__container::before {
    top: -16px;
  }
}
.footer__nav {
  grid-area: nav;
  position: relative;
  padding: 15px 35px 10px 35px;
  max-width: 730px;
  border-radius: 0 0 80px 80px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  margin-right: -70px;
}
@media screen and (max-width: 1440px) {
  .footer__nav {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__nav nav .footer__nav-list {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: space-between;
}
.footer__nav nav .footer__nav-list .footer__nav-item {
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
}
.footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link {
    font-size: 16px;
  }
}
.footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link:hover {
  color: #34c3ff;
}
.footer__nav nav .footer__nav-list .footer__nav-item .link-hov {
  color: #fff;
  transition: 0.3s;
}
.footer__nav nav .footer__nav-list .footer__nav-item .link-hov:hover {
  color: #34c3ff;
  text-shadow: 0 0 15px 0 #000;
}
.footer__nav nav .footer__nav-list .footer__nav-item .accent {
  color: #fc0;
}
.footer__wrapper-company {
  display: grid;
  grid-area: logo;
  padding-top: 26px;
  position: relative;
  grid-auto-columns: 130px minmax(350px, 400px);
  grid-template-rows: 50px 80px;
  grid-template-areas: "logo title-footer" "logo title-footer";
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company {
    justify-content: flex-start;
    padding-top: 0;
    grid-template-rows: 80px 67px;
    margin-bottom: 11px;
    align-items: center;
    width: 100%;
    grid-template-columns: minmax(320px, 750px);
    row-gap: 18px;
    grid-template-areas: "title-footer" "logo";
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company {
    padding-top: 0;
    grid-template-rows: 95px 67px;
    margin-bottom: 11px;
    grid-template-columns: minmax(345px, 750px);
    row-gap: 5px;
    grid-template-areas: "title-footer" "logo";
  }
}
.footer__wrapper-company a {
  font-weight: 700;
  font-size: 20px;
  color: #bcc1ca;
  grid-area: logo;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a {
    justify-content: flex-start;
    align-items: center;
    line-height: 50%;
    display: inline-flex;
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a img {
    display: inline-block;
    width: 67px;
    height: 67px;
    margin-left: 5px;
    margin-top: 10px;
  }
}
.footer__wrapper-company a .footer__logo_title {
  position: absolute;
  top: 22px;
  left: 140px;
  max-width: 322px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a .footer__logo_title {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title {
    top: 5px;
    left: 3px;
  }
}
.footer__wrapper-company a .footer__logo_title span {
  display: inline-flex;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 133%;
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title span {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.footer__wrapper-company a .footer__logo_title .logo-active {
  font-size: 30px;
  color: #fc0;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a .footer__logo_title .logo-active {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title .logo-active {
    margin-top: -4px;
    font-size: 30px;
    line-height: 0.5;
  }
}
.footer__wrapper-company .footer__address {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 400px;
  grid-area: title-footer;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company .footer__address {
    align-items: flex-start;
    padding-left: 6px;
    max-width: 700px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-company .footer__address address {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address address {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address address:last-of-type {
    margin-bottom: 0;
  }
}
.footer__wrapper-company .footer__address span {
  display: block;
  padding-left: 28px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  font-style: normal;
  line-height: 1;
}
.footer__wrapper-company .footer__address svg {
  display: inline-block;
  margin-right: 10px;
}
.footer__wrapper-company .footer__address p {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-company .footer__address p {
    font-size: 18px;
  }
}
.footer__wrapper-company .footer__address p .grey {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #b1b1b1;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-company .footer__address p .grey {
    font-size: 18px;
  }
}
.footer__wrapper-contact {
  z-index: 40;
  grid-area: cont;
  display: flex;
  justify-content: flex-end;
}
.footer__wrapper-contact .footer__email {
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-contact .footer__email {
    padding-top: 26px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-contact .footer__email {
    padding-top: 0;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-contact .footer__email .footer__email-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list {
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li {
  margin-left: 2px;
  display: flex;
  padding: 0;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-contact .footer__email .footer__email-list li {
    font-size: 25px;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li > ul.top__list li a span {
  margin-left: 14px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
}
.footer__wrapper-contact .footer__email .footer__email-list li > ul.top__list li a span i {
  font-weight: 700;
  font-style: normal;
}
.footer__wrapper-contact .footer__email .footer__email-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 3px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 500px) {
  .footer__wrapper-contact .footer__email .footer__email-list li a {
    margin-bottom: 14px;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li a .grey {
  margin-left: 14px;
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list li a .phone-icon {
  vertical-align: middle;
  color: #56a2e9;
}
.footer__wrapper-contact .footer__email .footer__email-list li a:hover .grey {
  margin-left: 14px;
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list li a:hover .phone-icon {
  vertical-align: middle;
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list li .blue {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #56a2e9;
  transition: 0.3s ease-in;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list li .blue {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li .blue:hover {
  color: #34C3FF;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer svg {
  color: #56a2e9;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer:hover span {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer:hover svg {
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer {
  grid-area: social;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer svg {
  color: #7d889a;
  transition: all 0.1s linear;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer svg path {
  transition: all 0.1s linear;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 26px;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
    max-width: 490px;
    bottom: 85px;
    width: 90%;
    left: 10px;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list .desctop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-contact .footer__email .footer__email-list .desctop {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer:hover svg {
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer:hover svg path {
  fill: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list li:nth-of-type(3) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list li:nth-of-type(3) {
    margin-bottom: 19px;
  }
}
.footer__map {
  position: relative;
  grid-area: map;
  padding-top: 18px;
  margin-bottom: 20px;
  border-radius: 44px;
}
@media screen and (max-width: 767px) {
  .footer__map {
    width: 90%;
    padding-top: 0;
    margin-bottom: 14px;
    margin-top: 20px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer__map {
    width: 100%;
    padding-top: 8px;
  }
}
.footer__map ymaps {
  border-radius: 44px;
}
@media screen and (max-width: 767px) {
  .footer__map ymaps {
    border-radius: 30px;
  }
}
.footer__map ymaps.ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}
.footer .footer__copyright {
  font-family: "Gilroy", sans-serif, sans-serif;
  position: relative;
  padding-left: 30px;
  grid-area: f-copy;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer .footer__copyright {
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer__copyright {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-family: "Bebas Neue", sans-serif, sans-serif;
    max-width: 300px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright {
    align-items: center;
  }
}
.footer .footer__copyright .copy-text {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40464e;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .copy-text {
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright .copy-text {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .footer__copyright .copy-text .copy {
  font-weight: 400;
  font-size: 16px;
  color: #40464e;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .copy-text .copy {
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright .copy-text .copy {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .footer__copyright .copy-text .copy:hover {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.footer__logo-dev {
  display: grid;
  grid-area: dev;
  position: relative;
  justify-items: end;
  margin-top: -51px;
  z-index: 40;
}
@media screen and (max-width: 1280px) {
  .footer__logo-dev {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__logo-dev {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-dev {
    margin-left: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo-dev {
    margin-top: -9px;
  }
}
.footer .footer__social-mob {
  display: none;
  grid-area: soci;
  width: 100%;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(30px);
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  border-radius: 26px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__social-mob {
    display: flex;
    align-items: center;
    max-width: 497px;
    width: 100%;
  }
}
.footer .footer__social-mob a:last-of-type {
  margin-right: 0;
}
.footer .footer__social-mob .mob {
  margin-right: 20px;
}
.footer .footer__social-mob .mob svg {
  color: #7d889a;
  transition: all 0.1s linear;
}
.footer .footer__social-mob .mob svg path {
  transition: all 0.1s linear;
}
.footer .footer__social-mob .mob:hover svg {
  color: #34c3ff;
}
.footer .footer__social-mob .mob:hover svg path {
  fill: #34c3ff;
}

.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 38, 45, 0.9);
}

.btn {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 9px;
  padding: 0 20px 0 56px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  position: relative;
  transition: 0.3s all linear;
  color: #34c3ff;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
@media screen and (max-width: 1366px) {
  .btn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .btn {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 1130px) {
  .btn {
    padding: 0 15px 0 22px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
  }
}
.btn:hover {
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  transition: 0.3s linear;
}
.btn:active {
  color: #34c3ff;
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  box-shadow: 0 4px 25px 0 rgba(14, 50, 84, 0.44);
}
.btn_advice {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 30px;
  height: 57px;
  color: #FFF383;
  background: rgba(34, 1, 2, 0.4);
  border: 2px solid #fff383;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .btn_advice {
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
    font-size: 22px;
  }
}
.btn_buy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 1, 2, 0.3);
  border: 2px solid #a84c56;
}
.btn_buy:hover {
  background: rgba(34, 1, 2, 0.3);
  border: 2px solid #fef275;
  color: #FFF383;
}
.btn_buy:before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMS42OTQ4MkwxLjU3NzQgMS44MDQ4M0MzLjIwODc5IDIuMzUyOTkgNC4wMjQ0OSAyLjYyNzA3IDQuNDkxMDUgMy4yNzk1OEM0Ljk1NzYxIDMuOTMyMDkgNC45NTc2MSA0Ljc5ODgxIDQuOTU3NjEgNi41MzIyNFY5Ljc5MjRDNC45NTc2MSAxMy4zMTYgNC45NTc2MSAxNS4wNzc4IDYuMDQzNTUgMTYuMTcyNEM3LjEyOTQ5IDE3LjI2NzEgOC44NzcyNyAxNy4yNjcxIDEyLjM3MjggMTcuMjY3MUgyMi4yNTk4IiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTcuNjQ1MyAyMC4wMTUxQzguNjU0MjkgMjAuMDE1MSA5LjQ3MjI0IDIwLjgzNTQgOS40NzIyNCAyMS44NDcyQzkuNDcyMjQgMjIuODU5IDguNjU0MjkgMjMuNjc5MiA3LjY0NTMgMjMuNjc5MkM2LjYzNjMxIDIzLjY3OTIgNS44MTgzNiAyMi44NTkgNS44MTgzNiAyMS44NDcyQzUuODE4MzYgMjAuODM1NCA2LjYzNjMxIDIwLjAxNTEgNy42NDUzIDIwLjAxNTFaIiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xOC42MDYyIDIwLjAxNTJDMTkuNjE1MiAyMC4wMTUyIDIwLjQzMzIgMjAuODM1NSAyMC40MzMyIDIxLjg0NzNDMjAuNDMzMiAyMi44NTkxIDE5LjYxNTIgMjMuNjc5MyAxOC42MDYyIDIzLjY3OTNDMTcuNTk3MiAyMy42NzkzIDE2Ljc3OTMgMjIuODU5MSAxNi43NzkzIDIxLjg0NzNDMTYuNzc5MyAyMC44MzU1IDE3LjU5NzIgMjAuMDE1MiAxOC42MDYyIDIwLjAxNTJaIiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjkwMjM0IDUuMzU4ODlIMTguNzAwNEMyMS4xNzY3IDUuMzU4ODkgMjIuNDE0OSA1LjM1ODg5IDIyLjk1MDcgNi4xNTI5OUMyMy40ODY0IDYuOTQ3MDkgMjIuOTk4NyA4LjA1OTM2IDIyLjAyMzIgMTAuMjgzOUwyMS41MDY4IDExLjQ2MTZDMjEuMDUxNCAxMi41MDAyIDIwLjgyMzYgMTMuMDE5NSAyMC4zNzA5IDEzLjMxMTNDMTkuOTE4MiAxMy42MDMgMTkuMzQwMSAxMy42MDMgMTguMTg0IDEzLjYwM0g0LjkwMjM0IiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=");
  display: inline-block;
  margin-right: 14px;
}
.btn_buy.in-basket {
  color: #a84c56;
}
.btn_buy.in-basket:hover {
  border: 2px solid #a84c56;
  color: #a84c56;
}
.btn_back {
  color: #ff8995;
  background: rgba(34, 1, 2, 0.3);
  border: 1px solid #a84c56;
  transition: 0.1s all linear;
  display: flex;
  align-items: center;
}
.btn_back:before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTY0IDEuMTMxMDRMNi45MTcyIDQuMDYwNDVMMTAuMzU2NCA2Ljk4OTg1TTQuNjI0MzcgMS4xMzEwNEwxLjE4NTEyIDQuMDYwNDVMNC42MjQzNyA2Ljk4OTg1IiBzdHJva2U9IiNERUJENTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.btn_back:hover {
  color: #ffffff;
  border: 1px solid #FFF383;
}
.btn.btn-small {
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  font-size: 14px;
}
.btn.btn-search {
  border: 0;
  text-align: left;
  width: 100%;
  padding: 0 8px;
  color: #FFF383;
  height: 37px;
  line-height: 35px;
}
.btn.btn-search svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.btn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF383;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  text-decoration: none;
  transition: 0.1s color linear;
  cursor: pointer;
}
.btn-more:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 320px) {
  .btn-more {
    font-size: 20px;
  }
}
.btn-more__text {
  padding: 0 80px;
  position: relative;
}
.btn-more__text:before {
  left: 0;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-more-left.svg");
}
.btn-more__text:after {
  right: 0;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-more-right.svg");
}
.btn-more__text:before, .btn-more__text:after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 70px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-more_catalog {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog {
    font-size: 14px;
    line-height: 100%;
  }
}
.btn-more_catalog .btn-more__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #debd55;
  border-radius: 32px;
  padding-top: 17px;
  padding-bottom: 9px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__wrap {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.btn-more_catalog .btn-more__text {
  padding: 0 66px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:before, .btn-more_catalog .btn-more__text:after {
    background-size: contain;
    width: 56px;
  }
}
.btn-more_catalog .btn-more__text:before {
  left: -40px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:before {
    left: -30px;
  }
}
.btn-more_catalog .btn-more__text:after {
  right: -40px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:after {
    right: -30px;
  }
}
.btn-more_catalog .btn-more__icon {
  margin-top: 5px;
}
.btn-more_section .btn-more__wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: block;
}
.btn-more_section .btn-more__wrap:after {
  content: "";
  position: absolute;
  background: #691d2b;
  width: 32px;
  height: 2px;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
.btn-more_section .btn-more__icon {
  width: 18px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.btn-more_section .btn-more__icon path {
  stroke-width: 2;
}

.btn-arr:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/arr-right-defolt.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .btn-arr:after {
    margin-left: 10px;
  }
}

.btn-arr:hover::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .btn-arr:hover::after {
    margin-left: 10px;
  }
}

.btn__white {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 9px;
  padding: 0 20px 0 56px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  position: relative;
  transition: 0.3s all linear;
  color: #34c3ff;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
@media screen and (max-width: 1366px) {
  .btn__white {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .btn__white {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 1130px) {
  .btn__white {
    padding: 0 15px 0 22px;
    font-size: 18px;
  }
}
.btn__white:hover {
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  transition: 0.3s linear;
}
.btn__white:active {
  box-shadow: 0 4px 25px 0 rgba(14, 50, 84, 0.44);
}

.btn__white:after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.btn__white:active::after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/arr-right-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:active::after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:active::after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.btn__white:hover::after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/arr-right-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:hover::after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:hover::after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.button-go-up {
  background: transparent;
  position: fixed;
  top: 83%;
  right: 0;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 1024px) {
  .button-go-up {
    display: none;
  }
}
.button-go-up .btn-go-up {
  border-radius: 13px 0 0 13px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.8);
  padding: 0 18px;
}
.button-go-up .btn-go-up:hover {
  border-radius: 13px 0 0 13px;
  background: rgba(25, 23, 30, 0.8);
  padding: 0 18px;
}
.button-go-up .btn-go-up:hover svg {
  color: #fff;
}

.button-go-up__show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .button-go-up__show {
    display: none;
  }
}

.sidebar {
  position: fixed;
  z-index: 510;
  top: 161px;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar__wrapper {
  padding: 8px 0 8px 0;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.8);
}
.sidebar .sidebar__wrapper .sidebar__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a {
  padding: 0;
  margin: 0;
  padding-left: 14px;
  padding-right: 9px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  line-height: 47px;
  height: 47px;
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a svg {
  color: #56a2e9;
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a:hover {
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a:hover svg {
  color: #34c3ff;
  transition: 0.3s ease-in;
}

.fancybox__content {
  padding: 0;
  background-color: transparent;
}

.fancybox__backdrop {
  backdrop-filter: blur(5px);
}

.is-close-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: absolute !important;
  width: 54px !important;
  height: 54px !important;
  top: 25px !important;
  right: 23px !important;
  background: url("/local/templates/dosaaf74.ru/css/../images/close.svg") no-repeat !important;
}

.modal .modal__container {
  width: 100%;
  height: 100%;
}
.modal .modal__container .modal__form {
  position: relative;
  padding: 62px 28px 28px;
  z-index: 10;
  max-width: 557px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/modal/modalBg3.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #000;
  border-radius: 40px;
  position: relative;
}
.modal .modal__container .modal__form form {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}
.modal .modal__container .modal__form form label {
  font-weight: 400;
  font-size: 60px;
  color: #56a2e9;
  margin-bottom: 20px;
}
.modal .modal__container .modal__form form input {
  padding: 12px 21px 14px;
  margin-bottom: 10px;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  max-width: 518px;
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(2, 4, 7, 0.3);
}
.modal .modal__container .modal__form form textarea {
  padding: 12px 21px 14px;
  margin-bottom: 26px;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.04695;
  color: #ffffff;
  max-width: 518px;
  height: 143px;
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(2, 4, 7, 0.3);
}
.modal .modal__container .modal__form form .sub__cont {
  display: flex;
  align-items: center;
}
.modal .modal__container .modal__form form .sub__cont .modal__btn-sub {
  position: relative;
  width: 200px;
  padding-left: 15px;
  padding-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.modal .modal__container .modal__form form .sub__cont .modal__btn-sub::after {
  text-align: center;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 44px);
  width: 14px;
  height: 100%;
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right-white.svg") center/contain no-repeat;
}
.modal .modal__container .modal__form form .sub__cont span {
  display: inline-block;
  max-width: 314px;
  opacity: 0.5;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #eef2f9;
}
.modal .modal__container .modal__form form .sub__cont span em {
  color: #34c3ff;
  font-style: normal;
}
.modal .modal__container .modal__form form .sub__cont span a {
  color: #eef2f9;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal .modal__container .modal__form::after {
  position: absolute;
  content: "";
  top: -12%;
  right: 50%;
  width: 600px;
  height: 500px;
  background: url("/local/templates/dosaaf74.ru/css/../images/modal/usorModalBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 70;
}

.modal-image {
  max-width: 500px;
  height: auto;
}
.modal-image .modal__container_image {
  width: 100%;
  height: 100%;
}
.modal-image .modal__container_image .licenses__gallery_item {
  position: relative;
}
.modal-image .modal__container_image .licenses__gallery_item p {
  color: #fff;
}
.modal-image .modal__container_image .licenses__gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-image .modal__container_image .licenses__gallery_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
}

.breadcrumb {
  margin-top: 156px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .breadcrumb {
    margin-top: 108px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.breadcrumb ul li {
  font-family: "Gilroy", sans-serif, sans-serif;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.breadcrumb ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #636974;
}
@media screen and (max-width: 375px) {
  .breadcrumb ul li a {
    padding-right: 0;
    padding-left: 0;
  }
}
.breadcrumb ul li a:hover {
  color: #34C3FF;
}
.breadcrumb ul li span {
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #636974;
}

.page-404 {
  text-align: center;
}
.page-404 .breadcrumb {
  text-align: start;
}
.page-404 .h1__error {
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 33%;
  margin-bottom: 0px;
  margin-top: 106px;
}
@media screen and (max-width: 500px) {
  .page-404 .h1__error {
    font-weight: 400;
    font-size: 40px;
    line-height: 50%;
    color: #364958;
    margin-top: 82px;
  }
}
.page-404 .error__content {
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-404 .error__content h2 {
  margin: 0;
  padding: 0;
  align-self: center;
  position: relative;
  z-index: -5;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 400px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(223deg, #56a2e9 0%, #244f77 58.65%);
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2 {
    font-size: 300px;
  }
}
.page-404 .error__content h2::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 94px;
  max-width: 163px;
  height: 227px;
  width: 100%;
  background: url("/local/templates/dosaaf74.ru/css/../images/page404/naushi1.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2::after {
    right: 37px;
    top: 3px;
  }
}
.page-404 .error__content h2:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 794px;
  height: 713px;
  background: url("/local/templates/dosaaf74.ru/css/../images/page404/bg404page.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .page-404 .error__content h2:before {
    width: 694px;
    top: -78px;
  }
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2:before {
    width: 485px;
    top: -163px;
  }
}
@media screen and (max-width: 500px) {
  .page-404 .error__content h2:before {
    width: 360px;
    height: 323px;
    top: -48px;
  }
}
.page-404 .error__content p {
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 200%;
  color: #000;
  margin-bottom: 18px;
  margin-top: -33px;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content p {
    margin-bottom: 21px;
    margin-top: -40px;
  }
}
.page-404 .error__content nav {
  margin-bottom: 320px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content nav {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .page-404 .error__content nav {
    margin-bottom: 211px;
  }
}
.page-404 .error__content nav ul {
  display: flex;
  list-style-type: none;
}
.page-404 .error__content nav ul li {
  border-radius: 10px;
  margin-right: 21px;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li {
    margin-right: 13px;
  }
}
.page-404 .error__content nav ul li a {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  color: #34c3ff;
  justify-content: center;
  padding: 0;
  width: 200px;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li a {
    width: 165px;
    height: 50px;
    align-items: center;
  }
}
.page-404 .error__content nav ul li:last-of-type:hover a::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg") no-repeat;
  z-index: 10;
}
.page-404 .error__content nav ul li:first-of-type:hover a::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg") no-repeat;
  z-index: 10;
}
.page-404 .error__content nav ul li:last-of-type {
  margin-right: 0;
}
.page-404 .error__content nav ul li:last-of-type a::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right-white.svg") no-repeat;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li:last-of-type a::after {
    top: 19px;
    right: 6px;
  }
}
.page-404 .error__content nav ul li:first-of-type a::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right-white.svg") no-repeat;
}

.button-go-up__error-page {
  top: 60%;
}

@media screen and (max-width: 767px) {
  .intelligence .breadcrumb {
    margin-bottom: 30px;
  }
}
.intelligence .title {
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .intelligence .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 100% */
    margin-bottom: 10px;
  }
}
.intelligence__text {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #45484b;
  display: none;
  margin: 20px 0;
}
.intelligence__text h3 {
  color: #244f77;
  margin-bottom: 10px;
}
.intelligence__text p, .intelligence__text ol {
  margin-bottom: 20px;
}
.intelligence__text a {
  font-family: "Gilroy", sans-serif, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.intelligence__text a::before {
  content: none !important;
}
.intelligence__text table {
  max-width: 1387px;
  width: 100%;
  border: 1px solid #244f77;
  margin-bottom: 20px;
}
.intelligence__text table tbody tr td {
  border: 1px solid #244f77;
  padding: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #45484b;
}
.intelligence__wrapper {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper {
    margin-bottom: 77px;
  }
}
.intelligence__wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.intelligence__wrapper ul li.link {
  padding: 12px 0 6px;
}
.intelligence__wrapper ul li.link:last-of-type {
  padding-bottom: 0;
}
.intelligence__wrapper ul li.link a {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: 0.3s ease-in;
  color: #244F77;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul li.link a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul li.link a::before {
  content: none;
}
.intelligence__wrapper ul li.link a:hover {
  color: #E21C2A;
  transition: 0.3s ease-in;
}
.intelligence__wrapper ul .parent {
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding: 15px 59px 15px 54px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent {
    padding: 22px 14px 29px 52px;
  }
}
@media screen and (max-width: 500px) {
  .intelligence__wrapper ul .parent {
    padding: 13px 14px 13px 52px;
  }
}
.intelligence__wrapper ul .parent a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent a {
    font-size: 16px;
    font-weight: 700;
  }
}
.intelligence__wrapper ul .parent a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 9px;
  left: -32px;
  background: url("/local/templates/dosaaf74.ru/css/../images/intelligence/1.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent a::before {
    top: 50%;
    transform: translateY(-7px);
  }
}
.intelligence__wrapper ul .parent a:hover {
  color: #56A2E9;
}
.intelligence__wrapper ul .parent ul {
  display: none;
}
.intelligence__wrapper ul .parent ul .parent {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 59px 15px 47px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent {
    margin-left: 0;
    padding: 13px 10px 13px 40px;
  }
}
.intelligence__wrapper ul .parent ul .parent a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul .parent ul .parent a:hover {
  color: #56A2E9;
}
.intelligence__wrapper ul .parent ul .parent a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: -25px;
  background: url("/local/templates/dosaaf74.ru/css/../images/intelligence/1.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.intelligence__wrapper ul .parent ul .parent ul {
  padding: 10px 59px 10px 10px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent ul {
    margin-left: 14px;
    padding: 8px 0 8px 0;
  }
}
.intelligence__wrapper ul .parent ul .parent ul li {
  padding: 12px 0 6px;
}
.intelligence__wrapper ul .parent ul .parent ul li a {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: 0.3s ease-in;
  color: #244F77;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent ul li a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul .parent ul .parent ul li a::before {
  content: none;
}
.intelligence__wrapper ul .parent ul .parent ul li a:hover {
  color: #E21C2A;
  transition: 0.3s ease-in;
}
.intelligence__wrapper ul .parent ul .parent ul li:last-of-type {
  padding-bottom: 0;
}
.intelligence__wrapper ul .parent ul .parent:first-child {
  margin-top: 39px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent:first-child {
    margin-top: 7px;
  }
}
.intelligence__wrapper ul .parent ul .active a {
  color: #56A2E9;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .active a {
    font-weight: 700;
  }
}
.intelligence__wrapper ul .parent ul .active a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  left: -25px;
  background: url("/local/templates/dosaaf74.ru/css/../images/arr-up.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .active a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul {
    margin-left: -30px;
  }
}
.intelligence__wrapper ul .parent > ul {
  display: none;
}
.intelligence__wrapper ul .active {
  box-shadow: 0 4px 50px 0 rgba(17, 33, 47, 0.1);
}
.intelligence__wrapper ul .active .parent:last-of-type {
  margin-bottom: 45px;
}
.intelligence__wrapper ul .active a {
  color: #56A2E9;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .active a {
    font-weight: 700;
  }
}
.intelligence__wrapper ul .active a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 9px;
  left: -32px;
  background: url("/local/templates/dosaaf74.ru/css/../images/arr-up.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .active a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.intelligence .consultation-intelligence {
  margin-bottom: 164px;
}
@media screen and (max-width: 767px) {
  .intelligence .consultation-intelligence {
    margin-bottom: 97px;
  }
}

.parent-padding-bottom {
  padding-bottom: 40px;
}

.payment .sticky-box__payment {
  z-index: 4;
}
.payment .breadcrumb {
  margin-bottom: 26px;
}
.payment .title {
  line-height: 1;
  margin-bottom: 51px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .payment .title {
    margin-bottom: 14px;
    justify-content: center;
  }
}
.payment .payment-form {
  position: relative;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  padding-top: 95px;
  margin-top: -95px;
}
.payment .payment-form h2 {
  position: relative;
  text-align: center;
  color: #FFF;
  text-shadow: 0 4px 70px rgba(0, 0, 0, 0.15);
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  z-index: 5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form h2 {
    font-size: 130px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form h2 {
    font-size: 60px;
  }
}
.payment .payment-form .form__box {
  position: relative;
  display: flex;
  z-index: 3;
  margin-bottom: 610px;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box {
    margin-bottom: 400px;
  }
}
.payment .payment-form .form__box .form-payment {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 36px 58px 188px 19px;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  margin-right: 48px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment {
    padding: 36px 19px 188px 19px;
  }
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment {
    margin-right: 0;
    flex-wrap: wrap;
    padding: 36px 19px 100px 19px;
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment {
    flex-wrap: wrap;
    background: none;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
    backdrop-filter: none;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment {
    padding: 14px 20px 30px 20px;
    margin-bottom: 122px;
  }
}
.payment .payment-form .form__box .form-payment .form__index {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 {
  display: flex;
  max-width: 460px;
  width: 50%;
  margin-right: 63px;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 {
    margin-right: 0;
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 {
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
  padding-top: 6px;
  width: 100%;
  text-align: start;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
  display: inline-block;
  background: transparent;
  padding: 13px 23px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 22px;
  color: #81848D;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
    margin-bottom: 16px;
    margin-left: -74px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
    margin-left: -44px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input:first-of-type {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input:first-of-type {
    margin-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 {
    margin-right: 0;
    width: 100%;
    align-items: center;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top {
    max-width: 480px;
    width: 100%;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  justify-content: flex-start;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
  padding-top: 6px;
  width: 100%;
  text-align: start;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
    margin-left: -74px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
    margin-left: -44px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::before, .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
  pointer-events: none;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 47px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 33%);
  border-radius: 0 10px 10px 0;
  top: 0;
  right: 0;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  background: transparent;
  padding: 13px 23px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 22px;
  color: #81848D;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dosaaf74.ru/css/../images/pay/arr-down.svg") no-repeat center/cover;
  top: 25%;
  right: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 31%;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
    right: 22px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper:hover::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right.svg") no-repeat center/cover;
  top: 25%;
  transform: rotate(90deg);
  right: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper:hover::after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 25%;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/btn-arr-right-white.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn:hover::after {
    background-image: url("/local/templates/dosaaf74.ru/css/../images/arr-right-active.svg");
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
  color: #818896;
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
    display: none;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning .blue-accent {
  color: #34C3FF;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning .underline {
  color: #818896;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  text-decoration-line: underline;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link a {
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
  }
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob {
  display: none;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .wrapper__link_mob {
    display: block;
    position: relative;
    z-index: 100;
  }
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning {
  position: relative;
  z-index: 50;
  color: #818896;
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  margin-right: 20px;
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning .blue-accent {
  color: #34C3FF;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  cursor: pointer;
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning .underline {
  color: #818896;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  text-decoration-line: underline;
  cursor: pointer;
}
.payment .payment-form .form__box .form-payment::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 326px;
  left: 282px;
  bottom: -300px;
  width: 494px;
  height: 408px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/stul02.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment::after {
    top: 450px;
    left: 128px;
    width: 211px;
    height: 175px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/stul02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 50;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment::after {
    top: 390px;
    left: 128px;
    width: 211px;
    height: 175px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/stul02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 50;
  }
}
.payment .payment-form .form__box .choice-box {
  display: flex;
  max-width: 400px;
  position: relative;
  padding-top: 36px;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .choice-box {
    max-width: 1280px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
    border-radius: 40px;
    padding: 36px 19px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .choice-box {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box {
    padding: 0 19px 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.payment .payment-form .form__box .choice-box .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc {
  position: relative;
  z-index: 50;
  text-align: start;
  padding-top: 6px;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc {
    padding-top: 0;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
  margin-bottom: 10px;
  text-shadow: 0 0 20px #FFF;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc span {
  display: inline-block;
  color: #505560;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    font-size: 16px;
    margin-top: 15px;
    margin-left: -74px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    max-width: 480px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    margin-left: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: -242px;
    right: -242px;
    height: 341px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/bg3mobdown.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
  }
}
.payment .payment-form .form__box::before {
  position: absolute;
  content: "";
  top: -259px;
  left: -210px;
  right: -201px;
  bottom: -416px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/bg3.png");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box::before {
    bottom: -380px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box::before {
    top: 220px;
    left: -82px;
    right: -139px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/bg23mob.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box::before {
    top: 162px;
    left: -82px;
    right: -139px;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
.payment .payment-form .form__box::after {
  position: absolute;
  content: "";
  top: 201px;
  left: -28px;
  width: 172px;
  height: 175px;
  background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/list02.png");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 25;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box::after {
    position: absolute;
    content: "";
    top: 379px;
    left: -4px;
    width: 83px;
    height: 85px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/list02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 25;
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box::after {
    position: absolute;
    content: "";
    top: 332px;
    left: -4px;
    width: 83px;
    height: 85px;
    background-image: url("/local/templates/dosaaf74.ru/css/../images/pay/list02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 25;
    pointer-events: none;
  }
}

/*
@import "/local/templates/dosaaf74.ru/css/components/logo";
@import "/local/templates/dosaaf74.ru/css/components/social";
@import "/local/templates/dosaaf74.ru/css/components/phone";
@import "/local/templates/dosaaf74.ru/css/components/btn-arrow";
@import "/local/templates/dosaaf74.ru/css/components/main-menu";
@import "/local/templates/dosaaf74.ru/css/components/news";
@import "/local/templates/dosaaf74.ru/css/components/index-about";
@import "/local/templates/dosaaf74.ru/css/components/main-sections";
@import "/local/templates/dosaaf74.ru/css/components/add-sections";
@import "/local/templates/dosaaf74.ru/css/components/side-panel";
@import "/local/templates/dosaaf74.ru/css/components/header-mobile";
@import "/local/templates/dosaaf74.ru/css/components/footer-mobile";
@import "/local/templates/dosaaf74.ru/css/components/submenu";
@import "/local/templates/dosaaf74.ru/css/components/sidebar";
@import "/local/templates/dosaaf74.ru/css/components/popup-order";
@import "/local/templates/dosaaf74.ru/css/components/mobile-menu";
@import "/local/templates/dosaaf74.ru/css/components/breadcrumbs";
@import "/local/templates/dosaaf74.ru/css/components/search-bar";
@import "/local/templates/dosaaf74.ru/css/components/page-tab";
@import "/local/templates/dosaaf74.ru/css/components/pagination";
@import "/local/templates/dosaaf74.ru/css/components/product-item";
@import "/local/templates/dosaaf74.ru/css/components/product-list";
@import "/local/templates/dosaaf74.ru/css/components/sort-bar";
@import "/local/templates/dosaaf74.ru/css/components/catalog";
@import "/local/templates/dosaaf74.ru/css/components/section-list";
@import "/local/templates/dosaaf74.ru/css/components/product";
@import "/local/templates/dosaaf74.ru/css/components/product-price";
@import "/local/templates/dosaaf74.ru/css/components/contacts";
@import "/local/templates/dosaaf74.ru/css/components/points-delivery";
@import "/local/templates/dosaaf74.ru/css/components/basket";
@import "/local/templates/dosaaf74.ru/css/components/order";
@import "/local/templates/dosaaf74.ru/css/components/address-text";
@import "/local/templates/dosaaf74.ru/css/components/main-banner";
@import "/local/templates/dosaaf74.ru/css/components/not-found";
@import "/local/templates/dosaaf74.ru/css/components/reviews";
@import "/local/templates/dosaaf74.ru/css/components/vacancy";
@import "/local/templates/dosaaf74.ru/css/components/opd";
@import "/local/templates/dosaaf74.ru/css/components/spoiler";
@import "/local/templates/dosaaf74.ru/css/components/order-cart";
@import "/local/templates/dosaaf74.ru/css/components/basket-top";*//*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/dosaaf74.ru/components/luxar/super/modal-form/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/dosaaf74.ru/css/normalize.css?17218953436599*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/dosaaf74.ru/css/swiper-bundle.css?172189535123564*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  /*background: var(--swiper-pagination-bullet-inactive-color, #000);*/
  /*opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);*/
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  /*background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* End */


/* Start:/local/templates/dosaaf74.ru/script/fancybox/fancybox.css?172189596525343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/dosaaf74.ru/css/custom_zuev.css?17320109463129*/
.service__desc ol, .service__desc ul {
  padding-left: 10px;
}

.service__desc ul p:last-of-type, .service__desc ol p:last-of-type {
  margin-bottom: 30px;
}

.header__container {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border-radius: 20px;
}
.header__container::before {
  position: absolute;
  border-radius: 20px;
  content: "";
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.4);
}

.header__container_dropdown {
  border-radius: 20px 20px 0 0;
  position: relative;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
.header__container_dropdown::before {
  display: block;
  position: absolute;
  border-radius: 20px 20px 0 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(25, 33, 50, 0.4);
}

.submenu__list {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.contacts .contacts__wrapper .contacts__map {
  height: auto;
  align-self: stretch;
}

@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul .contacts__item_social {
    margin-bottom: 20px;
    padding: 10px 20px;
    align-items: center;
  }
}

.contacts .contacts__wrapper .contacts__list ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li.li-text {
  width: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li.li-text {
    order: 10;
  }
}
.contacts .contacts__wrapper .contacts__list ul li.li-text p {
  margin-bottom: 10px;
}
.contacts .contacts__wrapper .contacts__list ul li.li-text p:last-child {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__list ul li.li-text a {
  font-size: inherit;
  color: #204f7a;
}

.modal__orderCall.fancybox__content {
  padding: 0;
  background: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 10px 0;
}
.footer-links a {
  display: block;
  line-height: 100%;
}
.footer-links a:hover {
  color: #ffffff;
}

.footer__wrapper-company {
  grid-template-rows: 50px 150px;
}

.footer__container {
  grid-template-rows: 50px 230px 20px;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    grid-template-rows: 80px 156px 260px 50px 67px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    grid-template-rows: 120px 156px 260px 50px;
  }
}

.customers {
  overflow: hidden;
}

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

/* End */


/* Start:/local/templates/dosaaf74.ru/css/custom_support.css?17488401435419*/
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 45px;
  }
}
.licenses__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 63px;
}
@media screen and (max-width: 500px) {
  .licenses__gallery {
    margin-bottom: 100px;
  }
}
.licenses__gallery .licenses__gallery_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list {
    justify-content: flex-start;
  }
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item {
  width: 25%;
  padding: 0 45px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 999px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    padding: 0 12px;
    margin-bottom: 22px;
  }
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
    line-height: 16px;
  }
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item a p:last-of-type {
  margin-bottom: 10px;
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
  padding-left: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n+1) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 0;
    padding-right: 11px;
  }
}
.licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
  padding-right: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 45px;
  }
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-left: 45px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 11px;
  }
  .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-right: 0;
    padding-left: 11px;
  }
}

.licenses__gallery:last-child {
  margin-bottom: 0;
}

.el_sign_CONTENT {
  width: 500px;
  max-width: 100%;
}

.intelligence__wrapper .section_description {
  margin-top: 10px;
}
.intelligence__wrapper li.parent > a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.intelligence__wrapper li.parent > a.active {
  color: #56A2E9;
}
.intelligence__wrapper li.parent > a:before {
  display: block;
  position: absolute;
  content: "" !important;
  width: 12px;
  height: 12px;
  top: 9px;
  left: -32px;
  background: url("/local/templates/dosaaf74.ru/css/../images/intelligence/1.svg") no-repeat !important;
}
.intelligence__wrapper li.parent.active > a:before {
  background: url("/local/templates/dosaaf74.ru/css/../images/arr-up.svg") no-repeat !important;
}
.intelligence__wrapper li.link a {
  margin-left: 0 !important;
}

.intelligence__wrapper ul .parent ul .parent ul li a {
  margin-left: 35px;
  display: block;
}

.privancy {
  text-transform: none;
}
.privancy a {
  color: #eef2f9;
}
.privancy input[type=checkbox] {
  display: inline-block !important;
  vertical-align: top;
  width: auto !important;
  background: none !important;
}
.privancy .span-warning {
  width: auto !important;
  max-width: initial !important;
  line-height: initial !important;
}

.payment .payment-form.payment-form-ohrana .form__box .form-payment .span-warning {
  opacity: 1;
  text-shadow: 0 0 3px #000;
}
.payment .payment-form.payment-form-ohrana .form__box .form-payment .span-warning a {
  font-size: inherit !important;
}

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

/* End */


/* Start:/local/templates/dosaaf74.ru/css/korobok_prod.css?17567972641544*/
.span-warning input {
  margin-bottom: 0 !important;
}

form .sub__cont button {
  min-width: 190px;
}

.consultation__form form label, .consultation__form form input, .consultation__form form .wrapper__link {
  position: relative;
  z-index: 100;
}

.privancy a {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.privancy a:hover {
  color: #34c3ff;
}
.privancy a:active {
  color: #045BA7;
}

.footer__container {
  grid-template-rows: 50px 230px 48px;
}
.footer__copyright {
  flex-direction: column;
  align-items: start !important;
}
.footer__copyright .copy-text:first-child {
  display: flex;
  gap: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .consultation__form form input:nth-of-type(2) {
    margin-bottom: 0 !important;
  }
  .consultation__form form .foto {
    margin: 1rem 0;
    position: unset !important;
    transform: none !important;
  }
  .footer__container {
    grid-template-rows: 80px 215px 260px 50px 96px;
  }
  .footer__copyright .copy-text:first-child {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .footer__container {
    grid-template-rows: 120px 180px 260px 50px;
  }
  .footer__copyright {
    margin-top: 10px;
  }
  .footer__copyright .copy-text:first-child {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 578px) {
  form .sub__cont {
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .footer__container {
    grid-template-rows: 120px 156px 260px 50px;
  }
}

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

/* End */
/* /local/templates/dosaaf74.ru/script/bvi/bvi.css?172708886086381 */
/* /local/templates/dosaaf74.ru/css/style.css?1741152151161337 */
/* /local/templates/dosaaf74.ru/components/luxar/super/modal-form/style.css?15499011701 */
/* /local/templates/dosaaf74.ru/css/normalize.css?17218953436599 */
/* /local/templates/dosaaf74.ru/css/swiper-bundle.css?172189535123564 */
/* /local/templates/dosaaf74.ru/script/fancybox/fancybox.css?172189596525343 */
/* /local/templates/dosaaf74.ru/css/custom_zuev.css?17320109463129 */
/* /local/templates/dosaaf74.ru/css/custom_support.css?17488401435419 */
/* /local/templates/dosaaf74.ru/css/korobok_prod.css?17567972641544 */
