@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  font-family: "Gilroy", sans-serif;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

body.active {
  overflow: hidden;
}

h1, .h1 {
  line-height: 110%;
  margin: 0 0 30px;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

h1 span, .h1 span {
  font-size: 70px;
  display: block;
}

h2, .h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.outter {
  padding-left: 94px;
}

h3 {
  font-size: 28px;
  font-weight: 500;
}

ol, ul {
  padding: 0 0 0 20px;
}

ol li, ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
}

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

.headline {
  list-style: none;
  background-color: #ee1313;
  -webkit-box-shadow: 0 0 0 100vmax #ee1313;
  -moz-box-shadow: 0 0 0 100vmax #ee1313;
  box-shadow: 0 0 0 100vmax #ee1313;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  padding: 10px 0 11px;
  margin: 0 0 17px;
}

p {
  font-size: 16px;
  margin: 0 0 35px;
}

img {
  max-width: 100%;
}

a, button {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0);
}

a:active, button:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}

a:hover, button:hover {
  opacity: 0.6;
}

section, .section {
  padding: 33px 0;
  position: relative;
}

.btn, .btn-blue {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 7px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  min-width: 180px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.center-row {
  text-align: center;
  margin-bottom: 35px;
}

.btn {
  background-color: #ee1313;
}

.btn-blue {
  background-color: #252244;
}

.btn-blue:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 15px 44px -10px rgba(37, 34, 68, 0.6);
  -moz-box-shadow: 0px 15px 44px -10px rgba(37, 34, 68, 0.6);
  box-shadow: 0px 15px 44px -10px rgba(37, 34, 68, 0.6);
}

.btn:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 15px 44px -10px rgba(238, 19, 19, 0.6);
  -moz-box-shadow: 0px 15px 44px -10px rgba(238, 19, 19, 0.6);
  box-shadow: 0px 15px 44px -10px rgba(238, 19, 19, 0.6);
}

.btn:active {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.btn[disabled] {
  color: rgba(0, 0, 0, 0.2);
  background-color: rgba(238, 19, 19, 0.3);
  cursor: unset;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

mark {
  background: rgba(0, 0, 0, 0);
  color: #ee1313;
}

.red {
  color: #ee1313 !important;
}

.black {
  color: #000 !important;
}

.blue {
  color: #4478c6 !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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 {
  width: 100%;
  position: relative;
  left: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  height: 100%;
  margin: 0;
  min-height: 1px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
  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 rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 26px;
  height: 26px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 100;
  bottom: 20px;
  border: none;
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
}

.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: 47%;
  -webkit-transform: scale(-1) !important;
  -moz-transform: scale(-1) !important;
  -ms-transform: scale(-1) !important;
  -o-transform: scale(-1) !important;
  transform: scale(-1) !important;
}

.slick-next {
  right: 47%;
}

.slick-disabled {
  cursor: no-drop;
  pointer-events: none;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  opacity: 0.5;
}

.slick-dots {
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  width: unset;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
}

.slick-dots li::before {
  display: none;
}

.slick-dots button {
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  background-color: #000;
  border: 2px solid #000;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}

.slick-dots .slick-active button {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.header {
  padding: 6px 0;
  background-image: url("../img/header.png");
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 63px;
  position: relative;
  z-index: 1000;
}

.header-nav {
  list-style: none;
  padding: 0 25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav_item {
  padding: 0;
}

.header-nav_item a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.8%;
  text-decoration: underline;
  padding: 0px 12px;
}

.header-nav_item a.active {
  color: #ee1313;
}

.header-nav_item:first-child a {
  padding-left: 0;
}

.header_logo {
  width: 28%;
  max-width: 420px;
}

.header-col {
  padding-top: 18px;
}

.header-col, .header .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-social {
  margin: 0 auto;
  padding: 0 0 0 12px;
}

.header-social_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ee1313;
  text-align: center;
  margin: 0 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social_item img {
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin: 0 auto;
}

.header_phone, .header_mail {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 15px auto;
  -moz-background-size: 15px auto;
  -o-background-size: 15px auto;
  background-size: 15px auto;
  background-image: url("../img/ic-phone.svg");
}

.header_mail {
  margin-top: 7px;
  font-weight: 400;
  text-decoration: underline;
  background-image: url("../img/ic-mail.svg");
}

.header-navbar {
  width: 100%;
  padding: 0;
  list-style: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ee1313;
  -webkit-box-shadow: 0 0 0 100vmax #ee1313;
  -moz-box-shadow: 0 0 0 100vmax #ee1313;
  box-shadow: 0 0 0 100vmax #ee1313;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
}

.header-navbar_item {
  padding: 0;
}

.header-navbar_item a {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 13px 40px;
  margin: 0 22px;
}

.header-navbar_item a.active, .header-navbar_item a.log {
  background-color: #000;
}

.footer {
  padding-top: 22px;
  margin: auto 0 0;
}

.footer_logo {
  max-width: 320px;
}

.footer .btn {
  margin-top: 8px;
}

.footer-col {
  max-width: 35%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.footer .header-social {
  margin-right: 20px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  max-width: 48%;
  vertical-align: top;
  display: inline-block;
  margin: 0 15px;
}

.footer-nav_item {
  padding: 0;
}

.footer-nav_item a {
  white-space: nowrap;
  width: 100%;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 197.7%;
  text-decoration: underline;
}

.footer-nav_heading {
  display: block;
  color: #ee1313;
  border-bottom: 1px solid #ee1313;
  padding-bottom: 1px;
  margin-bottom: 8px;
}

.footer-info {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 50px;
  gap: 30px;
}

.footer_dev {
  font-size: 10px;
}

.footer_dev span, .footer_dev img {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.footer_dev img {
  margin-left: 6px;
}

.footer_addres, .footer_work {
  padding: 3px 0 3px 21px;
  margin: 0 0 2px 0;
  background-image: url("../img/ic-addres.svg");
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}

.footer_work {
  background-image: url("../img/ic-work.svg");
}

.main {
  position: relative;
  z-index: 1;
  /* min-height: 100vh; */
  padding-bottom: 20px;
}

.main .header {
  background-image: none;
  margin: 0;
}

.main-banner {
  height: -webkit-calc(100vh - 164px);
  height: -moz-calc(100vh - 164px);
  height: calc(100vh - 164px);
  margin: 0 auto;
  padding: 50px 70px 30px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.main-banner-content {
  max-width: 775px;
  margin: 0 0 0 auto;
}

.main-banner h1 {
  padding-left: 25px;
}

.main-banner-wrap {
  max-width: 40%;
  gap: 20px 4%;
}

.main-banner-item {
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}

.main-banner-item img {
  display: block;
  margin: 0 auto 20px;
}

.main-banner_text {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.3%;
  margin: 0;
}

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

.main-banner_subheading {
  font-size: 60px;
  margin: 0;
  font-weight: 600;
}

.main .center-row {
  margin: 40px 0 0;
}

.main_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.banner {
  width: 1800px;
  max-width: 96%;
  margin: 0 auto;
  padding: 65px 70px 37px 150px;
  overflow: hidden;
  position: relative;
}

.banner .container {
  max-width: 1240px;
}

.banner-content {
  max-width: 775px;
  margin: 0 0 40px auto;
}

.banner h1 {
  padding-left: 25px;
}

.banner-wrap {
  max-width: 40%;
  gap: 20px 4%;
}

.banner-item {
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}

.banner-item img {
  display: block;
  margin: 0 auto 20px;
}

.banner_text {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.3%;
}

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

.banner_subheading {
  font-size: 60px;
  margin: 0;
  font-weight: 600;
}

.banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-footer {
  width: 100%;
  padding-top: 52px;
}

.banner_out {
  text-align: center;
  width: 32.2%;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  padding: 15px 22px 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ee1313;
}

.banner--second {
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 70px;
}

.banner--second h1 {
  padding: 0;
  margin-bottom: 46px;
}

.banner--second .banner-content {
  max-width: 54%;
}

.banner--second .banner_text {
  font-weight: 500;
  padding-left: 68px;
  margin: 0;
}

.slider {
  background-color: #252244;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 52px 0 100px;
  background-image: url("../img/tilt.jpg");
}

.slider-item {
  width: 302px;
  margin: 0 17px;
}

.slider_heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.3%;
  margin: 0 0 11px;
}

.slider_text, .slider_time {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.8%;
  margin: 0 0 8px;
}

.slider_time {
  color: #b0b0b0;
}

.slider_img {
  margin-top: 20px;
  display: block;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  position: relative;
  margin-bottom: 8px;
  gap: 1px;
}

.stars *::before, .stars *::after {
  color: #f1c40f;
}

.stars .woocommerce .star-rating {
  font-size: 1em !important;
}

.stars i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/st-0.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: #eee;
  margin: 0;
}

.stars i:nth-child(1).active {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(1).active ~ i {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(2).active {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(2).active ~ i {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(3).active {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(3).active ~ i {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(4).active {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(4).active ~ i {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(5).active {
  background-image: url("../img/st-f.svg");
}

.stars i:nth-child(5).active ~ i {
  background-image: url("../img/st-f.svg");
}

.video {
  max-width: 1200px;
  margin: 0 auto 53px;
  position: relative;
  z-index: 1;
}

.video video {
  width: 100%;
  display: block;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.video .btnPlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/play.svg");
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/play.svg");
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/play.svg");
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/play.svg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.styled {
  list-style-type: none;
  padding: 0;
}

.styled li:not(.headline) {
  background-color: rgba(0, 0, 0, 0.025);
  display: list-item;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 42px;
  padding: 19px 20px 18px 90px;
  color: #4478c6;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  min-height: 60px;
}

.styled li:not(.headline)::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: -42px;
  left: 20px;
}

.styled li:not(.headline)::before {
  content: attr(value);
  display: inline-block;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background-color: #000;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 100;
}

.styled li:not(.headline):first-child::after {
  display: none;
}

.styled .headline {
  margin-bottom: 42px;
}

.section_decription u {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 17px;
  text-decoration: none;
  padding-bottom: 2px;
}

.section_decription u::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  position: absolute;
  bottom: 0;
  min-height: 2px;
}

.section_decription u:empty {
  vertical-align: bottom;
}

.section_decription img {
  display: block;
  margin: 10px 0;
}

.id_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}

.id_wrap-sm {
  padding-left: 40px;
}

.id_wrap p {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.id_wrap p:not(.red) {
  color: #4478c6;
}

.id_info {
  width: 312px;
  padding: 4px 20px;
  position: absolute;
  top: 80%;
  left: 20%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.id_item {
  position: relative;
  z-index: 1;
  margin: 10px;
  display: inline-block;
  border-bottom: 1px dashed #4478c6;
}

.id_item:hover {
  z-index: 999;
}

.id_item:hover .id_info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.id_item::before, .id_item::after {
  content: "“";
}

.id_item::after {
  content: "”";
}

.id_item__num {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background-color: #000;
  color: #fff;
  z-index: 100;
  font-size: 30px;
  position: absolute;
  left: 0;
}

.col {
  width: 49.5%;
  margin-bottom: 40px;
}

.col-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col__heading {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #ee1313;
  font-size: 30px;
  font-style: normal;
  padding: 18px 20px;
  text-align: center;
  width: 100%;
  line-height: 120%;
  color: #fff;
  margin-bottom: 27px;
}

.col__descr {
  color: #4478c6;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 30px;
}

.col-item {
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f6f6f6;
  width: 33%;
  padding: 10px;
}

.col-item-wrap {
  gap: 6px 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-item span {
  padding: 3px 0;
  display: block;
}

.col__text {
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #000 !important;
}

.col .col__text {
  margin-bottom: 45px;
}

.w-150 {
  display: inline-block;
  min-width: 150px !important;
}

.box-sm {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4px;
  display: inline-block;
  margin: 5px 0;
}

.box-wrap {
  color: #000;
  font-style: normal;
  font-weight: 400;
  background-image: url("../img/info.svg");
  background-repeat: no-repeat;
  font-size: 30px;
  line-height: 100%;
  padding-left: 40px;
  background-position: left top 18px;
}

.box-wrapper {
  position: relative;
  line-height: 99%;
  display: inline-block;
  margin: 0 10px 70px;
}

.box-note {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 90%;
  white-space: nowrap;
  color: red !important;
  font-size: 15px;
  line-height: 99%;
}

.box-wide {
  position: relative;
  display: inline-block;
  margin: 0 10px 70px;
}

.box-wide__item {
  position: relative;
  padding: 0 10px 0 30px;
}

.box-wide__item:first-child {
  padding-left: 0;
}

.box-item {
  display: inline-block;
  padding: 10px;
  line-height: 99%;
  margin: 10px;
  text-align: center;
  position: relative;
}

.box-info, .box-info_bottom, .box-info_top {
  font-size: 15px;
  line-height: 99%;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: -3%;
  width: 106%;
  color: red;
}

.box-info_bottom {
  top: 47px;
}

.box-info_top {
  top: -11px;
}

.box-under {
  border-top: 1px solid red;
  padding-top: 4px;
  text-align: left;
  font-size: 15px;
  line-height: 99%;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: -5%;
  top: 37px;
  width: 110%;
  color: red;
}

.box-descr {
  position: absolute;
  left: -5%;
  width: 110%;
  top: 37px;
  border-top: 1px solid red;
  padding-top: 21px;
  background-image: url("../img/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: top 4px center;
  color: #ee1313;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 99%;
}

.qiuz__heading {
  text-align: left;
  cursor: pointer;
}

.qiuz__box {
  width: 100%;
  margin: 14px 0 24px;
  padding: 11px 56px 13px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background: #eff0f3;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.8%;
}

.qiuz-content {
  display: none;
  padding-bottom: 14px;
}

.qiuz-content .wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.qiuz-wrap.active .qiuz-content {
  display: block;
}

fieldset {
  display: block;
  padding: 11px 56px 13px;
  text-align: center;
}

fieldset label {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}

fieldset label::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 14px auto 0;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #bababa;
  -moz-box-shadow: 0 0 0 1px #bababa;
  box-shadow: 0 0 0 1px #bababa;
}

fieldset input {
  display: none;
}

fieldset input:checked ~ label::after {
  background-color: red;
}

.heading {
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ee1313;
  padding: 29px 50px;
  color: #4478c6;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin: 30px 0 40px;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.w77 {
  width: 77%;
}

.grey_span {
  background: #D8D8D8;
  padding: 15px 20px;
  margin-right: 20px;
}

.box_grey {
  max-width: 741px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  background: #FAFAFA;
  border-radius: 12px;
  padding: 14px;
}

.red_underline {
  border-bottom: 1px solid #EE1313;
  padding-bottom: 5px;
}

.box_grey p:first-child {
  word-spacing: 25px;
}

.description_word_bottom {
  position: absolute;
  left: -50px;
  top: 45px;
  font-size: 16px;
  line-height: normal;
  width: 460%;
  display: block;
  text-align: center;
  word-spacing: normal;
}

.description_word {
  position: relative;
}

.item_grey_5 .description_word_bottom {
  width: 100%;
  left: 5px;
}

.item_grey_4 .description_word_bottom {
  width: 310%;
  left: -10px;
}

.item_grey_4 .description_word:nth-child(2) {
  margin-right: 20px;
}

.item_grey_4 .description_word:nth-child(2) .description_word_bottom {
  left: -80px;
}

.item_grey_7 .description_word_bottom {
  width: 310%;
}

.item_grey_7 .description_word_bottom {
  width: 310%;
}

.item_grey_8 .description_word:nth-child(1) .description_word_bottom {
  width: 195%;
}

.item_grey_8 .description_word:nth-child(2) .description_word_bottom {
  width: 335%;
  left: -25px;
}

.table td {
  padding: 5px 25px 5px 10px;
  font-size: 22px;
}

.table thead {
  font-weight: 700;
}

.table tbody tr:nth-child(2n+1) {
  background: #F4F4F4;
}

.item_grey_9 .description_word_bottom {
  width: 252px;
  left: -555px;
  display: block;
  top: 55px;
}

.item_grey_10 .description_word:nth-child(1) .description_word_bottom {
  left: -110px;
}

.item_grey_10 .description_word:nth-child(2) .description_word_bottom {
  width: 632%;
}

.outter p {
  margin-bottom: 12px;
}

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

.pl-0 {
  padding-left: 0;
}

.bg-grey {
  background: #FAFAFA;
  color: #000;
}

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

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

.w-170 {
  min-width: 170px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mw-50 {
  min-width: 48%;
}

.p-15 {
  padding: 15px;
}

p.lh-big {
  line-height: 70.89px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb13 {
  margin-bottom: 13px;
}

.section_decription o:empty {
  vertical-align: bottom;
}

.section_decription o {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 17px;
  text-decoration: none;
  padding-bottom: 2px;
}

.section_decription o::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid black;
  position: absolute;
  bottom: 0;
  min-height: 2px;
}

.block_item_absolute .box_item {
  font-size: 36px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #EE1313;
  width: fit-content;
}

.block_item_absolute {
  height: 625px;
}

.font-weight-set {
  font-weight: var(--f-weight);
}

.p-0 {
  padding: 0;
}

.m-b {
  margin-bottom: var(--m-b);
}

.custom-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 19px 22px;
  width: 100%;
  max-width: 70%;
  height: 100%;
}

.custom-box > p:not(.red) {
  word-spacing: 40px !important;
}

.important-1, .important-t, .important-arrow {
  position: relative;
}

.important-1::after {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  bottom: var(--bottom, 0);
  background: #EE1313;
}

.important-t::after {
  content: var(--text, "");
  position: absolute;
  left: var(--left, 0);
  bottom: var(--bottom, 0);
  color: #EE1313;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  word-spacing: 0;
}

.mb-set {
  margin-bottom: var(--mb, 0) !important;
}

.ws-for-after::after {
  word-spacing: var(--ws);
}

.custom-box-two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c_left, .c_right {
  display: flex;
  flex-direction: column;
  width: 47%;
}

.c_left .custom-box, .c_right .custom-box {
  max-width: 100%;
}

.important-arrow::after {
  content: "";
  position: absolute;
  left: var(--left, 0);
  bottom: var(--bottom, 0);
  width: 137.3px;
  height: 100%;
  background: url("../img/i-arrow.svg") no-repeat;
}

.set-font-after::after {
  font-size: var(--fa-size);
  font-weight: var(--fa-weight);
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto 53px;
}

.custom-container .custom-box {
  max-width: 80%;
}

.important-rect {
  padding: var(--padding);
  border-radius: 12px;
  border: 1px solid #EE1313;
}

.custom-box-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: calc(70% + 86px);
  margin-left: 43px;
  padding: 0 46px;
}

.custom-box-2 p {
  word-spacing: 15px !important;
}


.img-bottom img {
  padding: 10px 0;
}

.p-0 {
  padding: 0;
}

.form-group {
  margin: 7px 0;
}

.form-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.form-group .form-error {
  color: red;
  font-size: 14px;
  margin: 3px 5px;
  font-weight: 500;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 7px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

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

.modal .wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  max-width: 550px;
  width: 100%;
}

.modal .wrapper .close {
  position: absolute;
  right: -7px;
  top: -7px;
  background: #ee1313;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal .wrapper .title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0;
}

.modal .form-control {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 15px;
  width: 100%;
}

.modal [type=submit] {
  margin: 15px auto;
  display: block;
}

#authorization .bottom {
  font-size: 14px;
}

#authorization .bottom > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 5px 0;
}

#authorization .bottom .btn {
  padding: 5px 10px;
  font-size: 14px;
  min-width: auto;
}

.profile-page .username-title {
  font-weight: 600;
  font-size: 30px;
  margin: 25px 0;
}

.profile-page .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.profile-page .btn-logout {
  font-weight: 600;
  font-size: 18px;
}

.profile-page .tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-page .tabs .item {
  background: #000000;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 3px solid #000000;
  cursor: pointer;
}

.profile-page .tabs .item:hover {
  border-color: #ee1313;
}

.profile-page .tabs .item.active {
  background: #ee1313;
  border-color: #ee1313;
}

.profile-page .form-group {
  margin: 7px 0;
}

.profile-page .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}

.profile-page .form-control {
  padding: 5px 10px;
  border: 1px solid #acacac;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.profile-page .form-control:hover {
  border-color: #000000;
}

.profile-page .form-control:focus {
  border-color: #ee1313;
}

.profile-edit-block {
  display: flex;
  gap: 20px;
}

/*------------------------------Кабинет---------------------------*/
.lk-student,
.lk-teacher {
  background: #fff;
}

.lk-student__body,
.lk-teacher__body {
  padding: 30px 0 122px;
  position: relative;
}

.lk-student__info,
.lk-teacher__info {
  display: flex;
  justify-content: space-between;
}

.lk-student__details .mob-menu-themes,
.lk-teacher__details .mob-menu-themes {
  display: none;
}

.lk-student__details .mob-menu-themes p,
.lk-teacher__details .mob-menu-themes p {
  color: rgb(143, 143, 143);
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 400;
  line-height: 134.8%;
  margin-bottom: 4px;
}

.lk-student__details .mob-menu-icon,
.lk-teacher__details .mob-menu-icon {
  display: none;
}

.lk-student__progressbar,
.lk-teacher__progressbar {
  flex: 0 0 400px;
  width: 400px;
  display: none;
}

.lk-student__progressbar.visible,
.lk-teacher__progressbar.visible {
  display: block;
  animation: appeared 0.5s ease 0s forwards;
}

.lk-student__progressbar p,
.lk-teacher__progressbar p {
  color: rgb(143, 143, 143);
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 400;
  line-height: 134.8%;
  margin-bottom: 4px;
}

.lk-student__track,
.lk-teacher__track {
  width: 100%;
  height: 20px;
  border-radius: 27px;
  background: rgb(238, 19, 19);
  position: relative;
}

.lk-student__value,
.lk-teacher__value {
  border-radius: 27px;
  background: rgb(36, 190, 33);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  height: 100%;
}

.lk-student__exit,
.lk-teacher__exit {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 134.8%;
  background: none;
  margin-top: 37px;
  margin-left: auto;
}

.lk-student__exit:hover,
.lk-teacher__exit:hover {
  text-decoration: underline;
}

.lk-student__name,
.lk-teacher__name {
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 600;
  line-height: 134.8%;
  margin-bottom: 30px;
}

.lk-student__tariff,
.lk-teacher__tariff {
  font-family: Gilroy;
  font-size: 20px;
  color: rgb(143, 143, 143);
  font-weight: 400;
  line-height: 134.8%;
  margin-bottom: 23px;
}

.lk-student__tariff span,
.lk-teacher__tariff span {
  color: #000;
  font-weight: 600;
}

.lk-student__tabs,
.lk-teacher__tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.lk-student__tab,
.lk-teacher__tab {
  padding: 8px 24px;
  border-radius: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
}

.lk-student__tab:active,
.lk-teacher__tab:active {
  transform: scale(0.9);
}

.lk-student__tab.active,
.lk-teacher__tab.active {
  background-color: rgb(238, 19, 19);
}

.lk-student__content,
.lk-teacher__content {
  display: none;
}

.lk-student__content.closed,
.lk-teacher__content.closed {
  display: none;
}

.lk-student__content.opened,
.lk-teacher__content.opened {
  display: block;
  animation: appeared 0.5s ease 0s forwards;
}

.student__profile-photo {
  width: 100px;
  text-align: center;
  margin-bottom: 18px;
}

.student__profile-photo img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.student__profile-photo button {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: Gilroy;
  font-weight: 400;
  line-height: 140.63%;
  letter-spacing: 1%;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.student__profile-photo button:hover {
  color: rgb(238, 19, 19);
}

.student__profile-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto;
  max-width: 450px;
}

.student__profile-form button[type=submit] {
  align-self: flex-start;
  width: auto;
  border: 0.5px dashed rgb(206, 49, 60);
  border-radius: 12px;
  background-color: rgb(206, 49, 60);
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  line-height: 139%;
  padding: 4px 8px;
}

.student__profile-form button[type=submit]:hover {
  opacity: 0.85;
}

.student__profile-form-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.student__profile-form-item input {
  width: 100%;
  border: 1px solid rgba(41, 41, 41, 0.2);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 140.63%;
  letter-spacing: 1%;
  padding: 8px;
  transition: all 0.3s ease 0s;
}

.student__profile-form-item input::-moz-placeholder {
  color: #000;
}

.student__profile-form-item input::placeholder {
  color: #000;
}

.student__profile-form-item input:is(:focus, :focus-visible) {
  border-color: rgb(206, 49, 60);
}

@keyframes appeared {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transform-origin: left;
  }
  100% {
    opacity: 1;
    transform-origin: left;
    transform: scale(1);
  }
}
.homework {
  display: flex;
  align-items: flex-start;
}

.homework__aside {
  flex: 0 0 358px;
  width: 358px;
}

.homework__aside ul {
  list-style-type: none;
}

.homework__theme.active .homework__submenu {
  display: block;
}

.homework__theme.active .homework__theme-link {
  background-color: rgb(243, 243, 243);
  color: #4478c6;
}

.homework__theme.current .homework__theme-link::after {
  background: url(../../images/clock.svg) center/12px 12px no-repeat;
}

.homework__theme.blocked .homework__theme-link:after {
  background: url(../../images/block.svg) center/12px 12px no-repeat;
}

.homework__theme.completed .homework__theme-link {
  color: #72dc83;
}

.homework__theme.completed .homework__theme-link::after {
  background: url(../../images/check.svg) center/12px 12px no-repeat;
}

.homework__theme-link {
  display: block;
  color: rgb(180, 180, 180);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 132.2%;
  padding: 12px 0 12px 5px;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-left: 20px;
  cursor: pointer;
}

.homework__theme-link::after {
  content: "";
  position: absolute;
  top: 17px;
  left: -18px;
  width: 12px;
  height: 12px;
  background: url(../../images/clock.svg) center/9px 12px no-repeat;
}

.homework__theme-link:hover {
  background-color: #f3f3f3;
}

.homework__submenu {
  display: none;
  padding: 16px 0 16px 40px;
}

.homework__submenu li {
  padding: 0;
}

.homework__link {
  display: block;
  color: rgb(149, 149, 149);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 134.8%;
  padding: 12px 0 12px 20px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.homework__link.completed {
  color: #72dc83;
}

.homework__link.fault {
  color: #dc7272;
}

.homework__link.active {
  background: #f3f3f3;
}

.homework__link::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 15px;
  width: 16px;
  height: 16px;
}

.homework__link.completed::before {
  background: url(../../images/check.svg) center/12px 12px no-repeat;
}

.homework__link.blocked::before {
  background: url(../../images/block.svg) center/12px 12px no-repeat;
}

.homework__link.not-checked {
  color: #ed0000;
}

.homework__link:hover:not(.blocked) {
  color: #4478c6;
}

.homework__content {
  flex: 1;
  padding-top: 6px;
}

.homework__content .item .main {
  border-radius: 0 6px 6px 6px;
  background: rgb(243, 243, 243);
  padding: 30px 50px 30px 60px;
  margin-bottom: 60px;
  display: none;
}

.homework__content .item .main.active {
  display: block;
}

.homework__content .item .main .title {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 400;
  line-height: 134.8%;
  margin-bottom: 30px;
}

.homework__main-video {
  position: relative;
  padding-bottom: 44%;
  margin-bottom: 20px;
}

.homework__main-video video,
.homework__main-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.homework__main-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 63px;
  border: 3px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.homework__main-video .play-button img {
  position: static;
  border-radius: 0;
  width: 35px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  transform: translateX(3px);
}

.homework__main-video .play-button:hover {
  background-color: #ed0000;
}

.homework__main-link {
  display: block;
  color: rgb(68, 120, 198);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 132.2%;
  text-align: right;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.homework__main-link:hover {
  color: #000;
  text-decoration: underline;
}

.homework__tests, .homework__content .item .list > * {
  padding: 23px 28px;
  border-radius: 0 6px 6px;
  background: rgb(243, 243, 243);
  margin-bottom: 30px;
}

.homework__tests-title {
  color: rgb(68, 120, 198);
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 400;
  line-height: 134.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.homework__tests-title p {
  font-size: 24px;
}

.homework__item-checked {
  color: rgb(75, 167, 73);
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  line-height: 134.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homework__item-checked img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homework__test {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 55px;
}
.homework__test-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.homework__test-blockWrapper {
  background: #dfdfdf;
  margin-bottom: 20px;
  padding: 20px;
}
.homework__test-blockWrapper .track > * {
  height: fit-content;
}
.homework__test-blockWrapper .blockSlider-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homework__test--form .next-test,
.homework__test--form .prev-test {
  opacity: 1;
  visibility: visible;
  background: black;
  color: white;
  /* width: 30px; */
  /* height: 30px; */
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: absolute;
  left: calc(-100% + 50px);
  bottom: 0;
  justify-content: space-between;
  gap: 15px;
}
.homework__test--form .next-test svg,
.homework__test--form .prev-test svg {
  width: 100%;
  height: 100%;
}
.homework__test--form .next-test.hide,
.homework__test--form .prev-test.hide {
  opacity: 0.5;
}
.homework__test--form .next-test:hover,
.homework__test--form .prev-test:hover {
  background: rgb(238, 19, 19);
}
.homework__test--form .prev-test {
  transform: rotate(180deg);
}
.homework__test:first-child .next-test, .homework__test.active .next-test,
.homework__test .next-test.hidden,
.homework__test .prev-test.hidden {
  opacity: 0;
  visibility: hidden;
}

form.homework__test--form.user-tutor .homework__test-icon {
  cursor: pointer;
}

form.homework__test--form.user-tutor .homework__test-icon:hover {
  transition: all 0.3s ease;
  background: rgb(238, 19, 19);
  opacity: 0.7;
}

.homework__test-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 400;
  line-height: 134.8%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.homework__test.active .homework__test-icon {
  background: #ee1313;
}

.homework__test-value {
  width: 100%;
  padding-top: 10px;
}

.homework__test-question {
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 600;
  line-height: 149.3%;
  margin-bottom: 12px;
  width: 100%;
}

.homework__test-question p {
  /*border-radius: 32px;*/
  /*background: rgb(255, 255, 255);*/
  /*padding: 12px 56px;*/
  /*margin: 14px 0 20px;*/
  font-size: unset;
  margin: auto;
}

.homework__test-answer input {
  width: 100%;
  padding: 12px 17px;
  height: 100%;
  color: rgb(68, 120, 198);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 149.3%;
  border-radius: 16px;
  background: rgb(250, 250, 250);
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}

.homework__test-answer input:focus {
  border-color: rgb(68, 120, 198);
}

.homework__test-comments {
  border-top: 1px solid #b2b2b2;
  padding-top: 15px;
}

.homework__test-comments-title {
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 600;
  line-height: 134.8%;
  margin-bottom: 10px;
}

.homework__test-comments-list {
  padding-left: 20px;
}

.homework__test-comments-list li {
  list-style-type: decimal;
  color: rgb(68, 120, 198);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 149.3%;
}

.homework__test-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.homework__test-links .test-title {
  width: 100%;
  color: rgb(68, 120, 198);
  font-size: 24px;
  font-weight: 400;
}

.homework__test-links.test {
  justify-content: space-between;
}

.homework__test-links.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.homework__test-send, .homework__test-reset {
  padding: 12px;
  background: #000;
  color: #fff;
  border-radius: 33px;
  background: rgb(34, 33, 33);
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 134.8%;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
}

.homework__test-send:hover, .homework__test-reset:hover {
  border: 2px solid #ee1313;
}

.homework__test-cancel {
  color: rgb(34, 33, 33);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 134.8%;
  text-decoration-line: underline;
  transition: all 0.3s ease 0s;
  background: transparent;
}

.homework__test-cancel:hover {
  color: #ee1313;
}

.homework__subtitle {
  color: rgb(68, 120, 198);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 134.8%;
}

.homework__test-radios {
  padding-left: 56px;
  display: flex;
  gap: 100px;
  margin-bottom: 30px;
}

.homework__test-radio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homework__test-radio-item label {
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 134.8%;
  margin-bottom: 14px;
  cursor: pointer;
}

.homework__test-radio-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #bababa;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.homework__test-radio-item input[type=radio]::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

.homework__test-radio-item input[type=radio]:checked::after {
  opacity: 1;
}

.homework__test-radio-item .radio-label {
  display: flex;
  align-items: center;
}

.homework__test-radio-item .radio-label span {
  margin-left: 8px;
}

.homework .black-link {
  display: block;
  border-radius: 33px;
  background: rgb(34, 33, 33);
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  line-height: 134.8%;
  text-align: right;
  margin-left: auto;
  border: 2px solid transparent;
  max-width: 196px;
  transition: all 0.3s ease 0s;
}

.homework .black-link:hover {
  border: 2px solid #ee1313;
}

.homework__test-summ {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 134.8%;
  padding-left: 56px;
}

.homework__test-summ p:first-child {
  color: #09bd3b;
}

.homework__test-summ p:last-child {
  color: #ee1313;
}

form.homework__test--form.type-text .homework__test-icon-block {
  display: none;
}

form.homework__test--form.type-text .homework__test-value {
  display: flex;
  align-items: center;
}

form.homework__test--form.type-text .answer_text input {
  min-width: 180px;
}

/*------------------------------ЛК учителя---------------------------*/
.teacher__profile-photo {
  width: 100px;
  text-align: center;
  margin-bottom: 18px;
}

.teacher__profile-photo img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.teacher__profile-photo button {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: Gilroy;
  font-weight: 400;
  line-height: 140.63%;
  letter-spacing: 1%;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.teacher__profile-photo button:hover {
  color: rgb(238, 19, 19);
}

.teacher__profile-form {
  max-width: 810px;
}

.teacher__profile-form button[type=submit] {
  align-self: flex-start;
  width: auto;
  border: 0.5px dashed rgb(206, 49, 60);
  border-radius: 12px;
  background-color: rgb(206, 49, 60);
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  line-height: 139%;
  padding: 4px 8px;
  margin-top: 36px;
}

.teacher__profile-form button[type=submit]:hover {
  opacity: 0.85;
}

.teacher__profile-form-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.teacher__profile-form-items .first-form-item {
  min-width: 337px;
}

.teacher__profile-form-item {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 443px;
}

.teacher__profile-form-item input,
.teacher__profile-form-item select {
  width: 100%;
  border: 1px solid rgba(41, 41, 41, 0.2);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 140.63%;
  letter-spacing: 1%;
  padding: 8px;
  transition: all 0.3s ease 0s;
}

.teacher__profile-form-item select option[disabled] {
  display: none;
}

.teacher__profile-form-item input::-moz-placeholder {
  color: #000;
}

.teacher__profile-form-item input::placeholder {
  color: #000;
}

.teacher__profile-form-item input:is(:focus, :focus-visible) {
  border-color: rgb(206, 49, 60);
}

.teacher__homework {
  padding: 30px 0;
}

.teacher__homework .homework__test {
  max-width: 950px;
}

.teacher__homework .homework__tests-title {
  justify-content: flex-start;
  gap: 32px;
}

.teacher__homework .homework__tests-title p:first-child {
  font-weight: 600;
}

.teacher__homework .homework__test-comments textarea {
  border-radius: 16px;
  background: rgb(250, 250, 250);
  padding: 14px 28px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  max-width: 950px;
  resize: none;
  min-height: 116px;
  border: 1px solid transparent;
}

.teacher__homework .homework__test-comments textarea::-moz-placeholder {
  font-weight: 400;
}

.teacher__homework .homework__test-comments textarea::placeholder {
  font-weight: 400;
}

.teacher__homework .homework__test-comments textarea:focus {
  border: 1px solid rgb(68, 120, 198);
}

.teacher__homework .homework__test-buttons {
  display: flex;
  gap: 40px;
}

.teacher__homework .homework__test-buttons div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 27px;
  max-width: 323px;
}

.teacher__homework .homework__test-buttons button {
  color: rgb(255, 255, 255);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 134.8%;
  white-space: nowrap;
}

.teacher__homework .homework__test-buttons .homework__test-success {
  border-radius: 33px;
  background-color: rgb(52, 163, 50);
  min-width: 144px;
  transition: all 0.3s ease 0s;
  padding: 12px;
}

.teacher__homework .homework__test-buttons .homework__test-success:hover {
  background-color: rgb(14, 188, 11);
}

.teacher__homework .homework__test-buttons .homework__test-not-success {
  border-radius: 33px;
  background-color: rgb(231, 128, 128);
  padding: 12px;
  min-width: 144px;
  transition: all 0.3s ease 0s;
}

.teacher__homework .homework__test-buttons .homework__test-not-success:hover {
  background-color: #ed0000;
}

.teacher__homework .homework__test-buttons .homework__test-cancel {
  color: rgb(34, 33, 33);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 134.8%;
  text-decoration-line: underline;
  background: none;
  padding: 12px;
  min-width: 144px;
  transition: all 0.3s ease 0s;
}

.teacher__homework .homework__test-buttons .homework__test-cancel:hover {
  color: #ed0000;
}

.teacher__homework-search input {
  display: block;
  width: 328px;
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  line-height: 132.2%;
  background: rgb(243, 243, 243);
  padding: 6px 20px;
  margin-bottom: 11px;
}

.teacher__homework-search input::-moz-placeholder {
  color: rgb(154, 154, 154);
}

.teacher__homework-search input::placeholder {
  color: rgb(154, 154, 154);
}

.teacher__homework-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.teacher__homework-item.active .teacher__homework-content {
  display: block;
}

.teacher__homework-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(243, 243, 243);
  padding: 12px 20px;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: rgb(0, 0, 0);
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  line-height: 132.2%;
}

.teacher__homework-title.active {
  background-color: #858585;
  color: #fff;
}

.teacher__homework-title.active .teacher__homework-arrow {
  transform: rotate(90deg);
  color: #fff;
}

.teacher__homework-title:hover:not(.active) {
  background-color: #ddd;
}

.teacher__homework-name {
  flex: 0 1 300px;
}

.teacher__homework-status {
  flex: 1;
}

.teacher__homework-arrow {
  transition: all 0.3s ease 0s;
  color: rgb(224, 50, 38);
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.teacher__homework-content {
  display: none;
}

.teacher__tests-list {
  padding: 12px 20px;
}

.teacher__tests-list .homework__test-buttons {
  margin-bottom: 10px;
}

.teacher__test-block {
  background: #cfcfcf;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}
.teacher__test-block .btn-remove-block {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.teacher__test-block .btn-add-block {
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.teacher__test-block.add-new {
  overflow: hidden;
}
.teacher__test-block.add-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  z-index: 1;
  border-radius: 10px;
}
.teacher__test-block.add-new .btn-remove-block {
  display: none;
}

.teacher__test-select {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 7px;
}
.teacher__test-select.add-new .form-check {
  display: none;
}

.homework__content .item,
.homework__content .item .list > * {
  display: none;
}

.homework__content .item.active,
.homework__content .item .list > *.active {
  display: block;
}

.homework__content .item .list > * .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.homework__content .item .list > * .answers > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.answer_radio, .answer_radio input, .answer_radio label {
  transition: all 0.1s ease;
}

.answer_radio.false {
  filter: drop-shadow(0px 0px 5px red);
}
.answer_radio.false label {
  filter: drop-shadow(0px 0px 5px red);
  font-weight: 900;
  font-size: 20px;
}
.answer_radio.true {
  filter: drop-shadow(0px 0px 5px #62dd25);
}
.answer_radio.true label {
  filter: drop-shadow(0px 0px 5px #62dd25);
  font-weight: 900;
  font-size: 20px;
}

.answer_text input {
  padding: 15px 20px;
  border: 1px solid;
  border-radius: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.answer_text .text {
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}
.answer_text.success input {
  border-color: #62dd25;
}
.answer_text.success .text {
  color: #62dd25;
}
.answer_text.error input {
  border-color: red;
}
.answer_text.error .text {
  color: red;
}

@media (min-width: 571px) {
  .student__profile-form-item:nth-child(2),
  .student__profile-form-item:nth-child(3),
  .student__profile-form-item:nth-child(4) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1000px) {
  .lk-student__tab:hover:not(.active),
  .lk-teacher__tab:hover:not(.active) {
    border: 2px solid rgb(238, 19, 19);
  }
}
@media (max-width: 1050px) {
  .teacher__homework .homework__test-buttons br {
    display: none;
  }
  .teacher__homework .homework__test-buttons div {
    max-width: unset;
    flex: 1;
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .lk-student__info,
  .lk-teacher__info {
    flex-direction: column;
    gap: 20px;
  }
  .lk-student__details .mob-menu-themes,
  .lk-teacher__details .mob-menu-themes {
    display: none;
  }
  .lk-student__details .mob-menu-themes.visible,
  .lk-teacher__details .mob-menu-themes.visible {
    display: block;
    animation: appeared 0.5s ease 0s forwards;
  }
  .lk-student__details,
  .lk-teacher__details {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
  .lk-student__details .mob-menu-icon,
  .lk-teacher__details .mob-menu-icon {
    display: block;
    width: 35px;
    height: 20px;
    position: relative;
  }
  .lk-student__details .mob-menu-icon::before,
  .lk-student__details .mob-menu-icon::after,
  .lk-teacher__details .mob-menu-icon::before,
  .lk-teacher__details .mob-menu-icon::after {
    content: "";
  }
  .lk-student__details .mob-menu-icon::before,
  .lk-student__details .mob-menu-icon::after,
  .lk-student__details .mob-menu-icon span,
  .lk-teacher__details .mob-menu-icon::before,
  .lk-teacher__details .mob-menu-icon::after,
  .lk-teacher__details .mob-menu-icon span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .lk-student__details .mob-menu-icon::before,
  .lk-teacher__details .mob-menu-icon::before {
    top: 0;
  }
  .lk-student__details .mob-menu-icon::after,
  .lk-teacher__details .mob-menu-icon::after {
    bottom: 0;
  }
  .lk-student__details .mob-menu-icon span,
  .lk-teacher__details .mob-menu-icon span {
    top: 9px;
  }
  .lk-student__details .mob-menu-icon.active::before,
  .lk-teacher__details .mob-menu-icon.active::before {
    transform: rotate(45deg) scale(0.8);
    top: 9px;
  }
  .lk-student__details .mob-menu-icon.active::after,
  .lk-teacher__details .mob-menu-icon.active::after {
    transform: rotate(-45deg) scale(0.8);
    bottom: 8px;
  }
  .lk-student__details .mob-menu-icon.active span,
  .lk-teacher__details .mob-menu-icon.active span {
    transform: scale(0);
  }
  .lk-student__exit,
  .lk-teacher__exit {
    position: absolute;
    top: 2px;
    right: 16px;
  }
  .homework__aside {
    position: fixed;
    top: 8px;
    left: 0;
    transform: translateX(-105%);
    transition: all 0.3s linear 0s;
    background: #fff;
    border: 1px solid #b2b2b2;
    padding: 15px;
    z-index: 999;
    width: min(100%, 350px);
    border-radius: 6px;
  }
  .homework__aside.opened {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .homework__main {
    padding: 20px 16px;
    border-radius: 6px;
    margin-bottom: 30px;
  }
  .lk-teacher__name {
    max-width: 80%;
  }
  .teacher__profile-form-item {
    width: 100%;
    gap: 20px;
  }
  .teacher__profile-form-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .teacher__homework .homework__test-buttons {
    flex-direction: column;
    gap: 20px;
  }
  .teacher__homework .homework__test-buttons div {
    justify-content: center;
  }
  .lk-student__body,
  .lk-teacher__body {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .teacher__homework-name {
    flex: 1;
    font-size: 16px;
  }
  .teacher__homework-status {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .lk-student__tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .lk-student__info,
  .lk-teacher__info {
    gap: 0;
  }
  .lk-student__details .mob-menu-themes p,
  .lk-teacher__details .mob-menu-themes p {
    font-size: 14px;
  }
  .lk-student__progressbar p,
  .lk-teacher__progressbar p {
    font-size: 14px;
  }
  .lk-student__progressbar,
  .lk-teacher__progressbar {
    flex: 1;
    width: auto;
  }
  .lk-student__exit,
  .lk-teacher__exit {
    font-size: 16px;
  }
  .lk-student__name,
  .lk-teacher__name {
    font-size: 26px;
  }
  .lk-student__tab,
  .lk-teacher__tab {
    font-size: 16px;
    padding: 8px;
  }
  .homework__content {
    padding-top: 25px;
  }
  .homework__tests {
    padding: 20px 16px;
  }
  .homework__tests-title {
    margin-bottom: 25px;
  }
  .homework__test-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .homework__test-value {
    padding-top: 0;
  }
  .homework__test-question {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .homework__test-question p {
    padding-left: 16px;
  }
  .homework__test-question span {
    padding-left: 0;
  }
  .homework__test-answer input {
    font-size: 14px;
    padding: 8px;
    border-radius: 12px;
  }
  .homework__test-comments-list {
    margin-bottom: 16px;
  }
  .homework__test-links {
    justify-content: space-between;
  }
  .homework__test-radios {
    padding-left: 0;
  }
  .homework__test-radio-item label {
    margin-bottom: 0;
  }
  .homework .black-link {
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .teacher__homework .homework__test-buttons .homework__test-cancel {
    min-width: 100px;
  }
  .teacher__homework .homework__test-buttons .homework__test-not-success {
    min-width: 100px;
  }
  .teacher__homework .homework__test-buttons .homework__test-success {
    min-width: 100px;
  }
}
@media (max-width: 432px) {
  .teacher__homework-status {
    flex: 0;
    white-space: nowrap;
  }
}

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