@charset "UTF-8";
@font-face {
  font-family: "Golos Text";
  src: url("/edu/font/GolosTextVF-Regular.woff2") format("woff2"), url("/edu/font/GolosTextVF-Regular.woff") format("woff");
  font-weight: 1;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/edu/font/GolosText-Regular.woff2") format("woff2"), url("/edu/font/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/edu/font/GolosText-Medium.woff2") format("woff2"), url("/edu/font/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/edu/font/GolosText-DemiBold.woff2") format("woff2"), url("/edu/font/GolosText-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/InterV.woff2") format("woff2"), url("/edu/font/InterV.woff") format("woff");
  font-weight: 1;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-Regular.woff2") format("woff2"), url("/edu/font/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-Italic.woff2") format("woff2"), url("/edu/font/Inter-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-Medium.woff2") format("woff2"), url("/edu/font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-MediumItalic.woff2") format("woff2"), url("/edu/font/Inter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-SemiBold.woff2") format("woff2"), url("/edu/font/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-SemiBoldItalic.woff2") format("woff2"), url("/edu/font/Inter-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-Bold.woff2") format("woff2"), url("/edu/font/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/edu/font/Inter-BoldItalic.woff2") format("woff2"), url("/edu/font/Inter-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
.basement__body, .couple__body, .schedule__body, .diploma__body, .video__body, .online__body, .registration__body, .peculiar__body, .content__body, .search__body, .subsription__body, .publishing__body, .team__body, .study__block__body, .resources__body, .hlinks__body, .swiper-slide__content, .swiper-button, .path__body, .header .header__menu__block, .header .header__menu__close, .header__body {
  margin-inline: auto;
  width: min(1110px, 100% - 2rem);
}

:root {
  --layout-width-default: 1110px;
  --gray-background-color: #f4f4f4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Golos Text", sans-serif;
  line-height: 160%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 34em) {
  body {
    line-height: 150%;
  }
}

svg,
img {
  vertical-align: middle;
}

a {
  color: #644bcd;
  text-decoration: none;
}
a:hover {
  color: #644bcd;
  text-decoration: underline;
}

p {
  margin: 0 0 16px;
}

dl,
ol,
ul {
  margin: 0;
  padding-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

@media screen and (min-width: 544px) {
  .form-group {
    display: flex;
  }
}
.form-group .form-control-static {
  margin: 0.375rem 0;
}
.form-group .radio,
.form-group .checkbox {
  margin: 0.375rem 0;
}
.form-group .radio input[type=radio],
.form-group .checkbox input[type=radio] {
  margin: 0 0.2rem 0 0;
}
.form-group .checkbox {
  margin: 0.375rem 0;
}
.form-group .checkbox input[type=checkbox] {
  margin: 0 0.2rem 0 0;
}
.form-group.has-error .form-control {
  border-color: #FF4C4C;
}
.form-group.has-error .help-block {
  color: #FF4C4C;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(161.67, 206.688, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(161.67, 206.688, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(202.3655090253, 205.5880288809, 208.4524909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(202.3655090253, 205.5880288809, 208.4524909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(179.7159405941, 224.1860594059, 189.8705346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(179.7159405941, 224.1860594059, 189.8705346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(173.7632475248, 222.4352673267, 230.1387524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(173.7632475248, 222.4352673267, 230.1387524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 232.133, 163.532);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 232.133, 163.532);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.9241772152, 179.5338227848, 185.5113417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.9241772152, 179.5338227848, 185.5113417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.263, 240.654, 243.045);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.263, 240.654, 243.045);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(187.8636751269, 189.848, 191.8323248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(187.8636751269, 189.848, 191.8323248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control + .form-control {
  margin-top: 0.5rem;
}

.form-horizontal {
  display: block;
}
.form-horizontal .control-label {
  display: inline-block;
  margin: 0.375rem 0;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show, .collapse.in {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.help-block {
  font-size: 0.875rem;
  display: block;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 110.7, 229.5) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(97.2, 105.3, 112.5) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(36, 150.3, 62.1) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(20.7, 145.8, 165.6) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(235.8, 176.85, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(209.4151898734, 36.2848101266, 52.8721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.95, 224.1, 229.25) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(46.8, 52.2, 57.6) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 1;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 110.7, 229.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(97.2, 105.3, 112.5) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(36, 150.3, 62.1) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(20.7, 145.8, 165.6) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(235.8, 176.85, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(209.4151898734, 36.2848101266, 52.8721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.95, 224.1, 229.25) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(46.8, 52.2, 57.6) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.socialz-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socialz-group input {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 3px;
  padding: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.socialz-group .hint .socialz {
  margin-right: 4px !important;
}
.socialz-vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2IDMxQzM2IDMzLjc2MiAzMy43NjIgMzYgMzEgMzZINUMyLjIzOSAzNiAwIDMzLjc2MiAwIDMxVjVDMCAyLjIzOCAyLjIzOSAwIDUgMEgzMUMzMy43NjIgMCAzNiAyLjIzOCAzNiA1VjMxWiIgZmlsbD0iIzE5NzZEMiIvPgo8cGF0aCBkPSJNMjkuOTM3IDEyLjA0MUMyOS45ODMgMTEuODkgMzAuMDA1IDExLjc1IDI5Ljk5OSAxMS42MjVDMjkuOTg0IDExLjI2MyAyOS43MzUgMTEgMjkuMTQ5IDExSDI2LjUzMUMyNS44NyAxMSAyNS41NjUgMTEuNCAyNS4zODcgMTEuODAxQzI1LjM4NyAxMS44MDEgMjMuNzU1IDE1LjE2IDIxLjg3NCAxNy4zNzVDMjEuMjY0IDE4LjAxNiAyMC45NTQgMTggMjAuNjI0IDE4QzIwLjQ0NyAxOCAyMCAxNy43ODYgMjAgMTcuMTk5VjEyLjAxNEMyMCAxMS4zMiAxOS44MjcgMTEgMTkuMjY4IDExSDE0LjYxOUMxNC4yMTIgMTEgMTQgMTEuMzIgMTQgMTEuNjQxQzE0IDEyLjMwOCAxNC44OTggMTIuNDY4IDE1IDE0LjMzN1YxNy45NkMxNSAxOC44NCAxNC44NDcgMTkgMTQuNTE3IDE5QzEzLjYyNyAxOSAxMS44NzUgMTYgMTAuNzAyIDEyLjA2OEMxMC40NDggMTEuMjk0IDEwLjE5NCAxMSA5LjUzMyAxMUg2Ljg5QzYuMTI3IDExIDYgMTEuMzc0IDYgMTEuNzc0QzYgMTIuNDk1IDYuNiAxNi4zOTMgOS44NzUgMjAuODc1QzEyLjI1IDI0LjEyNSAxNS4zNzkgMjYgMTguMTQ5IDI2QzE5LjgyNyAyNiAxOS45OTkgMjUuNTczIDE5Ljk5OSAyNC45MDZWMjEuOTM0QzIwIDIxLjEzMyAyMC4xODMgMjEgMjAuNzE3IDIxQzIxLjA5OCAyMSAyMS44NzUgMjEuMjUgMjMuMzc1IDIzQzI1LjEwNSAyNS4wMTggMjUuNDE5IDI2IDI2LjQxMSAyNkgyOS4wMjlDMjkuNjM3IDI2IDI5Ljk4NiAyNS43NDUgMzAgMjUuMjVDMzAuMDAzIDI1LjEyNCAyOS45ODUgMjQuOTgzIDI5Ljk0NCAyNC44MjZDMjkuNzUgMjQuMjUgMjguODYgMjIuODQyIDI3Ljc1IDIxLjVDMjcuMTM1IDIwLjc1NyAyNi41MjggMjAuMDIxIDI2LjI0OSAxOS42MjFDMjYuMDYyIDE5LjM2IDI1Ljk5MSAxOS4xNzYgMjYgMTlDMjYuMDA5IDE4LjgxNSAyNi4xMDUgMTguNjM5IDI2LjI0OSAxOC4zOTNDMjYuMjIzIDE4LjM5MyAyOS42MDcgMTMuNjQyIDI5LjkzNyAxMi4wNDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
}
.socialz-google {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM5LjYxMSAxNi4wODNIMzhWMTZIMjBWMjRIMzEuMzAzQzI5LjY1NCAyOC42NTcgMjUuMjIzIDMyIDIwIDMyQzEzLjM3MyAzMiA4IDI2LjYyNyA4IDIwQzggMTMuMzczIDEzLjM3MyA4IDIwIDhDMjMuMDU5IDggMjUuODQyIDkuMTU0IDI3Ljk2MSAxMS4wMzlMMzMuNjE4IDUuMzgyQzMwLjA0NiAyLjA1MyAyNS4yNjggMCAyMCAwQzguOTU1IDAgMCA4Ljk1NSAwIDIwQzAgMzEuMDQ1IDguOTU1IDQwIDIwIDQwQzMxLjA0NSA0MCA0MCAzMS4wNDUgNDAgMjBDNDAgMTguNjU5IDM5Ljg2MiAxNy4zNSAzOS42MTEgMTYuMDgzWiIgZmlsbD0iI0ZGQzEwNyIvPgo8cGF0aCBkPSJNMi4zMDYgMTAuNjkxTDguODc3IDE1LjUxQzEwLjY1NSAxMS4xMDggMTQuOTYxIDggMjAgOEMyMy4wNTkgOCAyNS44NDIgOS4xNTQgMjcuOTYxIDExLjAzOUwzMy42MTggNS4zODJDMzAuMDQ2IDIuMDUzIDI1LjI2OCAwIDIwIDBDMTIuMzE4IDAgNS42NTYgNC4zMzcgMi4zMDYgMTAuNjkxWiIgZmlsbD0iI0ZGM0QwMCIvPgo8cGF0aCBkPSJNMjAgNDBDMjUuMTY2IDQwIDI5Ljg2IDM4LjAyMyAzMy40MDkgMzQuODA4TDI3LjIxOSAyOS41N0MyNS4yMTEgMzEuMDkxIDIyLjcxNSAzMiAyMCAzMkMxNC43OTggMzIgMTAuMzgxIDI4LjY4MyA4LjcxNzAxIDI0LjA1NEwyLjE5NTAxIDI5LjA3OUM1LjUwNTAxIDM1LjU1NiAxMi4yMjcgNDAgMjAgNDBaIiBmaWxsPSIjNENBRjUwIi8+CjxwYXRoIGQ9Ik0zOS42MTEgMTYuMDgzSDM4VjE2SDIwVjI0SDMxLjMwM0MzMC41MTEgMjYuMjM3IDI5LjA3MiAyOC4xNjYgMjcuMjE2IDI5LjU3MUwyNy4yMTkgMjkuNTY5TDMzLjQwOSAzNC44MDdDMzIuOTcxIDM1LjIwNSA0MCAzMCA0MCAyMEM0MCAxOC42NTkgMzkuODYyIDE3LjM1IDM5LjYxMSAxNi4wODNaIiBmaWxsPSIjMTk3NkQyIi8+Cjwvc3ZnPg==);
}

.header {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header__links {
  background-color: var(--gray-background-color);
  padding: 5px 16px;
  position: relative;
  z-index: 1001;
  /* 544 */
}
.header__links__item {
  display: flex;
  justify-content: flex-end;
  max-width: var(--layout-width-default);
  margin: 0 auto;
}
@media (max-width: 34em) {
  .header__links {
    display: none;
  }
}
.header__body {
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
.header__body__wrapper {
  background-color: #fff;
  position: relative;
  padding: 14px 0 28px;
  z-index: 1001;
  /* 544 */
}
@media (max-width: 34em) {
  .header__body__wrapper {
    padding: 15px 0 18px;
  }
}
.header__main {
  display: flex;
  align-items: center;
  /* 544 */
}
@media (max-width: 34em) {
  .header__main {
    flex: 1;
    justify-content: space-between;
  }
}
.header__main img {
  /* 544 */
}
@media (max-width: 34em) {
  .header__main img {
    height: 47px;
    width: 179px;
  }
}
.header__left {
  display: flex;
  align-self: flex-end;
  align-items: center;
  height: 40px;
  width: 100%;
  position: relative;
  /* 544 */
}
@media (max-width: 34em) {
  .header__left {
    flex: 0;
  }
}
.header__news {
  display: flex;
  align-items: center;
  margin-left: 36px;
  margin-right: auto;
  /* 544 */
}
.header__news__link {
  color: #454545;
  text-decoration: none;
}
.header__news__link:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 34em) {
  .header__news {
    margin-left: 16px;
    order: 0;
  }
}
.header__socials {
  /* 768 */
}
@media (max-width: 48em) {
  .header__socials {
    display: none;
  }
}
.header .social__list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin: 0 24px 0 0;
}
.header .social__list li {
  display: block;
  margin-left: 8px;
}
.header .social__list__vk, .header .social__list__tg, .header .social__list__ok {
  display: block;
  height: 28px;
  width: 28px;
}
.header .social__list__vk {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath d='M6.48061 10.3344C7.1007 10.3344 8.0456 10.3344 8.57711 10.3344C8.84286 10.3344 9.04956 10.5116 9.13814 10.7478C9.40389 11.5156 9.99446 13.1987 10.6736 14.3502C11.589 15.8562 12.1795 16.4172 12.5634 16.3582C12.9473 16.2696 12.8292 15.2656 12.8292 14.4684C12.8292 13.6711 12.9177 12.3128 12.5339 11.6927L11.9433 10.8364C11.7957 10.6297 11.9433 10.364 12.1795 10.364H15.5457C15.8705 10.364 16.1363 10.6297 16.1363 10.9545V15.2361C16.1363 15.2361 16.2839 16.0038 17.1107 15.2066C17.9375 14.4093 18.8234 12.9329 19.5616 11.427L19.8568 10.7183C19.9454 10.5116 20.1521 10.364 20.3883 10.364H22.5734C22.9868 10.364 23.2821 10.7773 23.1345 11.1612L22.8982 11.7813C22.8982 11.7813 22.101 13.3758 21.2742 14.4979C20.4474 15.6495 20.2702 15.9152 20.3883 16.2105C20.5065 16.5058 22.6325 18.4842 23.164 19.4291C23.3116 19.6948 23.4297 19.9311 23.5478 20.1377C23.7545 20.5216 23.4593 21.0236 23.0163 21.0236H20.536C20.3293 21.0236 20.1226 20.9055 20.034 20.7283L19.7978 20.3444C19.7978 20.3444 18.2918 18.5728 17.3765 18.0117C16.4316 17.4802 16.4611 18.248 16.4611 18.248V19.8129C16.4611 20.4626 15.9296 20.9941 15.28 20.9941H14.6894C14.6894 20.9941 11.4413 20.9941 8.84286 17.1259C6.80542 14.114 6.12628 12.1652 5.89005 11.0431C5.831 10.6888 6.09675 10.3344 6.48061 10.3344Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.header .social__list__vk:hover {
  background-color: #454545;
}
.header .social__list__tg {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath d='M19.6798 20.6809L22.1176 9.71416C22.3339 8.7471 21.7535 8.36953 21.09 8.60675L6.75941 13.8736C5.78199 14.2385 5.79642 14.7614 6.59323 14.9986L10.2571 16.0928L18.7676 10.9806C19.1674 10.7258 19.5321 10.8673 19.2326 11.1215L12.3487 17.0554L14.6202 18.672L18.3349 21.2831C19.0163 21.6474 19.4958 21.4548 19.6798 20.6809Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.header .social__list__tg:hover {
  background-color: #454545;
}
.header .social__list__ok {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0106 10.6611C10.9992 8.41605 12.7815 6.59969 15.0021 6.59363C17.218 6.58756 19.0185 8.37849 19.0309 10.6002C19.0439 12.798 17.2444 14.6171 15.0501 14.6246C12.8333 14.6321 11.0218 12.8544 11.0106 10.6611ZM12.2429 17.3257C11.5865 17.0712 10.9955 16.7064 10.5045 16.2023C10.1842 15.8732 10.1812 15.4599 10.4413 15.0361C10.6684 14.6652 11.064 14.5091 11.4876 14.6183C11.7057 14.674 11.894 14.7846 12.0698 14.919C13.8463 16.1139 16.2773 16.0806 18.0468 14.8646C18.1335 14.8049 18.224 14.7484 18.3192 14.7039C18.8102 14.4723 19.2823 14.58 19.5638 14.9831C19.8925 15.4538 19.8507 15.9112 19.4349 16.3103C19.3479 16.3942 19.2517 16.4686 19.1555 16.543C19.133 16.5604 19.1104 16.5778 19.088 16.5954C18.1384 17.3378 17.0293 17.6406 15.7993 17.7691C15.8304 17.8024 15.8574 17.8319 15.8821 17.8589C15.9265 17.9074 15.9633 17.9475 16.0018 17.986C16.1307 18.1154 16.2597 18.2447 16.3886 18.3741C17.1614 19.1494 17.9344 19.9249 18.7094 20.6983C18.8965 20.8844 19.0304 21.093 19.0439 21.365C19.063 21.7682 18.8135 22.1692 18.4209 22.3591C18.0514 22.5387 17.6726 22.4818 17.3542 22.1678C16.6454 21.4688 15.9405 20.766 15.247 20.0517C15.0732 19.8731 14.979 19.8339 14.7819 20.0396C14.3259 20.5171 13.8573 20.9829 13.3886 21.4488C13.1635 21.6726 12.9385 21.8963 12.7148 22.1214C12.5349 22.3026 12.3322 22.4316 12.0724 22.4496C11.6621 22.4778 11.2439 22.2156 11.0575 21.8168C10.8868 21.4522 10.9514 21.0631 11.2616 20.7492C11.8239 20.1804 12.389 19.6144 12.9542 19.0483C13.3041 18.6979 13.654 18.3474 14.0033 17.9963C14.0498 17.9497 14.088 17.9081 14.1453 17.8455C14.1661 17.8228 14.1894 17.7973 14.2165 17.7679C13.5433 17.6872 12.8634 17.5662 12.2429 17.3257ZM13.0551 10.6067C13.0512 11.6976 13.9182 12.5721 15.0068 12.576C16.0989 12.58 16.9757 11.7174 16.9838 10.6305C16.9922 9.52927 16.1152 8.64477 15.017 8.64594C13.928 8.64687 13.0591 9.51528 13.0551 10.6067Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.header .social__list__ok:hover {
  background-color: #454545;
}
.header__search {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative;
  /* 544 */
}
@media (max-width: 34em) {
  .header__search {
    display: none;
  }
}
.header__search__input {
  background-color: var(--gray-background-color);
  border-radius: 8px;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  padding: 10px 40px 11px 16px;
  outline: none;
  width: 200px;
  outline: none;
}
.header__search__input:hover {
  background-color: #fff;
}
.header__search__input:focus {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.header__search__submit {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTAuMzMzNSAxNi4zMzMzQzEzLjY0NzIgMTYuMzMzMyAxNi4zMzM1IDEzLjY0NyAxNi4zMzM1IDEwLjMzMzNDMTYuMzMzNSA3LjAxOTYyIDEzLjY0NzIgNC4zMzMzMyAxMC4zMzM1IDQuMzMzMzNDNy4wMTk3OSA0LjMzMzMzIDQuMzMzNSA3LjAxOTYyIDQuMzMzNSAxMC4zMzMzQzQuMzMzNSAxMy42NDcgNy4wMTk3OSAxNi4zMzMzIDEwLjMzMzUgMTYuMzMzM1oiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTQuNjY3IDE0LjY2NjdMMTkuNjAwMyAxOS42MDAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: cover;
  background-color: transparent;
  opacity: 0.6;
  border: 0;
  stroke: #9e9e9e;
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 9px;
}
.header__search__submit:hover {
  opacity: 1;
}
.header .header__menu {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 1001;
  position: absolute;
  /* 544 */
}
@media (max-width: 34em) {
  .header .header__menu {
    padding-top: 16px;
  }
}
.header .header__menu__wrapper {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.header .header__menu__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0;
  margin-left: 34px;
  fill: #454545;
  will-change: transform;
  /* 544 */
  transition: all 0.12s ease-out;
}
@media (max-width: 34em) {
  .header .header__menu__toggle {
    margin-left: 16px;
    order: 1;
  }
}
@keyframes showMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .header__menu__toggle .l1,
.header .header__menu__toggle .l2,
.header .header__menu__toggle .l3 {
  transition: transform 0.3s;
  transform-origin: center;
}
.header .header__menu__toggle:hover {
  fill: #000;
}
.header .header__menu__opened .l1 {
  transform: rotate(45deg) translate3d(0, 5px, 0);
}
.header .header__menu__opened .l2 {
  opacity: 0;
}
.header .header__menu__opened .l3 {
  transform: rotate(-45deg) translate3d(0, -5px, 0);
}
.header .header__menu__close {
  display: flex;
  justify-content: flex-end;
  padding: 32px 0;
  /* 544 */
}
@media (max-width: 34em) {
  .header .header__menu__close {
    display: none;
  }
}
.header .header__menu__close__button {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  height: 16px;
  stroke: #9e9e9e;
}
.header .header__menu__close__button:hover {
  stroke: #000;
}
.header .header__menu__auth {
  display: none;
  flex-direction: column;
  /* 544 */
}
@media (max-width: 34em) {
  .header .header__menu__auth {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
}
.header .header__menu__block {
  display: flex;
  flex-wrap: wrap;
}
.header .header__menu__item {
  margin-right: 30px;
  flex-basis: calc(33% - 30px);
  margin-bottom: 80px;
  flex-grow: 1;
  /* 544 */
}
.header .header__menu__item:nth-child(3n), .header .header__menu__item:last-child {
  margin-right: 0;
}
@media (max-width: 34em) {
  .header .header__menu__item {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 16px;
  }
}
.header .header__menu__category {
  color: #f60;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.header .header__menu__subcategory {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}
.header .header__menu__subcategory li {
  margin-bottom: 6px;
}
.header .header__menu__subcategory li a {
  color: #454545;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.header .header__menu__subcategory li a:hover {
  color: #000;
}
.header .header__menu__subcategory li.active a {
  color: #000;
}
.header__login {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.967 11.3852C14.0064 11.3852 15.6597 9.73194 15.6597 7.69256C15.6597 5.65318 14.0064 3.99994 11.967 3.99994C9.92766 3.99994 8.27441 5.65318 8.27441 7.69256C8.27441 9.73194 9.92766 11.3852 11.967 11.3852Z" stroke="black" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 19.5366C5 16.68 7.29918 14.3808 10.1557 14.3808H14.0574C16.9139 14.3808 19.2131 16.68 19.2131 19.5366C19.2131 20.3726 18.5164 20.9997 17.75 20.9997H6.53279C5.69672 20.9997 5 20.3726 5 19.5366Z" stroke="black" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: top center;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 24px;
  /* 544 */
}
.header__login:hover {
  cursor: pointer;
}
@media (max-width: 34em) {
  .header__login {
    display: none;
  }
}
.header__login__auth {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9672 11.3852C14.0066 11.3852 15.6598 9.73194 15.6598 7.69256C15.6598 5.65318 14.0066 3.99994 11.9672 3.99994C9.92784 3.99994 8.2746 5.65318 8.2746 7.69256C8.2746 9.73194 9.92784 11.3852 11.9672 11.3852Z" fill="%23454545" stroke="%23454545" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.00003 19.5366C5.00003 16.68 7.29921 14.3809 10.1558 14.3809H14.0574C16.914 14.3809 19.2131 16.68 19.2131 19.5366C19.2131 20.3727 18.5164 20.9997 17.75 20.9997H6.53282C5.69675 20.9997 5.00003 20.3727 5.00003 19.5366Z" fill="%23454545" stroke="%23454545" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.header__login__popup {
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #ccc;
  display: none;
  padding: 16px 24px 16px 16px;
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 255px;
  width: 100%;
  z-index: 1020;
}
.header__login__popup a {
  color: #9e9e9e;
}
.header__login__popup a:hover {
  color: #000;
  text-decoration: none;
}
.header__login__popup__body {
  display: flex;
  flex-direction: row;
}
.header__login__popup__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.header__login__popup__close {
  background-color: #9E9E9E;
  display: block;
  mask-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33203 3.33301L12.6654 12.6663" stroke="%239E9E9E" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6654 3.33301L3.33203 12.6663" stroke="%239E9E9E" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-size: cover;
  border: 0;
  height: 16px;
  width: 16px;
  margin-top: 5px;
}
.header__login__popup__close:hover {
  background-color: #000000;
  cursor: pointer;
}
.header__login__popup__show {
  display: block;
}
.header__mobile__search {
  display: none;
  padding-bottom: 14px;
}
.header__mobile__form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.header__mobile__form input {
  border-radius: 8px;
  border: 1px solid #454545;
  background: #fff;
  margin-right: 0.5rem;
  flex: 1;
  padding: 11px 1rem 12px;
  outline: none;
}
.header__mobile__form button {
  border-radius: 8px;
  border: 1px solid #454545;
  background: linear-gradient(0deg, #f4f4f4 0%, #f4f4f4 100%), #fff;
  padding: 12px 12px;
  color: #454545;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
}

.veil {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  animation: showVeil 0.2s ease-out 0.2s forwards;
  background-color: #000;
  will-change: opacity;
  opacity: 0;
  top: 0;
  left: 0;
}

@keyframes showVeil {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.path {
  background-color: #fff;
}
.path__body {
  padding: 32px 0 24px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .path__body {
    padding: 2rem 0 1.4rem;
  }
}
@media (max-width: 48em) {
  .path__body {
    padding: 1.4rem 0 1rem;
  }
}
.path .breadcrumb {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.path .breadcrumb li {
  color: #000000;
  display: inline;
  font-size: 0.75rem;
}
.path .breadcrumb li + li:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M5.16992 9.64355L8.44913 5.99999L5.16992 2.35643' stroke='%239E9E9E' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
  background-position: middle left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 12px;
  margin-right: 6px;
}
.path .breadcrumb a {
  color: #9e9e9e;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.path .breadcrumb a:hover {
  border-bottom: 1px solid #939393;
}

.enmeti {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.enmeti__body {
  display: block;
  max-width: 1142px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 24px 1rem;
}
.enmeti__gray {
  background-color: #f4f4f4;
}
.enmeti__violet {
  background-color: #9d8edf;
  color: #fff;
}
.enmeti__violet a {
  color: #fff;
}
.enmeti__text__white {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  /* 768 */
}
@media (max-width: 48em) {
  .enmeti__text__white {
    padding: 16px;
  }
}

:root {
  --swiper-navigation-size: 32px;
}
@media screen and (min-width: 768px) {
  :root {
    --swiper-navigation-top-offset: 25%;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --swiper-navigation-sides-offset: 10px;
  }
}

.swiper-button {
  /* from 1200 */
}
@media (min-width: 75em) {
  .swiper-button {
    position: relative;
  }
}

.swiper-slide {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 450px;
  text-decoration: none;
  /* 768 */
}
@media (max-width: 48em) {
  .swiper-slide {
    height: 320px;
  }
}
.swiper-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-start;
  padding-bottom: 86px;
  height: 100%;
}
.swiper-slide__content h2 {
  color: #fff;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.3rem;
  margin: 0 0 8px;
  /* 768 */
}
@media (max-width: 48em) {
  .swiper-slide__content h2 {
    font-size: 1.5rem;
    line-height: 108%;
  }
}
.swiper-slide__content p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin: 0;
  /* 768 */
}
@media (max-width: 48em) {
  .swiper-slide__content p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.swiper-slide:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .swiper-container {
    position: relative;
  }
  .swiper-control {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-button-prev {
    left: auto;
    right: 42px;
    /* 992 */
  }
}
@media screen and (min-width: 576px) and (max-width: 62em) {
  .swiper-button-prev {
    right: 50px;
  }
}
/* 992 */
@media (max-width: 62em) {
  .swiper-pagination {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M6.23842 1.61118L3.18848 5.00006L6.23842 8.38895' stroke='%239E9E9E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M3.74316 8.3888L6.79311 4.99991L3.74316 1.61102' stroke='%239E9E9E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

/* 544 */
@media (max-width: 34em) {
  .swiper-slide {
    height: 270px;
  }
  .swiper-slide-title {
    font-size: 1.5rem;
  }
  .swiper-slide-text {
    font-size: 0.875;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-slide__content {
    padding-bottom: 16px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-color: transparent;
  }
  .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M6.23842 1.61118L3.18848 5.00006L6.23842 8.38895' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
  .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M3.74316 8.3888L6.79311 4.99991L3.74316 1.61102' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}
.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 120s;
  animation-iteration-count: unset;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hlinks {
  background-color: var(--gray-background-color);
  padding: 44px 0;
}
@media screen and (max-width: 576px) {
  .hlinks {
    padding: 24px 0;
  }
}
.hlinks a {
  text-decoration: none;
}
.hlinks__scroll {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin: 0 -16px;
  overflow: auto;
  scrollbar-width: none;
  width: calc(100% + 32px);
  /* 768 */
}
@media (max-width: 48em) {
  .hlinks__scroll {
    padding: 0 16px;
    gap: 16px;
    justify-content: flex-start;
  }
}
.hlinks__list {
  display: flex;
  margin: 0 16px;
  gap: 20px;
  /* 992 */
}
@media (max-width: 62em) {
  .hlinks__list {
    gap: 16px;
  }
}
.hlinks__list__item {
  width: 150px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .hlinks__list__item {
    width: 140px;
  }
}
@media (max-width: 48em) {
  .hlinks__list__item {
    width: 110px;
  }
}
.hlinks__image {
  background: none;
  border: 0;
  padding: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
}
.hlinks__image::before, .hlinks__image::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.hlinks__image img {
  border-radius: 50%;
  width: 100%;
}
.hlinks__image:hover {
  color: #9c8ddf;
}
.hlinks__image::before, .hlinks__image::after {
  top: 0;
  left: 0;
}
.hlinks__image::before {
  border: 2px solid transparent;
}
.hlinks__image:hover::before {
  border-top-color: #9c8ddf;
  border-right-color: #9c8ddf;
  border-bottom-color: #9c8ddf;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.hlinks__image::after {
  border: 0 solid transparent;
}
.hlinks__image:hover::after {
  border-top: 2px solid #9c8ddf;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.6s linear 0s, border-left-width 0s linear 0.35s;
}
.hlinks__circle {
  border-radius: 100%;
  box-shadow: none;
}
.hlinks__circle::before, .hlinks__circle::after {
  border-radius: 100%;
}
.hlinks__text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}
.hlinks__text h2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.09px;
  margin: 16px 0;
  /* 992 */
}
@media (max-width: 62em) {
  .hlinks__text h2 {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.hlinks__text p {
  display: none;
}

.fancybox__carousel {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox__caption {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox__caption h2 {
  margin: 0;
}
.fancybox__caption p {
  margin: 0;
}

.resources {
  background-color: var(--gray-background-color);
  padding: 100px 0 50px;
  /* 992 */
}
@media (max-width: 62em) {
  .resources {
    padding: 40px 0 20px;
  }
}
.resources__title {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.18px;
  margin: 0 0 16px;
  text-align: left;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 576px) {
  .resources__title {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .resources__title {
    letter-spacing: 0.32px;
    margin: 0 0 40px;
    font-size: 2rem;
  }
}
.resources__list {
  display: flex;
  gap: 24px;
  /* 992 */
}
@media (max-width: 62em) {
  .resources__list {
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.resources__list__item {
  background-color: #fff;
  border-radius: 15.123px;
  box-shadow: 0px 3px 3px 0px rgba(226, 225, 231, 0.8), 0px 8px 12px 0px rgba(217, 216, 224, 0.4), 0px 2px 30px 0px rgba(226, 225, 231, 0.7);
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  width: 20%;
  /* 992 */
}
.resources__list__item:hover {
  box-shadow: 0px 20px 20px 0px #D9D8E0, 0px 6px 41px 0px #D7D5DD;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}
@media (max-width: 62em) {
  .resources__list__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}
.resources__list__img {
  padding: 24px 36px 5px;
  /* 992 */
  /* 544 */
}
.resources__list__img img {
  width: 100%;
}
@media (max-width: 62em) {
  .resources__list__img {
    padding: 8px 25px 8px 24px;
  }
  .resources__list__img img {
    width: 87px;
  }
}
@media (max-width: 34em) {
  .resources__list__img {
    padding: 8px 14px 8px 16px;
  }
}
.resources__list__text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.14px;
  padding: 0 20px 24px;
  text-decoration: none;
  /* 992 */
}
@media (max-width: 62em) {
  .resources__list__text {
    text-align: left;
    padding: 0 24px 0 0;
  }
}

.study__block {
  background-color: var(--gray-background-color);
  padding: 50px 0 100px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .study__block {
    padding: 20px 0 40px;
  }
}
.study__block__title {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.18px;
  margin: 0 0 16px;
  text-align: left;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 34em) {
  .study__block__title {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 62em) {
  .study__block__title {
    letter-spacing: 0.32px;
    margin: 0 0 40px;
    font-size: 2rem;
  }
}
.study__block__list__benefits {
  grid-area: study_one;
}
.study__block__list__online {
  grid-area: study_two;
}
.study__block__list__testing {
  grid-area: study_three;
}
.study__block__list__seminar {
  grid-area: study_four;
}
.study__block__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 30px;
  grid-template-areas: "study_one study_two study_three study_four";
}
@media (max-width: 48em) {
  .study__block__list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px 16px;
    grid-template-areas: "study_one study_two" "study_three study_four";
  }
}
.study__block__list__item {
  border-radius: 15.417px;
  background: linear-gradient(180deg, #9E8FE0 0%, #644BCD 100%);
  box-shadow: 0px 5.56643px 16.69929px 0px #B4B2C1;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.study__block__list__item:hover {
  box-shadow: 2px 4px 22px 0px #CBC9D3, 0px 8px 14px 0px #C8C7CC, 0px 15px 31px 0px #BBB6D2;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.study__block__list__img {
  padding: 26px 42px 6px 43px;
  /* 768 */
  /* 544 */
}
.study__block__list__img img {
  max-width: 170px;
  width: 100%;
}
@media (max-width: 48em) {
  .study__block__list__img {
    padding: 32px 76px 2px 76px;
    text-align: center;
  }
  .study__block__list__img img {
    max-width: 192px;
  }
}
@media (max-width: 34em) {
  .study__block__list__img {
    padding: 8px 13px 0 13px;
  }
  .study__block__list__img img {
    width: 110px;
  }
}
.study__block__list__text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  padding: 0 8px 15px;
}
.study__block__list__text span {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.12px;
  /* 768 */
}
@media (max-width: 48em) {
  .study__block__list__text span {
    display: none;
  }
}

.team {
  padding-top: 37px;
  padding-bottom: 37px;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .team {
    padding: 30px 1rem;
  }
}
@media (max-width: 34em) {
  .team {
    padding: 27px 1rem;
  }
}
.team__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* 768 */
}
@media (max-width: 48em) {
  .team__body {
    flex-direction: column;
  }
}
.team__text {
  flex: 1;
}
.team__title {
  color: #000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 18px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .team__title {
    font-size: 2rem;
  }
}
@media (max-width: 48em) {
  .team__title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 110%;
    margin-bottom: 8px;
  }
}
.team__subtitle {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 32px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .team__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .team__subtitle {
    text-align: center;
    font-size: 0.875rem;
    line-height: 130%;
    margin-bottom: 16px;
  }
}
.team__button {
  display: flex;
  /* 768 */
}
@media (max-width: 48em) {
  .team__button {
    justify-content: center;
  }
}
.team__link {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  display: flex;
  padding: 12px 40px;
  align-items: flex-start;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .team__link {
    padding: 10px 32px;
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .team__link {
    font-size: 0.75rem;
    padding: 10px 24px;
  }
}
.team__link span {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .team__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (min-width: 992px) and (max-width: 48em) {
  .team__link .arrow {
    background-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .team__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (min-width: 768px) and (max-width: 48em) {
  .team__link .arrow {
    background-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .team__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (max-width: 768px) and (max-width: 48em) {
  .team__link .arrow {
    background-size: 14px;
  }
}
.team__link:hover {
  text-decoration: none;
  color: inherit;
}
.team__link:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.team__image {
  padding-right: 20px;
  /* 768 */
}
@media (max-width: 48em) {
  .team__image {
    padding-right: 0;
    padding-bottom: 8px;
    order: -1;
  }
}
.team__image img {
  width: 100%;
  /* 768 */
}
@media screen and (max-width: 756px) {
  .team__image img {
    max-width: 351px;
  }
}
@media (max-width: 48em) {
  .team__image img {
    max-width: 310px;
  }
}
.team:hover .rotation::before {
  transition: all 0.5s;
  background-size: 100%;
  -webkit-animation: in 1s;
}
.team:hover .rotation img {
  transform: scale(105%);
}

.rotation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 550px;
  width: 550px;
  /* 992 */
  /* 544 */
  /* 992 */
  /* from 1200 */
}
@media (max-width: 62em) {
  .rotation {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 34em) {
  .rotation {
    height: 350px;
    width: 100%;
  }
}
.rotation img {
  max-width: 437px;
  transition: all 0.2s ease-out;
  /* 992 */
}
@media (max-width: 62em) {
  .rotation img {
    max-width: 300px;
  }
}
@media (max-width: 62em) {
  .rotation::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    background: transparent url("/edu/images/contour.svg") no-repeat center center;
    background-size: 80%;
    z-index: -1;
  }
}
@media (min-width: 75em) {
  .rotation::before {
    content: "";
    position: absolute;
    width: 485px;
    height: 485px;
    background: transparent url("/edu/images/contour.svg") no-repeat center center;
    background-size: 50%;
    z-index: -1;
    transition: all 2s;
    -webkit-animation: out 2s;
  }
}

@-webkit-keyframes out {
  75% {
    -webkit-transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes in {
  from {
    -webkit-transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
.leading__text {
  margin-bottom: 24px;
}

.student__items {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .student__items {
    margin-top: 32px;
    grid-gap: 24px;
  }
}
@media (max-width: 48em) {
  .student__items {
    margin-top: 24px;
    grid-gap: 16px;
  }
}
.student__items li {
  display: flex;
  /* 768 */
}
@media (max-width: 48em) {
  .student__items li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 8px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.student__items li a {
  padding: 210px 24px 16px;
  border-radius: 16px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top 30px center;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .student__items li a {
    background-position: left 16px center;
    background-size: 87px 84px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 1rem 1rem 1rem 116px;
    min-height: 100px;
  }
  .student__items li a span {
    background-position: center center;
    height: 20px;
    width: 20px;
    margin-top: 4px;
  }
}
.student__items li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.student__items li a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.student__items li a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .student__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .student__items li a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .student__items li a .arrow {
    background-size: 14px;
  }
}
.student__items__one {
  background: url("/edu/images/student/icon-one.svg");
}
.student__items__two {
  background: url("/edu/images/student/icon-two.svg");
}
.student__items__three {
  background: url("/edu/images/student/icon-three.svg");
}
.student__items__four {
  background: url("/edu/images/student/icon-four.svg");
}
.student__items__five {
  background: url("/edu/images/student/icon-five.svg");
}
.student__items__six {
  background: url("/edu/images/student/icon-six.svg");
}
.student__items__seven {
  background: url("/edu/images/student/icon-seven.svg");
}
.student__items__eight {
  background: url("/edu/images/student/icon-eight.svg");
}

.concurs__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
  padding-left: 0;
  /* 768 */
}
@media (max-width: 48em) {
  .concurs__items {
    flex-direction: column;
    align-items: center;
  }
}
.concurs__items li {
  display: flex;
  flex-direction: row;
  flex: 1 1 25%;
  max-width: 255px;
  /* 768 */
}
@media (max-width: 48em) {
  .concurs__items li {
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 360px;
    gap: 8px;
  }
}
.concurs__items li a {
  padding: 210px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top 30px center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
.concurs__items li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.concurs__items li a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.concurs__items li a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .concurs__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .concurs__items li a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .concurs__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .concurs__items li a {
    background-position: left 16px center;
    background-size: 87px 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 36px 20px 117px;
    height: 100px;
  }
}
.concurs__items__olympiad {
  background: url("/edu/images/concurs/icon-olympiad.svg");
}
.concurs__items__quizzes {
  background: url("/edu/images/concurs/icon-quizzes.svg");
}
.concurs__items__quests {
  background: url("/edu/images/concurs/icon-quests.svg");
}
.concurs__items__entertainment {
  background: url("/edu/images/concurs/icon-entertainment.svg");
}

.quests__intro {
  margin-bottom: 40px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .quests__intro {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .quests__intro {
    margin-bottom: 24px;
  }
}
.quests__items {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  list-style: none;
  padding-left: 0;
  grid-gap: 30px;
  margin: 0 0 40px;
  /* 768 */
}
@media (max-width: 48em) {
  .quests__items {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
}
.quests__items li {
  display: flex;
  width: 100%;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .quests__items li {
    align-self: center;
    justify-self: center;
    max-width: 360px;
  }
}
@media (max-width: 48em) {
  .quests__items li {
    flex-direction: row;
    align-items: center;
  }
}
.quests__items li a {
  padding: 231px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top 34px center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .quests__items li a {
    background-size: 120px 120px;
    padding-top: 160px;
  }
}
@media (max-width: 48em) {
  .quests__items li a {
    background-position: left 16px center;
    background-size: 87px 84px;
    display: flex;
    flex-direction: column;
    padding: 20px 36px 20px 117px;
  }
}
.quests__items li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.quests__items li a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.quests__items li a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .quests__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .quests__items li a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .quests__items li a .arrow {
    background-size: 14px;
  }
}
.quests__items__login {
  background: url("/edu/images/quests/icon-login.svg");
}
.quests__items__results {
  background: url("/edu/images/quests/icon-results.svg");
}
.quests__items__rules {
  background: url("/edu/images/quests/icon-rules.svg");
}
.quests__items__finalists {
  background: url("/edu/images/quests/icon-finalists.svg");
}
.quests__download__before__link {
  display: none;
  /* 544 */
}
@media (max-width: 34em) {
  .quests__download__before__link {
    display: block;
    margin-bottom: 0.5rem;
    color: #644bcd;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
  }
}

.quest__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0 0 26px;
}
.quest__lists > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 40%;
  /* 768 */
}
@media (max-width: 48em) {
  .quest__lists > ul {
    gap: 16px;
  }
}
.quest__lists > ul > li {
  border-radius: 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top 12px left 36px;
  background-size: 36px 36px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .quest__lists > ul > li {
    background-size: 24px;
    background-position: top 12px left 32px;
  }
}
@media (max-width: 34em) {
  .quest__lists > ul > li {
    background-position: top 12px left 16px;
  }
}
.quest__lists > ul > li:hover {
  box-shadow: 0px 2px 15px 0px #e2e1e7;
}
.quest__lists > ul > li.rabota_doc {
  background-image: url(/edu/images/quest/icon-rabota_doc.svg);
}
.quest__lists > ul > li.poisk {
  background-image: url(/edu/images/quest/icon-poisk.svg);
}
.quest__lists > ul > li.dop_info {
  background-image: url(/edu/images/quest/icon-dop_info.svg);
}
.quest__lists > ul > li.mob_prilozheniya {
  background-image: url(/edu/images/quest/icon-mob_prilozheniya.svg);
}
.quest__lists > ul > li a:not(.collapsed)::after {
  transform: rotate(180deg) !important;
}
.quest__lists > ul > li .accordion__content__body {
  border-top: 1px solid #F4F4F4 !important;
  padding: 24px 24px 0 !important;
}
.quest__lists > ul > li .faq__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.quest__lists > ul > li .faq__list > li {
  border-top: 1px solid #644BCD;
  margin: 0;
  padding: 0;
}
.quest__lists > ul > li .faq__list > li:last-child {
  border-bottom: 1px solid #644BCD;
}
.quest__lists > ul > li .faq__list > li a {
  color: #644bcd;
  display: block;
  font-size: 1rem;
  padding: 16px 50px 16px 0;
  position: relative;
  /* 768 */
}
.quest__lists > ul > li .faq__list > li a::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 54px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transform: rotate(-90deg);
}
.quest__lists > ul > li .faq__list > li a:hover {
  color: #644bcd;
}
@media (max-width: 48em) {
  .quest__lists > ul > li .faq__list > li a {
    font-size: 0.875rem;
  }
}
.quest__lists .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .quest__lists .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .quest__lists .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.quest__lists .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.quest__lists .accordion__intro:hover {
  cursor: pointer;
}
.quest__lists .accordion__active::after {
  transform: rotate(180deg);
}
.quest__lists .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.quest__lists .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.quest__lists .accordion__content__body p {
  margin-top: 0;
}
.quest__lists .accordion__content ul {
  margin: 0;
}
.quest__lists .accordion__content ul li {
  margin-bottom: 1rem;
}
.quest__lists .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.quest__lists .accordion__content ul li a:hover {
  color: #000;
}

.nauka__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__list {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .nauka__list {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.nauka__list__item {
  background-size: 112px;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  width: 33%;
  padding-top: 128px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__list__item {
    background-size: 88px;
    padding-top: 96px;
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .nauka__list__item {
    background-size: 64px;
    background-position: left center;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    font-size: 0.875rem;
    padding: 0 0 0 80px;
    height: 64px;
    text-align: left;
    width: 100%;
  }
}
.nauka__list__item span {
  display: block;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__list__item span {
    display: initial;
  }
}
.nauka__list__first {
  background-image: url(/edu/images/nauka/icon-first.svg);
}
.nauka__list__second {
  background-image: url(/edu/images/nauka/icon-second.svg);
}
.nauka__list__third {
  background-image: url(/edu/images/nauka/icon-third.svg);
}
.nauka__search__block {
  margin: 24px 0 26px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__search__block {
    flex-direction: column;
    gap: 16px;
  }
}
.nauka__search__list {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  flex: 1 1 40%;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__search__list {
    gap: 16px;
  }
}
.nauka__search__list > li {
  border-radius: 8px;
  background-color: #ffffff;
  background-position: left 36px top 12px;
  background-size: 36px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .nauka__search__list > li {
    background-size: 24px;
    background-position: top 12px left 32px;
  }
}
@media (max-width: 34em) {
  .nauka__search__list > li {
    background-position: top 12px left 16px;
  }
}
.nauka__search__list > li .accordion__content__body {
  border-top: 1px solid #f4f4f4;
  padding: 2rem;
}
.nauka__search__list > li .accordion__content__body ul {
  margin-bottom: 0;
}
.nauka__search__list > li.type {
  background-image: url(/edu/images/nauka/icon-type.svg);
}
.nauka__search__list > li.rubrics {
  background-image: url(/edu/images/nauka/icon-rubrics.svg);
}
.nauka__search__list > li.vuz {
  background-image: url(/edu/images/nauka/icon-vuz.svg);
}
.nauka__search__list > li.date {
  background-image: url(/edu/images/nauka/icon-date.svg);
}
.nauka .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .nauka .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .nauka .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.nauka .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.nauka .accordion__intro:hover {
  cursor: pointer;
}
.nauka .accordion__active::after {
  transform: rotate(180deg);
}
.nauka .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.nauka .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.nauka .accordion__content__body p {
  margin-top: 0;
}
.nauka .accordion__content ul {
  margin: 0;
}
.nauka .accordion__content ul li {
  margin-bottom: 1rem;
}
.nauka .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.nauka .accordion__content ul li a:hover {
  color: #000;
}
.nauka__publish {
  background-image: url("/edu/images/nauka/icon-publish.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
  padding-left: 262px;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__publish {
    background-size: 128px;
    background-position: center top 20px;
    padding: 80px 16px 24px;
    height: auto;
    text-align: center;
  }
}
.nauka__advice {
  padding-top: 18px;
}
.nauka__advice__list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__advice__list {
    flex-direction: column;
  }
}
.nauka__advice__list__item {
  display: flex;
  flex-direction: row;
  flex: 1 1 33%;
  gap: 16px;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__advice__list__item {
    flex: 1 1 0;
  }
}
.nauka__advice__list__author {
  font-weight: 600;
}
.nauka__concurs {
  padding-top: 20px;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__concurs {
    padding-top: 40px;
  }
}
.nauka__concurs__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__concurs__body {
    flex-direction: column;
  }
}
.nauka__concurs__text {
  flex: 1;
}
.nauka__concurs__title {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__concurs__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 48em) {
  .nauka__concurs__title {
    font-size: 1.25rem;
    text-align: center;
    line-height: 110%;
    margin-bottom: 8px;
  }
}
.nauka__concurs__subtitle {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 145%;
  margin-bottom: 24px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__concurs__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .nauka__concurs__subtitle {
    text-align: center;
    font-size: 0.875rem;
    line-height: 130%;
    margin-bottom: 16px;
  }
}
.nauka__concurs__image img {
  width: 100%;
  max-width: 411px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__concurs__image img {
    max-width: 278px;
  }
}
@media (max-width: 48em) {
  .nauka__concurs__image img {
    margin-top: 24px;
    max-width: 268px;
  }
}
.nauka__concurs__button {
  display: flex;
  /* 768 */
}
@media (max-width: 48em) {
  .nauka__concurs__button {
    justify-content: center;
  }
}
.nauka__concurs__link {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  display: flex;
  padding: 12px 40px;
  align-items: flex-start;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .nauka__concurs__link {
    padding: 10px 32px;
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .nauka__concurs__link {
    font-size: 0.75rem;
    padding: 10px 24px;
  }
}
.nauka__concurs__link span {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .nauka__concurs__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (min-width: 992px) and (max-width: 48em) {
  .nauka__concurs__link .arrow {
    background-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .nauka__concurs__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (min-width: 768px) and (max-width: 48em) {
  .nauka__concurs__link .arrow {
    background-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .nauka__concurs__link .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media screen and (max-width: 768px) and (max-width: 48em) {
  .nauka__concurs__link .arrow {
    background-size: 14px;
  }
}
.nauka__concurs__link:hover {
  text-decoration: none;
  color: inherit;
}
.nauka__concurs__link:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.listo__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .listo__lists {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .listo__lists {
    flex-direction: column;
  }
}
.listo__lists > ul {
  list-style: none;
  padding-left: 0;
  margin: 0 !important;
  width: 100%;
  max-width: calc(50% - 14px);
  /* 768 */
}
@media (max-width: 48em) {
  .listo__lists > ul {
    gap: 16px;
    max-width: 100%;
  }
}
.listo__lists > ul > li {
  border-radius: 8px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-position: top 12px left 36px;
  background-size: 36px 36px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .listo__lists > ul > li {
    background-size: 24px;
    background-position: top 12px left 32px;
  }
}
@media (max-width: 34em) {
  .listo__lists > ul > li {
    background-position: top 12px left 16px;
  }
}
.listo__lists > ul > li:hover {
  box-shadow: 0px 2px 15px 0px #e2e1e7;
}
.listo__lists > ul > li.lists__tgp {
  background-image: url(/edu/images/listo/icon-tgp.svg);
}
.listo__lists > ul > li.lists__kpr {
  background-image: url(/edu/images/listo/icon-kpr.svg);
}
.listo__lists > ul > li.lists__gp {
  background-image: url(/edu/images/listo/icon-gp.svg);
}
.listo__lists > ul > li.lists__up {
  background-image: url(/edu/images/listo/icon-up.svg);
}
.listo__lists > ul > li.lists__nalogi {
  background-image: url(/edu/images/listo/icon-nalogi.svg);
}
.listo__lists > ul > li .accordion__content__body {
  padding-bottom: 0;
}
.listo__lists .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .listo__lists .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .listo__lists .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.listo__lists .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.listo__lists .accordion__intro:hover {
  cursor: pointer;
}
.listo__lists .accordion__active::after {
  transform: rotate(180deg);
}
.listo__lists .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.listo__lists .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.listo__lists .accordion__content__body p {
  margin-top: 0;
}
.listo__lists .accordion__content ul {
  margin: 0;
}
.listo__lists .accordion__content ul li {
  margin-bottom: 1rem;
}
.listo__lists .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.listo__lists .accordion__content ul li a:hover {
  color: #000;
}

.advice {
  margin-top: 30px;
}
.advice__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 28px;
  margin: 0;
  /* 768 */
}
@media (max-width: 48em) {
  .advice__lists {
    flex-direction: column;
    gap: 16px;
  }
}
.advice__lists > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 40%;
  /* 768 */
}
@media (max-width: 48em) {
  .advice__lists > ul {
    gap: 16px;
  }
}
.advice__lists > ul li.accordion {
  border-radius: 8px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-position: top 12px left 36px;
  background-size: 36px 36px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .advice__lists > ul li.accordion {
    background-size: 24px;
    background-position: top 12px left 32px;
  }
}
@media (max-width: 34em) {
  .advice__lists > ul li.accordion {
    background-position: top 12px left 16px;
  }
}
.advice__lists > ul li.accordion:hover {
  cursor: pointer;
  box-shadow: 0px 2px 15px 0px #e2e1e7;
}
.advice__lists > ul li.accordion.education {
  background-image: url("/edu/images/consultation/icon-education.svg");
}
.advice__lists > ul li.accordion.auto {
  background-image: url("/edu/images/consultation/icon-auto.svg");
}
.advice__lists > ul li.accordion.army {
  background-image: url("/edu/images/consultation/icon-army.svg");
}
.advice__lists > ul li.accordion.consumer {
  background-image: url("/edu/images/consultation/icon-consumer.svg");
}
.advice__lists > ul li.accordion.credits {
  background-image: url("/edu/images/consultation/icon-credits.svg");
}
.advice__lists > ul li.accordion.family {
  background-image: url("/edu/images/consultation/icon-family.svg");
}
.advice__lists > ul li.accordion.fly {
  background-image: url("/edu/images/consultation/icon-fly.svg");
}
.advice__lists > ul li.accordion.home {
  background-image: url("/edu/images/consultation/icon-home.svg");
}
.advice__lists > ul li.accordion.inheritance {
  background-image: url("/edu/images/consultation/icon-inheritance.svg");
}
.advice__lists > ul li.accordion.insurance {
  background-image: url("/edu/images/consultation/icon-insurance.svg");
}
.advice__lists > ul li.accordion.medic {
  background-image: url("/edu/images/consultation/icon-medic.svg");
}
.advice__lists > ul li.accordion.migration {
  background-image: url("/edu/images/consultation/icon-migration.svg");
}
.advice__lists > ul li.accordion.pension {
  background-image: url("/edu/images/consultation/icon-pension.svg");
}
.advice__lists > ul li.accordion.tax {
  background-image: url("/edu/images/consultation/icon-tax.svg");
}
.advice__lists > ul li.accordion.work {
  background-image: url("/edu/images/consultation/icon-work.svg");
}
.advice__lists .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .advice__lists .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .advice__lists .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.advice__lists .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.advice__lists .accordion__intro:hover {
  cursor: pointer;
}
.advice__lists .accordion__active::after {
  transform: rotate(180deg);
}
.advice__lists .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.advice__lists .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.advice__lists .accordion__content__body p {
  margin-top: 0;
}
.advice__lists .accordion__content ul {
  margin: 0;
}
.advice__lists .accordion__content ul li {
  margin-bottom: 1rem;
}
.advice__lists .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.advice__lists .accordion__content ul li a:hover {
  color: #000;
}

.teacher__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .teacher__items {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.teacher__items li {
  display: flex;
  flex: 1 1 31%;
  max-width: 350px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .teacher__items li {
    max-width: 268px;
  }
}
@media (max-width: 48em) {
  .teacher__items li {
    flex-direction: row;
    flex: 1;
    width: 100%;
    margin-right: 0;
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .teacher__items li:nth-child(3n) {
    margin-right: 0;
  }
}
.teacher__items li a {
  padding: 210px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top 30px center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
.teacher__items li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.teacher__items li a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.teacher__items li a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .teacher__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .teacher__items li a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .teacher__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .teacher__items li a {
    background-position: left 16px center;
    background-size: 87px 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1rem 1rem 117px;
  }
}
.teacher__items__one {
  background: url("/edu/images/teacher/icon-one.svg");
}
.teacher__items__two {
  background: url("/edu/images/teacher/icon-two.svg");
}
.teacher__items__three {
  background: url("/edu/images/teacher/icon-three.svg");
}
.teacher__items__four {
  background: url("/edu/images/teacher/icon-four.svg");
}
.teacher__items__five {
  background: url("/edu/images/teacher/icon-five.svg");
}

.club .theme__orange {
  background-color: #ff6600;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 3px 10px;
}
.club .enmeti__text__white {
  margin-bottom: 16px;
}
.club__body {
  padding-top: 40px;
}
.club__none {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 24px;
  padding: 1.5rem;
}
.club__list {
  padding-left: 20px;
  margin: 16px 0;
}
.club__list__item {
  line-height: 160%;
  margin-bottom: 0.5rem;
}
.club__news {
  padding-bottom: 40px;
}
.club__news h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.club__news__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0 0 32px;
  padding-left: 0;
  /* 768 */
}
@media (max-width: 48em) {
  .club__news__list {
    gap: 26px;
  }
}
.club__news__list__title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.club__news__list__add {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.club__news__list__add a {
  text-decoration: underline;
}
.club__news__list__item {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  gap: 32px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .club__news__list__item {
    gap: 24px;
  }
}
@media (max-width: 48em) {
  .club__news__list__item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }
}
.club__news__list__content {
  flex: 1 1 100%;
}
.club .enmeti__violet .enmeti__body {
  background: transparent url("/edu/images/incut__bg__img.svg") no-repeat left 20px center;
  padding-left: 140px;
  /* 768 */
}
@media (max-width: 48em) {
  .club .enmeti__violet .enmeti__body {
    background-position: center top 20px;
    padding-top: 105px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.documents__body {
  line-height: 160%;
}
.documents__block {
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 24px;
  margin-bottom: 24px;
  line-height: 160%;
}
.documents__block a {
  color: #644bcd;
  text-decoration: none;
}
.documents__month {
  background: #644bcd;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 1rem;
}
.documents__time {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 16px;
}
.documents__source {
  margin-bottom: 8px;
}
.documents__intro {
  color: #707070;
  margin-bottom: 8px;
}
.documents__explanation {
  font-weight: 600;
  margin-bottom: 8px;
}
.documents__show__other {
  color: #644bcd;
  cursor: pointer;
  display: inline-block;
}
.documents__list {
  margin-top: 24px;
}
.documents__list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.documents__list .accordion {
  background-color: #fff;
  border-radius: 8px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: top 12px left 36px;
  background-size: 36px 36px;
}
.documents__list .accordion__intro {
  background-repeat: no-repeat;
}
.documents__list .accordion__content__body {
  border-top: 1px solid #F4F4F4 !important;
}
.documents__list .accordion__content__body ul {
  columns: 3;
}
.documents__list .accordion__a1 {
  background-image: url("/edu/images/download/icon-a1.svg");
}
.documents__list .accordion__a2 {
  background-image: url("/edu/images/download/icon-a2.svg");
}
.documents__list .accordion__a3 {
  background-image: url("/edu/images/download/icon-a3.svg");
}
.documents__list .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .documents__list .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .documents__list .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.documents__list .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.documents__list .accordion__intro:hover {
  cursor: pointer;
}
.documents__list .accordion__active::after {
  transform: rotate(180deg);
}
.documents__list .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.documents__list .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.documents__list .accordion__content__body p {
  margin-top: 0;
}
.documents__list .accordion__content ul {
  margin: 0;
}
.documents__list .accordion__content ul li {
  margin-bottom: 1rem;
}
.documents__list .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.documents__list .accordion__content ul li a:hover {
  color: #000;
}

.timetable__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.timetable__list__item {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 0;
  width: clamp(320px, 48%, 543px);
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__list__item {
    padding: 16px 16px 0;
  }
}
.timetable__list__item__type {
  background-color: #FF6600;
  color: #ffffff;
  display: inline;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 3px 15px;
}
.timetable__list__item__name {
  display: block;
  font-weight: 600;
  margin: 5px 0 16px;
  padding-right: 32px;
  position: relative;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__list__item__name {
    margin-bottom: 11px;
  }
}
.timetable__list__item__name::after {
  background-image: url("https://www.consultant.ru/edu/images/dropdown-arrow.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  position: absolute;
  top: 3px;
  right: 0;
  height: 16px;
  width: 16px;
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.timetable__list__item__name.collapsed::after {
  transform: rotate(0deg);
}
.timetable__list__item__enroll {
  display: flex;
  line-height: 1.2rem;
  justify-content: space-between;
  margin-bottom: 14px;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__list__item__enroll {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.timetable__list__item .button {
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1.6rem;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__list__item .button {
    justify-content: center;
    margin-top: 10px;
  }
}
.timetable__participant__review {
  display: flex;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__participant__review {
    flex-direction: column;
  }
}
.timetable__participant__review li {
  display: flex;
  flex: 1 1 33%;
  flex-direction: column;
}
.timetable__participant__review li img {
  border-radius: 50%;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__participant__review li img {
    max-width: 100px;
  }
}
.timetable__participant__review li strong {
  display: -webkit-box;
  position: relative;
  margin: 32px 0 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 5rem;
  /* 768 */
}
@media (max-width: 48em) {
  .timetable__participant__review li strong {
    height: 4.5rem;
  }
}
.timetable__participant__review li div {
  display: -webkit-box;
  position: relative;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.quizes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.quizes__list .media {
  background-color: var(--gray-background-color);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 32px;
  width: 100%;
  max-width: 350px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .quizes__list .media {
    max-width: 250px;
  }
}
@media (max-width: 48em) {
  .quizes__list .media {
    align-items: start;
    flex-direction: column;
    padding: 20px;
    max-width: 380px;
  }
}
.quizes__list .media-left img {
  height: 100px;
  width: 100px;
  margin-bottom: 16px;
  /* 768 */
}
@media (max-width: 48em) {
  .quizes__list .media-left img {
    height: 80px;
    width: 80px;
  }
}
.quizes__list .media-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.quizes__list .media-body p {
  margin: 0;
}
.quizes__list .media-link {
  margin-top: 8px;
}
.quizes__list .media-heading {
  margin: 0 0 0.25rem;
}

.aids__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aids__list .media {
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0 0 8px;
}

.publishing {
  background: #ffffff;
  padding: 100px 0;
  /* 768 */
}
@media (max-width: 48em) {
  .publishing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.publishing__tabs {
  display: flex;
}
@media screen and (min-width: 576px) {
  .publishing__tabs {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #9E9E9E;
  }
}
.publishing__tabs button {
  background-color: transparent;
  border: 0;
  color: #9E9E9E;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  padding: 0 0 23px;
}
@media screen and (max-width: 576px) {
  .publishing__tabs button {
    display: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.18px;
    padding: 0;
  }
  .publishing__tabs button.active {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .publishing__tabs button {
    border-bottom: 5px solid transparent;
    font-size: 24px;
  }
  .publishing__tabs button.active {
    border-bottom: 5px solid #644BCD;
    color: #000;
  }
}
.publishing .tab-content > div {
  display: none;
}
.publishing .tab-content.news > div.news,
.publishing .tab-content.reports > div.reports,
.publishing .tab-content.interview > div.interview,
.publishing .tab-content.infographics > div.infographics,
.publishing .tab-content.blog > div.blog {
  display: block;
}
.publishing__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  margin: 32px 0 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .publishing__list {
    flex-direction: column;
    margin: 24px 0 16px;
  }
}
.publishing__list li {
  display: flex;
  width: 33%;
  /* 768 */
}
@media (max-width: 48em) {
  .publishing__list li {
    width: 100%;
    margin-bottom: 24px;
    justify-content: flex-start;
  }
}
.publishing__list a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 576px) and (max-width: 762px) {
  .publishing__list a {
    flex-direction: row;
  }
}
.publishing__list__item {
  font-style: normal;
}
.publishing__list__item__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.16px;
  margin: 0;
}
.publishing__list__item__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: 4px 0 8px;
}
.publishing__list__item time {
  color: #9E9E9E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 161%;
  letter-spacing: 0.12px;
}
.publishing__img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .publishing__img {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 762px) {
  .publishing__img {
    margin: 0 1rem 0 0;
  }
}
.publishing__img img {
  border-radius: 15px;
  width: 100%;
}
.publishing__link {
  display: flex;
}
@media screen and (max-width: 762px) and (min-width: 576px) {
  .publishing__link {
    justify-content: flex-end;
  }
}
.publishing__link__all {
  color: #644BCD;
  display: flex;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.publishing__link__all:hover {
  text-decoration: none;
}
.publishing__link__all .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .publishing__link__all .arrow {
    background-size: 14px;
  }
}
.publishing__link__all:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 576px) {
  .publishing__link__all {
    font-size: 0.875rem;
  }
  .publishing__link__all span {
    height: 20px;
    width: 20px;
  }
}

.subsription {
  background-color: #f4f4f4;
  padding-top: 78px;
  padding-bottom: 78px;
  margin-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .subsription {
    margin-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .subsription {
    margin-bottom: 32px;
  }
}
.subsription__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px;
}
@media screen and (max-width: 576px) {
  .subsription__title {
    font-size: 20px;
    line-height: 115%; /* 23px */
    margin-bottom: 4px;
  }
}
.subsription__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.16px;
  margin-bottom: 38px;
}
@media screen and (max-width: 576px) {
  .subsription__text {
    margin-bottom: 16px;
  }
}
.subsription__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 576px) {
  .subsription__form {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
}
.subsription__form-input {
  outline: none;
  border: none;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px #e2e1e7;
  font-size: 1rem;
  padding: 10px 33px;
  height: 48px;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .subsription__form-input {
    font-size: 0.875rem;
    height: 40px;
  }
}
@media (max-width: 48em) {
  .subsription__form-input {
    font-size: 0.75rem;
    height: 36px;
  }
  .subsription__form-input::placeholder {
    text-align: center;
  }
}
.subsription__form-input:hover {
  box-shadow: 0px 4px 4px 0px #e2e1e7, 0px 2px 15px 0px #c2c2c5;
}

.socials__body h2 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
.socials__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 32px 0 60px;
  padding-left: 0;
  gap: 20px;
}
.socials__list a {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 136px;
  height: 136px;
}
.socials__list a span {
  display: none;
}
.socials__list__vk {
  background-image: url("/edu/images/icon-socials-vk.svg");
}
.socials__list__vk:hover {
  background-image: url("/edu/images/icon-socials-vk-on.svg");
}
.socials__list__tg {
  background-image: url("/edu/images/icon-socials-tg.svg");
}
.socials__list__tg:hover {
  background-image: url("/edu/images/icon-socials-tg-on.svg");
}
.socials__list__ok {
  background-image: url("/edu/images/icon-socials-ok.svg");
}
.socials__list__ok:hover {
  background-image: url("/edu/images/icon-socials-ok-on.svg");
}

.share {
  margin-top: 40px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .share {
    margin-top: 32px;
  }
}
@media (max-width: 48em) {
  .share {
    margin-top: 24px;
  }
}
.share__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.share-block {
  display: flex;
  font-size: 0.865rem;
}

.search__form {
  display: flex;
  flex-direction: row;
  max-width: 100% !important;
  margin: 0 0 16px !important;
}
.search__form input.form-control {
  border-radius: 8px;
  border: 1px solid #454545;
  background-color: #fff;
  font-size: 1rem;
  margin-right: 0.5rem;
  flex: 1;
  padding: 11px 1rem;
  outline: none;
}
.search__form button {
  border-radius: 8px;
  border: 1px solid #454545;
  background: linear-gradient(0deg, #F4F4F4 0%, #F4F4F4 100%), #FFF;
  padding: 10px 2rem;
  color: #454545;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
}
.search__source {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 24px 0 26px;
  /* 992 */
}
@media (max-width: 62em) {
  .search__source {
    margin: 16px 0 20px;
  }
}
.search__source li {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0 20px;
  /* 992 */
}
@media (max-width: 62em) {
  .search__source li {
    font-size: 1rem;
  }
}
.search__source li:nth-child(1) {
  border-right: 1px solid #000;
  padding-left: 0;
}
.search__source a {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}
.search__source__current a {
  color: #644BCD;
  border-bottom: 1px solid #644BCD;
  cursor: pointer;
}
.search__count {
  color: #9E9E9E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
}
.search__sortby {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 40px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .search__sortby {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .search__sortby {
    margin-bottom: 24px;
  }
}
.search__results {
  padding: 0;
  margin: 44px 0 32px;
  list-style: none;
}
.search__results li {
  margin-bottom: 32px;
  /* 768 */
}
@media (max-width: 48em) {
  .search__results li {
    margin-bottom: 20px;
  }
}
.search__results li p {
  margin: 0;
}
.search__results__name {
  color: #644BCD;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.search__results__name:hover {
  color: #474399;
  text-decoration: none;
}
.search__results__link {
  display: block;
  color: #454545;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}
.search__results__link:hover {
  color: #000;
}

.btn,
.button {
  background-color: #ffffff;
  border: 1px solid #644bcd;
  border-radius: 8px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  flex-direction: row;
  padding: 12px 40px;
  text-decoration: none;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .btn,
  .button {
    font-size: 0.875rem;
    padding: 10px 32px;
  }
}
@media (max-width: 48em) {
  .btn,
  .button {
    font-size: 0.75rem;
    padding: 8px 24px;
  }
}
.btn .arrow,
.button .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn .arrow,
  .button .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn .arrow,
  .button .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 2px 0 0 1px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn .arrow,
  .button .arrow {
    background-size: 14px;
  }
}
.btn:hover,
.button:hover {
  border: 1px solid #474399;
  color: #474399;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover .arrow,
.button:hover .arrow {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23474399" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23474399" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn:hover .arrow,
  .button:hover .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn:hover .arrow,
  .button:hover .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 2px 0 0 1px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn:hover .arrow,
  .button:hover .arrow {
    background-size: 14px;
  }
}
.btn:active,
.button:active {
  font-weight: 600;
}
.btn__reverse,
.button__reverse {
  color: #9E9E9E;
}
.btn__reverse .arrow,
.button__reverse .arrow {
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6L1.50004 6M6.01462 11L1.00732 5.99268L6.00003 1" stroke="%239E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn__reverse .arrow,
  .button__reverse .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn__reverse .arrow,
  .button__reverse .arrow {
    background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6L1.50004 6M6.01462 11L1.00732 5.99268L6.00003 1" stroke="%239E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 2px 0 0 1px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn__reverse .arrow,
  .button__reverse .arrow {
    background-size: 14px;
  }
}
.btn__reverse:hover,
.button__reverse:hover {
  border: 1px solid #474399;
  color: #474399;
  cursor: pointer;
  text-decoration: none;
}
.btn__reverse:hover .arrow,
.button__reverse:hover .arrow {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6L1.50004 6M6.01462 11L1.00732 5.99268L6.00003 1" stroke="%23474399" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn__reverse:hover .arrow,
  .button__reverse:hover .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn__reverse:hover .arrow,
  .button__reverse:hover .arrow {
    background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6L1.50004 6M6.01462 11L1.00732 5.99268L6.00003 1" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 2px 0 0 1px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn__reverse:hover .arrow,
  .button__reverse:hover .arrow {
    background-size: 14px;
  }
}
.btn__violet,
.button__violet {
  background: linear-gradient(180deg, #9c8ddf 0%, #644bcd 100%);
  border: 0;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  min-width: 320px;
}
.btn__violet .arrow,
.button__violet .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn__violet .arrow,
  .button__violet .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn__violet .arrow,
  .button__violet .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 2px 0 0 4px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn__violet .arrow,
  .button__violet .arrow {
    background-size: 14px;
  }
}
.btn__violet:hover,
.button__violet:hover {
  background: linear-gradient(180deg, #9c8ddf 0%, #644bcd 100%);
  border: 0;
  color: #ffffff;
}
.btn__violet:hover .arrow,
.button__violet:hover .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .btn__violet:hover .arrow,
  .button__violet:hover .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .btn__violet:hover .arrow,
  .button__violet:hover .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 3px 0 0 4px;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .btn__violet:hover .arrow,
  .button__violet:hover .arrow {
    background-size: 14px;
  }
}
.btn__violet:active,
.button__violet:active {
  background: #644bcd;
  border: 0;
}
.btn__violet[disabled],
.button__violet[disabled] {
  background: linear-gradient(180deg, #CDC2FD 0%, #907DDE 100%);
  cursor: not-allowed !important;
}
.btn__empty,
.button__empty {
  background-color: transparent;
  border: none;
  padding: 0;
}
.btn__empty:hover,
.button__empty:hover {
  border: none;
}
.btn__download,
.button__download {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 2.72266V14.1115" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.3886 9.77821L9.99973 14.1115L5.61084 9.72266" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.2777 17.2793H3.72217" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: left 32px center;
  background-size: 24px;
  border: 1px solid #644bcd;
  border-radius: 8px;
  color: #644bcd;
  font-weight: 400;
  padding-left: 68px;
  gap: 4px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .btn__download,
  .button__download {
    background-size: 20px;
    padding-left: 56px;
  }
}
@media (max-width: 48em) {
  .btn__download,
  .button__download {
    background-position: left 24px center;
    background-size: 16px;
    padding-left: 44px;
  }
}
.btn__download span,
.button__download span {
  font-weight: 600;
  /* 768 */
}
@media (max-width: 48em) {
  .btn__download span,
  .button__download span {
    display: none;
  }
}
.btn__download:hover,
.button__download:hover {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 2.72266V14.1115" stroke="%23474399" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.3886 9.77821L9.99973 14.1115L5.61084 9.72266" stroke="%23474399" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.2777 17.2793H3.72217" stroke="%23474399" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: 1px solid #474399;
  color: #474399;
  cursor: pointer;
  text-decoration: none;
}
.btn__download:active,
.button__download:active {
  border: 1px solid #474399;
  color: #474399;
  font-weight: 400;
  text-decoration: none;
}

h1:not(.primary) {
  display: none !important;
}

h1.primary {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 1rem;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  h1.primary {
    font-size: 1.5rem;
    line-height: 1.625rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 48em) {
  h1.primary {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin: 2rem 0 1rem;
  /* 768 */
}
@media (max-width: 48em) {
  h2,
  .h2 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 1.5rem 0 1rem;
  /* 768 */
}
@media (max-width: 48em) {
  h3,
  .h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

h4,
.h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.463rem;
  margin: 1.5rem 0 1rem;
  /* 768 */
}
@media (max-width: 48em) {
  h4,
  .h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3rem;
  margin: 1.5rem 0 1rem;
  /* 768 */
}
@media (max-width: 48em) {
  h5,
  .h5 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

blockquote.blog {
  color: #2e3192;
  border-left: 2px solid #2e3192;
  padding: 3px 0 3px 10px;
  margin: 16px 0 16px 25px;
}
blockquote.blog p {
  margin: 0;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

.text-muted {
  color: #9E9E9E;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.list-inline li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.content {
  flex: 1 0 auto;
  min-height: 1px;
  margin-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .content {
    margin-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .content {
    margin-bottom: 32px;
  }
}
.content__body p {
  margin: 0 0 1rem;
}
.content__body ul:not([class]),
.content__body ol:not([class]) {
  margin: 0.5rem 0 1rem 20px;
}
.content__body ul:not([class]) li,
.content__body ol:not([class]) li {
  margin-bottom: 0.5rem;
}
.content__body ul:not([class]) li ul,
.content__body ul:not([class]) li ol,
.content__body ol:not([class]) li ul,
.content__body ol:not([class]) li ol {
  margin: 0.5rem 0 0 20px;
}
.content__body ul:not([class]) p,
.content__body ol:not([class]) p {
  margin: 0;
}

.iblock {
  font-weight: 700;
  display: inline-block;
  padding: 0 8px;
}
.iblock__violet {
  background-color: #644BCD;
  color: #fff;
}

.download__before__link {
  display: none;
  /* 544 */
}
@media (max-width: 34em) {
  .download__before__link {
    display: block;
    margin-bottom: 8px;
    color: #644bcd;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
  }
}
.download__link {
  background: #fff url("/edu/images/icon-download.svg") no-repeat;
  background-size: 24px 24px;
  background-position: left 40px center;
  border-radius: 8px;
  border: 1px solid #644bcd;
  color: #644bcd;
  display: inline-flex;
  padding: 12px 40px 12px 68px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
  /* 544 */
}
.download__link span {
  font-weight: 600;
}
@media (max-width: 34em) {
  .download__link {
    background-position: left 24px center;
    background-size: 16px 16px;
    padding: 10px 25px 10px 45px;
  }
  .download__link span {
    display: none;
  }
}
.download__link:hover {
  border-color: #474399;
  color: #474399;
  text-decoration: none;
}

.img-responsive {
  width: 100%;
}
.img-right {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
  /* 544 */
}
@media (max-width: 34em) {
  .img-right {
    float: none;
    margin: 0.5rem 0 !important;
    width: 100%;
  }
}

img[align=left],
img[style*="float:left"],
img[style*="float: left"] {
  margin: 0.5rem 1rem 1rem 0;
}

img[align=right],
img[style*="float:right"],
img[style*="float: right"] {
  margin: 0.5rem 0 1rem 1rem;
}

figure {
  float: left;
  margin: 0;
  display: block;
  padding: 0.5rem 1rem 1rem 0;
  max-width: 316px;
  /* 544 */
}
figure figcaption {
  font-size: 0.825rem;
  font-style: italic;
  line-height: 1.24rem;
  padding: 0.5rem 0.5rem 0;
  text-align: center;
  text-indent: 0;
}
figure figcaption p {
  margin-bottom: 0 !important;
}
figure img {
  width: 100%;
}
figure[align=right], figure.right {
  float: right;
  padding: 0.5rem 0 1rem 1rem;
}
@media (max-width: 34em) {
  figure {
    max-width: none;
    float: none !important;
    padding: 0.5rem 0 !important;
    width: 100%;
  }
}

.galerio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.galerio img {
  margin: 0;
  padding: 0;
}
.galerio figure {
  padding: 0 !important;
}

.download__document {
  background: transparent url("/edu/images/icon-download-document.svg") no-repeat left top;
  background-size: 36px 36px;
  display: block;
  padding: 5px 0 0 44px;
  margin-bottom: 24px !important;
  min-height: 36px;
}

.list__participants {
  margin-bottom: 16px;
  padding-left: 30px;
}
.list__participants li {
  margin-bottom: 8px;
}

.bottom__links {
  margin-top: 60px;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .bottom__links {
    margin-top: 40px;
  }
}
@media (max-width: 34em) {
  .bottom__links {
    margin-top: 32px;
  }
}
.bottom__links__title {
  color: #707070;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .bottom__links__title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
@media (max-width: 34em) {
  .bottom__links__title {
    margin-bottom: 0.75rem;
  }
}
.bottom__links__items {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.bottom__links__items li {
  /* 544 */
}
@media (max-width: 34em) {
  .bottom__links__items li {
    gap: 12px;
  }
}
.bottom__links__items li a {
  background-color: var(--gray-background-color);
  border-radius: 20px;
  display: block;
  color: #707070;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  padding: 13px 16px 14px;
  /* 768 */
}
@media (max-width: 48em) {
  .bottom__links__items li a {
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.125rem;
  }
}
.bottom__links__items li a:hover {
  color: #000;
}
.bottom__date {
  margin-bottom: 32px;
}
.bottom__date__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}
.bottom__date__title {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.bottom__date__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 16px 0 32px;
}
.bottom__date__list li {
  margin-right: 20px;
}
.bottom__date__list li a {
  color: #9e9e9e;
  text-decoration: none;
}
.bottom__date__list li a:hover {
  color: #000;
}

.blog__editor__choice {
  background-color: var(--gray-background-color);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.blog__editor__choice__mark {
  background: #f60;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12px;
  padding: 3px 10px 5px;
  margin-bottom: 20px;
}
.blog__editor__choice__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog__editor__choice__list li {
  flex: 1 1 30%;
}
.blog__editor__choice__list li a {
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.blog__editor__choice__list li a img {
  border-radius: 8px;
  max-width: 350px;
}
.blog__editor__choice__list li strong {
  display: block;
  margin-top: 14px;
  margin-bottom: 8px;
}
.blog__category {
  margin-bottom: 24px;
}
.blog__category a {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.blog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding-left: 0;
  margin: 0 0 48px;
}
.blog__tags li {
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  color: #9e9e9e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  padding: 9px 16px;
}
.blog__tags li a {
  color: #9e9e9e;
  text-decoration: none;
}
.blog__items {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 30%;
  list-style: none;
  padding-left: 0;
  gap: 30px;
}
.blog__items li a {
  display: flex;
  flex-direction: column;
}
.blog__items li img {
  max-width: 256px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banners__list {
  margin-bottom: 32px;
  /* 768 */
}
@media (max-width: 48em) {
  .banners__list {
    margin-bottom: 24px;
  }
}
.banners__list__item {
  border-bottom: 1px solid #9e9e9e;
  padding: 12px 0 16px;
  /* 768 */
}
.banners__list__item:nth-child(1) {
  padding-top: 0;
}
.banners__list__item:nth-child(1) h2 {
  margin-top: 0;
}
@media (max-width: 48em) {
  .banners__list__item {
    padding: 4px 0;
  }
}
.banners__list__download {
  padding-left: 20px;
}

.useful_advice .blog__choice {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
  /* 992 */
  /* 768 */
}
.useful_advice .blog__choice::before {
  content: "выбор редакции";
  top: -32px;
  position: absolute;
  background-color: #ff6600;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 5px;
  line-height: 100%;
}
@media (max-width: 62em) {
  .useful_advice .blog__choice {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .useful_advice .blog__choice {
    flex-direction: column;
    gap: 24px;
  }
}
.useful_advice .blog__choice__item {
  width: 33%;
  /* 768 */
}
@media (max-width: 48em) {
  .useful_advice .blog__choice__item {
    width: 100%;
  }
}
.useful_advice .blog__choice__item__pic {
  margin-bottom: 16px;
  /* 768 */
}
.useful_advice .blog__choice__item__pic img {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 48em) {
  .useful_advice .blog__choice__item__pic {
    margin-bottom: 8px;
  }
}
.useful_advice .blog__choice__item__body {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.useful_advice .blog__choice__item__body a {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.useful_advice .blog__subject {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
}
.useful_advice .blog__subject:hover {
  cursor: pointer;
}
.useful_advice .blog__subject::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.57812 5.99976L8.00034 10.8886L13.4226 5.99976" stroke="%23454545" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  display: inline-block;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}
.useful_advice .blog__subject.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.useful_advice .blog__intro {
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  /* 992 */
  /* 544 */
}
@media (max-width: 62em) {
  .useful_advice .blog__intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 34em) {
  .useful_advice .blog__intro {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.useful_advice .blog__tags__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 24px 0;
  /* 768 */
}
@media (max-width: 48em) {
  .useful_advice .blog__tags__list {
    margin: 16px 0;
    gap: 8px;
  }
}
.useful_advice .blog__tags__list_item a {
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  color: #9e9e9e;
  display: block;
  padding: 9px 16px;
}
.useful_advice .blog__tags__list_item a.active {
  border: 1px solid #000;
  cursor: default;
  color: #000;
}
.useful_advice .blog__tags__list_item a.active:hover {
  text-decoration: none;
}
.useful_advice .blog__tags__list_item:nth-child(n+6) {
  display: none;
}
.useful_advice .blog__tags__list.open li:nth-child(n+6) {
  display: inline-block;
}
.useful_advice .blog__post {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(auto, 255px));
  margin-bottom: 48px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .useful_advice .blog__post {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .useful_advice .blog__post {
    grid-auto-rows: max-content;
    margin-bottom: 24px;
    grid-template-columns: repeat(auto-fit, 100%);
  }
}
.useful_advice .blog__post__pic {
  margin-bottom: 1rem;
}
.useful_advice .blog__post__pic img {
  border-radius: 16px;
  max-width: 300px;
  width: 100%;
  /* 768 */
}
@media (max-width: 48em) {
  .useful_advice .blog__post__pic img {
    max-width: 100%;
  }
}
.useful_advice .blog__post__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35rem;
  margin-bottom: 4px;
  hyphens: auto;
  /* 992 */
  /* 768 */
}
.useful_advice .blog__post__title a {
  color: #000;
}
.useful_advice .blog__post__title a:hover {
  color: #644bcd;
  text-decoration: none;
}
@media (max-width: 62em) {
  .useful_advice .blog__post__title {
    font-size: 1rem;
    line-height: 1.35rem;
  }
}
@media (max-width: 48em) {
  .useful_advice .blog__post__title {
    font-size: 0.875rem;
    line-height: 1.05rem;
  }
}
.useful_advice .blog__post__desc {
  font-size: 0.875rem;
  font-size: 400;
  line-height: 1.4rem;
  letter-spacing: 0.01em;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .useful_advice .blog__post__desc {
    font-size: 0.75rem;
  }
}
@media (max-width: 48em) {
  .useful_advice .blog__post__desc {
    font-size: 0.875rem;
    line-height: 1.05rem;
  }
}
.useful_advice .blog__pagination {
  margin-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .useful_advice .blog__pagination {
    margin-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .useful_advice .blog__pagination {
    margin-bottom: 32px;
  }
}
.useful_advice .blog__proposal a {
  color: #644bcd;
  transition: all 0.2s ease-in-out;
}
.useful_advice .blog__proposal a:hover {
  text-decoration: none;
}
.useful_advice .blog__proposal a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.useful_advice .blog__proposal .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 1px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .useful_advice .blog__proposal .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .useful_advice .blog__proposal .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 1px 0 0 4px;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .useful_advice .blog__proposal .arrow {
    background-size: 14px;
  }
}
.useful_advice .blog-tags-list {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.useful_advice .blog-tags-list_item a {
  color: #9e9e9e;
  padding: 4px 8px;
}
.useful_advice .blog-tags-list_item a:hover {
  color: #000;
  text-decoration: none;
}

.registration {
  margin-top: 30px;
}
.registration__leading {
  padding-top: 0;
  padding-bottom: 0;
}
.registration__leading .leading__body {
  padding-right: 0;
}
.registration__form {
  display: flex;
  flex-direction: column;
}
.registration__form__email {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  max-width: 540px;
}
.registration__form__email label {
  margin-bottom: 20px;
}
.registration__form input {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #9e9e9e;
  color: #9E9E9E;
  padding: 10px 14px;
  outline: none;
  font-size: 0.875rem;
  line-height: 161%;
  letter-spacing: 0.14px;
}
.registration__form input:hover {
  background-color: #fff;
}
.registration__form input:focus {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.registration__form__password {
  display: flex;
  flex-direction: column;
  max-width: 540px;
}
.registration__form__password input {
  margin-bottom: 11px;
}
.registration__form__password__choice {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
  gap: 8px;
}
.registration__form__password__choice li {
  background-color: var(--gray-background-color);
  border-radius: 20px;
  border: 1px solid var(--gray-background-color);
  padding: 13px 24px;
  color: #707070;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}
.registration__form__password__choice li:hover {
  background-color: #fff;
  border: 1px solid #2f39a5;
  color: #2f39a5;
  cursor: pointer;
  border-radius: 20px;
}
.registration__form__agree {
  display: flex;
  margin-top: 34px;
}
.registration__form__agree input {
  height: auto;
}
.registration__agreement {
  background: var(--gray-background-color);
  padding: 36px 0;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 161%;
  margin-bottom: 40px;
}
.registration__agreement a {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.registration__button {
  color: #fff;
  font-family: Inter;
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #9c8ddf 0%, #644bcd 100%);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 161%;
  height: 48px;
  padding: 11px 32px;
  cursor: pointer;
}
.registration__button__text {
  margin-top: 30px;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 161%;
}
.registration__button__text div {
  height: 40px;
}
.registration__button__text__socials {
  display: flex;
}
.registration__button__text__socials ul {
  display: flex;
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0;
  gap: 0.5rem;
}

.seminar__advantages {
  display: flex;
  flex-direction: row;
  gap: 25px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  /* 768 */
}
@media (max-width: 48em) {
  .seminar__advantages {
    flex-direction: column;
  }
}
.seminar__advantages li {
  background-repeat: no-repeat;
  background-size: 112px;
  background-position: center top;
  line-height: 1.45rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 25%;
  text-align: center;
  padding-top: 132px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .seminar__advantages li {
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .seminar__advantages li {
    background-size: 64px;
    background-position: left center;
    flex-direction: column;
    font-size: 0.75rem;
    justify-content: center;
    line-height: 1rem;
    padding: 0 0 0 80px;
    flex: 1 1 auto;
    text-align: left;
    height: 64px;
  }
}
.seminar__advantages strong {
  display: inline-block;
}
.seminar__advantages__first {
  background: url("/edu/images/seminar/icon-first.svg");
}
.seminar__advantages__second {
  background: url("/edu/images/seminar/icon-second.svg");
}
.seminar__advantages__third {
  background: url("/edu/images/seminar/icon-third.svg");
}
.seminar__block {
  border-radius: 16px;
  box-shadow: 0px 2px 30px 0px rgba(226, 225, 231, 0.6980392157);
  margin-bottom: 40px;
  /* 992 */
}
@media (max-width: 62em) {
  .seminar__block {
    margin-bottom: 24px;
  }
}
.seminar__block__title {
  background-color: #E6E3FF;
  border-radius: 16px 16px 0 0;
  padding: 24px 32px;
  font-size: 20px;
  /* 768 */
}
@media (max-width: 48em) {
  .seminar__block__title {
    font-size: 16px;
    padding: 16px;
  }
}
.seminar__block__title h4 {
  font-weight: 600;
  margin: 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .seminar__block__title h4 {
    font-size: 18px;
  }
}
@media (max-width: 48em) {
  .seminar__block__title h4 {
    font-size: 16px;
  }
}
.seminar__block__body {
  padding: 24px 32px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .seminar__block__body {
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .seminar__block__body {
    padding: 16px;
  }
}
.seminar__block__list {
  padding-left: 20px;
  margin-bottom: 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .seminar__block__list {
    margin-bottom: 16px;
  }
}
.seminar__block__list li {
  margin-bottom: 0.5rem;
}

.highschool .enmeti__body {
  background: transparent url("/edu/images/incut__bg__img.svg") no-repeat left 20px center;
  padding-left: 140px;
  /* 768 */
}
@media (max-width: 48em) {
  .highschool .enmeti__body {
    background: transparent url("/edu/images/incut__bg__img.svg") no-repeat center top 20px;
    padding-top: 105px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cooperation__list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .cooperation__list {
    margin-top: 32px;
  }
}
.cooperation__list__item {
  display: flex;
  flex: 1 1 31%;
  max-width: 350px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .cooperation__list__item {
    max-width: 268px;
  }
}
@media (max-width: 48em) {
  .cooperation__list__item {
    flex: 1 1 100%;
    max-width: 465px;
  }
}
.cooperation__list__item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 189px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 160px 155px;
  background-position: top 30px center;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  min-height: 300px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
.cooperation__list__item a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cooperation__list__item a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.cooperation__list__item a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .cooperation__list__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .cooperation__list__item a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .cooperation__list__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .cooperation__list__item a {
    background-position: left 16px center;
    background-size: 87px 84px;
    justify-content: center;
    padding: 16px 16px 16px 120px;
    min-height: 120px;
  }
}
.cooperation__list__one a {
  background-image: url("/edu/images/cooperation/icon-one.svg");
}
.cooperation__list__two a {
  background-image: url("/edu/images/cooperation/icon-two.svg");
}
.cooperation__list__three a {
  background-image: url("/edu/images/cooperation/icon-three.svg");
}
.cooperation__list__four a {
  background-image: url("/edu/images/cooperation/icon-four.svg");
}
.cooperation__list__five a {
  background-image: url("/edu/images/cooperation/icon-five.svg");
}
.cooperation__list__six a {
  background-image: url("/edu/images/cooperation/icon-six.svg");
}
.cooperation__list__seven a {
  background-image: url("/edu/images/cooperation/icon-seven.svg");
}
.cooperation__list__eight a {
  background-image: url("/edu/images/cooperation/icon-eight.svg");
}
.cooperation__list__nine a {
  background-image: url("/edu/images/cooperation/icon-nine.svg");
}
.cooperation__list__ten a {
  background-image: url("/edu/images/cooperation/icon-ten.svg");
}
.cooperation__list__eleven a {
  background-image: url("/edu/images/cooperation/icon-eleven.svg");
}

.lib__coop__list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .lib__coop__list {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .lib__coop__list {
    margin-top: 32px;
  }
}
.lib__coop__list__item {
  display: flex;
  flex: 1 1 31%;
  max-width: 33%;
  /* 768 */
}
@media (max-width: 48em) {
  .lib__coop__list__item {
    flex: 1 1 100%;
    max-width: 465px;
  }
}
.lib__coop__list__item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 189px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 160px 155px;
  background-position: top 30px center;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  min-height: 300px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
.lib__coop__list__item a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.lib__coop__list__item a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.lib__coop__list__item a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .lib__coop__list__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .lib__coop__list__item a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .lib__coop__list__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .lib__coop__list__item a {
    background-position: left 16px center;
    background-size: 87px 84px;
    justify-content: center;
    padding: 16px 16px 16px 120px;
    min-height: 120px;
  }
}
.lib__coop__list__one a {
  background-image: url("/edu/images/libcoop/icon-one.svg");
}
.lib__coop__list__two a {
  background-image: url("/edu/images/libcoop/icon-two.svg");
}
.lib__coop__list__three a {
  background-image: url("/edu/images/libcoop/icon-three.svg");
}
.lib__coop__list__four a {
  background-image: url("/edu/images/libcoop/icon-four.svg");
}
.lib__coop__list__five a {
  background-image: url("/edu/images/libcoop/icon-five.svg");
}
.lib__coop__list__six a {
  background-image: url("/edu/images/libcoop/icon-six.svg");
}
.lib__coop__list__seven a {
  background-image: url("/edu/images/libcoop/icon-seven.svg");
}
.lib__coop__list__eight a {
  background-image: url("/edu/images/libcoop/icon-eight.svg");
}
.lib__coop__list__nine a {
  background-image: url("/edu/images/libcoop/icon-nine.svg");
}
.lib__coop__list__ten a {
  background-image: url("/edu/images/libcoop/icon-ten.svg");
}
.lib__coop__list__eleven a {
  background-image: url("/edu/images/libcoop/icon-eleven.svg");
}
.lib__coop__list__twelve a {
  background-image: url("/edu/images/libcoop/icon-twelve.svg");
}

.testing__list {
  list-style: none;
  padding: 0;
  margin: 40px 0 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .testing__list {
    flex-direction: column;
    align-content: center;
    margin: 32px 0 52px;
  }
}
@media (max-width: 48em) {
  .testing__list {
    margin-top: 24px;
  }
}
.testing__list__item {
  display: flex;
  flex: 1 1 33%;
  max-width: 350px;
  /* 992 */
}
@media (max-width: 62em) {
  .testing__list__item {
    flex: 1 1 100%;
    max-width: 420px;
  }
}
.testing__list__item a {
  display: flex;
  flex-direction: column;
  padding: 210px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 160px 155px;
  background-position: top 32px center;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 992 */
}
@media (max-width: 62em) {
  .testing__list__item a {
    background-size: 87px 84px;
    background-position: left 24px center;
    padding: 18px 30px 18px 135px;
  }
}
.testing__list__item a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.testing__list__item a:hover span {
  transform: translateX(50%);
}
.testing__list__item a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .testing__list__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .testing__list__item a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .testing__list__item a .arrow {
    background-size: 14px;
  }
}
.testing__list__one a {
  background-image: url("/edu/images/testing/icon-one.svg");
}
.testing__list__two a {
  background-image: url("/edu/images/testing/icon-two.svg");
}
.testing__list__three a {
  background-image: url("/edu/images/testing/icon-three.svg");
}
.testing__other {
  background: var(--gray-background-color) url("/edu/images/testing/other__bg.svg") no-repeat left 98px center;
  background-size: 82px 79px;
  border-radius: 16px;
  margin: 60px 0 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .testing__other {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}
@media (max-width: 48em) {
  .testing__other {
    background-size: 52px;
    background-position: top 16px center;
  }
}
.testing__other__link {
  border: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 38px 97px 38px 196px;
  /* 768 */
}
.testing__other__link .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .testing__other__link .arrow {
    background-size: 14px;
  }
}
@media (max-width: 48em) {
  .testing__other__link .arrow {
    display: none;
  }
}
.testing__other__link:hover {
  text-decoration: none;
}
.testing__other__link:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 48em) {
  .testing__other__link {
    display: inline-block;
    padding: 70px 18px 18px;
    text-align: center;
  }
}
.testing__faq {
  margin: 24px 0 42px;
}
.testing__faq__item {
  border-top: 1px solid #644bcd;
  padding-bottom: 0;
}
.testing__faq__item:last-child {
  border-bottom: 1px solid #644bcd;
}
.testing__faq .accordion__intro {
  padding-left: 0 !important;
}
.testing .accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .testing .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .testing .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.testing .accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.testing .accordion__intro:hover {
  cursor: pointer;
}
.testing .accordion__active::after {
  transform: rotate(180deg);
}
.testing .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.testing .accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.testing .accordion__content__body p {
  margin-top: 0;
}
.testing .accordion__content ul {
  margin: 0;
}
.testing .accordion__content ul li {
  margin-bottom: 1rem;
}
.testing .accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.testing .accordion__content ul li a:hover {
  color: #000;
}

.online__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.online__item {
  background-color: var(--gray-background-color);
  border-radius: 16px;
  display: block;
  padding: 55px 412px 55px 48px;
  margin: 2rem 0;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .online__item {
    padding: 40px 300px 40px 43px;
  }
}
@media screen and (max-width: 576px) {
  .online__item {
    padding: 12px 18px 20px;
  }
}
.online__item__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.788rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .online__item__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .online__item__title {
    font-size: 1rem;
  }
}
.online__item p {
  margin: 0;
}
.online__item__link {
  color: #644bcd;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  text-decoration: none;
  line-height: 24px;
}
.online__item__link span {
  margin: 0;
}
.online__item:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.online__item:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.online__list__sheet {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-gap: 30px;
}
.online__list__sheet__item {
  flex: 1 1 20%;
  padding: 128px 0 0;
  text-align: center;
}
.online__download__before__link {
  display: none;
}
@media screen and (max-width: 576px) {
  .online__download__before__link {
    display: block;
    margin-bottom: 0.5rem;
    color: #644bcd;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
  }
}
.online__download__link {
  background: #fff url("/edu/images/icon-download.svg") no-repeat;
  background-size: 24px 24px;
  background-position: left 40px center;
  border-radius: 8px;
  border: 1px solid #644bcd;
  color: #644bcd;
  display: inline-flex;
  padding: 12px 40px 12px 68px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .online__download__link strong {
    display: none;
  }
}
.online__download__link:hover {
  border-color: #474399;
  color: #474399;
  text-decoration: none;
}

.sertifikacia__block {
  display: flex;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .sertifikacia__block {
    flex-direction: column;
  }
}
.sertifikacia__block h2 {
  margin: 0 0 16px;
  text-align: center;
}
.sertifikacia__block p {
  text-align: center;
}
.sertifikacia__block__seminars, .sertifikacia__block__online {
  background-color: #f4f4f4;
  border-radius: 16px;
  width: 50%;
  padding: 32px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .sertifikacia__block__seminars, .sertifikacia__block__online {
    padding: 24px;
  }
}
@media (max-width: 48em) {
  .sertifikacia__block__seminars, .sertifikacia__block__online {
    width: 100%;
    padding: 16px;
  }
}
.sertifikacia__step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  gap: 55px;
  list-style: none;
  padding-left: 0;
  margin: 55px 0 0;
  /* 768 */
}
@media (max-width: 48em) {
  .sertifikacia__step {
    gap: 35px;
  }
}
.sertifikacia__step li {
  align-self: stretch;
  align-content: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  text-align: center;
  max-width: 450px;
  min-height: 116px;
  width: 100%;
  /* 768 */
}
@media (max-width: 48em) {
  .sertifikacia__step li {
    padding: 27px 18px;
  }
}
.sertifikacia__step li span {
  background-color: #ff6600;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: -31px;
  left: calc(50% - 24px);
  right: 0;
  height: 48px;
  width: 48px;
  /* 768 */
}
@media (max-width: 48em) {
  .sertifikacia__step li span {
    left: calc(50% - 20px);
    top: -21px;
    height: 40px;
    width: 40px;
  }
}

.memo__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.memo__list__item {
  background-color: var(--gray-background-color);
  border-radius: 10px;
  display: flex;
}
.memo__list__item span {
  background-image: url("/edu/images/memo/icon-bg.svg");
  background-repeat: no-repeat;
  color: white;
  height: 100px;
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  flex: 0 0 100px;
  line-height: 100px;
  /* 768 */
}
@media (max-width: 48em) {
  .memo__list__item span {
    background-size: 70px;
    font-size: 1rem;
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
  }
}
.memo__list__item a {
  display: block;
  flex: 1 1;
  color: #000;
  text-decoration: none;
  padding: 38px 38px 38px 52px;
  font-size: 1.25rem;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .memo__list__item a {
    font-size: 1.125rem;
  }
}
@media (max-width: 48em) {
  .memo__list__item a {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    padding: 14px 8px 14px 20px;
    min-height: 70px;
  }
}

.video__choice {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin: 37px 0 0;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .video__choice {
    flex-direction: column;
    gap: 16px;
  }
}
.video__choice__item {
  flex: 1 1 50%;
}
.video__choice__item a {
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-position: top 28px center;
  background-size: 214px;
  border-radius: 16px;
  display: block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 231px 24px 16px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .video__choice__item a {
    background-size: 135px;
    padding: 147px 20px 16px;
  }
}
@media (max-width: 34em) {
  .video__choice__item a {
    background-size: 85px;
    background-position: left 16px center;
    padding: 29px 34px 29px 117px;
  }
}
.video__choice__item a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 4px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .video__choice__item a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .video__choice__item a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .video__choice__item a .arrow {
    background-size: 14px;
  }
}
.video__choice__item a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.video__choice__item a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.video__choice__lawyer a {
  background-image: url("/edu/images/video/icon-lawyer.svg");
}
.video__choice__economist a {
  background-image: url("/edu/images/video/icon-economist.svg");
}
.video__theme__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}
.video__theme__list__item {
  background-color: #F4F4F4;
  border-radius: 10px;
}
.video__theme__list__item .accordion__intro {
  padding-left: 24px;
}
.video__theme__list__item a {
  display: block;
}

.content-video-list {
  margin: 14px;
}
.content-video-list .col-md-6.col-xs-12 {
  padding: 10px;
}

.double__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .double__body {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .double__block__content {
    order: 1;
  }
  .double__block__side {
    order: 0;
    width: 305px;
  }
}
.double__block__menu__section {
  background-color: var(--gray-background-color);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.double__block__menu__section__btn {
  background: transparent url("/edu/images/dropdown-arrow-violet.svg") no-repeat top right;
}
.double__block__menu__section__title {
  color: #644BCD;
  font-weight: 600;
}
.double__block__menu__section__subtitle {
  color: #000;
  font-weight: 600;
}
.double__block__menu__section__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.875rem;
}
.double__block__menu__section__list a {
  color: #707070;
  line-height: 1.313rem;
  text-decoration: none;
}

.schedule {
  background-color: var(--gray-background-color);
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.schedule__list {
  margin-bottom: 4.5rem;
}
.schedule__list__item {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 1.5rem;
  padding: 1.5rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 30px;
  grid-template-areas: "schedule__list__type schedule__list__type schedule__list__type schedule__list__type schedule__list__type schedule__list__type" "schedule__list__title schedule__list__title schedule__list__date schedule__list__time schedule__list__location schedule__list__sign";
  /* 768 */
}
@media (max-width: 48em) {
  .schedule__list__item {
    grid-template-columns: 1fr;
  }
}
.schedule .schedule__list__type {
  grid-area: schedule__list__type;
}
.schedule .schedule__list__title {
  grid-area: schedule__list__title;
}
.schedule .schedule__list__date {
  grid-area: schedule__list__date;
}
.schedule .schedule__list__time {
  grid-area: schedule__list__time;
}
.schedule .schedule__list__location {
  grid-area: schedule__list__location;
}
.schedule .schedule__list__sign {
  grid-area: schedule__list__sign;
}
.schedule__review {
  padding-top: 60px;
  padding-bottom: 60px;
}

.download__author__list {
  margin-top: 1rem;
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.download__book .media {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.download__booklist {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .download__booklist {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .download__booklist {
    flex-direction: column;
  }
}
.download__booklist .media {
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 24px;
  padding: 24px;
  max-width: 48%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .download__booklist .media {
    align-items: start;
    flex-direction: row;
    margin-bottom: 16px;
    max-width: 100%;
    gap: 16px;
    padding: 0;
  }
}
.download__booklist .media:hover {
  box-shadow: 0px 5px 15px 0px rgba(181, 179, 189, 0.5019607843);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}
.download__booklist .media-body {
  padding: 0 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .download__booklist .media-body {
    padding: 0;
  }
}
.download__booklist .media-body a {
  color: #000000;
}

.review__item {
  border-bottom: 1px solid #9e9e9e;
  padding: 18px 0 16px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .review__item {
    padding: 24px 0 8px;
  }
}
@media (max-width: 48em) {
  .review__item {
    padding: 16px 0 0;
  }
}
.review__item em {
  font-weight: 600;
  font-style: normal;
}
.review__item + h3 {
  margin-top: 24px;
}
.review__photo {
  display: block;
  margin-bottom: 16px;
}
.review__photo img {
  border: 1px solid #d5d5d5;
  border-radius: 50px;
  width: 100px;
}
.review__photo + p {
  margin-bottom: 8px;
}

.stazjirovka__items {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  list-style: none;
  padding-left: 0;
  grid-gap: 30px;
  margin: 72px 0 40px;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__items {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
}
.stazjirovka__items li {
  display: flex;
  width: 100%;
  /* 768 */
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__items li {
    align-self: center;
    justify-self: center;
    max-width: 344px;
  }
}
@media (max-width: 48em) {
  .stazjirovka__items li {
    flex-direction: row;
    align-items: center;
  }
}
.stazjirovka__items li a {
  padding: 231px 24px 16px;
  border-radius: 16px;
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top 34px center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .stazjirovka__items li a {
    background-size: 120px 120px;
    padding-top: 160px;
  }
}
@media (max-width: 48em) {
  .stazjirovka__items li a {
    background-position: left 16px center;
    background-size: 87px 84px;
    display: flex;
    flex-direction: column;
    padding: 20px 36px 20px 117px;
    max-width: 344px;
  }
}
.stazjirovka__items li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.stazjirovka__items li a:hover .arrow {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.stazjirovka__items li a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .stazjirovka__items li a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .stazjirovka__items li a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .stazjirovka__items li a .arrow {
    background-size: 14px;
  }
}
.stazjirovka__items__megaphone {
  background: url("/edu/images/stazjirovka/icon-megaphone.svg");
}
.stazjirovka__items__reviews {
  background: url("/edu/images/stazjirovka/icon-reviews.svg");
}
.stazjirovka__items__stories {
  background: url("/edu/images/stazjirovka/icon-stories.svg");
}
.stazjirovka__items__photo {
  background: url("/edu/images/stazjirovka/icon-photo.svg");
}
.stazjirovka__response {
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #9c8ddf 0%, #644bcd 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 161%;
  height: 3rem;
  width: 300px;
  margin: 40px auto 60px;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .stazjirovka__response {
    margin: 32px auto 40px;
  }
}
@media (max-width: 48em) {
  .stazjirovka__response {
    margin: 24px auto 32px;
  }
}
.stazjirovka__response:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.stazjirovka__response:active {
  background: #644bcd;
}
.stazjirovka__response .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__response .arrow {
    background-size: 14px;
  }
}
.stazjirovka__response span {
  margin-left: 4px;
}
.stazjirovka__response:hover span {
  transform: translateX(50%);
}
@media (max-width: 62em) {
  .stazjirovka__response {
    font-size: 0.875rem;
    height: 40px;
  }
}
@media (max-width: 48em) {
  .stazjirovka__response {
    font-size: 0.75rem;
    height: 36px;
  }
}
.stazjirovka__year {
  display: flex;
  flex-direction: row;
  margin: 24px 0 50px;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__year {
    flex-direction: column;
    gap: 24px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.stazjirovka__year__item {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
  width: 33%;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__year__item {
    width: 100%;
  }
}
.stazjirovka__year__item:nth-child(1) {
  background-image: url("/edu/images/stazjirovka/icon-spring.svg");
}
.stazjirovka__year__item:nth-child(2) {
  background-image: url("/edu/images/stazjirovka/icon-summer.svg");
}
.stazjirovka__year__item:nth-child(3) {
  background-image: url("/edu/images/stazjirovka/icon-autumn.svg");
}
.stazjirovka__year__title {
  font-weight: 600;
}
.stazjirovka__advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 40px;
}
.stazjirovka__advantages li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 112px 112px;
  height: 112px;
  padding-left: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  width: 100%;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__advantages li {
    background-size: 88px 88px;
    height: 88px;
    padding-left: 100px;
  }
}
.stazjirovka__advantages--first {
  background-image: url(/edu/images/stazjirovka/icon-advantages-first.svg);
}
.stazjirovka__advantages--second {
  background-image: url(/edu/images/stazjirovka/icon-advantages-second.svg);
}
.stazjirovka__advantages--third {
  background-image: url(/edu/images/stazjirovka/icon-advantages-third.svg);
}
.stazjirovka__advantages--fourth {
  background-image: url(/edu/images/stazjirovka/icon-advantages-fourth.svg);
}
.stazjirovka__join {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 55px 0;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__join {
    gap: 35px;
  }
}
.stazjirovka__join li {
  background-color: var(--gray-background-color);
  border-radius: 16px;
  padding: 32px 40px;
  position: relative;
  text-align: center;
  max-width: 450px;
  width: 100%;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__join li {
    padding: 27px 18px;
  }
}
.stazjirovka__join li span {
  background-color: #ff6600;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: -31px;
  left: calc(50% - 24px);
  right: 0;
  height: 48px;
  width: 48px;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__join li span {
    left: calc(50% - 20px);
    top: -21px;
    height: 40px;
    width: 40px;
  }
}
.stazjirovka .enmeti {
  margin-bottom: 52px;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka .enmeti {
    margin-bottom: 40px;
  }
}
.stazjirovka .enmeti__body {
  padding-top: 40px;
  padding-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .stazjirovka .enmeti__body {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .stazjirovka .enmeti__body {
    padding-top: 12px;
    padding-bottom: 32px;
  }
}
.stazjirovka .enmeti__body ul {
  margin-bottom: 0;
}
.stazjirovka__tabs {
  display: flex;
  border-bottom: 1px solid #9e9e9e;
  flex-direction: row;
  justify-content: space-between;
}
.stazjirovka__tabs button {
  background-color: transparent;
  border: 0;
  color: #9e9e9e;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  padding: 0 0 8px;
  width: 100%;
  text-transform: uppercase;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka__tabs button {
    border-bottom: 4px solid transparent;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.18px;
    padding: 0 0 12px;
  }
  .stazjirovka__tabs button.active {
    border-bottom: 4px solid #644bcd;
    color: #000;
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .stazjirovka__tabs button {
    border-bottom: 5px solid transparent;
    font-size: 18px;
  }
  .stazjirovka__tabs button.active {
    border-bottom: 5px solid #644bcd;
    color: #000;
  }
}
.stazjirovka .tab-content > div {
  display: none;
}
.stazjirovka .tab-content.law > div.law,
.stazjirovka .tab-content.it > div.it {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 40px;
  /* 768 */
}
@media (max-width: 48em) {
  .stazjirovka .tab-content.law > div.law,
  .stazjirovka .tab-content.it > div.it {
    flex-direction: column;
    padding-top: 24px;
  }
}
.stazjirovka .tab-content-img {
  background: linear-gradient(180deg, #9e8fe0 0%, #644bcd 100%);
  border-radius: 12px;
  padding: 45px 30px;
  display: flex;
  justify-content: center;
  height: 100%;
  min-height: 0;
}
.stazjirovka .tab-content-img img {
  max-width: 272px;
}
.stazjirovka .tab-content-body ul {
  list-style: none;
  padding-left: 0;
}
.stazjirovka .tab-content-body li {
  background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 13.1783L9.08421 17.2625L18.7842 7.5625" stroke="%23FF6600" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
}
.stazjirovka__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  margin: 32px 0 24px;
}
@media screen and (max-width: 762px) {
  .stazjirovka__list {
    flex-direction: column;
    margin: 24px 0 16px;
  }
}
.stazjirovka__list li {
  display: flex;
  width: 33%;
}
@media screen {
  .stazjirovka__list li {
    /* 768 */
  }
}
@media screen and (max-width: 48em) {
  .stazjirovka__list li {
    width: 100%;
    margin-bottom: 24px;
    justify-content: flex-start;
  }
}
.stazjirovka__list a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 576px) and (max-width: 762px) {
  .stazjirovka__list a {
    flex-direction: row;
  }
}
.stazjirovka__list__item {
  font-style: normal;
}
.stazjirovka__list__item__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.16px;
  margin: 0;
}
.stazjirovka__list__item__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: 4px 0 8px;
}
.stazjirovka__list__item time {
  color: #9e9e9e;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 161%;
  letter-spacing: 0.12px;
}

.istorii_uspeha .media {
  background-color: var(--gray-background-color);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 0;
  /* 768 */
}
@media (max-width: 48em) {
  .istorii_uspeha .media {
    align-items: start;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.istorii_uspeha .media-left {
  padding-left: 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .istorii_uspeha .media-left {
    padding: 16px 16px 0;
  }
}
.istorii_uspeha .media-left img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  /* 768 */
}
@media (max-width: 48em) {
  .istorii_uspeha .media-left img {
    height: 80px;
    width: 80px;
  }
}
.istorii_uspeha .media-body {
  padding: 0 24px;
  /* 768 */
}
.istorii_uspeha .media-body p {
  margin: 0;
}
@media (max-width: 48em) {
  .istorii_uspeha .media-body {
    padding: 16px;
  }
}
.istorii_uspeha .media-heading {
  margin: 0 0 0.25rem;
}

.training__block {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: right 40px center;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  padding: 55px 48px 55px 48px;
  margin-top: 24px;
  /* 768 */
}
@media (max-width: 48em) {
  .training__block {
    background-position: top center;
    flex-direction: column;
    padding: 270px 18px 20px;
    margin-top: 20px;
  }
}
.training__block__text {
  order: 1;
  /* 768 */
}
@media (max-width: 48em) {
  .training__block__text {
    order: 2;
  }
}
.training__block__img {
  flex: 1 1 100%;
  order: 2;
  /* 768 */
}
@media (max-width: 48em) {
  .training__block__img {
    order: 1;
  }
}
.training__block__lawyer {
  background-image: url("/edu/images/center/lawyer.svg");
}
.training__block__economist {
  background-image: url("/edu/images/center/economist.svg");
}
.training__block__intellect {
  background-image: url("/edu/images/center/intellect.svg");
}
.training h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

.online__education {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .online__education {
    margin: 24px 0 0;
  }
}
@media (max-width: 48em) {
  .online__education {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0;
  }
}
.online__education li {
  background-repeat: no-repeat;
  background-size: 112px;
  background-position: center top;
  padding: 128px 14px 0;
  text-align: center;
  width: 20%;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .online__education li {
    background-size: 88px;
    font-size: 0.75rem;
    line-height: 16px;
  }
}
@media (max-width: 48em) {
  .online__education li {
    background-size: 64px;
    background-position: left center;
    display: flex;
    align-items: center;
    padding: 0 0 0 80px;
    text-align: left;
    height: 64px;
    width: 100%;
  }
}
.online__education__first {
  background: url("/edu/images/training/icon-first.svg");
}
.online__education__second {
  background: url("/edu/images/training/icon-second.svg");
}
.online__education__third {
  background: url("/edu/images/training/icon-third.svg");
}
.online__education__fourth {
  background: url("/edu/images/training/icon-fourth.svg");
}
.online__education__fifth {
  background: url("/edu/images/training/icon-fifth.svg");
}

.modal__vote {
  justify-content: center;
}
.modal__vote .modal-content {
  border-radius: 16px;
  max-width: 382px;
}
.modal__vote .modal-header {
  background: transparent url("/edu/images/center/quiz__vote.png") no-repeat center top;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
  padding-bottom: 0;
  height: 300px;
}
.modal__vote .modal-body {
  padding: 1rem 2rem 2rem;
}
.modal__vote .modal-body-text {
  font-size: 1.125rem;
}
.modal__vote .modal-body-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 26px;
  margin-top: 28px;
}
.modal__vote .modal-body-button button {
  border: 1px solid #644BCD;
  border-radius: 8px;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 25.6px;
  max-width: 145px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  width: 100%;
}
.modal__vote .modal-body-button button:hover {
  border-bottom: 1px solid #474399;
  color: #474399;
  text-decoration: none;
}

.couple__content .title-himself-link, .couple__content .title-example-link, .couple__content .title-read-conspect, .couple__content .title-view-video {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding-left: 42px;
  line-height: 36px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .couple__content .title-himself-link, .couple__content .title-example-link, .couple__content .title-read-conspect, .couple__content .title-view-video {
    font-size: 1rem;
    line-height: 1.2rem;
    min-height: 32px;
  }
}
@media (max-width: 48em) {
  .couple__content .title-himself-link, .couple__content .title-example-link, .couple__content .title-read-conspect, .couple__content .title-view-video {
    background-size: 32px;
    font-size: 0.875rem;
    padding-left: 38px;
    line-height: 1.05rem;
    min-height: 32px;
  }
}

.couple {
  flex: 1 0 auto;
  min-height: 1px;
  margin-bottom: 60px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .couple {
    margin-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .couple {
    margin-bottom: 32px;
  }
}
.couple__body {
  display: flex;
  gap: 30px;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__body {
    flex-direction: column;
  }
}
.couple__content {
  flex-grow: 1;
  order: 2;
  flex-basis: min(70vw, 750px);
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content {
    order: 1;
  }
}
.couple__content .img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
}
.couple__content .title-view-video {
  background-image: url("/edu/images/training/icon-video.svg");
}
.couple__content .title-read-conspect {
  background-image: url("/edu/images/training/icon-conspect.svg");
}
.couple__content .title-example-link {
  background-image: url("/edu/images/training/icon-examples.svg");
}
.couple__content .title-himself-link {
  background-image: url("/edu/images/training/icon-examples-questions.svg");
}
.couple__content .video-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.couple__content .video-info .video-date {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 16px;
}
.couple__content .video-info .duration-time {
  background-color: #FF6600;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
}
.couple__content .list-orange-arrows {
  list-style: none;
}
.couple__content .list-orange-arrows li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAxMi42MTU4TDkuMDg0MjEgMTYuN0wxOC43ODQyIDciIHN0cm9rZT0iI0ZGNjYwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-position: left 0 top 2px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
.couple__content .list-orange-arrows li blockquote {
  background-color: rgba(100, 75, 205, 0.0509803922);
  border-radius: 8px;
  margin: 0 0 16px 0;
  padding: 18px 24px;
  /* 768 */
}
.couple__content .list-orange-arrows li blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 48em) {
  .couple__content .list-orange-arrows li blockquote {
    margin-left: -28px;
  }
}
.couple__content ul:not([class]),
.couple__content ol:not([class]) {
  margin: 0.5rem 0 1rem 20px;
}
.couple__content ul:not([class]) li,
.couple__content ol:not([class]) li {
  margin-bottom: 0.5rem;
}
.couple__content ul:not([class]) li ul,
.couple__content ul:not([class]) li ol,
.couple__content ol:not([class]) li ul,
.couple__content ol:not([class]) li ol {
  margin: 0.5rem 0 0 20px;
}
.couple__content ul:not([class]) p,
.couple__content ol:not([class]) p {
  margin: 0;
}
.couple__content .navi__link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 40px 0;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content .navi__link {
    margin: 32px 0;
  }
}
.couple__content .navi__link__item {
  display: flex;
  align-items: center;
  height: 35px;
  width: 33%;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content .navi__link__item {
    height: 28px;
    width: 50%;
  }
}
.couple__content .navi__link__left {
  order: 1;
  justify-content: flex-start;
}
.couple__content .navi__link__download {
  border-left: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  justify-content: center;
  order: 2;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content .navi__link__download {
    border: none;
    order: 3;
    justify-content: flex-start;
  }
}
.couple__content .navi__link__download__noborder {
  border-left: none;
  border-right: none;
}
.couple__content .navi__link__download a {
  background-image: url("/edu/images/icon-download.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 50%;
  padding-left: 28px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .couple__content .navi__link__download a {
    background-size: 20px;
    padding-left: 24px;
  }
}
@media (max-width: 48em) {
  .couple__content .navi__link__download a {
    background-size: 16px;
    padding-left: 20px;
  }
}
.couple__content .navi__link__right {
  justify-content: flex-end;
  order: 3;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content .navi__link__right {
    order: 2;
  }
}
.couple__content .extra__link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 32px;
  padding-left: 0;
  margin: 0;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__content .extra__link {
    gap: 16px;
  }
}
.couple__content .extra__link__item {
  width: auto;
}
.couple__left {
  flex-basis: min(30vw, 360px);
  order: 1;
  /* 768 */
}
@media (max-width: 48em) {
  .couple__left {
    order: 2;
  }
}

.panel-group {
  margin-bottom: 24px;
}
.panel-default {
  background-color: #F4F4F4;
  border-radius: 1rem;
  margin-bottom: 24px;
  padding: 24px;
}
.panel__title a {
  color: #000;
  display: block;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  width: 100%;
}
.panel__title a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNTc4MTIgNkw4LjAwMDM0IDEwLjg4ODlMMTMuNDIyNiA2IiBzdHJva2U9IiM2NDRCQ0QiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  content: "";
  top: 3px;
  right: 0;
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
}
.panel__title a.collapsed::after {
  transform: rotate(180deg);
}
.panel__body {
  font-size: 0.875rem;
  list-style: none;
  line-height: 21px;
  margin-top: 8px;
  padding-left: 0;
}
.panel__body li {
  margin-bottom: 12px;
}
.panel__body li a {
  color: #707070;
  display: block;
}
.panel__body li a.active {
  color: #000;
}
.panel__body li a.closed {
  background: transparent url("/edu/images/training/icon-closed.svg") no-repeat left 1px center;
  color: #707070;
  font-weight: 500;
  padding-left: 21px;
}
.panel__body li:last-child {
  margin-bottom: 0;
}
.panel__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 0;
}
.panel__bottom__total {
  background: #F4F4F4 url("/edu/images/training/icon-total.svg") no-repeat top 24px left 24px;
  border-radius: 1rem;
  display: block;
  font-weight: 600;
  line-height: 20px;
  padding: 22px 56px;
}
.panel__bottom .button__violet {
  padding: 12px 34px;
}
.panel__bottom .btn__question {
  color: #644BCD;
  font-weight: 600;
  line-height: 110%;
  align-items: center;
  padding: 12px 63px;
}
.panel__bottom .btn__question .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .panel__bottom .btn__question .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .panel__bottom .btn__question .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 0 0 0;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .panel__bottom .btn__question .arrow {
    background-size: 14px;
  }
}
.panel__bottom .btn__question:hover {
  text-decoration: none;
}
.panel__bottom .btn__question:hover span {
  transform: translateX(50%);
}

.faq__list .accordion__intro {
  color: #644BCD;
  padding-left: 0;
}
.faq__list .accordion__content a {
  color: #644BCD !important;
  font-size: inherit !important;
  font-weight: normal !important;
}
.faq__list .accordion__content a:hover {
  text-decoration: underline !important;
}
.faq__item {
  border-top: 1px solid #644BCD;
  padding-bottom: 0;
}
.faq__item:last-child {
  border-bottom: 1px solid #644BCD;
}

.accordion__intro {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 20px 64px 19px 97px;
  position: relative;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .accordion__intro {
    padding: 15px 50px 15px 72px;
  }
}
@media (max-width: 34em) {
  .accordion__intro {
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding: 15px 50px 15px 56px;
  }
}
.accordion__intro::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 64px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTg2MF82ODkwMykiPjxwYXRoIGQ9Ik0yLjU3NzY0IDUuNTU1NjZMNy45OTk4NiAxMC40NDQ2TDEzLjQyMjEgNS41NTU2NiIgc3Ryb2tlPSIjOUU5RTlFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTg2MF82ODkwMyI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center center;
  background-size: 16px 16px;
  transition: all 0.2s ease-in-out;
}
.accordion__intro:hover {
  cursor: pointer;
}
.accordion__active::after {
  transform: rotate(180deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.accordion__content__body {
  border-top: 1px solid #fff;
  padding: 2rem 2rem 1rem;
}
.accordion__content__body p {
  margin-top: 0;
}
.accordion__content ul {
  margin: 0;
}
.accordion__content ul li {
  margin-bottom: 1rem;
}
.accordion__content ul li a {
  color: #525252;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.accordion__content ul li a:hover {
  color: #000;
}

.teaching__choice {
  margin: 40px 0 60px;
  display: flex;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .teaching__choice {
    margin: 32px 0;
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .teaching__choice {
    flex-direction: column;
  }
}
.teaching__choice a {
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-position: top 28px center;
  border-radius: 16px;
  font-weight: 500;
  color: #000;
  padding: 230px 24px 16px;
  width: 50%;
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .teaching__choice a {
    background-size: 87px 84px;
    background-position: left 16px center;
    padding: 1rem 3rem 1rem 117px;
    font-size: 0.875rem;
    width: 100%;
  }
}
.teaching__choice a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}
.teaching__choice a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.teaching__choice a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 8px 0 0 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .teaching__choice a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .teaching__choice a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 4px 0 0 0;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .teaching__choice a .arrow {
    background-size: 14px;
  }
}
.teaching__choice a:nth-child(1) {
  background-image: url("/edu/images/teaching/teaching-hat.svg");
}
.teaching__choice a:nth-child(2) {
  background-image: url("/edu/images/teaching/teaching-book.svg");
}
.teaching__opportunity {
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .teaching__opportunity {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .teaching__opportunity {
    flex-direction: column;
  }
}
.teaching__opportunity__item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 112px;
  margin-top: 24px;
  text-align: center;
  padding: 128px 2rem 0 2rem;
  width: 33%;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .teaching__opportunity__item {
    background-size: 88px;
    font-size: 0.75rem;
    padding: 96px 1rem 0 1rem;
  }
}
@media (max-width: 48em) {
  .teaching__opportunity__item {
    background-size: 64px;
    background-position: left center;
    margin-top: 0;
    padding: 1rem 1rem 1rem 80px;
    text-align: left;
    width: 100%;
  }
}
.teaching__opportunity__item:nth-child(1) {
  background-image: url("/edu/images/teaching/opportunity-first.svg");
}
.teaching__opportunity__item:nth-child(2) {
  background-image: url("/edu/images/teaching/opportunity-second.svg");
}
.teaching__opportunity__item:nth-child(3) {
  background-image: url("/edu/images/teaching/opportunity-third.svg");
}

.paginator ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
}
.paginator ul li {
  padding: 0 0.5rem;
}
.paginator ul a {
  color: #9E9E9E;
  padding: 2px 7px;
}
.paginator ul a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator ul .current {
  padding: 2px 7px;
}

.partners__list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* 992 */
}
@media (max-width: 62em) {
  .partners__list {
    gap: 16px;
  }
}
.partners__list li {
  background-color: var(--gray-background-color);
  background-repeat: no-repeat;
  background-size: 86px 76px;
  background-position: left 24px center;
  border-radius: 1rem;
  display: flex;
  width: calc(50% - 15px);
  transition: all 0.2s ease-in-out;
  /* 768 */
}
@media (max-width: 48em) {
  .partners__list li {
    background-size: 60px 53px;
    width: 100%;
  }
}
.partners__list li:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
  box-shadow: 0px 2px 15px 0px #e2e1e7;
}
.partners__list li a {
  flex: 1;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 24px 26px 24px 126px;
  min-height: 124px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .partners__list li a {
    padding-left: 118px;
  }
}
@media (max-width: 48em) {
  .partners__list li a {
    min-height: 100px;
    padding-left: 92px;
  }
}
.partners__list li a:hover {
  text-decoration: none;
}
.partners__news__item {
  padding: 32px 0 16px;
  /* 992 */
  /* 768 */
}
.partners__news__item:first-child {
  padding-top: 0;
}
.partners__news__item:not(:last-child) {
  border-bottom: 1px solid #9e9e9e;
}
@media (max-width: 62em) {
  .partners__news__item {
    padding: 24px 0 8px;
  }
}
@media (max-width: 48em) {
  .partners__news__item {
    padding: 20px 0 4px;
  }
}
.partners__news__item h3 {
  margin: 0 0 8px;
}

.urclinic__list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .urclinic__list {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .urclinic__list {
    flex-direction: column;
  }
}
.urclinic__list__item {
  background-color: var(--gray-background-color);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.3333333333% - 20px);
  padding: 32px;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .urclinic__list__item {
    border-radius: 0.625rem;
    padding: 20px;
  }
}
@media (max-width: 48em) {
  .urclinic__list__item {
    width: 100%;
  }
}
.urclinic__list__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.urclinic__list__item:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.urclinic__list__logo img {
  max-width: 155px;
  /* 992 */
}
@media (max-width: 62em) {
  .urclinic__list__logo img {
    max-width: 98px;
  }
}
.urclinic__list__title {
  font-size: 1.125rem;
  font-weight: 500;
}
.urclinic__list__link {
  margin-top: 1rem;
}
.urclinic__list__link a {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  /* 992 */
}
.urclinic__list__link a:hover {
  text-decoration: none;
}
.urclinic__list__link a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 62em) {
  .urclinic__list__link a {
    font-size: 0.875rem;
  }
}
.urclinic__list__link a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .urclinic__list__link a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .urclinic__list__link a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 0 0 4px;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .urclinic__list__link a .arrow {
    background-size: 14px;
  }
}

.ur_five__list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .ur_five__list {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .ur_five__list {
    flex-direction: column;
  }
}
.ur_five__list__item {
  background-color: var(--gray-background-color);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 20px);
  padding: 32px 48px 30px;
  transition: all 0.2s ease-in-out;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .ur_five__list__item {
    border-radius: 0.625rem;
    padding: 20px;
  }
}
@media (max-width: 48em) {
  .ur_five__list__item {
    width: 100%;
  }
}
.ur_five__list__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ur_five__list__item:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.ur_five__list__logo img {
  max-width: 155px;
  /* 992 */
}
@media (max-width: 62em) {
  .ur_five__list__logo img {
    max-width: 98px;
  }
}
.ur_five__list__title {
  font-size: 1.125rem;
  font-weight: 500;
}
.ur_five__list__link {
  margin-top: 1rem;
}
.ur_five__list__link a {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  /* 992 */
}
.ur_five__list__link a:hover {
  text-decoration: none;
}
.ur_five__list__link a:hover span {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 62em) {
  .ur_five__list__link a {
    font-size: 0.875rem;
  }
}
.ur_five__list__link a .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 0 0 4px;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
  /* 768 */
  /* 992 */
}
@media (max-width: 48em) {
  .ur_five__list__link a .arrow {
    background-size: 14px;
  }
}
@media (max-width: 62em) {
  .ur_five__list__link a .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M1 6H16.5" stroke="%23644BCD" stroke-width="2" stroke-linecap="round"/><path d="M11.9854 1L16.9927 6.00732L12 11" stroke="%23644BCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 0 0 4px;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    /* 768 */
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .ur_five__list__link a .arrow {
    background-size: 14px;
  }
}

.galleries .archive__subject {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.galleries .archive__subject:hover {
  cursor: pointer;
}
.galleries .archive__subject::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.57812 5.99976L8.00034 10.8886L13.4226 5.99976" stroke="%23454545" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  display: inline-block;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}
.galleries .archive__subject.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.galleries .archive__gallery {
  display: none;
}
.galleries .archive__gallery.open {
  display: block;
}

.news__media__tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .news__media__tabs {
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .news__media__tabs {
    gap: 12px;
  }
}
.news__media__tabs li {
  display: block;
}
.news__media__tabs li a {
  border-radius: 8px;
  color: #9e9e9e;
  display: block;
  font-weight: 400;
  padding: 5px 16px;
  /* 768 */
}
.news__media__tabs li a:hover {
  text-decoration: none;
}
@media (max-width: 48em) {
  .news__media__tabs li a {
    font-size: 0.75rem;
  }
}
.news__media__tabs li.active a {
  background-color: #F4F4F4;
  color: #000000;
}
.news__media__category {
  margin-bottom: 32px;
}
.news__media__category__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.news__media__category__list > li {
  margin-bottom: 16px;
  /* 768 */
}
.news__media__category__list > li > a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  color: #000000;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-decoration: none;
  padding-left: 34px;
  margin-bottom: 8px;
}
@media (max-width: 48em) {
  .news__media__category__list > li > a {
    background-position: top 3px left;
    background-size: 16px;
    font-size: 1rem;
    line-height: 1.313rem;
    padding-left: 24px;
  }
}
.news__media__category__stud {
  background: url("/edu/images/news/icon-stud.svg");
}
.news__media__category__hammer {
  background: url("/edu/images/news/icon-hammer.svg");
}
.news__media__category__prize {
  background: url("/edu/images/news/icon-prize.svg");
}
.news__media__category__forum {
  background: url("/edu/images/news/icon-forum.svg");
}
.news__media__category__man {
  background: url("/edu/images/news/icon-man.svg");
}
.news__media__category__meeting {
  background: url("/edu/images/news/icon-meeting.svg");
}
.news__media__category__interships {
  background: url("/edu/images/news/icon-interships.svg");
}
.news__media__category__contests {
  background: url("/edu/images/news/icon-contests.svg");
}
.news__media__category__seminar {
  background: url("/edu/images/news/icon-seminar.svg");
}
.news__media__subcategory__list {
  columns: 3;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.news__media__subcategory__list li {
  margin-bottom: 8px;
}
.news__media__subcategory__list a {
  color: #9E9E9E;
  font-size: 1rem;
  line-height: 1.6rem;
  padding-left: 0;
}
.news__media__subcategory__list a:hover {
  color: #000000;
}
.news__media__item {
  border-top: 1px solid #9e9e9e;
  display: flex;
  gap: 24px;
  margin-bottom: 50px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .news__media__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 48em) {
  .news__media__item {
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
  }
}
.news__media__item__pic a {
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: center center;
  height: 100px;
  width: 100px;
}
.news__media__item__body time {
  color: #9e9e9e;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 161%;
  letter-spacing: 0.12px;
}
.news__media__item__body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .news__media__item__body h4 {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .news__media__item__body h4 {
    font-size: 0.875rem;
  }
}
.news__media__item__body h4 a {
  color: #000;
}
.news__media__item__body p {
  font-size: 1rem;
  /* 992 */
}
@media (max-width: 62em) {
  .news__media__item__body p {
    font-size: 0.875rem;
  }
}

.news__pubdate {
  color: #9E9E9E;
  margin-top: 40px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .news__pubdate {
    margin-top: 32px;
  }
}
@media (max-width: 48em) {
  .news__pubdate {
    margin-top: 24px;
  }
}

.conditions__offers {
  display: flex;
  flex-direction: row;
  margin: 32px 0 60px;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  /* 992 */
  /* 768 */
}
.conditions__offers strong {
  display: block;
}
@media (max-width: 62em) {
  .conditions__offers {
    margin: 0 0 40px;
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .conditions__offers {
    flex-direction: column;
    margin: 0 0 32px;
  }
}
.conditions__offers__item {
  background-repeat: no-repeat;
  background-size: 112px;
  background-position: center top;
  line-height: 1.45rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 25%;
  text-align: center;
  padding-top: 132px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .conditions__offers__item {
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .conditions__offers__item {
    background-size: 64px;
    background-position: left center;
    flex-direction: column;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0 0 0 80px;
    flex: 1 1 auto;
    text-align: left;
    height: 64px;
  }
}
.conditions__offers__title {
  font-weight: 600;
}
.conditions__offers__item__first {
  background-image: url("/edu/images/conditions/icon-offer-first.svg");
}
.conditions__offers__item__second {
  background-image: url("/edu/images/conditions/icon-offer-second.svg");
}
.conditions__offers__item__third {
  background-image: url("/edu/images/conditions/icon-offer-third.svg");
}
.conditions__offers__item__fourth {
  background-image: url("/edu/images/conditions/icon-offer-fourth.svg");
}
.conditions__whom {
  display: flex;
  flex-direction: row;
  margin: 24px 0 60px;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .conditions__whom {
    margin: 0 0 40px;
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .conditions__whom {
    flex-direction: column;
    margin: 0 0 32px;
  }
}
.conditions__whom__item {
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center top;
  display: flex;
  line-height: 1.45rem;
  flex: 1 1 25%;
  text-align: center;
  padding-top: 76px;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .conditions__whom__item {
    background-size: 44px;
    padding: 52px 0 0 0;
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .conditions__whom__item {
    background-position: left 10px center;
    font-size: 0.75rem;
    justify-content: center;
    line-height: 15px;
    padding: 0 0 0 80px;
    flex: 1 1 auto;
    flex-direction: column;
    text-align: left;
    height: 44px;
  }
}
.conditions__whom__item__first {
  background-image: url("/edu/images/conditions/icon-whom-first.svg");
}
.conditions__whom__item__second {
  background-image: url("/edu/images/conditions/icon-whom-second.svg");
}
.conditions__whom__item__third {
  background-image: url("/edu/images/conditions/icon-whom-third.svg");
}
.conditions__whom__item__fourth {
  background-image: url("/edu/images/conditions/icon-whom-fourth.svg");
}
.conditions__step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
  /* 768 */
}
@media (max-width: 48em) {
  .conditions__step {
    flex-direction: column;
  }
}
.conditions__step div {
  flex: 1 1 33%;
  font-weight: 500;
  text-align: center;
  /* 768 */
}
@media (max-width: 48em) {
  .conditions__step div {
    flex: 1 1 auto;
  }
}
.conditions__step span {
  color: #644BCD;
  display: block;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5.1rem;
  margin-bottom: 8px;
}

.meetings__list__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.meetings__list__item h4 {
  margin: 0;
}

.basement__body {
  padding: 60px 0 48px;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .basement__body {
    padding: 40px 0;
  }
}
@media (max-width: 34em) {
  .basement__body {
    padding: 32px 0;
  }
}
.basement__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px;
  /* 768 */
  /* 544 */
}
@media (max-width: 48em) {
  .basement__menu {
    display: none !important;
  }
}
@media (max-width: 34em) {
  .basement__menu {
    margin: 0 0 32px;
  }
}
.basement__menu__item {
  padding-right: 16px;
  width: 16.6666666667%;
  /* 992 */
  /* 544 */
}
.basement__menu__item:last-child {
  padding-right: 0;
}
@media (max-width: 62em) {
  .basement__menu__item {
    width: 33%;
    padding-right: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 34em) {
  .basement__menu__item {
    border-top: 1px solid #e4e4e4;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .basement__menu__item:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
}
.basement__menu__category {
  color: #454545;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 2.625rem;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.basement__menu__category:hover {
  color: #000;
  text-decoration: none;
}
.basement__menu__category span {
  display: none;
  margin: 0;
  height: auto;
  line-height: 2.625rem;
  /* 544 */
}
@media (max-width: 34em) {
  .basement__menu__category span {
    display: block;
  }
}
.basement__menu__category .dropdown-arrow::after {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDU2MF8xNjE1MSkiPjxwYXRoIGQ9Ik0xLjYwODQgMy43NUw0Ljk5MTA3IDYuODA1NTZMOC4zNzM3MyAzLjc1IiBzdHJva2U9IiM0NTQ1NDUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ1NjBfMTYxNTEiPjxyZWN0IHdpZHRoPSI5Ljk4MTY0IiBoZWlnaHQ9IjEwIiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  height: 100%;
  width: 24px;
  display: block;
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.basement__menu__category.collapsed .dropdown-arrow::after {
  transform: rotate(0deg);
}
.basement__menu__subcategory {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
  /* 544 */
}
@media (max-width: 34em) {
  .basement__menu__subcategory {
    display: none;
  }
}
.basement__menu__subcategory li {
  margin-bottom: 6px;
  line-height: 1rem;
}
.basement__menu__subcategory li a {
  color: #454545;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}
.basement__menu__subcategory li a:hover {
  color: #000;
}
.basement__menu__subcategory li.active a {
  color: #000;
}
.basement .social__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.basement .social__list li {
  display: block;
  margin-left: 8px;
}
.basement .social__list__vk, .basement .social__list__tg, .basement .social__list__ok {
  display: block;
  height: 28px;
  width: 28px;
}
.basement .social__list__vk {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath d='M6.48061 10.3344C7.1007 10.3344 8.0456 10.3344 8.57711 10.3344C8.84286 10.3344 9.04956 10.5116 9.13814 10.7478C9.40389 11.5156 9.99446 13.1987 10.6736 14.3502C11.589 15.8562 12.1795 16.4172 12.5634 16.3582C12.9473 16.2696 12.8292 15.2656 12.8292 14.4684C12.8292 13.6711 12.9177 12.3128 12.5339 11.6927L11.9433 10.8364C11.7957 10.6297 11.9433 10.364 12.1795 10.364H15.5457C15.8705 10.364 16.1363 10.6297 16.1363 10.9545V15.2361C16.1363 15.2361 16.2839 16.0038 17.1107 15.2066C17.9375 14.4093 18.8234 12.9329 19.5616 11.427L19.8568 10.7183C19.9454 10.5116 20.1521 10.364 20.3883 10.364H22.5734C22.9868 10.364 23.2821 10.7773 23.1345 11.1612L22.8982 11.7813C22.8982 11.7813 22.101 13.3758 21.2742 14.4979C20.4474 15.6495 20.2702 15.9152 20.3883 16.2105C20.5065 16.5058 22.6325 18.4842 23.164 19.4291C23.3116 19.6948 23.4297 19.9311 23.5478 20.1377C23.7545 20.5216 23.4593 21.0236 23.0163 21.0236H20.536C20.3293 21.0236 20.1226 20.9055 20.034 20.7283L19.7978 20.3444C19.7978 20.3444 18.2918 18.5728 17.3765 18.0117C16.4316 17.4802 16.4611 18.248 16.4611 18.248V19.8129C16.4611 20.4626 15.9296 20.9941 15.28 20.9941H14.6894C14.6894 20.9941 11.4413 20.9941 8.84286 17.1259C6.80542 14.114 6.12628 12.1652 5.89005 11.0431C5.831 10.6888 6.09675 10.3344 6.48061 10.3344Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.basement .social__list__vk:hover {
  background-color: #454545;
}
.basement .social__list__tg {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath d='M19.6798 20.6809L22.1176 9.71416C22.3339 8.7471 21.7535 8.36953 21.09 8.60675L6.75941 13.8736C5.78199 14.2385 5.79642 14.7614 6.59323 14.9986L10.2571 16.0928L18.7676 10.9806C19.1674 10.7258 19.5321 10.8673 19.2326 11.1215L12.3487 17.0554L14.6202 18.672L18.3349 21.2831C19.0163 21.6474 19.4958 21.4548 19.6798 20.6809Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.basement .social__list__tg:hover {
  background-color: #454545;
}
.basement .social__list__ok {
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14' stroke='%239E9E9E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0106 10.6611C10.9992 8.41605 12.7815 6.59969 15.0021 6.59363C17.218 6.58756 19.0185 8.37849 19.0309 10.6002C19.0439 12.798 17.2444 14.6171 15.0501 14.6246C12.8333 14.6321 11.0218 12.8544 11.0106 10.6611ZM12.2429 17.3257C11.5865 17.0712 10.9955 16.7064 10.5045 16.2023C10.1842 15.8732 10.1812 15.4599 10.4413 15.0361C10.6684 14.6652 11.064 14.5091 11.4876 14.6183C11.7057 14.674 11.894 14.7846 12.0698 14.919C13.8463 16.1139 16.2773 16.0806 18.0468 14.8646C18.1335 14.8049 18.224 14.7484 18.3192 14.7039C18.8102 14.4723 19.2823 14.58 19.5638 14.9831C19.8925 15.4538 19.8507 15.9112 19.4349 16.3103C19.3479 16.3942 19.2517 16.4686 19.1555 16.543C19.133 16.5604 19.1104 16.5778 19.088 16.5954C18.1384 17.3378 17.0293 17.6406 15.7993 17.7691C15.8304 17.8024 15.8574 17.8319 15.8821 17.8589C15.9265 17.9074 15.9633 17.9475 16.0018 17.986C16.1307 18.1154 16.2597 18.2447 16.3886 18.3741C17.1614 19.1494 17.9344 19.9249 18.7094 20.6983C18.8965 20.8844 19.0304 21.093 19.0439 21.365C19.063 21.7682 18.8135 22.1692 18.4209 22.3591C18.0514 22.5387 17.6726 22.4818 17.3542 22.1678C16.6454 21.4688 15.9405 20.766 15.247 20.0517C15.0732 19.8731 14.979 19.8339 14.7819 20.0396C14.3259 20.5171 13.8573 20.9829 13.3886 21.4488C13.1635 21.6726 12.9385 21.8963 12.7148 22.1214C12.5349 22.3026 12.3322 22.4316 12.0724 22.4496C11.6621 22.4778 11.2439 22.2156 11.0575 21.8168C10.8868 21.4522 10.9514 21.0631 11.2616 20.7492C11.8239 20.1804 12.389 19.6144 12.9542 19.0483C13.3041 18.6979 13.654 18.3474 14.0033 17.9963C14.0498 17.9497 14.088 17.9081 14.1453 17.8455C14.1661 17.8228 14.1894 17.7973 14.2165 17.7679C13.5433 17.6872 12.8634 17.5662 12.2429 17.3257ZM13.0551 10.6067C13.0512 11.6976 13.9182 12.5721 15.0068 12.576C16.0989 12.58 16.9757 11.7174 16.9838 10.6305C16.9922 9.52927 16.1152 8.64477 15.017 8.64594C13.928 8.64687 13.0591 9.51528 13.0551 10.6067Z' fill='%239E9E9E'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  background-color: #9E9E9E;
}
.basement .social__list__ok:hover {
  background-color: #454545;
}
.basement .copyright {
  display: flex;
  flex-wrap: wrap;
}
.basement .copyright__contact {
  display: flex;
  flex-direction: row;
  flex: 1 1 25%;
  align-items: center;
  justify-content: space-between;
  margin: 0 90px 0 40px;
  /* 992 */
  /* 768 */
  /* 544 */
}
@media (max-width: 62em) {
  .basement .copyright__contact {
    margin: 0 40px;
  }
}
.basement .copyright__contact__phone, .basement .copyright__contact__email {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  text-decoration: none;
  /* 992 */
  /* 768 */
}
@media (max-width: 62em) {
  .basement .copyright__contact__phone, .basement .copyright__contact__email {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (max-width: 48em) {
  .basement .copyright__contact__phone, .basement .copyright__contact__email {
    font-size: 12px;
    font-weight: 400;
  }
}
.basement .copyright__contact__phone:hover, .basement .copyright__contact__email:hover {
  color: #000000;
}
@media (max-width: 48em) {
  .basement .copyright__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 34em) {
  .basement .copyright__contact {
    margin: 0;
    order: 1;
    flex: 1 1 50%;
  }
  .basement .copyright__contact__phone {
    margin-bottom: 4px;
  }
}
.basement .copyright__text {
  display: flex;
  flex: 1 1 25%;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  color: #9e9e9e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 544 */
}
@media (max-width: 34em) {
  .basement .copyright__text {
    justify-content: flex-start;
    flex: 1 1 100%;
    order: 3;
  }
}
.basement .copyright__text a {
  color: #9e9e9e;
}
.basement .copyright__logo {
  /* 544 */
}
@media (max-width: 34em) {
  .basement .copyright__logo {
    flex: 1 1 100%;
    order: 3;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.basement .copyright__socials {
  display: flex;
  align-items: center;
  /* 544 */
}
@media (max-width: 34em) {
  .basement .copyright__socials {
    justify-content: flex-end;
    flex: 1 1 50%;
    order: 2;
  }
}
