

/* Start:/local/templates/vs/template_styles.css?177069482750326*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.container-head {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 575px;
  }
  .container-head {
    max-width: 575px;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 768px;
  }
  .container-head {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .container-head {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1108px;
  }
  .container-head {
    max-width: 977px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1108px;
  }
  .container-head {
    max-width: 977px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
[data-input="mouse"] a:focus {
  outline: 0;
}
[data-input="mouse"] .author-share:focus,
[data-input="mouse"] button:focus,
[data-input="mouse"] input:focus,
[data-input="mouse"] textarea:focus {
  outline: 0;
}
:focus {
  outline-color: #6bb544;
  outline-style: solid;
  outline-width: 2px;
}
section {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  section {
    margin-bottom: 64px;
  }
}
* {
  box-sizing: border-box;
}
html {
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: #5e5956;
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  flex-grow: 2;
  display: flex;
  overflow-x: hidden;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.page-content {
  display: flex;
  flex-direction: column;
  flex: auto;
  overflow-x: hidden;
}
a,
p {
  color: inherit;
  text-decoration: none;
}
a,
p,
svg {
  transition: 0.11s linear;
}
p:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 600;
}
a {
  cursor: pointer;
  color: inherit;
}
a.active,
a:hover {
  text-decoration: none;
  color: inherit;
}
[disabled] {
  opacity: 0.9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #5e5956;
  border-color: #5e5956 !important;
}
[disabled] svg {
  fill: #5e5956 !important;
  stroke: #5e5956 !important;
}
button {
  transition: 0.11s linear;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif;
  margin-top: 0;
}
h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
}
h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
}
h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  line-height: 22px;
}
.basic-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767px) {
  .basic-title {
    font-size: 22px;
    line-height: 24px;
  }
}
.basic-title--red {
  color: #6bb544;
}
ol {
  list-style: decimal;
  padding-left: 18px;
}
ol li {
  list-style: decimal;
}
ol li:not(:last-child) {
  margin-bottom: 1.6rem;
}
#results {
  display: none;
}
.big-title {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  color: #6bb544;
}
@media (max-width: 1024px) {
  .big-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 22px;
    line-height: 26px;
  }
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
[hidden] {
  display: none !important;
}
p {
  margin-top: 0;
  display: block;
}
.undefined {
  pointer-events: none;
  cursor: none;
}
[collapse].hide [collapsed] {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.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;
}
.modal-content .btn {
  background-color: #6bb544;
  border-color: #6bb544;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 42px !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
body .modal-form-izi {
  background-color: #fff;
}
body .modal-form-izi .basic-title--red {
  color: #2b2a29;
}
body .modal-form-izi .btn {
  border-color: #2b2a29;
  color: #2b2a29;
}
body .modal-form-izi .btn:hover {
  background-color: #2b2a29;
  color: #fff;
}
body .modal-form-izi .link-underline--red:hover {
  color: #2b2a29;
}
body .modal-form-izi .link-underline--red::before {
  background: #2b2a29;
}
body .modal-form-izi .valid span {
  background-image: url(/local/templates/vs/icons/circle-grey.svg);
}
.modal-success .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.modal-success .modal-dialog .modal-content {
  position: relative;
  max-width: 350px;
  margin: auto;
  padding: 64px 32px;
  background-color: #fff;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-success .modal-dialog .modal-content {
    padding: 64px 12px;
  }
}
.modal-success .modal-dialog .basic-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}
.modal-success .modal-dialog .modal-success-img {
  margin-bottom: 32px;
  width: 135px;
  height: 135px;
}
.modal-success .modal-dialog .modal-success-img img {
  width: 100%;
  height: 100%;
}
.modal-success .modal-dialog p {
  font-size: 14px;
  line-height: 22px;
}
.ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
}
.ico svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: #fff;
}
a.ico:hover svg {
  stroke: #f8c8b1;
  fill: #f8c8b1;
}
.link-underline {
  position: relative;
  display: inline-flex;
}
.link-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.11s linear;
}
.link-underline--red:hover,
.link-underline--redfocus {
  color: #6bb544;
}
.link-underline--red:hover:before,
.link-underline--redfocus:before {
  opacity: 0;
}
.link-underline--red:before {
  background: #6bb544;
}
.link-underline--light:hover,
.link-underline--lightfocus {
  color: #f8c8b1;
}
.link-underline--light:hover:before,
.link-underline--lightfocus:before {
  opacity: 0;
}
.link-underline--light:before {
  background: #fff;
}
.btn {
  margin-right: 32px;
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  background: 0 0;
  cursor: pointer;
  transition: 0.11s linear;
  border-width: 1px;
  border-style: solid;
  padding: 6px 24px 8px;
  border-radius: 24px;
  align-items: center;
}
.btn--red {
  color: #6bb544;
  border-color: #6bb544;
}
.btn--light {
  color: #fff;
  border-color: #fff;
}
.btn:focus,
.btn:hover {
  color: #fff;
  background: #6bb544;
  border-color: #6bb544;
  box-shadow: 0 3px 6px rgba(57, 10, 10, 0.25);
}
.btn[disabled] {
  color: #ffebe0;
  opacity: 0.2;
  background: #5e5956;
}
header {
  padding: 24px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .container-head {
  display: flex;
  align-items: center;
}
.navigation {
  margin-left: auto;
}
.navigation ul {
  display: flex;
  gap: 24px;
}
.navigation a {
  color: #fff;
}
.navigation a:hover {
  color: #f8c8b1;
}
.header-social {
  display: flex;
  margin-left: 35px;
  margin-right: -9px;
}
@media (max-width: 1024px) {
  .header-social {
    margin-left: auto;
  }
}
.header-logo {
  width: 173px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 123px;
  }
}
.header-logo img {
  width: 100%;
}
.header-toggle {
  display: none;
  background-image: url(/local/templates/vs/icons/menu.svg);
  width: 24px;
  height: 24px;
  margin-left: 32px;
  order: 4;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-toggle {
    margin-left: 18px;
  }
}
.header-list-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header-list-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: -12px;
  }
  .header-list-mobile .header-item-mobile {
    margin-bottom: 12px;
  }
}
.header-mobile-close,
.mobile-logo {
  display: none;
}
@media (max-width: 1024px) {
  .header-mobile-close,
  .mobile-logo {
    display: block;
  }
}
.header-mobile-close {
  position: absolute;
  top: 34px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.header-mobile-close svg {
  width: 100%;
  height: 100%;
  stroke: #5e5956;
}
.header-mobile-close:hover svg {
  stroke: #6bb544;
}
.header-mobile-logo {
  display: none;
}
@media (max-width: 1024px) {
  .header-mobile-logo {
    display: block;
  }
}
@media (max-width: 1024px) {
  nav.navigation {
    display: none;
    overflow-y: auto;
    padding: 24px 16px;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
  }
  nav.navigation ul {
    flex-direction: column;
    margin-top: 30px;
  }
  nav.navigation ul li {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-left: 0;
  }
  nav.navigation a {
    color: #5e5956;
  }
  nav.navigation .header-list-mobile {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
footer {
  background-color: #6bb544;
  padding: 38px 0;
  color: #fff;
}
footer a:hover {
  color: #f8c8b1;
}
@media (max-width: 767px) {
  footer {
    padding-top: 33px;
    padding-bottom: 15px;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    margin-bottom: -8px;
  }
}
.footer-col {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
}
.footer-col:nth-child(2n + 2) {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-col:nth-child(2n + 2) {
    justify-content: flex-start;
  }
}
.footer-col:nth-child(1),
.footer-col:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-col {
    margin-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-nav {
  display: flex;
  align-items: center;
  margin: 0 -12px -8px;
}
.footer-nav .ico {
  padding: 0 12px;
}
.footer-nav > a {
  margin-right: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.footer-nav > a:hover {
  color: #f8c8b1;
}
.footer-nav > a:hover svg {
  stroke: #f8c8b1;
  fill: #f8c8b1;
}
@media (max-width: 576px) {
  .footer-nav > a {
    margin-right: 8px;
  }
}
.footer-nav > a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .footer-nav {
    flex-wrap: wrap;
  }
}
section.main--video .main-baner-img {
  height: 650px;
  max-width: 1366px;
  position: relative;
  width: 100%;
}
section.main--video .main-baner-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
section.main--video .main-baner-img img {
  width: 100%;
  height: 100%;
}
section.main--video .main-about-img {
  position: absolute;
}
section.main--video .main-about {
  margin-top: -234px;
}
@media (max-width: 767px) {
  section.main--video .main-about {
    margin-top: 0;
  }
}
section.main--video.play .main-about {
  margin-top: 0;
}
section.main--video .main-baner {
  position: relative;
  justify-content: center;
  display: flex;
}
.main--video-btn {
  width: 81px;
  height: 81px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: #fff;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .main--video-btn {
    width: 40px;
    height: 40px;
  }
}
.main--video-btn svg {
  width: 100%;
  height: 100%;
}
.main--video-btn:hover svg {
  fill: #f8c8b1;
}
.title-head {
  padding: 0 62px;
}
@media (max-width: 1024px) {
  .title-head {
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .title-head {
    padding: 0;
  }
}
.main-baner {
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .main-baner {
    height: 60vh;
    position: relative;
  }
  .main-baner > * {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .main-baner.head-banner {
    height: 300px;
  }
}
.height {
  height: 750px;
}
@media (max-width: 767px) {
  .height {
    margin-bottom: 500px !important;
    height: 650px;
  }
}
.height .programm-item-img {
  height: 100%;
}
.height .programm-item-img img {
  height: unset;
}
.flex {
  flex-wrap: wrap;
  gap: 4px;
}
.main-baner-img {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1366px;
}
.main-baner-img img.banner-none {
  display: none;
}
@media (max-width: 767px) {
  .main-baner-img {
    position: absolute;
  }
  .main-baner-img img.banner-none {
    display: block;
  }
  .main-baner-img img.banner-yes {
    display: none;
  }
}
.main-baner-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #000 -50.53%, rgba(0, 0, 0, 0) 49.89%);
}
.main-baner-img img {
  text-align: center;
  width: 1366px;
  height: 473px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-baner-img img {
    width: 100%;
    height: 100%;
  }
}
.contact-post-img img.banner-none {
  display: none;
}
@media (max-width: 767px) {
  .contact-post-img img.banner-none {
    display: block;
  }
  .contact-post-img img.banner-yes {
    display: none;
  }
}
.main-baner-img-head {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1366px;
}
.main-baner-img-head img.banner-none {
  display: none;
}
@media (max-width: 767px) {
  .main-baner-img-head {
    position: absolute;
    height: 550px;
  }
  .main-baner-img-head img.banner-none {
    display: block;
  }
  .main-baner-img-head img.banner-yes {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-baner-img-head {
    position: absolute;
    margin: auto;
  }
}
.main-baner-img-head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #000 -50.53%, rgba(0, 0, 0, 0) 49.89%);
}
.main-baner-img-head img {
  text-align: center;
  width: 1366px;
  height: 473px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-baner-img-head img {
    height: 100%;
  }
}
.main-baner-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .main-baner-text {
    width: auto;
    margin: auto;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 83px;
    padding: 0;
  }
}
.baner-subtitle {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-top: 22px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .baner-subtitle {
    margin-top: 0;
  }
}
.baner-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
}
@media (max-width: 1024px) {
  .baner-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .baner-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.main-about-col {
  padding: 64px;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  flex: auto;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-about-col {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .main-about-col {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.main-about-col--light {
  background: #fff;
  color: #5e5956;
  box-shadow: 0 0 30px rgba(57, 10, 10, 0.25);
}
@media (max-width: 1280px) {
  .main-about-col--light {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .main-about-col--light {
    box-shadow: unset;
    padding: 24px 0;
  }
}
.main-about-col--red {
  background: #ff2140;
  color: #fff;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 404px;
  }
}
.main-about {
  font-size: 14px;
  line-height: 22px;
  margin-top: -45px;
  transition: 0.2s;
}
.main-about .container-head {
  display: flex;
}
@media (max-width: 767px) {
  .main-about {
    margin-top: 0;
  }
}
.main-about-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.main-about-wrap .main-about-col:not(.main-about-col--light) {
  background-color: #6bb544;
}
@media (max-width: 767px) {
  .main-about-wrap {
    flex-wrap: wrap;
  }
}
.main-about-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.main-about-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-about-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.main-about-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .main-about-img {
    position: unset;
    max-height: 320px;
    width: 100%;
    margin-right: -32px;
    margin-bottom: -32px;
    order: 2;
  }
}
.main-about-img img {
  max-width: 100%;
  height: 100%;
  transform: translateY(50px);
}
@media (max-width: 1024px) {
  .main-about-img img {
    margin-right: -70px;
    width: auto;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .main-about-img img {
    margin-right: 0;
  }
}
.main-about-text {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .main-about-text {
    order: 1;
    max-width: unset;
  }
}
.main-about-text p {
  margin-bottom: 12px;
  max-width: 355px;
}
.main-about-text b {
  font-weight: 600;
  margin-bottom: 6px;
}
.main-about-text .btn {
  margin-top: 18px;
}
.main-about-text .price {
  color: #fff;
}
.main-about-text .price:before {
  background-image: url(/local/templates/vs/icons/ruble.svg);
}
.main-about-text .big-title {
  color: #fff;
}
.child-img {
  height: 100px;
}
.command-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .command-nav {
    margin-top: 18px;
  }
}
.command-nav li {
  margin-right: 32px;
  color: #5e5956;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px dashed #5e5956;
}
.command-nav li:focus,
.command-nav li:hover {
  border-bottom: 1px dashed #6bb544;
  color: #6bb544;
}
@media (max-width: 767px) {
  .command-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .command-nav li {
    display: inline-block;
    margin-bottom: 8px;
  }
  .command-nav li:last-child {
    margin-bottom: 0;
  }
}
.title-head + .command-post {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .title-head + .command-post {
    margin-top: 64px;
  }
}
.command-post-img {
  width: 50%;
  padding: 0 32px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.command-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .command-post-img {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .command-post-img {
    width: 100%;
  }
}
.command-post-img__text {
  text-transform: uppercase;
  position: absolute;
  width: calc(100% - 64px);
  height: 100%;
  left: 32px;
  top: 0;
  color: #fff;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .command-post-img__text {
    padding: 48px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .command-post-img__text {
    padding: 48px 32px;
  }
}
.command-post-img__text:before {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 39.35%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.command-post-img__text .command-post-img__text-label {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.command-post-img__text .command-post-img__text-title {
  position: relative;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 13px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .command-post-img__text .command-post-img__text-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.command-post-img__text .command-post-img__text-title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  background-color: #6bb544;
  width: 100%;
  bottom: 0;
}
.command-post-logo {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .command-post-logo {
    margin-bottom: 18px;
  }
}
.command-post-text {
  width: 50%;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  .command-post-text {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .command-post-text {
    width: 100%;
    margin-top: 24px;
  }
}
.command-post-text .btn {
  margin-top: 42px;
}
@media (max-width: 1024px) {
  .command-post-text .btn {
    margin-top: 24px;
  }
}
.command-post-text ul {
  padding-left: 21px;
}
.command-post-text ul li {
  list-style: none;
  position: relative;
}
@media (max-width: 1024px) {
  .command-post-text ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.command-post-text ul li:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 6px;
  width: 11px;
  height: 11px;
  background-color: #6bb544;
  border-radius: 50%;
}
.command-post-text ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .command-post-text ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .command-post-text ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.command-post {
  display: flex;
  margin: 0 -32px;
}
@media (max-width: 1024px) {
  .command-post {
    margin: 0 -16px;
  }
}
@media (max-width: 767px) {
  .command-post {
    flex-direction: column;
  }
}
.command-post-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #6bb544;
  margin-top: 22px;
  text-transform: uppercase;
}
.programm {
  position: relative;
}
.programm:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 82.5%;
  margin: auto;
  width: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (max-width: 767px) {
  .programm:before {
    display: none;
  }
}
.programm-item-img {
  position: absolute;
  left: 6px;
  top: 0;
  width: calc(100% - 12px);
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .programm-item-img {
    position: relative;
    left: 0;
    width: 100%;
    height: 400px;
    padding-bottom: 70%;
    z-index: 1;
  }
  .programm-item-img img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.programm-item-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .programm-item-img:before {
    display: none;
  }
}
.programm-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programm-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .programm-list {
    margin: 0;
  }
}
.programm-item {
  position: relative;
  padding: 0 6px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .programm-item:nth-child(1) .programm-item-img {
    height: 0;
  }
}
.programm-item--md {
  width: 50%;
  min-height: 396px;
}
@media (max-width: 1024px) {
  .programm-item--md {
    min-height: 360px;
  }
}
@media (max-width: 1024px) {
  .programm-item--md .programm-item-buttons {
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: auto;
  }
  .programm-item--md .programm-item-buttons .btn:nth-child(2) {
    order: 3;
  }
  .programm-item--md .programm-item-buttons .btn:first-child {
    order: 1;
  }
  .programm-item--md .programm-item-buttons > * {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .programm-item--md {
    width: 100%;
    min-height: unset;
  }
}
.programm-item--xl {
  width: 100%;
  min-height: 420px;
}
@media (max-width: 1024px) {
  .programm-item--xl {
    min-height: 350px;
  }
  .programm-item--xl .programm-item-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .programm-item--xl .programm-item-img {
    padding-bottom: 50%;
  }
  .programm-item--xl .programm-item-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .programm-item--xl {
    width: 100%;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .programm-item--xl .programm-item-buttons {
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: auto;
  }
  .programm-item--xl .programm-item-buttons .btn:nth-child(2) {
    order: 3;
  }
  .programm-item--xl .programm-item-buttons .btn:first-child {
    order: 1;
  }
  .programm-item--xl .programm-item-buttons > * {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .programm-item {
    padding-top: 64px;
    padding-bottom: 48px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}
.programm-item-content {
  padding: 34px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  max-width: 600px;
  height: 100%;
}
@media (max-width: 1024px) {
  .programm-item-content {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .programm-item-content {
    height: auto;
    padding: 0;
    padding-top: 12px;
  }
}
.programm-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .programm-item-label {
    color: #6bb544;
  }
}
.programm-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 340px;
}
@media (max-width: 767px) {
  .programm-item-text {
    color: #5e5956;
  }
}
.programm-item-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .programm-item-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .programm-item-title {
    color: #6bb544;
  }
}
.programm-item-buttons {
  display: flex;
  margin-top: 32px;
  margin-bottom: -12px;
}
@media (max-width: 1024px) {
  .programm-item-buttons {
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .programm-item-buttons .btn {
    color: #6bb544;
    border-color: #6bb544;
  }
  .programm-item-buttons .btn:focus,
  .programm-item-buttons .btn:hover {
    color: #fff;
  }
}
.price {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  padding-right: 14px;
  margin-right: 32px;
}
.price:before {
  margin: auto;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  background-image: url(/local/templates/vs/icons/ruble.svg);
}
@media (max-width: 767px) {
  .price:before {
    background-image: url(/local/templates/vs/icons/ruble-dark.svg);
  }
}
@media (max-width: 1024px) {
  .price {
    order: 2;
  }
}
@media (max-width: 767px) {
  .price {
    color: #5e5956;
  }
}
.programm-dark {
  background: #fff;
}
.programm-dark .navigation a {
  color: #fff;
}
.programm-dark svg {
  stroke: #fff;
}
.programm-dark footer {
  background: #2b2a29;
  color: #fff;
}
.programm-dark footer a {
  color: #fff;
}
@media (max-width: 1024px) {
  body .light section.text {
    background: 0 0;
  }
}
body .new-programm--izi .big-title {
  color: #20ff5a;
}
body .new-programm--izi .main-about-wrap {
  box-shadow: 0 -4px 90.6px 0 rgba(32, 255, 90, 0.5);
}
body
  .new-programm--izi
  .main-about-wrap
  .main-about-col:not(.main-about-col--light) {
  background: #2b2a29;
  box-shadow: 0 0 30px 0 rgba(57, 10, 10, 0.25);
}
body .new-programm--izi .main-about-wrap .btn {
  color: #fff;
  border-color: #fff;
}
body .new-programm--izi .main-about-wrap .btn:hover {
  border-color: #20ff5a;
  background: #20ff5a;
}
body .new-programm--izi .main-baner-img {
  max-width: 100%;
  background: #2b2a29;
}
body .new-programm--izi .main-baner-img img {
  width: 100%;
  height: 650px;
  -o-object-fit: contain;
  object-fit: contain;
}
body .new-programm--izi .main-about {
  margin-top: -245px;
}
body .new-programm--izi .main-about .main-about-text p {
  max-width: 100%;
}
body .new-programm--izi .text-wrap h3 {
  color: #2b2a29;
}
body .new-programm--izi .title-head .basic-title {
  color: #2b2a29;
}
body .new-programm--izi .questions-item .questions-item-title {
  color: #2b2a29;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(130, 130, 130, 0.25);
}
body .new-programm--izi .questions-item.show .questions-item-title {
  color: #2b2a29;
}
body .new-programm--izi .questions-item.show .questions-item-simbol span {
  background: #2b2a29;
}
body .new-programm--izi .next-wrap {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(32, 255, 90, 0.96) 24.86%,
    rgba(32, 255, 90, 0.69) 94.18%
  );
}
body .new-programm--izi .next-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/local/templates/vs/img/pattern-izi.svg);
  z-index: -1;
}
body .new-programm--izi .next-wrap .basic-title,
body .new-programm--izi .next-wrap .next-tags {
  color: #2b2a29;
}
body .new-programm--izi .next-wrap .btn {
  background: #2b2a29;
  box-shadow: 0 3px 6px 0 rgba(57, 10, 10, 0.25);
  color: #fff;
  border: 0;
}
@media (max-width: 1024px) {
  body .new-programm--izi section.text {
    background: 0 0;
  }
  body .new-programm--izi .main-about {
    margin-top: -65px;
  }
  body .new-programm--izi .main-baner-img img {
    height: auto;
  }
}
.results-slider {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .results-slider {
    margin-top: 24px;
  }
}
.results-slider .swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 255px;
}
.results-slider-img {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.results-slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.results-slider-text {
  margin-top: 16px;
  padding-left: 52px;
  position: relative;
}
.results-slider-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.results-slider-text b {
  color: #6bb544;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.results-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .results-nav {
    position: relative;
  }
}
.results-nav .swiper-button-next,
.results-nav .swiper-button-prev,
.results-nav .swiper-pagination {
  margin: 0;
  position: unset;
  top: 0;
}
.results-nav .swiper-button-next,
.results-nav .swiper-button-prev {
  align-items: center;
  background: unset;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  opacity: 1;
  width: 38px;
}
@media (max-width: 767px) {
  .results-nav .swiper-button-next,
  .results-nav .swiper-button-prev {
    display: none;
  }
}
.results-nav .swiper-button-next svg,
.results-nav .swiper-button-prev svg {
  height: 22px;
  stroke: #6bb544;
  width: 12px;
}
.results-nav .swiper-button-next.swiper-button-disabled svg,
.results-nav .swiper-button-prev.swiper-button-disabled svg {
  stroke: #f8c8b1;
}
.results-nav .swiper-button-next {
  transform: rotate(180deg);
}
.results-nav .swiper-pagination {
  margin: 0 24px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .results-nav .swiper-pagination {
    margin: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 33, 64, 0.25);
  }
  .results-nav .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #6bb544;
  }
}
.results-nav .swiper-pagination-bullet {
  align-items: center;
  background: 0 0;
  border: 1px solid #6bb544;
  border-radius: 50%;
  color: #6bb544;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  line-height: 22px;
  opacity: 1;
  width: 30px;
  margin-right: 12px;
}
.results-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6bb544;
  color: #fff;
}
.results-slider-ico {
  bottom: 0;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px;
}
.results-slider-ico svg {
  height: 100%;
  width: 100%;
}
.contact-post {
  position: relative;
  min-height: 326px;
}
@media (max-width: 767px) {
  .contact-post {
    flex-direction: column-reverse;
    display: flex;
  }
}
.contact-post-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .contact-post-img {
    position: relative;
  }
}
.contact-post-text {
  padding: 64px;
  color: #fff;
  max-width: 488px;
}
@media (max-width: 1024px) {
  .contact-post-text {
    padding: 48px;
    max-width: 372px;
  }
}
@media (max-width: 767px) {
  .contact-post-text {
    padding: 32px;
    width: 100%;
    max-width: unset;
    background: linear-gradient(
      180deg,
      #5e5956 86.33%,
      rgba(94, 89, 86, 0) 100%
    );
    margin-bottom: -56px;
  }
}
.contact-post-text .basic-title {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .contact-post-text .basic-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .contact-post-text .basic-title {
    margin-bottom: 6px;
  }
}
.contact-post-text p {
  margin-bottom: 8px;
}
.contact-post-text .contact-social {
  margin-top: 24px;
}
.contact-post-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.contact-social {
  display: flex;
  margin: 0 -9px;
}
.contact-social svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 1024px) {
  .contact-social svg {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .contact-social svg {
    width: 32px;
    height: 32px;
  }
}
.advantages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: 10px;
  margin-bottom: -12px;
}
@media (max-width: 1024px) {
  .advantages-list {
    flex-wrap: wrap;
  }
}
.advantages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 0 16px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .advantages-item {
    width: 33.3%;
  }
}
@media (max-width: 576px) {
  .advantages-item {
    width: 100%;
  }
}
.advantages-item-text {
  margin-top: 6px;
  text-align: center;
  max-width: 100%;
}
.questions-list {
  margin-top: 32px;
}
.questions-item-simbol {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 32px;
  top: 0;
  display: inline-block;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .questions-item-simbol {
    right: 24px;
  }
}
.questions-item-simbol span {
  position: absolute;
  transition: 0.11s linear;
  background: #250703;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: flex;
  left: 0;
  top: 0;
}
.questions-item-simbol span:first-child {
  top: 50%;
}
.questions-item-simbol span:last-child {
  top: 50%;
  transform: rotate(90deg);
}
.questions-item.show .questions-item-title {
  color: #6bb544;
}
.questions-item.show .questions-item-simbol span:first-child,
.questions-item.show .questions-item-simbol span:last-child {
  transform: unset;
  background-color: #6bb544;
}
.questions-item.show .questions-item-simbol span:last-child {
  left: 0;
}
.questions-item-title {
  box-shadow: 0 3px 6px rgba(57, 10, 10, 0.25);
  background-color: #fff;
  padding: 24px 32px;
  padding-right: 62px;
  cursor: pointer;
  transition: 0.11s linear;
  color: #250703;
  position: relative;
}
@media (max-width: 767px) {
  .questions-item-title {
    padding: 12px 24px;
    padding-right: 62px;
    font-size: 14px;
  }
}
.questions-item-title:hover {
  color: #6bb544;
}
.questions-item-text {
  display: none;
  padding: 18px 32px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .questions-item-text {
    font-size: 14px;
  }
}
.questions-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.questions-item[disabled] {
  color: #5e5956;
  opacity: 0.5;
}
.questions-item[disabled] .questions-item-simbol span {
  background: #5e5956;
}
.next-wrap {
  position: relative;
  padding: 48px 64px;
  background: linear-gradient(
    90deg,
    rgba(32, 255, 90, 0.96) 24.86%,
    rgba(32, 255, 90, 0.69) 94.18%
  );
}
@media (max-width: 1024px) {
  .next-wrap {
    padding: 32px 48px;
  }
}
@media (max-width: 767px) {
  .next-wrap {
    padding: 24px 32px;
  }
}
.next-wrap .basic-title {
  margin-bottom: 12px;
}
.next-wrap p {
  margin-bottom: 24px;
  max-width: 550px;
}
.next-wrap .btn {
  margin-top: 12px;
}
.next-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/local/templates/vs/img/pattern.svg);
  z-index: -1;
}
.next-wrap .basic-title,
.next-wrap .next-tags {
  color: #2b2a29;
}
.next-wrap .btn {
  background: #2b2a29;
  box-shadow: 0 3px 6px 0 rgba(57, 10, 10, 0.25);
  color: #fff;
  border: 0;
}
.advantages-item-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal-form-close {
  width: 20px;
  height: 20px;
  right: 34px;
  top: 34px;
  position: absolute;
  cursor: pointer;
}
.modal-form-close:hover svg {
  stroke: #6bb544;
}
.modal-form-close svg {
  width: 20px;
  height: 20px;
  stroke: #5e5956;
}
.modal-form {
  background-color: #fff;
}
.modal-form .modal-dialog {
  margin: 0;
  padding: 72px 0;
  pointer-events: unset;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.modal-form .modal-content {
  max-width: 740px;
}
.modal-form .form-wrap {
  max-width: 613px;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .modal-form .form-wrap {
    margin-top: 18px;
  }
}
.modal-form .form-wrap .btn:hover svg {
  stroke: #fff;
}
.modal-form p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-form p {
    font-size: 14px;
    line-height: 22px;
  }
}
.modal-form .basic-title {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .modal-form .basic-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.modal-form-img.modal-form-img--desk {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 1024px) {
  .modal-form-img.modal-form-img--desk {
    display: none;
  }
}
.modal-form-img.modal-form-img--desk img {
  max-height: 100%;
}
.modal-content {
  background-color: unset;
  border: unset;
  border-radius: 0;
}
.form-field {
  margin-bottom: 28px;
  position: relative;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .form-field {
    margin-bottom: 18px;
  }
}
.form-field.accept input {
  border-bottom: 1px solid #0ad272;
}
.form-field.error input {
  border-bottom: 1px solid #6bb544;
}
.form-item {
  width: 100%;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-item--lg {
  width: 60%;
}
@media (max-width: 576px) {
  .form-item--lg {
    width: 100%;
  }
}
.form-item--md {
  width: 40%;
}
@media (max-width: 576px) {
  .form-item--md {
    width: 100%;
  }
}
.form-item--sm {
  width: 28%;
}
@media (max-width: 576px) {
  .form-item--sm {
    width: 33.3%;
  }
}
.form-item .btn {
  margin-right: 24px;
  padding: 8px 18px;
}
.form-field input,
.form-field textarea {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #5e5956;
  padding: 9px 0;
  border-bottom: 1px solid #5e5956;
}
.form-field input:focus,
.form-field input:hover,
.form-field textarea:focus,
.form-field textarea:hover {
  border-bottom: 1px solid #f8c8b1;
  outline: 0;
}
.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
  color: #5e5956;
}
textarea {
  max-height: 44px;
}
.valid {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.valid label {
  cursor: pointer;
}
@media (max-width: 767px) {
  .valid {
    font-size: 10px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .valid-note {
    line-height: 26px;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.valid {
  position: relative;
}
.valid input {
  display: none;
}
.valid input:checked + label span {
  background-image: url(/local/templates/vs/icons/check-circle.svg);
}
.valid input:checked + label span:before {
  opacity: 1;
  visibility: visible;
}
.valid label {
  display: flex;
  cursor: pointer;
}
.valid span {
  top: 3px;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  display: flex;
  position: absolute;
  left: 0;
  background-image: url(/local/templates/vs/icons/circle.svg);
  transition: 0.2s;
}
.form-btn-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 767px) {
  .form-btn-note {
    font-size: 10px;
  }
  .form-btn-note img {
    width: 100px;
    margin-right: auto;
  }
}
.ico--credit-card {
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .ico--credit-card {
    display: none;
  }
}
.ico--credit-card svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
section.text {
  margin-bottom: 0;
}
section.text .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  section.text .container {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  section.text .container {
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  section.text {
    background-image: url(/local/templates/vs/img/text-logo.svg);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 576px) {
  section.text {
    background-size: 90%;
  }
}
section.text--programm .text-bg {
  top: 0;
}
.text-wrap {
  max-width: 568px;
}
.text-wrap .text-back {
  margin-bottom: 32px;
}
.text-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .text-bg {
    display: none;
  }
}
section.error {
  padding-top: 150px;
  position: relative;
}
@media (max-width: 1024px) {
  section.error {
    padding-top: 70px;
  }
}
.error-cont {
  margin: 0 -70px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .error-cont {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .error-cont {
    flex-wrap: wrap;
  }
}
.error-text {
  padding: 0 70px;
  width: 50%;
}
.error-text h1 {
  margin-bottom: 12px;
  margin-top: 0;
}
.error-text p {
  max-width: 470px;
}
@media (max-width: 1024px) {
  .error-text {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .error-text {
    width: 100%;
  }
}
.error-logo {
  padding: 0 70px;
  width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.error-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .error-logo {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .error-logo {
    width: 100%;
    position: absolute;
    max-width: 430px;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}


/* End */
/* /local/templates/vs/template_styles.css?177069482750326 */
