.hide,
.hidden {
  display: none !important;
}

._hidden {
  display: none;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto/Bold/Roboto.woff") format("woff"), url("../fonts/Roboto/Bold/Roboto.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto/Medium/Roboto.woff") format("woff"), url("../fonts/Roboto/Medium/Roboto.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto/Regular/Roboto.woff") format("woff"), url("../fonts/Roboto/Regular/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto/Light/Roboto.woff") format("woff"), url("../fonts/Roboto/Light/Roboto.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

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

img {
  margin: 0;
  border: 0;
}

[class*=svg-]:before {
  content: "";
  display: block;
}

a,
.link {
  outline: none;
}

a,
a:link,
a:visited,
.link,
.link:link,
.link:visited {
  font-family: inherit;
  color: #171B1C;
  text-decoration: none;
  cursor: pointer;
}

a.notClickable,
.link.notClickable {
  cursor: default;
}

a._inherit-color,
.link._inherit-color {
  color: inherit;
}

a._underlined-always,
.link._underlined-always {
  text-decoration: underline;
}

p a:hover,
a._link-underlined:hover,
._link-underlined a:hover,
p .link:hover,
.link._link-underlined:hover,
._link-underlined .link:hover {
  text-decoration: underline;
}

.g-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1236px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #171B1C;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.is-modal {
  overflow: hidden;
}

.is_opened_navigation {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  will-change: opacity, visibility;
  transition: opacity 1s cubic-bezier(0, 0, 0.3, 1) 0.5s, visibility 1s 0.5s;
  cursor: pointer;
}

.is_opened_navigation .overlay {
  opacity: 1;
  visibility: visible;
  display: block;
}

.is-modal .overlay {
  visibility: visible;
  opacity: 1;
  display: block;
}

.sprite-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.g-nav .g-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.g-nav .menu--link {
  display: block;
  padding: 0 16px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.nav-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  width: 276px;
  padding: 32px 16px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 100vh;
  flex-direction: column;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 2px 0 4px 0 rgba(2, 22, 51, 0.06);
  transition: transform 0.3s ease;
}

.is_opened_navigation .nav-menu {
  display: flex;
  transform: translateX(0);
}

.nav-menu .menu-title {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.nav-menu .menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  cursor: pointer;
}

.nav-menu .menu-close .svg-close {
  width: 100%;
}

.nav-menu .menu-wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.nav-menu .menu-bottom-wrapper {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.nav-menu .menu--item:not(:last-child) {
  border-bottom: 1px solid #E8EBED;
}

.nav-menu .menu--link {
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 18px;
}

.langs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.langs-wrapper .lang--link {
  display: block;
  padding: 0 16px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.btn {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border-radius: 0;
  /* inherit font & color from ancestor */
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* for input */
  -moz-appearance: none;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  user-select: none;
  /* Remove excess padding and border in Firefox 4+ */
  padding: 20px 32px;
  position: relative;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  color: #171B1C;
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn._white {
  background-color: #fff;
  color: #171B1C;
}

.btn._white:hover,
.btn._white:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn._gray {
  background-color: #E8EBED;
}

.btn._gray:hover,
.btn._gray:focus {
  background-color: rgba(232, 235, 237, 0.8);
}

.btn._m {
  padding: 15px 24px;
}

.g-section .section-header {
  position: relative;
  margin-bottom: 24px;
}

.g-section .header-label {
  position: absolute;
  left: -168px;
  top: 50%;
  width: 86px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #171B1C;
  transform: rotate(-90deg) translateY(-50%);
}

.g-section .header-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #171B1C;
}

.g-page {
  padding-top: 124px;
  padding-bottom: 124px;
  box-sizing: border-box;
}

.g-tab-swiper .tab__btn-item,
.g-tab .tab__btn-item {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #171B1C;
  cursor: pointer;
}

.g-tab-swiper .tab__btn-item::before,
.g-tab .tab__btn-item::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  transform: translateY(0px);
  background-color: rgb(65, 155, 249);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.g-tab-swiper .tab__btn-item::after,
.g-tab .tab__btn-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #E8EBED;
}

.g-tab-swiper .tab__btn-item.active::before,
.g-tab-swiper .tab__btn-item:hover::before,
.g-tab .tab__btn-item.active::before,
.g-tab .tab__btn-item:hover::before {
  opacity: 1;
  transform: translateY(-1px);
}

.g-tab-swiper .tab__content-wrapper,
.g-tab .tab__content-wrapper {
  position: relative;
}

.g-tab-swiper .tab__content,
.g-tab .tab__content {
  padding: 24px 0 16px;
  margin-top: 16px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

.g-tab-swiper [data-tab-content],
.g-tab [data-tab-content] {
  opacity: 0;
  display: none;
}

.g-tab-swiper .active[data-tab-content],
.g-tab .active[data-tab-content] {
  position: relative;
  top: 0;
  z-index: 100;
  display: block;
  opacity: 1;
  text-shadow: 0 0 0;
  transform: translateY(0px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.g-tab-swiper {
  position: relative;
}

.g-tab-swiper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #E8EBED;
}

.g-tab-swiper .tab__btn-item::after {
  display: none;
}

.g-tab-swiper .swiper-slide {
  width: auto;
}

.table .table-header {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  width: 100%;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: left;
}

.table .table-header .table-item {
  width: 25%;
  padding: 0 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #171B1C;
}

.table .table-header .table-item:not(:first-child) {
  display: none;
}

.table .table-header .table-item:last-child {
  text-align: right;
}

.table .table-header .table-item._actions {
  position: relative;
  flex-basis: 90px;
}

.table .table-header-data {
  width: 100%;
  padding: 16px 32px;
  border-bottom: 1px solid #E8EBED;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #171B1C;
  text-align: left;
}

.table .table-header-city {
  margin-top: 24px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}

.table .table-footer-contact {
  padding: 32px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  word-wrap: break-word;
}

.table .table-row {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #E8EBED;
  transition: background-color 0.2s ease-in-out;
}

.table .table-row:not(.table-row--city) {
  cursor: pointer;
}

.table .table-row:not(.table-row--city):hover {
  background-color: #E8EBED;
}

.table .table-row:not(.table-row--city):hover .table-row-item._actions .actions-dot {
  opacity: 0;
}

.table .table-row:not(.table-row--city):hover .table-row-item._actions .actions-more {
  opacity: 1;
}

.table .table-row:not(.table-row--city) .table-row-item {
  pointer-events: none;
}

.table .table-row.table-row--city {
  padding: 32px 0;
}

.table .table-row .table-row-item {
  width: 25%;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #171B1C;
}

.table .table-row .table-row-item .table-text {
  padding: 0;
  text-indent: 0;
  font-size: inherit;
}

.table .table-row .table-row-item .text-mt {
  margin-top: 8px;
}

.table .table-row .table-row-item .link {
  color: #00a1ef;
}

.table .table-row .table-row-item._actions {
  position: relative;
  text-align: right;
}

.table .table-row .table-row-item._actions .actions-dot {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: #C5C9CA;
  transition: opacity 0.2s ease-in-out;
}

.table .table-row .table-row-item._actions .actions-more {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: opacity 0.2s ease-in-out;
}

.table .table-row .table-row-item._contact {
  text-align: right;
  margin-top: 16px;
  flex-basis: 100%;
}

.table .table-row .table-row-item._city {
  font-size: 20px;
}

.g-modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 201;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 660px;
  width: 100%;
  box-shadow: 0 2px 16px 0 rgba(21, 27, 37, 0.3);
  border-radius: 4px;
  background-color: #fff;
  will-change: opacity, visibility;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1) 0.2s, visibility 0.2s 0.2s;
}

.g-modal .modal-box {
  position: relative;
  padding: 48px 40px;
  box-sizing: border-box;
}

.g-modal .modal-close {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border-radius: 0;
  /* inherit font & color from ancestor */
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* for input */
  -moz-appearance: none;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  user-select: none;
  /* Remove excess padding and border in Firefox 4+ */
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.g-modal .modal-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.g-modal .modal-close [class*=svg-] {
  pointer-events: none;
  width: 100%;
}

.g-modal .moodal-hader {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

.g-modal .content-row {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  line-height: 1.25;
}

.g-modal .content-row + .content-row {
  margin-top: 16px;
}

.g-modal .cotent-tite {
  padding-right: 16px;
  box-sizing: border-box;
  max-width: 160px;
  width: 100%;
  color: gray;
}

.g-modal .content-item + .content-item {
  margin-top: 8px;
}

.card-table-wrapper,
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 100%;
  margin: -16px;
}

.card-table-wrapper .card-box,
.card-wrapper .card-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin: 16px;
  box-sizing: border-box;
  min-height: 80px;
  border-radius: 6px;
  font-size: 22px;
  line-height: 1.2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.card-table-wrapper .card-box:hover .card-tooltip,
.card-wrapper .card-box:hover .card-tooltip {
  top: -70px;
  opacity: 1;
  pointer-events: auto;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.card-table-wrapper .card-name,
.card-wrapper .card-name {
  text-align: center;
  font-weight: bold;
}

.card-table-wrapper .card-tooltip,
.card-wrapper .card-tooltip {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[class*=svg-] {
  font-size: 20px;
  position: relative;
}

[class*=svg-]:before {
  content: "";
  display: block;
}

[class*=svg-] svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.svg-close {
  width: 1.6em;
}

.svg-close:before {
  padding-bottom: 100%;
}

.svg-menu {
  width: 1.9em;
}

.svg-menu:before {
  padding-bottom: 50%;
}

.svg-mouse {
  width: 2em;
}

.svg-mouse:before {
  padding-bottom: 172.5%;
}

.svg-tree {
  width: 23.95em;
}

.svg-tree:before {
  padding-bottom: 105.2192066806%;
}

.g-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  box-sizing: border-box;
}

.g-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.g-header .header__mob-menu {
  width: 30px;
  cursor: pointer;
}

.g-header .header__menu {
  flex: 1 1 0.01%;
  display: none;
}

@keyframes jumpIcon {
  0% {
    transform: translate3d(0, 0, 20px);
  }

  100% {
    transform: translate3d(0, 2em, 20px);
  }
}

.g-hero {
  position: relative;
  background-image: url("../images/hero/hero_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 768px;
}

.g-hero .hero-line {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -4px;
  display: block;
}

.g-hero .hero-line .svg-hero-line {
  width: 100%;
}

.g-hero .hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.g-hero .hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.g-hero .hero-text {
  display: flex;
  margin-bottom: 100px;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
}

.g-hero .hero-icon {
  position: absolute;
  bottom: 184px;
  width: 40px;
  height: 68px;
  animation: 0.6s ease-in-out 0.6s infinite alternate both running jumpIcon;
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0D0D0D;
  min-height: 641px;
}

.hero-inner .hero-line {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -4px;
  display: block;
}

.hero-inner .hero-line .svg-hero-line {
  width: 100%;
}

.hero-inner .hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-inner .hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-inner .hero-text {
  display: flex;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
}

.section-info {
  overflow: hidden;
}

.section-info .section-wrapper {
  display: flex;
  padding: 60px 16px;
}

.section-info .info-wrapper {
  display: flex;
  align-items: center;
  margin: -30px;
}

.section-info .info-image {
  padding: 30px;
  width: 538px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.section-info .info-image .sprite-icon {
  width: 100%;
}

.section-info .info-content {
  padding: 30px;
}

.section-info .info-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  color: #171B1C;
}

.section-info .info-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #171B1C;
}

.section-info .info-link {
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  color: #171B1C;
}

.section-books {
  padding: 46px 0 80px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-books .swiper {
  width: 100%;
  height: 100%;
}

.section-books .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-books .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.section-books .book-item-wrapper {
  display: flex;
  align-items: center;
  padding: 16px 0 24px;
  box-sizing: border-box;
}

.section-books .book-item-wrapper .book-content {
  padding-right: 32px;
  padding-left: 32px;
  text-align: left;
}

.section-books .book-item-wrapper .book-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.section-books .book-item-wrapper .book-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
}

.section-books .book-item-wrapper .book-button {
  margin-top: 32px;
}

.section-books .book-item-wrapper .book-button .btn {
  max-width: 234px;
  width: 100%;
  text-align: center;
}

.section-books .book-item-wrapper .book-image {
  position: relative;
  flex: 1 0 45%;
}

.section-books .book-item-wrapper .book-image::before {
  content: "";
  display: block;
  padding-top: 50.83%;
}

.section-books .book-item-wrapper .book-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-schedule {
  padding: 60px 0;
  box-sizing: border-box;
}

.section-schedule .schedule-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

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

.schedule-table .table-header {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  max-width: 767px;
  width: 100%;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: left;
}

.schedule-table .table-header .table-item {
  padding: 0 16px;
  flex: 1 0 25%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #171B1C;
}

.schedule-table .table-header .table-item._actions {
  flex-basis: 90px;
}

.schedule-table .table-header .table-item:not(:first-child) {
  display: none;
}

.schedule-table .table-section {
  position: relative;
  max-width: 922px;
  margin-left: auto;
  max-height: 496px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.schedule-table .table-header-data {
  width: 100%;
  padding: 0 16px;
  margin-top: 24px;
  border-bottom: 1px solid #E8EBED;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: #171B1C;
  text-align: left;
}

.schedule-table .table-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 16px;
  box-sizing: border-box;
  max-width: 767px;
  width: 100%;
  border-bottom: 1px solid #E8EBED;
  transition: background-color 0.2s ease-in-out;
}

.schedule-table .table-row:not(:last-child) {
  border-bottom: 1px solid #E8EBED;
}

.schedule-table .table-row:hover {
  background-color: #E8EBED;
}

.schedule-table .table-row:hover .table-row-item._actions .actions-dot {
  opacity: 0;
}

.schedule-table .table-row:hover .table-row-item._actions .actions-more {
  opacity: 1;
}

.schedule-table .table-row .table-row-item {
  text-align: left;
  flex: 1 0 25%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2;
  color: #171B1C;
}

.schedule-table .table-row .table-row-item ._lecturer {
  display: inline-block;
  margin-top: 8px;
}

.schedule-table .table-row .table-row-item._actions {
  position: relative;
  text-align: right;
  flex-basis: 90px;
}

.schedule-table .table-row .table-row-item._actions .actions-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: #C5C9CA;
  transition: opacity 0.2s ease-in-out;
}

.schedule-table .table-row .table-row-item._actions .actions-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: opacity 0.2s ease-in-out;
}

.schedule-table .table-row .table-row-item._contact {
  text-align: right;
  margin-top: 16px;
  flex-basis: 100%;
}

.schedule-table .table-row .table-cell._lecturer {
  margin-top: 8px;
}

.breadcrumb {
  padding: 12px 0;
  box-sizing: border-box;
  margin-bottom: 36px;
}

.breadcrumb .list-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -8px 0;
}

.breadcrumb .list-item {
  box-sizing: border-box;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1;
}

.breadcrumb .list-item:not(:last-child) {
  color: #949c9e;
}

.breadcrumb .list-item:not(:last-child):after {
  display: inline-block;
  content: "/";
  padding: 0 8px;
}

.breadcrumb .list-link {
  color: currentColor;
}

.g-page p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.32;
  text-indent: 36px;
  color: #000000;
}

.g-page p:first-child,
.g-page p + p {
  padding-bottom: 16px;
}

.g-page p:last-child {
  padding-bottom: 0;
}

.g-footer {
  padding: 30px 0;
}

.g-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #929292;
}

.g-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  box-sizing: border-box;
}

.g-footer .footer-item._site-name {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: #171B1C;
}

.g-footer .menu-footer-links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-footer .menu-footer-links .menu-item + .menu-item {
  margin-left: 16px;
}

.g-footer .menu-footer-links .menu-link {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #171B1C;
}

.g-footer .copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #171B1C;
}

.page-books .books-wrapper .book-item {
  padding: 46px 24px 80px;
  box-sizing: border-box;
}

.page-books .books-wrapper .book-item:nth-child(even) {
  background-color: #F8F8F8;
}

.page-books .books-wrapper .book-item:nth-child(even) .book-item-wrapper {
  flex-direction: row-reverse;
}

.page-books .books-wrapper .book-item:nth-child(even) .book-left {
  padding-right: 0;
  padding-left: 56px;
}

.page-books .books-wrapper .book-item-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}

.page-books .books-wrapper .book-left {
  flex: 0 0 360px;
  padding-right: 56px;
  box-sizing: border-box;
}

.page-books .books-wrapper .book-right {
  flex: 1 0 0.1%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #171B1C;
}

.page-books .books-wrapper .book-image .image {
  width: 100%;
}

.page-books .books-wrapper .book-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.page-books .books-wrapper .book-desc {
  margin-bottom: 8px;
}

.page-books .books-price {
  display: flex;
  justify-content: flex-end;
}

.page-books .books-price .books-price-wrapper {
  font-size: 22px;
  line-height: 1.2;
}

.page-books .books-price .books-price-wrapper .books-price-title {
  display: inline-block;
  margin-bottom: 8px;
}

.page-books .books-price .books-price-wrapper .books-price-number {
  font-size: inherit;
}

.page-books .books-price .books-price-wrapper .books-price-number + .books-price-number {
  margin-top: 8px;
  padding: 0;
}

.page-contact .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

.page-contact .contact-wrapper .contact-block {
  flex: 1 0 50%;
  padding: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #171B1C;
}

.page-contact .contact-wrapper .contact-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

.page-regional-events .swiper-slide,
.page-regional-events swiper-slide {
  width: auto;
}

.page-table .table .table-header .table-item:nth-child(2),
.page-regional-events .table .table-header .table-item:nth-child(2) {
  flex: 1 0 0.01%;
}

.page-table .table .table-row .table-row-item._event,
.page-regional-events .table .table-row .table-row-item._event {
  flex: 1 0 0.01%;
}

.page-table .table:not(:last-child) {
  margin-bottom: 36px;
}

.page-table .card-table-title {
  padding: 48px 0;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

.page-table .card-table-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}

.page-table .card-table-wrapper .card-box {
  height: 100%;
}

.page-table .table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  font-weight: bold;
}

.page-lections {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.32;
  color: #000000;
}

.page-lections .lections-title {
  text-align: center;
}

.page-lections p + p {
  margin: 0;
  padding: 0;
}

.page-lections ._space-top {
  margin-top: 24px;
}

@media screen and (min-width: 321px) {
  ._t-shown {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  ._s-shown {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .table .table-header .table-item:not(:first-child) {
    display: block;
  }

  .schedule-table .table-header .table-item:not(:first-child) {
    display: block;
  }

  .page-table .card-table-title {
    display: none;
  }

  .page-table .card-table-wrapper {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  ._ms-shown {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  ._m-shown {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .g-header .header__mob-menu {
    display: none;
  }

  .g-header .header__menu {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  ._l-shown {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  ._ml-shown {
    display: none !important;
  }
}

@media screen and (max-width: 1920px) {
  .g-nav .menu--link {
    font-size: calc(14px + (22 - 14) * (100vw - 1025px)/(1920 - 1025));
  }

  .langs-wrapper .lang--link {
    font-size: calc(14px + (22 - 14) * (100vw - 1025px)/(1920 - 1025));
  }

  .btn {
    padding-top: calc(14px + (20 - 14) * (100vw - 1024px)/(1920 - 1024));
  }

  .btn {
    padding-bottom: calc(14px + (20 - 14) * (100vw - 1024px)/(1920 - 1024));
  }

  .btn {
    padding-right: calc(16px + (32 - 16) * (100vw - 1024px)/(1920 - 1024));
  }

  .btn {
    padding-left: calc(16px + (32 - 16) * (100vw - 1024px)/(1920 - 1024));
  }

  .g-section .header-label {
    left: calc(-68px + (-168 - -68) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-section .header-title {
    font-size: calc(28px + (36 - 28) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-page {
    padding-top: calc(80px + (124 - 80) * (100vw - 1024px)/(1920 - 1024));
  }

  .g-page {
    padding-bottom: calc(80px + (124 - 80) * (100vw - 1024px)/(1920 - 1024));
  }

  .g-hero .hero-text {
    font-size: calc(28px + (72 - 28) * (100vw - 1025px)/(1920 - 1025));
  }

  .hero-inner {
    min-height: calc(420px + (641 - 420) * (100vw - 767px)/(1920 - 767));
  }

  .hero-inner .hero-text {
    font-size: calc(28px + (56 - 28) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-info .section-wrapper {
    padding-top: calc(30px + (60 - 30) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-info .section-wrapper {
    padding-bottom: calc(30px + (60 - 30) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-info .info-title {
    font-size: calc(28px + (45 - 28) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-info .info-link {
    font-size: calc(18px + (24 - 18) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-books {
    padding-top: calc(32px + (46 - 32) * (100vw - 960px)/(1920 - 960));
  }

  .section-books {
    padding-bottom: calc(32px + (80 - 32) * (100vw - 960px)/(1920 - 960));
  }

  .section-books .book-item-wrapper .book-title {
    font-size: calc(18px + (24 - 18) * (100vw - 1024px)/(1920 - 1024));
  }

  .section-books .book-item-wrapper .book-desc {
    font-size: calc(16px + (22 - 16) * (100vw - 1024px)/(1920 - 1024));
  }

  .section-books .book-item-wrapper .book-button {
    margin-top: calc(24px + (32 - 24) * (100vw - 960px)/(1920 - 960));
  }

  .section-books .book-item-wrapper .book-button .btn {
    max-width: calc(200px + (234 - 200) * (100vw - 960px)/(1920 - 960));
  }

  .section-schedule {
    padding-top: calc(30px + (60 - 30) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-schedule {
    padding-bottom: calc(30px + (60 - 30) * (100vw - 1025px)/(1920 - 1025));
  }

  .section-schedule .schedule-link {
    font-size: calc(18px + (24 - 18) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-page p {
    font-size: calc(20px + (22 - 20) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-footer .footer-item._site-name {
    font-size: calc(22px + (36 - 22) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-footer .menu-footer-links .menu-link {
    font-size: calc(14px + (22 - 14) * (100vw - 1025px)/(1920 - 1025));
  }

  .g-footer .copyright {
    font-size: calc(14px + (18 - 14) * (100vw - 1025px)/(1920 - 1025));
  }

  .page-books .books-wrapper .book-item {
    padding-top: calc(32px + (46 - 32) * (100vw - 1024px)/(1920 - 1024));
  }

  .page-books .books-wrapper .book-item {
    padding-bottom: calc(32px + (46 - 32) * (100vw - 1024px)/(1920 - 1024));
  }

  .page-books .books-wrapper .book-right {
    font-size: calc(16px + (20 - 16) * (100vw - 767px)/(1920 - 767));
  }

  .page-books .books-price .books-price-wrapper {
    font-size: calc(20px + (22 - 20) * (100vw - 1025px)/(1920 - 1025));
  }

  .page-contact .contact-wrapper .contact-block {
    font-size: calc(16px + (20 - 16) * (100vw - 767px)/(1920 - 767));
  }

  .page-contact .contact-wrapper .contact-title {
    font-size: calc(20px + (24 - 20) * (100vw - 767px)/(1920 - 767));
  }

  .page-lections {
    font-size: calc(20px + (22 - 20) * (100vw - 1025px)/(1920 - 1025));
  }
}

@media screen and (max-width: 1420px) {
  .g-section .header-label {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  ._ml-hide {
    display: none !important;
  }

  ._ml-show {
    display: block !important;
  }
}

@media screen and (max-width: 1025px) {
  .g-nav .menu--link {
    font-size: 14px;
  }

  .langs-wrapper .lang--link {
    font-size: 14px;
  }

  .g-section .header-label {
    left: -68px;
  }

  .g-section .header-title {
    font-size: calc(24px + (28 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .g-hero .hero-text {
    font-size: calc(24px + (28 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .hero-inner .hero-text {
    font-size: calc(24px + (28 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-info .section-wrapper {
    padding-top: calc(24px + (30 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-info .section-wrapper {
    padding-bottom: calc(24px + (30 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-info .info-title {
    font-size: calc(24px + (28 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-info .info-link {
    font-size: calc(14px + (18 - 14) * (100vw - 767px)/(1025 - 767));
  }

  .section-schedule {
    padding-top: calc(24px + (30 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-schedule {
    padding-bottom: calc(24px + (30 - 24) * (100vw - 767px)/(1025 - 767));
  }

  .section-schedule .schedule-link {
    font-size: calc(14px + (18 - 14) * (100vw - 767px)/(1025 - 767));
  }

  .g-page p {
    font-size: calc(16px + (20 - 16) * (100vw - 767px)/(1025 - 767));
  }

  .g-footer .footer-item._site-name {
    font-size: 22px;
  }

  .g-footer .menu-footer-links .menu-link {
    font-size: 14px;
  }

  .g-footer .copyright {
    font-size: 14px;
  }

  .page-books .books-price .books-price-wrapper {
    font-size: calc(16px + (20 - 16) * (100vw - 767px)/(1025 - 767));
  }

  .page-lections {
    font-size: calc(16px + (20 - 16) * (100vw - 767px)/(1025 - 767));
  }
}

@media screen and (max-width: 1024px) {
  ._l-hide {
    display: none !important;
  }

  ._l-show {
    display: block !important;
  }

  .btn {
    padding-top: 14px;
  }

  .btn {
    padding-bottom: 14px;
  }

  .btn {
    padding-right: 16px;
  }

  .btn {
    padding-left: 16px;
  }

  .g-section .header-title {
    font-weight: bold;
  }

  .g-page {
    padding-top: calc(56px + (80 - 56) * (100vw - 767px)/(1024 - 767));
  }

  .g-page {
    padding-bottom: calc(56px + (80 - 56) * (100vw - 767px)/(1024 - 767));
  }

  .g-tab-swiper .tab__btn-item,
  .g-tab .tab__btn-item {
    font-size: calc(16px + (24 - 16) * (100vw - 768px)/(1024 - 768));
  }

  .table .table-header-data {
    font-size: calc(18px + (24 - 18) * (100vw - 768px)/(1024 - 768));
  }

  .table .table-header-city {
    font-size: calc(24px + (36 - 24) * (100vw - 768px)/(1024 - 768));
  }

  .table .table-row .table-row-item {
    font-size: calc(16px + (22 - 16) * (100vw - 768px)/(1024 - 768));
  }

  .g-modal .modal-box {
    padding-left: calc(16px + (40 - 16) * (100vw - 767px)/(1024 - 767));
  }

  .g-modal .modal-box {
    padding-right: calc(16px + (40 - 16) * (100vw - 767px)/(1024 - 767));
  }

  .section-info .info-image {
    width: calc(356px + (538 - 356) * (100vw - 768px)/(1024 - 768));
  }

  .section-info .info-title {
    font-weight: bold;
  }

  .section-books .book-item-wrapper .book-title {
    font-size: 18px;
  }

  .section-books .book-item-wrapper .book-desc {
    font-size: 16px;
  }

  .schedule-table .table-row .table-row-item {
    font-size: calc(16px + (22 - 16) * (100vw - 768px)/(1024 - 768));
  }

  .page-books .books-wrapper .book-item {
    padding-top: calc(48px + (32 - 48) * (100vw - 767px)/(1024 - 767));
  }

  .page-books .books-wrapper .book-item {
    padding-bottom: calc(48px + (32 - 48) * (100vw - 767px)/(1024 - 767));
  }
}

@media screen and (max-width: 960px) {
  .section-books {
    padding-top: calc(16px + (32 - 16) * (100vw - 767px)/(960 - 767));
  }

  .section-books {
    padding-bottom: calc(16px + (32 - 16) * (100vw - 767px)/(960 - 767));
  }

  .section-books .book-item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-books .book-item-wrapper .book-content {
    padding-right: calc(0px + (32 - 0) * (100vw - 320px)/(960 - 320));
  }

  .section-books .book-item-wrapper .book-content {
    padding-left: calc(0px + (32 - 0) * (100vw - 320px)/(960 - 320));
  }

  .section-books .book-item-wrapper .book-content {
    width: 100%;
  }

  .section-books .book-item-wrapper .book-button {
    margin-top: 24px;
  }

  .section-books .book-item-wrapper .book-button .btn {
    max-width: 200px;
  }

  .section-books .book-item-wrapper .book-image {
    flex: 0 0 350px;
    order: -1;
    margin-bottom: 32px;
  }

  .section-books .book-item-wrapper .book-image {
    flex-basis: calc(240px + (350 - 240) * (100vw - 320px)/(960 - 320));
  }

  .section-books .book-item-wrapper .book-image::before {
    display: none;
  }

  .section-books .book-item-wrapper .book-image .image {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  ._m-hide {
    display: none !important;
  }

  ._m-show {
    display: block !important;
  }

  .g-tab-swiper .tab__btn-item,
  .g-tab .tab__btn-item {
    font-size: 16px;
  }

  .table .table-header {
    width: 100%;
  }

  .table .table-header .table-item {
    padding: 0 8px;
  }

  .table .table-header-data {
    padding: 16px 24px;
  }

  .table .table-header-data {
    font-size: 18px;
  }

  .table .table-header-city {
    font-size: 24px;
  }

  .table .table-row .table-row-item {
    font-size: 16px;
  }

  .table .table-row .table-row-item {
    padding: 0 8px;
  }

  .section-info .info-image {
    width: calc(280px + (356 - 280) * (100vw - 320px)/(768 - 320));
  }

  .schedule-table .table-header {
    width: 100%;
  }

  .schedule-table .table-header .table-item {
    padding: 0 8px;
  }

  .schedule-table .table-row .table-row-item {
    font-size: 16px;
  }

  .schedule-table .table-row .table-row-item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  ._ms-hide {
    display: none !important;
  }

  ._ms-show {
    display: block !important;
  }

  .g-section .header-title {
    font-size: 24px;
  }

  .g-page {
    padding-top: 56px;
  }

  .g-page {
    padding-bottom: 56px;
  }

  .table .table-row {
    flex-direction: column;
  }

  .table .table-row .table-row-item {
    width: 100%;
  }

  .table .table-row .table-row-item:not(:last-child) {
    margin-top: 16px;
  }

  .table .table-row .table-row-item._event {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .table .table-row .table-row-item._actions .actions-more {
    opacity: 1;
  }

  .table .table-row .table-row-item._actions .actions-more {
    position: relative;
  }

  .g-modal {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .g-modal .modal-box {
    padding-left: 16px;
  }

  .g-modal .modal-box {
    padding-right: 16px;
  }

  .g-modal .moodal-hader {
    font-size: calc(24px + (32 - 24) * (100vw - 480px)/(767 - 480));
  }

  .g-modal .content-row {
    font-size: calc(16px + (24 - 16) * (100vw - 480px)/(767 - 480));
  }

  .g-hero .hero-text {
    font-size: 24px;
  }

  .hero-inner {
    min-height: 420px;
  }

  .hero-inner .hero-text {
    font-size: 24px;
  }

  .section-info .section-wrapper {
    padding-top: 24px;
  }

  .section-info .section-wrapper {
    padding-bottom: 24px;
  }

  .section-info .info-wrapper {
    flex-direction: column;
  }

  .section-info .info-title {
    font-size: 24px;
  }

  .section-info .info-description {
    font-size: calc(16px + (22 - 16) * (100vw - 320px)/(767 - 320));
  }

  .section-info .info-link {
    font-size: 14px;
  }

  .section-books {
    padding-top: 16px;
  }

  .section-books {
    padding-bottom: 16px;
  }

  .section-schedule {
    padding-top: 24px;
  }

  .section-schedule {
    padding-bottom: 24px;
  }

  .section-schedule .schedule-link {
    font-size: 14px;
  }

  .schedule-table .table-row .table-row-item {
    width: 100%;
  }

  .schedule-table .table-row .table-row-item:not(:last-child) {
    margin-top: 16px;
  }

  .schedule-table .table-row .table-row-item._event {
    text-align: center;
  }

  .schedule-table .table-row .table-row-item._actions {
    flex-basis: auto;
  }

  .schedule-table .table-row .table-row-item._actions .actions-more {
    opacity: 1;
  }

  .schedule-table .table-row .table-row-item._actions .actions-more {
    position: relative;
  }

  .schedule-table .table-row .table-cell._event {
    text-align: center;
    font-size: 24px;
  }

  .schedule-table .table-row .table-cell._lecturer {
    text-align: center;
  }

  .g-page p {
    font-size: 16px;
  }

  .g-footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .g-footer .footer-bottom .footer-item + .footer-item {
    margin-top: 24px;
  }

  .page-books .books-wrapper .book-item {
    padding-top: 48px;
  }

  .page-books .books-wrapper .book-item {
    padding-bottom: 48px;
  }

  .page-books .books-wrapper .book-item:nth-child(even) .book-item-wrapper {
    flex-direction: column;
  }

  .page-books .books-wrapper .book-item:nth-child(even) .book-left {
    padding-left: 0;
    margin-bottom: 32px;
  }

  .page-books .books-wrapper .book-item-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .page-books .books-wrapper .book-left {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .page-books .books-wrapper .book-right {
    font-size: 16px;
  }

  .page-books .books-wrapper .book-right {
    flex-basis: 100%;
  }

  .page-books .books-wrapper .book-title {
    text-align: center;
  }

  .page-books .books-price .books-price-wrapper {
    font-size: 16px;
  }

  .page-contact .contact-wrapper .contact-block {
    font-size: 16px;
  }

  .page-contact .contact-wrapper .contact-block {
    flex-basis: 100%;
  }

  .page-contact .contact-wrapper .contact-title {
    font-size: 20px;
  }

  .page-table .table .table-row .table-row-item._event,
  .page-regional-events .table .table-row .table-row-item._event {
    margin-bottom: 16px;
  }

  .page-table .table-micro-group {
    display: none;
  }

  .page-lections {
    font-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  .g-modal .content-row {
    flex-direction: column;
    line-height: 1.33;
  }

  .schedule-table .table-row {
    flex-direction: column;
  }

  .g-footer .footer-top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .g-footer .footer-item._site-name {
    width: 100%;
  }

  .g-footer .footer-item._shedule-links {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    width: 100%;
  }

  .g-footer .footer-item.menu-links .menu-footer-links {
    flex-wrap: wrap;
  }

  .page-lections {
    text-align: justify;
  }

  .page-about {
    text-align: justify;
  }
}

@media screen and (max-width: 480px) {
  ._s-hide {
    display: none !important;
  }

  ._s-show {
    display: block !important;
  }

  .g-modal .moodal-hader {
    font-size: 24px;
  }

  .g-modal .content-row {
    font-size: 16px;
  }

  .g-footer .footer-item._shedule-links {
    justify-content: center;
  }

  .page-books .books-price {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 320px) {
  ._t-hide {
    display: none !important;
  }

  ._t-show {
    display: block !important;
  }

  .section-info .info-image {
    width: 280px;
  }

  .section-info .info-description {
    font-size: 16px;
  }

  .section-books .book-item-wrapper .book-content {
    padding-right: 0px;
  }

  .section-books .book-item-wrapper .book-content {
    padding-left: 0px;
  }

  .section-books .book-item-wrapper .book-image {
    flex-basis: 240px;
  }
}
/*# sourceMappingURL=style.css.map */
