.page-about img.symbol {
  display: block;
  margin: 20px auto;
  width: 50%;
  height: 50%;
}

@media (max-width: 767px) {
  .page-about img.symbol {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 480px) {
  .page-about img.symbol {
    width: 100%;
    height: 100%;
  }
}
.page-admin form.logout {
  float: right;
  margin-top: 30px;
}

.page-admin .file {
  margin-bottom: 20px;
}

.page-admin .path {
  font-size: 18px;
  font-family: monospace;
  color: #333;
}

.page-admin .action {
  padding: 0 5px 0 5px;
}

.page-admin .action.added {
  background-color: #7f7;
}

.page-admin .action.changed {
  background-color: #ff7;
}

.page-admin .action.deleted {
  background-color: #f77;
}

.page-admin .file .path {
  border-bottom: 1px solid #333;
}

.page-admin .line {
  background-color: #eee;
  padding: 5px 0 5px 32px;
}

.page-admin .file pre, .page-admin pre.messages {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.page-admin .file pre.del {
  background-color: #fee8e9;
}

.page-admin .file pre.add {
  background-color: #ded;
}

.page-admin .file pre:last-of-type {
  border-radius: 3px;
}

.page-admin #notice {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
  color: #333;
  font-size: 20px;
  font-weight: 300;
}

.page-admin #notice.error {
  background-color: #faa;
}

.page-admin #notice.success {
  background-color: #afa;
}

.page-admin input {
  padding: 4px 7px 4px;
  width: 700px;
  margin-right: -10px;
  font-family: monospace;
  border: 1px solid #ccc;
}

.page-admin input:focus {
  border: 1px solid #fff;
}

.page-admin form.commit {
  margin-bottom: 20px;
}

.page-admin pre.messages {
  font-size: 14px;
  margin-bottom: 30px;
}
.page-archive .backborder {
  border: 1px solid #dedede;
  border-bottom: none;
}

.page-archive .backborder.up {
  height: 5px;
  margin: 0 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f5f5f5;
}

.page-archive .backborder.down {
  height: 6px;
  margin: 0 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f9f9f9;
}

.page-archive .side > .year > a {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 5px;
  display: block;
}

.page-archive .year > .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
}

.page-archive .year {
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px 20px;
}

.page-archive .side {
  margin-bottom: 40px;
}

.page-archive .theme {
  background-image: url(/images/folder.svg?v=1);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 3px;
  padding-left: 24px;
  margin: 8px 0px;
}

.page-archive .theme > .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.page-archive .size {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
}

.page-archive hr:last-of-type {
  display: none;
}
.page-category hr:last-child {
  display: none;
}

.page-category .group > .title {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.page-category .menu {
  float: right;
  width: 350px;
  border-left: 1px solid #dedede;
  margin-left: 20px;
  padding-left: 20px;
}

.page-category .menu::after {
  content: " ";
  clear: both;
  display: block;
}

.page-category .menu .title {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  padding: 14px 0 10px;
  border-top: 1px solid #dedede;
  margin-top: 20px;
}

.page-category .menu .title:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.page-category a.onpage,
.page-category .book-category {
  display: block;
  margin: 8px 0;
}

.page-category .menu a {
  font-size: 13px;
  font-weight: bold;
}

.page-category .book-category .size {
  font-size: 10px;
  font-weight: bold;
  color: #a0a0a0;
}

@media (max-width: 767px) {
  .page-category .menu {
    float: none;
    border-left: 0px;
    padding-left: 0px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    border-bottom: 1px solid #dedede;
  }
  .page-category .menu a {
    font-size: 15px;
  }
  .page-category a.onpage,
  .page-category .book-category {
    margin: 10px 0px;
  }
}
.page-book {
  border-top: 1px solid #dedede;
  padding-top: 25px;
}

.page-book .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 5px;
}

.page-book img {
  height: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 15px 0;
}

.page-book .info-column {
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.page-book .info-column .title {
  margin-top: 25px;
}

.page-book table {
  border-bottom: 1px solid #dedede;
}

.page-book table td {
  font-size: 13px;
  padding-bottom: 8px;
}

.page-book table tr:last-child td {
  padding-bottom: 18px;
}

.page-book table td:nth-child(1) {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
}

.page-book table td:nth-child(2) {
  font-weight: 400;
  color: #585c62;
}

.page-book .book-category {
  margin: 10px 0px;
}

.page-book .book-category a {
  font-size: 13px;
  font-weight: bold;
}

.page-book .book-category .size {
  font-size: 10px;
  font-weight: bold;
  color: #a0a0a0;
}

.page-book .heading > .self {
  padding-left: 2em;
  text-indent: -2em;
}

.page-book .heading > .children {
  padding-left: 1em;
}
.page-classes hr:nth-of-type(1) {
  display: none;
}

.page-classes .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}

.page-classes > .title {
  margin-top: 30px;
}

.page-classes .class {
  margin-bottom: 20px;
  overflow: auto;
}

.page-classes img {
  float: left;
  width: 250px;
  height: 150px;
  margin: 10px 20px 0 0;
  border-radius: 2px;
}

.page-classes .description {
  margin-left: 270px;
}

.page-classes .timeshort {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}

.page-classes .note {
  display: inline;
  font-weight: 600;
}

.page-classes .announce {
  display: inline;
}

.page-classes .info {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .page-classes img {
    display: block;
    float: none;
  }
  .page-classes .description {
    margin: 20px 0 0;
  }
}

@media (max-width: 480px) {
  .page-classes img {
    width: 100%;
    height: auto;
  }
  .page-classes .description {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
  }
  .page-classes .class:last-child .description {
    border-bottom: none;
  }
}
.page-conflicts {
  padding: 90px 100px 0;
}

.page-conflicts a.continue {
  float: left;
}

.page-conflicts a.reset {
  float: right;
}
.page-contacts .metro {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.page-contacts .metro.red {
  background-color: #c00;
}

.page-contacts .metro.blue {
  background-color: #039;
}

.page-contacts .metro.grey {
  background-color: #a2a5b4;
}

.page-contacts .metro.yellow {
  background-color: #ff7f00;
}

.page-contacts .yandex-map {
  height: 600px;
}

.page-contacts table {
  min-width: 320px;
  max-width: 450px;
}

.page-contacts table tr td:first-child {
  width: 92px;
  padding-right: 15px;
  font-weight: 600;
  text-align: right;
}

.page-contacts td.email a, .page-contacts td.email span {
  display: inline-block;
}

.page-contacts td.email a {
  width: 110px;
}

.page-contacts td.email span {
  width: 150px;
}

@media (max-width: 767px) {
  .page-contacts .yandex-map {
    height: 300px;
  }
}
.page-error {
  width: 500px;
  margin: auto;
  text-align: center;
  padding: 200px 0 100px;
  background-image: url(/images/cloud.png?v=1);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.page-error .title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-error .message, .page-error a {
  font-size: 16px;
  font-weight: 400;
}

.page-error .message {
  margin-bottom: 15px;
}

@media (max-width: 590px) {
  .page-error {
    width: 100%;
    padding: 140px 10px 20px;
    background-position: center 40px;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/open-sans-light.ttf?v=13) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(/fonts/open-sans.ttf?v=13) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/fonts/open-sans-semibold.ttf?v=13) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(/fonts/open-sans-bold-italic.ttf?v=13) format("truetype");
}
.fotorama {
  margin-bottom: 20px;
}

.fotorama.index {
  max-width: 555px;
}

.fotorama.border {
  border: 1px solid black;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 22px;
}

.fotorama__dot {
  top: 20px;
  width: 8px;
  height: 8px;
  border-color: #9aa1af;
  border-radius: 4px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-width: 0px;
  background-color: #9aa1af;
  width: 8px;
  height: 8px;
}

.fotorama__nav__frame:hover .fotorama__dot {
  background-color: #000000;
  border-color: #000000;
  -webkit-transition-property: background-color border-color;
  -moz-transition-property: background-color border-color;
  transition-property: background-color border-color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fotorama__arr {
  background: url(/images/fotorama.png?v=1) no-repeat;
}

.fotorama__arr--prev {
  background-position: 0 0;
}

.fotorama__arr--next {
  background-position: -32px 0;
}

.fotorama__img, .fotorama__stage {
  border-radius: 2px !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr {
    background: url(/images/fotorama-2x.png?v=1) 0 0/96px 160px no-repeat;
  }
}
.book-thumb {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}

.book-thumb .title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

.book-thumb a {
  color: black;
}

.book-thumb a:hover img {
  opacity: 1;
  -webkit-filter: saturate(110%);
  filter: saturate(110%);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.book-thumb a:hover {
  color: #3fb5ff;
}

.book-thumb a:hover img {
  border-color: #b8b8b8;
}

.book-thumb .author {
  margin-top: 7px;
  font-size: 11px;
  font-weight: bold;
  color: #717783;
}

.book-thumb.local img {
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  height: 210px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(74, 92, 97, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(74, 92, 97, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(74, 92, 97, 0.3);
}

.book-thumb.shop img {
  width: 160px;
  height: 223px;
}

.book-thumb.shop .author, .book-thumb.shop .title {
  text-align: center;
}

@media (max-width: 767px) {
  .book-thumb .title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .book-thumb {
    width: 98%;
    text-align: center;
  }
  .book-thumb .title {
    width: 80%;
    margin: auto;
    margin-top: 10px;
  }
  .book-thumb img {
    margin: 0 auto;
  }
}
@charset "UTF-8";
.yandex-map {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #dedede;
  background-image: url(/images/map_icon.svg?v=1);
  background-position: 50% 46%;
  background-size: 142px 77px;
  background-repeat: no-repeat;
  border-radius: 2px;
  margin: 20px 0 20px;
}

pre.site-error {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 20px 0;
}

pre.site-example {
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

.site-anchor {
  padding-top: 70px;
  margin-top: -70px;
}

.site-header {
  margin-bottom: 20px;
}

.site-header .title {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.3;
}

.site-header a.backlink {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

a.site-button {
  padding: 5px 15px;
  margin: 10px 0px;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #4789d9;
  color: #4789d9;
}

a.site-button:hover {
  color: #fff;
  background-color: #349ee0;
}

button.site-button {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #4789d9;
  border: none;
  color: #ffffff;
  height: 32px;
  transition: background-color .2s;
}

button.site-button:hover {
  background-color: #3fb5ff;
}

input {
  display: inline-block;
  vertical-align: top;
  color: #555;
  background-color: #fff;
  outline: 0;
  border-radius: 4px;
  height: 32px;
  padding: 4px 7px 6px;
  transition: all .15s ease-in-out;
}

input:focus {
  box-shadow: 0 0 12px #58c1ff;
}

hr {
  border-top: 1px solid #dedede;
}

ul, ol {
  padding-left: 17px;
  list-style-position: outside;
  color: #585c62;
}

ul {
  list-style-type: disc;
}

ol > li {
  margin-bottom: 10px;
}

body {
  color: #585c62;
}

a {
  color: #4789d9;
}

a:hover {
  color: #3fb5ff;
  text-decoration: none;
}

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

h1 {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}

h2 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

h3 {
  color: #333;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

h4 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}

small {
  font-style: italic;
  font-weight: 300;
}

strong {
  color: #333;
}

pre {
  padding: 0;
  margin-bottom: 20px;
  line-height: 20px;
  color: #585c62;
  background-color: white;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.site-tab {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.site-tab a {
  display: inline-block;
  color: #5f646e;
  font-size: 12px;
  font-weight: 600;
  margin-right: 20px;
  padding-bottom: 10px;
}

.site-tab a:hover {
  color: #000000;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.site-tab a.active {
  border-bottom: 2px solid #ff6333;
  color: black;
}

.site-tab a:last-child {
  margin-right: 0px;
}

.site-baner {
  width: 100%;
  height: 150px;
  background-color: #ec6e6e;
  border-radius: 5px;
  border: 1px solid #d05e5e;
  margin-bottom: 20px;
}

.site-baner a {
  color: #333;
}

.site-baner a:hover {
  color: #000;
}

.site-baner img {
  height: 148px;
  width: auto;
  display: block;
  float: right;
  margin-right: 20px;
}

.site-baner .message {
  padding: 18px 20px 20px 30px;
  font-weight: 400;
  color: white;
  display: table-cell;
  height: 148px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 1.3;
}

.video {
  display: block;
  width: 100%;
  margin: 20px 0 20px;
  position: relative;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-2-columns {
  font-size: 0px;
}

.site-2-columns > .side, .site-2-columns .pagenum {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
}

.site-2-columns > .side:nth-of-type(odd), .site-2-columns .pagenum:nth-of-type(odd) {
  padding-right: 15px;
}

.site-2-columns > .side:nth-of-type(even), .site-2-columns .pagenum:nth-of-type(even) {
  padding-left: 15px;
}

.site-2-columns > .side > img {
  display: block;
  width: 100%;
  margin: 20px 0 20px;
}

.site-2-columns > .side > img.noscale {
  width: auto;
}

.site-2-columns > .side .video {
  display: block;
  width: 100%;
  margin: 20px 0 20px;
  position: relative;
  padding-bottom: 56.25%;
}

.site-2-columns > .side .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-2-columns > .side > .contents {
  margin-bottom: 20px;
}

.site-2-columns > .side > .contents > a, .site-2-columns > .side > .contents > div {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 5px;
}

.site-2-columns > .side > li {
  display: block;
  float: left;
}

.site-2-columns > .side > li + pre {
  margin-left: 25px;
}

.site-2-columns > .pagenum {
  text-align: center;
  font-weight: 600;
  margin: 10px 0 40px;
}

.site-2-columns > .pagenum.pre {
  text-align: left;
  white-space: pre;
  font-family: monospace;
}

.site-2-columns > span.space {
  display: block;
  margin-top: 30px;
}

.site-centered {
  max-width: 800px;
  margin: 20px 0 20px 20px;
}

.subheader {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
}

.site-data-table {
  overflow: auto;
  margin: 20px 0 20px;
}

.site-data-table table {
  width: 100%;
  border-collapse: collapse;
}

.site-data-table table tbody.header td {
  font-weight: bold;
}

.site-data-table table tbody tr td {
  padding-bottom: 2px;
  vertical-align: top;
}

.site-data-table table tbody.space tr td {
  padding-bottom: 5px;
}

.site-data-table table tbody tr:first-of-type td {
  padding-top: 10px;
}

.site-data-table table tbody tr:last-of-type td {
  padding-bottom: 10px;
}

.site-data-table table tbody tr:last-of-type {
  border-bottom: 1px solid #dedede;
}

.site-data-table table tbody:last-of-type tr:last-of-type {
  border-bottom: none;
}

.site-data-table table tbody:first-of-type tr:first-of-type td {
  padding-top: 0px;
}

.site-data-table table tbody:last-of-type tr:last-of-type td {
  padding-bottom: 0px;
}

table.site-sber-table {
  max-width: 600px;
  min-width: 450px;
  background-color: #eee;
  padding: 10px;
  display: block;
  border-radius: 5px;
}

table.site-sber-table colgroup col:nth-child(1) {
  width: 160px;
}

.news-2-tables {
  font-size: 0;
  overflow: auto;
  margin-bottom: 20px;
}

.news-2-tables .site-data-table {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 20px 20px 0 0;
}

.news-2-tables .site-data-table table {
  width: auto;
}

.site-events {
  vertical-align: top;
  margin-bottom: 10px;
}

.site-events .event {
  font-size: 15px;
  font-weight: 400;
}

.site-events .time {
  float: left;
  display: inline-block;
  color: #5d646f;
}

.site-events .title.empty {
  color: #a0a9b8;
}

.site-events .event.conflict .time,
.site-events .event.conflict a {
  color: red;
}

.site-events .event.cancel .time,
.site-events .event.cancel a {
  color: red;
  text-decoration: line-through;
}

.site-events .event.important a {
  font-size: 17px;
  font-weight: 600;
}

.site-events:last-child {
  margin-bottom: 0px;
}

.site-record {
  color: #000;
}

.site-record .index,
.site-record .date {
  font-weight: 300;
}

.site-record .description {
  font-weight: 400;
}

.site-record a.description {
  display: block;
  padding-left: 21px;
  background-image: url(/images/play_video.svg?v=1);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 5px;
}

.site-record a.description:hover {
  background-image: url(/images/play_video_cyan.svg?v=1);
}

.site-record .download a {
  padding-left: 35px;
  font-weight: 400;
  background-image: url(/images/download.svg?v=1);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 15px 8px;
}

.site-record .download a:hover {
  background-image: url(/images/download_white.svg?v=1);
}

.site-news > .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin: 3px 0 15px;
  line-height: 1.2;
}

.site-news > .date {
  color: #94a1a8;
}

.site-news > .pin {
  margin-left: 5px;
  padding: 2px 5px 3px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #ff8a66;
  color: #ffffff;
}

.site-news .stretched {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.site-news .stretched embed, .site-news .stretched iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yandex-money {
  overflow: auto;
}

.site-vehicle.sutra {
  display: none;
}

.site-vehicle.tantra {
  display: inline;
  color: #b00;
}

.site-vehicle.tantra:hover {
  color: #f00;
}

.site-vehicle.tantra::after {
  content: "тантра";
}

.site-banner {
  margin: 20px -15px 0px;
  background-color: #ffb901;
  color: black;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  padding: 15px;
}

img.border {
  border: 1px solid black;
}

@media (max-width: 1199px) {
  .site-baner .message {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .site-2-columns > .side > *:first-child {
    margin-top: 0;
  }
  .site-2-columns > .side > *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .site-baner {
    height: auto;
  }
  .site-baner img {
    display: none;
  }
  .site-2-columns > .side {
    display: block;
    width: 100%;
  }
  .site-2-columns > .side:nth-of-type(odd) {
    padding-right: 0px;
  }
  .site-2-columns > .side:nth-of-type(even) {
    padding-left: 0px;
  }
  .site-2-columns > span.space {
    display: none;
  }
  .site-2-columns hr {
    display: none;
  }
  .site-2-columns > .pagenum {
    display: none;
  }
  .site-centered {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .site-header .title {
    font-size: 24px;
  }
  .site-tab a {
    margin-right: 10px;
  }
  .site-tab a:hover {
    color: #5f646e;
    transition: none;
  }
  .site-tab a.active {
    background-color: #ff6333;
    padding: 6px 9px 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: white;
  }
  .site-tab a.active:hover {
    color: white;
  }
}
.page-index {
  padding-top: 20px;
  overflow: auto;
}

.page-index > .info {
  float: left;
  width: 40%;
  padding: 5px 20px 0 0;
  margin-bottom: 20px;
}

.page-index > .info img {
  display: inline-block;
  vertical-align: middle;
  width: 113px;
  margin-right: 10px;
}

.page-index > .info .title {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.page-index > .info a {
  font-size: 13px;
  font-weight: 600;
}

.page-index > hr {
  clear: both;
}

.page-index > a.photos img {
  display: block;
  margin-left: 40%;
  width: 60%;
  padding-top: 20px;
}

.page-index > a.teachers {
  display: block;
  float: left;
  border-right: 20px solid transparent;
  width: 40%;
  background-image: url(/images/geshela_main.jpg?v=1);
  background-size: 120%;
  background-position: -50px top;
  background-clip: content-box;
  height: 170px;
  border-radius: 2px;
}

.page-index > a.teachers .title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-top: 15px;
  padding-left: 20px;
}

.page-index > a.teachers .geshela {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding-top: 70px;
  padding-left: 20px;
}

.page-index > .fotorama.quotes {
  margin-left: 40%;
}

.page-index > .fotorama.quotes .fotorama__stage {
  height: 100px;
}

.page-index > .fotorama.quotes .fotorama__nav::after {
  display: none;
}

.page-index > .fotorama.quotes .fotorama__nav-wrap {
  margin-top: 40px;
}

.page-index .index-header {
  margin-bottom: 20px;
}

.page-index .index-header div {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 4px;
}

.page-index .index-header > a {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.page-index > .news {
  width: 65%;
  float: left;
  padding-right: 20px;
}

.page-index > .news > hr:last-child {
  display: none;
}

.page-index .site-news > .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-index > .block {
  margin: 10px 0 30px;
  margin-left: 65%;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 15px;
}

.page-index > .block.timetable a.place {
  font-size: 15px;
  text-decoration: underline;
  color: #000;
}

.page-index > .block.timetable .noevents {
  color: #a0a9b8;
  text-align: center;
}

.page-index > .geshela .date {
  position: absolute;
  float: left;
}

.page-index > .geshela a.news {
  display: block;
  text-indent: 85px;
  margin-bottom: 15px;
}

.page-index > .geshela a.news:last-child {
  margin-bottom: 0;
}

.page-index > .geshela br {
  display: none;
}

.page-index .site-events .time {
  width: 110px;
}

.page-index .site-events .title {
  margin-left: 110px;
}

.page-index .site-record {
  padding: 15px 0px;
  border-bottom: 1px solid #dedede;
}

.page-index .site-record:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.page-index .site-record:first-child {
  padding-top: 0px;
}

.page-index .site-record .date {
  margin-bottom: 10px;
}

.page-index .site-record .date.wide {
  display: none;
}

.page-index .site-record a.description {
  text-indent: 21px;
  padding-left: 0px;
}

@media (max-width: 1199px) {
  .page-index > .info .title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .page-index > .info {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
  }
  .page-index > .info .logo {
    width: 386px;
    margin: 0 auto;
  }
  .page-index > a.photos img {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  .page-index > a.teachers {
    width: 50%;
    background-size: 125%;
    background-position: -60px;
  }
  .page-index > .fotorama.quotes {
    margin-left: 50%;
  }
  .page-index > .fotorama.quotes .fotorama__stage {
    height: 180px;
  }
  .page-index > .fotorama.quotes .fotorama__nav-wrap {
    margin-top: 0px;
  }
  .page-index > .fotorama.quotes .fotorama__html {
    text-align: center;
  }
  .page-index .index-header div {
    font-size: 26px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page-index .site-events .time {
    float: none;
  }
  .page-index .site-events .title {
    margin-left: 0;
  }
  .page-index > .geshela br {
    display: inline;
  }
}

@media (min-width: 768px) {
  .page-index .site-record .description {
    max-height: 85px;
    overflow: hidden;
    position: relative;
  }
  .page-index .site-record .description:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 55px, white);
  }
  .page-index > .geshela .news {
    max-height: 85px;
    overflow: hidden;
    position: relative;
  }
  .page-index > .geshela .news:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 55px, white);
  }
}

@media (max-width: 767px) {
  .page-index > a.teachers {
    width: 100%;
    float: none;
    height: 250px;
    border-right: none;
    background-size: auto 140%;
    background-position: 60% -20px;
  }
  .page-index > a.teachers .geshela {
    padding-top: 10px;
  }
  .page-index > .fotorama.quotes {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .page-index > .fotorama.quotes .fotorama__stage {
    height: 150px;
  }
  .page-index > .fotorama.quotes .fotorama__nav-wrap {
    margin-top: 0px;
  }
  .page-index > .news {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .page-index > .block {
    margin: 30px 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .page-index > a.teachers {
    background-position: 70% -20px;
  }
  .page-index > a.teachers .geshela {
    padding-top: 140px;
  }
}

@media (max-width: 480px) {
  .page-index > .info .logo {
    width: 270px;
  }
  .page-index > .info .title {
    font-size: 18px;
    width: 140px;
  }
  .page-index > .info .title br:nth-child(2) {
    display: none;
  }
  .page-index > .fotorama.quotes .fotorama__stage {
    height: 200px;
  }
  .page-index > .fotorama.quotes .fotorama__nav-wrap {
    margin-top: 0px;
  }
}
.site-contacts {
  float: right;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 380px;
  color: #cbd6e2;
  font-size: 11px;
  font-weight: 400;
}

.site-contacts a.vk {
  background-image: url(/images/vk.svg?v=1);
  margin: -3px 0 0 5px;
}

.site-contacts a.telegram {
  background-image: url(/images/telegram.svg?v=1);
  margin: -3px 0 0 20px;
}

.site-contacts a.vk, .site-contacts a.telegram {
  float: right;
  width: 25px;
  height: 25px;
  background-size: 100%;
  transition: all ease 0.3s;
  opacity: 0.8;
}

.site-contacts a.vk:hover, .site-contacts a.telegram:hover {
  opacity: 1;
}

.site-contacts .left {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 1px;
}

.site-contacts .copyright {
  float: left;
  width: 90px;
  background-image: url(/images/copyright.svg?v=1);
}

.site-contacts .name {
  margin-left: 90px;
}

.site-contacts .address {
  background-image: url(/images/pin.svg?v=1);
  margin: 5px 0px 14px;
}

.site-contacts .phone {
  float: left;
  background-image: url(/images/phone.svg?v=1);
  color: #cbd6e2;
}

.site-contacts .phone a:hover {
  color: #3fb5ff;
}

.site-contacts a.old-site {
  display: block;
  text-align: right;
  color: #99a5b2;
}

.site-contacts a.old-site:hover {
  color: #3fb5ff;
}

@media (max-width: 1199px) {
  .site-contacts {
    width: 310px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .site-contacts {
    display: block;
    float: none;
    width: auto;
    margin: 20px 20px 0 20px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .site-contacts .address {
    margin: 18px 0px 18px;
  }
}

@media (max-width: 767px) {
  .site-contacts {
    padding-top: 0;
    border-top: 0px;
  }
}
nav {
  height: 44px;
  z-index: 1000;
  position: fixed;
  left: 0px;
  right: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background: rgba(235, 238, 242, 0.9);
  border-bottom: 1px solid #e7e7e7;
}

nav a.menu {
  display: inline-block;
  color: #5f646e;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  padding-top: 13px;
}

nav a.menu:hover {
  color: #000000;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

nav a.menu.active {
  border-bottom: 2px solid #ff6333;
  color: black;
}

nav .main a.menu {
  margin-right: 30px;
}

nav .logo {
  margin: 0 15px 0 5px;
  padding-top: 5px;
  display: inline-block;
}

nav img {
  width: 34px;
  height: 34px;
}

nav .admin {
  float: right;
  width: 100px;
  text-align: right;
}

nav .admin a.menu {
  margin-right: 20px;
}

nav .menu-link {
  display: none;
}

@media (max-width: 767px) {
  nav .container {
    padding-left: 5px;
  }
  nav a.menu {
    display: none;
  }
  nav .menu-link {
    position: absolute;
    margin-right: 10px;
    right: 0px;
    top: 5px;
    display: block;
  }
}
#scrollUp {
  background-image: url(/images/to_top.png?v=1);
  background-size: contain;
  background-repeat: no-repeat;
  height: 44px;
  width: 44px;
  bottom: 15px;
  right: 0px;
  margin-right: 15px;
}

.panel {
  position: fixed;
  right: -220px;
  width: 220px;
  background: #2c3e50;
  z-index: 9999;
  border-radius: 0;
}

.panel a {
  display: block;
  border-bottom: 1px solid #34495D;
  padding: 13px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}

body {
  background-color: #a35555;
  margin-bottom: 50px;
  background-image: url(/images/background_red.png?v=1);
  background-size: 22px 32px;
  font-family: 'Open Sans', sans-serif;
}

body > .body {
  padding-top: 44px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}

body > .body > .content {
  min-height: 500px;
}

.site-footer {
  background: #34465a;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
}

.site-footer > .links {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.site-footer > .links a {
  display: block;
  height: 25px;
}

.site-footer > .links a.regular {
  font-size: 13px;
  font-weight: 400;
  color: #d8e0e8;
}

.site-footer > .links a.regular:hover {
  color: #3fb5ff;
}

.site-footer > .links a.sublink {
  font-size: 11px;
  font-weight: 400;
  color: #99a5b2;
}

.site-footer > .links a.sublink:hover {
  color: #3fb5ff;
}

.site-footer > .documents {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.site-footer > .documents a {
  display: block;
  height: 25px;
  font-size: 11px;
  font-weight: 400;
  color: #99a5b2;
}

.site-footer > .documents a:hover {
  color: #3fb5ff;
}

@media (max-width: 767px) {
  body > .body {
    position: absolute;
    width: 100%;
    border-radius: 0px;
  }
}

@media (max-width: 590px) {
  .site-footer > .links.second {
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  #scrollUp {
    display: none !important;
  }
}
.page-library {
  overflow: auto;
}

.page-library .bookcare {
  display: block;
  background-color: #ffe180;
  padding: 1px 20px 1px;
  text-align: justify;
  margin: 10px 0 20px;
  border-radius: 5px;
}

.page-library .recent.tabletscreen {
  display: none;
}

.page-library .recent {
  width: 600px;
  float: right;
  margin-left: 100px;
}

.page-library .recent > .title {
  display: block;
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}

.page-library .section {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 20px;
}

.page-library .section > .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.page-library .book-category {
  margin-bottom: 7px;
}

.page-library .book-category a {
  font-size: 18px;
  font-weight: 400;
}

.page-library .book-category .size {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

@media (max-width: 1199px) {
  .page-library .recent {
    width: 530px;
    margin-left: 0px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .book-thumb:nth-of-type(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .page-library {
    overflow: hidden;
  }
  .page-library .recent {
    width: 100%;
    float: none;
  }
  .page-library .recent.widescreen {
    display: none;
  }
  .page-library .recent.tabletscreen {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #dedede;
  }
}

@media (max-width: 480px) {
  .page-library .section > .title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
  }
  .page-library .recent > .title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
  }
  .page-library .book-thumb {
    margin: 0 0 40px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
  }
  .page-library .book-thumb:last-child {
    border-bottom: none;
  }
}
.page-login {
  padding-top: 240px;
  text-align: center;
}

.page-login input {
  width: 150px;
  margin-right: -10px;
  border: 1px solid #ccc;
}

.page-login input:focus {
  border: 1px solid #fff;
}

.page-login button {
  width: 100px;
}
.page-news-index .site-news.top {
  margin-right: 415px;
}

.page-news-index > .block {
  float: right;
  width: 400px;
  padding: 0 0 20px 20px;
  margin: 0 0 20px 20px;
  border-left: 1px solid #dedede;
}

.page-news-index > .block h3 {
  color: #333;
  border-top: 1px solid #dedede;
  font-weight: 500;
  font-size: 18px;
  padding-top: 20px;
  margin: 10px 0 22px;
}

.page-news-index > .block h3:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.page-news-index > .block .menu {
  font-size: 13px;
  font-weight: bold;
}

.page-news-index > .block .menu span, .page-news-index > .block .menu a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 7px;
}

.page-news-index > .block .menu span {
  border-radius: 2px;
  background-color: #ff6333;
  color: #ffffff;
}

.page-news-index > .block .geshela {
  margin-top: 15px;
}

.page-news-index > hr {
  clear: both;
}

.page-news-index .site-2-columns > hr:nth-of-type(odd) {
  display: none;
}

.page-news-index .site-2-columns > hr:last-of-type {
  display: none;
}

@media (max-width: 991px) {
  .page-news-index .site-news.top {
    margin-right: 265px;
  }
  .page-news-index > .block {
    width: 250px;
  }
  .page-news-index .site-2-columns > hr {
    margin: 30px 0 30px;
    display: block;
  }
  .page-news-index .site-2-columns > hr:nth-of-type(odd) {
    display: block;
  }
  .page-news-index .site-2-columns > hr:last-of-type {
    display: none;
  }
  .page-news-index > hr {
    margin: 30px 0 30px;
  }
}

@media (max-width: 767px) {
  .page-news-index .site-news.top {
    margin-right: 0;
  }
  .page-news-index > .block {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    border-bottom: 1px solid #dedede;
  }
  .page-news-index > .block .menu {
    font-size: 16px;
    font-weight: 600;
  }
  .page-news-index > .block .menu a, .page-news-index > .block .menu span {
    margin-bottom: 5px;
  }
  .page-news-index > .block .geshela, .page-news-index > .block h3 {
    display: none;
  }
}
.page-news-single .site-news > a.backlink {
  display: block;
  margin: 20px 0px 10px;
  font-size: 13px;
  font-weight: 700;
}

.page-news-single .site-news > .title {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-news-single .site-news.short > .title {
  color: #333;
  font-size: 26px;
  font-weight: 300;
}

.page-news-single .site-news.short {
  width: 720px;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .page-news-single > .site-news.short {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-news-single .site-news > .title {
    color: #333;
    font-size: 26px;
    font-weight: 300;
  }
}
.page-teachers {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 0px;
}

.page-teachers .teacher {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-right: 30px;
  font-size: 14px;
  text-align: left;
}

.page-teachers a.capture {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-teachers img {
  display: block;
  width: 400px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.page-teachers a:hover img {
  opacity: 1;
  -webkit-filter: saturate(110%);
  filter: saturate(110%);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.page-teachers .teacher:nth-child(2n) {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .page-teachers .teacher {
    width: 350px;
    margin-right: 20px;
  }
  .page-teachers img {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .page-teachers .teacher {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .page-teachers img {
    width: 100%;
  }
}
.page-teachings .title {
  color: #333;
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-top: 30px;
}

.page-teachings .title .site-vehicle {
  font-size: 18px;
}

.page-teachings .title:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .page-teachings .records {
    display: table;
    width: 90%;
  }
  .page-teachings .site-record {
    display: table-row;
  }
  .page-teachings .site-record > * {
    border-bottom: 1px solid #dedede;
    display: table-cell;
  }
  .page-teachings .site-record:last-child > * {
    border-bottom: none;
  }
  .page-teachings .site-record .index {
    width: 40px;
    font-weight: 300;
    padding: 15px 0px 0px 10px;
  }
  .page-teachings .site-record .description {
    padding-right: 40px;
    padding-bottom: 15px;
  }
  .page-teachings .site-record .date.narrow {
    display: none;
  }
  .page-teachings .site-record .date {
    width: 115px;
  }
  .page-teachings .site-record .download {
    width: 160px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .page-teachings .records {
    width: 100%;
  }
  .page-teachings .site-record .index {
    padding-left: 0px;
  }
  .page-teachings .site-record .download {
    padding-right: 0px;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .page-teachings .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin: 45px 0 25px;
  }
  .page-teachings .site-record .index {
    float: left;
  }
  .page-teachings .site-record > * {
    margin-left: 30px;
  }
  .page-teachings .site-record .index {
    margin-left: 0px;
  }
  .page-teachings .site-record .download {
    text-align: left;
  }
  .page-teachings .site-record {
    padding: 15px 0px;
    border-bottom: 1px solid #dedede;
  }
  .page-teachings .site-record:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .page-teachings .site-record:first-child {
    padding-top: 0px;
  }
  .page-teachings .site-record .date {
    margin-bottom: 10px;
  }
  .page-teachings .site-record .date.wide {
    display: none;
  }
  .page-teachings .site-record a.description {
    text-indent: 21px;
    padding-left: 0px;
  }
  .page-teachings .description {
    padding-bottom: 0px;
  }
}
.page-timetable .months {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  margin: 20px 0px 10px;
}

.page-timetable .two-weeks,
.page-timetable .one-week {
  border-radius: 5px;
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 20px;
}

.page-timetable .two-weeks {
  display: table;
}

.page-timetable .two-weeks .day-line {
  display: table-row;
}

.page-timetable .two-weeks .day {
  display: table-cell;
  width: 50%;
}

.page-timetable .one-week {
  display: none;
}

.page-timetable .day {
  padding: 16px 10px 12px;
  border-bottom: 1px solid #cccccc;
}

.page-timetable .date {
  font-size: 0px;
  float: left;
  vertical-align: top;
  width: 55px;
  padding: 4px;
  margin-top: -4px;
}

.page-timetable .month-day {
  display: inline-block;
  width: 20px;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  color: #5d646f;
}

.page-timetable .week-day {
  display: inline-block;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #a0aab8;
}

.page-timetable .site-events {
  padding-left: 3px;
  margin-left: 65px;
  border-left: 10px solid transparent;
}

.page-timetable .site-events .time {
  width: 120px;
}

.page-timetable .site-events .title {
  margin-left: 120px;
}

.page-timetable .site-events.mytnaya {
  border-left: 10px solid #ffcc66;
}

.page-timetable .site-events.vesna {
  border-left: 10px solid #cdf93e;
}

.page-timetable .day:nth-child(2n + 1) {
  border-right: 1px solid #cccccc;
}

.page-timetable .day.current {
  background: #f1f1f1;
}

.page-timetable .day.current .date {
  background-color: #ff6333;
  border-radius: 2px;
}

.page-timetable .day.current .month-day,
.page-timetable .day.current .week-day {
  color: #ffffff;
}

.page-timetable .day-line:nth-of-type(7) .day {
  border-bottom: none;
}

.page-timetable .footnote {
  margin-bottom: 5px;
}

.page-timetable .marker {
  float: left;
  width: 20px;
}

.page-timetable .marker.color {
  width: 10px;
}

.page-timetable .marker.color.yellow {
  background-color: #ffcc66;
}

.page-timetable .marker.color.green {
  background-color: #cdf93e;
}

.page-timetable .text {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .page-timetable .two-weeks {
    display: none;
  }
  .page-timetable .one-week {
    display: block;
  }
  .page-timetable .day {
    overflow: auto;
  }
  .page-timetable .day:nth-child(7) {
    border-bottom: none;
  }
  .page-timetable .day:nth-child(2n + 1) {
    border-right: none;
  }
}

@media (max-width: 480px) {
  .page-timetable .site-events {
    margin-left: 58px;
    border-left: 5px solid transparent;
  }
  .page-timetable .site-events .time {
    width: 98px;
  }
  .page-timetable .site-events .title {
    margin-left: 98px;
  }
  .page-timetable .site-events.mytnaya {
    border-left: 5px solid #ffcc66;
  }
  .page-timetable .site-events.vesna {
    border-left: 5px solid #cdf93e;
  }
  .page-timetable .marker.color {
    width: 5px;
  }
}
