@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
}

p {
    margin-bottom: 20px;
    line-height: 28px;
}
ul.sections {
  margin-left: 20px;
}
ul.sections li {
  list-style: square;
  margin-left: 20px;
  margin-top: 10px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
  outline: none;
}

/* Global styles */

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
    width: 100%;
}

.modal::-webkit-scrollbar{
  width: 0;
}

.header__content .menu-icon-wrapper {
  display: none;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0;
}

.header__logo {
  outline: none;
  text-decoration: none;
  max-width: 266px;
  /*min-height: 54px;*/
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-header__link {
  font-size: 18px;
  color: #0000008A;
  margin-right: 34px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.info-header__link:last-child {
  margin-right: 0;
}

.info-header__link:hover {
  color: #000;
  text-decoration: none;
}

.login__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__input {
  margin-right: 10px;
}

.login__input:last-child {
  margin-right: 0;
}

.login__input input {
  font-size: 16px;
  max-width: 160px;
  width: 100%;
  border: 0;
  padding: 10px;
  outline: none;
  background-color: #F1F1F1;
}

.login__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__join {
  margin: 0 15px;
}

.join__btn {
  display: block;
  background-color: #00AEEF;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  border-radius: 20px;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.join__btn:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.reg__btn {
  display: block;
  font-size: 12px;
  color: #00AEEF;
  text-decoration: underline;
  line-height: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.reg__btn:hover {
  color: #006BEF;
}

.language__link {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  padding-right: 5px;
  line-height: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.language__link:hover {
  text-decoration: underline;
  color: inherit;
}

.language__link:last-child {
  padding-right: 0;
}

.language__link.active {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.language__link.active:hover {
  text-decoration: none;
  color: inherit;
}

.content__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 100px;
}

.content__item {
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  min-height: 340px;
}

.content__item:hover {
  text-decoration: none;
}

.content__item:hover .item-content__image {
  -webkit-transform: scale(1.1) rotate(10deg);
      -ms-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}

.content__item:hover .item-content__title {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.item-content__image {
  height: 185px;
  width: 185px;
  margin-bottom: 50px;
  margin-top: 10px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.item-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-content__title {
  color: #231F20;
  text-transform: uppercase;
  font-size: 24px;
  line-height: calc(29/24);
  margin: 0 15px;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.bg-overley.js-active {
  opacity: 1;
  visibility: visible;
}

.bg-overley {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  visibility: hidden;
}

.burger-block.js-active {
  visibility: visible;
  left: 0;
}

.burger-block {
  visibility: hidden;
  z-index: 51;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  left: -400px;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  padding-top: 50px;
}

.burger-block .main-header__link {
  font-size: 16px;
  text-transform: uppercase;
}

.burger-block__exit {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  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;
  font-size: 20px;
  cursor: pointer;
}

.burger-block__exit span {
  color: #fff;
}

.burger-block__wrapper {
  overflow: hidden;
  height: 100%;
  padding-bottom: 30px;
}

.burger-block__wrapper .header__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-block__wrapper .header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger-block__wrapper .header__info .info-header__link {
  color: #fff;
  padding: 20px 0;
  margin-right: 0;
  text-align: center;
}

.burger-block__wrapper .header__info .info-header__link:last-child {
  margin: 0px 0px 30px 0px;
}

.burger-block__wrapper .header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger-block__wrapper .header__login .login__inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger-block__wrapper .header__login .login__input {
  margin: 0px 0px 20px 0px;
}

.burger-block__wrapper .header__login .login__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger-block__wrapper .header__login .login__buttons .login__join {
  margin: 0px 0px 20px 0px;
}

.burger-block__wrapper .header__login .login__buttons .login__join a {
  font-size: 14px;
  padding: 10px 30px;
}

.burger-block__wrapper .header__login .login__buttons .login__reg {
  margin: 0px 0px 30px 0px;
}

.burger-block__wrapper .header__login .login__buttons .login__reg a {
  font-size: 14px;
}

.burger-block__wrapper .header__language {
  display: block;
}

.burger-block__wrapper .header__language .language__link {
  font-size: 14px;
  color: #fff;
}

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

.form__reg input {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.inputbox {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #FFF;
  border: 0;
  color: #959494;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #b2b2b2;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-header button {
  outline: none;
}

.modal-body {
  padding: 0 80px;
}

.modal-footer {
  padding: 55px 80px 50px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-reg__title {
  font-size: 12px;
  color: #373737;
  margin: 0px 0px 15px 0px;
}

.modal-footer__button input {
  padding: 15px 35px;
}

.close-btn {
  border: none;
  font-size: 25px;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-color: transparent;
}

.close-btn span {
  z-index: 2;
  position: relative;
}

.close-btn::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-color: #00AEEF;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer {
  background-color: #F1F1F1;
  border-bottom: 5px solid #00AEEF;
}

.footer__item {
    margin-top: 20px;
} 

.footer__wrapper {
  padding: 15px 0px;
  font-size: 14px;
}

.footer__phones b {
  font-weight: 700;
  font-size: 16px;
}

.footer__phones a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer__phones a:hover {
  color: #00AEEF;
  text-decoration: none;
}

.footer__email a {
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer__email a:hover {
  color: #00AEEF;
  text-decoration: none;
}

.menu-icon-wrapper {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon {
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #000;
}

.menu-icon::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #000;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

.menu-icon::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #000;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

.menu-icon.menu-icon-active {
  background-color: transparent;
}

.menu-icon.menu-icon-active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.menu-icon.menu-icon-active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.page__wrapper {
  padding: 25px 0;
}
.pageTitle {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.js-left-bar__slider--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.js-left-bar__slider--1 .left-bar__slide {
  width: 293px;
  height: 284px;
  outline: none;
}

.js-left-bar__slider--1 .left-bar__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.js-left-bar__slider--2 {
  padding: 10px 30px 0 30px;
  margin-bottom: 40px;
}

.js-left-bar__slider--2 .left-bar__slide img {
  padding: 0 5px;
}

.slick-arrow:focus {
  outline: none;
}

.slick-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  background: url(../images/prev.svg) no-repeat right top;
  font-size: 0;
  outline: none;
  border: none;
}

.slick-next {
  background: url(../images/next.svg) no-repeat right top;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  font-size: 0;
  outline: none;
  border: none;
  margin-right: 7px;
}

.left-bar {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.left-bar__icon {
  width: 75px;
  height: 75px;
  margin: 0px 0px 20px 0px;
}

.left-bar__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.left-bar__title {
  font-weight: bold;
  font-size: 24px;
  color: #231F20;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  line-height: 120%;
}

.left-bar__wrapper {
  width: 100%;
}

.left-bar__slide {
  width: 90px;
  height: 90px;
  outline: none;
}

.left-bar__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blue-btn {
  display: block;
  background-color: #00AEEF;
  color: #fff;
  font-size: 24px;
  padding: 24px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.blue-btn:hover {
  background-color: #000;
  text-decoration: none;
}

.right-bar__button {
  margin: 0px 0px 40px 0px;
}

.right-bar__button a {
  display: inline-block;
  text-transform: uppercase;
  color: #959494;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.right-bar__button a::before {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #00aeef;
  display: inline-block;
  margin-right: 9px;
}

.right-bar__button a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}

.right-bar__title {
  letter-spacing: 6px;
  font-size: 50px;
  color: #231F20;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}

.right-bar__lessons {
  height: 500px;
  overflow-y: scroll;
  padding-left: 25px;
  padding-right: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
}

.right-bar__lessons::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.5);
}

.right-bar__lessons::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.right-bar__lessons::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  border-radius: 7px;
  min-height: 10px;
  height: 10px;
}

.lessons__item {
  list-style: decimal;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}

.lessons__item div.title {
  color: #231F20;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 135%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.lessons__item div.title:hover {
  text-decoration: none;
  font-weight: 600;
}

.lessons__button {
  margin-top: 10px;
  display: none;
}

.lessons__button a {
  display: inline-block;
  background-color: #231f20;
  border-radius: 50px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.lessons__button a:hover {
  background-color: #00AEEF;
}

.lessons__box {
  height: 500px;
  margin-top: 111px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.lessons__box::-webkit-scrollbar {
  /* chrome based */
  width: 0px;
  /* ширина scrollbar'a */
  background: transparent;
  /* опционально */
}

.lessons__pdf-box {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px 4px #ebebeb;
          box-shadow: 0 0 5px 4px #ebebeb;
}

.lessons__pdf-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lessons__item.active div.title {
  text-decoration: none;
  font-weight: 600;
}

.lessons__item.active .lessons__button {
  display: block;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 610px;
    margin: 5rem auto;
  }
}

@media (max-width: 1400px) {
  .content {
    margin: 50px 0;
  }

  .content__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1201px) {
  .blue-btn {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .info-header__link {
    margin-right: 10px;
  }

  .footer__phones {
    text-align: center;
  }

  .footer__adress {
    text-align: center;
  }

  .footer__email {
    text-align: center;
  }

  .footer__copyright {
    text-align: center;
  }

  .right-bar__title {
    font-size: 40px;
  }
}

@media (max-width: 993px) {
  .left-bar {
    margin-bottom: 30px;
  }

  .blue-btn {
    font-size: 24px;
  }

  .right-bar {
    margin: 0px 0px 30px 0px;
  }

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

@media (max-width: 991px) {
  .header__content .menu-icon-wrapper {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.lock {
    overflow: hidden;
  }

  .header__info {
    display: none;
  }

  .header__login {
    display: none;
  }

  .header__language {
    display: none;
  }

  .item-content__image {
    width: 150px;
    height: 150px;
  }

  .item-content__title {
    font-size: 18px;
    line-height: calc(24/18);
  }

  .footer__email {
    /*margin-top: 10px;*/
  }
}

@media (max-width: 769px) {
  .right-bar__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

@media (max-width: 768px) {
  .content__title {
    margin: 50px 0;
  }

  .content__items {
    margin-bottom: 50px;
  }

  .content__item {
    min-height: initial;
    margin: 0px 0px 50px 0px;
  }

  .modal-body {
    padding: 0 30px;
  }

  .modal-footer {
    padding: 15px 30px 15px 30px;
  }
}

@media (max-width: 577px) {
  .lessons__box {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer__adress {
    /*margin-top: 10px;*/
  }
}

@media (max-width: 480px) {
  .right-bar__title {
    letter-spacing: 0px;
  }
}

#navbar-search-input{
    min-width: 200px;
    height: 22px;
    font-size: 12px;
}

.ava-header {
    height: 20px;
    width: 20px;
    border-radius: 100px; /* Радиус скругления */
    box-shadow: 0 0 0 2px green, 0 0 10px #333; /* Параметры теней */
}
.user-ava{
    width: 60px;
    height: 60px;
    border-radius: 100px; /* Радиус скругления */
    box-shadow: 0 0 0 2px green, 0 0 10px #333; /* Параметры теней */
}
.img-circle {
    border-radius: 50%;
    width: 50px;
}
.announcement-user-name {
    margin-left: 10px;
}

/*.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
*/
.dropdown-menu{
    width: 200px;
    /*height: 100%;*/
}
.dropdown-menu .dropdown-submenu ul li {
    list-style: none;
    margin-left: -10px;
    font-size: 14px;
}
.dropdown-menu .dropdown-submenu ul li a{
    text-decoration: none;
}
/* Меню и хедер*/
