@charset "UTF-8";
@font-face {
  font-family: Gilroy-Black;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Black.ttf) format("truetype");
  font-weight: 900;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Black-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-display: optional;
  font-style: italic;
}
@font-face {
  font-family: Gilroy-Extra-Bold;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Extrabold.ttf) format("truetype");
  font-weight: 800;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Extra-Bold-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-ExtraboldItalic.ttf) format("truetype");
  font-weight: 800;
  font-display: optional;
  font-style: italic;
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: Gilroy-Bold-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-display: optional;
  font-style: italic;
}
@font-face {
  font-family: Gilroy-Regular;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Gilroy-Regular-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Heavy;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Heavy-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Light;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Light-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Gilroy-Medium-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Semibold;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Gilroy-Semibold-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-SemiboldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Thin;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-Thin-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-UltraLight;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-UltraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Gilroy-UltraLight-Italic;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Gilroy-UltraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: Pribambas;
  src: url(https://brainring.fra1.digitaloceanspaces.com/public/fonts/Pribambas-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes bt {
  0% {
    opacity: 0.1;
    transform: translate(-50%, 0);
  }
  16% {
    opacity: 0.7;
    transform: translate(35%, 0);
  }
  22% {
    opacity: 0.35;
    transform: translate(55%, 0);
  }
  40% {
    transform: translate(120%, 0);
  }
  100% {
    opacity: 0.35;
    transform: translate(120%, 0);
  }
}
@keyframes bt {
  0% {
    opacity: 0.1;
    transform: translate(-50%, 0);
  }
  16% {
    opacity: 0.7;
    transform: translate(35%, 0);
  }
  22% {
    opacity: 0.35;
    transform: translate(55%, 0);
  }
  40% {
    transform: translate(120%, 0);
  }
  100% {
    opacity: 0.35;
    transform: translate(120%, 0);
  }
}
@-webkit-keyframes ping-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(144, 0, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes ping-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(144, 0, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.loader {
  background: url("https://brainring.fra1.digitaloceanspaces.com/public/images/icons/loading.gif") no-repeat bottom;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 9999;
  display: none;
}

.spinner {
  top: -1px !important;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #039aff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@media screen and (max-width: 900px) {
  .spinner {
    top: 3px !important;
  }
}

.bg-cloud {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 170px;
}

.bg-cloud-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-cloud-1 img {
  top: 17px;
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  left: -20%;
}

.bg-cloud-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-cloud-2 img {
  top: 17px;
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  right: 25px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
}

html {
  min-height: 100vh;
  min-width: 320px;
}

body {
  min-width: 1170px;
  min-height: 100vh;
  position: relative;
  font-size: 1rem;
  line-height: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  background: linear-gradient(0deg, #c7fff9 31%, #59b4ff 100%);
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
body.night {
  background: linear-gradient(0deg, #70d5ff 31%, #003c6e 100%) !important;
}
body::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(https://brainring.fra1.digitaloceanspaces.com/public/images/background/bg_canyon.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1170px) {
  body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: underline;
  color: #005980;
}
a:active {
  color: #000;
}
a:focus {
  color: #000;
}
a:hover {
  color: #000;
}

table {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table tbody {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table tfoot {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table tfoot tr tf {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table thead {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table tr {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
table tr th {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

tr td {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

h1 {
  font-size: 1.4rem;
  margin: 0;
}

h2 {
  font-size: 1.2rem;
  margin: 0;
}

h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

button {
  font-size: 16px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #fff;
  background-color: #feaa3a;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border: none;
  border-radius: 16px;
  text-decoration: none;
}

body.lock {
  overflow: hidden;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  height: 46px;
  padding: 15px;
  line-height: 1.4em;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 10px;
  list-style-type: none !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.breadcrumb span {
  font-size: 14px;
}
.breadcrumb .breadcrumb-item {
  display: contents;
}

.breadcrumb li:not(:last-child)::after {
  content: " → ";
  margin-left: 0.2rem;
  margin-right: 0.45rem;
  opacity: 0.4;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
  min-height: 100%;
  padding: 15px;
  z-index: 999;
}

.wrapper-content {
  max-width: 845px;
  float: right;
}

.content-background {
  position: relative;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.content {
  padding: 10px 16px 30px;
  width: 100%;
  min-height: inherit;
  border-radius: 15px;
}
.content .old {
  color: #777 !important;
}
.content .old p {
  color: #777 !important;
}
.content .content__section-name-important {
  min-height: 46px;
  background-color: #feaa3a;
  border-radius: 15px;
  padding: 1px 0 0 15px;
  margin: 0 -5px;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.content .content__section-name-important::before {
  content: url(https://brainring.fra1.digitaloceanspaces.com/public/images/icons/icon_speaker.png);
  margin-right: 5px;
}
.content .content__section-name {
  min-height: 46px;
  background-color: #fffef6;
  border-radius: 15px;
  padding: 5px 8px;
  margin: 8px -5px;
  color: #005980;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border: 1px dashed #ccc;
  border-left: 4px solid var(--br-green);
}
.content .content__section-name::before {
  content: url(https://brainring.fra1.digitaloceanspaces.com/public/images/loudSpeaker-orangee.png);
  width: 35px;
  height: 35px;
  transform: scale(0.25);
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content img {
  max-width: 100%;
}
.content a {
  font-weight: 500;
  color: #0f8ef5;
}
.content a:hover {
  text-decoration: underline;
}
.content b, .content strong {
  font-weight: 600 !important;
}
.content i, .content em {
  font-weight: 400;
}
.content p, .content span, .content li, .content td {
  padding: 5px 0;
  line-height: 1.5;
  font-weight: 400;
}
.content ul {
  list-style-type: initial;
  margin-left: 2em;
  margin-bottom: 1.2em;
}
.content ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

label {
  position: relative;
  font-weight: 400;
  font-size: 15px !important;
  color: #000;
  cursor: pointer;
}
label span {
  font-size: 15px !important;
  padding: 0 !important;
}
label span.small {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 14px !important;
  color: #000;
}

input {
  display: block;
  height: 35px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #ccc;
  padding: 0 10px 0 10px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
input:focus {
  outline: 0;
  border: 2px solid #feaa3a;
  background-color: #ffffff;
}
input:disabled {
  color: #6d6d6d;
  cursor: default;
  background-color: #eee;
}
input[name=passcode] {
  font-size: 1.4em !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em;
}

textarea {
  min-width: 100%;
  min-height: 200px;
  border-radius: 15px;
  border: 2px solid #ccc;
  padding: 10px;
  resize: vertical;
}
textarea:focus {
  outline: 0;
  border: 2px solid #feaa3a;
  background-color: #ffffff;
}
textarea:disabled {
  color: #6d6d6d;
  cursor: default;
  background-color: #eee;
}

.select {
  position: relative;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("https://brainring.fra1.digitaloceanspaces.com/public/images/icons/arrow_down.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 3;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 34px 0 12px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 15px;
  line-height: 32px;
  color: #000;
}
.select select:focus {
  outline: none;
  border-color: #feaa3a;
  background-color: rgba(255, 255, 255, 0.8);
}
.select select:disabled {
  color: #555;
  cursor: not-allowed;
  background-color: #eee;
}

#vk_widget {
  width: 100%;
  display: flex;
  justify-content: center;
  /* centers widget inside container */
}

#autocomplete-results {
  width: 100%;
  left: -30px;
  top: 100%;
  position: absolute;
}
#autocomplete-results li {
  padding: 0 5px !important;
}
#autocomplete-results p {
  padding: 0 !important;
  margin-bottom: 2px;
  line-height: 1.3;
}
#autocomplete-results strong {
  font-weight: 500 !important;
}

.autocomplete-search-btn, .input-close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 7px;
  right: 7px;
  background-size: 100% 100%;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Outlined' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Fill'%3E%3Cpath fill='%234a5568' d='M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z'/%3E%3Cpolygon fill='%234a5568' points='19.54 11.05 16 14.59 12.46 11.05 11.05 12.46 14.59 16 11.05 19.54 12.46 20.95 16 17.41 19.54 20.95 20.95 19.54 17.41 16 20.95 12.46 19.54 11.05'/%3E%3C/g%3E%3C/svg%3E");
}

.input-close-btn {
  display: none;
  margin-top: 0;
}

@-moz-document url-prefix() {
  select {
    line-height: 30px;
  }

  input {
    padding: 0 10px 0 10px;
  }
}
input.custom_input_check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-left: 16px;
  height: 0;
  border: none !important;
  background: rgba(0, 0, 0, 0);
}
input.custom_input_check:checked + span.custom_input_check__box {
  padding: 0 !important;
  border: 5px solid #fff;
  background: #00a8ff;
}
input.custom_input_check:checked + .custom_input_check__box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  min-width: 14px;
  min-height: 14px;
  border: 2px solid #feaa3a;
  border-radius: 50%;
}
input.custom_input_check:focus {
  border: none;
}
input.custom_input_check:disabled + .custom_input_check__box {
  background: #ccc;
  width: 18px;
  height: 18px;
}
input.custom_input_check:disabled + .custom_input_check__box::before {
  display: none;
}

span.custom_input_check__box {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  background: rgba(139, 214, 253, 0.25);
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  border: 2px solid #777;
}

.error {
  outline: 0;
  border: 2px solid #ff0000 !important;
}

.alert {
  font-size: 15px;
  border: 2px solid #f00;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 8px 10px !important;
  border-radius: 10px;
}

.alert-warning {
  font-size: 15px;
  border: 2px solid #feaa3a;
  background-color: rgba(254, 170, 59, 0.2);
  padding: 8px 10px !important;
  border-radius: 10px;
}

.alert-success {
  font-size: 15px;
  border: 2px solid #63a82d;
  background-color: rgba(99, 168, 45, 0.2);
  padding: 8px 10px !important;
  border-radius: 10px;
}

.alert-info {
  font-size: 15px;
  border: 2px solid #34c5f3;
  background-color: rgba(52, 197, 243, 0.15);
  padding: 8px 10px !important;
  border-radius: 10px;
}

.display-none {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.background-layer {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-children {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.bg-layer__1 {
  position: absolute;
  right: 10px;
  bottom: 45px;
}

.bg-layer__2 {
  position: absolute;
  left: 10px;
  bottom: 30px;
}

.bg-grass {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bg-grass img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.logo {
  min-width: 150px;
  max-width: 150px;
}
.logo img {
  width: 100%;
}

.header {
  max-width: 1170px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  margin-left: -15px;
  max-width: 1170px;
  transition: top 0.3s ease;
  background-color: #fff;
  /* Ensure background is not transparent */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Optional */
}

.header__burger {
  position: relative;
  display: none;
}

footer {
  width: 100%;
  display: inline-block;
}

.footer, .copyright {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.header__list, .footer__list {
  display: flex;
  align-items: center;
}

.footer__list {
  border-top: 1px dotted #b7b7b7;
}

.footer__item {
  margin: 0.25em 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-right: 1px dotted #b7b7b7 !important;
}

.header__menu {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__item, .footer__item {
  width: 100%;
  border-right: 1px dashed #0f8ef5;
}
.header__item:last-child, .header__item.last__item, .footer__item:last-child, .footer__item.last__item {
  border-right: none;
}
.header__item .active, .footer__item .active {
  color: black;
  text-decoration: underline;
}

.header__link, .footer__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 85px;
  padding-right: 15px;
  color: #005980;
  font-size: 15px;
  font-family: Gilroy-Medium, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .header__link, .footer__link {
    line-height: initial;
    white-space: normal;
  }
}
.header__link:hover, .footer__link:hover {
  text-decoration: underline;
}
.header__link div, .footer__link div {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
  background-color: #feaa3a;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.header__link img, .footer__link img {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__link svg, .footer__link svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__link,
.header__button {
  text-decoration: none;
}

.header__button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 165px;
  height: 67px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  background: linear-gradient(180deg, #ca0004 0, #990200 100%);
  box-shadow: 0px 0px 0px 4px rgba(192, 20, 20, 0.24);
  -o-box-shadow: 0px 0px 0px 4px rgba(192, 20, 20, 0.24);
  -moz-box-shadow: 0px 0px 0px 4px rgba(192, 20, 20, 0.24);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(192, 20, 20, 0.24);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: 700;
  /* ripple vars */
  --r-x: 50;
  /* px */
  --r-y: 50;
  /* px */
  /* click ripple (at cursor) — slightly more visible */
  /* optional subtle sheen on hover (no loop) */
}
@media (prefers-reduced-motion: no-preference) {
  .header__button {
    transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.22s, background 0.22s, color 0.22s;
  }
}
.header__button::before {
  content: "";
  position: absolute;
  left: calc(var(--r-x) * 1px);
  top: calc(var(--r-y) * 1px);
  transform: translate(-50%, -50%) scale(0);
  width: 28px;
  /* was 20px */
  height: 28px;
  /* was 20px */
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.42) 30%, rgba(255, 255, 255, 0) 62%);
  box-shadow: 0 0 10px rgba(255, 90, 90, 0.35);
  /* subtle warm glow */
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .header__button.is-rippling::before {
    -webkit-animation: header-btn-ripple 0.6s ease-out forwards;
            animation: header-btn-ripple 0.6s ease-out forwards;
  }
}
.header__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.18) 60%, transparent 75%);
  transform: translateX(-130%) skewX(-18deg);
  opacity: 0;
}
.header__button:hover::after {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .header__button:hover::after {
    -webkit-animation: header-btn-sheen 1.05s ease forwards;
            animation: header-btn-sheen 1.05s ease forwards;
  }
}
.header__button:hover {
  background: linear-gradient(180deg, #e61d1d 0%, #a81414 100%);
  color: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  .header__button:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25), 0 0 18px rgba(255, 80, 80, 0.35), inset 0 0 12px rgba(255, 160, 160, 0.22);
  }
}
.header__button:active {
  color: #fff;
  transform: scale(0.992);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 10px rgba(255, 80, 80, 0.35);
}
.header__button:focus {
  color: #fff;
  outline: none;
}
@media (prefers-reduced-motion: no-preference) {
  .header__button:focus {
    box-shadow: 0 0 0 3px rgba(255, 120, 120, 0.35), 0 8px 16px rgba(0, 0, 0, 0.18);
  }
}
@media (prefers-reduced-motion: no-preference) {
  @-webkit-keyframes header-btn-ripple {
    0% {
      opacity: 0.7;
      transform: translate(-50%, -50%) scale(0.15);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(18);
    }
  }
  @keyframes header-btn-ripple {
    0% {
      opacity: 0.7;
      transform: translate(-50%, -50%) scale(0.15);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(18);
    }
  }
  @-webkit-keyframes header-btn-sheen {
    to {
      transform: translateX(130%) skewX(-18deg);
      opacity: 0;
    }
  }
  @keyframes header-btn-sheen {
    to {
      transform: translateX(130%) skewX(-18deg);
      opacity: 0;
    }
  }
}

.animated-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 35%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, 0);
  -webkit-animation: bt 4s 3s linear 1;
          animation: bt 4s 3s linear 1;
}

.header__link-orange div {
  background-color: #feaa3a;
}

.header__link-blue div {
  background-color: #33c5f3;
}

.header__link-pink div {
  background-color: #ff6263;
}

.header__link-green div {
  background-color: #62a82d;
}

.header__goblet-img {
  max-width: 25px;
  max-height: 25px;
}

.header__loudSpeaker-img {
  max-width: 40px;
  max-height: 40px;
}

.header-spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -16px !important;
  margin-left: -16px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 4px solid rgba(255, 255, 255, 0.25) !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  -webkit-animation: header-spin 0.6s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite !important;
          animation: header-spin 0.6s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite !important;
  box-sizing: border-box !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), inset 0 0 8px rgba(255, 255, 255, 0.1) !important;
}

@-webkit-keyframes header-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes header-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aside {
  float: left;
  width: 285px;
  min-width: 285px;
  margin-right: 10px;
}
.aside .aside__image {
  display: flex;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 58px;
  margin: 0 auto 15px;
}
.aside .aside__image span {
  position: absolute;
  top: 13px;
  font-family: Pribambas;
  font-size: 25px;
  color: #fff;
}
.aside .aside__dashed_student {
  margin: 10px 0;
  padding: 15px;
  border: 1px dashed #005980;
  border-radius: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.aside .aside__dashed_student .aside__welcome {
  color: #dc0e0f;
  margin-top: 7px;
  font-weight: 600;
}
.aside .aside__button_student {
  background-color: #dc0e0f;
  width: 100%;
  transition: all ease 0.3s;
}
.aside .aside__button_student:hover {
  background-color: #ac0b0c;
  cursor: pointer;
}
.aside .aside__dashed_teacher {
  margin: 10px 0;
  padding: 5px;
  border: 1px dashed #005980;
  border-radius: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.aside .aside__dashed_teacher .aside__welcome {
  color: #0f9652;
  margin-top: 7px;
  font-weight: 600;
}

.aside__item, .menu__item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.aside__item.aside__top, .menu__item.aside__top {
  padding: 6px;
}
.aside__item.aside__top .select-subject select, .menu__item.aside__top .select-subject select {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  padding-left: 8px;
  background-color: #feffe5;
}
.aside__item:last-child, .menu__item:last-child {
  margin-bottom: 10px;
}
.aside__item .active, .menu__item .active {
  background-color: #fdffaf;
}

.aside__link, .aside__title {
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #005980;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px 0px;
}
@media screen and (max-width: 1170px) {
  .aside__link, .aside__title {
    height: 36px;
    padding: 4px 8px;
  }
}

.aside__link:not(.active):hover {
  transition: none !important;
  background: #feffd6;
}

.aside__link-icon {
  margin-right: 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 32px;
  max-height: 50px;
}

.aside__link-icon.aside__link-vk {
  width: 25px;
  margin-right: 8px;
}

.aside__link img.gif-img {
  display: none;
}

.aside__link:hover img.static-img {
  display: none;
}

.aside__link:hover img.gif-img {
  display: inline;
}

.aside__rating {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  font-family: Gilroy-Medium, sans-serif;
  font-weight: 500;
  color: #005980;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.aside__rating-stars {
  margin-right: 10px;
}

.aside__rating-title {
  font-family: Gilroy-Medium, sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}

.aside__rating-max-number {
  font-family: Gilroy-Medium, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  margin-left: -5px;
}
.aside__rating-max-number::before {
  content: "/";
  font-size: 16px;
  line-height: 18px;
}

.aside__link__loudSpeaker-img {
  width: 35px;
}

.content__title-image {
  height: 114px;
  max-width: 600px;
  position: relative;
  padding: 45px;
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.content__title-image svg, .content__title-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.content__title-image h1, .content__title-image .text-lg {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: Pribambas, sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-top: -10px;
  text-transform: uppercase;
}
.content__title-image h2, .content__title-image span, .content__title-image .text-sm {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  font-size: 15px;
  text-transform: initial;
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: Gilroy-Medium, sans-serif;
  font-weight: 500;
}

.content__title {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.content__title p {
  margin-bottom: 15px;
}
.content__title b {
  font-weight: 600;
}
.content__title a {
  font-family: Gilroy-Semibold, sans-serif;
  font-weight: 600;
  color: #33c5f3;
}
.content__title a:hover {
  color: #33c5f3;
  text-decoration: underline;
}

.content__list-icon li {
  position: relative;
  padding: 5px 5px 5px 37px;
  min-height: 30px;
}
.content__list-icon .content__list-icon_bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30px;
  max-height: 30px;
  min-width: 28px;
  min-height: 28px;
}
.content__list-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30px;
  max-height: 30px;
  min-width: 28px;
  min-height: 28px;
}
.content__list-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30px;
  max-height: 30px;
}
.content__list-icon span {
  line-height: 20px;
}

.content__list-icon.line-height_high {
  line-height: 22px;
}

.content__list-icon.icon-bg .content__list-icon_bg.center {
  top: 50%;
  transform: translateY(-50%);
}
.content__list-icon.icon-bg .content__list-icon_bg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.content__list-icon.icon-bg .content__list-icon_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15px;
  max-height: 15px;
}
.content__list-icon.icon-bg .content__list-icon_bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15px;
  max-height: 15px;
}

.content__list-icon.medium span {
  font-family: Gilroy-Medium, sans-serif;
}

.content__list-icon_item .color-green {
  color: #62a82d;
}

.content__list-icon-box {
  margin-bottom: 20px;
}

.content__list-icon-box.title {
  margin-bottom: 5px;
}

.content__list-icon-box.bg {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.content__warning {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid #e6b800;
  border-radius: 10px;
  background: #fffedb;
  color: #7a6000;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.content__warning span {
  color: #875235;
  font-weight: 500;
}
.content__warning strong {
  color: #875235;
}

.content__task-list {
  margin-left: 65px;
}

.active-teachers .table-wrapper {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.active-teachers .table-wrapper::-webkit-scrollbar {
  display: none;
}

.active-teachers .table {
  width: 100%;
  border-collapse: collapse;
}

.active-teachers .table tbody {
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.active-teachers .table tbody.scrolling {
  transition: none;
}

.active-teachers .table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.active-teachers .table td {
  padding: 5px;
  vertical-align: top;
}

.active-teachers .row-number-info {
  display: flex;
  justify-items: center;
  align-items: center;
}

.active-teachers .row-number {
  font-weight: bold;
  margin-right: 10px;
}

.active-teachers .row-info {
  flex-grow: 1;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
}

.active-teachers .table td:first-child {
  width: 80%;
}

.active-teachers .table td:last-child {
  width: 25%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
}

.active-teachers .table tr:nth-child(n+2) {
  background-color: #f9f9f9;
}

.active-teachers .participant-number a {
  display: flex;
  font-size: 1rem;
  text-decoration: none !important;
}

.active-teachers img.w-4,
.active-teachers img.w-5 {
  width: 20px;
  height: 20px;
}

.active-teachers .gift-icon img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.active-teachers .text-orange {
  color: #ff6f00;
}

.active-teachers .scroll-fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.active-teachers .scroll-fade-top {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

.active-teachers .scroll-fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

.active-teachers .table tr td[colspan="3"]:last-child {
  border-top: 2px solid #ddd;
}

.active-teachers .loading-top-teachers {
  margin: 10px auto;
}

.aside-main__form input {
  margin-top: 2px;
  margin-bottom: 10px;
  width: 100%;
}
.aside-main__form button {
  width: 100%;
}

.aside-main__box-link {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.aside-main__box-link a {
  font-size: 15px;
  text-decoration: underline;
}
.aside-main__box-link a:hover {
  text-decoration: none;
}

.aside__rating-stars__star-img {
  width: 23px;
}

.aside__link__social-img {
  width: 25px;
  margin-right: 7px;
}

.content__list-icon-goblet img {
  min-height: 18px;
  min-width: 18px;
}

.content__zone .content__form .form__points_for_school .fourth__row.active::after {
  transform: rotate(180deg);
  padding-top: 0;
}
.content__zone .content__form .form__points_for_school .third__row.active::after {
  transform: rotate(180deg);
  padding-top: 0;
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

.point__select > option {
  background: rgba(139, 214, 253, 0.2);
}

.competition-content__difficulty-levels__card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
  padding: 15px 30px 15px 30px;
  margin: 0 3px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
}

.competition-content__difficulty-levels {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-align: center;
  justify-content: space-around;
}

.competition-content__difficulty-levels__card__level {
  font-family: Pribambas, sans-serif !important;
  font-size: 29px;
  position: relative;
  margin-bottom: 0 !important;
}
.competition-content__difficulty-levels__card__level::before {
  display: flex;
  justify-content: center;
}

.competition-content__difficulty-levels__card__level-1 {
  color: #33c5f3;
}
.competition-content__difficulty-levels__card__level-1::before {
  content: url(https://brainring.fra1.digitaloceanspaces.com/public/images/graduation-hat_1.svg);
}

.competition-content__difficulty-levels__card__level-2 {
  color: #ff6263;
  margin-top: 12px;
}
.competition-content__difficulty-levels__card__level-2::before {
  content: url(https://brainring.fra1.digitaloceanspaces.com/public/images/graduation-hat_2.svg);
}

.competition-content__difficulty-levels__card__level-3 {
  color: #62a82d;
  margin-top: 12px;
}
.competition-content__difficulty-levels__card__level-3::before {
  content: url(https://brainring.fra1.digitaloceanspaces.com/public/images/graduation-hat_3.svg);
}

.competition-content__difficulty-levels__card__amount {
  font-weight: 400;
  font-size: 14px;
  color: #005980;
  margin-bottom: 0.75em;
}

.ping {
  -webkit-animation: ping-animation 2s infinite;
          animation: ping-animation 2s infinite;
}

.btn-top {
  display: inline-block;
  background-color: #ffaa3b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  bottom: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
}
.btn-top.show {
  opacity: 1;
  visibility: visible;
}
.btn-top::after {
  content: "↑";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1.6;
  color: #fff;
}
.btn-top:hover {
  background-color: #333;
}
.btn-top:active {
  background-color: #ffaa3b;
}

.click-spinner img {
  max-height: 30px;
}

@media screen and (min-width: 901px) and (max-width: 1170px) {
  body {
    min-width: 100% !important;
  }

  .wrapper {
    width: 100% !important;
  }

  .wrapper-content {
    max-width: calc(100vw - 325px) !important;
  }
}
@media screen and (max-width: 900px) {
  body {
    min-width: 900px !important;
    width: 100%;
    margin: 0 auto;
  }

  .select select {
    padding: 0 30px 0 10px !important;
  }
  .select::after {
    width: 12px !important;
    height: 12px !important;
  }

  .header {
    max-width: 900px !important;
  }

  .header__button {
    width: auto;
    min-width: 130px;
    font-size: 1.25em;
  }

  .breadcrumb {
    height: 70px;
    line-height: 1.2rem;
  }

  .wrapper {
    min-width: 900px !important;
    width: 900px !important;
    overflow-x: auto;
    background: inherit;
  }

  .content {
    min-height: 720px !important;
  }

  .wrapper-content {
    width: 575px;
    min-height: 80vh !important;
  }

  .important__list {
    padding: 10px;
  }

  .header__link, .footer__link {
    white-space: normal;
    padding-left: 72px;
    padding-right: 15px;
    line-height: initial;
  }
  .header__link div, .footer__link div {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .content__list-icon-box.bg {
    padding: 10px 5px;
  }

  .competition-content__difficulty-levels__card__level {
    font-size: 26px;
  }

  .btn-top {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    bottom: 50px;
    right: 50px;
  }
  .btn-top::after {
    font-size: 3.5em;
    line-height: 86px;
  }
  .btn-top:hover, .btn-top:active, .btn-top:focus {
    background-color: #ffaa3b !important;
  }

  .mobile-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .add-bg__protractor::after, .add-bg__protractor::before,
.add-bg__pencils::after,
.add-bg__pencils::before,
.add-bg__zoom::after,
.add-bg__zoom::before {
    display: none !important;
  }
}
.aside-hidden {
  display: none !important;
}

.content-expanded {
  max-width: 100% !important;
  width: 100% !important;
}

.top-stats-table th {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 5px;
}
.top-stats-table th:first-child {
  min-width: 220px;
}

@media print {
  html, body {
    width: 100% !important;
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  aside, footer, .background-layer, .add-bg__protractor, .add-bg__pencils, .add-bg__zoom {
    display: none !important;
  }

  .news-card {
    display: initial !important;
  }

  .wrapper-content {
    max-width: 100% !important;
  }

  .news-content__section-name::before,
.news-content__section-name-important::before {
    content: " " !important;
    display: none !important;
  }
}
