@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

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

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

a:hover,
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.section-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  /**
	* def - default
	* prim - primary
	**/
  --joserif-font-family: 'Josefin Sans', sans-serif;
  --def-green: #107e5e;
  --def-darknessgreen: #0f7c5c;
  --def-darknessgrey: #505050;
  --def-darkbrown: #414141;
  --typography-color: #ffffff;
  --def-orange: #ec7b36;
  --first-display-gradient-color: linear-gradient(0deg, rgba(41,163,127,1) 25%, rgba(16,125,93,1) 100%);
  --table-typography-color: #11296e;
  --table-header-typography-color: #3c65a3;
  --table-field-color: #f1f0f6;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-28 15:13:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */

@-webkit-keyframes slide-left {
  0% {
    min-width: 0;
  }

  100% {
    min-width: 260px;
  }
}

@keyframes slide-left {
  0% {
    min-width: 0;
  }

  100% {
    min-width: 260px;
  }
}

@-webkit-keyframes slide-txt-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes slide-txt-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
    visibility: visible;
    opacity: 1;
  }
}

.section-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.mobile_menu_text {
  display: none;
}

.head_menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  display: block;
  position: relative;
  z-index: 2;
  height: auto;
}

.head_menu .container.relative {
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head_menu .navbar {
  border: none;
  margin-bottom: 0;
  min-height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head_menu .navbar .navbar-collapse.collapse {
  padding: 0;
}

.head_menu .navbar-toggle .icon-bar {
  background-color: #0c0c0c;
}

.head_menu .navbar-nav {
  margin-top: 18px;
}

.head_menu .navbar-nav > li > a {
  font-size: 0.9375em;
  font-weight: bold;
  padding: 0;
  color: var(--typography-color);
}

.head_menu .navbar-nav > li > a.active {
  color: var(--def-orange);
}

.header-nav .head_menu .nav > li > a:hover,
.header-nav .head_menu .nav > li > a:focus {
  color: var(--def-orange);
}

.head_menu .navbar-nav > li {
  position: relative;
  margin: 0 1.5rem 0 0;
  white-space: nowrap;
}

.head_menu .navbar-nav > li::before {
  content: '';
  position: absolute;
  bottom: 0.125rem;
  right: -0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2px;
  height: 14px;
  background-color: var(--def-white);
}

.head_menu .navbar-nav > li:last-child {
  margin-right: 0;
}

.head_menu .navbar-nav > li:last-child::before {
  display: none;
}

.head_menu .nav > li.active > a:hover {
  cursor: default;
}

.head_menu .caret {
  display: none;
}

.head_menu .dropdown-menu a {
  padding: 10px 20px 10px 20px;
  margin: 6px 0;
  color: #fff;
}

.head_menu .dropdown-menu {
  background: #4ba55e;
  border: none;
}

.burger-wrapper #burger-menu {
  display: none;
}

.burger-wrapper #burger-menu.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  left: 0px;
  z-index: 3000;
  background: var(--def-white);
  top: 0;
}

.burger-wrapper #burger-menu.is-active .navigations_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.burger-wrapper #burger-menu.is-active .navigations_item_link {
  margin-bottom: 1.25rem;
  font-size: 2em;
  color: var(--tch-txt-clr);
}

.burger-wrapper #burger-menu.is-active .navigations_item_item {
  margin: 0;
}

.burger-wrapper #burger-menu.is-active .navigations_item_item::before {
  display: none;
}

.burger-wrapper #toggle {
  display: none;
  position: fixed;
  width: 40px;
  height: 36px;
  left: 20px;
  bottom: 3%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 3500;
}

.burger-wrapper #toggle input {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.burger-wrapper #toggle span {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: var(--def-orange);
  margin-top: 0.25rem;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  left: 0;
}

.burger-wrapper #toggle span:before,
.burger-wrapper #toggle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: var(--def-orange);
  top: -12px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.burger-wrapper #toggle span:after {
  top: 12px;
}

.burger-wrapper #toggle.trigger-active .span-decor {
  background: transparent;
  left: 0;
}

.burger-wrapper #toggle.trigger-active .span-decor:after {
  -webkit-transform: rotate(45deg) translate(-1px, -12px);
  -ms-transform: rotate(45deg) translate(-1px, -12px);
  transform: rotate(45deg) translate(-1px, -12px);
  left: -7px;
  background: var(--def-orange);
}

.burger-wrapper #toggle.trigger-active .span-decor:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 16px);
  -ms-transform: rotate(-45deg) translate(-4px, 16px);
  transform: rotate(-45deg) translate(-4px, 16px);
  left: -7px;
  background: var(--def-orange);
}

/*usermenu*/

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

.cabinet_in > li {
  position: relative;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -6px;
}

.cabinet_in li .cabinet_avatar {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 15px;
}

.cabinet_in li a.dropdown-toggle {
  color: #FFF;
}

.cabinet_in li a {
  font-size: 12px;
  color: #1a1a1a;
  text-decoration: underline;
}

.cabinet_in li > .dropdown-menu {
  border: none;
  border-radius: 10px;
  left: 28px;
  max-width: 250px;
  -webkit-box-shadow: 0 0 5px 1px var(--usr-menu-bxshdw-clr);
  box-shadow: 0 0 5px 1px var(--usr-menu-bxshdw-clr);
  background-color: #fff;
}

.cabinet_in li > .dropdown-menu li {
  float: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0 10px;
}

.cabinet_in li > .dropdown-menu li a {
  position: relative;
  text-decoration: none;
  padding: 10px 15px 10px 35px;
}

.cabinet_in .dropdown-menu li a {
  font-size: 12px;
  color: #1a1a1a;
  text-decoration: underline;
}

.btn_classic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 11.25rem;
  width: 100%;
  padding: 0.8125rem 1.625rem;
  -webkit-transition: background, color, border 0.5s ease-in-out;
  -o-transition: background, color, border 0.5s ease-in-out;
  transition: background, color, border 0.5s ease-in-out;
  border-radius: 1.375rem;
  border: 1px solid transparent;
}

.call_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(25% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.touch-region {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 50%;
  padding: 0.5rem;
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px -4px #030303;
  box-shadow: 0 0 8px -4px #030303;
}

.touch-region .h-link {
  visibility: hidden;
  position: absolute;
  z-index: -10;
}

.touch-region:hover .h-link {
  font-size: 1.125em;
  font-weight: bold;
  color: var(--def-green);
  -webkit-animation: slide-txt-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-txt-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.touch-region:hover {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 35px;
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.touch-region .touchable-el {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px -4px #030303;
  box-shadow: 0 0 8px -4px #030303;
}

.touch-region .touchable-el .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/icons/ic-awesome-phone.svg");
  background-repeat: no-repeat;
}

.positionHead {
  display: none;
}

.positionHead .scroll {
  padding: 3px 5px 3px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.positionHead .scroll:hover {
  transiton: 0.2s ease-in-out;
  padding: 6px 12px 6px;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.1875rem 0 1.625rem;
  position: relative;
  z-index: 20;
  background: #107e5d;
}

.header-nav .section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav .header__logotype-el {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(33.33333% - 1.875rem);
  margin-left: 0;
}

.header-nav .head_menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.header-nav .head_menu .nav > li > a:hover,
.header-nav .head_menu .nav > li > a:focus {
  background-color: transparent;
  color: var(--def-orange);
}

.header-nav_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-nav .lang-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.875rem;
}

.header-nav .lang-switcher > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0.625rem 0.125rem;
}

.header-nav .lang-switcher > li > a {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0.375rem 0.5rem;
  color: var(--typography-color);
}

.header-nav .lang-switcher > li > a:hover {
  text-decoration: underline;
}

.header-nav .lang-switcher > li.active > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid var(--typography-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav .menu_wrapper {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav .menu_wrapper .menu_container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.headerFixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 3.125rem 0.5rem;
  top: 0;
  left: 0;
  right: 0;
  background: var(--typography-color);
  -webkit-box-shadow: 0px 2px 10px -5px #040404;
  box-shadow: 0px 2px 10px -5px #040404;
  z-index: 2500;
}

/*Стилизация бесячей плашки*/

.sticky-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 15;
  opacity: 0.3;
  background-color: var(--def-white);
  -webkit-box-shadow: 0px 1px 6px -2px #000;
  box-shadow: 0px 1px 6px -2px #000;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.sticky-info:hover {
  opacity: 1;
}

.sticky-info__container-item {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sticky-info__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem 0;
}

.sticky-info__event-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-info__event-name .alert-elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.375rem;
}

.sticky-info__event-name .alert-elem::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5625rem;
  height: 2.625rem;
  background-image: url("../img/icons/alert-plashka.svg");
  background-repeat: no-repeat;
}

.sticky-info__txt-block > h1 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > h2 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > h3 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > h4 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > h5 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > h6 {
  font-size: 1.625em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__txt-block > p {
  font-size: 0.9375em;
  font-weight: 400;
  color: var(--plashka-txt-clr);
}

.sticky-info__switcher-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sticky-info__link-item {
  font-size: 1em;
  background-color: var(--btn-goto-bcgck-clr);
  color: var(--def-white);
  border: 0.0625rem solid var(--btn-goto-bcgck-clr);
}

.sticky-info__link-item:hover {
  background-color: var(--btn-or-hover);
  color: var(--btn-or-hover-txt);
  border: 0.0625rem solid var(--btn-or-hover-brd);
}

.sticky-info__close-btn {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1em;
  background-color: var(--btn-cls-bcgck-clr);
  color: var(--default-gray);
  border: 0.0625rem solid var(--btn-cls-brd-clr);
}

.sticky-info__close-btn .close-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1.5rem;
}

.sticky-info__close-btn .close-icon::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.75rem;
  height: 0.8125rem;
  background-image: url("../img/icons/close-icon.svg");
  background-repeat: no-repeat;
}

/* Фиксированная навигация по курсам в виде лестницы, да да..... */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.nav-staircase {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 100;
}

.nav-staircase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.nav-staircase__list-item {
  counter-increment: courseLinkCount;
  cursor: pointer;
  margin: 0.25rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.nav-staircase__list-item::after {
  content: counter(courseLinkCount);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem 2.0625rem;
  font-size: 1em;
  font-weight: bold;
  background-color: #afafaf;
  color: var(--def-white);
  border-left: 1px solid var(--def-white);
}

.nav-staircase__list-item::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -8px;
  left: -5px;
  width: 100%;
  height: 0.5rem;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  background-color: #c2c1c0;
}

.nav-staircase__list-item:nth-child(1)::after {
  position: relative;
  left: -8px;
}

.nav-staircase__list-item:nth-child(2)::after {
  position: relative;
  left: -16px;
}

.nav-staircase__list-item:nth-child(3)::after {
  position: relative;
  left: -24px;
}

.nav-staircase__list-item:nth-child(4)::after {
  position: relative;
  left: -32px;
}

.nav-staircase__list-item:nth-child(5)::after {
  position: relative;
  left: -40px;
}

.nav-staircase__list-item:nth-child(6)::after {
  position: relative;
  left: -48px;
}

.nav-staircase__list-item:nth-child(7)::after {
  position: relative;
  left: -56px;
}

.nav-staircase__list-item:nth-child(8)::after {
  position: relative;
  left: -64px;
}

.nav-staircase__list-item:nth-child(4)::before {
  left: -36px;
}

.nav-staircase__list-item:nth-child(3)::before {
  left: -29px;
}

.nav-staircase__list-item:nth-child(2)::before {
  left: -21px;
}

.nav-staircase__list-item:nth-child(1)::before {
  left: -12px;
}

.nav-staircase__list-item:hover::after {
  display: none;
}

.nav-staircase__list-item:hover::before {
  display: none;
}

.nav-staircase__list-item:hover:nth-child(1) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(1) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(1) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(2) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(2) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(2) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(3) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(3) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(3) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(4) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(4) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(4) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(5) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(5) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(5) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(6) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(6) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(6) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(7) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(7) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(7) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__list-item:hover:nth-child(8) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: inherit;
  left: inherit;
  visibility: visible;
  background-color: #ec7b36;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-staircase__list-item:hover:nth-child(8) > a::before {
  background-color: #c25e21;
}

.nav-staircase__list-item:hover:nth-child(8) > a .count::after {
  background-color: #ec7b36;
}

.nav-staircase__link-item {
  visibility: hidden;
  position: absolute;
  left: -100%;
  padding: 0.625rem 0.875rem;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  background-color: #afafaf;
  color: var(--def-white);
}

.nav-staircase__link-item:hover,
.nav-staircase__link-item:focus {
  color: #f2e9e9;
}

.nav-staircase__link-item::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -8px;
  left: -5px;
  width: 100%;
  height: 0.5rem;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  background-color: #c2c1c0;
}

.nav-staircase__link-item .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.375rem;
}

.nav-staircase__link-item .count::after {
  content: counter(courseLinkCount);
  padding-left: 1.375rem;
  padding-right: 0.5rem;
  font-size: 1em;
  font-weight: bold;
  background-color: #afafaf;
  color: var(--def-white);
  border-left: 1px solid var(--def-white);
}

/* конец фиксированной навигации лесенкой... */

.custom-shape-divider-bottom-1658139935 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.custom-shape-divider-bottom-1658139935 svg {
  position: relative;
  display: block;
  width: calc(162% + 1.3px);
  height: 374px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: -1;
}

.custom-shape-divider-bottom-1658139935 .shape-fill {
  fill: #ffffff;
}

.first_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 37.5rem;
  height: 100%;
  z-index: 10;
  background: var(--first-display-gradient-color);
}

.first_display .description_block,
.first_display .picture_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
}

.first_display .description_block .slogan_txt {
  font-size: 1.5625em;
  font-weight: 700;
  font-style: italic;
  color: var(--typography-color);
}

.first_display .description_block .course_name {
  font-size: 3.75em;
  font-weight: 400;
  margin-top: 1.375rem;
  color: var(--typography-color);
}

.first_display .description_block .course_more_info {
  font-size: 1.5625em;
  font-weight: 400;
  margin-top: 2.75rem;
  color: var(--typography-color);
}

.first_display .picture_block {
  position: relative;
}

.first_display .picture_block .picture_item {
  position: absolute;
  top: 3.125rem;
  z-index: 5;
}

.first_display .btn_to_course {
  font-size: 0.9375em;
  font-weight: 600;
  margin-top: 2rem;
  color: var(--def-green);
  background-color: var(--typography-color);
}

.first_display .btn_to_course:hover {
  background-color: transparent;
  border-color: var(--typography-color);
  color: var(--typography-color);
}

.for_specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.75rem 0 5rem;
}

.for_specialist .specialist_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.for_specialist .li_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  font-size: 1em;
  font-weight: bold;
  width: calc(100% / 5 - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 4rem;
  height: auto;
  padding-left: 2.5rem;
  color: #362e2c;
}

.for_specialist .li_item::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../img/icons/ic-bullet-arrow-right.svg");
  background-repeat: no-repeat;
}

.motivate_section {
  padding: 4.375rem 0 5rem;
  background-color: #f1f0f6;
}

.motivate_section .section_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  font-size: 2.0625em;
  font-weight: 400;
  color: var(--def-darkbrown);
}

.motivate_section .section_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.4375rem;
}

.motivate_section .list_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(25% - 1.875rem);
  font-size: 1.3125em;
  font-weight: 400;
  padding-left: 4.375rem;
  position: relative;
  counter-increment: list_item;
  color: var(--def-darkbrown);
}

.motivate_section .list_item::before {
  content: counter(list_item);
  position: absolute;
  top: 1.375rem;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.125em;
  font-weight: bold;
  color: var(--typography-color);
  background-color: var(--def-orange);
  border-radius: 50%;
}

.more_information {
  padding: 4.6875rem 0 4.375rem;
}

.more_information .section_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  font-size: 2.0625em;
  font-weight: 400;
  text-align: center;
  color: #414141;
}

.more_information .table_content {
  margin-top: 2rem;
  width: 100%;
  overflow-x: auto;
}

.more_information .table_more_information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.available {
  padding: 3rem 0 3.125rem;
}

.available_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  font-size: 2.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 4;
  color: #263238;
}

.available_title::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  width: 20rem;
  height: 1rem;
  background-color: #f1f0f6;
  border-radius: 0.625rem;
}

.available_courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5.625rem;
}

.available .moreinfo_table {
  overflow-x: auto;
}

.available .available_card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
}

.available .available_card .card_header {
  min-height: 6.875rem;
  height: auto;
}

.available .available_card .course_name {
  font-size: 1.75em;
  font-weight: 400;
}

.available .available_card .author_name {
  font-size: 1.9375em;
  margin-top: 0.625rem;
}

.available .available_card .btn_more {
  font-size: 0.9375em;
  font-weight: 700;
  margin-top: 1.0625rem;
  color: var(--def-green);
  border-color: var(--def-green);
}

.available .available_card .btn_more:hover,
.available .available_card .btn_more:focus {
  background-color: var(--def-green);
  border-color: transparent;
  color: var(--typography-color);
}

.available .moreinfo_table {
  margin-top: 2.5rem;
}

.available .table_info {
  width: 100%;
}

.available .table_info td {
  padding: 0 1.25rem;
  color: var(--table-typography-color);
}

.available .table_info td:nth-child(2n+1) {
  background-color: var(--table-field-color);
}

.available .table_info .empty_field {
  padding: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.available .table_header > tr > td {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding-top: 0.5rem;
  font-size: 1.125em;
  font-weight: 400;
}

.available .table_body > tr > td {
  padding-top: 0.625rem;
}

.available .table_body .time_info,
.available .table_body .theme_info,
.available .table_body .tests_info,
.available .table_body .access_info {
  font-size: 2.0625em;
  font-weight: 400;
  font-family: var(--joserif-font-family);
}

.available .table_body .format_info,
.available .table_body .access_info_txt {
  font-size: 0.875em;
  font-weight: 400;
}

.available .table_body .access_info_txt {
  padding-bottom: 0.5rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.zapis_section {
  padding: 3.125rem 0 3.375rem;
}

.zapis_section .content_centered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  text-align: center;
}

.zapis_section .content_centered .title {
  font-size: 2.5em;
  font-weight: bold;
  color: #263238;
}

.zapis_section .content_centered .special {
  position: relative;
  z-index: 4;
}

.zapis_section .content_centered .special::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  z-index: -1;
  background-color: #f1f0f6;
  border-radius: 0.625rem;
}

.zapis_section .content_centered .btn_read_to_course {
  font-size: 0.9375em;
  font-weight: 700;
  margin-top: 2.125rem;
  background-color: var(--def-orange);
  color: var(--typography-color);
}

.zapis_section .content_centered .btn_read_to_course:hover,
.zapis_section .content_centered .btn_read_to_course:focus {
  background-color: transparent;
  color: var(--def-orange);
  border-color: var(--def-orange);
}

.again_motivation {
  padding: 3rem 0 3.125rem;
  background-color: var(--def-darknessgreen);
}

.again_motivation .academy_best {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(66.66667% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.again_motivation .academy_best .academy_txt {
  font-size: 2.0625em;
  font-weight: bold;
  margin-left: 3.75rem;
  color: var(--typography-color);
}

.again_motivation .academy_decorel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(33.33333% - 1.875rem);
  position: relative;
}

.again_motivation .academy_decorel .floating_el {
  position: absolute;
  bottom: -4.5625rem;
}

.table_more_information {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  height: auto;
  overflow-x: auto;
}

.table_more_information td,
.table_more_information th {
  font-size: 0.75em;
  font-weight: 400;
  padding: 0.625rem 0.5rem;
  color: var(--table-typography-color);
}

.table_more_information td:first-child,
.table_more_information th:first-child {
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}

.table_more_information td:last-child,
.table_more_information th:last-child {
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

.table_more_information .table_body td:nth-child(2n+2) {
  background-color: var(--typography-color);
  -webkit-box-shadow: 0px 3px 6px -4px #030303;
  box-shadow: 0px 3px 6px -4px #030303;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.table_more_information .table_body > tr:nth-child(2n+1) {
  background-color: var(--table-field-color);
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

.table_more_information .table_body > tr > .bordered {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.table_more_information .table_head {
  font-size: 0.875em;
  font-weight: bold;
  color: var(--table-header-typography-color);
}

.table_more_information .table_head .bordered_head {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 0px 6px -4px #030303;
  box-shadow: 0px 0px 6px -4px #030303;
}

.table_more_information .deadcell {
  border: none;
}

.table_more_information .text_centered {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  color: var(--def-green);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4.375rem 0 5rem;
  background-color: #505050;
}

.footer .project_sponsor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.footer .project_sponsor .title_box {
  width: 100%;
  position: relative;
  text-align: center;
  height: 50px;
  margin: 40px 0 20px 0;
}

.footer .project_sponsor .title_text {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--typography-color);
  display: inline-block;
  text-align: center;
  padding: 0 35px;
}

.footer .project_sponsor .title_text span {
  background-color: #505050;
  color: #fff;
}

.footer .project_sponsor .title_box i {
  display: table;
  width: 50%;
  height: 2px;
  background: #999;
  margin: -15px auto 0 auto;
}

.footer .project_sponsor .organizer_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.25rem;
  text-align: left;
}

.footer .project_sponsor .you_learn {
  position: relative;
  top: 0;
  padding: 0 30px;
}

.footer .project_sponsor .organizer_info {
  margin-left: 0.75rem;
  color: var(--typography-color);
}

.footer .other_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.75rem;
}

.footer .logotype_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(33.33333% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .addr_info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(66.66667% - 1.875rem);
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: var(--typography-color);
}

.footer .addr_info a {
  color: var(--typography-color);
  text-decoration: underline;
}


.wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -30%;
  bottom: 14%;
  width: 79.3125rem;
  height: 87.875rem;
  pointer-events: none;
  z-index: -1;
  background-image: url("../img/decor/decor-wave.svg");
  background-repeat: repeat;
}

.main-content {
  position: relative;
}

@media screen and (max-width: 85.625rem) {
  .nav-staircase {
    top: 15.5%;
  }
}

@media screen and (max-width: 75rem) {
  .container {
    max-width: rem(1110);
  }
}

@media screen and (max-width: 67.125rem) {
  .nav-staircase {
    display: none;
  }
}

@media screen and (max-width: 62rem) {
  .container {
    max-width: rem(930);
  }

  .burger-wrapper #toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-nav_logo {
    width: 70%;
  }

  .first_display {
    padding-bottom: 1.875rem;
  }

  .for_specialist .specialist_lists {
    padding: 0 1.25rem;
  }

  .for_specialist .li_item {
    width: calc(33.33333% - 1.875rem);
  }

  .for_specialist .li_item {
    margin: 0.9375rem 0;
  }

  .motivate_section .section_lists {
    margin-top: 2.0625rem;
  }

  .motivate_section .list_item {
    width: calc(50% - 1.875rem);
  }

  .motivate_section .list_item {
    margin-bottom: 1.375rem;
  }

  .motivate_section .list_item:last-child {
    margin-bottom: 0;
  }

  .available .available_card {
    width: calc(100% - 1.875rem);
  }

  .available .available_card {
    margin-top: 2rem;
  }

  .again_motivation .academy_best {
    width: calc(100% - 1.875rem);
  }

  .again_motivation .academy_best {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .again_motivation .academy_best .academy_txt {
    margin-left: 0;
  }

  .again_motivation .academy_decorel {
    display: none;
  }
}

@media screen and (max-width: 48rem) {
  .container {
    max-width: rem(690);
  }

  .head_menu {
    width: calc(100% - 1.875rem);
  }

  .head_menu {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .head_menu .navbar-nav > li > a {
    padding: 0.5rem 0.875rem;
  }

  .call_btn {
    width: calc(100% - 1.875rem);
  }

  .header-nav .header__logotype-el {
    width: calc(100% - 1.875rem);
  }

  .header-nav .header__logotype-el {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .header-nav .head_menu {
    width: calc(100% - 1.875rem);
  }

  .header-nav .head_menu {
    margin-top: 1.875rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sticky-info__event-name {
    width: calc(66.66667% - 1.875rem);
  }

  .sticky-info__txt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-info__txt-block > h1 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > h2 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > h3 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > h4 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > h5 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > h6 {
    font-size: 1.25em;
  }

  .sticky-info__txt-block > p {
    font-size: 0.875em;
  }

  .sticky-info__switcher-item {
    width: calc(33.33333% - 1.875rem);
  }

  .sticky-info__link-item {
    padding: 0.3125rem 0.75rem;
    font-size: 0.875em;
  }

  .sticky-info__close-btn {
    padding: 0.3125rem 0.75rem;
    font-size: 0.875em;
  }

  .sticky-info__close-btn .close-icon {
    margin-left: 0.75rem;
  }

  .custom-shape-divider-bottom-1658139935 {
    width: 145%;
  }

  .first_display .description_block,
  .first_display .picture_block {
    width: calc(100% - 1.875rem);
  }

  .first_display .picture_block {
    display: none;
  }

  .for_specialist .li_item {
    width: calc(50% - 1.875rem);
  }

  .motivate_section .section_title {
    font-size: 1.625em;
  }

  .motivate_section .list_item {
    width: calc(100% - 1.875rem);
  }

  .again_motivation .academy_best .academy_txt {
    margin-top: 1.875rem;
    text-align: center;
  }

  .table_more_information td,
  .table_more_information th {
    padding: 1rem 1.25rem;
    font-size: 0.875em;
  }

  .table_more_information .table_head {
    font-size: 1em;
    text-align: center;
  }

  .footer .logotype_block {
    width: calc(100% - 1.875rem);
  }

  .footer .addr_info {
    width: calc(100% - 1.875rem);
  }

  .footer .addr_info {
    margin-top: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 47.9375rem) {
  .head_menu .container.relative {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    width: 100%;
  }

  .head_menu .container.relative .navbar {
    width: 100%;
  }
}

@media screen and (max-width: 36rem) {
  .container {
    max-width: rem(510);
  }

  .header-nav .header-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-nav_logo {
    width: 70%;
  }

  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerFixed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .headerFixed .header-nav_logo {
    width: 60%;
  }

  .headerFixed .navigations_item {
    margin-top: 0;
  }

  .sticky-info__event-name {
    width: calc(100% - 1.875rem);
  }

  .sticky-info__switcher-item {
    width: calc(100% - 1.875rem);
  }

  .sticky-info__switcher-item {
    margin-top: 1.25rem;
  }

  .nav-staircase__list-item::after {
    font-size: 0.875em;
    padding: 0.5rem 0.875rem;
  }

  .nav-staircase__link-item .count::after {
    font-size: 0.875em;
    padding: 0.5rem 0.875rem;
  }

  .nav-staircase__link-item {
    font-size: 0.875em;
    padding: 0.5rem 0.75rem;
  }

  .custom-shape-divider-bottom-1658139935 {
    display: none;
  }

  .for_specialist .li_item {
    width: calc(100% - 1.875rem);
  }

  .table_more_information td,
  .table_more_information th {
    padding: 0.625rem 1rem;
  }
}

@media screen and (max-width: 26.5625rem) {
  .headerFixed {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .headerFixed .header-logo-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
 

/*********************************************************************/



.header-nav .button-region .btn-login {
    font-size: 1em;
    font-weight: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 9rem;
    padding: 0.5rem;
    border-radius: 1.5625rem;
    border: 1px solid var(--default-white);
    background-color: transparent;
    color: var(--default-white);
    margin-top: 7px;
    margin-left: 15px;
}
