@charset "UTF-8";
@font-face {
  font-family: "Cambria";
  src: local("Cambria Regular"), local("Cambria-Regular"), url("fonts/Cambria.woff2") format("woff2"), url("fonts/Cambria.woff") format("woff"), url("fonts/Cambria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cambria";
  src: local("Cambria Bold"), local("Cambria-Bold"), url("fonts/Cambria-Bold.woff2") format("woff2"), url("fonts/Cambria-Bold.woff") format("woff"), url("fonts/Cambria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cambria";
}

html,
body {
  height: 100%;
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrapper .content {
  flex: 1 0 auto;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.text-blue {
  color: #002060;
}

.text-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.justy-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

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

.header {
  background-size: cover;
  background-position: center right;
  padding: 20px 0;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 3px;
}
.header__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  margin-left: 16px;
}
@media (max-width: 480px) {
  .header__logo {
    font-size: 35px;
      margin-left: 0px;
  }
}
.header__logo img {
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .header__logo img {
    max-width: 75px;
      font-size: 40px;
      margin-left: 16px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  background: #fff;
  border: 2px solid #06063c;
  padding: 5px 15px;
  font-weight: bold;
  color: #06063c;
  font-size: 12px;
  cursor: pointer;
}
.btn_dark {
  border-color: #fff;
  color: #fff;
  background: #002060;
}
.btn_mc {
  background: #002060;
  color: #fff;
}
.btn_light-blue {
  border-color: #002060;
  background: #0F07A9;
  color: #fff;
}
.btn_submit {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
}

label {
  cursor: pointer;
  color: #002060;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.input {
  margin-bottom: 15px;
}
.input input {
  border: 1px solid #002060;
  width: 100%;
  outline: none;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #002060;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 23px;
}
.input input::-moz-placeholder {
  color: #002060;
}
.input input::placeholder {
  color: #002060;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0;
  text-align: right;
  margin-bottom: 10px;
}
.hero * {
  color: #fff;
}
.hero h2 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .hero h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
  }
}
.hero__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.hero__btn-wrap a {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .hero__btn-wrap a {
    font-size: 11px;
    margin-right: 5px;
  }
}
.hero__btn-wrap a:last-child {
  margin-right: 0;
}

.about {
  margin-bottom: 20px;
}
.about img {
  width: 33%;
}
.about p {
  color: #07034D;
  font-size: 15px;
  text-align: justify;
}

.advantages {
  clear: both;
}
.advantages ul {
  padding: 0;
  margin-bottom: 15px;
}
.advantages ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.advantages ul li img {
  min-width: 70px;
  max-width: 84px;
  margin-right: 10px;
}
.advantages__desc {
  border: 2px solid #002060;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  color: #002060;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
}
.advantages__desc span {
  font-size: 11px;
  display: block;
}

.registration p {
  font-size: 20px;
}
.registration__balance {
  margin-bottom: 15px;
}
.registration__balance .input {
  min-width: 60%;
  margin-bottom: 0;
}
.registration__balance .btn {
  padding: 0;
  font-size: 12px;
  border-radius: 10px;
  min-height: 100%;
  width: 100%;
}

.checkbox {
  position: relative;
  margin-bottom: 20px;
}
.checkbox label {
  font-weight: normal;
}
.checkbox label a {
  color: #002060;
}
.checkbox span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  left: 1px;
  display: none;
  pointer-events: none;
}
.checkbox span svg {
  width: 100%;
  height: 100%;
}
.checkbox input {
  margin-right: 10px;
  position: relative;
  height: 15px;
  top: 4px;
  cursor: pointer;
}
.checkbox input:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #002060;
  border-radius: 2px;
  background: #fff;
}
.checkbox input:checked ~ span {
  display: flex;
}

.about-lesson {
  padding-bottom: 20px;
}
.about-lesson__wrap {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 0;
    background-position-x: -84px;
    background-position-y: 11px;
}
.about-lesson h1 {
  position: relative;
  padding: 20px 0;
  margin: 0;
}

/*.about-lesson h1:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  !*background-image: url("img/lesson-top_bg.png");*!*/
/*  z-index: 1;*/
/*  background-position: center center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  left: 0;*/
/*    background-color: #020925;*/
/*}*/
.about-lesson h1 span {
  position: relative;
  z-index: 2;
}
.about-lesson ul li {
  color: #fff;
}

.arrow-list {
  padding: 0;
}
.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
}
.arrow-list li:last-child {
  margin-bottom: 0;
}
.arrow-list li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("img/arrow-white.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
}
.arrow-list_dark li {
  color: #002060;
}
.arrow-list_dark li::before {
  background-image: url("img/arrow-black.png");
}

.footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px 0;
  flex: 0 0 auto;
}
.footer p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.profile {
  display: flex;
  justify-content: space-between;
}
.profile__wrap {
  position: relative;
    margin-top: 27px;
}
.profile__info {
  width: 65%;
}
.profile__info h2 {
  margin-bottom: 15px;
}
.profile__info ul {
  padding: 0;
}
.profile__info ul li {
  list-style: none;
  color: #002060;
  font-size: 18px;
}
.profile__info ul li span:first-child {
  font-weight: bold;
}
.profile__avatar {
  border: 1px solid #002060;
  border-radius: 30px;
  width: calc(41% - 10px);
  min-width: calc(25% - 10px);
  height: 187px;
  position: absolute;
  top: 0;
  right: 0;
}

.reward {
  margin-top: 30px;
}
.reward ul {
  padding-left: 14px;
}

.menu {
  position: fixed;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.menu.open {
  opacity: 1;
  pointer-events: inherit;
}
.menu.open ul {
  transform: none;
}
.menu ul {
  background: #fff;
  padding: 20px;
  height: 100%;
  max-width: 300px;
  transform: translateX(100%);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.menu ul li .btn {
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  min-height: 40px;
}
.menu ul li:last-child {
  margin-bottom: 0;
}

.hamburger {
  width: 50px;
  height: 50px;
}
.hamburger svg {
  width: 100%;
  height: 100%;
}

.horizontal-scroll {
  overflow: auto;
}

.scroll-table-body {
  height: 600px;
  overflow-x: scroll;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.scroll-table table {
  width: 100%;
  table-layout: fixed;
  border: none;
}
.scroll-table table tbody tr:first-child td {
  border-top: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table .yellow-bg {
  background: #FFC000;
}
table .last {
  width: 75px;
}
table .wspace-nowrap {
  white-space: nowrap;
}
table thead {
  border: 1px solid #000;
  border-bottom: none;
}
table thead tr {
  width: calc(100% - 30px);
}
table th {
  background: #FFC000;
  font-weight: bold;
}
table th,
table td {
  padding: 10px;
  font-size: 12px;
}
table th:first-child,
table td:first-child {
  width: 45px;
}
table td {
  border: 1px solid #000;
}

/* Стили для скролла */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC000;
  border: 1px solid #000;
  padding: 5px 0;
}
.table-nav span {
  margin: 0 10px;
}
.table-nav__left, .table-nav__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
    display: none;
}
.popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__window {
    height: 100vh;
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px 25px;
  min-width: 350px;
  position: relative;
    overflow: auto;
}

.select {
  position: relative;
  margin-bottom: 20px;
}
.select__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #002060;
  border-radius: 10px;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.select__selected span {
  padding-right: 10px;
}
.select .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.select__dropdown {
  top: calc(100% - 20px);
  border: 1px solid #002060;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
}
.select__option {
  padding: 5px 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.select__option:hover {
  background: rgba(0, 0, 0, 0.1);
}
.select.open .select__selected {
  border-radius: 10px 10px 0 0;
}
.select.open .icon {
  transform: rotate(180deg);
}
.select.open .select__dropdown {
  top: 100%;
  pointer-events: inherit;
  opacity: 1;
}/*# sourceMappingURL=styles.css.map */
