@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
/* VARIABLES */
/* END */
@import url("https://cdnjs.cloudflare.com/ajax/libs/plyr/3.6.2/plyr.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  margin: 0;
  font-size: 18px;
  font-family: "Play", sans-serif;
  line-height: 1.35;
  height: 100%;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-font-smoothing: antialiased;
}

button,
label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

iframe, video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

img {
  max-width: 100%;
  width: auto;
}

p {
  margin: 0.5em 0;
}

a {
  text-decoration: none;
  color: #056cb1;
}

ul {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 1.44em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 1.28em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.12em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 0.96em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.2em;
  }
}

h5 {
  font-size: 0.8em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1em;
  }
}

h6 {
  font-size: 0.64em;
  margin: 1em 0;
}

@media (min-width: 768px) {
  h6 {
    font-size: 0.8em;
  }
}

.wrapper {
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
}

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.alert-error:first-child {
  margin-top: 1rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.alert-success:first-child {
  margin-top: 1rem;
}

.round-2 {
  border-radius: 2px;
  overflow: hidden;
}

.right-auto {
  margin-right: auto !important;
}

.center {
  text-align: center !important;
}

.center-y {
  vertical-align: middle;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top;
}

.visible {
  display: none !important;
}

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

hr {
  background: #e5e5e5;
  height: 2px;
  border: none;
}

.pagination {
  margin: 15px 0;
  font-size: 0;
}

@media (min-width: 768px) {
  .pagination {
    margin: 25px 0;
  }
}

.pagination__cover {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .pagination__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagination__item {
  background: #e5e5e5;
  padding: 12px 16px;
  border-radius: 5px;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  line-height: 1.15;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin: 3px;
}

@media (min-width: 768px) {
  .pagination__item {
    font-size: 18px;
  }
}

.pagination__item:hover {
  background: #056cb1;
  color: #fff;
}

.pagination__item--current {
  background: #045d98;
  color: #fff;
}

.pagination__item--error {
  background: #721c24;
  color: #fff;
}

.pagination__item--success {
  background: #155724;
  color: #fff;
}

.button {
  border: none;
  background: #e5e5e5;
  padding: 12px 15px;
  border-radius: 5px;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  line-height: 1.15;
  text-align: center;
  color: #000;
}

.button:hover {
  background: #dfdfdf;
}

.button img {
  width: 14px;
}

.button--primary {
  background: rgb(14, 101, 175);
  color: #fff;
}

.button--gray {
  background: #444546;
  color: #fff;
}


.button--primary:hover {
  background: #0564a5;
}

.button--white {
  background: #fff;
  background: #f9f9f9;
}

.button--link {
  color: #0084cb;
}

.button--error {
  background: #721c24;
  color: #fff;
}

.button--error:hover {
  background: #681921;
}

.button--success {
  background: #155724;
  color: #fff;
}

.button--success:hover {
  background: #134d20;
}

.answer {
  display: block;
  width: 100%;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  position: relative;
  outline: none;
  border: none;
  text-align: left;
  font-size: 15px;
}

.answer + .answer {
  margin-top: 10px;
}

.answer--error {
  background: #f8d7da;
  color: #721c24;
}

.answer--success {
  background: #d4edda;
  color: #155724;
}

.video {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.points {
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  bottom: 0;
  height: 5px;
  margin: auto;
  overflow: hidden;
}

.points__item {
  width: 4px;
  height: 5px;
  background: yellow;
  position: absolute;
  top: 0;
  margin-left: -2px;
  z-index: 1000;
}

.points__item--disabled {
  background: lightgray;
}

.modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

@media (min-width: 992px) {
  .modal {
    overflow: hidden;
  }
}

.modal__inner {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
}

@media (min-width: 992px) {
  .modal__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.modal__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .modal__row {
    overflow-y: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.modal__buttons {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .modal__buttons {
    padding-bottom: 0;
    margin-right: 15px;
    padding-right: 10px;
    overflow-y: auto;
    width: 35%;
  }
}

.modal__buttons button {
  text-align: left;
  width: 100%;
  text-transform: none;
  font-size: 15px;
}

.modal__buttons button + button {
  margin-top: 10px;
}

.modal__buttons {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 992px) {
  .modal__buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.modal__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .modal__media {
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.modal__media img, .modal__media video {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .modal__media img, .modal__media video {
    width: auto;
  }
}

.modal__pagination {
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}

.modal__pagination button {
  margin: 4px;
  padding: 8px 12px;
}

.modal__title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .modal__title {
    font-size: 24px;
  }
}

.modal__button {
  display: block;
  padding: 10px;
  width: 100%;
  border: 2px solid #fff;
}

.modal__button + .modal__button {
  margin-top: 10px;
}

.modal__submit {
  margin-top: 25px;
}

.modal--visible {
  opacity: 1;
  visibility: visible;
}

.modal--fixed {
  position: fixed;
}

::-webkit-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

[disabled] {
  opacity: 0.5 !important;
}

/* MEDIA */
@media (max-width: 420px) {
  html, body {
    font-size: 16px;
  }
}

.form {
  border: 2px solid #ccc;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
  max-width: 640px;
  margin: 25px auto;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form--small {
  max-width: 320px;
}

.form__label {
  width: 100%;
  display: block;
  position: relative;
}

.form__label--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__item label + label {
  margin-top: 8px;
}

.form__item + .form__item {
  margin-top: 20px;
}

.form__name {
  font-weight: bold;
  margin-bottom: 10px;
}

.form__input {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  height: 44px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.form__select {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  height: 44px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__select-wrapper {
  position: relative;
}

.form__select-wrapper:after {
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 0;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  border-color: #000;
  content: '';
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
  height: 12px;
}

.form__buttons {
  margin-top: 30px;
}

.form__error {
  font-weight: bold;
  color: #e42a20;
  margin-top: 10px;
}

.form__text {
  margin-top: 5px;
}

.form [type="radio"],
.form [type="checkbox"],
.form [type="file"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.form [type="radio"]:checked + .form__checkbox:before,
.form [type="checkbox"]:checked + .form__checkbox:before,
.form [type="file"]:checked + .form__checkbox:before {
  display: block;
}

.form__checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #056cb1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}

.form__checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  content: "";
  background: #056cb1;
  display: none;
  border-radius: 1px;
}

.form__checkbox--radio {
  border-radius: 50%;
}

.form__checkbox--radio:before {
  border-radius: 50%;
}

.form__file {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  height: 44px;
  width: 100%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form--error {
  border-color: #e42a20;
}

.form h1 {
  margin-top: 0;
}

.switcher__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* VARIABLES */
:root {
  --plyr-range-fill-background: $primaryColor;
  --plyr-color-main: $primaryColor;
}

/* END */
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #0084cb;
}

.plyr {
  overflow: hidden;
}

.plyr--video, .plyr__poster, .plyr__video-wrapper {
  background-color: transparent;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 25px 0 15px;
}

@media (min-width: 768px) {
  .services {
    padding: 50px;
    background: url("../images/body.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (min-width: 768px) {
  .services:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
  }
}

.content {
  text-align: left;
  position: relative;
  color: #000;
}

@media (min-width: 768px) {
  .content {
    color: #fff;
  }
}

.content li {
  list-style: inside;
  margin: 20px 0;
}

.contacts {
  padding: 20px 0;
  margin: 0;
  border-top: 2px solid #ccc;
}

@media (min-width: 768px) {
  .contacts {
    padding: 50px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
}

.contacts a {
  text-decoration: none;
  color: #000;
}

.contacts iframe {
  width: 100%;
}

.half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}

.half + .half {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .half + .half {
    margin-top: 0;
  }
}

.half--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}

@media (min-width: 768px) {
  .half--text {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .half--right {
    text-align: right;
  }
}

.top-menu {
  text-align: center;
  background: #121c33;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .top-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-menu__li {
  list-style: none;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .top-menu__li:first-child {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .top-menu__li:last-child {
    margin-right: 0 !important;
  }
}

.top-menu__item {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  font-weight: normal;
  border-radius: 5px;
}

.top-menu__item:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.logo {
  width: 180px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__name {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.header--inner .logo {
  width: 80px;
  margin: 0;
}

.header--inner .top-menu {
  padding: 10px 0;
}

.header--inner .top-menu__li {
  margin: 10px 0;
}

@media (min-width: 576px) {
  .header--inner .top-menu__li {
    margin: 15px 0;
  }
}

@media (min-width: 768px) {
  .header--inner .top-menu__li {
    margin: 0 5px;
  }
}

.info {
  background: #e5e5e5;
  padding: 25px 0;
}

.title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.categories {
  margin: 25px 0;
  list-style: none;
  text-transform: uppercase;
}

.categories .categories {
  margin: 0 0 0 30px;
  padding: 0;
  text-transform: none;
}

.categories__block {
  padding: 8px 15px;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  border-radius: 5px;
  display: block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.categories__block:hover {
  background: #f1f1f1;
}

.categories__block--visited {
  color: #056cb1;
}

.sidebar {
  margin-top: 20px;
  position: relative;
}

@media (min-width: 992px) {
  .sidebar {
    padding-right: 40px;
    margin: 0;
  }
}

.sidebar__button {
  position: absolute;
  top: 0;
  right: 7px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  width: 26px;
  height: 30px;
  padding: 0;
  display: none;
}

@media (min-width: 992px) {
  .sidebar__button {
    display: block;
  }
}

.sidebar__button:before {
  border: solid #000;
  border-width: 0 0 2px 2px;
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar__button--expand:before {
  margin-left: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.videos {
  margin: 25px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
}

@media (min-width: 992px) {
  .videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .menu {
    width: 360px;
  }
}

.menu__ul {
  padding: 0;
  list-style: none;
}

.menu__ul--dropdown {
  margin: 0 0 0 15px;
  display: none;
}

.menu__ul--dropdown .menu__li:first-child {
  margin-top: 5px;
}

.menu__li {
  margin: 5px 0;
}

.menu__li:first-child {
  margin-top: 0;
}

.menu__li:first-child .menu__item {
  border-top: none;
  margin-top: 0;
}

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

.menu__li:last-child .menu__item {
  border-bottom: none;
  margin-bottom: 0;
}

.menu__item {
  display: block;
  width: 100%;
  text-align: left;
  background: #0084cb;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  outline: none;
  border: none;
  font-size: 15px;
}

.menu__item:hover {
  background: #0073b2;
}

.menu__item.expanded {
  padding-right: 45px;
  background: #006398;
}

.menu__item.expanded:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: -6px;
  margin: auto 0;
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.menu__item--active {
  background: #006398;
}

.menu__item--dropdown {
  padding-right: 45px;
}

.menu__item--dropdown:before {
  position: absolute;
  top: -9px;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__item--gray {
  background: #e5e5e5;
  color: #000;
}

.menu__item--gray:before {
  border-color: #000;
}

.menu__item--gray:hover {
  background: #d2d2d2;
}

.menu__item--gray.expanded {
  background: #cccccc;
}

.menu__item--gray.expanded:before {
  border-color: #000;
}

.menu__item--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-top: 2px solid #e5e5e5;
  padding: 8px 12px;
  border-radius: 0;
  margin-bottom: -5px;
}

.menu__item--default:hover {
  background: none;
}

.payment {
  margin: 25px 0;
}

.payment__section {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-sum {
  width: 100%;
  margin: 5px;
  border: 2px solid #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  position: relative;
  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;
}

@media (min-width: 768px) {
  .payment-sum {
    width: calc(50% - 10px);
  }
}

.payment-sum__name {
  text-transform: uppercase;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.payment-sum input[type="radio"],
.payment-sum input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.payment-sum input[type="radio"]:checked + .payment-sum__radio:before,
.payment-sum input[type="checkbox"]:checked + .payment-sum__radio:before {
  display: block;
}

.payment-sum__radio {
  width: 18px;
  height: 18px;
  border: 2px solid #056cb1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}

.payment-sum__radio:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  content: "";
  background: #056cb1;
  display: none;
  border-radius: 50%;
}

.payment-system {
  position: relative;
  margin: 5px;
}

.payment-system__inner {
  width: 120px;
  height: 120px;
  border: 2px solid #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  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;
}

@media (min-width: 768px) {
  .payment-system__inner {
    width: 180px;
    height: 180px;
  }
}

.payment-system input[type="radio"],
.payment-system input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.payment-system input[type="radio"]:checked + .payment-system__inner,
.payment-system input[type="checkbox"]:checked + .payment-system__inner {
  border: 2px solid #056cb1;
}

.payment-system img {
  width: 120px;
  vertical-align: top;
}

.section {
  margin: 30px -8px;
}

@media (min-width: 768px) {
  .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section__item {
  background: #e5e5e5;
  color: #000;
  margin: 0 8px 16px;
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .section__item {
    width: calc(33.333% - 16px);
  }
}

.section__item--yellow {
  background: rgba(253, 209, 42, 0.75);
  color: #000;
}

.section__item--blue {
  background: rgba(0, 71, 163, 0.75);
  color: #fff;
}

.section__item--red {
  background: rgba(231, 4, 0, 0.75);
  color: #fff;
}

.section__text {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.section img {
  width: 50px;
  margin: 0 auto;
}

.player {
  width: 100%;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .video {
    margin: 0 -25px;
  }
}

@media (min-width: 992px) {
  .video {
    border-radius: 4px;
    margin: 0;
  }
}

.progress__text {
  text-align: left;
  font-size: 16px;
  padding: 2px 4px;
}

.progress__item {
  background: #e5e5e5;
  color: #000;
  width: 100%;
  height: 16px;
}

.progress__value {
  height: 100%;
}

.progress--yellow .progress__item {
  background: rgba(253, 209, 42, 0.75);
}

.progress--yellow .progress__value {
  background: #f1bf00;
}

.progress--blue .progress__item {
  background: rgba(0, 71, 163, 0.75);
}

.progress--blue .progress__value {
  background: #00367c;
}

.progress--red .progress__item {
  background: rgba(231, 4, 0, 0.75);
}

.progress--red .progress__value {
  background: #b60300;
}

.password__button {
  padding: 5px 8px;
}

.toggler {
  margin-top: 15px;
}

.toggler__button {
  background: none;
  border: none;
  outline: none;
  color: #0084cb;
  padding: 10px 0 3px;
  border-bottom: 1px solid #0084cb;
}

.toggler__text {
  display: none;
  font-size: 15px;
  margin-top: 15px;
}
