@import "fonts.css";
@import "icomoon.css";
@import "about-map.css";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.transition_06 {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.transition_long {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
}
.transition_index {
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
}
.transition_03 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
* {
  position: relative;
}
*:focus {
  outline: none;
}
ul {
  padding: 0;
}
a,
button {
  color: inherit;
  text-decoration: none!important;
  outline: none!important;
  outline-offset: 0!important;
  box-shadow: none!important;
}
a:visited,
button:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
button:hover {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus {
  color: inherit;
  text-decoration: none;
}
html body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #000;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0;
}
h1,
h2 {
  font-family: 'AvenirNextCyr', sans-serif;
}
p {
  margin: 0 0 1.2em;
  line-height: 1.6;
}
ul {
  margin: 0;
}
.alert-success,
.alert-danger,
.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 200;
  width: 500px;
  max-width: 90%;
  border-radius: 0;
  padding: 40px 20px 20px;
  color: #000;
  background-color: #fff;
  border: none;
  line-height: 1.5;
  text-align: center;
}
.alert-success .close,
.alert-danger .close,
.alert .close {
  position: absolute;
  top: 5px;
  display: block;
  left: 50%;
  height: 21px;
  width: 12px;
  margin-left: -6px;
  color: black;
  opacity: 1;
  text-shadow: none;
}
.alert-success h2,
.alert-danger h2,
.alert h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.wrapper {
  width: 95%;
  margin: 0 auto;
}
.jq_hidden {
  transform: translate(0, 150px);
  -webkit-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
}
.jq_hidden.f-left {
  transform: translate(-150px, 0);
  -webkit-transform: translate(-150px, 0);
  -o-transform: translate(-150px, 0);
  -moz-transform: translate(-150px, 0);
}
.jq_hidden.f-right {
  transform: translate(150px, 0);
  -webkit-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  -moz-transform: translate(150px, 0);
}
.jq_hidden.f-right-g {
  transform: translate(100%, 0) skew(-20deg);
  -webkit-transform: translate(100%, 0) skew(-20deg);
  -o-transform: translate(100%, 0) skew(-20deg);
  -moz-transform: translate(100%, 0) skew(-20deg);
}
.jq_hidden.jq_active {
  transform: translate(0, 0) skew(0) !important;
  -webkit-transform: translate(0, 0) skew(0) !important;
  -o-transform: translate(0, 0) skew(0) !important;
  -moz-transform: translate(0, 0) skew(0) !important;
  opacity: 1;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-list .slick-track {
  height: 100%;
}
.slider .slick-list .slick-track .slide {
  height: 100%;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  border-bottom: 1px solid #CFCFCF;
  background-color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.menu a {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.menu a:hover {
  color: #E21A1A;
}
.menu .top-menu {
  border-bottom: 1px solid #CFCFCF;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.menu .top-menu .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.menu .top-menu .side {
  width: 33%;
}
.menu .top-menu .side:nth-child(1) {
  text-align: left;
}
.menu .top-menu .side:nth-child(1) a {
  color: #E21A1A;
  padding-right: 24px;
  margin-right: 24px;
}
.menu .top-menu .side:nth-child(1) a .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  width: 14px;
  background-color: #E21A1A;
  border-radius: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 6px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.menu .top-menu .side:nth-child(2) {
  text-align: center;
}
.menu .top-menu .side:nth-child(2) a {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.menu .top-menu .side:nth-child(3) {
  text-align: right;
}
.menu .top-menu .side:nth-child(3) a {
  display: inline-block;
  padding-left: 24px;
  margin-left: 20px;
}
.menu .top-menu .side:nth-child(3) a span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 20px;
}
.menu .bottom-menu .wrapper {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .bottom-menu .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  height: 60px;
}
.menu .bottom-menu .logo svg {
  height: 100%;
  width: auto;
}
.menu .bottom-menu .logo svg #logoText {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.menu .bottom-menu .logo svg #logoPloyFill {
  fill: #fff;
}
.menu .bottom-menu .navMenu {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .menu .bottom-menu .navMenu {
    display: none;
  }
}
.menu .bottom-menu .navMenu li {
  display: inline-block;
  margin: 0 0.8vw;
}
.menu .bottom-menu .navMenu li a {
  padding: 1px 0;
  display: block;
  overflow: hidden;
}
.menu .bottom-menu .navMenu li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.menu .bottom-menu .navMenu li:hover a,
.menu .bottom-menu .navMenu li.active a {
  color: #000;
}
.menu .bottom-menu .navMenu li:hover a:after,
.menu .bottom-menu .navMenu li.active a:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.menu .bottom-menu .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 20px;
  cursor: pointer;
}
.menu .bottom-menu .menu-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 20;
  font-size: 20px;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}
.menu .bottom-menu .menu-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.menu .bottom-menu .menu-btn span:nth-child(1) {
  top: 4px;
}
.menu .bottom-menu .menu-btn span:nth-child(2) {
  top: 11px;
}
.menu .bottom-menu .menu-btn span:nth-child(3) {
  top: 11px;
}
.menu .bottom-menu .menu-btn span:nth-child(4) {
  top: 18px;
}
.menu .bottom-menu .lk-link-holder {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  right: 90px;
}
.menu .bottom-menu .lk-link-holder a {
  display: inline-block;
  text-align: center;
  min-width: 100px;
  font-size: 15px;
  padding: 8px 10px;
  border: 1px solid #D8D8D8;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.menu .bottom-menu .lk-link-holder a:hover {
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
}
.menu .full-menu {
  position: fixed;
  top: 41px;
  left: 0;
  height: 100vh;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #fff;
  padding: 100px 10vw;
  opacity: 0;
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}
.menu .full-menu::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.menu .full-menu::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}
.menu .full-menu::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.menu .full-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.menu .full-menu .mainMenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu .full-menu .mainMenu > li {
  width: 33.33%;
  margin-bottom: 60px;
  padding-right: 4vw;
  padding-left: 0;
}
.menu .full-menu .mainMenu > li:nth-child(3n - 1) {
  padding: 0 2vw;
}
.menu .full-menu .mainMenu > li:nth-child(3n) {
  padding-right: 0;
  padding-left: 4vw;
}
.menu .full-menu .mainMenu > li.active > a {
  color: #E21A1A;
}
.menu .full-menu .mainMenu > li > a {
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.menu .full-menu .mainMenu > li ul {
  list-style: none;
}
.menu .full-menu .mainMenu > li ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: 'AvenirNextCyr', sans-serif;
}
.menu .full-menu .mainMenu > li ul li.active a {
  color: #E21A1A;
}
.menu.no-border {
  border-bottom: none;
}
.menu.trans {
  background: transparent;
}
.menu.white-theme {
  background-color: transparent;
}
.menu.white-theme .top-menu {
  border-bottom: 1px solid #fff;
}
.menu.white-theme .top-menu .side:nth-child(1) a {
  color: #fff;
}
.menu.white-theme .top-menu .side:nth-child(1) a .icon-plus {
  background-color: #fff;
  color: #000;
}
.menu.white-theme .top-menu .side:nth-child(2) a {
  color: #fff;
}
.menu.white-theme .top-menu .side:nth-child(3) a {
  color: #fff;
}
.menu.white-theme .bottom-menu .logo svg #logoText {
  fill: #fff;
}
.menu.white-theme .bottom-menu .navMenu li a {
  color: #fff;
}
.menu.white-theme .bottom-menu .navMenu li a:after {
  background-color: #fff;
}
.menu.white-theme .bottom-menu .navMenu li:hover a,
.menu.white-theme .bottom-menu .navMenu li.active a {
  color: #fff;
}
.menu.white-theme .bottom-menu .search-btn {
  color: #fff;
}
.menu.white-theme .bottom-menu .menu-btn span {
  background-color: #fff;
}
.menu.white-theme .bottom-menu .lk-link-holder a {
  color: #fff;
}
.menu.no-menu {
  display: none!important;
}
.menu.sized {
  border-bottom: 1px solid #CFCFCF;
  background-color: #fff;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
}
.menu.sized .top-menu {
  border-bottom: 1px solid #CFCFCF;
}
.menu.sized .top-menu .side:nth-child(1) a {
  color: #E21A1A;
}
.menu.sized .top-menu .side:nth-child(1) a .icon-plus {
  background-color: #E21A1A;
  color: #fff;
}
.menu.sized .top-menu .side:nth-child(2) a {
  color: #000;
}
.menu.sized .top-menu .side:nth-child(3) a {
  color: #000;
}
.menu.sized .bottom-menu .logo svg #logoText {
  fill: #000;
}
.menu.sized .bottom-menu .navMenu li a {
  color: #000;
}
.menu.sized .bottom-menu .navMenu li a:after {
  background-color: #000;
}
.menu.sized .bottom-menu .navMenu li:hover a,
.menu.sized .bottom-menu .navMenu li.active a {
  color: #000;
}
.menu.sized .bottom-menu .search-btn {
  color: #000;
}
.menu.sized .bottom-menu .menu-btn span {
  background-color: #000;
}
.menu.sized .bottom-menu .lk-link-holder a {
  color: #000;
}
.menu.active {
  border-bottom: 1px solid #CFCFCF;
  background-color: #fff;
}
.menu.active .top-menu {
  border-bottom: 1px solid #CFCFCF;
}
.menu.active .top-menu .side:nth-child(1) a {
  color: #E21A1A;
}
.menu.active .top-menu .side:nth-child(1) a .icon-plus {
  background-color: #E21A1A;
  color: #fff;
}
.menu.active .top-menu .side:nth-child(2) a {
  color: #000;
}
.menu.active .top-menu .side:nth-child(3) a {
  color: #000;
}
.menu.active .bottom-menu .logo svg #logoText {
  fill: #000;
}
.menu.active .bottom-menu .navMenu li a {
  color: #000;
}
.menu.active .bottom-menu .navMenu li a:after {
  background-color: #000;
}
.menu.active .bottom-menu .navMenu li:hover a,
.menu.active .bottom-menu .navMenu li.active a {
  color: #000;
}
.menu.active .bottom-menu .search-btn {
  color: #000;
}
.menu.active .bottom-menu .menu-btn span {
  background-color: #000;
}
.menu.active .bottom-menu .menu-btn span:nth-child(1) {
  transform: translate(0, -120%);
  -webkit-transform: translate(0, -120%);
  -o-transform: translate(0, -120%);
  -moz-transform: translate(0, -120%);
  opacity: 0;
}
.menu.active .bottom-menu .menu-btn span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.menu.active .bottom-menu .menu-btn span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.menu.active .bottom-menu .menu-btn span:nth-child(4) {
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  opacity: 0;
}
.menu.active .full-menu {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.footer {
  padding: 20px 0;
  background-color: #1C1C1C;
  color: #fff;
}
.footer.no-footer {
  display: none;
}
.footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .wrapper .side {
  width: 30%;
}
.footer .wrapper .side:nth-child(1) {
  text-align: left;
}
.footer .wrapper .side:nth-child(2) {
  text-align: center;
}
.footer .wrapper .side:nth-child(3) {
  text-align: right;
}
.footer .wrapper .side .logo {
  font-size: 70px;
  color: #555555;
}
.footer .wrapper .side.socials a {
  display: inline-block;
  font-size: 16px;
  height: 34px;
  width: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  line-height: 32px;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.footer .wrapper .side.socials a:hover {
  color: #E21A1A;
  border: 1px solid #E21A1A;
}
.footer .wrapper .side.f-right {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 100;
}
.footer .wrapper .side.f-right a {
  font-weight: 400;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.footer .wrapper .side.f-right a:hover {
  color: #E21A1A;
}
.page-block {
  min-height: calc(100vh - 110px);
  min-height: -moz-calc(100vh - 110px);
  min-height: -webkit-calc(100vh - 110px);
  min-height: -o-calc(100vh - 110px);
}
.ico-pdf {
  color: #B70022;
}
.ico-png {
  color: #4BBBC8;
}
.site-error {
  min-height: calc(100vh - 110px);
  min-height: -moz-calc(100vh - 110px);
  min-height: -webkit-calc(100vh - 110px);
  min-height: -o-calc(100vh - 110px);
  padding: 170px 5vw 0;
}
.site-error h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #E21A1A;
}
.site-error .alert {
  color: #000;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
.page-title {
  height: 70vh;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.page-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-title .title {
  color: #fff;
  text-align: center;
  width: 90%;
}
.page-title .title h1 {
  font-size: 46px;
  font-weight: 600;
  margin: 0 0 20px;
}
.page-title .title .descr {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.page-title .bottom-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .bottom-menu a {
  display: inline-block;
  padding-left: 20px;
  margin: 0 20px;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.page-title .bottom-menu a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.page-title .bottom-menu a .ico {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 10px;
}
.page-title .bottom-menu a .ico:before,
.page-title .bottom-menu a .ico:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 6px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.page-title .bottom-menu a .ico:before {
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.page-title .bottom-menu a .ico:after {
  margin-left: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.page-title .bottom-menu a:hover {
  color: #E21A1A;
}
.page-title .bottom-menu a:hover:before {
  background-color: #E21A1A;
}
.page-title .bottom-menu a:hover .ico:before,
.page-title .bottom-menu a:hover .ico:after {
  background-color: #E21A1A;
}
.materials-info-container .materials-info-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.materials-info-container .materials-info-block:nth-child(2n) {
  flex-direction: row-reverse;
}
.materials-info-container .materials-info-block .image-block {
  width: 51%;
  flex-shrink: 0;
}
.materials-info-container .materials-info-block .image-block .image {
  padding: 33% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.materials-info-container .materials-info-block .info-side {
  padding: 50px 2.5vw 30px;
  width: 100%;
  overflow: hidden;
}
.materials-info-container .materials-info-block .info-side h2 {
  font-size: 46px;
  margin-bottom: 20px;
  padding-bottom: 24px;
}
.materials-info-container .materials-info-block .info-side h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E21A1A;
}
.materials-info-container .materials-info-block .info-side .descr {
  margin-bottom: 20px;
  font-size: 18px;
}
.materials-info-container .materials-info-block .info-side .materials-block {
  padding-bottom: 30px;
  border-bottom: 1px solid #CFCFCF;
}
.materials-info-container .materials-info-block .info-side .materials-block h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.materials-info-container .materials-info-block .info-side ul {
  padding-left: 20px;
}
.materials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.materials a {
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: 40px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.materials a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 40px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.materials a span .type {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  font-size: 11px;
  font-family: 'AvenirNextCyr', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.materials a:hover {
  color: #E21A1A;
}
.index {
  height: 100vh;
}
.index .main-slider {
  height: 100%;
}
.index .main-slider #main_slider {
  height: 100%;
}
.index .main-slider #main_slider .slick-list {
  padding-top: 150px!important;
}
.index .main-slider #main_slider .slide {
  display: block;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  height: 750px;
  max-height: 35vw;
  transform: translate(-15%, 40%) rotate(-15deg);
  -webkit-transform: translate(-15%, 40%) rotate(-15deg);
  -o-transform: translate(-15%, 40%) rotate(-15deg);
  -moz-transform: translate(-15%, 40%) rotate(-15deg);
}
.index .main-slider #main_slider .slide .bg-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}
.index .main-slider #main_slider .slide .image {
  width: 750px;
  max-width: 35vw;
  height: 750px;
  max-height: 35vw;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index .main-slider #main_slider .slide .image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.index .main-slider #main_slider .slide .info {
  position: absolute;
  top: 50%;
  width: 460px;
  max-width: 80%;
  left: 50%;
  margin-top: -40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  opacity: 0;
}
.index .main-slider #main_slider .slide .info h2 {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 24px;
}
.index .main-slider #main_slider .slide .info .descr {
  margin-bottom: 24px;
}
.index .main-slider #main_slider .slide .info .read-more {
  display: inline-block;
  width: 140px;
  background-color: #fff;
  color: #000;
  height: 34px;
  border: 1px solid #fff;
  line-height: 32px;
  border-radius: 16px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.index .main-slider #main_slider .slide .info .read-more:hover {
  background-color: transparent;
  color: #fff;
}
.index .main-slider #main_slider .slide .num {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  margin-top: -30px;
  font-size: 100px;
  font-weight: 100;
  color: #CFCFCF;
  font-style: italic;
}
.index .main-slider #main_slider .slide.slick-current {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  z-index: 5;
}
.index .main-slider #main_slider .slide.slick-current .bg-dots {
  transform: translate(-50%, -50%) scale(1.15);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -o-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  opacity: 1;
}
.index .main-slider #main_slider .slide.slick-current .image:after {
  opacity: 1;
}
.index .main-slider #main_slider .slide.slick-current .info {
  opacity: 1;
}
.index .main-slider #main_slider .slick-current ~ .slide {
  transform: translate(15%, 40%) rotate(15deg);
  -webkit-transform: translate(15%, 40%) rotate(15deg);
  -o-transform: translate(15%, 40%) rotate(15deg);
  -moz-transform: translate(15%, 40%) rotate(15deg);
  z-index: 5;
  opacity: 0;
}
.index .main-slider #main_slider .slick-current + .slide {
  z-index: 10;
  opacity: 1;
}
.index .main-slider .slider-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 700px;
  max-width: calc(90% - 100px);
  max-width: -moz-calc(90% - 100px);
  max-width: -webkit-calc(90% - 100px);
  max-width: -o-calc(90% - 100px);
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.index .main-slider .slider-nav .nav {
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 500;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.index .main-slider .slider-nav .nav .ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  color: #E21A1A;
  font-size: 26px;
}
.index .main-slider .slider-nav .nav.prev .ico {
  right: 100%;
  margin-right: 16px;
}
.index .main-slider .slider-nav .nav.next .ico {
  left: 100%;
  margin-left: 16px;
}
.index .main-slider .slider-nav .nav.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.index .main-slider .slider-nav .nav:hover {
  color: #E21A1A;
}
.events-block {
  margin-bottom: 60px;
}
.events-block .events-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.events-block .events-head h2 {
  font-size: 46px;
  margin-bottom: 50px;
}
.events-block .events-head .read-all {
  color: #E21A1A;
  padding-right: 24px;
}
.events-block .events-head .read-all.back {
  padding-right: 0;
  padding-left: 18px;
}
.events-block .events-head .read-all .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 6px;
  font-weight: 900;
  text-align: center;
}
.events-block .events-head .read-all .icon-arrow-thin-short-left {
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.events-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.events-container .line {
  height: 1px;
  width: 100%;
  background-color: #CFCFCF;
  margin-bottom: 30px;
  order: 1;
}
.events-container .item {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.events-container .item:nth-child(-n + 4) {
  margin-bottom: 60px;
}
.events-container .item:nth-child(-n + 4) .image {
  display: block;
  padding: 33% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.events-container .item:nth-child(-n + 4) .date {
  color: #A5A5A5;
  margin-bottom: 16px;
}
.events-container .item:nth-child(-n + 4) .cat-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #E21A1A;
}
.events-container .item:nth-child(-n + 4) h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.events-container .item:nth-child(n + 5) {
  border-bottom: 1px solid #CFCFCF;
  width: 22%;
  margin-right: 4%;
  order: 2;
}
.events-container .item:nth-child(n + 5) .date {
  color: #E21A1A;
  margin-bottom: 12px;
}
.events-container .item:nth-child(n + 5) .cat-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #E21A1A;
}
.events-container .item:nth-child(n + 5) h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
.events-container .item:nth-child(4n + 5) {
  margin-right: 0;
}
.events-container .item:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .events-container .item {
    width: 32%;
    margin-right: 2%;
  }
  .events-container .item:nth-child(n + 4) {
    border-bottom: 1px solid #CFCFCF;
    width: 31%;
    margin-right: 3.5%;
    order: 2;
  }
  .events-container .item:nth-child(n + 4) .image {
    display: none;
  }
  .events-container .item:nth-child(n + 4) .date {
    color: #E21A1A;
    margin-bottom: 12px;
  }
  .events-container .item:nth-child(n + 4) h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .events-container .item:nth-child(3n + 4) {
    margin-right: 0;
  }
  .events-container .item:nth-child(4) {
    margin-right: 3.5%;
    margin-bottom: 30px;
  }
  .events-container .item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .events-container .item {
    width: 49%;
    margin-right: 2%;
  }
  .events-container .item:nth-child(n + 3) {
    border-bottom: 1px solid #CFCFCF;
    width: 48%;
    margin-right: 4%;
    order: 2;
  }
  .events-container .item:nth-child(n + 3) .image {
    display: none;
  }
  .events-container .item:nth-child(n + 3) .date {
    color: #E21A1A;
    margin-bottom: 12px;
  }
  .events-container .item:nth-child(n + 3) h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .events-container .item:nth-child(2n + 3) {
    margin-right: 0;
  }
  .events-container .item:nth-child(4) {
    margin-right: 0;
  }
  .events-container .item:nth-child(3) {
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .events-container .item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .events-container .item {
    width: 100%;
    margin-right: 0;
  }
  .events-container .item:nth-child(n + 2) {
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    order: 2;
  }
  .events-container .item:nth-child(n + 2) .image {
    display: none;
  }
  .events-container .item:nth-child(n + 2) .date {
    color: #E21A1A;
    margin-bottom: 12px;
  }
  .events-container .item:nth-child(n + 2) h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .events-container .item:nth-child(2n + 3) {
    margin-right: 0;
  }
  .events-container .item:nth-child(4) {
    margin-right: 0;
  }
  .events-container .item:nth-child(3) {
    margin-right: 0;
  }
  .events-container .item:nth-child(2) {
    margin-right: 0;
  }
}
.videos-block {
  margin-bottom: 60px;
}
.videos-block .videos-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.videos-block .videos-head h1,
.videos-block .videos-head h2 {
  font-size: 46px;
  margin-bottom: 50px;
}
.videos-block .videos-head .read-all {
  color: #E21A1A;
  padding-right: 24px;
  white-space: nowrap;
}
.videos-block .videos-head .read-all .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 6px;
  font-weight: 900;
  text-align: center;
}
.videos-block .videos-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.videos-block .videos-container .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.videos-block .videos-container .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .videos-block .videos-container .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .videos-block .videos-container .item:nth-child(3n) {
    margin-right: 2%;
  }
  .videos-block .videos-container .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .videos-block .videos-container .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .videos-block .videos-container .item:nth-child(3n) {
    margin-right: 0;
  }
  .videos-block .videos-container .item:nth-child(2n) {
    margin-right: 0;
  }
}
.videos-block .videos-container .item .iframe-block {
  padding: 33% 0;
  margin-bottom: 20px;
  pointer-events: none;
}
.videos-block .videos-container .item .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%!important;
  width: 100% !important;
}
.videos-block .videos-container .item .image {
  padding: 33% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.videos-block .videos-container .item .date {
  color: #A5A5A5;
  margin-bottom: 16px;
}
.videos-block .videos-container .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  font-family: 'AvenirNextCyr', sans-serif;
}
.about h2 {
  font-size: 46px;
  font-weight: 600;
}
.about .tasks-block {
  margin-bottom: 60px;
}
.about .tasks-block h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 80px;
}
.about .tasks-block .tasks-container {
  column-count: 2;
  column-gap: 80px;
}
.about .tasks-block .tasks-container .task {
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  margin-bottom: 50px;
}
.about .tasks-block .tasks-container .task .num-block {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 100px;
  font-weight: 600;
  color: #E21A1A;
  width: 140px;
  margin-right: 30px;
  flex-shrink: 0;
  line-height: 1;
}
.about .tasks-block .tasks-container .task .descr {
  padding: 20px 0;
}
.about .info-accord-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.about .info-accord-block .accord-block {
  border: 1px solid #E21A1A;
  margin-bottom: 18px;
  width: 49%;
}
.about .info-accord-block .accord-block .acc-title {
  padding: 16px 50px 16px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.about .info-accord-block .accord-block .acc-title .ico {
  position: absolute;
  top: 28px;
  right: 20px;
}
.about .info-accord-block .accord-block .acc-title .ico:before,
.about .info-accord-block .accord-block .acc-title .ico:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 16px;
  margin-top: -2px;
  margin-left: -8px;
  transform-origin: 50% 50%;
  background-color: #E21A1A;
}
.about .info-accord-block .accord-block .acc-title .ico:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.about .info-accord-block .accord-block .acc-title.active .ico:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
}
.about .info-accord-block .accord-block .acc-body {
  padding: 16px 18px;
  display: none;
}
.about .info-accord-block .accord-block .acc-body p:last-child {
  margin-bottom: 0;
}
.about .contacts-block {
  margin-bottom: 80px;
}
.about .contacts-block h2 {
  margin-bottom: 30px;
}
.about .contacts-block .contacts-flex {
  display: flex;
  justify-content: space-between;
}
.about .contacts-block .contacts-flex .contacts-side {
  width: 400px;
  margin-right: 40px;
  flex-shrink: 0;
}
.about .contacts-block .contacts-flex .map-side {
  width: 100%;
  height: 40vw;
}
.about .contacts-block .cont-block {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.about .contacts-block .cont-block h4 {
  font-size: 16px;
  font-weight: 500;
  color: #E21A1A;
  margin-bottom: 16px;
}
.about .contacts-block .cont-block a {
  display: table;
}
.article {
  padding-top: 123px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.article .other-news {
  width: 450px;
  border-right: 1px solid #CFCFCF;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.article .other-news .other-news-title {
  flex-shrink: 0;
  padding: 30px 2.5vw 20px;
}
.article .other-news .other-news-title h4 {
  font-size: 24px;
  font-weight: 600;
}
.article .other-news .other-news-container {
  height: 100%;
  overflow: hidden;
}
.article .other-news .other-news-container .frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  margin-right: -17px;
}
.article .other-news .other-news-container .item {
  display: block;
  padding: 0 2.5vw;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
.article .other-news .other-news-container .item .date {
  color: #E21A1A;
  margin-bottom: 10px;
}
.article .other-news .other-news-container .item h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.article .article-container {
  padding: 40px 0 90px 5vw;
  width: calc(100% - 450px);
  width: -moz-calc(100% - 450px);
  width: -webkit-calc(100% - 450px);
  width: -o-calc(100% - 450px);
}
.article .article-container .wrapper {
  width: 100%;
  max-width: calc(100% - 5vw);
  max-width: -moz-calc(100% - 5vw);
  max-width: -webkit-calc(100% - 5vw);
  max-width: -o-calc(100% - 5vw);
  margin-left: 0;
}
.article .article-container .date {
  color: #E21A1A;
  margin-bottom: 10px;
}
.article .article-container h1 {
  font-size: 46px;
  margin-bottom: 20px;
}
.article .article-container .article-slider {
  margin-bottom: 30px;
}
.article .article-container .article-slider .slider-nav {
  position: absolute;
  right: 2.5vw;
  bottom: 100%;
  margin-bottom: 16px;
}
.article .article-container .article-slider .slider-nav .nav {
  display: inline-block;
  font-size: 24px;
  color: #E21A1A;
  margin-left: 10px;
  cursor: pointer;
}
.article .article-container .article-slider .slider-nav .nav.slick-hidden {
  display: none;
}
.article .article-container .article-slider #article_slider {
  height: 280px;
}
.article .article-container .article-slider #article_slider .slide {
  height: 100%;
  width: auto;
  margin-right: 20px;
}
.article .article-container .descr {
  padding-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
.article .article-container .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article .article-container .article-footer .widget {
  margin-bottom: 20px;
}
.article .article-container .article-footer .article-nav {
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.article .article-container .article-footer .article-nav a {
  white-space: nowrap;
  display: inline-block;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.article .article-container .article-footer .article-nav a:hover {
  color: #E21A1A;
}
.article .article-container .article-footer .article-nav .prev-art {
  padding-left: 20px;
  margin-right: 20px;
}
.article .article-container .article-footer .article-nav .prev-art .ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
}
.article .article-container .article-footer .article-nav .next-art {
  padding-right: 20px;
  margin-left: 20px;
}
.article .article-container .article-footer .article-nav .next-art .ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
}
.article .article-container .article-footer .article-nav .next-art:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  height: 20px;
  margin-top: -10px;
  width: 1px;
  background-color: #000;
}
.video {
  padding-top: 123px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.video .other-video {
  width: 450px;
  border-right: 1px solid #CFCFCF;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.video .other-video .other-video-title {
  flex-shrink: 0;
  padding: 30px 2.5vw 20px;
}
.video .other-video .other-video-title h4 {
  font-size: 24px;
  font-weight: 600;
}
.video .other-video .other-video-container {
  height: 100%;
  overflow: hidden;
}
.video .other-video .other-video-container .frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  margin-right: -17px;
}
.video .other-video .other-video-container .item {
  display: block;
  padding: 0 2.5vw;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
.video .other-video .other-video-container .item .image {
  width: 100%;
  padding: 33% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.video .other-video .other-video-container .item .date {
  color: #E21A1A;
  margin-bottom: 10px;
}
.video .other-video .other-video-container .item h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.video .video-content {
  padding: 40px 0 90px 5vw;
  width: 100%;
}
.video .video-content .wrapper {
  width: 100%;
  max-width: calc(100% - 5vw);
  max-width: -moz-calc(100% - 5vw);
  max-width: -webkit-calc(100% - 5vw);
  max-width: -o-calc(100% - 5vw);
  margin-left: 0;
}
.video .video-content .date {
  color: #E21A1A;
  margin-bottom: 10px;
}
.video .video-content h1 {
  font-size: 46px;
  margin-bottom: 20px;
}
.video .video-content .video-container {
  width: 100%;
  height: 30vw;
  margin-bottom: 30px;
}
.video .video-content .descr {
  padding-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
.video .video-content .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video .video-content .article-footer .article-nav {
  font-size: 14px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.video .video-content .article-footer .article-nav a {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.video .video-content .article-footer .article-nav a:hover {
  color: #E21A1A;
}
.video .video-content .article-footer .article-nav .prev-art {
  padding-left: 20px;
  margin-right: 20px;
}
.video .video-content .article-footer .article-nav .prev-art .ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
}
.video .video-content .article-footer .article-nav .next-art {
  padding-right: 20px;
  margin-left: 20px;
}
.video .video-content .article-footer .article-nav .next-art .ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
}
.video .video-content .article-footer .article-nav .next-art:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  height: 20px;
  margin-top: -10px;
  width: 1px;
  background-color: #000;
}
.media {
  padding-top: 123px;
}
.media .materials-block {
  padding-top: 70px;
  margin-bottom: 100px;
}
.media .materials-block h1 {
  font-size: 46px;
  margin-bottom: 40px;
}
.media h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 50px;
}
.media .requisites {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  width: 1200px;
  max-width: 100%;
}
.media .requisites .side {
  width: 49%;
}
.media .requisites .side .t-center {
  text-align: center;
}
.media .requisites .side .row-full {
  width: 100%;
  margin-bottom: 16px;
}
.media .requisites .side .row-full p {
  margin-bottom: 0;
}
.media .requisites .side .row-full p strong {
  font-weight: 600;
}
.media .requisites .side .border-block {
  padding: 10px;
  border: 1px solid #E21A1A;
}
.media .requisites .side .row-flex {
  display: flex;
  justify-content: space-between;
}
.media .requisites .side .row-flex .attr-title {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
}
.media .requisites .side .row-flex .attr_field {
  width: 100%;
}
.select2-container--krajee .select2-dropdown {
  border: 1px solid #000;
  border-radius: 0;
}
.select2-selection {
  outline: none!important;
  box-shadow: none!important;
}
.kid-card {
  width: 100%;
}
.kid-card .data-block {
  display: none;
}
.kid-card .ico {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 86px;
  z-index: 1;
  margin-top: -30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.kid-card .ico .id-count {
  font-size: 12px;
  font-weight: 500;
  font-family: 'AvenirNextCyr', sans-serif;
  top: 30px;
  left: 50%;
  position: absolute;
  text-align: center;
  height: 34px;
  width: 34px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -17px;
  line-height: 34px;
}
.kid-card .image {
  padding: 66% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.kid-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.4;
}
.kid-card p {
  font-size: 14px;
  margin-bottom: 5px;
}
.kid-card .read-more {
  padding-right: 18px;
  display: inline-block;
  color: #E21A1A;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.kid-card .read-more .ico {
  position: absolute;
  right: 0;
  top: 50%;
  color: #E21A1A;
  font-size: 12px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  margin: 0;
  left: auto;
}
.kid-card:hover .read-more {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  opacity: 1;
}
.missing .materials-info-container .materials-info-block {
  padding: 0 2.5vw;
}
.missing .materials-info-container .materials-info-block.columns {
  display: block;
}
.missing .materials-info-container .materials-info-block.columns .image-block {
  display: none;
}
.missing .materials-info-container .materials-info-block.columns .info-side {
  padding: 0;
}
.missing .materials-info-container .materials-info-block.columns h2 {
  display: inline-block;
}
.missing .materials-info-container .materials-info-block.columns .descr {
  column-count: 2;
  column-gap: 100px;
  font-size: 18px;
}
.missing .materials-info-container .materials-info-block.columns .descr strong {
  font-weight: 600;
  border-bottom: 1px solid #E21A1A;
  margin-bottom: 30px;
}
.missing .materials-info-container .materials-info-block.columns .descr ol {
  padding-left: 24px;
}
.missing .materials-info-container .materials-info-block.columns .descr ol li {
  margin: 5px 0;
}
.missing .materials-info-container .materials-info-block.columns .descr ul {
  list-style: none;
  margin-bottom: 30px;
}
.missing .materials-info-container .materials-info-block.columns .descr ul li {
  margin: 5px 0;
}
.missing .materials-info-container .materials-info-block.columns .descr ul li:before {
  content: '';
  height: 1px;
  width: 18px;
  display: inline-block;
  background-color: #000;
  vertical-align: middle;
  margin-right: 5px;
}
.missing .materials-info-container .materials-info-block.columns .descr a {
  text-decoration: underline;
  color: #E21A1A;
}
.missing .materials-info-container .materials-info-block.columns .descr .button {
  display: inline-block;
  min-width: 230px;
  padding: 0 16px;
  height: 32px;
  text-decoration: none;
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  border-radius: 2px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.missing .materials-info-container .materials-info-block.columns .descr .button:hover {
  background-color: transparent;
  color: #E21A1A;
}
.missing .search-map {
  margin-bottom: 150px;
}
.missing .search-map h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 70px;
}
.missing .search-map .ya-map {
  height: 45vw;
}
.missing .search-map .counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  display: flex;
  justify-content: space-between;
}
.missing .search-map .counter .side {
  min-width: 100px;
  padding: 0 50px;
}
.missing .search-map .counter .side:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  transform-origin: 50% 50%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  height: 80px;
  width: 2px;
  background-color: #000;
  margin-top: 40px;
}
.missing .search-map .counter .side:last-child:after {
  display: none;
}
.missing .search-map .counter .num {
  font-size: 100px;
  color: #E21A1A;
  font-weight: 600;
}
.missing .search-map .counter .text {
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 50px;
  width: 130px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 500;
  margin-top: -40px;
  margin-left: 20px;
  font-size: 12px;
}
.missing .kids-block .kids-filter {
  margin-bottom: 70px;
}
.missing .kids-block .kids-filter .filter-flex {
  display: flex;
  justify-content: flex-start;
}
.missing .kids-block .kids-filter .filter-flex .filter-dropdown {
  width: 180px;
  margin-right: 16px;
}
.missing .kids-block .kids-filter .filter-flex .filter-dropdown .form-group select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 8px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
}
.missing .kids-block .kids-filter .filter-flex .filter-dropdown .select2-selection {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
}
.missing .kids-block .kids-filter .filter-flex .filter-dropdown .select2-selection .select2-selection__arrow {
  border-left: none;
}
.missing .kids-block .kids-filter .submit-block {
  display: none;
}
.missing .kids-block .kids-container .slider-nav {
  position: absolute;
  bottom: 100%;
  margin-bottom: 60px;
  right: 0;
}
.missing .kids-block .kids-container .slider-nav .nav {
  margin-right: 10px;
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}
.missing .kids-block .kids-container .pageContentBlock {
  display: block;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.missing .kids-block .kids-container .kid-card {
  display: block;
  margin-bottom: 40px;
}
.missing .kids-block .kids-container .slide {
  padding-top: 30px;
  padding-left: 34px;
}
.department {
  padding-top: 150px;
}
.department .top-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 70px;
}
.department .top-block .dep-side {
  width: 100%;
  padding-right: 5vw;
}
.department .top-block .dep-side h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 70px;
}
.department .top-block .dep-side .dep-info {
  display: flex;
  justify-content: space-between;
}
.department .top-block .dep-side .dep-info .image-block {
  width: 190px;
  margin-right: 40px;
  flex-shrink: 0;
}
.department .top-block .dep-side .dep-info .image-block .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50% 0;
}
.department .top-block .dep-side .dep-info .info-side {
  width: 100%;
}
.department .top-block .dep-side .dep-info .info-side h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.department .top-block .dep-side .dep-info .info-side .leader-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.department .top-block .dep-side .dep-info .info-side .cont-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.department .top-block .dep-side .dep-info .info-side .cont-info .link {
  display: inline-block;
  color: #E21A1A;
  font-size: 16px;
  margin-right: 20px;
}
.department .top-block .dep-side .dep-info .info-side .cont-info .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E21A1A;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.department .top-block .dep-side .dep-info .info-side .cont-info .link:hover:after {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
}
.department .top-block .dep-side .dep-info .info-side .cont-info .soc {
  margin-right: 10px;
  height: 26px;
  width: 26px;
  display: inline-block;
  border-radius: 50%;
  background-color: #E21A1A;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
}
.department .top-block .dep-side .dep-info .info-side .add-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.department .top-block .add-side {
  width: 50%;
  flex-shrink: 0;
  padding-top: 20px;
}
.department .top-block .add-side .dep-dropdown {
  width: 300px;
  margin-bottom: 10px;
}
.department .top-block .add-side .dep-dropdown .current-dep {
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.department .top-block .add-side .dep-dropdown .current-dep .text {
  font-size: 14px;
}
.department .top-block .add-side .dep-dropdown .current-dep .ico {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 10px;
}
.department .top-block .add-side .dep-dropdown .current-dep .ico:before,
.department .top-block .add-side .dep-dropdown .current-dep .ico:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 6px;
  top: 50%;
  left: 50%;
  background-color: #000;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.department .top-block .add-side .dep-dropdown .current-dep .ico:before {
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.department .top-block .add-side .dep-dropdown .current-dep .ico:after {
  margin-left: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.department .top-block .add-side .dep-dropdown .dep-list {
  display: none;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
}
.department .top-block .add-side .dep-dropdown .dep-list li {
  border-bottom: 1px solid #000;
}
.department .top-block .add-side .dep-dropdown .dep-list li a {
  display: block;
  padding: 5px 10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.department .top-block .add-side .dep-dropdown .dep-list li:hover a {
  background-color: #E21A1A;
  color: #fff;
}
.department .top-block .add-side .strange-link {
  color: #E21A1A;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 60px;
}
.department .top-block .add-side .strange-link .ico {
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 14px;
}
.department .top-block .add-side .kids-slider h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.department .top-block .add-side .kids-slider #kids_slider {
  margin-left: -40px;
}
.department .top-block .add-side .kids-slider #kids_slider .slick-track {
  padding-right: 0;
  margin: 0;
}
.department .top-block .add-side .kids-slider #kids_slider .slide {
  padding-top: 40px;
  padding-left: 40px;
}
.department .top-block .add-side .kids-slider .slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.department .top-block .add-side .kids-slider .slider-nav div {
  display: inline-block;
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
}
.department .events-block .events-head h2 {
  font-size: 30px;
}
.profile {
  padding-top: 123px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.profile .other-kids {
  width: 320px;
  border-right: 1px solid #CFCFCF;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.profile .other-kids .other-kids-title {
  flex-shrink: 0;
  padding: 30px 2.5vw 20px;
}
.profile .other-kids .other-kids-title h4 {
  font-size: 24px;
  font-weight: 600;
}
.profile .other-kids .other-kids-container {
  height: 100%;
  overflow: hidden;
}
.profile .other-kids .other-kids-container .frame {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  margin-right: -17px;
}
.profile .other-kids .other-kids-container .frame .item {
  padding: 40px 40px 10px;
  margin-bottom: 20px;
}
.profile .other-kids .other-kids-container .frame .kid-card .image {
  margin-bottom: 20px;
}
.profile .other-kids .other-kids-container .frame .kid-card h4 {
  margin-bottom: 5px;
}
.profile .kid-container {
  padding: 60px 2.5vw 90px 5vw;
  width: 100%;
}
.profile .kid-container .wrapper {
  width: 100%;
  display: flex;
  margin-left: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.profile .kid-container .wrapper .profile-content {
  width: auto;
  margin-bottom: 40px;
  margin-right: 40px;
}
.profile .kid-container .wrapper .profile-content .data-block {
  display: none;
}
.profile .kid-container .wrapper .profile-content .flex-row {
  display: flex;
  justify-content: space-between;
}
.profile .kid-container .wrapper .profile-content .profile-image {
  width: 30%;
  min-width: 270px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 16px;
}
.profile .kid-container .wrapper .profile-content .profile-image .ico {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 86px;
  z-index: 1;
  margin-top: -30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.profile .kid-container .wrapper .profile-content .profile-image .ico .id-count {
  font-size: 12px;
  font-weight: 500;
  font-family: 'AvenirNextCyr', sans-serif;
  top: 30px;
  left: 50%;
  position: absolute;
  text-align: center;
  height: 34px;
  width: 34px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -17px;
  line-height: 34px;
}
.profile .kid-container .wrapper .profile-content .profile-image .image {
  padding: 66% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.profile .kid-container .wrapper .profile-content .profile-info {
  width: 450px;
  margin-bottom: 16px;
}
.profile .kid-container .wrapper .profile-content .profile-info h1 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.profile .kid-container .wrapper .profile-content .profile-info .profile-contact {
  font-weight: 500;
  color: #E21A1A;
  margin-bottom: 20px;
}
.profile .kid-container .wrapper .profile-content .profile-info .profile-data {
  column-count: 2;
  column-gap: 30px;
}
.profile .kid-container .wrapper .profile-content .profile-info .profile-data .profile-data-block {
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.profile .kid-container .wrapper .profile-content .profile-info .profile-data strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile .kid-container .wrapper .profile-content .socials {
  width: 30%;
  min-width: 270px;
  flex-shrink: 0;
}
.profile .kid-container .wrapper .profile-content .socials strong {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.profile .kid-container .wrapper .profile-content .socials a {
  font-size: 18px;
  color: #E21A1A;
  display: inline-block;
  margin-right: 10px;
}
.profile .kid-container .wrapper .profile-content .ctrl-btns {
  width: 450px;
}
.profile .kid-container .wrapper .profile-content .ctrl-btns .ctl-btn {
  display: inline-block;
  width: 200px;
  height: 34px;
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  border-radius: 2px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.profile .kid-container .wrapper .profile-content .ctrl-btns .ctl-btn:hover {
  background-color: transparent;
  color: #E21A1A;
}
.profile .kid-container .wrapper .profile-content .profile-map {
  width: 100%;
  height: 22vw;
  min-height: 300px;
  margin-top: 26px;
}
.profile .kid-container .wrapper .search-form {
  width: 300px;
  justify-self: center;
  flex-shrink: 0;
}
.profile .kid-container .wrapper .search-form .submit-block {
  text-align: right;
}
.profile .kid-container .wrapper .search-form .select2-selection {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 0;
  outline: none;
  cursor: pointer;
}
.profile .kid-container .wrapper .search-form .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.profile .kid-container .wrapper .search-form .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000;
  font-size: 14px;
}
.profile .kid-container .wrapper .search-form .select2-selection .select2-selection__arrow {
  border: none;
}
.profile .kid-container .wrapper .search-form .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.profile .kid-container .wrapper .search-form input,
.profile .kid-container .wrapper .search-form textarea {
  border: none;
  box-shadow: none!important;
  outline: none!important;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  padding: 2px 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.profile .kid-container .wrapper .search-form input::-webkit-input-placeholder,
.profile .kid-container .wrapper .search-form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.profile .kid-container .wrapper .search-form input::-moz-placeholder,
.profile .kid-container .wrapper .search-form textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.profile .kid-container .wrapper .search-form input:-moz-placeholder,
.profile .kid-container .wrapper .search-form textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.profile .kid-container .wrapper .search-form input:-ms-input-placeholder,
.profile .kid-container .wrapper .search-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.profile .kid-container .wrapper .search-form button {
  border: none;
  background-color: transparent;
  display: inline-block;
  color: #E21A1A;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 16px;
}
.profile .kid-container .wrapper .search-form button:after {
  font-family: 'icomoon' !important;
  content: '\e90b';
  margin-left: 8px;
  line-height: 16px;
}
.balloon-block {
  margin-top: 26px;
  margin-left: 26px;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.balloon-block .image-block {
  width: 80px;
}
.balloon-block .image-block .ico {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  z-index: 1;
  margin-top: -24px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.balloon-block .image-block .ico .id-count {
  font-size: 10px;
  font-weight: 500;
  font-family: 'AvenirNextCyr', sans-serif;
  top: 30px;
  left: 50%;
  position: absolute;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -23px;
  margin-left: -15px;
  line-height: 30px;
}
.balloon-block .image-block .image {
  padding: 66% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.balloon-block .info-block {
  width: 180px;
  font-size: 12px;
}
.balloon-block .info-block .name {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}
.balloon-block .info-block .s-info {
  margin-bottom: 5px;
}
.balloon-block .info-block .s-info strong {
  font-weight: 600;
}
.balloon-block .link {
  width: 100%;
  text-align: center;
}
.balloon-block .link a {
  display: inline-block;
  width: 150px;
  height: 28px;
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  border-radius: 2px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.balloon-block .link a:hover {
  background-color: transparent;
  color: #E21A1A;
}
.submenu-btn {
  display: none;
}
.form-page {
  padding-top: 200px;
  padding-bottom: 100px;
}
.form-page h2 {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.form-page .form-container {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.form-page .form-container .r-star {
  color: #E21A1A;
  font-size: 16px;
}
.form-page .form-container .help-block {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
}
.form-page .form-container .form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-page .form-container .form-flex .full-w {
  width: 100%;
  margin-bottom: 10px;
}
.form-page .form-container .form-flex .half-w {
  width: 48%;
  margin-bottom: 10px;
}
.form-page .form-container .select2-selection {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  padding: 2px 0;
  outline: none;
  cursor: pointer;
}
.form-page .form-container .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.form-page .form-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000;
  font-size: 14px;
}
.form-page .form-container .select2-selection .select2-selection__arrow {
  border: none;
}
.form-page .form-container .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.form-page .form-container .input-group-addon {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
}
.form-page .form-container .photo-block .label-img {
  text-align: center;
  width: 100%;
}
.form-page .form-container .photo-block .label-img img {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
  height: auto;
}
.form-page .form-container .photo-block .label-img .label-block {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.form-page .form-container .photo-block .label-img .label-block .label-btn {
  color: #E21A1A;
  padding-right: 30px;
  cursor: pointer;
}
.form-page .form-container .photo-block .label-img .label-block .label-btn .ico {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 18px;
}
.form-page .form-container .photo-block input {
  display: none;
}
.form-page .form-container label {
  color: #000;
  margin: 0;
}
.form-page .form-container input,
.form-page .form-container textarea {
  border: none;
  box-shadow: none!important;
  outline: none!important;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  padding: 2px 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-page .form-container input::-webkit-input-placeholder,
.form-page .form-container textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.form-page .form-container input::-moz-placeholder,
.form-page .form-container textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.form-page .form-container input:-moz-placeholder,
.form-page .form-container textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.form-page .form-container input:-ms-input-placeholder,
.form-page .form-container textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.form-page .form-container .textarea-group {
  overflow: hidden;
}
.form-page .form-container .textarea-group .frame {
  margin-right: -18px;
  margin-top: -10px;
}
.form-page .form-container .textarea-group .frame .form-group {
  padding: 10px 0 0;
  margin-bottom: 20px;
}
.form-page .form-container .textarea-group .frame textarea {
  display: block;
  width: 100%;
  overflow-y: scroll;
  height: 152px;
  padding: 0;
  line-height: 51px;
  background-attachment: local;
  background-image: linear-gradient(to right, #fff 0, transparent 0), linear-gradient(to left, #fff 0, transparent 0), repeating-linear-gradient(#fff, #fff 40px, #000 40px, #000 41px, #000 41px, #fff 41px, #fff 52px);
  border-bottom: none;
}
.form-page .form-container .checkbox-block label {
  font-size: 13px;
  padding-left: 30px;
}
.form-page .form-container .checkbox-block label:before,
.form-page .form-container .checkbox-block label:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
}
.form-page .form-container .checkbox-block label:before {
  content: '';
  border: 1px solid #000;
}
.form-page .form-container .checkbox-block label:after {
  opacity: 0;
  content: '\ea10';
  font-family: 'icomoon' !important;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.form-page .form-container .checkbox-block input:checked + label:after {
  opacity: 1;
}
.form-page .form-container .submit-block {
  text-align: center;
}
.form-page .form-container .submit-block button {
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.form-page .form-container .submit-block button:hover {
  background-color: #fff;
  color: #E21A1A;
}
.videos {
  padding-top: 150px;
}
.videos .back-link {
  display: inline-block;
  padding-left: 30px;
  color: #E21A1A;
}
.videos .back-link .ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.videos .videos-head {
  padding-top: 20px;
}
.events {
  padding-top: 150px;
}
.events .back-link {
  display: inline-block;
  padding-left: 30px;
  color: #E21A1A;
}
.events .back-link .ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.events .events-head {
  padding-top: 20px;
}
.events .items-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.events .items-container .item {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.events .items-container .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .events .items-container .item {
    width: 32%;
    margin-right: 2%;
  }
  .events .items-container .item:nth-child(4n) {
    margin-right: 2%;
  }
  .events .items-container .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .events .items-container .item {
    width: 49%;
    margin-right: 2%;
  }
  .events .items-container .item:nth-child(4n) {
    margin-right: 2%;
  }
  .events .items-container .item:nth-child(3n) {
    margin-right: 2%;
  }
  .events .items-container .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .events .items-container .item {
    width: 100%;
    margin-right: 0;
  }
  .events .items-container .item:nth-child(4n) {
    margin-right: 0;
  }
  .events .items-container .item:nth-child(3n) {
    margin-right: 0;
  }
  .events .items-container .item:nth-child(2n) {
    margin-right: 0;
  }
}
.events .items-container .item .image {
  display: block;
  padding: 33% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.events .items-container .item .date {
  color: #A5A5A5;
  margin-bottom: 16px;
}
.events .items-container .item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.login-page {
  padding: 190px 0 60px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.login-page .wrapper {
  width: 600px;
  max-width: 90%;
}
.login-page .title-block h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
.login-page .succes-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #E21A1A;
  color: #E21A1A;
  font-size: 44px;
}
.login-page .descr {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.login-page .socials-block {
  margin-bottom: 30px;
  padding-top: 10px;
}
.login-page .socials-block .auth-clients {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.login-page .socials-block .auth-clients li {
  margin: 0 8px;
  width: 100%;
  height: 50px;
}
.login-page .socials-block .auth-clients li:first-child {
  margin-left: 0;
}
.login-page .socials-block .auth-clients li:last-child {
  margin-right: 0;
}
.login-page .socials-block .auth-clients li a {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CFCFCF;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.login-page .socials-block .auth-clients li a .auth-icon {
  display: inline-block;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.login-page .socials-block .auth-clients li a:hover {
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
}
.login-page .form-block .form-group {
  margin-bottom: 20px;
}
.login-page .form-block input,
.login-page .form-block textarea {
  border: 1px solid #CFCFCF;
  background-color: transparent;
  box-shadow: none!important;
  outline: none!important;
  color: #000;
  border-radius: 0;
  font-family: 'AvenirNextCyr', sans-serif;
  -webkit-appearance: none;
  padding: 0 16px;
  font-size: 15px;
  height: 50px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.login-page .form-block input::-webkit-input-placeholder,
.login-page .form-block textarea::-webkit-input-placeholder {
  color: #B8B8B8;
  font-size: 15px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.login-page .form-block input::-moz-placeholder,
.login-page .form-block textarea::-moz-placeholder {
  color: #B8B8B8;
  font-size: 15px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.login-page .form-block input:-moz-placeholder,
.login-page .form-block textarea:-moz-placeholder {
  color: #B8B8B8;
  font-size: 15px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.login-page .form-block input:-ms-input-placeholder,
.login-page .form-block textarea:-ms-input-placeholder {
  color: #B8B8B8;
  font-size: 15px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}
.login-page .form-block .input-group-addon {
  background-color: transparent;
}
.login-page .form-block .help-block {
  font-size: 11px;
}
.login-page .form-block a {
  color: #E21A1A;
  border-bottom: 1px solid #E21A1A;
  line-height: 1;
}
.login-page .form-block .flex-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.login-page .form-block .checkbox-block .form-group {
  margin-bottom: 0;
}
.login-page .form-block .checkbox-block .help-block {
  display: none;
}
.login-page .form-block .checkbox-block input {
  display: none;
}
.login-page .form-block .checkbox-block label {
  font-size: 15px;
  padding-left: 30px;
  font-weight: 400;
  color: #000;
  margin: 0;
  cursor: pointer;
}
.login-page .form-block .checkbox-block label:before,
.login-page .form-block .checkbox-block label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
}
.login-page .form-block .checkbox-block label:before {
  border: 1px solid #CFCFCF;
}
.login-page .form-block .checkbox-block label:after {
  content: "\ea10";
  font-family: 'icomoon' !important;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.login-page .form-block .checkbox-block input:checked + label:after {
  opacity: 1;
}
.login-page .form-block .submit-group {
  margin-bottom: 20px;
}
.login-page .form-block .submit-btn {
  width: 100%;
  height: 50px;
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  text-align: center;
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 18px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.login-page .form-block .submit-btn:hover {
  background-color: transparent;
  color: #E21A1A;
}
.login-page .form-block .bottom-descr {
  text-align: center;
}
.login-page .select2 .select2-selection {
  border: 1px solid #CFCFCF;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #000;
  padding: 0 24px 0 10px;
}
.login-page .select2 .select2-selection .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.login-page .select2 .select2-selection .select2-selection__rendered {
  color: #000;
}
.login-page .agreement-block {
  margin-bottom: 30px;
}
.login-page .succes-links {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.login-page .succes-links a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #E21A1A;
  border: 1px solid #E21A1A;
  margin-bottom: 14px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.login-page .succes-links a:hover {
  background-color: #E21A1A;
  color: #fff;
}
.personal-nav {
  text-align: center;
  margin-bottom: 30px;
}
.personal-nav a {
  margin: 0 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.personal-nav a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
  transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  -moz-transform: translate(-110%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-nav a.active:after,
.personal-nav a:hover:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.personal-page {
  padding: 250px 0 60px;
}
.personal-page .wrapper {
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
}
.personal-page.certificates-page .wrapper,
.personal-page.lessons-page .wrapper {
  width: 1250px;
}
.personal-page.lessons-page .wrapper {
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
}
.personal-page.lessons-page .personal-nav {
  margin-bottom: 50px;
}
.personal-page.lessons-page .lessons-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.personal-page.lessons-page .lessons-items .lesson-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.personal-page.lessons-page .lessons-items .lesson-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .personal-page.lessons-page .lessons-items .lesson-item {
    width: 48%;
    margin-right: 4%;
  }
  .personal-page.lessons-page .lessons-items .lesson-item:nth-child(3n) {
    margin-right: 4%;
  }
  .personal-page.lessons-page .lessons-items .lesson-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .personal-page.lessons-page .lessons-items .lesson-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .personal-page.lessons-page .lessons-items .lesson-item:nth-child(3n) {
    margin-right: 0;
  }
  .personal-page.lessons-page .lessons-items .lesson-item:nth-child(2n) {
    margin-right: 0;
  }
}
.personal-page.lessons-page .lessons-items .lesson-item .image-block {
  margin-bottom: 14px;
}
.personal-page.lessons-page .lessons-items .lesson-item .image-block .image {
  margin-bottom: 0;
}
.personal-page.lessons-page .lessons-items .lesson-item .image-block .finished-mark {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 42px 10px 10px;
  background-color: #007898;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  font-family: 'AvenirNextCyr', sans-serif;
}
.personal-page.lessons-page .lessons-items .lesson-item .image-block .finished-mark .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  margin-top: -10px;
}
.personal-page.lessons-page .lessons-items .lesson-item .image {
  padding: 33% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 14px;
}
.personal-page.lessons-page .lessons-items .lesson-item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px;
}
.personal-page.lessons-page .lessons-items .lesson-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 44px;
  width: 100%;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-page.lessons-page .lessons-items .lesson-item a:hover {
  background-color: transparent;
  color: #E21A1A;
}
.personal-page h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px;
}
.personal-page .photo-block {
  margin-bottom: 10px;
}
.personal-page .photo-block .form-group {
  margin-bottom: 0;
}
.personal-page .photo-block .upload-kit .upload-kit-input,
.personal-page .photo-block .upload-kit .upload-kit-item {
  width: 190px;
  height: 190px;
  border: 1px solid #E21A1A;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.personal-page .personal-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'AvenirNextCyr', sans-serif;
  margin-bottom: 50px;
}
.personal-page .personal-info .left-side {
  width: 190px;
  flex-shrink: 0;
  margin-right: 50px;
  text-align: center;
}
.personal-page .personal-info .left-side .personal-id {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.personal-page .personal-info .left-side .submit-group {
  margin-bottom: 10px;
}
.personal-page .personal-info .left-side .submit-group.inactive {
  display: none;
}
.personal-page .personal-info .left-side .submit-group .submit-btn {
  width: 100%;
  height: 50px;
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  text-align: center;
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-page .personal-info .left-side .submit-group .submit-btn:hover {
  background-color: transparent;
  color: #E21A1A;
}
.personal-page .personal-info .left-side .exit-btn {
  font-size: 15px;
  font-weight: 400;
  color: #E21A1A;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
}
.personal-page .personal-info .left-side .exit-btn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-page .personal-info .left-side .exit-btn:hover:after {
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
}
.personal-page .personal-info .right-side {
  width: 100%;
  padding-top: 30px;
}
.personal-page .personal-info .right-side .personal-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.personal-page .personal-info .right-side .level-block {
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 13px;
}
.personal-page .personal-info .right-side .level-block .level-title {
  font-size: 16px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.personal-page .personal-info .right-side .level-block .level-title .ico {
  font-size: 20px;
  color: #E21A1A;
  margin-left: 10px;
  margin-top: 4px;
}
.personal-page .personal-info .right-side .level-block a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #E21A1A;
  font-weight: 500;
  font-size: 13px;
}
.personal-page .personal-info .right-side .stat-info-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.personal-page .personal-info .right-side .stat-info-container .info-block {
  margin-bottom: 20px;
  margin-right: 24px;
}
.personal-page .personal-info .right-side .stat-info-container .info-block .value {
  font-size: 24px;
  font-weight: 400;
  color: #E21A1A;
  margin-bottom: 10px;
  line-height: 1.2;
}
.personal-page .personal-info .right-side .stat-info-container .info-block .title {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.personal-page .personal-info .right-side .stat-info-container .info-block .title .ico {
  font-size: 18px;
  margin-right: 8px;
}
.personal-page .center-info-block {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
.personal-page .center-info-block .photo-block {
  width: 190px;
  margin: 0 auto 20px;
}
.personal-page .center-info-block .form-group {
  margin-bottom: 12px;
}
.personal-page .center-info-block .form-group.required label:after {
  content: " *";
  color: #E21A1A;
}
.personal-page .center-info-block label {
  font-size: 13px;
  font-weight: 600;
  color: #000 !important;
}
.personal-page .center-info-block input,
.personal-page .center-info-block textarea,
.personal-page .center-info-block select {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  color: #000;
  font-weight: 400;
  padding: 0 10px;
  -webkit-appearance: none;
  box-shadow: none!important;
  outline: none!important;
  border-radius: 0;
  border: 1px solid #CFCFCF;
  margin: 0;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.personal-page .center-info-block input::-webkit-input-placeholder,
.personal-page .center-info-block textarea::-webkit-input-placeholder,
.personal-page .center-info-block select::-webkit-input-placeholder {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.personal-page .center-info-block input::-moz-placeholder,
.personal-page .center-info-block textarea::-moz-placeholder,
.personal-page .center-info-block select::-moz-placeholder {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.personal-page .center-info-block input:-moz-placeholder,
.personal-page .center-info-block textarea:-moz-placeholder,
.personal-page .center-info-block select:-moz-placeholder {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.personal-page .center-info-block input:-ms-input-placeholder,
.personal-page .center-info-block textarea:-ms-input-placeholder,
.personal-page .center-info-block select:-ms-input-placeholder {
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.personal-page .center-info-block .select2 .select2-selection {
  border: 1px solid #CFCFCF;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  color: #000;
  padding: 0 24px 0 10px;
}
.personal-page .center-info-block .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.personal-page .center-info-block .select2 .select2-selection .select2-selection__rendered {
  color: #000;
}
.personal-page .center-info-block .submit-group {
  padding-top: 12px;
}
.personal-page .center-info-block .submit-btn {
  width: 100%;
  height: 40px;
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  text-align: center;
  font-family: 'AvenirNextCyr', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-page .center-info-block .submit-btn:hover {
  background-color: transparent;
  color: #E21A1A;
}
.personal-page .events-block h2 {
  margin-bottom: 30px;
}
.personal-page .certificates-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.personal-page .certificates-items .certificate-item {
  border: 1px solid #D8D8D8;
  padding: 40px 30px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'AvenirNextCyr', sans-serif;
}
.personal-page .certificates-items .certificate-item .ico {
  font-size: 50px;
  color: #E21A1A;
  margin-bottom: 10px;
}
.personal-page .certificates-items .certificate-item h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.personal-page .certificates-items .certificate-item h4 strong {
  color: #E21A1A;
  font-weight: 500;
  display: inline-block;
}
.personal-page .certificates-items .certificate-item a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
}
.personal-page .certificates-items .certificate-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-page .certificates-items .certificate-item a:hover:after {
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
}
.personal-page .certificates-items .certificate-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .personal-page .certificates-items .certificate-item {
    width: 48%;
    margin-right: 4%;
  }
  .personal-page .certificates-items .certificate-item:nth-child(3n) {
    margin-right: 4%;
  }
  .personal-page .certificates-items .certificate-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .personal-page .certificates-items .certificate-item {
    width: 100%;
    margin-right: 0;
  }
  .personal-page .certificates-items .certificate-item:nth-child(3n) {
    margin-right: 0;
  }
  .personal-page .certificates-items .certificate-item:nth-child(2n) {
    margin-right: 0;
  }
}
.personal-videos-page {
  display: flex;
  justify-content: space-between;
  padding-top: 126px;
  overflow: hidden;
}
.personal-videos-page .side-nav {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 26px 0 0;
}
.personal-videos-page .side-nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #CFCFCF;
}
.personal-videos-page .side-nav h3 {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 36px;
}
.personal-videos-page .side-nav .side-frame {
  overflow: hidden;
  height: 100%;
}
.personal-videos-page .side-nav .side-frame .frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
  padding: 0 0 30px;
  scrollbar-color: #E21A1A transparent;
  scrollbar-width: thin;
}
.personal-videos-page .side-nav .side-frame .frame::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}
.personal-videos-page .side-nav .side-frame .frame::-webkit-scrollbar-thumb {
  background-color: #E21A1A;
  border-radius: 1px;
}
.personal-videos-page .side-nav .side-frame .frame::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.personal-videos-page .side-nav .side-frame .frame::-webkit-scrollbar-track {
  background-color: transparent;
}
.personal-videos-page .side-nav .side-frame .video-item {
  border-bottom: 1px solid #CFCFCF;
  display: block;
  padding: 20px 36px 24px;
}
.personal-videos-page .side-nav .side-frame .video-item .image {
  padding: 33% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.personal-videos-page .side-nav .side-frame .video-item h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.personal-videos-page .side-nav .side-frame .video-item h4 a {
  color: #000;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-videos-page .side-nav .side-frame .video-item h4 a:hover {
  color: #E21A1A;
}
.personal-videos-page h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 26px;
}
.personal-videos-page .personal-title {
  text-align: center;
}
.personal-videos-page .wrapper {
  width: 100%;
  padding: 26px 36px 60px;
}
.personal-videos-page .wrapper .video-content {
  width: 750px;
  max-width: 100%;
}
.personal-videos-page .wrapper .video-content .video-slider {
  margin-bottom: 24px;
}
.personal-videos-page .wrapper .video-content .video-slider #video_lesson_slider {
  margin-bottom: 14px;
}
.personal-videos-page .wrapper .video-content .video-slider #video_lesson_slider .slide iframe {
  width: 100%!important;
  height: 450px!important;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots {
  margin-left: 6px;
  margin-right: 12px;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots .slick-dots li {
  margin-left: 6px;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots .slick-dots li button {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots .slick-dots li.slick-active button,
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-dots .slick-dots li:hover button {
  border: 1px solid #E21A1A;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-nav .s-nav {
  margin-right: 6px;
  color: #E21A1A;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-videos-page .wrapper .video-content .video-slider .slider-crtls .slider-nav .s-nav.slick-disabled {
  color: #CFCFCF;
  cursor: default;
}
.personal-videos-page .wrapper .video-content h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #E21A1A;
  margin-bottom: 20px;
}
.personal-videos-page .wrapper .video-content .descr {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.personal-videos-page .wrapper .video-content .descr p {
  line-height: 1.6;
  margin: 0 0 14px;
}
.personal-videos-page .wrapper .video-content .files-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.personal-videos-page .wrapper .video-content .files-container .file-link {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 32px;
  margin-right: 14px;
  margin-bottom: 10px;
}
.personal-videos-page .wrapper .video-content .files-container .file-link .ico {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 30px;
  margin-top: -15px;
}
.personal-videos-page .wrapper .video-content .files-container .file-link .ico .type {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translate(0, -40%);
  -webkit-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  font-size: 8px;
  font-family: 'Roboto', sans-serif;
}
.personal-videos-page .wrapper .video-content .back-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #E21A1A;
  color: #000;
  margin-bottom: 24px;
}
.personal-videos-page .wrapper .video-content .back-link:hover {
  color: #000;
}
.personal-videos-page .wrapper .video-content .lesson-footer {
  padding-top: 16px;
  border-top: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-videos-page .wrapper .video-content .lesson-footer a {
  font-size: 13px;
  font-weight: 400;
}
.personal-videos-page .wrapper .video-content .lesson-footer a .ico {
  font-size: 18px;
  color: #E21A1A;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.personal-videos-page .wrapper .video-content .lesson-footer a.prev-link {
  padding-left: 26px;
}
.personal-videos-page .wrapper .video-content .lesson-footer a.prev-link .ico {
  left: 0;
}
.personal-videos-page .wrapper .video-content .lesson-footer a.next-link {
  padding-right: 26px;
}
.personal-videos-page .wrapper .video-content .lesson-footer a.next-link .ico {
  right: 0;
  margin-top: -9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.personal-videos-page .lesson-ctrls {
  margin-bottom: 14px;
  color: #E21A1A;
}
.personal-videos-page .lesson-ctrls a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  color: #000;
}
.personal-videos-page .lesson-ctrls a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.personal-videos-page .lesson-ctrls a:hover:after {
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
}
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 150px;
  transform: translate(0, 110vh);
  -webkit-transform: translate(0, 110vh);
  -o-transform: translate(0, 110vh);
  -moz-transform: translate(0, 110vh);
  opacity: 0;
  z-index: 1000;
  overflow-y: scroll;
  margin-right: -18px;
  padding-right: 18px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.pop-up.active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  opacity: 1;
}
.pop-up .pop-close {
  position: absolute;
  top: 80px;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.pop-up .pop-close:hover {
  color: #E21A1A;
}
.pop-up #ajax_content {
  padding-top: 0;
}
.pop-up .pop-content {
  padding: 0 5vw;
}
.search-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 150px 0;
  transform: translate(0, 110vh);
  -webkit-transform: translate(0, 110vh);
  -o-transform: translate(0, 110vh);
  -moz-transform: translate(0, 110vh);
  opacity: 0;
  z-index: 1100;
  margin-right: -18px;
  padding-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.search-pop.active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  opacity: 1;
}
.search-pop .bg-ico {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 50vh;
  color: #CFCFCF;
  opacity: 0.5;
}
.search-pop .search-pop-close {
  position: absolute;
  top: 80px;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.search-pop .search-pop-close:hover {
  color: #E21A1A;
}
.search-pop .search_form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-pop .search_form input {
  width: 200px;
  margin-right: 10px;
  height: 34px;
  border: none;
  box-shadow: none!important;
  outline: none!important;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  padding: 2px 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-pop .search_form input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.search-pop .search_form input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.search-pop .search_form input:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.search-pop .search_form input:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.search-pop .search_form button {
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.search-pop .search_form button:hover {
  background-color: #fff;
  color: #E21A1A;
}
.tabs-container {
  margin-bottom: 40px;
}
.tabs-container .tabs-btns {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.tabs-container .tabs-btns .tab-btn {
  font-size: 16px;
  font-weight: 500;
  margin-right: 2.5vw;
  padding-bottom: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.tabs-container .tabs-btns .tab-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E21A1A;
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.tabs-container .tabs-btns .tab-btn:hover:after,
.tabs-container .tabs-btns .tab-btn.active:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.tabs-container .tabs-block .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.tabs-container .tabs-block .tab.active {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: block;
}
.tabs-container .tabs-block .tab .video-slider {
  padding-right: 40px;
}
.tabs-container .tabs-block .tab .video-slider .slick-list {
  margin: 0 -15px;
}
.tabs-container .tabs-block .tab .video-slider .slide {
  width: 30vw;
}
.tabs-container .tabs-block .tab .video-slider .slide .slide-content {
  padding: 0 15px;
}
.tabs-container .tabs-block .tab .video-slider .slide iframe {
  width: 500px;
  height: 300px;
  max-width: 100%;
}
.tabs-container .tabs-block .tab .video-slider .slider-nav {
  position: absolute;
  right: 0;
  margin-right: -13px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.tabs-container .tabs-block .tab .video-slider .slider-nav .nav-btn {
  font-size: 26px;
  flex-shrink: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  color: #000;
  cursor: pointer;
}
.tabs-container .tabs-block .tab .video-slider .slider-nav .nav-btn:first-child {
  margin-right: 8px;
}
.tabs-container .tabs-block .tab .video-slider .slider-nav .nav-btn:hover {
  color: #E21A1A;
}
.tabs-container .tabs-block .tab .logos-container {
  text-align: justify;
}
.tabs-container .tabs-block .tab .logos-container img {
  display: inline-block;
  max-width: 200px;
  max-height: 80px;
  margin: 0 20px 20px 0;
  width: auto;
  height: auto;
}
.tabs-container .tabs-block .tab .files-block a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tabs-container .tabs-block .tab .files-block a img {
  margin-right: 6px;
}
.director-block {
  margin-bottom: 80px;
}
.director-block h2 {
  font-size: 46px;
  margin-bottom: 20px;
  padding-bottom: 24px;
}
.director-block .director-info-flock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.director-block .director-info-flock .image {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 24px;
  margin-bottom: 10px;
}
.director-block .director-info-flock .info-side h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}
.director-block .director-info-flock .info-side .contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.director-block .director-info-flock .info-side .contacts a {
  color: #E21A1A;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.director-block .director-info-flock .info-side .contacts a.email-link {
  color: #000;
  margin-right: 0;
  font-size: 12px;
}
.director-block .director-info-flock .info-side .contacts a:hover {
  color: #E21A1A;
}
.print-page {
  width: 1000px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.search_result {
  padding-top: 150px;
}
.search_result .wrapper {
  width: 1000px;
  max-width: 90%;
  margin-bottom: 60px;
}
.search_result h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.search_result .search_result_top_p_2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 500;
}
.search_result .search_result_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search_result .search_result_list .search_result_item {
  margin-bottom: 20px;
}
.search_result .search_result_list .search_result_item .search_result_item_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.search_result .search_result_list .search_result_item .search_result_item_date {
  color: #E21A1A;
}
.events-page {
  padding: 160px 0 60px;
}
.events-page .title {
  text-align: center;
  margin-bottom: 30px;
}
.events-page .filters-block {
  margin-bottom: 40px;
}
.events-page .filters-block .type-filter {
  margin-bottom: 40px;
}
.events-page .filters-block #actionsearch-online {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.events-page .filters-block #actionsearch-online .radio {
  margin: 0 16px;
}
.events-page .filters-block #actionsearch-online .radio input {
  display: none;
}
.events-page .filters-block #actionsearch-online .radio span {
  display: inline-block;
  line-height: 1.6;
  overflow: hidden;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.events-page .filters-block #actionsearch-online .radio span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E21A1A;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
}
.events-page .filters-block #actionsearch-online .radio span:hover:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.events-page .filters-block #actionsearch-online .radio input:checked + span:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.events-page .filters-block .params-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.events-page .filters-block .params-filter .form-group {
  width: 150px;
  margin: 0 5px 10px;
}
.events-page .filters-block .params-filter .form-group input,
.events-page .filters-block .params-filter .form-group select {
  border: 1px solid #000 !important;
  box-shadow: none!important;
  outline: none!important;
  color: #000;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  padding: 2px 10px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.events-page .filters-block .params-filter .form-group input::-webkit-input-placeholder,
.events-page .filters-block .params-filter .form-group select::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.events-page .filters-block .params-filter .form-group input::-moz-placeholder,
.events-page .filters-block .params-filter .form-group select::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.events-page .filters-block .params-filter .form-group input:-moz-placeholder,
.events-page .filters-block .params-filter .form-group select:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.events-page .filters-block .params-filter .form-group input:-ms-input-placeholder,
.events-page .filters-block .params-filter .form-group select:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.events-page .filters-block .params-filter .form-group .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.events-page .filters-block .params-filter .form-group .input-group-addon.kv-date-remove {
  opacity: 0;
  visibility: hidden;
}
.events-page .filters-block .params-filter .form-group .input-group-addon.kv-date-picker {
  z-index: 20;
  display: block;
  padding: 0;
  line-height: 34px;
  width: auto;
  background-color: transparent;
  border: none;
  margin-right: 10px;
}
.events-page .filters-block .params-filter .form-group .select2-selection {
  border: 1px solid #000;
  border-radius: 0;
}
.events-page .filters-block .params-filter .form-group .select2-selection .select2-selection__arrow {
  display: none;
}
.events-page .filters-block .submit-block {
  display: none;
}
#events_container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#events_container .event-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
#events_container .event-item .item-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
#events_container .event-item .item-container .image-block {
  overflow: hidden;
  margin-bottom: 14px;
}
#events_container .event-item .item-container .image {
  padding: 30% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: 50% 50%;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
#events_container .event-item .item-container .date {
  font-size: 12px;
  color: #CFCFCF;
  margin-bottom: 10px;
}
#events_container .event-item .item-container h4 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
}
#events_container .event-item .item-container .address {
  padding-left: 24px;
  margin-bottom: 16px;
}
#events_container .event-item .item-container .address.online {
  padding: 0;
}
#events_container .event-item .item-container .address .ico {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}
#events_container .event-item .item-container .join-btn {
  line-height: 42px;
  display: block;
  text-align: center;
  border-radius: 3px;
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
  color: #000;
}
#events_container .event-item .item-container .join-btn.active-link {
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
#events_container .event-item .item-container .join-btn.active-link:hover {
  background-color: #fff;
  color: #E21A1A;
}
#events_container .event-item .item-container .item-link:hover .image {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  #events_container .event-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 850px) {
  #events_container .event-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #events_container .event-item {
    width: 100%;
  }
}
.agreement {
  padding: 170px 0 60px;
}
.agreement .wrapper {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
.agreement h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px;
}
.agreement p {
  margin: 0 0 14px;
}
.agreement ul li,
.agreement ol li {
  margin-bottom: 14px;
}
.agreement ul {
  padding-left: 20px;
}
.agreement p {
  line-height: 1.6;
}
.agreement a {
  color: #E21A1A;
}
.lk-link-block {
  text-align: center;
  padding: 50px 0 60px;
  color: #fff;
  background-color: #111111;
  font-size: 0;
  margin-bottom: 100px;
}
.lk-link-block .descr {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: 400;
}
.lk-link-block a {
  display: inline-block;
  height: 36px;
  width: 220px;
  font-size: 14px;
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 34px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.lk-link-block a:hover {
  background-color: transparent;
  color: #E21A1A;
}
.news {
  padding: 170px 0 60px;
}
.news .events-container {
  margin-bottom: 30px;
}
.news .pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .pagination > li.next > span,
.news .pagination > li.prev > span,
.news .pagination > li.next > a,
.news .pagination > li.prev > a {
  text-indent: -9999px;
  display: block;
  height: 20px;
  width: 20px;
}
.news .pagination > li.next > span:after,
.news .pagination > li.prev > span:after,
.news .pagination > li.next > a:after,
.news .pagination > li.prev > a:after {
  display: none;
}
.news .pagination > li.next > span:before,
.news .pagination > li.prev > span:before,
.news .pagination > li.next > a:before,
.news .pagination > li.prev > a:before {
  font-family: 'icomoon' !important;
  color: #E21A1A;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.news .pagination > li.prev {
  margin-left: 0;
}
.news .pagination > li.prev > span:before,
.news .pagination > li.prev > a:before {
  content: "\e912";
}
.news .pagination > li.next {
  margin-right: 0;
}
.news .pagination > li.next > span:before,
.news .pagination > li.next > a:before {
  content: "\e90b";
}
.news .pagination > li.disabled {
  opacity: 0.3;
}
.news .pagination > li > a,
.news .pagination > li > a.active,
.news .pagination > li > span {
  background-color: transparent;
  border: none;
  padding: 2px 0;
  margin: 0 6px;
  color: #E21A1A;
}
.news .pagination > li > a:after,
.news .pagination > li > a.active:after,
.news .pagination > li > span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-bottom: 1px solid #E21A1A;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.news .pagination > li.active > a:after,
.news .pagination > li:hover > a:after {
  width: 14px;
}
.education-block {
  background-color: #111111;
  color: #fff;
  padding: 80px 0 100px;
  margin-bottom: 100px;
}
.education-block .wrapper {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
.education-block h2 {
  font-size: 46px;
  margin-bottom: 20px;
  padding-bottom: 24px;
  display: inline-block;
  border-bottom: 1px solid #E21A1A;
}
.education-block .descr {
  font-size: 18px;
  margin-bottom: 36px;
}
.education-block .descr p {
  margin: 0 0 1.2em;
  line-height: 1.6;
}
.education-block .red-read-more {
  display: inline-block;
  height: 36px;
  width: 220px;
  font-size: 14px;
  border: 1px solid #E21A1A;
  background-color: #E21A1A;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 40px;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.education-block .red-read-more:hover {
  background-color: transparent;
  color: #E21A1A;
}
.education-block .attachments-container {
  font-size: 0;
  margin-bottom: 70px;
}
.education-block .attachments-container img {
  display: inline-block;
  height: 100px;
  width: auto;
  margin-bottom: 20px;
  margin-right: 30px;
}
.education-block .video-slider {
  margin-left: calc((100% - 850px)/2);
  margin-left: -moz-calc((100% - 850px)/2);
  margin-left: -webkit-calc((100% - 850px)/2);
  margin-left: -o-calc((100% - 850px)/2);
}
.education-block .video-slider h4 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #E21A1A;
  font-family: 'AvenirNextCyr', sans-serif;
  margin: 0 0 30px;
}
.education-block .video-slider .slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2.5vw;
}
.education-block .video-slider .slider-nav .s-nav-btn {
  color: #E21A1A;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
}
.education-block .video-slider .slider-nav .s-nav-btn.next {
  margin-left: 14px;
}
.education-block .video-slider .slick-track {
  margin: 0;
}
.education-block .video-slider .slide {
  margin-right: 20px;
}
.education-block .video-slider .slide iframe {
  width: 500px;
  height: 300px;
  max-width: 100%;
}
.race-page {
  background-color: #0E3376;
  color: #fff;
  border-bottom: 1px solid #0E3376;
}
.race-page .materials a span {
  color: #fff;
}
.race-page .video-pop-link {
  height: 40px;
  padding: 0 16px;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.race-page .video-pop-link .ico {
  display: inline-block;
  border: 5px solid transparent;
  border-left: 9px solid #fff;
  margin-right: 4px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.race-page .video-pop-link:hover {
  color: #000;
  background-color: #fff;
}
.race-page .video-pop-link:hover .ico {
  border-left: 9px solid #000;
}
.race-page #race_map {
  height: 700px;
}
.race-page .program-block {
  font-family: 'AvenirNextCyr', sans-serif;
  margin-bottom: 70px;
}
.race-page .program-block h2 {
  font-size: 46px;
  margin-bottom: 60px;
}
.race-page .program-block .program-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 20px;
  border: 1px solid #fff;
}
.race-page .program-block .program-link .link-container {
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.race-page .program-block .program-link .link-container span {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 34px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  color: #fff;
}
.race-page .program-block .program-link .link-container span .type {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  font-size: 9px;
  font-family: 'AvenirNextCyr', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.race-page .program-block .tabs-body .tab {
  display: none;
}
.race-page .program-block .tabs-body .tab.active {
  display: block;
}
.race-page .program-block .tab-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 30px;
  line-height: 1.4;
  cursor: pointer;
}
.race-page .program-block .tab-btn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.race-page .program-block .tab-btn:hover:after,
.race-page .program-block .tab-btn.active:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.race-page .program-block .rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
}
.race-page .program-block .rating-row:nth-child(1) {
  background-color: #1D57C1;
}
.race-page .program-block .rating-row:nth-child(2) {
  background-color: #1748A0;
}
.race-page .program-block .rating-row:nth-child(3 + n) {
  background-color: #153E89;
}
.race-page .program-block .rating-row .info-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.race-page .program-block .rating-row .num {
  font-size: 50px;
  width: 40px;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.race-page .program-block .rating-row .image {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.race-page .program-block .rating-row .name {
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
}
.race-page .program-block .rating-row a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-right: 26px;
}
.race-page .program-block .rating-row a .ico {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 18px;
  text-align: center;
  font-size: 6px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.members-sliders {
  margin-bottom: 80px;
}
.members-sliders .slider-block {
  padding-top: 40px;
  padding-bottom: 30px;
}
.members-sliders .slider-block:nth-child(2n) {
  background-color: #0C2B64;
}
.members-sliders h2 {
  font-size: 46px;
  margin-bottom: 60px;
}
.members-sliders .slider-nav {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.members-sliders .slider-nav .nav-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin-left: 8px;
}
.members-sliders .slider-nav .nav-btn.prev {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.members-sliders .slider-nav .nav-btn.next {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.members-sliders .members-slider {
  font-family: 'AvenirNextCyr', sans-serif;
}
.members-sliders .members-slider .slide {
  width: 200px;
  text-align: center;
  padding-left: 2.5vw;
  padding-right: 4px;
}
.members-sliders .members-slider .slide .slide-content {
  padding-bottom: 10px;
}
.members-sliders .members-slider .slide .slide-content .image-block {
  padding-top: 10px;
  margin-bottom: 12px;
}
.members-sliders .members-slider .slide .slide-content .image-block .ico {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #E21A1A;
  color: #fff;
  text-align: center;
  font-size: 28px;
  z-index: 5;
}
.members-sliders .members-slider .slide .slide-content .image-block .image {
  padding: 50% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.members-sliders .members-slider .slide .slide-content .image-block.prize .ico {
  display: block;
}
.members-sliders .members-slider .slide .slide-content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2px;
}
.members-sliders .members-slider .slide .slide-content a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.members-sliders .members-slider .slide .slide-content a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
}
.members-sliders .members-slider .slide .slide-content:hover a {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.member-page {
  padding: 180px 0 60px;
  background-color: #0E3376;
  color: #fff;
  font-family: 'AvenirNextCyr', sans-serif;
}
.member-page .member-wrapper {
  padding: 0 10vw 50px;
  border-bottom: 1px solid #0D2E68;
  margin-bottom: 50px;
}
.member-page .imfo-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.member-page .imfo-flex .image-block {
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 50px;
}
.member-page .imfo-flex .image-block .ico {
  display: none;
  position: absolute;
  top: 16px;
  right: 60px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #E21A1A;
  color: #fff;
  text-align: center;
  font-size: 28px;
  z-index: 5;
}
.member-page .imfo-flex .image-block .image {
  padding: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.member-page .imfo-flex .image-block.prize .ico {
  display: block;
}
.member-page .imfo-flex .text-side h1 {
  font-size: 46px;
  margin-bottom: 20px;
  padding-bottom: 24px;
}
.member-page .imfo-flex .text-side h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E21A1A;
}
.member-page .imfo-flex .text-side .descr {
  margin-bottom: 30px;
}
.member-page .imfo-flex .text-side .back-link {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}
.member-page .imfo-flex .text-side .back-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E21A1A;
}
.member-page .slider-block {
  padding-top: 0;
}
.video-pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.video-pop-up.active {
  visibility: visible;
  opacity: 1;
}
.video-pop-up .video-pop-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 30px;
  color: #E21A1A;
  cursor: pointer;
}
.video-pop-up .video-pop-content {
  height: 500px;
  width: 700px;
  max-width: 90vw;
  max-height: 90vh;
  background-color: #fff;
}
.video-pop-up iframe {
  height: 100%;
  width: 100%;
}
.select2-container--krajee .select2-results > .select2-results__options {
  font-size: 12px;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}
.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}
.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.select2-container--krajee .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
  border: 1px solid #000 !important;
  box-shadow: none!important;
  outline: none!important;
  color: #000;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  padding: 2px 10px;
  height: 30px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #E21A1A;
  color: #fff;
}
.select2-container--krajee .select2-results__option.select2-results__option--selected,
.select2-container--krajee .select2-results__option[aria-selected=true] {
  background-color: rgba(226, 26, 26, 0.5);
  color: #fff;
}
.event-page {
  padding: 160px 0 60px;
}
.event-page .flex-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.event-page .flex-block .image-side {
  width: 50%;
}
.event-page .flex-block .image-side .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 33% 0;
}
.event-page .flex-block .text-side {
  width: 48%;
}
.event-page .flex-block .text-side h1 {
  margin-bottom: 20px;
}
.event-page .flex-block .text-side .date,
.event-page .flex-block .text-side .address {
  padding-left: 24px;
  margin-bottom: 6px;
}
.event-page .flex-block .text-side .date .ico,
.event-page .flex-block .text-side .address .ico {
  color: #E21A1A;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}
.event-page .flex-block .text-side .address {
  margin-bottom: 14px;
}
.event-page .flex-block .text-side .join-btn {
  line-height: 42px;
  max-width: 340px;
  display: block;
  text-align: center;
  border-radius: 3px;
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
  color: #000;
  margin-bottom: 40px;
}
.event-page .flex-block .text-side .join-btn.active-link {
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.event-page .flex-block .text-side .join-btn.active-link:hover {
  background-color: #fff;
  color: #E21A1A;
}
.event-page .flex-block .text-side .add-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-page .flex-block .text-side .add-info .info-block {
  width: 40%;
  margin-bottom: 24px;
}
.event-page .flex-block .text-side .add-info .info-block:nth-child(2n) {
  width: 55%;
}
.event-page .flex-block .text-side .add-info .info-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.2;
}
.event-page .flex-block .text-side .add-info .info-block .director-link {
  color: #E21A1A;
  text-decoration: underline!important;
}
.event-page .flex-block .text-side .add-info .info-block .socials-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.event-page .flex-block .text-side .add-info .info-block .socials-block a {
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.event-page .flex-block .text-side .add-info .info-block .socials-block a:hover {
  background-color: #E21A1A;
  border: 1px solid #E21A1A;
  color: #fff;
}
.event-page .flex-block .text-side .add-info .info-block .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.event-page .flex-block .text-side .add-info .info-block .position {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.2;
  margin-bottom: 8px;
}
.event-page .flex-block .text-side .add-info .info-block .contacts-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.event-page .flex-block .text-side .add-info .info-block .contacts-container .tel-link {
  margin-right: 20px;
  color: #E21A1A;
}
.event-page .flex-block .text-side .add-info .info-block .contacts-container .soc-link {
  font-size: 12px;
  color: #000;
  margin-right: 10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.event-page .flex-block .text-side .add-info .info-block .contacts-container .soc-link.icon-mail_fill {
  font-size: 10px;
}
.event-page .flex-block .text-side .add-info .info-block .contacts-container .soc-link:hover {
  color: #E21A1A;
}
.event-page .flex-block .text-side .add-info .info-block .director-info-flock .image {
  height: 80px;
  width: 80px;
  flex-shrink: 0;
}
.event-page .flex-block .text-side .add-info .info-block .director-info-flock h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.event-page .flex-block .text-side .add-info .info-block .director-info-flock .contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.event-page .flex-block .text-side .add-info .info-block .director-info-flock .contacts .tel-link {
  margin-right: 20px;
  color: #E21A1A;
  font-size: 14px;
}
.event-page .flex-block .text-side .add-info .info-block .director-info-flock .contacts .email-link {
  font-size: 10px;
}
.print-page-header {
  margin-bottom: 50px;
}
.print-page-logo {
  float: left;
  width: 50%;
}
.print-page-logo-img {
  width: 270px;
  height: auto;
}
.print-page-links {
  float: right;
  width: 50%;
}
.print-page-link {
  text-align: right;
  color: #E21A1A;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
.print-page-content {
  clear: both;
}
.print-page-h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.print-page-contacts {
  font-size: 26px;
  color: #E21A1A;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
}
.print-page-img-block {
  width: 45%;
  float: left;
  margin-bottom: 30px;
}
.print-page-img {
  width: 100%;
  height: auto;
  display: block;
}
.print-page-short-info {
  float: right;
  width: 50%;
}
.print-page-h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.print-page-info-block {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.print-page-info {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
.print-page-strong {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .wrapper {
    width: 90%;
  }
  .menu .top-menu {
    border-bottom: none;
  }
  .menu .top-menu .wrapper {
    display: block;
    height: 0;
  }
  .menu .top-menu .side {
    position: fixed;
    width: auto;
    z-index: 20;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .menu .top-menu .side:nth-child(1) {
    position: fixed;
    top: 20px;
    left: 5vw;
    padding-right: 80px;
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
  }
  .menu .top-menu .side:nth-child(1) a {
    display: inline-block;
    margin-bottom: 5px;
  }
  .menu .top-menu .side:nth-child(2) {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50vh;
    right: 5vw;
    padding-right: 0;
    transform: translate(100px, -50%);
    -webkit-transform: translate(100px, -50%);
    -o-transform: translate(100px, -50%);
    -moz-transform: translate(100px, -50%);
  }
  .menu .top-menu .side:nth-child(2) a {
    margin: 10px 0;
  }
  .menu .top-menu .side:nth-child(3) {
    position: fixed;
    top: 80px;
    left: 5vw;
    transform: translate(-110vw, 0);
    -webkit-transform: translate(-110vw, 0);
    -o-transform: translate(-110vw, 0);
    -moz-transform: translate(-110vw, 0);
    margin-bottom: 10px;
    text-align: right;
  }
  .menu .top-menu .side:nth-child(3) a {
    margin-left: 0;
    margin-right: 16px;
  }
  .menu .bottom-menu .wrapper {
    height: 80px;
  }
  .menu .bottom-menu .logo {
    height: 60px;
  }
  .menu .bottom-menu .search-btn {
    position: absolute;
    right: 0;
    top: 124px;
    transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    font-size: 20px;
    width: 24px;
    text-align: center;
    z-index: 20;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .menu .bottom-menu .lk-link-holder {
    position: absolute;
    left: 0;
    top: 110px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    z-index: 20;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .menu .bottom-menu .lk-link-holder a {
    padding: 4px 10px;
  }
  .menu .bottom-menu .menu-btn {
    right: 0;
    top: 50%;
  }
  .menu .full-menu {
    top: 0;
    padding: 160px 5vw 0;
    overflow: hidden;
  }
  .menu .full-menu .mainMenu {
    padding-right: 70px;
    height: 100%;
    overflow: auto;
  }
  .menu .full-menu .mainMenu > li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .menu .full-menu .mainMenu > li:nth-child(3n - 1) {
    padding: 0;
  }
  .menu .full-menu .mainMenu > li:nth-child(3n) {
    padding: 0;
  }
  .menu .full-menu .mainMenu > li > a {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .menu .full-menu .mainMenu > li ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .menu.sized {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .menu.sized .top-menu {
    border: none;
  }
  .menu.active .top-menu .side:nth-child(1) {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .menu.active .top-menu .side:nth-child(2) {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  .menu.active .top-menu .side:nth-child(3) {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .menu.active .bottom-menu .search-btn {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .menu.active .bottom-menu .lk-link-holder {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .footer {
    padding: 10px 0;
  }
  .footer .wrapper {
    flex-wrap: wrap;
  }
  .footer .wrapper .side {
    width: 100%;
  }
  .footer .wrapper .side:nth-child(1) {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .wrapper .side:nth-child(2) {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .wrapper .side:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .footer .wrapper .side .logo {
    font-size: 50px;
    color: #555555;
  }
  .page-title {
    margin-bottom: 40px;
  }
  .page-title .title h1 {
    font-size: 30px;
    margin: 0 0 16px;
  }
  .page-title .bottom-menu {
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page-title .bottom-menu a {
    margin: 0 20px 10px;
  }
  .materials-info-container .materials-info-block {
    display: block;
    padding: 0 5vw;
    margin-bottom: 30px;
  }
  .materials-info-container .materials-info-block .image-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .materials-info-container .materials-info-block .info-side {
    padding: 20px 0 30px;
    width: 100%;
  }
  .materials-info-container .materials-info-block .info-side h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .materials-info-container .materials-info-block .info-side .descr {
    font-size: 16px;
  }
  .materials-info-container .materials-info-block .info-side .materials-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #CFCFCF;
  }
  .materials-info-container .materials-info-block .info-side .materials-block h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .index {
    overflow: hidden;
    height: calc(100vh - 140px);
    height: -moz-calc(100vh - 140px);
    height: -webkit-calc(100vh - 140px);
    height: -o-calc(100vh - 140px);
  }
  .index .main-slider #main_slider .slick-list {
    padding-top: 60px!important;
  }
  .index .main-slider #main_slider .slide {
    height: 280px;
    max-height: 280px;
    margin: 0 100px;
    transform: translate(0, 0) rotate(0);
    -webkit-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
  }
  .index .main-slider #main_slider .slide .bg-dots {
    display: none;
  }
  .index .main-slider #main_slider .slide .image {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }
  .index .main-slider #main_slider .slide .info {
    top: 50%;
    max-width: 80%;
    margin-top: -30px;
  }
  .index .main-slider #main_slider .slide .info h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .index .main-slider #main_slider .slide .info .descr {
    display: none;
  }
  .index .main-slider #main_slider .slide .info .read-more {
    display: none;
  }
  .index .main-slider #main_slider .slide .num {
    font-size: 50px;
    margin-top: -10px;
  }
  .index .main-slider #main_slider .slick-current ~ .slide {
    transform: translate(0, 0) rotate(0);
    -webkit-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
  }
  .index .main-slider #main_slider .slick-current + .slide {
    z-index: 10;
    opacity: 1;
  }
  .index .main-slider .slider-nav {
    bottom: 20px;
    max-width: calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: -webkit-calc(100% - 150px);
    max-width: -o-calc(100% - 150px);
  }
  .index .main-slider .slider-nav .nav .ico {
    font-size: 16px;
  }
  .events-block {
    margin-bottom: 30px;
  }
  .events-block .events-head h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .videos-block {
    margin-bottom: 60px;
  }
  .videos-block .videos-head h1,
  .videos-block .videos-head h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about h2 {
    font-size: 30px;
  }
  .about .tasks-block {
    margin-bottom: 30px;
  }
  .about .tasks-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about .tasks-block .tasks-container {
    column-count: 1;
    column-gap: 0;
  }
  .about .tasks-block .tasks-container .task {
    margin-bottom: 10px;
  }
  .about .tasks-block .tasks-container .task .num-block {
    font-size: 40px;
    width: 30px;
  }
  .about .tasks-block .tasks-container .task .descr {
    padding: 10px 0;
  }
  .about .info-accord-block {
    margin-bottom: 40px;
  }
  .about .info-accord-block .accord-block {
    width: 100%;
  }
  .about .info-accord-block .accord-block .acc-title {
    font-size: 14px;
  }
  .about #departments {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .about #departments a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 10px 0;
    margin-right: 20px;
  }
  .about .contacts-block {
    margin-bottom: 40px;
  }
  .about .contacts-block .contacts-flex {
    display: block;
    justify-content: space-between;
  }
  .about .contacts-block .contacts-flex .contacts-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about .contacts-block .contacts-flex .map-side {
    width: 100%;
    height: 80vh;
  }
  .submenu-btn {
    display: block;
    position: absolute;
    top: 114px;
    right: 5vw;
    z-index: 2;
    padding-right: 20px;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 500;
  }
  .submenu-btn .ico {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  .article .other-news {
    position: fixed;
    width: 100%;
    border-right: none;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    transform: translate(0, -150vh);
    -webkit-transform: translate(0, -150vh);
    -o-transform: translate(0, -150vh);
    -moz-transform: translate(0, -150vh);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .article .other-news.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .article .other-news .submenu-btn {
    top: 32px;
  }
  .article .article-container {
    padding: 40px 5vw;
    width: 100%;
  }
  .article .article-container .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .article .article-container h1 {
    font-size: 30px;
    margin-bottom: 36px;
  }
  .article .article-container .article-slider .slider-nav {
    margin-bottom: 0;
    line-height: 1;
  }
  .article .article-container .article-slider #article_slider {
    height: 200px;
  }
  .article .article-container .article-footer {
    flex-wrap: wrap;
  }
  .article .article-container .article-footer .article-nav {
    flex-shrink: 1;
  }
  .article .article-container .article-footer .article-nav:after {
    content: '';
    display: block;
    clear: both;
  }
  .article .article-container .article-footer .article-nav .prev-art {
    float: left;
    margin-bottom: 16px;
  }
  .article .article-container .article-footer .article-nav .next-art {
    float: right;
  }
  .article .article-container .article-footer .article-nav .next-art:after {
    display: none;
  }
  .video .other-video {
    position: fixed;
    width: 100%;
    border-right: none;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    padding: 0 5vw;
    transform: translate(0, -150vh);
    -webkit-transform: translate(0, -150vh);
    -o-transform: translate(0, -150vh);
    -moz-transform: translate(0, -150vh);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .video .other-video.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .video .other-video .submenu-btn {
    top: 32px;
  }
  .video .other-video h4 {
    padding-right: 120px;
  }
  .video .video-content {
    padding: 20px 5vw;
    width: 100%;
  }
  .video .video-content .wrapper {
    width: 100%;
  }
  .video .video-content h1 {
    font-size: 30px;
  }
  .video .video-content .video-container {
    width: 100%;
    height: 60vw;
  }
  .video .video-content .article-footer {
    flex-wrap: wrap;
  }
  .video .video-content .article-footer .article-nav:after {
    content: '';
    display: block;
    clear: both;
  }
  .video .video-content .article-footer .article-nav a {
    white-space: nowrap;
    display: inline-block;
  }
  .video .video-content .article-footer .article-nav .prev-art {
    float: left;
    margin-bottom: 16px;
  }
  .video .video-content .article-footer .article-nav .next-art {
    float: right;
  }
  .video .video-content .article-footer .article-nav .next-art:after {
    display: none;
  }
  .media .materials-block {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .media .materials-block h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .media h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .media .requisites {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .media .requisites .side {
    width: 100%;
  }
  .missing .materials-info-container .materials-info-block {
    padding: 0 5vw;
  }
  .missing .materials-info-container .materials-info-block:last-child {
    display: block;
  }
  .missing .materials-info-container .materials-info-block:last-child .descr {
    column-count: 1;
    column-gap: 0;
    font-size: 16px;
  }
  .missing .search-map {
    margin-bottom: 50px;
  }
  .missing .search-map h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 70px;
  }
  .missing .search-map .ya-map {
    height: 80vh;
    margin-bottom: 20px;
  }
  .missing .search-map .counter {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .missing .search-map .counter:after {
    margin-top: 0;
  }
  .missing .search-map .counter .side {
    padding: 0 20px;
  }
  .missing .search-map .counter .side:after {
    left: 100%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    height: 50px;
    margin-top: 15px;
    margin-left: 0;
  }
  .missing .search-map .counter .side:last-child:after {
    display: none;
  }
  .missing .search-map .counter .num {
    font-size: 50px;
  }
  .missing .search-map .counter .text {
    position: relative;
    font-size: 10px;
    width: 100px;
    margin-top: -20px;
    top: auto;
    left: 0;
    margin-left: 10px;
  }
  .missing .kids-block .kids-container .slider-nav {
    margin-bottom: 20px;
  }
  .profile .other-kids {
    position: fixed;
    width: 100%;
    border-right: none;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    transform: translate(0, -150vh);
    -webkit-transform: translate(0, -150vh);
    -o-transform: translate(0, -150vh);
    -moz-transform: translate(0, -150vh);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .profile .other-kids.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .profile .other-kids .submenu-btn {
    top: 32px;
  }
  .profile .other-kids h4 {
    padding-right: 120px;
  }
  .profile .kid-container {
    padding: 60px 5vw;
    width: 100%;
  }
  .profile .kid-container .wrapper {
    width: 100%;
    display: block;
  }
  .profile .kid-container .wrapper .profile-content {
    margin-right: 0;
  }
  .profile .kid-container .wrapper .profile-content .flex-row {
    display: block;
  }
  .profile .kid-container .wrapper .profile-content .profile-image {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 30px;
  }
  .profile .kid-container .wrapper .profile-content .profile-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile .kid-container .wrapper .profile-content .profile-info h1 {
    font-size: 30px;
  }
  .profile .kid-container .wrapper .profile-content .profile-info .profile-data {
    column-count: 1;
    column-gap: 0;
  }
  .profile .kid-container .wrapper .profile-content .ctrl-btns {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile .kid-container .wrapper .profile-content .ctrl-btns .ctl-btn {
    margin-bottom: 10px;
  }
  .profile .kid-container .wrapper .profile-content .profile-map {
    width: 100%;
    height: 80vh;
    margin-top: 0;
  }
  .profile .kid-container .wrapper .search-form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .department {
    padding-top: 120px;
  }
  .department .top-block {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .department .top-block .dep-side {
    width: 100%;
    padding-right: 0;
  }
  .department .top-block .dep-side h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 70px;
  }
  .department .top-block .dep-side .dep-info {
    display: block;
    justify-content: space-between;
  }
  .department .top-block .dep-side .dep-info .image-block {
    width: 190px;
    margin: 0 auto 30px;
  }
  .department .top-block .dep-side .dep-info .info-side {
    width: 100%;
  }
  .department .top-block .dep-side .dep-info .info-side h2 {
    font-size: 24px;
  }
  .department .top-block .dep-side .dep-info .info-side .cont-info {
    display: block;
  }
  .department .top-block .add-side {
    width: 100%;
    padding-top: 0;
  }
  .department .top-block .add-side .dep-dropdown {
    width: 300px;
    margin-bottom: 10px;
  }
  .department .top-block .add-side .dep-dropdown .current-dep {
    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  .department .top-block .add-side .dep-dropdown .current-dep .text {
    font-size: 14px;
  }
  .department .top-block .add-side .dep-dropdown .current-dep .ico {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 10px;
  }
  .department .top-block .add-side .dep-dropdown .current-dep .ico:before,
  .department .top-block .add-side .dep-dropdown .current-dep .ico:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 6px;
    top: 50%;
    left: 50%;
    background-color: #000;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .department .top-block .add-side .dep-dropdown .current-dep .ico:before {
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .department .top-block .add-side .dep-dropdown .current-dep .ico:after {
    margin-left: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .department .top-block .add-side .dep-dropdown .dep-list {
    display: none;
    list-style: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .department .top-block .add-side .dep-dropdown .dep-list li {
    border-bottom: 1px solid #000;
  }
  .department .top-block .add-side .dep-dropdown .dep-list li a {
    display: block;
    padding: 5px 10px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .department .top-block .add-side .dep-dropdown .dep-list li:hover a {
    background-color: #E21A1A;
    color: #fff;
  }
  .department .top-block .add-side .strange-link {
    color: #E21A1A;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .department .top-block .add-side .strange-link .ico {
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    font-size: 14px;
  }
  .department .top-block .add-side .kids-slider h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .department .top-block .add-side .kids-slider #kids_slider {
    margin-left: 0;
  }
  .department .top-block .add-side .kids-slider #kids_slider .slick-track {
    padding-right: 0;
    margin: 0;
  }
  .department .top-block .add-side .kids-slider #kids_slider .slide {
    padding-top: 40px;
    padding-left: 40px;
  }
  .department .top-block .add-side .kids-slider .slider-nav {
    position: relative;
    top: auto;
    right: auto;
  }
  .department .events-block .events-head h2 {
    font-size: 30px;
  }
  .department .events-block .events-head a {
    white-space: nowrap;
  }
  .videos {
    padding-top: 120px;
  }
  .events {
    padding-top: 120px;
  }
  .form-page {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .form-page h2 {
    font-size: 30px;
  }
  .form-page .form-container {
    margin: 0 auto;
  }
  .personal-page {
    padding: 120px 0 60px;
  }
  .personal-page.lessons-page .wrapper {
    width: 90%;
    max-width: 90%;
  }
  .personal-page.lessons-page .personal-nav {
    margin-bottom: 20px;
  }
  .personal-page h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .personal-page .personal-nav {
    margin-bottom: 20px;
  }
  .personal-page .personal-info {
    display: block;
  }
  .personal-page .personal-info .left-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .personal-page .personal-info .left-side .photo-block {
    margin: 0 auto 10px;
    width: 190px;
  }
  .personal-page .personal-info .right-side {
    padding-top: 0;
  }
  .personal-videos-page {
    padding-top: 160px;
  }
  .personal-videos-page .side-nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0 0;
    z-index: 10;
    background-color: #fff;
    transform: translate(0, -120%);
    -webkit-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    -moz-transform: translate(0, -120%);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
  }
  .personal-videos-page .side-nav.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .personal-videos-page .side-nav .submenu-btn {
    top: 18px;
  }
  .personal-videos-page .side-nav:after {
    display: none;
  }
  .personal-videos-page .side-nav h3 {
    font-size: 16px;
    padding: 0 5vw;
  }
  .personal-videos-page .side-nav .side-frame .video-item {
    padding: 20px 5vw 20px;
  }
  .personal-videos-page .wrapper {
    width: 90%;
    padding: 0 0 20px;
  }
  .personal-videos-page .wrapper .video-content .video-slider {
    margin-bottom: 20px;
  }
  .personal-videos-page .wrapper .video-content .video-slider #video_lesson_slider .slide iframe {
    width: 100%!important;
    height: 250px!important;
  }
  .personal-videos-page .wrapper .video-content h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .personal-videos-page .wrapper .video-content h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .personal-videos-page .wrapper .video-content .descr {
    margin-bottom: 20px;
  }
  .personal-videos-page .wrapper .video-content .files-container {
    margin-bottom: 14px;
  }
  .tabs-container .tabs-block .tab .video-slider {
    padding-right: 20px;
  }
  .tabs-container .tabs-block .tab .video-slider .slide iframe {
    height: 200px;
  }
  .tabs-container .tabs-block .tab .video-slider .slider-nav {
    flex-direction: column-reverse;
    margin-right: -8px;
  }
  .tabs-container .tabs-block .tab .video-slider .slider-nav .nav-btn:first-child {
    margin-right: 0;
  }
  .tabs-container .tabs-block .tab .video-slider .slider-nav .nav-btn:last-child {
    margin-bottom: 10px;
  }
  .director-block {
    margin-bottom: 40px;
  }
  .director-block h2 {
    font-size: 30px;
    padding: 0;
  }
  .director-block .director-info-flock {
    flex-direction: column;
  }
  .director-block .director-info-flock .image {
    margin-bottom: 20px;
  }
  .event-page {
    padding: 120px 0 40px;
  }
  .event-page .flex-block {
    display: block;
  }
  .event-page .flex-block .image-side {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-page .flex-block .text-side {
    width: 100%;
  }
  .event-page .flex-block .text-side h1 {
    margin-bottom: 20px;
  }
  .event-page .flex-block .text-side .add-info {
    display: block;
  }
  .event-page .flex-block .text-side .add-info .info-block {
    width: 100%;
  }
  .event-page .flex-block .text-side .add-info .info-block:nth-child(2n) {
    width: 100%;
  }
  .education-block {
    padding: 40px 0 60px;
    margin-bottom: 60px;
  }
  .education-block h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .education-block .descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .education-block .attachments-container {
    margin-bottom: 40px;
  }
  .education-block .attachments-container img {
    height: 60px;
    margin-bottom: 16px;
    margin-right: 20px;
  }
  .education-block .video-slider {
    margin: 0 auto;
    width: 90%;
  }
  .education-block .video-slider h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .education-block .video-slider .slider-nav {
    margin-right: 0;
  }
  .education-block .video-slider .slider-nav .s-nav-btn {
    margin-bottom: 20px;
  }
  .education-block .video-slider .slide iframe {
    height: 200px;
    width: 300px;
  }
  .video-pop-up {
    z-index: 1000;
  }
  .video-pop-up .video-pop-close {
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-left: 0;
    top: 15px;
    right: 5px;
    z-index: 10;
  }
  .race-page #race_map {
    height: 300px;
    margin-bottom: 20px;
  }
  .race-page .program-block {
    margin-bottom: 40px;
  }
  .race-page .program-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .race-page .program-block .program-link {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 30px;
  }
  .race-page .program-block .rating-row {
    display: block;
  }
  .race-page .program-block .rating-row .info-side {
    margin-bottom: 20px;
  }
  .race-page .program-block .rating-row .num {
    font-size: 30px;
    width: 30px;
    flex-shrink: 0;
  }
  .race-page .program-block .rating-row .image {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }
  .race-page .program-block .rating-row .name {
    font-size: 20px;
    margin-right: 0;
  }
  .members-sliders {
    margin-bottom: 40px;
  }
  .members-sliders .slider-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .members-sliders h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .members-sliders .slider-nav {
    top: 0;
  }
  .members-sliders .members-slider .slide {
    padding-left: 5vw;
  }
  .member-page {
    padding: 140px 0 40px;
  }
  .member-page .member-wrapper {
    padding: 0 5vw 30px;
    margin-bottom: 30px;
  }
  .member-page .imfo-flex {
    display: block;
  }
  .member-page .imfo-flex .image-block {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .member-page .imfo-flex .image-block .ico {
    top: 20px;
    right: 20px;
  }
  .member-page .imfo-flex .text-side h1 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .member-page .slider-block {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) and (max-height: 600px) {
  .index {
    height: calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: -o-calc(100vh - 60px);
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .index .main-slider #main_slider .slick-list {
    padding-top: 180px!important;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) and (max-height: 600px) {
  .index .main-slider #main_slider .slick-list {
    padding-top: 120px!important;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .video .video-content .video-container {
    height: 40vw;
  }
}
