

/* Start:/local/components/aft/menu.list/templates/one-column/style.css?16506215862447*/
.navigation {
    box-sizing: border-box;
    height: 100vh;
    left: 0;
    max-width: 100vw;
    padding: 0 60px 0 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition-duration: 0.2s;
    width: auto;
    z-index: 120;
}
.navigation--shown {
    transform: translateX(0);
}
.navigation__wrap {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    width: auto;
}
.navigation__close {
    background-color: transparent;
    border: none;
    height: 33px;
    padding: 0;
    position: absolute;
    right: -43px;
    top: 6px;
    width: 33px;
    z-index: 100;
}
.navigation__close span {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.navigation__close span::before, .navigation__close span::after {
    background-color: #8A8B8D;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
}
.navigation__close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.navigation__close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navigation a {
    color: var(--color-text);
    display: block;
}
.navigation__scroll {
    height: 100%;
    max-width: 100%;
    overflow: scroll;
}
.list.navigation__first {
    min-height: 100%;
    width: fit-content;
}
.list.navigation__third {
    padding: 0 0 0 14px;
}
.navigation__scroll::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F3F3F3;
}
.navigation__scroll::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navigation__scroll::-webkit-scrollbar-button {
    display: none;
}
.navigation__first-item {
    box-sizing: border-box;
    border-right: 2px solid #F3F3F3;
    min-height: 100%;
    min-width: 200px;
    max-width: 355px;
    padding: 25px 30px 15px;
    width: 25vw;
}
.navigation__first-item:last-child {
    border: none;
    padding-bottom: 30px;
}
.navigation__first-item > a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.navigation__second-item > a {
    font-size: 16px;
    font-weight: normal;
    margin: 12px 0;
    text-transform: uppercase;
}
.navigation__second-item:last-child > a {
    margin: 0;
}
.navigation__third-item > a {
    font-size: 14px;
    font-weight: normal;
    margin: 13px 0;
}
/* End */


/* Start:/local/templates/aft-edu/template_styles.css?1762499534127053*/
:root {
  --color-text: #111c24;
  --color-title: #152630;
  --color-text-note: #686868;
  --color-text-light-gray: #acb6bd;
  --color-hightlight: #a50234;
  --color-gray-bg: #f4f4f4;
  --color-gray: #959595;
  --color-light-gray: #f3f3f3;
  --gray-border: #979797;
  --light-pink: #f6e5eb;
  --background-gray-checklist: #d8d8d8;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Regular.eot');
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Bold.eot');
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Bold.eot') format('embedded-opentype'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Light.eot');
  src: url('/local/templates/aft-edu/fonts/Roboto/Roboto-Light.eot') format('embedded-opentype'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Light.woff') format('woff'), url('/local/templates/aft-edu/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/aft-edu/fonts/Caveat/Caveat-Regular.eot');
  src: url('/local/templates/aft-edu/fonts/Caveat/Caveat-Regular.eot') format('embedded-opentype'), url('/local/templates/aft-edu/fonts/Caveat/Caveat-Regular.woff') format('woff'), url('/local/templates/aft-edu/fonts/Caveat/Caveat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* stylelint-disable */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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;
}
/* normalize off */

body {
  background-color: #fff;
  color: var(--color-text);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
}
main {
  display: block;
}
section {
  width: 100%;
  margin: 0;
  padding: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
}
a {
  color: var(--color-hightlight);
  cursor: pointer;
  text-decoration: none;
}
button,
select {
  cursor: pointer;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  cursor: pointer;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px;
}
.link-wrap {
  text-align: center;
}
.link-next {
  color: var(--color-hightlight);
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px 0 0;
  position: relative;
  text-align: center;
}
.link-next::after {
  background-image: url("/local/templates/aft-edu/common_img/vigo/arrow_right_alt-24px.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  width: 13px;
  height: 12px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.link-next:hover::after {
  -webkit-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.no-scroll {
  overflow: hidden;
}
.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.play {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-play_circle_filled.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  opacity: 0.9;
  outline: none;
  width: 50px;
  height: 50px;
}
.play:focus,
.play:hover {
  opacity: 1;
}
.nowrap {
  white-space: nowrap;
}
.red {
  color: var(--color-hightlight);
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .link-next {
    font-size: 18px;
    padding: 0 9px 0 0;
  }
  .link-next::after {
    font-size: 18px;
    right: -14px;
  }
  .play {
    width: 120px;
    height: 120px;
  }
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  margin: 0 auto;
  width: 95%;
}
.content li {
  line-height: 1.3;
  margin-bottom: 16px;
}
.content p {
  margin: 0 0 18px;
  line-height: 1.3;
}
.content dt {
  display: inline;
}
.content dd {
  display: inline;
  margin: 0;
}
.content dl div {
  margin-bottom: 16px;
}
.content__list-numbered {
  counter-reset: myCounter;
}
.content__list-title {
  color: var(--color-hightlight);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 7px;
}
.content__list-title::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: inline;
  padding-right: 17px;
}
.content__list li {
  margin-bottom: 0;
}

ul.content__list {
  margin: 0 0 18px;
}

@media (min-width: 768px) {
  .container {
    width: 85%;
  }
  .content li {
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .content p {
    margin: 0 0 25px;
    line-height: 1.5;
  }
  .content a:hover {
    text-decoration: underline;
  }
  .content dl div {
    margin-bottom: 27px;
  }
  .content__list-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .content__list-title::before {
    padding-right: 12px;
  }
  .content__list-numbered li {
    margin-bottom: 50px;
  }
  .content__list li {
    margin-bottom: 1px;
  }
  ul.content__list {
    margin: 0 0 28px;
  }
}
.table {
  border-collapse: collapse;
  border: none;
  text-align: left;
  width: 100%;
}
.table thead {
  background-color: var(--color-gray-bg);
}
.table tr {
  border: 1px solid var(--color-gray-bg);
}
.table td {
  padding: 8px 7px;
  vertical-align: middle;
}
.table th {
  padding: 12px 8px 7px;
}
.table .success {
  color: #309e58;
}
.table .fail {
  color: #d31f3b;
}
.table .wait {
  color: var(--color-hightlight);
}
.table .active {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .table th {
    font-size: 16px;
    padding: 15px 17px;
  }
  .table td {
    padding: 8px 10px;
  }
  .table tbody tr {
    border: 1px solid #dae3e8;
    border-top: none;
  }
}
.section {
  margin: 0 0 49px;
  padding: 0;
  width: 100%;
}
.section__title {
  color: var(--color-title);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  margin: 0 auto 18px;
  padding: 0;
  text-align: center;
}
.section__title--top {
  margin-bottom: 21px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 116px;
  }
  .section__title {
    font-size: 46px;
    letter-spacing: 0.2px;
    line-height: 0.91;
    margin-bottom: 34px;
  }
  .section__title--top {
    margin-bottom: 40px;
    margin-top: 74px;
  }
}
.btn {
  background-color: transparent;
  border: solid 2px var(--color-hightlight);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-hightlight);
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  overflow: hidden;
  outline: none;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 76%;
  z-index: 1;
  -webkit-appearance: none;
}
.btn::before {
  background-color: var(--color-hightlight);
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  z-index: -1;
}
.btn:hover {
  background-color: var(--color-hightlight);
  border-color: var(--color-hightlight);
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn--filled {
  border: none;
  background-color: var(--color-hightlight);
  color: #fff;
  width: 72%;
}
.btn--filled:hover {
  opacity: 0.8;
}
.btn--muted {
  border-color: #D2D2D2;
  color: var(--color-text-note);
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    max-width: 211px;
    padding: 12px 10px;
  }
}
.avatar {
  border: 1px solid #dae3e8;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* Slider */
.slick-prev,
.slick-next {
  background-image: url('/local/templates/aft-edu/common_img/vigo/arrow-slider-l.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: none !important;
  height: 70px;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.slick-prev:active,
.slick-next:active {
  opacity: 0.8;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.slick-prev {
  right: calc(50% + 561px);
}
.slick-prev:hover {
  -webkit-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
}
.slick-next {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
  left: calc(50% + 561px);
}
.slick-next:hover {
  -webkit-transform: translate(2px, -50%) scale(-1, 1);
          transform: translate(2px, -50%) scale(-1, 1);
}
.slick-dots {
  bottom: 64px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 11px 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 2px solid #333333;
  background-color: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #333333;
}
@media (min-width: 1250px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.inner-menu {
  background-color: #d8f0f5;
  margin-bottom: 35px;
  width: 100%;
}
.inner-menu--test {
  margin-bottom: 30px;
}
.inner-menu__text {
  display: none;
  font-weight: bold;
}
.inner-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner-menu__icon {
  width: 24px;
  height: 24px;
}
.inner-menu__icon svg {
  width: 100%;
}
.inner-menu__icon path,
.inner-menu__icon polygon {
  fill: #111c24;
}
.inner-menu__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inner-menu__nav-link {
  background: transparent;
  border: none;
  color: #111c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 41px;
  outline: none;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
}
.inner-menu__nav-link::after {
  background-color: var(--color-hightlight);
  bottom: -3px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
}
.inner-menu__nav-link--active {
  color: var(--color-hightlight);
}
.inner-menu__nav-link--active::after {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.inner-menu__nav-link--active path,
.inner-menu__nav-link--active polygon {
  fill: var(--color-hightlight);
}
@media (min-width: 768px) {
  .inner-menu {
    background-color: transparent;
    display: block;
    margin-bottom: 49px;
  }
  .inner-menu--test {
    margin-bottom: 43px;
  }
  .inner-menu__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner-menu__item {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 0 34px 0 0;
    min-width: 169px;
    text-align: center;
  }
  .inner-menu__item:last-child {
    margin-right: 0;
  }
  .inner-menu__text {
    display: block;
  }
  .inner-menu__icon {
    display: none;
  }
  .inner-menu__nav-link {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 17px 0 21px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .inner-menu__nav-link:hover {
    color: #064070;
  }
  .inner-menu__nav-link::after {
    bottom: 1px;
  }
}
.form {
  margin: 0 auto;
  max-width: 465px;
  width: 100%;
}
.form__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}
.form__item--last {
  margin-bottom: 22px;
}
.form__item--bottom {
  margin-bottom: 23px;
}
.form__item--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.form__item--file-btn {
  margin-bottom: 20px;
}
.form__item--receipt {
  margin-bottom: 9px;
}
.form__label {
  color: var(--color-title);
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  position: absolute;
  left: 15px;
  top: 9px;
}
.form__label--error {
  color: var(--color-hightlight);
  left: auto;
  right: 15px;
  text-align: right;
}
.form__input-text,
.form__select {
  background-color: #f4f4f4;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f4f4f4;
  display: block;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  padding: 26px 13px 11px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  width: 100%;
}
.form__input-text::placeholder {
  color: var(--color-text-light-gray);
}
.phone-input, .mail-input {
  color: var(--color-text-light-gray);
}
.complete {
  color: var(--color-text);
}
.form__input-text:focus,
.form__select:focus {
  background-color: #fff;
  outline: none;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.form__input-text:read-only {
  cursor: default;
}
.form__input-text:read-only:focus {
  background-color: #f4f4f4;
}
.form__input-text ~ .form__label--error,
.form__select ~ .form__label--error {
  display: none;
}
.form__input-text.error ~ .form__label--error,
.form__select.error ~ .form__label--error {
  display: block;
}
.form__input-text {
  -webkit-appearance: none;
}
.form__input-text[type="number"]::-webkit-inner-spin-button,
.form__input-text[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__input-text[type="number"]:focus,
.form__input-text[type="number"]:hover {
  -moz-appearance: number-input;
}
.form__input-checkbox, .form__input-radio {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px;
}
.form__label-checkbox, .form__label-radio {
  display: block;
  color: #70777c;
  font-size: 12px;
  margin-bottom: 4px;
  padding-left: 34px;
  position: relative;
}
.form__label-checkbox::before {
  border: 2px solid #d8d8d8;
  background-color: #ffffff;
  border-radius: 2px;
  content: '';
  left: 10px;
  position: absolute;
  top: -3px;
  width: 12px;
  height: 12px;
}
.form__label-radio::before {
  border: 2px solid #d8d8d8;
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  left: 10px;
  position: absolute;
  top: -3px;
  width: 12px;
  height: 12px;
}
.form__label-checkbox a {
  text-decoration: none;
}
.form__input-checkbox.error ~ .form__label-checkbox::before {
  border-color: var(--color-hightlight);
}
.form__input-checkbox:focus ~ .form__label-checkbox::before,
.form__input-checkbox:hover ~ .form__label-checkbox::before {
  outline: inherit;
}
.form__input-checkbox:checked ~ .form__label-checkbox::before {
  background-image: url('/local/templates/aft-edu/images/checked.svg');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.form__input-radio.error ~ .form__label-radio::before {
  border-color: var(--color-hightlight);
}
.form__input-radio:focus ~ .form__label-radio::before,
.form__input-radio:hover ~ .form__label-radio::before {
  outline: inherit;
}
.form__input-radio:checked ~ .form__label-radio::before {
  background-image: radial-gradient(var(--color-hightlight) 0%, var(--color-hightlight) 55%, #ffffff 60%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form__note {
  color: var(--color-text-note);
  font-style: italic;
  letter-spacing: 0.3px;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 9px;
}
.form__note--text {
  letter-spacing: 0.4px;
  margin-top: 4px;
  padding: 0 0 0 8px;
}
.form__note a {
  text-decoration: none;
}
.form__note--file-name {
  font-size: 15px;
  display: none;
  margin: 5px 0;
  text-align: center;
}
.form__file-btn {
  display: block;
  background-color: transparent;
  border: none;
  color: var(--color-hightlight);
  font-size: 14px;
  margin: 0 0 4px;
  padding: 0;
}
.form__fieldset {
  border: none;
  margin: 0 0 26px;
  padding: 0;
  position: relative;
}
.form__fieldset--chain {
  margin-bottom: 23px;
}
.form__fieldset--bonus {
  margin-bottom: 38px;
}
.form__fieldset--last {
  margin-bottom: 20px;
}
.form__fieldset--sale-items {
  margin-bottom: 84px;
}
.form__fieldset--receipt {
  margin-bottom: 22px;
}
.form__legend {
  font-size: 16px;
  margin: 0 auto 25px;
  padding: 0;
  text-align: center;
}
.form__legend--chain {
  margin-bottom: 21px;
}
.form__legend--bonus {
  margin-bottom: 18px;
}
.form__legend--password {
  margin-bottom: 20px;
}
.form__img {
  width: 32px;
  height: 32px;
  margin: 0 9px 0 12px;
  padding: 0;
}
.form__file-wrap {
  width: calc(100% - 53px);
}
.form__file-wrap .form__note {
  padding: 0;
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/local/templates/aft-edu/common_img/vigo/arrow-down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 26px 28px 11px 13px;
}
.form__select[multiple="multiple"] {
  background-image: none;
  padding: 26px 13px 11px 13px;
}
.form__select::-ms-expand {
  display: none;
}
.error {
  border: solid 1px var(--color-hightlight);
}
.form__input-file ~ .form__label--error {
  display: none;
}
.form__input-file.error ~ .form__btn--file {
  border-color: var(--color-hightlight);
}
.form__label-block {
  background-color: var(--color-gray-bg);
  border: 1px solid var(--color-gray-bg);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--color-title);
  display: inline-block;
  font-size: 14px;
  min-width: 90px;
  padding: 9px 25px 9px 16px;
  position: relative;
}
.form__label-block::before {
  background-image: url("/images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: none;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}
.form__check-block:checked ~ .form__label-block {
  border-color: #979797;
  font-weight: bold;
}
.form__check-block:checked ~ .form__label-block::before {
  display: block;
}
.form__switch-label {
  background-color: var(--color-gray-bg);
  border-radius: 15px;
  display: block;
  height: 31px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 60px;
}
.form__switch-label::before {
  background-color: #ffffff;
  border: solid 1px #979797;
  border-radius: 50%;
  content: '';
  left: 50%;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translate(-27px, -50%);
  transition-duration: 0.2s;
  width: 23px;
}
.form__switch:checked ~ .form__switch-label::before {
  transform: translate(2px, -50%);
}
.form__dropdown {
  background-color: #fff;
  box-shadow: 0 1px 4px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  display: none;
  left: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  z-index: 1000;
  top: 57px;
  width: 100%;
}
.form__dropdown::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.form__dropdown::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__dropdown::-webkit-scrollbar-button {
  display: none;
}
.form__dropdown-list {
  width: 100%;
}
.form__dropdown-list li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.form__dropdown-btn {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 5px 10px;
  outline: none;
  text-align: left;
  width: 100%;
}
.form__dropdown-btn:hover, .form__dropdown-btn:focus {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 16px;
  }
  .form__item--last {
    margin-bottom: 36px;
  }
  .form__item--bottom {
    margin-bottom: 37px;
  }
  .form__item--file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .form__item--file-btn {
    margin-bottom: 22px;
  }
  .form__item--receipt {
    margin-bottom: 17px;
  }
  .form__label {
    font-size: 14px;
    left: 19px;
  }
  .form__input-text,
  .form__select {
    border-radius: 14px;
    font-size: 20px;
    padding: 32px 17px 10px;
  }
  .form__label-checkbox {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 38px;
  }
  .form__label-checkbox::before {
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form__note {
    letter-spacing: 0.7px;
    padding: 0 13px;
  }
  .form__btn {
    max-width: 100%;
    width: 100%;
  }
  .form__legend {
    font-size: 20px;
  }
  .form__img {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }
  .form__select {
    background-size: 16px;
    background-position: right 13px center;
    padding: 32px 34px 10px 17px;
  }
  .form__fieldset {
    margin-bottom: 32px;
  }
  .form__fieldset--chain {
    margin-bottom: 36px;
  }
  .form__fieldset--bonus {
    margin-bottom: 35px;
  }
  .form__fieldset--last {
    margin-bottom: 22px;
  }
  .form__fieldset--sale-items {
    margin-bottom: 123px;
  }
  .form__fieldset--receipt {
    margin-bottom: 24px;
  }
  .form__label-block {
    border-radius: 13px;
    font-size: 16px;
    min-width: 131px;
    padding: 15px 28px 12px 22px;
  }
  .form__label-block::before {
    right: 16px;
  }
  .form__dropdown {
    top: 67px;
  }
}
@media (min-width: 1024px) {
  .form__note {
    font-size: 17px;
    line-height: 1.1;
    left: 105%;
    max-width: 220px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .form__note--text {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form__note--file-name {
    position: static;
    margin: 5px auto 0;
    font-size: 20px;
  }
  .form__legend {
    left: -41%;
    margin: 0;
    position: absolute;
    top: 6px;
  }
  .form__legend--bonus {
    left: -55%;
    top: 2px;
  }
  .form__legend--password {
    left: -45%;
    top: 2px;
  }
  .form__legend--passport {
    left: -55%;
    top: 2px;
  }
  .form__legend--subscribtion {
    left: -55%;
    top: 2px;
  }
}
.hamburger {
  display: block;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background-color: transparent;
  border: none;
  margin: 0 8px 0 0;
  padding: 15px 8px 15px 0;
}
.hamburger:hover,
.hamburger:focus {
  opacity: 0.7;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  outline: none;
}
.hamburger-box {
  width: 14px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 14px;
  height: 2px;
  background-color: var(--color-gray);
  position: absolute;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}
.hamburger .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header {
  background: #fff;
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 110;
}
.header__top {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 11px 0 20px;
  position: relative;
  z-index: 100;
  width: 100%;
}
.header__contacts {
  font-size: 11px;
  margin: 0;
  padding: 7px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.header__contacts::after {
  background-color: #e5ecef;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}

.header__contacts a {
  color: inherit;
  font-size: 13px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__logo {
  padding-top: 5px;
  width: 58px;
}
.header__logo img {
  height: auto;
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 1;
  position: relative;
}
.header-counter, .personal-counter{
  border: 1px solid var(--color-hightlight);
  border-radius: 50%;
  background-color: var(--color-hightlight);
  color: white;
  width: 17px;
  height: 17px;
  font-size: 12px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.personal-counter{
  top: 25px;
  left: 110px;
}
.personal-counter.moderate{
  left: 102%;
}
.header-counter{
  top: 30px;
  left: 130px;
}
@media (max-width: 445px) {
  .personal-counter.moderate{
    left: 80%;
  }
}

@media (max-width: 970px) {
  .personal-counter{
    top: 30px;
    left: 70px;
  }
}

@media (max-width: 767px) {
  .personal-counter{
    top: 0;
    left: 35px;
  }
  .header-counter{
    top: 0;
    left: 25px;
  }
}
.header__right--none {
  opacity: 0;
}
.header__enter-btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  color: var(--color-text);
  letter-spacing: 0.1px;
  margin-left: 7px;
  padding: 0 5px;
  text-decoration: none;
}
.header__enter-btn:first-child {
  margin-left: 0;
}
.header__enter-btn--red {
  color: var(--color-hightlight);
}
.header__enter-btn--authorized {
  min-width: 133px;
  max-width: 90%;
  padding: 13px 4px 6px 7px;
}
.header__flex-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__enter-btn--logout {
  display: none;
}
.header__bottom {
  display: none;
  background-color: #fff;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  z-index: 1;
}
.header__bottom::-webkit-scrollbar {
  display: none;
}
.header__bottom--opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__bottom-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
  padding: 95px 0 100px;
  width: 79%;
}
.header__nav {
  width: 100%;
}
.header__nav-item {
  width: 100%;
}
.header__nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111c24;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.header__nav-link--drop {
  padding: 17px 10px 17px 0;
}
.header__nav-link--drop::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 11px;
  height: 10px;
}
.header__nav-link--opened::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header__nav-link--active {
  color: var(--color-hightlight);
}
.header__sub-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 0 0 0 20px;
  width: 100%;
}
.header__sub-nav .header__nav-link {
  font-weight: normal;
}
.header__search {
  display: none;
}
.header__avatar {
  height: 25px;
  margin-right: 3px;
  width: 25px;
}
.header__result {
  display: none;
}
.header__sections-burger {
  display: block;
}
.header__burger {
  display: none;
}
.header__more {
  display: none;
  position: relative;
}
.header__more-list {
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  transform: translateY(-10px);
  transition-duration: 0.2s;
  visibility: hidden;
  width: max-content;
}
.header__more:hover .header__more-list {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header__more:focus-within .header__more-list {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header__more-list .header__nav-link {
  height: auto;
  padding: 5px 0;
  text-transform: none;
}
.header__more-btn {
  padding-right: 15px;
}
.header__more-btn .hamburger-inner, .header__more-btn .hamburger-inner::after, .header__more-btn .hamburger-inner::before {
  width: 15px;
}
@media (min-width: 768px) {
  .header {
    border-bottom: 1px solid #f3f3f3;
  }
  .header__container {
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 0 230px;
  }
  .header__logo {
    padding: 0;
    width: 105px;
  }
  .header__enter-btn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 14px;
    margin: 0;
    padding: 10px 18px;
    height: 100%;
  }
  .header__enter-btn--gray {
    padding: 51px 23px 22px;
  }
  .header__enter-btn--authorized {
    color: #111c24;
    padding: 12px 18px;
  }
  .header__enter-btn--logout {
    display: block;
  }
  .header__top {
    justify-content: flex-end;
    padding: 14px 0 5px;
    position: static;
    width: 100%;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    font-size: 14px;
    margin: 0 0 0 5%;
    padding: 0;
    position: relative;
    text-align: left;
    order: 1;
    width: auto;
  }
  .header__contacts::after {
    display: none;
  }
  .header__left {
    align-items: center;
    left: 0;
    order: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .header__right {
    order: 2;
  }
  .header__contacts a {
    font-size: 18px;
  }
  .header__avatar {
    height: 20px;
    margin-right: 3px;
    width: 20px;
  }
  .header__avatar ~ span {
    display: block;
  }
  .header__result {
    display: block;
  }
  .header__bottom--opened {
    transform: translate(-50%, 0);
  }
  .header__enter-btn--user {
    color: var(--color-hightlight);
  }
}
@media (min-width: 1024px) {
  .header__bottom--safari .header__nav-link {
    hyphens: none;
    white-space: nowrap;
  }
  .header__sections-burger {
    border-radius: 10px;
    border: solid 1px #f3f3f3;
    background-color: #f4f4f4;
    display: block;
    margin-right: 22px;
    padding: 23px 11px;
  }
  .header__sections-burger .hamburger-box {
    width: 24px;
  }
  .header__sections-burger .hamburger-inner, .header__sections-burger .hamburger-inner::after, .header__sections-burger .hamburger-inner::before {
    background-color: #8A8B8D;
    height: 4px;
    width: 24px;
  }
  .header__sections-burger .hamburger-inner::before {
    top: -9px;
  }
  .header__sections-burger .hamburger-inner::after {
    bottom: -9px;
  }
  .header__bottom {
    border-top: 1px solid #f3f3f3;
    display: block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: static;
    transform: translate(0, 0);
    width: 100%;
  }
  .header__search {
    display: block;
    margin: 0 0 0 17px;
    position: relative;
    width: 255px;
  }
  .header__search-form {
    border-radius: 14px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    right: 0;
    z-index: 10;
  }
  .header__search-form--opened {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header__search-form--opened .header__search-btn {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header__search-form--opened ~ .header__search-btn {
    visibility: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header__search-input {
    background-color: #f4f4f4;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    outline: none;
    padding: 5px 5px 5px 19px;
    width: calc(100% - 50px);
  }
  .header__search-btn {
    background-color: transparent;
    background-image: url("/local/templates/aft-edu/common_img/vigo/search-24px.svg");
    background-size: 19px;
    background-position: 11px center;
    background-repeat: no-repeat;
    border: none;
    display: block;
    outline: none;
    padding: 0;
    position: relative;
    width: 50px;
    height: 39px;
    z-index: 11;
  }
  .header__search-btn:hover,
  .header__search-btn:focus {
    opacity: 0.7;
  }
  .header__search-btn--open {
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .header__search-btn--search {
    margin-left: 0;
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .header__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    width: 100%;
  }
  .header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    box-sizing: border-box;
    flex-grow: 1;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
  }
  .header__nav-link {
    display: block;
    height: 100%;
    hyphens: auto;
    padding: 23px 0;
    position: relative;
    text-align: center;
  }
  .header__nav-link--drop::before {
    display: none;
  }
  .header__nav-link::after {
    background-color: var(--color-hightlight);
    bottom: 1px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100%;
    z-index: -1;
  }
  .header__nav-link:hover {
    color: var(--color-hightlight);
  }
  .header__nav-link:active {
    color: var(--color-hightlight);
  }
  .header__nav-link--active {
    color: var(--color-hightlight);
  }
  .header__nav-link--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header__nav-item {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: auto;
  }
  .header__nav-item:last-child {
    margin: 0 10px;
  }
  .header__nav-item:focus .header__sub-nav,
  .header__nav-item:hover .header__sub-nav {
    opacity: 1;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .header__nav-item:focus-within .header__sub-nav {
    opacity: 1;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .header__sub-nav {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 14px 0 rgba(161, 161, 161, 0.5);
    box-shadow: 0 2px 14px 0 rgba(161, 161, 161, 0.5);
    display: block;
    left: 0;
    min-width: 270px;
    opacity: 0;
    padding: 27px 25px;
    position: absolute;
    top: calc(100% - 5px);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: hidden;
    width: 100%;
  }
  .header__sub-nav .header__nav-link {
    padding: 0;
    width: auto;
  }
  .header__sub-item {
    margin-bottom: 42px;
  }
  .header__sub-item:last-child {
    margin-bottom: 0;
  }
  .header__bottom-enter {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header__nav-link {
    hyphens: initial;
  }
}
.hero {
  background-color: var(--color-gray-bg);
  margin-bottom: 23px;
  overflow: hidden;
  width: 100%;
}
.hero__carousel {
  margin: 0 auto;
  width: 100%;
}
.hero__item {
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 0 23px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}
.hero__text-wrap {
  margin: 0 auto 21px;
  position: relative;
  width: 90%;
  z-index: 3;
}
.hero__btn-wrap {
  margin: 0 auto;
  position: relative;
  width: 80%;
  z-index: 3;
}
.hero__title {
  margin-bottom: 10px;
}
.hero__text {
  font-size: 13px;
  color: #70777c;
  line-height: 1.23;
  margin: 0;
  padding: 0;
  text-align: center;
}
.hero__img {
  margin: 0 auto 13px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.hero__img img {
  height: auto;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.hero__container {
  padding: 26px 0 23px;
}
.hero__black-text {
  margin: 0 auto 10px;
  text-align: center;
}
.hero__gray-text {
  color: #70777c;
  line-height: 1.26;
  margin: 0 auto;
  text-align: center;
}
.hero__wrap {
  margin: 26px auto 0;
  position: relative;
  width: 85%;
  z-index: 10;
}
.hero__wrap .hero__title {
  margin: 0 auto 8px 0;
  text-align: left;
  width: 60%;
}
.hero__wrap .hero__text {
  line-height: 1.3;
  margin: 0 auto 0 0;
  text-align: left;
  width: 60%;
}
.hero__btn {
  padding: 8px 10px;
  position: relative;
  z-index: 3;
}
.hero__btn span {
  display: none;
}
.hero__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 70px;
}
.hero__flex-item {
  height: 100%;
  width: 50%;
}
.hero__paragraph-block {
  background-image: linear-gradient(to left, #ffffff, #d8d8d8 55%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 31px;
}
.hero__paragraph {
  color: var(--color-title);
  font-weight: bold;
  font-size: 12px;
  line-height: 1.42;
  margin: 0;
}
.hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}
.hero__banner {
  width: 100%;
}
.hero__banner img {
  display: block;
  object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 59px;
  }
  .hero__carousel {
    overflow: hidden;
  }
  .hero__carousel .hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 536px;
    outline: none;
  }
  .hero__btn {
    display: inline-block;
    max-width: none;
    width: auto;
  }
  .hero__item {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .hero__text-wrap {
    margin-bottom: 39px;
    width: 80%;
  }
  .hero__title {
    font-size: 46px;
    line-height: 1.11;
    letter-spacing: 0;
    margin-bottom: 34px;
    margin-left: 0;
    max-width: 400px;
    text-align: left;
    width: 50%;
  }
  .hero__text {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto 0 0;
    max-width: 340px;
    text-align: left;
    width: 50%;
  }
  .hero__img {
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
  }
  .hero__img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
  }
  .hero__container {
    font-size: 14px;
    padding: 20px 0 17px;
  }
  .hero__black-text {
    margin: 0 auto 6px;
  }
  .hero__gray-text {
    line-height: 1.26;
  }
  .hero__wrap {
    padding-top: 0;
    margin: 0 auto;
    width: 80%;
  }
  .hero__wrap .hero__title {
    letter-spacing: -0.1px;
    margin-bottom: 23px;
    text-align: left;
  }
  .hero__wrap .hero__text {
    line-height: 1.5;
    text-align: left;
  }
  .hero__btn-wrap {
    margin-bottom: 14px;
  }
  .hero__btn {
    margin-left: 0;
    max-width: initial;
    padding: 14px 32px 14px 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero__btn span {
    display: inline;
  }
  .hero__flex {
    height: 110px;
  }
  .hero__paragraph-block {
    padding: 0 47px;
  }
  .hero__paragraph {
    font-size: 18px;
    line-height: 1.42;
  }
}
.events--inner {
  margin-bottom: 38px;
}
.events__item-container {
  display: flex;
  flex-direction: column;
  border: solid 1px #dae3e8;
  border-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 13px 10px;
}
.events__title {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 21px;
  padding: 0;
  padding-left: 35px;
  position: relative;
}
.events__title::before {
  background-image: url('/local/templates/aft-edu/common_img/vigo/pic-vigo-ava.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.events__text {
  line-height: 1.23;
  padding: 0;
  margin: 0 0 15px;
}
.events__date {
  font-size: 12px;
  opacity: 0.6;
  margin: 0;
  padding: 0;
}
.events__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dae3e8;
  color: var(--color-hightlight);
  display: block;
  font-size: 12px;
  padding: 9px 13px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.events__link::after {
  border: 1px solid #6d7a83;
  border-bottom: none;
  border-left: none;
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
          transform: translateY(-50%) translateX(0) rotate(45deg);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  width: 6px;
  height: 6px;
}
.events__link:hover::after {
  -webkit-transform: translateY(-50%) translateX(2px) rotate(45deg);
          transform: translateY(-50%) translateX(2px) rotate(45deg);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.events__inner-item {
  margin: 0 auto 13px;
  max-width: 400px;
  width: 89%;
}
.events__inner-item .events__item-container {
  padding: 26px 16px 9px;
}
.events__inner-item .events__link {
  padding: 9px 16px;
}
@media (min-width: 768px) {
  .events--inner {
    margin-bottom: 0;
  }
  .events__main-title {
    margin-bottom: 55px;
  }
  .events__inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events__item-container {
    padding: 28px 24px 19px;
  }
  .events__title {
    font-size: 16px;
    margin: 0 0 28px;
    padding: 0;
    padding-left: 51px;
  }
  .events__title::before {
    width: 40px;
    height: 40px;
  }
  .events__text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.23;
    margin: 0 0 14px;
  }
  .events__date {
    font-size: 16px;
  }
  .events__link {
    font-size: 16px;
    padding: 14px 24px;
    padding-right: 33px;
  }
  .events__link::after {
    right: 20px;
    width: 9px;
    height: 9px;
  }
  .events__inner-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 56px;
    width: 31.5%;
  }
  .events__inner-item .events__item-container {
    padding: 29px 24px 17px;
  }
  .events__inner-item .events__link {
    padding: 15px 24px;
  }
  .events__inner-item:nth-child(3n+2) {
    margin: 0 2.7% 56px;
  }
}
.about {
  margin-bottom: 56px;
}
.about__text-container {
  font-size: 13px;
  line-height: 1.25;
  margin: 0 auto 6px;
  padding: 0 0 130px;
  position: relative;
  text-align: center;
  width: 96%;
}
.about__text-container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2px;
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  width: 212px;
  height: 103px;
}
.about__text {
  margin: 0;
  padding: 0;
}
.about__link-wrap {
  text-align: center;
}
.about__link {
  color: var(--color-hightlight);
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
  text-align: center;
}
.about__link::after {
  background-image: url("/local/templates/aft-edu/common_img/vigo/arrow_right_alt-24px.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  width: 13px;
  height: 12px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.about__link:hover::after {
  -webkit-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 131px;
  }
  .about__text-container {
    font-size: 16px;
    line-height: 1.45;
    margin: 0 auto -7px;
    max-width: 820px;
    padding: 0 0 355px;
    width: 90%;
  }
  .about__text-container::after {
    width: 750px;
    height: 352px;
  }
  .about__link {
    font-size: 18px;
    padding: 0 15px 0 0;
    z-index: 100;
  }
  .about__link::after {
    font-size: 14px;
    right: -4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.prize {
  margin-bottom: 67px;
}
.prize__title {
  margin-bottom: 25px;
}
.prize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}
.prize__item {
  border-bottom: solid 1px #e5ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 25px;
  padding: 0 0 25px;
  width: 50%;
}
.prize__item:last-child,
.prize__item:nth-last-child(2) {
  border: none;
  padding: 0;
  margin: 0;
}
.prize__image {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 17px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(172, 172, 172, 0.5);
          box-shadow: 0 2px 3px 0 rgba(172, 172, 172, 0.5);
  margin: 0 auto 14px;
  max-width: 200px;
  overflow: hidden;
  width: 90%;
}
.prize__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.prize__text {
  display: block;
  font-size: 13px;
  line-height: 1.23;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.prize__item-bottom {
  width: 100%;
}
.prize__bonuses {
  letter-spacing: 0.1px;
  margin: 0 auto 9px;
  text-align: center;
}
.prize__quantity {
  color: var(--color-hightlight);
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.prize__bonus {
  color: var(--color-hightlight);
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.prize__btn {
  padding: 8px 10px;
  width: 76%;
}
.prize__item-top {
  color: #111c24;
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .prize {
    margin-bottom: 118px;
  }
  .prize__title {
    margin-bottom: 61px;
  }
  .prize__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 61px;
  }
  .prize__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: 23%;
  }
  .prize__item:nth-child(n + 5) {
    display: none;
  }
  .prize__image {
    border-radius: 25px;
    margin: 0 auto 14px;
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .prize__image img {
    width: 100%;
  }
  .prize__text {
    font-size: 16px;
    line-height: 1.56;
    margin: 0 0 20px;
    text-align: left;
  }
  .prize__bonuses {
    margin: 0 auto 10px;
  }
  .prize__quantity {
    font-size: 18px;
    line-height: 1;
  }
  .prize__bonus {
    font-size: 14px;
  }
  .prize__btn {
    margin: 0 auto;
    padding: 11px 16px;
    width: auto;
  }
}
@media (min-width: 1020px) {
  .prize__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prize__bonuses {
    margin: 5px 0 0;
    text-align: left;
  }
  .prize__btn {
    margin: 0;
  }
}
.footer {
  border-top: 1px solid #e5ecef;
}
.footer__container {
  margin-bottom: 10px;
  padding: 20px 0 0;
}
.footer__logo {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  width: 55px;
}
.footer__logo img {
  height: auto;
  width: 100%;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
}
.footer__nav-group {
  margin-bottom: 29px;
  width: 49%;
}
.footer__nav-group a {
  text-decoration: none;
}
.footer__nav-title {
  color: var(--color-title);
  display: block;
  font-weight: bold;
  margin: 0 0 18px;
}
.footer__nav-item {
  margin-bottom: 13px;
}
.footer__nav-item a {
  opacity: 0.6;
  color: var(--color-text);
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
.footer__links {
  margin: 0 auto 25px;
  width: 94%;
}
.footer__link {
  color: #111c24;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  opacity: 0.6;
  text-decoration: none;
}
.footer__link a {
  color: inherit;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 56px;
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*margin-bottom: 127px;*/
    padding: 50px 0 0;
  }
  .footer__logo {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
    margin: 0;
    width: 105px;
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 0 96px;
  }
  .footer__nav-group {
    flex: 1 1 0;
    margin: 0;
    width: auto;
  }
  .footer__nav-title {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .footer__nav-item {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: auto;
  }
  .footer__link {
    font-size: 14px;
    margin: 0 12px;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    margin: 0 110px 0 95px;
  }
}
.progress {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.progress__meter,
.progress__value {
  fill: none;
}
.progress__meter {
  stroke: #e6e6e6;
}
.progress__value {
  stroke: var(--color-hightlight);
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.personal-menu {
  background-color: var(--color-gray-bg);
  margin-bottom: 30px;
  width: 100%;
}
.personal-menu__nav {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  width: 93%;
}
.personal-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal-menu__sub-list {
  background-color: var(--color-gray-bg);
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translateY(-10px);
  transition-duration: 0.2s;
  visibility: hidden;
  width: 93vw;
  z-index: 10;
}
.personal-menu__sub-list .personal-menu__link::after {
  display: none;
}
.personal-menu__item {
  max-width: 46px;
  width: 16.5%;
}
.personal-menu__link {
  border: none;
  background-color: transparent;
  color: #111c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 38px;
  position: relative;
  width: 100%;
}
.personal-menu__link:hover {
  color: var(--color-hightlight);
}
.personal-menu__link:hover path,
.personal-menu__link:hover polygon {
  fill: var(--color-hightlight);
}
.personal-menu__link::after {
  background-color: var(--color-hightlight);
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
}
.personal-menu__link path,
.personal-menu__link polygon {
  fill: #111c24;
}
.personal-menu__link--active {
  color: var(--color-hightlight);
}
.personal-menu__link--active path,
.personal-menu__link--active polygon {
  fill: var(--color-hightlight);
}
.personal-menu__link--active::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.personal-menu__title {
  display: none;
}
.personal-menu__img {
  width: 20px;
  height: 20px;
}
.personal-menu__img svg {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .personal-menu__link:hover + .personal-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .personal-menu {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 44px;
  }
  .personal-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: stretch;
  }
  .personal-menu__item {
    margin: 0 15px;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .personal-menu__img {
    display: none;
  }
  .personal-menu__title {
    display: block;
  }
  .personal-menu__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    hyphens: auto;
    min-height: 77px;
    padding: 15px 0 7px;
    text-decoration: none;
  }
  .personal-menu__link::after {
    bottom: 2px;
    height: 3px;
  }
  .personal-menu__sub-list {
    left: -10px;
    max-width: 25ch;
    min-width: 100%;
    padding: 10px 15px;
    width: max-content;
  }
  .personal-menu__sub-list .personal-menu__link {
    display: block;
    font-size: 15px;
    hyphens: none;
    min-height: 0;
    text-align: left;
  }
  .personal-menu__item:hover .personal-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .personal-menu__item:focus-within .personal-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  .personal-menu__item {
    margin: 0 23px;
  }
}
.balance {
  margin-bottom: 28px;
}
.balance--profile {
  margin-bottom: 47px;
}
.balance--inner {
  margin-bottom: 28px;
}
.balance--gift {
  margin-bottom: 34px;
}
.balance--education {
  margin-bottom: 35px;
}
.balance__container {
  border: 1px solid #dae3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 15px 2px 8px;
  width: 94%;
}
.balance__container--admin {
  flex-wrap: wrap;
}
.balance__user-info {
  width: 100%;
}
.balance__container--inner {
  display: block;
  padding: 14px 25px 12px 15px;
}
.balance__quantity {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  margin: 0;
}
.balance__container--admin .balance__quantity{
  width: 100%;
}
.balance__img {
  margin-right: 10px;
}
.balance__name {
  display: none;
  margin: 0;
}
.balance__container--admin .balance__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.balance__container--admin .balance__name {
  display: block;
}
.balance__text {
  display: none;
  margin: 0;
}
.balance__persentage-quantity {
  position: relative;
}
.balance__bar {
  height: 52px;
  width: 52px;
}
.balance__bar svg {
  height: auto;
  width: 100%;
}
.balance__bar circle {
  stroke-width: 10px;
}
.balance__persent-text {
  font-size: 14px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.balance__account--inner {
  display: none;
}
.balance__inner-text {
  font-weight: normal;
  display: inline;
  line-height: 1.25;
  margin: 0;
}
.balance__link {
  padding-left: 2px;
  padding-right: 18px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.balance__link::after {
  background-image: url('/local/templates/aft-edu/common_img/vigo/arrow.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
}
@media (min-width: 768px) {
  .balance {
    margin-bottom: 44px;
  }
  .balance--profile {
    margin-bottom: 38px;
  }
  .balance--inner {
    margin-bottom: 50px;
  }
  .balance--gift {
    margin: 20px 0 38px;
  }
  .balance--education {
    margin-bottom: 46px;
  }
  .balance__container {
    font-size: 14px;
    padding: 12px 24px 12px 24px;
  }
  .balance__container--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 20px 17px 23px;
  }
  .balance__inner-text {
    display: block;
  }
  .balance__inner-text--middle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .balance__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 35px;
  }
  .balance__account--inner {
    margin-right: 32px;
  }
  .balance__img {
    width: 40px;
    margin-right: 9px;
    height: 40px;
  }
  .balance__name {
    font-size: 16px;
    display: block;
  }
  .balance__quantity {
    padding-left: 12px;
    position: relative;
  }
  .balance__container--admin .balance__quantity{
    width: auto;
  }
  .balance__quantity::before {
    border: 1px solid #e6eff4;
    background-color: var(--color-hightlight);
    border-radius: 50%;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
  }
  .balance__text {
    display: block;
    font-weight: normal;
  }
  .balance__persent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .balance__persentage-quantity {
    margin-left: 10px;
  }
  .balance__link {
    font-size: 16px;
    padding-right: 21px;
    white-space: nowrap;
  }
}
.pagination {
  margin-bottom: 60px;
  overflow: hidden;
}
.pagination--search {
  margin-bottom: 76px;
}
.pagination--news {
  margin-bottom: 76px;
}
.pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  width: 86%;
}
.pagination__btn {
  background-image: url('/local/templates/aft-edu/common_img/vigo/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 10px;
  height: 10px;
}
.pagination__btn--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination__btn span {
  visibility: hidden;
}
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item {
  margin: 0 12px;
}
.pagination__item a {
  text-decoration: none;
}
.pagination__item--active {
  font-weight: bold;
}
.pagination__item--active a {
  color: #000;
}
@media (min-width: 768px) {
  .pagination {
    margin-bottom: 120px;
  }
  .pagination--search {
    margin-bottom: 131px;
  }
  .pagination__container {
    font-size: 14px;
    width: 65%;
  }
  .pagination__container--search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination__container--search .pagination__btn {
    display: none;
  }
  .pagination__btn {
    background-image: none;
    padding: 0 23px 0 0;
    position: relative;
    text-decoration: none;
    height: auto;
    width: auto;
  }
  .pagination__btn::before {
    background-image: url('/local/templates/aft-edu/common_img/vigo/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pagination__btn--prev {
    padding: 0 0 0 23px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .pagination__btn--prev::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 0;
  }
  .pagination__btn--next::before {
    right: 0;
  }
  .pagination__btn span {
    visibility: visible;
  }
  .pagination__link {
    font-size: 16px;
  }
  .pagination__item:nth-child(-n+2) {
    display: block;
  }
  .pagination__item {
    margin: 0 14px;
  }
}
.profile-form {
  margin-bottom: 61px;
}
@media (min-width: 768px) {
  .profile-form {
    margin-bottom: 116px;
  }
  .profile-form .form__item {
    margin-bottom: 15px;
  }
  .profile-form .form__item--file {
    margin-bottom: 24px;
  }
}
.sale-menu {
  background-color: #d8f0f5;
  margin-bottom: 47px;
  width: 100%;
}
.sale-menu__text {
  display: none;
}
.sale-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sale-menu__icon {
  width: 24px;
  height: 24px;
}
.sale-menu__icon svg {
  width: 100%;
}
.sale-menu__icon path,
.sale-menu__icon polygon {
  fill: #111c24;
}
.sale-menu__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sale-menu__nav-link {
  color: #111c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 41px;
  position: relative;
  width: 100%;
}
.sale-menu__nav-link::after {
  background-color: var(--color-hightlight);
  bottom: -3px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
}
.sale-menu__nav-link--active {
  color: var(--color-hightlight);
}
.sale-menu__nav-link--active::after {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.sale-menu__nav-link--active path,
.sale-menu__nav-link--active polygon {
  fill: var(--color-hightlight);
}
@media (min-width: 768px) {
  .sale-menu {
    background-color: transparent;
    display: block;
    margin-bottom: 49px;
  }
  .sale-menu__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sale-menu__item {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 0 34px 0 0;
    min-width: 169px;
    text-align: center;
  }
  .sale-menu__item:last-child {
    margin-right: 0;
  }
  .sale-menu__text {
    display: block;
  }
  .sale-menu__icon {
    display: none;
  }
  .sale-menu__nav-link {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 17px 0 21px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sale-menu__nav-link:hover {
    color: #064070;
  }
  .sale-menu__nav-link::after {
    bottom: 1px;
  }
}
.sign {
  margin-bottom: 56px;
}
.sign .form__btn {
  margin-bottom: 31px;
}
.sign__title {
  margin-bottom: 26px;
}
.sign__register {
  font-size: 12px;
  margin: 0 auto;
  padding: 0 12px 0 0;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sign__register a {
  text-decoration: none;
}
.sign__register::after {
  border: 1px solid #6d7a83;
  border-bottom: none;
  border-left: none;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.sign__message {
  text-align: center;
}
@media (min-width: 768px) {
  .sign {
    margin-bottom: 122px;
  }
  .sign .form__btn {
    margin-bottom: 31px;
  }
  .sign__title {
    margin-bottom: 62px;
  }
  .sign__register {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
  .sign__register::after {
    right: 13px;
    width: 8px;
    height: 8px;
  }
}
.remind {
  margin-bottom: 56px;
}
.remind__title {
  margin-bottom: 23px;
}
.remind__message {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  width: 90%;
}
.remind__enter {
  font-size: 12px;
  margin: 0 auto;
  padding: 0 12px 0 0;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.remind__enter::after {
  border: 1px solid #6d7a83;
  border-bottom: none;
  border-left: none;
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.remind__form {
  margin-bottom: 31px;
}
.remind__form .form__item--last {
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .remind {
    margin-bottom: 122px;
  }
  .remind__title {
    margin-bottom: 44px;
  }
  .remind__message {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 auto 54px;
  }
  .remind__enter {
    font-size: 14px;
    padding: 0 21px 0 0;
  }
  .remind__enter::after {
    right: 2px;
    width: 8px;
    height: 8px;
  }
  .remind__form .form__item--last {
    margin-bottom: 35px;
  }
}
.about-company {
  margin-bottom: 40px;
}
.about-company--club {
  margin-bottom: 59px;
}
.about-company--club .about-company__img {
  margin-bottom: 19px;
}
.about-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-company__img {
  margin: 0 auto 25px;
  max-width: 250px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 50%;
}
.about-company__img img {
  height: auto;
  width: 100%;
}
.about-company__title {
  font-size: 14px;
  margin: 0 0 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
.about-company__text {
  line-height: 1.3;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .about-company {
    margin-bottom: 124px;
  }
  .about-company--club {
    margin-bottom: 130px;
  }
  .about-company--club .about-company__img {
    margin: 4px 0;
  }
  .about-company__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-company__img {
    margin: 7px 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 24%;
  }
  .about-company__img img {
    display: block;
    margin: 0 auto;
    width: 64%;
  }
  .about-company__title {
    font-size: 36px;
    margin: 0 auto 37px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
    width: 100%;
  }
  .about-company__text {
    line-height: 1.6;
    width: 74%;
  }
}
.contact {
  margin-bottom: 56px;
}
.contact .form__item--last {
  margin-bottom: 16px;
}
.contact .form__item--bottom {
  margin-bottom: 24px;
}
.contact__title {
  margin-bottom: 20px;
}
.contact__text {
  margin: 0 auto 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact {
    margin-bottom: 129px;
  }
  .contact .form__item--last {
    margin-bottom: 37px;
  }
  .contact .form__item--bottom {
    margin-bottom: 38px;
  }
  .contact__title {
    margin-bottom: 41px;
  }
  .contact__text {
    margin-bottom: 35px;
  }
}
.filter {
  margin-bottom: 88px;
}
.filter--plan {
  margin-bottom: 10px;
}
.filter__button {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-style: italic;
  line-height: 1.29;
  text-align: right;
  color: var(--color-hightlight);
  margin: 0 0 15px auto;
  padding: 0 7px;
  display: block;
}
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter__item {
  position: relative;
}
.filter__check-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #d8f0f5;
  display: block;
  font-size: 12px;
  color: var(--color-hightlight);
  padding: 7px 12px;
  margin: 0 8px 5px 0;
  min-width: 98px;
}
.filter__check:checked ~ .filter__check-label {
  background-color: var(--color-hightlight);
  color: #ffffff;
}
.filter__check:hover ~ .filter__check-label {
  background-color: var(--color-hightlight);
  color: #ffffff;
}
.filter__fieldset {
  margin-bottom: 10px;
}
.filter__fieldset--last {
  margin-bottom: 13px;
}
.filter__range-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.filter__range-list::before {
  content: "–";
  font-size: 14px;
  color: var(--color-hightlight);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.filter__price {
  width: 45%;
  margin: 0;
}
.filter__price--start {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.filter__price--end {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.filter__range {
  margin-bottom: 28px;
}
.filter__submit {
  margin-bottom: 8px;
}
.filter__form {
  display: none;
}
.filter__form--block {
  display: block;
  margin: 0 auto;
  width: 98%;
}
.filter__form--block .filter__check-label {
  min-width: auto;
}
@media (min-width: 768px) {
  .filter {
    margin-bottom: 54px;
  }
  .filter--plan {
    margin-bottom: 15px;
  }
  .filter__button {
    display: none;
  }
  .filter__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 285px;
    grid-template-columns: 1fr 285px;
    min-width: 100%;
  }
  .filter__form--block {
    display: block;
  }
  .filter__form--block .filter__check-label {
    margin-right: 7px;
  }
  .filter__check-label {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 14px 6px 0;
    min-width: auto;
  }
  .filter__fieldset {
    margin-bottom: 0;
  }
  .filter__range {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  .filter__fieldset {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .filter__fieldset:first-child {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .filter__fieldset:nth-child(2) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .filter__fieldset--last {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  .filter__buttons {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter__submit {
    width: auto;
    margin: 0 5px;
    padding: 12px 18px;
  }
}
.for-consultants {
  margin-bottom: 71px;
}
.for-consultants__title {
  font-size: 16px;
  line-height: 1.38;
  margin: 0 auto 12px;
  width: 90%;
}
.for-consultants__list {
  margin-bottom: 60px;
  padding: 191px 0 0;
  position: relative;
}
.for-consultants__list::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 7px));
          transform: translateX(calc(-50% + 7px));
  height: 185px;
  width: 185px;
}
.for-consultants__item {
  margin: 0 0 14px;
  padding: 0 0 0 20px;
  position: relative;
}
.for-consultants__item::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--color-hightlight);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
}
.for-consultants__item-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.92;
  color: var(--color-title);
  margin: 0 0 5px;
  padding: 0;
}
.for-consultants__text {
  line-height: 1.23;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .for-consultants {
    margin-bottom: 45px;
  }
  .for-consultants__title {
    font-size: 36px;
    margin: 0 auto 30px;
    width: 100%;
  }
  .for-consultants__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
    padding: 100px 0 80px;
    width: 100%;
  }
  .for-consultants__list::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 47%;
    height: 376px;
    max-height: 100%;
  }
  .for-consultants__list--learn {
    padding-right: 50%;
  }
  .for-consultants__list--learn::before {
    left: auto;
    right: 0;
  }
  .for-consultants__list--prize {
    padding-left: 50%;
  }
  .for-consultants__list--prize::before {
    left: 0;
    right: auto;
  }
  .for-consultants__item {
    margin: 0 0 38px;
    padding: 0 0 0 23px;
    position: relative;
  }
  .for-consultants__item::before {
    width: 8px;
    height: 8px;
    left: 1px;
  }
  .for-consultants__item-title {
    font-size: 18px;
    line-height: 1.39;
    margin: 0 0 11px;
  }
  .for-consultants__text {
    line-height: 1.56;
  }
}
.steps {
  margin-bottom: 56px;
}
.steps__title {
  font-size: 16px;
  margin-bottom: 44px;
}
.steps__list {
  margin-bottom: 62px;
}
.steps__item {
  margin: 0 auto 7px;
  padding-bottom: 68px;
  position: relative;
  width: 80%;
}
.steps__item::after {
  background-color: #f1f1f1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 60px;
}
.steps__item:last-child {
  padding-bottom: 0;
}
.steps__item:last-child::after {
  display: none;
}
.steps__number {
  background-color: var(--color-hightlight);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 9px;
  padding: 0;
  width: 35px;
  height: 35px;
}
.steps__item-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: var(--color-hightlight);
  margin: 0 auto 13px;
  padding: 0;
}
.steps__text {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.steps__enter {
  font-size: 12px;
  margin: 0 auto;
  padding: 0 12px 0 0;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.steps__enter::after {
  border: 1px solid #6d7a83;
  border-bottom: none;
  border-left: none;
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.steps__form {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .steps {
    margin-bottom: 128px;
  }
  .steps .form__item {
    margin-bottom: 17px;
  }
  .steps .form__item--last {
    margin-bottom: 26px;
  }
  .steps .form__item--bottom {
    margin-bottom: 37px;
  }
  .steps__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  .steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 85px;
  }
  .steps__item {
    margin: 0;
    padding: 0;
    width: 31.5%;
  }
  .steps__item::after {
    position: absolute;
    bottom: auto;
    left: 67%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 74%;
    height: 2px;
    top: 30px;
  }
  .steps__number {
    width: 62px;
    height: 62px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .steps__item-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .steps__text {
    line-height: 1.5;
  }
  .steps__enter {
    font-size: 14px;
  }
}
.gift {
  margin-bottom: 70px;
}
.gift__title {
  line-height: 1.5;
}
.gift__img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(172, 172, 172, 0.5);
          box-shadow: 0 2px 3px 0 rgba(172, 172, 172, 0.5);
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  width: 64%;
}
.gift__img img {
  display: block;
  height: auto;
  width: 100%;
}
.gift__type {
  margin-bottom: 23px;
}
.gift__type-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 31px;
  position: relative;
}
.gift__type-title {
  border-radius: 4px;
  background-color: #d8f0f5;
  color: var(--color-hightlight);
  display: inline-block;
  font-size: 12px;
  margin: 0 9px 0 0;
  padding: 7px 10px;
}
.gift__details-btn {
  background-color: #fff;
  border: 2px solid #e5ecef;
  border-radius: 50%;
  color: #e5ecef;
  margin: 0;
  padding: 0;
  position: relative;
  width: 17px;
  height: 17px;
}
.gift__details-btn::after {
  content: '?';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gift__details-btn:hover ~ .gift__type-details-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.gift__details-btn:focus {
  outline: none;
}
.gift__type-details-wrap {
  bottom: 40px;
  left: 50%;
  max-width: 276px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
}
.gift__type-details {
  -webkit-box-shadow: 0 2px 14px 0 rgba(161, 161, 161, 0.5);
          box-shadow: 0 2px 14px 0 rgba(161, 161, 161, 0.5);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1px;
  font-size: 14px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.gift__type-details::after {
  border: 8px solid transparent;
  border-bottom: none;
  border-top: 10px solid #fff;
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  left: 84%;
  top: 100%;
}
.gift__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 400px;
  width: 75%;
}
.gift__form .form__item {
  width: 58%;
}
.gift__bonus {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-hightlight);
  margin: 0;
  width: 35%;
}
.gift__bonus span {
  display: block;
  text-align: center;
}
.gift__bonus-number {
  font-size: 16px;
}
.gift__form-btn {
  margin-top: 10px;
  width: 100%;
}
.gift__wrap {
  margin-bottom: 52px;
}
.gift__info-buttons {
  display: none;
}
.gift__detailes-wrap {
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  padding: 18px 20px 20px;
  width: 100%;
}
.gift__detail {
  margin: 0 0 26px;
  padding: 0 0 0 28px;
  position: relative;
}
.gift__detail::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 16px;
  height: 16px;
}
.gift__detail--time::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-av_timer.svg");
}
.gift__detail--place::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-language.svg");
}
.gift__detail--doc::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-class.svg");
}
.gift__detail:last-child {
  margin-bottom: 0;
}
.gift__detail-title {
  font-weight: bold;
  margin: 0 0 6px;
}
.gift__detail-text {
  margin: 0;
}
.gift__descriprion-title {
  color: var(--color-hightlight);
  font-size: 14px;
  font-weight: bold;
  line-height: 2.29;
  margin: 0 0 3px;
  padding: 0;
}
.gift__descriprion-text {
  margin: 0 auto;
  width: 99%;
}
.gift__descriprion-item {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .gift {
    margin-bottom: 99px;
  }
  .gift__title {
    margin-bottom: 53px;
  }
  .gift__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    margin: 0 auto 76px;
    max-width: 728px;
    width: 100%;
  }
  .gift__img {
    border-radius: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    height: auto;
    margin: 0 0 auto;
    max-width: none;
    width: 96%;
  }
  .gift__type {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin: 0 0 41px 17px;
    width: calc(100% - 17px);
  }
  .gift__type-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
    padding: 0;
    width: auto;
  }
  .gift__form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin: 0 0 0 17px;
    width: calc(100% - 17px);
  }
  .gift__form .form__item {
    width: 55%;
  }
  .gift__type-title {
    border-radius: 4px;
    font-size: 14px;
    margin: 0 13px 0 0;
    padding: 5px 10px;
  }
  .gift__type-details-wrap {
    bottom: 41px;
    left: 100%;
    -webkit-transform: translateX(calc(-50% - 8px));
            transform: translateX(calc(-50% - 8px));
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    width: 276px;
  }
  .gift__type-details {
    line-height: 1.3;
    padding: 17px 10px;
    text-align: center;
  }
  .gift__type-details::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gift__bonus {
    font-size: 18px;
    line-height: normal;
    margin-top: 1px;
    width: 45%;
  }
  .gift__bonus-number {
    font-size: 36px;
    font-weight: normal;
  }
  .gift__form-btn {
    margin-top: 25px;
    max-width: none;
  }
  .gift__info-buttons {
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 31px;
    padding: 0 45px;
    width: 100%;
  }
  .gift__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .gift__info-button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin-right: 47px;
    padding: 32px 0 25px;
    position: relative;
  }
  .gift__info-button::after {
    background-color: var(--color-hightlight);
    bottom: 1px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    width: 100%;
  }
  .gift__info-button:focus,
  .gift__info-button:hover {
    color: var(--color-hightlight);
    outline: none;
  }
  .gift__info-button--active {
    color: var(--color-hightlight);
  }
  .gift__info-button--active::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .gift__descriprion-title {
    display: none;
  }
  .gift__detailes-wrap {
    background-color: transparent;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    width: 31%;
  }
  .gift__descriprion {
    width: 65%;
  }
  .gift__detail {
    margin-bottom: 29px;
    padding-left: 34px;
  }
  .gift__detail::before {
    left: -2px;
    top: 1px;
    width: 18px;
    height: 18px;
  }
  .gift__detail-title {
    line-height: 1.5;
    margin: 0 0 4px;
  }
  .gift__descriprion-item {
    display: none;
    margin: 0;
  }
  .gift__descriprion-item--active {
    display: block;
  }
}
.search {
  margin-bottom: 35px;
  margin-top: 18px;
}
.search__title {
  margin-bottom: 21px;
}
.search__form {
  margin-bottom: 34px;
  position: relative;
}
.search__clear {
  background-color: transparent;
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-close-black.svg");
  background-size: 11px;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  height: 100%;
  right: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 33px;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.search__clear:active {
  background-color: transparent;
}
.search__clear:hover {
  opacity: 0.7;
}
.search__input {
  padding: 19px 35px 19px 51px;
  -webkit-appearance: none;
}
.search__input:focus {
  background-color: #f4f4f4;
}
.search__input::-ms-clear {
  display: none;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration,
.search__input::-webkit-search-results-button,
.search__input::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
.search__wrap::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/search-24px.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  left: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
}
.search__link {
  display: block;
  font-size: 14px;
  color: var(--color-hightlight);
  margin-bottom: 8px;
}
.search__text {
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.search__item {
  margin-bottom: 25px;
}
.search__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search {
    margin-bottom: 41px;
    margin-top: 75px;
  }
  .search__title {
    margin-bottom: 56px;
  }
  .search__form {
    max-width: none;
    margin-bottom: 65px;
    width: 100%;
  }
  .search__input {
    padding: 21px 40px 21px 77px;
  }
  .search__wrap::before {
    left: 23px;
  }
  .search__link {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .search__result {
    margin: 0 auto;
    width: 97.6%;
  }
  .search__item {
    margin-bottom: 34px;
  }
  .search__text {
    line-height: 1.5;
  }
}
.error-message {
  margin: 19px 0 67px;
}
.error-message__title {
  margin-bottom: 36px;
}
.error-message__img {
  margin: 0 auto 30px;
  max-width: 134px;
  width: 29%;
}
.error-message__img img {
  height: auto;
  width: 100%;
}
.error-message__text {
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .error-message {
    margin: 75px 0 140px;
  }
  .error-message__title {
    margin-bottom: 76px;
  }
  .error-message__img {
    margin-bottom: 43px;
  }
  .error-message__text {
    line-height: 1.5;
  }
}
.privacy {
  margin-bottom: 66px;
}
.privacy__title {
  line-height: 1;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .privacy {
    margin-bottom: 126px;
  }
  .privacy__text {
    margin: 0 auto;
    width: 97.5%;
  }
  .privacy__title {
    margin-bottom: 52px;
  }
}
.news {
  margin-bottom: 69px;
  margin-top: 15px;
}
.news__title {
  line-height: 1.5;
  margin-bottom: 23px;
}
.news__date {
  color: #111c24;
  margin: 0 auto 22px;
  padding: 0;
  text-align: center;
}
.news__text {
  margin: 0 auto;
}
.news__bottom {
  margin-top: 20px;
  text-align: right;
}
.news__image img{
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .news {
    margin-bottom: 126px;
    margin-top: 45px;
  }
  .news__title {
    line-height: 1.41;
    margin: 0 auto 50px;
    width: 100%;
  }
  .news__date {
    color: var(--color-hightlight);
    font-size: 15px;
    margin: 0 auto 28px;
  }
  .news__text {
    text-align: left;
  }
  .news__image {
    width: 74%;
    margin: 42px auto 0;
  }
  .news__bottom {
    margin-top: 47px;
  }
}
.issue {
  margin-bottom: 57px;
}
.issue__title {
  font-size: 16px;
  margin-bottom: 20px;
}
.issue__text {
  line-height: 1.23;
  margin: 0 auto 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .issue {
    margin-bottom: 111px;
  }
  .issue__title {
    font-size: 36px;
    margin-bottom: 41px;
  }
  .issue__text {
    margin-bottom: 50px;
  }
}
.plan {
  margin-bottom: 61px;
}
.plan__container {
  width: 100%;
}
.plan__table {
  table-layout: fixed;
}
.plan__table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 1.67;
  padding: 6px 0 9px 13px;
  vertical-align: top;
}
.plan__table th:first-child {
  padding-left: 13px;
  width: 30%;
}
.plan__table th:last-child {
  padding-left: 4px;
  width: 13%;
}
.plan__table th:nth-child(3) {
  padding-left: 10px;
}
.plan__table th:nth-last-child(2) {
  padding-left: 1px;
}
.plan__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  padding: 19px 0 19px 11px;
}
.plan__table td:first-child {
  font-weight: bold;
  padding-left: 11px;
}
.plan__table td:nth-child(2) {
  padding-left: 14px;
}
.plan__table td:nth-last-child(2) {
  padding-left: 3px;
}
.plan__table td:last-child {
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}
.plan__table tbody tr:first-child td {
  padding-top: 25px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .plan {
    margin-bottom: 151px;
  }
  .plan__table th {
    font-size: 16px;
    padding: 11px 12px 13px;
  }
  .plan__table th:first-child {
    padding-left: 26px;
    width: 23%;
  }
  .plan__table th:last-child {
    padding-right: 24px;
    text-align: right;
    width: 8%;
  }
  .plan__table th:nth-last-child(2) {
    padding-left: 8px;
    width: 24%;
  }
  .plan__table th:nth-child(3) {
    padding-left: 13px;
  }
  .plan__table td {
    font-size: 14px;
    padding: 18px 0 15px 15px;
  }
  .plan__table td:first-child {
    padding-left: 25px;
  }
  .plan__table td:nth-child(2) {
    padding-left: 13px;
  }
  .plan__table td:last-child {
    padding-right: 22px;
  }
  .plan__table td:nth-last-child(2) {
    padding-left: 9px;
  }
  .plan__table tbody tr:first-child td {
    padding-top: 19px;
    padding-bottom: 14px;
  }
}
.education {
  margin-bottom: 62px;
}
.education--video {
  margin-bottom: 59px;
}
.education--video .education__info--time {
  padding-right: 1px;
}
.education__img {
  display: block;
  margin: 0 auto 15px;
  max-width: 500px;
  width: 100%;
}
.education__img img {
  height: auto;
  display: block;
  width: 100%;
}
.education__title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  position: relative;
  text-align: center;
}
.education__title::after {
  background-color: var(--color-hightlight);
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.education__item {
  margin-bottom: 52px;
  text-align: center;
}
.education__main-title {
  margin-bottom: 24px;
}
.education__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  width: 100%;
}
.education__info {
  line-height: 1.23;
  margin: 0;
  padding: 0;
  position: relative;
}
.education__info::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  height: 17px;
}
.education__info--level {
  margin-right: 15px;
  padding-left: 33px;
}
.education__info--level::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-level.svg");
  height: 14px;
  left: 6px;
  top: -1px;
  width: 14px;
}
.education__info--time {
  padding-left: 23px;
  padding-right: 5px;
  white-space: nowrap;
}
.education__info--time::before {
  background-image: url("/local/templates/aft-edu/common_img/vigo/ic-clock.svg");
}
.education__video {
  width: 100%;
}
.education__video-cover {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.education__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.education__video-img {
  width: 100%;
}
.education__video-img img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .education {
    margin-bottom: 85px;
  }
  .education--video {
    margin-bottom: 136px;
  }
  .education--video .education__info--level {
    max-width: 50%;
  }
  .education--video .education__info-wrap {
    margin-bottom: 49px;
  }
  .education__main-title {
    margin-bottom: 46px;
  }
  .education__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .education__item {
    margin-bottom: 75px;
    text-align: left;
    width: 49.5%;
  }
  .education__title {
    font-size: 18px;
    text-align: left;
  }
  .education__title::after {
    bottom: -5px;
  }
  .education__link {
    text-align: left;
  }
  .education__img {
    max-width: 100%;
    margin-bottom: 29px;
  }
  .education__info-wrap {
    margin-bottom: 2px;
  }
  .education__info {
    line-height: 1.56;
  }
  .education__info::before {
    top: 4px;
  }
  .education__info--level {
    max-width: 180px;
    padding-left: 31px;
  }
  .education__info--level::before {
    left: 3px;
    top: 5px;
  }
  .education__info--time {
    padding-left: 25px;
    padding-right: 0;
  }
  .education__btn {
    max-width: 466px;
    width: 100%;
  }
  .education__video-cover {
    margin-bottom: 29px;
  }
}
.inner-top {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .inner-top {
    margin-top: 57px;
  }
}
.popup {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
  width: 100vw;
  z-index: 10000;
}
.popup__cover {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.popup__message {
  position: fixed;
  left: 50%;
  max-width: 603px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94%;
  z-index: 110;
}
.popup__message-wrap {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #dae3e8;
  padding: 45px 20px 38px;
  position: relative;
  width: 100%;
}
.popup__title {
  color: var(--color-hightlight);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  margin: 0 auto 13px;
  padding: 0;
  text-align: center;
}
.popup__text {
  min-height: 48px;
  font-size: 12px;
  line-height: 1.33;
  margin: 0 auto 23px;
  padding: 0;
  text-align: center;
}
.popup__close {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
}
.popup__close span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.popup__close span::after,
.popup__close span::before {
  background-color: var(--color-hightlight);
  border-radius: 2px;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 14px;
}
.popup__close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__btn {
  width: 90%;
}
@media (min-width: 768px) {
  .popup__message-wrap {
    padding: 78px 69px 70px;
  }
  .popup__title {
    font-size: 34px;
    line-height: 0.94;
    margin: 0 auto 32px;
  }
  .popup__text {
    min-height: auto;
    font-size: 14px;
    line-height: 1.29;
    margin: 0 auto 57px;
  }
  .popup__close {
    top: 14px;
    right: 14px;
  }
  .popup__btn {
    max-width: 100%;
    width: 100%;
  }
}
.poly {
  font-family: 'object-fit: contain; object-position: center;';
}
.poly--bottom {
  font-family: 'object-fit: contain; object-position: bottom;';
}
.poly--cover {
  font-family: 'object-fit: cover;';
}
.poly--contain {
  font-family: 'object-fit: contain;';
}
.poly--contain-center {
  font-family: 'object-fit: contain; object-position: center;';
}
.poly--cover-left {
  font-family: 'object-fit: cover; object-position: left;';
}
.poly--cover-right {
  font-family: 'object-fit: cover; object-position: right;';
}
.poly--contain-right {
  font-family: 'object-fit: contain; object-position: right;';
}

input.errortext, select.errortext 
{
	border: 1px solid red;	
}

div.error_text 
{ 
	color: red;
	text-align: center;
    font-size: 14px;
    display: none;	
}

.popup-window {
    position: fixed !important;
    border-radius: 5px;
    max-height: calc(100% - 80px);
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 40px;
    z-index: 99992 !important;
}

.popup-window {
    background-color: #fff;
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    padding: 30px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alert { display: none; }

.body_modal { min-height: 150px; display: table;}

.body_modal p { 
	vertical-align: middle; 
	display: table-cell; 
	font-family: 'HeliosC', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.motivational_program 
{
	line-height: 1.5;
	text-align: justify;	
}

.motivational_program ul {
	list-style: none;
}

.motivational_program li {
	padding-bottom: 20px;
}

.motivational_program h1 {	
	font-size: 20px;
    line-height: normal;
	text-align: center;	
}
.about__text-container2 {
	padding: 70px 0 70px 0;
	text-align: center;	
}

@media (min-width: 768px) {
	.prize__text {		
		text-align: center;
	}
}
.form__input-checkbox:checked ~ .form__label-checkbox::before 
{    
    text-align: center;
    line-height: 0.9;
}

.header__search-btn.header__search-btn2
{
	position: absolute;
    top: 15px;
    left: 12px;
	cursor: pointer;
}

.search__wrap::before {
    background: none;    
    content: '';    
    width: 0;
    height: 0;
}

.form__item--address {
  display: none;
}

.steps__register-btn {
  max-width: 465px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .header__top--padding {
    padding-bottom: 20px;
  }
  .header__top--padding .header__enter-btn {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.list-numbered ol, .list-numbered ul {
  list-style: none;
  counter-reset: li;
}

.list-numbered p {
  display: inline;
  margin-top: 0;
}

.list-numbered li:last-child {
  padding-bottom: 0;
}

.list-numbered li::before {
  counter-increment: li;
  content: counters(li,".") ". ";
}

.list-numbered > ol .content__list-title::before {
  counter-increment: li;
  content: counters(li,".") ". ";
}

.list-numbered > ol > li:before {
  display: none;
}

.popup__loader {
  animation-name: rolling;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  background-image: url("/icons/fav.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  left: calc(50% - 50px);
  margin: 0;
  padding: 0;
  position: fixed;
  top: calc(50% - 50px);
  width: 100px;
  z-index: 2000;
}

@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat {
  height: 100vh;
  width: 100vw;
  display: none;
}
.chat .popup__message {
  height: 90vh;
  max-width: 1164px;
  overflow: hidden;
}
.chat .popup__message-wrap {
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 10px 15px 5px;
}
@media (min-width: 768px) {
  .chat .popup__message-wrap {
    padding: 10px 75px;
  }
}
.popup__btn--send-chat-container{
  display: none;
}
.info-moderated {
  color: #0a962f;
}
.statistics__table th:last-child, .statistics__table td:last-child {
  text-align: right;
}
.statistics__table tbody td{
  vertical-align: top;
}
.statistics__table {
  margin-bottom: 30px;
}
.webinar {
  margin-bottom: 72px;
  margin-top: 17px;
}
.webinar__title {
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .webinar {
    margin-bottom: 61px;
    margin-top: 74px;
  }
  .webinar__title {
    margin-bottom: 54px;
  }
}
.result {
  font-size: 14px;
  font-weight: bold;
  margin: 0 -4px 0 18px;
  padding: 0 0 0 20px;
  position: relative;
}
.result::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.result--lvl::before {
  background-image: url("/images/ic-1.png");
}
.result--score::before {
  background-image: url("/images/ic-2.png");
}
.video {
  position: relative;
  max-width: 925px;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56%;
  background-color: #000000;
}
.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.video__button-icon {
  fill: #ffffff;
}
.video__button:focus {
  outline: none;
}
.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.video--enabled {
  cursor: pointer;
}
.video--enabled .video__button {
  display: block;
}
.audio {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  --seek-before-width: 0%;
  width: 100%;
}
.audio__image {
  display: block;
  height: 42px;
  object-fit: cover;
  width: 42px;
}
.audio__info {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  padding: 6px 13px;
  width: 100%;
}
.audio__title {
  font-size: 8px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audio__track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.audio__play-btn {
  background-image: url("/images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 12px;
  outline: none;
  padding: 0;
  width: 20px;
}
.audio__play-btn--run {
  background-image: url("/images/pause.svg");
}
.audio__slider {
  -webkit-appearance: none;
  background: transparent;
  margin: 0 10px 0 4px;
  outline: none;
  position: relative;
  padding: 0;
  width: 100%;
}
.audio__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.audio__slider::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.audio__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin: 0;
}
.audio__slider::-moz-range-thumb {
  border: none;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.audio__slider::-ms-thumb {
  border: none;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.audio__slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #717171;
  border-radius: 2px;
}
.audio__slider:focus::-webkit-slider-runnable-track {
  opacity: 0.8;
}
.audio__slider::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #717171;
  border-radius: 2px;
}
.audio__slider::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #717171;
  border-radius: 2px;
}
.audio__slider::-ms-fill-lower {
  background: #a5a5a5;
}
.audio__slider::-ms-fill-upper {
  background: #a5a5a5;
}
.audio__slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: #a5a5a5;
  cursor: pointer;
}
.audio__time {
  color: #717171;
  font-size: 7px;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .audio__image {
    min-height: 76px;
    width: 76px;
  }
  .audio__info {
    padding: 10px 19px;
  }
  .audio__title {
    font-size: 16px;
    margin: 0 0 13px;
  }
  .audio__play-btn {
    height: 25px;
    width: 32px;
  }
  .audio__time {
    font-size: 14px;
  }
  .audio__slider {
    margin: 0 14px 0 13px;
  }
  .audio__slider::-webkit-slider-thumb {
    height: 4px;
    width: 4px;
  }
  .audio__slider::-moz-range-thumb {
    height: 4px;
    width: 4px;
  }
  .audio__slider::-ms-thumb {
    height: 4px;
    width: 4px;
  }
  .audio__slider::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 3px;
  }
  .audio__slider::-moz-range-track {
    height: 4px;
    border-radius: 3px;
  }
  .audio__slider::-ms-track {
    height: 4px;
    border-radius: 3px;
  }
}
.back-btn {
  background-color: transparent;
  border-radius: 3px;
  border: solid 1px var(--gray-border);
  color: var(--color-title);
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  margin-left: auto;
  padding: 12px 39px;
  width: auto;
}
.back-btn::before {
  display: none;
}
.back-btn span {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 20px;
}
.back-btn span::before {
  border: 1px solid #64727c;
  border-right: none;
  border-bottom: none;
  content: '';
  height: 7px;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
}
.sub-title {
  line-height: 1.45;
  margin: 0 auto 35px;
  text-align: center;
  width: 80%;
}
.popup__btn--parse-file-container{
  display: none;
}
.btn-reject{
  margin-bottom: 5px;
}
.btn-accept{
  margin-top: 5px;
}
.header__top-mob {
  margin-bottom: 10px;
}
.header__top-mob-nav {
  font-size: 15px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.header__top-mob-nav::after {
  background-color: #e3e3e3;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
.header__top-mob-nav .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header__top-mob-link {
  color: var(--color-text);
  font-weight: bold;
  padding: 5px 0;
}
.header__top-mob-nav li {
  margin: 0 6px 8px;
}
@media (min-width: 500px) {
  .header__top-mob {
    margin-bottom: 12px;
    margin-top: -2px;
  }
  .header__top-mob-nav {
    font-size: 16px;
    padding: 0 0 15px;
  }
  .header__top-mob-nav li {
    margin: 0 18px 0;
  }
  .header__top-mob-link {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header__top-mob-nav::after {
    display: none;
  }
  .header__top-mob-nav .list {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .header__top-mob {
    display: none;
  }
}

/* Затемнение фона */
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cookie-container {
  width: 100%;
  /*max-width: 1000px;*/
  background: white;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.cookie-content {
  display: flex;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.cookie-text {
  color: #444;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 140%;
  width: 83%;
  padding-right: 30px;
}

.cookie-text a {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.cookie-btn {
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  width: 130px;
}

.btn-reject {
  background-color: var(--color-hightlight);
  color: white;
  border: 1px solid #ddd;
  text-transform: uppercase;
}

.btn-reject:hover {
  opacity: 0.8;
}

.btn-accept {
  background-color: var(--color-hightlight);
  color: white;
  text-transform: uppercase;
  margin-top: 0;
}

.btn-accept:hover {
  opacity: 0.8;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .cookie-content {
    padding: 25px;
    flex-direction: column;
  }

  .cookie-buttons {
    width: 100%;
    align-items: center;
  }

  .cookie-btn {
    flex: 1;
    padding: 12px 20px;
  }

  .cookie-text {
    width: 100%
  }
}

@media (max-width: 480px) {
  .cookie-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cookie-text {
    width: 100%
  }
}

/* End */
/* /local/components/aft/menu.list/templates/one-column/style.css?16506215862447 */
/* /local/templates/aft-edu/template_styles.css?1762499534127053 */
